package-lock.json 207 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756
  1. {
  2. "name": "match",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "match",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "antd-mini": "^2.15.0",
  13. "iny-bus": "^2.0.0",
  14. "minidev": "^2.0.8",
  15. "npm": "^10.4.0",
  16. "vant-aliapp": "1.1.2"
  17. }
  18. },
  19. "node_modules/@colors/colors": {
  20. "version": "1.6.0",
  21. "resolved": "https://registry.npmmirror.com/@colors/colors/-/colors-1.6.0.tgz",
  22. "integrity": "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==",
  23. "engines": {
  24. "node": ">=0.1.90"
  25. }
  26. },
  27. "node_modules/@dabh/diagnostics": {
  28. "version": "2.0.3",
  29. "resolved": "https://registry.npmmirror.com/@dabh/diagnostics/-/diagnostics-2.0.3.tgz",
  30. "integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==",
  31. "dependencies": {
  32. "colorspace": "1.1.x",
  33. "enabled": "2.0.x",
  34. "kuler": "^2.0.0"
  35. }
  36. },
  37. "node_modules/@eggjs/yauzl": {
  38. "version": "2.11.0",
  39. "resolved": "https://registry.npmmirror.com/@eggjs/yauzl/-/yauzl-2.11.0.tgz",
  40. "integrity": "sha512-Jq+k2fCZJ3i3HShb0nxLUiAgq5pwo8JTT1TrH22JoehZQ0Nm2dvByGIja1NYfNyuE4Tx5/Dns5nVsBN/mlC8yg==",
  41. "dependencies": {
  42. "buffer-crc32": "~0.2.3",
  43. "fd-slicer2": "^1.2.0"
  44. }
  45. },
  46. "node_modules/@mini-types/alipay": {
  47. "version": "3.0.12",
  48. "resolved": "https://registry.npmmirror.com/@mini-types/alipay/-/alipay-3.0.12.tgz",
  49. "integrity": "sha512-XC2bxv7JdoXBOhkwcDnJnXA9vWzSRrqnyliE2wgddIsoSNlwc0g8+PyvRdw+X2RhbumnyXWF/VBQK+hlzhDsxg==",
  50. "dependencies": {
  51. "@mini-types/global": "3.0.12",
  52. "@mini-types/my": "3.0.12"
  53. }
  54. },
  55. "node_modules/@mini-types/global": {
  56. "version": "3.0.12",
  57. "resolved": "https://registry.npmmirror.com/@mini-types/global/-/global-3.0.12.tgz",
  58. "integrity": "sha512-3JlOpG5RdV/HBeZOJGd/lfHUoXZ0mre6PafSmXWWVZUen+oRbFRWcNf1d3Bg3KO1Vp0PtuYN/AG9eaa3Z2JXEg=="
  59. },
  60. "node_modules/@mini-types/my": {
  61. "version": "3.0.12",
  62. "resolved": "https://registry.npmmirror.com/@mini-types/my/-/my-3.0.12.tgz",
  63. "integrity": "sha512-mlABG8a8y63uaq6HPWK2xBEyED3sRFvJBnEzvM6u0eHpDxMWPs+WkKehUE1NXUYjTmVGee1k/qCFM4W0hjKzNw=="
  64. },
  65. "node_modules/@sindresorhus/is": {
  66. "version": "0.7.0",
  67. "resolved": "https://registry.npmmirror.com/@sindresorhus/is/-/is-0.7.0.tgz",
  68. "integrity": "sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==",
  69. "engines": {
  70. "node": ">=4"
  71. }
  72. },
  73. "node_modules/@tootallnate/once": {
  74. "version": "1.1.2",
  75. "resolved": "https://registry.npmmirror.com/@tootallnate/once/-/once-1.1.2.tgz",
  76. "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
  77. "engines": {
  78. "node": ">= 6"
  79. }
  80. },
  81. "node_modules/@types/triple-beam": {
  82. "version": "1.3.5",
  83. "resolved": "https://registry.npmmirror.com/@types/triple-beam/-/triple-beam-1.3.5.tgz",
  84. "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw=="
  85. },
  86. "node_modules/accepts": {
  87. "version": "1.3.8",
  88. "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz",
  89. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  90. "dependencies": {
  91. "mime-types": "~2.1.34",
  92. "negotiator": "0.6.3"
  93. },
  94. "engines": {
  95. "node": ">= 0.6"
  96. }
  97. },
  98. "node_modules/acorn": {
  99. "version": "8.11.3",
  100. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.11.3.tgz",
  101. "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
  102. "bin": {
  103. "acorn": "bin/acorn"
  104. },
  105. "engines": {
  106. "node": ">=0.4.0"
  107. }
  108. },
  109. "node_modules/acorn-walk": {
  110. "version": "8.3.2",
  111. "resolved": "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-8.3.2.tgz",
  112. "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==",
  113. "engines": {
  114. "node": ">=0.4.0"
  115. }
  116. },
  117. "node_modules/agent-base": {
  118. "version": "6.0.2",
  119. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz",
  120. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  121. "dependencies": {
  122. "debug": "4"
  123. },
  124. "engines": {
  125. "node": ">= 6.0.0"
  126. }
  127. },
  128. "node_modules/agent-base/node_modules/debug": {
  129. "version": "4.3.4",
  130. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  131. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  132. "dependencies": {
  133. "ms": "2.1.2"
  134. },
  135. "engines": {
  136. "node": ">=6.0"
  137. },
  138. "peerDependenciesMeta": {
  139. "supports-color": {
  140. "optional": true
  141. }
  142. }
  143. },
  144. "node_modules/agent-base/node_modules/ms": {
  145. "version": "2.1.2",
  146. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  147. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  148. },
  149. "node_modules/ajv": {
  150. "version": "6.12.6",
  151. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  152. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  153. "dependencies": {
  154. "fast-deep-equal": "^3.1.1",
  155. "fast-json-stable-stringify": "^2.0.0",
  156. "json-schema-traverse": "^0.4.1",
  157. "uri-js": "^4.2.2"
  158. }
  159. },
  160. "node_modules/ansi-styles": {
  161. "version": "4.3.0",
  162. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  163. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  164. "dependencies": {
  165. "color-convert": "^2.0.1"
  166. },
  167. "engines": {
  168. "node": ">=8"
  169. }
  170. },
  171. "node_modules/antd-mini": {
  172. "version": "2.15.0",
  173. "resolved": "https://registry.npmmirror.com/antd-mini/-/antd-mini-2.15.0.tgz",
  174. "integrity": "sha512-29oaZE3U5CrIfbUDhvVtDCOugVUMTVedD3USRCGXbn0Zv4YSOjr5a4E5yjttdXkND9HAhGLC+7q/HBQuq6AQJA==",
  175. "dependencies": {
  176. "@mini-types/alipay": "^3.0.5",
  177. "async-validator": "^4.0.7",
  178. "dayjs": "^1.11.3",
  179. "fast-deep-equal": "3.1.3",
  180. "functional-mini": "^0.9.0",
  181. "tslib": "2.5.0"
  182. }
  183. },
  184. "node_modules/anymatch": {
  185. "version": "3.1.3",
  186. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  187. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  188. "dependencies": {
  189. "normalize-path": "^3.0.0",
  190. "picomatch": "^2.0.4"
  191. },
  192. "engines": {
  193. "node": ">= 8"
  194. }
  195. },
  196. "node_modules/archive-type": {
  197. "version": "4.0.0",
  198. "resolved": "https://registry.npmmirror.com/archive-type/-/archive-type-4.0.0.tgz",
  199. "integrity": "sha512-zV4Ky0v1F8dBrdYElwTvQhweQ0P7Kwc1aluqJsYtOBP01jXcWCyW2IEfI1YiqsG+Iy7ZR+o5LF1N+PGECBxHWA==",
  200. "dependencies": {
  201. "file-type": "^4.2.0"
  202. },
  203. "engines": {
  204. "node": ">=4"
  205. }
  206. },
  207. "node_modules/archive-type/node_modules/file-type": {
  208. "version": "4.4.0",
  209. "resolved": "https://registry.npmmirror.com/file-type/-/file-type-4.4.0.tgz",
  210. "integrity": "sha512-f2UbFQEk7LXgWpi5ntcO86OeA/cC80fuDDDaX/fZ2ZGel+AF7leRQqBBW1eJNiiQkrZlAoM6P+VYP5P6bOlDEQ==",
  211. "engines": {
  212. "node": ">=4"
  213. }
  214. },
  215. "node_modules/archiver": {
  216. "version": "5.3.2",
  217. "resolved": "https://registry.npmmirror.com/archiver/-/archiver-5.3.2.tgz",
  218. "integrity": "sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==",
  219. "dependencies": {
  220. "archiver-utils": "^2.1.0",
  221. "async": "^3.2.4",
  222. "buffer-crc32": "^0.2.1",
  223. "readable-stream": "^3.6.0",
  224. "readdir-glob": "^1.1.2",
  225. "tar-stream": "^2.2.0",
  226. "zip-stream": "^4.1.0"
  227. },
  228. "engines": {
  229. "node": ">= 10"
  230. }
  231. },
  232. "node_modules/archiver-utils": {
  233. "version": "2.1.0",
  234. "resolved": "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-2.1.0.tgz",
  235. "integrity": "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==",
  236. "dependencies": {
  237. "glob": "^7.1.4",
  238. "graceful-fs": "^4.2.0",
  239. "lazystream": "^1.0.0",
  240. "lodash.defaults": "^4.2.0",
  241. "lodash.difference": "^4.5.0",
  242. "lodash.flatten": "^4.4.0",
  243. "lodash.isplainobject": "^4.0.6",
  244. "lodash.union": "^4.6.0",
  245. "normalize-path": "^3.0.0",
  246. "readable-stream": "^2.0.0"
  247. },
  248. "engines": {
  249. "node": ">= 6"
  250. }
  251. },
  252. "node_modules/archiver-utils/node_modules/readable-stream": {
  253. "version": "2.3.8",
  254. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  255. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  256. "dependencies": {
  257. "core-util-is": "~1.0.0",
  258. "inherits": "~2.0.3",
  259. "isarray": "~1.0.0",
  260. "process-nextick-args": "~2.0.0",
  261. "safe-buffer": "~5.1.1",
  262. "string_decoder": "~1.1.1",
  263. "util-deprecate": "~1.0.1"
  264. }
  265. },
  266. "node_modules/archiver-utils/node_modules/safe-buffer": {
  267. "version": "5.1.2",
  268. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  269. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  270. },
  271. "node_modules/archiver-utils/node_modules/string_decoder": {
  272. "version": "1.1.1",
  273. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  274. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  275. "dependencies": {
  276. "safe-buffer": "~5.1.0"
  277. }
  278. },
  279. "node_modules/array-flatten": {
  280. "version": "1.1.1",
  281. "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz",
  282. "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg=="
  283. },
  284. "node_modules/asn1": {
  285. "version": "0.2.6",
  286. "resolved": "https://registry.npmmirror.com/asn1/-/asn1-0.2.6.tgz",
  287. "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
  288. "dependencies": {
  289. "safer-buffer": "~2.1.0"
  290. }
  291. },
  292. "node_modules/assert-plus": {
  293. "version": "1.0.0",
  294. "resolved": "https://registry.npmmirror.com/assert-plus/-/assert-plus-1.0.0.tgz",
  295. "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==",
  296. "engines": {
  297. "node": ">=0.8"
  298. }
  299. },
  300. "node_modules/ast-types": {
  301. "version": "0.13.4",
  302. "resolved": "https://registry.npmmirror.com/ast-types/-/ast-types-0.13.4.tgz",
  303. "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==",
  304. "dependencies": {
  305. "tslib": "^2.0.1"
  306. },
  307. "engines": {
  308. "node": ">=4"
  309. }
  310. },
  311. "node_modules/async": {
  312. "version": "3.2.5",
  313. "resolved": "https://registry.npmmirror.com/async/-/async-3.2.5.tgz",
  314. "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg=="
  315. },
  316. "node_modules/async-validator": {
  317. "version": "4.2.5",
  318. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  319. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg=="
  320. },
  321. "node_modules/asynckit": {
  322. "version": "0.4.0",
  323. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  324. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
  325. },
  326. "node_modules/aws-sign2": {
  327. "version": "0.7.0",
  328. "resolved": "https://registry.npmmirror.com/aws-sign2/-/aws-sign2-0.7.0.tgz",
  329. "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==",
  330. "engines": {
  331. "node": "*"
  332. }
  333. },
  334. "node_modules/aws4": {
  335. "version": "1.12.0",
  336. "resolved": "https://registry.npmmirror.com/aws4/-/aws4-1.12.0.tgz",
  337. "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg=="
  338. },
  339. "node_modules/balanced-match": {
  340. "version": "1.0.2",
  341. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  342. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  343. },
  344. "node_modules/base64-js": {
  345. "version": "1.5.1",
  346. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  347. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
  348. },
  349. "node_modules/bcrypt-pbkdf": {
  350. "version": "1.0.2",
  351. "resolved": "https://registry.npmmirror.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
  352. "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==",
  353. "dependencies": {
  354. "tweetnacl": "^0.14.3"
  355. }
  356. },
  357. "node_modules/bent": {
  358. "version": "7.3.12",
  359. "resolved": "https://registry.npmmirror.com/bent/-/bent-7.3.12.tgz",
  360. "integrity": "sha512-T3yrKnVGB63zRuoco/7Ybl7BwwGZR0lceoVG5XmQyMIH9s19SV5m+a8qam4if0zQuAmOQTyPTPmsQBdAorGK3w==",
  361. "dependencies": {
  362. "bytesish": "^0.4.1",
  363. "caseless": "~0.12.0",
  364. "is-stream": "^2.0.0"
  365. }
  366. },
  367. "node_modules/binary-extensions": {
  368. "version": "2.2.0",
  369. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz",
  370. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
  371. "engines": {
  372. "node": ">=8"
  373. }
  374. },
  375. "node_modules/bl": {
  376. "version": "4.1.0",
  377. "resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
  378. "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  379. "dependencies": {
  380. "buffer": "^5.5.0",
  381. "inherits": "^2.0.4",
  382. "readable-stream": "^3.4.0"
  383. }
  384. },
  385. "node_modules/body-parser": {
  386. "version": "1.20.1",
  387. "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.1.tgz",
  388. "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
  389. "dependencies": {
  390. "bytes": "3.1.2",
  391. "content-type": "~1.0.4",
  392. "debug": "2.6.9",
  393. "depd": "2.0.0",
  394. "destroy": "1.2.0",
  395. "http-errors": "2.0.0",
  396. "iconv-lite": "0.4.24",
  397. "on-finished": "2.4.1",
  398. "qs": "6.11.0",
  399. "raw-body": "2.5.1",
  400. "type-is": "~1.6.18",
  401. "unpipe": "1.0.0"
  402. },
  403. "engines": {
  404. "node": ">= 0.8",
  405. "npm": "1.2.8000 || >= 1.4.16"
  406. }
  407. },
  408. "node_modules/body-parser/node_modules/iconv-lite": {
  409. "version": "0.4.24",
  410. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
  411. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  412. "dependencies": {
  413. "safer-buffer": ">= 2.1.2 < 3"
  414. },
  415. "engines": {
  416. "node": ">=0.10.0"
  417. }
  418. },
  419. "node_modules/brace-expansion": {
  420. "version": "1.1.11",
  421. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  422. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  423. "dependencies": {
  424. "balanced-match": "^1.0.0",
  425. "concat-map": "0.0.1"
  426. }
  427. },
  428. "node_modules/braces": {
  429. "version": "3.0.2",
  430. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz",
  431. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  432. "dependencies": {
  433. "fill-range": "^7.0.1"
  434. },
  435. "engines": {
  436. "node": ">=8"
  437. }
  438. },
  439. "node_modules/buffer": {
  440. "version": "5.7.1",
  441. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz",
  442. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  443. "dependencies": {
  444. "base64-js": "^1.3.1",
  445. "ieee754": "^1.1.13"
  446. }
  447. },
  448. "node_modules/buffer-alloc": {
  449. "version": "1.2.0",
  450. "resolved": "https://registry.npmmirror.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz",
  451. "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==",
  452. "dependencies": {
  453. "buffer-alloc-unsafe": "^1.1.0",
  454. "buffer-fill": "^1.0.0"
  455. }
  456. },
  457. "node_modules/buffer-alloc-unsafe": {
  458. "version": "1.1.0",
  459. "resolved": "https://registry.npmmirror.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz",
  460. "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg=="
  461. },
  462. "node_modules/buffer-crc32": {
  463. "version": "0.2.13",
  464. "resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
  465. "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
  466. "engines": {
  467. "node": "*"
  468. }
  469. },
  470. "node_modules/buffer-fill": {
  471. "version": "1.0.0",
  472. "resolved": "https://registry.npmmirror.com/buffer-fill/-/buffer-fill-1.0.0.tgz",
  473. "integrity": "sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ=="
  474. },
  475. "node_modules/bufferutil": {
  476. "version": "4.0.8",
  477. "resolved": "https://registry.npmmirror.com/bufferutil/-/bufferutil-4.0.8.tgz",
  478. "integrity": "sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==",
  479. "hasInstallScript": true,
  480. "dependencies": {
  481. "node-gyp-build": "^4.3.0"
  482. },
  483. "engines": {
  484. "node": ">=6.14.2"
  485. }
  486. },
  487. "node_modules/bytes": {
  488. "version": "3.1.2",
  489. "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz",
  490. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  491. "engines": {
  492. "node": ">= 0.8"
  493. }
  494. },
  495. "node_modules/bytesish": {
  496. "version": "0.4.4",
  497. "resolved": "https://registry.npmmirror.com/bytesish/-/bytesish-0.4.4.tgz",
  498. "integrity": "sha512-i4uu6M4zuMUiyfZN4RU2+i9+peJh//pXhd9x1oSe1LBkZ3LEbCoygu8W0bXTukU1Jme2txKuotpCZRaC3FLxcQ=="
  499. },
  500. "node_modules/cacheable-request": {
  501. "version": "2.1.4",
  502. "resolved": "https://registry.npmmirror.com/cacheable-request/-/cacheable-request-2.1.4.tgz",
  503. "integrity": "sha512-vag0O2LKZ/najSoUwDbVlnlCFvhBE/7mGTY2B5FgCBDcRD+oVV1HYTOwM6JZfMg/hIcM6IwnTZ1uQQL5/X3xIQ==",
  504. "dependencies": {
  505. "clone-response": "1.0.2",
  506. "get-stream": "3.0.0",
  507. "http-cache-semantics": "3.8.1",
  508. "keyv": "3.0.0",
  509. "lowercase-keys": "1.0.0",
  510. "normalize-url": "2.0.1",
  511. "responselike": "1.0.2"
  512. }
  513. },
  514. "node_modules/cacheable-request/node_modules/get-stream": {
  515. "version": "3.0.0",
  516. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-3.0.0.tgz",
  517. "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==",
  518. "engines": {
  519. "node": ">=4"
  520. }
  521. },
  522. "node_modules/cacheable-request/node_modules/lowercase-keys": {
  523. "version": "1.0.0",
  524. "resolved": "https://registry.npmmirror.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz",
  525. "integrity": "sha512-RPlX0+PHuvxVDZ7xX+EBVAp4RsVxP/TdDSN2mJYdiq1Lc4Hz7EUSjUI7RZrKKlmrIzVhf6Jo2stj7++gVarS0A==",
  526. "engines": {
  527. "node": ">=0.10.0"
  528. }
  529. },
  530. "node_modules/call-bind": {
  531. "version": "1.0.7",
  532. "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.7.tgz",
  533. "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
  534. "dependencies": {
  535. "es-define-property": "^1.0.0",
  536. "es-errors": "^1.3.0",
  537. "function-bind": "^1.1.2",
  538. "get-intrinsic": "^1.2.4",
  539. "set-function-length": "^1.2.1"
  540. },
  541. "engines": {
  542. "node": ">= 0.4"
  543. }
  544. },
  545. "node_modules/caseless": {
  546. "version": "0.12.0",
  547. "resolved": "https://registry.npmmirror.com/caseless/-/caseless-0.12.0.tgz",
  548. "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw=="
  549. },
  550. "node_modules/chalk": {
  551. "version": "4.1.2",
  552. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  553. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  554. "dependencies": {
  555. "ansi-styles": "^4.1.0",
  556. "supports-color": "^7.1.0"
  557. },
  558. "engines": {
  559. "node": ">=10"
  560. }
  561. },
  562. "node_modules/chokidar": {
  563. "version": "3.6.0",
  564. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  565. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  566. "dependencies": {
  567. "anymatch": "~3.1.2",
  568. "braces": "~3.0.2",
  569. "glob-parent": "~5.1.2",
  570. "is-binary-path": "~2.1.0",
  571. "is-glob": "~4.0.1",
  572. "normalize-path": "~3.0.0",
  573. "readdirp": "~3.6.0"
  574. },
  575. "engines": {
  576. "node": ">= 8.10.0"
  577. },
  578. "optionalDependencies": {
  579. "fsevents": "~2.3.2"
  580. }
  581. },
  582. "node_modules/chownr": {
  583. "version": "2.0.0",
  584. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-2.0.0.tgz",
  585. "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
  586. "engines": {
  587. "node": ">=10"
  588. }
  589. },
  590. "node_modules/clone-response": {
  591. "version": "1.0.2",
  592. "resolved": "https://registry.npmmirror.com/clone-response/-/clone-response-1.0.2.tgz",
  593. "integrity": "sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==",
  594. "dependencies": {
  595. "mimic-response": "^1.0.0"
  596. }
  597. },
  598. "node_modules/color": {
  599. "version": "3.2.1",
  600. "resolved": "https://registry.npmmirror.com/color/-/color-3.2.1.tgz",
  601. "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
  602. "dependencies": {
  603. "color-convert": "^1.9.3",
  604. "color-string": "^1.6.0"
  605. }
  606. },
  607. "node_modules/color-convert": {
  608. "version": "2.0.1",
  609. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  610. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  611. "dependencies": {
  612. "color-name": "~1.1.4"
  613. },
  614. "engines": {
  615. "node": ">=7.0.0"
  616. }
  617. },
  618. "node_modules/color-name": {
  619. "version": "1.1.4",
  620. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  621. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  622. },
  623. "node_modules/color-string": {
  624. "version": "1.9.1",
  625. "resolved": "https://registry.npmmirror.com/color-string/-/color-string-1.9.1.tgz",
  626. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  627. "dependencies": {
  628. "color-name": "^1.0.0",
  629. "simple-swizzle": "^0.2.2"
  630. }
  631. },
  632. "node_modules/color/node_modules/color-convert": {
  633. "version": "1.9.3",
  634. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz",
  635. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  636. "dependencies": {
  637. "color-name": "1.1.3"
  638. }
  639. },
  640. "node_modules/color/node_modules/color-name": {
  641. "version": "1.1.3",
  642. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz",
  643. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  644. },
  645. "node_modules/colorspace": {
  646. "version": "1.1.4",
  647. "resolved": "https://registry.npmmirror.com/colorspace/-/colorspace-1.1.4.tgz",
  648. "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==",
  649. "dependencies": {
  650. "color": "^3.1.3",
  651. "text-hex": "1.0.x"
  652. }
  653. },
  654. "node_modules/combined-stream": {
  655. "version": "1.0.8",
  656. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  657. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  658. "dependencies": {
  659. "delayed-stream": "~1.0.0"
  660. },
  661. "engines": {
  662. "node": ">= 0.8"
  663. }
  664. },
  665. "node_modules/commander": {
  666. "version": "8.3.0",
  667. "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz",
  668. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  669. "engines": {
  670. "node": ">= 12"
  671. }
  672. },
  673. "node_modules/component-emitter": {
  674. "version": "1.3.1",
  675. "resolved": "https://registry.npmmirror.com/component-emitter/-/component-emitter-1.3.1.tgz",
  676. "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ=="
  677. },
  678. "node_modules/compress-commons": {
  679. "version": "4.1.2",
  680. "resolved": "https://registry.npmmirror.com/compress-commons/-/compress-commons-4.1.2.tgz",
  681. "integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==",
  682. "dependencies": {
  683. "buffer-crc32": "^0.2.13",
  684. "crc32-stream": "^4.0.2",
  685. "normalize-path": "^3.0.0",
  686. "readable-stream": "^3.6.0"
  687. },
  688. "engines": {
  689. "node": ">= 10"
  690. }
  691. },
  692. "node_modules/compressing": {
  693. "version": "1.10.0",
  694. "resolved": "https://registry.npmmirror.com/compressing/-/compressing-1.10.0.tgz",
  695. "integrity": "sha512-k2vpbZLaJoHe9euyUZjYYE8vOrbR19aU3HcWIYw5EBXiUs34ygfDVnXU+ubI41JXMriHutnoiu0ZFdwCkH6jPA==",
  696. "dependencies": {
  697. "@eggjs/yauzl": "^2.11.0",
  698. "flushwritable": "^1.0.0",
  699. "get-ready": "^1.0.0",
  700. "iconv-lite": "^0.5.0",
  701. "mkdirp": "^0.5.1",
  702. "pump": "^3.0.0",
  703. "streamifier": "^0.1.1",
  704. "tar-stream": "^1.5.2",
  705. "yazl": "^2.4.2"
  706. },
  707. "engines": {
  708. "node": ">= 4.0.0"
  709. }
  710. },
  711. "node_modules/compressing/node_modules/bl": {
  712. "version": "1.2.3",
  713. "resolved": "https://registry.npmmirror.com/bl/-/bl-1.2.3.tgz",
  714. "integrity": "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==",
  715. "dependencies": {
  716. "readable-stream": "^2.3.5",
  717. "safe-buffer": "^5.1.1"
  718. }
  719. },
  720. "node_modules/compressing/node_modules/readable-stream": {
  721. "version": "2.3.8",
  722. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  723. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  724. "dependencies": {
  725. "core-util-is": "~1.0.0",
  726. "inherits": "~2.0.3",
  727. "isarray": "~1.0.0",
  728. "process-nextick-args": "~2.0.0",
  729. "safe-buffer": "~5.1.1",
  730. "string_decoder": "~1.1.1",
  731. "util-deprecate": "~1.0.1"
  732. }
  733. },
  734. "node_modules/compressing/node_modules/safe-buffer": {
  735. "version": "5.1.2",
  736. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  737. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  738. },
  739. "node_modules/compressing/node_modules/string_decoder": {
  740. "version": "1.1.1",
  741. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  742. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  743. "dependencies": {
  744. "safe-buffer": "~5.1.0"
  745. }
  746. },
  747. "node_modules/compressing/node_modules/tar-stream": {
  748. "version": "1.6.2",
  749. "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-1.6.2.tgz",
  750. "integrity": "sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==",
  751. "dependencies": {
  752. "bl": "^1.0.0",
  753. "buffer-alloc": "^1.2.0",
  754. "end-of-stream": "^1.0.0",
  755. "fs-constants": "^1.0.0",
  756. "readable-stream": "^2.3.0",
  757. "to-buffer": "^1.1.1",
  758. "xtend": "^4.0.0"
  759. },
  760. "engines": {
  761. "node": ">= 0.8.0"
  762. }
  763. },
  764. "node_modules/concat-map": {
  765. "version": "0.0.1",
  766. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  767. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  768. },
  769. "node_modules/content-disposition": {
  770. "version": "0.5.4",
  771. "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz",
  772. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  773. "dependencies": {
  774. "safe-buffer": "5.2.1"
  775. },
  776. "engines": {
  777. "node": ">= 0.6"
  778. }
  779. },
  780. "node_modules/content-type": {
  781. "version": "1.0.5",
  782. "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
  783. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  784. "engines": {
  785. "node": ">= 0.6"
  786. }
  787. },
  788. "node_modules/cookie": {
  789. "version": "0.5.0",
  790. "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.5.0.tgz",
  791. "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
  792. "engines": {
  793. "node": ">= 0.6"
  794. }
  795. },
  796. "node_modules/cookie-signature": {
  797. "version": "1.0.6",
  798. "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.6.tgz",
  799. "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ=="
  800. },
  801. "node_modules/cookiejar": {
  802. "version": "2.1.4",
  803. "resolved": "https://registry.npmmirror.com/cookiejar/-/cookiejar-2.1.4.tgz",
  804. "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw=="
  805. },
  806. "node_modules/core-util-is": {
  807. "version": "1.0.2",
  808. "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.2.tgz",
  809. "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ=="
  810. },
  811. "node_modules/crc-32": {
  812. "version": "1.2.2",
  813. "resolved": "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz",
  814. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  815. "bin": {
  816. "crc32": "bin/crc32.njs"
  817. },
  818. "engines": {
  819. "node": ">=0.8"
  820. }
  821. },
  822. "node_modules/crc32-stream": {
  823. "version": "4.0.3",
  824. "resolved": "https://registry.npmmirror.com/crc32-stream/-/crc32-stream-4.0.3.tgz",
  825. "integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==",
  826. "dependencies": {
  827. "crc-32": "^1.2.0",
  828. "readable-stream": "^3.4.0"
  829. },
  830. "engines": {
  831. "node": ">= 10"
  832. }
  833. },
  834. "node_modules/cross-spawn": {
  835. "version": "7.0.3",
  836. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz",
  837. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  838. "dependencies": {
  839. "path-key": "^3.1.0",
  840. "shebang-command": "^2.0.0",
  841. "which": "^2.0.1"
  842. },
  843. "engines": {
  844. "node": ">= 8"
  845. }
  846. },
  847. "node_modules/dashdash": {
  848. "version": "1.14.1",
  849. "resolved": "https://registry.npmmirror.com/dashdash/-/dashdash-1.14.1.tgz",
  850. "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==",
  851. "dependencies": {
  852. "assert-plus": "^1.0.0"
  853. },
  854. "engines": {
  855. "node": ">=0.10"
  856. }
  857. },
  858. "node_modules/data-uri-to-buffer": {
  859. "version": "3.0.1",
  860. "resolved": "https://registry.npmmirror.com/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz",
  861. "integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==",
  862. "engines": {
  863. "node": ">= 6"
  864. }
  865. },
  866. "node_modules/dayjs": {
  867. "version": "1.11.10",
  868. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.10.tgz",
  869. "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
  870. },
  871. "node_modules/debug": {
  872. "version": "2.6.9",
  873. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  874. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  875. "dependencies": {
  876. "ms": "2.0.0"
  877. }
  878. },
  879. "node_modules/decode-uri-component": {
  880. "version": "0.2.2",
  881. "resolved": "https://registry.npmmirror.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
  882. "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",
  883. "engines": {
  884. "node": ">=0.10"
  885. }
  886. },
  887. "node_modules/decompress": {
  888. "version": "4.2.1",
  889. "resolved": "https://registry.npmmirror.com/decompress/-/decompress-4.2.1.tgz",
  890. "integrity": "sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==",
  891. "dependencies": {
  892. "decompress-tar": "^4.0.0",
  893. "decompress-tarbz2": "^4.0.0",
  894. "decompress-targz": "^4.0.0",
  895. "decompress-unzip": "^4.0.1",
  896. "graceful-fs": "^4.1.10",
  897. "make-dir": "^1.0.0",
  898. "pify": "^2.3.0",
  899. "strip-dirs": "^2.0.0"
  900. },
  901. "engines": {
  902. "node": ">=4"
  903. }
  904. },
  905. "node_modules/decompress-response": {
  906. "version": "3.3.0",
  907. "resolved": "https://registry.npmmirror.com/decompress-response/-/decompress-response-3.3.0.tgz",
  908. "integrity": "sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==",
  909. "dependencies": {
  910. "mimic-response": "^1.0.0"
  911. },
  912. "engines": {
  913. "node": ">=4"
  914. }
  915. },
  916. "node_modules/decompress-tar": {
  917. "version": "4.1.1",
  918. "resolved": "https://registry.npmmirror.com/decompress-tar/-/decompress-tar-4.1.1.tgz",
  919. "integrity": "sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==",
  920. "dependencies": {
  921. "file-type": "^5.2.0",
  922. "is-stream": "^1.1.0",
  923. "tar-stream": "^1.5.2"
  924. },
  925. "engines": {
  926. "node": ">=4"
  927. }
  928. },
  929. "node_modules/decompress-tar/node_modules/bl": {
  930. "version": "1.2.3",
  931. "resolved": "https://registry.npmmirror.com/bl/-/bl-1.2.3.tgz",
  932. "integrity": "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==",
  933. "dependencies": {
  934. "readable-stream": "^2.3.5",
  935. "safe-buffer": "^5.1.1"
  936. }
  937. },
  938. "node_modules/decompress-tar/node_modules/file-type": {
  939. "version": "5.2.0",
  940. "resolved": "https://registry.npmmirror.com/file-type/-/file-type-5.2.0.tgz",
  941. "integrity": "sha512-Iq1nJ6D2+yIO4c8HHg4fyVb8mAJieo1Oloy1mLLaB2PvezNedhBVm+QU7g0qM42aiMbRXTxKKwGD17rjKNJYVQ==",
  942. "engines": {
  943. "node": ">=4"
  944. }
  945. },
  946. "node_modules/decompress-tar/node_modules/is-stream": {
  947. "version": "1.1.0",
  948. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-1.1.0.tgz",
  949. "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",
  950. "engines": {
  951. "node": ">=0.10.0"
  952. }
  953. },
  954. "node_modules/decompress-tar/node_modules/readable-stream": {
  955. "version": "2.3.8",
  956. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  957. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  958. "dependencies": {
  959. "core-util-is": "~1.0.0",
  960. "inherits": "~2.0.3",
  961. "isarray": "~1.0.0",
  962. "process-nextick-args": "~2.0.0",
  963. "safe-buffer": "~5.1.1",
  964. "string_decoder": "~1.1.1",
  965. "util-deprecate": "~1.0.1"
  966. }
  967. },
  968. "node_modules/decompress-tar/node_modules/safe-buffer": {
  969. "version": "5.1.2",
  970. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  971. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  972. },
  973. "node_modules/decompress-tar/node_modules/string_decoder": {
  974. "version": "1.1.1",
  975. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  976. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  977. "dependencies": {
  978. "safe-buffer": "~5.1.0"
  979. }
  980. },
  981. "node_modules/decompress-tar/node_modules/tar-stream": {
  982. "version": "1.6.2",
  983. "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-1.6.2.tgz",
  984. "integrity": "sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==",
  985. "dependencies": {
  986. "bl": "^1.0.0",
  987. "buffer-alloc": "^1.2.0",
  988. "end-of-stream": "^1.0.0",
  989. "fs-constants": "^1.0.0",
  990. "readable-stream": "^2.3.0",
  991. "to-buffer": "^1.1.1",
  992. "xtend": "^4.0.0"
  993. },
  994. "engines": {
  995. "node": ">= 0.8.0"
  996. }
  997. },
  998. "node_modules/decompress-tarbz2": {
  999. "version": "4.1.1",
  1000. "resolved": "https://registry.npmmirror.com/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz",
  1001. "integrity": "sha512-s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A==",
  1002. "dependencies": {
  1003. "decompress-tar": "^4.1.0",
  1004. "file-type": "^6.1.0",
  1005. "is-stream": "^1.1.0",
  1006. "seek-bzip": "^1.0.5",
  1007. "unbzip2-stream": "^1.0.9"
  1008. },
  1009. "engines": {
  1010. "node": ">=4"
  1011. }
  1012. },
  1013. "node_modules/decompress-tarbz2/node_modules/file-type": {
  1014. "version": "6.2.0",
  1015. "resolved": "https://registry.npmmirror.com/file-type/-/file-type-6.2.0.tgz",
  1016. "integrity": "sha512-YPcTBDV+2Tm0VqjybVd32MHdlEGAtuxS3VAYsumFokDSMG+ROT5wawGlnHDoz7bfMcMDt9hxuXvXwoKUx2fkOg==",
  1017. "engines": {
  1018. "node": ">=4"
  1019. }
  1020. },
  1021. "node_modules/decompress-tarbz2/node_modules/is-stream": {
  1022. "version": "1.1.0",
  1023. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-1.1.0.tgz",
  1024. "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",
  1025. "engines": {
  1026. "node": ">=0.10.0"
  1027. }
  1028. },
  1029. "node_modules/decompress-targz": {
  1030. "version": "4.1.1",
  1031. "resolved": "https://registry.npmmirror.com/decompress-targz/-/decompress-targz-4.1.1.tgz",
  1032. "integrity": "sha512-4z81Znfr6chWnRDNfFNqLwPvm4db3WuZkqV+UgXQzSngG3CEKdBkw5jrv3axjjL96glyiiKjsxJG3X6WBZwX3w==",
  1033. "dependencies": {
  1034. "decompress-tar": "^4.1.1",
  1035. "file-type": "^5.2.0",
  1036. "is-stream": "^1.1.0"
  1037. },
  1038. "engines": {
  1039. "node": ">=4"
  1040. }
  1041. },
  1042. "node_modules/decompress-targz/node_modules/file-type": {
  1043. "version": "5.2.0",
  1044. "resolved": "https://registry.npmmirror.com/file-type/-/file-type-5.2.0.tgz",
  1045. "integrity": "sha512-Iq1nJ6D2+yIO4c8HHg4fyVb8mAJieo1Oloy1mLLaB2PvezNedhBVm+QU7g0qM42aiMbRXTxKKwGD17rjKNJYVQ==",
  1046. "engines": {
  1047. "node": ">=4"
  1048. }
  1049. },
  1050. "node_modules/decompress-targz/node_modules/is-stream": {
  1051. "version": "1.1.0",
  1052. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-1.1.0.tgz",
  1053. "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",
  1054. "engines": {
  1055. "node": ">=0.10.0"
  1056. }
  1057. },
  1058. "node_modules/decompress-unzip": {
  1059. "version": "4.0.1",
  1060. "resolved": "https://registry.npmmirror.com/decompress-unzip/-/decompress-unzip-4.0.1.tgz",
  1061. "integrity": "sha512-1fqeluvxgnn86MOh66u8FjbtJpAFv5wgCT9Iw8rcBqQcCo5tO8eiJw7NNTrvt9n4CRBVq7CstiS922oPgyGLrw==",
  1062. "dependencies": {
  1063. "file-type": "^3.8.0",
  1064. "get-stream": "^2.2.0",
  1065. "pify": "^2.3.0",
  1066. "yauzl": "^2.4.2"
  1067. },
  1068. "engines": {
  1069. "node": ">=4"
  1070. }
  1071. },
  1072. "node_modules/decompress-unzip/node_modules/file-type": {
  1073. "version": "3.9.0",
  1074. "resolved": "https://registry.npmmirror.com/file-type/-/file-type-3.9.0.tgz",
  1075. "integrity": "sha512-RLoqTXE8/vPmMuTI88DAzhMYC99I8BWv7zYP4A1puo5HIjEJ5EX48ighy4ZyKMG9EDXxBgW6e++cn7d1xuFghA==",
  1076. "engines": {
  1077. "node": ">=0.10.0"
  1078. }
  1079. },
  1080. "node_modules/decompress-unzip/node_modules/get-stream": {
  1081. "version": "2.3.1",
  1082. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-2.3.1.tgz",
  1083. "integrity": "sha512-AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA==",
  1084. "dependencies": {
  1085. "object-assign": "^4.0.1",
  1086. "pinkie-promise": "^2.0.0"
  1087. },
  1088. "engines": {
  1089. "node": ">=0.10.0"
  1090. }
  1091. },
  1092. "node_modules/decompress-unzip/node_modules/pify": {
  1093. "version": "2.3.0",
  1094. "resolved": "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz",
  1095. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  1096. "engines": {
  1097. "node": ">=0.10.0"
  1098. }
  1099. },
  1100. "node_modules/decompress/node_modules/make-dir": {
  1101. "version": "1.3.0",
  1102. "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-1.3.0.tgz",
  1103. "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==",
  1104. "dependencies": {
  1105. "pify": "^3.0.0"
  1106. },
  1107. "engines": {
  1108. "node": ">=4"
  1109. }
  1110. },
  1111. "node_modules/decompress/node_modules/make-dir/node_modules/pify": {
  1112. "version": "3.0.0",
  1113. "resolved": "https://registry.npmmirror.com/pify/-/pify-3.0.0.tgz",
  1114. "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==",
  1115. "engines": {
  1116. "node": ">=4"
  1117. }
  1118. },
  1119. "node_modules/decompress/node_modules/pify": {
  1120. "version": "2.3.0",
  1121. "resolved": "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz",
  1122. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  1123. "engines": {
  1124. "node": ">=0.10.0"
  1125. }
  1126. },
  1127. "node_modules/deep-is": {
  1128. "version": "0.1.4",
  1129. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  1130. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
  1131. },
  1132. "node_modules/define-data-property": {
  1133. "version": "1.1.4",
  1134. "resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz",
  1135. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  1136. "dependencies": {
  1137. "es-define-property": "^1.0.0",
  1138. "es-errors": "^1.3.0",
  1139. "gopd": "^1.0.1"
  1140. },
  1141. "engines": {
  1142. "node": ">= 0.4"
  1143. }
  1144. },
  1145. "node_modules/degenerator": {
  1146. "version": "3.0.4",
  1147. "resolved": "https://registry.npmmirror.com/degenerator/-/degenerator-3.0.4.tgz",
  1148. "integrity": "sha512-Z66uPeBfHZAHVmue3HPfyKu2Q0rC2cRxbTOsvmU/po5fvvcx27W4mIu9n0PUlQih4oUYvcG1BsbtVv8x7KDOSw==",
  1149. "dependencies": {
  1150. "ast-types": "^0.13.2",
  1151. "escodegen": "^1.8.1",
  1152. "esprima": "^4.0.0",
  1153. "vm2": "^3.9.17"
  1154. },
  1155. "engines": {
  1156. "node": ">= 6"
  1157. }
  1158. },
  1159. "node_modules/delayed-stream": {
  1160. "version": "1.0.0",
  1161. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  1162. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  1163. "engines": {
  1164. "node": ">=0.4.0"
  1165. }
  1166. },
  1167. "node_modules/depd": {
  1168. "version": "2.0.0",
  1169. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  1170. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  1171. "engines": {
  1172. "node": ">= 0.8"
  1173. }
  1174. },
  1175. "node_modules/destroy": {
  1176. "version": "1.2.0",
  1177. "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  1178. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  1179. "engines": {
  1180. "node": ">= 0.8",
  1181. "npm": "1.2.8000 || >= 1.4.16"
  1182. }
  1183. },
  1184. "node_modules/download": {
  1185. "version": "8.0.0",
  1186. "resolved": "https://registry.npmmirror.com/download/-/download-8.0.0.tgz",
  1187. "integrity": "sha512-ASRY5QhDk7FK+XrQtQyvhpDKanLluEEQtWl/J7Lxuf/b+i8RYh997QeXvL85xitrmRKVlx9c7eTrcRdq2GS4eA==",
  1188. "dependencies": {
  1189. "archive-type": "^4.0.0",
  1190. "content-disposition": "^0.5.2",
  1191. "decompress": "^4.2.1",
  1192. "ext-name": "^5.0.0",
  1193. "file-type": "^11.1.0",
  1194. "filenamify": "^3.0.0",
  1195. "get-stream": "^4.1.0",
  1196. "got": "^8.3.1",
  1197. "make-dir": "^2.1.0",
  1198. "p-event": "^2.1.0",
  1199. "pify": "^4.0.1"
  1200. },
  1201. "engines": {
  1202. "node": ">=10"
  1203. }
  1204. },
  1205. "node_modules/duplexer3": {
  1206. "version": "0.1.5",
  1207. "resolved": "https://registry.npmmirror.com/duplexer3/-/duplexer3-0.1.5.tgz",
  1208. "integrity": "sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA=="
  1209. },
  1210. "node_modules/ecc-jsbn": {
  1211. "version": "0.1.2",
  1212. "resolved": "https://registry.npmmirror.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
  1213. "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==",
  1214. "dependencies": {
  1215. "jsbn": "~0.1.0",
  1216. "safer-buffer": "^2.1.0"
  1217. }
  1218. },
  1219. "node_modules/ee-first": {
  1220. "version": "1.1.1",
  1221. "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
  1222. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  1223. },
  1224. "node_modules/enabled": {
  1225. "version": "2.0.0",
  1226. "resolved": "https://registry.npmmirror.com/enabled/-/enabled-2.0.0.tgz",
  1227. "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ=="
  1228. },
  1229. "node_modules/encodeurl": {
  1230. "version": "1.0.2",
  1231. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz",
  1232. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  1233. "engines": {
  1234. "node": ">= 0.8"
  1235. }
  1236. },
  1237. "node_modules/end-of-stream": {
  1238. "version": "1.4.4",
  1239. "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
  1240. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  1241. "dependencies": {
  1242. "once": "^1.4.0"
  1243. }
  1244. },
  1245. "node_modules/es-define-property": {
  1246. "version": "1.0.0",
  1247. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.0.tgz",
  1248. "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
  1249. "dependencies": {
  1250. "get-intrinsic": "^1.2.4"
  1251. },
  1252. "engines": {
  1253. "node": ">= 0.4"
  1254. }
  1255. },
  1256. "node_modules/es-errors": {
  1257. "version": "1.3.0",
  1258. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  1259. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  1260. "engines": {
  1261. "node": ">= 0.4"
  1262. }
  1263. },
  1264. "node_modules/escape-html": {
  1265. "version": "1.0.3",
  1266. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  1267. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  1268. },
  1269. "node_modules/escape-string-regexp": {
  1270. "version": "1.0.5",
  1271. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  1272. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  1273. "engines": {
  1274. "node": ">=0.8.0"
  1275. }
  1276. },
  1277. "node_modules/escodegen": {
  1278. "version": "1.14.3",
  1279. "resolved": "https://registry.npmmirror.com/escodegen/-/escodegen-1.14.3.tgz",
  1280. "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
  1281. "dependencies": {
  1282. "esprima": "^4.0.1",
  1283. "estraverse": "^4.2.0",
  1284. "esutils": "^2.0.2",
  1285. "optionator": "^0.8.1"
  1286. },
  1287. "bin": {
  1288. "escodegen": "bin/escodegen.js",
  1289. "esgenerate": "bin/esgenerate.js"
  1290. },
  1291. "engines": {
  1292. "node": ">=4.0"
  1293. },
  1294. "optionalDependencies": {
  1295. "source-map": "~0.6.1"
  1296. }
  1297. },
  1298. "node_modules/esprima": {
  1299. "version": "4.0.1",
  1300. "resolved": "https://registry.npmmirror.com/esprima/-/esprima-4.0.1.tgz",
  1301. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  1302. "bin": {
  1303. "esparse": "bin/esparse.js",
  1304. "esvalidate": "bin/esvalidate.js"
  1305. },
  1306. "engines": {
  1307. "node": ">=4"
  1308. }
  1309. },
  1310. "node_modules/estraverse": {
  1311. "version": "4.3.0",
  1312. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-4.3.0.tgz",
  1313. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  1314. "engines": {
  1315. "node": ">=4.0"
  1316. }
  1317. },
  1318. "node_modules/esutils": {
  1319. "version": "2.0.3",
  1320. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  1321. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  1322. "engines": {
  1323. "node": ">=0.10.0"
  1324. }
  1325. },
  1326. "node_modules/etag": {
  1327. "version": "1.8.1",
  1328. "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
  1329. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  1330. "engines": {
  1331. "node": ">= 0.6"
  1332. }
  1333. },
  1334. "node_modules/execa": {
  1335. "version": "5.1.1",
  1336. "resolved": "https://registry.npmmirror.com/execa/-/execa-5.1.1.tgz",
  1337. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  1338. "dependencies": {
  1339. "cross-spawn": "^7.0.3",
  1340. "get-stream": "^6.0.0",
  1341. "human-signals": "^2.1.0",
  1342. "is-stream": "^2.0.0",
  1343. "merge-stream": "^2.0.0",
  1344. "npm-run-path": "^4.0.1",
  1345. "onetime": "^5.1.2",
  1346. "signal-exit": "^3.0.3",
  1347. "strip-final-newline": "^2.0.0"
  1348. },
  1349. "engines": {
  1350. "node": ">=10"
  1351. }
  1352. },
  1353. "node_modules/execa/node_modules/get-stream": {
  1354. "version": "6.0.1",
  1355. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz",
  1356. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  1357. "engines": {
  1358. "node": ">=10"
  1359. }
  1360. },
  1361. "node_modules/express": {
  1362. "version": "4.18.2",
  1363. "resolved": "https://registry.npmmirror.com/express/-/express-4.18.2.tgz",
  1364. "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==",
  1365. "dependencies": {
  1366. "accepts": "~1.3.8",
  1367. "array-flatten": "1.1.1",
  1368. "body-parser": "1.20.1",
  1369. "content-disposition": "0.5.4",
  1370. "content-type": "~1.0.4",
  1371. "cookie": "0.5.0",
  1372. "cookie-signature": "1.0.6",
  1373. "debug": "2.6.9",
  1374. "depd": "2.0.0",
  1375. "encodeurl": "~1.0.2",
  1376. "escape-html": "~1.0.3",
  1377. "etag": "~1.8.1",
  1378. "finalhandler": "1.2.0",
  1379. "fresh": "0.5.2",
  1380. "http-errors": "2.0.0",
  1381. "merge-descriptors": "1.0.1",
  1382. "methods": "~1.1.2",
  1383. "on-finished": "2.4.1",
  1384. "parseurl": "~1.3.3",
  1385. "path-to-regexp": "0.1.7",
  1386. "proxy-addr": "~2.0.7",
  1387. "qs": "6.11.0",
  1388. "range-parser": "~1.2.1",
  1389. "safe-buffer": "5.2.1",
  1390. "send": "0.18.0",
  1391. "serve-static": "1.15.0",
  1392. "setprototypeof": "1.2.0",
  1393. "statuses": "2.0.1",
  1394. "type-is": "~1.6.18",
  1395. "utils-merge": "1.0.1",
  1396. "vary": "~1.1.2"
  1397. },
  1398. "engines": {
  1399. "node": ">= 0.10.0"
  1400. }
  1401. },
  1402. "node_modules/ext-list": {
  1403. "version": "2.2.2",
  1404. "resolved": "https://registry.npmmirror.com/ext-list/-/ext-list-2.2.2.tgz",
  1405. "integrity": "sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==",
  1406. "dependencies": {
  1407. "mime-db": "^1.28.0"
  1408. },
  1409. "engines": {
  1410. "node": ">=0.10.0"
  1411. }
  1412. },
  1413. "node_modules/ext-name": {
  1414. "version": "5.0.0",
  1415. "resolved": "https://registry.npmmirror.com/ext-name/-/ext-name-5.0.0.tgz",
  1416. "integrity": "sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==",
  1417. "dependencies": {
  1418. "ext-list": "^2.0.0",
  1419. "sort-keys-length": "^1.0.0"
  1420. },
  1421. "engines": {
  1422. "node": ">=4"
  1423. }
  1424. },
  1425. "node_modules/extend": {
  1426. "version": "3.0.2",
  1427. "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
  1428. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
  1429. },
  1430. "node_modules/extsprintf": {
  1431. "version": "1.3.0",
  1432. "resolved": "https://registry.npmmirror.com/extsprintf/-/extsprintf-1.3.0.tgz",
  1433. "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==",
  1434. "engines": [
  1435. "node >=0.6.0"
  1436. ]
  1437. },
  1438. "node_modules/fast-deep-equal": {
  1439. "version": "3.1.3",
  1440. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  1441. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  1442. },
  1443. "node_modules/fast-json-stable-stringify": {
  1444. "version": "2.1.0",
  1445. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  1446. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
  1447. },
  1448. "node_modules/fast-levenshtein": {
  1449. "version": "2.0.6",
  1450. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  1451. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
  1452. },
  1453. "node_modules/fast-safe-stringify": {
  1454. "version": "2.1.1",
  1455. "resolved": "https://registry.npmmirror.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
  1456. "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA=="
  1457. },
  1458. "node_modules/fd-slicer": {
  1459. "version": "1.1.0",
  1460. "resolved": "https://registry.npmmirror.com/fd-slicer/-/fd-slicer-1.1.0.tgz",
  1461. "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
  1462. "dependencies": {
  1463. "pend": "~1.2.0"
  1464. }
  1465. },
  1466. "node_modules/fd-slicer2": {
  1467. "version": "1.2.0",
  1468. "resolved": "https://registry.npmmirror.com/fd-slicer2/-/fd-slicer2-1.2.0.tgz",
  1469. "integrity": "sha512-3lBUNUckhMZduCc4g+Pw4Ve16LD9vpX9b8qUkkKq2mgDRLYWzblszZH2luADnJqjJe+cypngjCuKRm/IW12rRw==",
  1470. "dependencies": {
  1471. "pend": "^1.2.0"
  1472. }
  1473. },
  1474. "node_modules/fecha": {
  1475. "version": "4.2.3",
  1476. "resolved": "https://registry.npmmirror.com/fecha/-/fecha-4.2.3.tgz",
  1477. "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw=="
  1478. },
  1479. "node_modules/file-type": {
  1480. "version": "11.1.0",
  1481. "resolved": "https://registry.npmmirror.com/file-type/-/file-type-11.1.0.tgz",
  1482. "integrity": "sha512-rM0UO7Qm9K7TWTtA6AShI/t7H5BPjDeGVDaNyg9BjHAj3PysKy7+8C8D137R88jnR3rFJZQB/tFgydl5sN5m7g==",
  1483. "engines": {
  1484. "node": ">=6"
  1485. }
  1486. },
  1487. "node_modules/file-uri-to-path": {
  1488. "version": "2.0.0",
  1489. "resolved": "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz",
  1490. "integrity": "sha512-hjPFI8oE/2iQPVe4gbrJ73Pp+Xfub2+WI2LlXDbsaJBwT5wuMh35WNWVYYTpnz895shtwfyutMFLFywpQAFdLg==",
  1491. "engines": {
  1492. "node": ">= 6"
  1493. }
  1494. },
  1495. "node_modules/filename-reserved-regex": {
  1496. "version": "2.0.0",
  1497. "resolved": "https://registry.npmmirror.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz",
  1498. "integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==",
  1499. "engines": {
  1500. "node": ">=4"
  1501. }
  1502. },
  1503. "node_modules/filenamify": {
  1504. "version": "3.0.0",
  1505. "resolved": "https://registry.npmmirror.com/filenamify/-/filenamify-3.0.0.tgz",
  1506. "integrity": "sha512-5EFZ//MsvJgXjBAFJ+Bh2YaCTRF/VP1YOmGrgt+KJ4SFRLjI87EIdwLLuT6wQX0I4F9W41xutobzczjsOKlI/g==",
  1507. "dependencies": {
  1508. "filename-reserved-regex": "^2.0.0",
  1509. "strip-outer": "^1.0.0",
  1510. "trim-repeated": "^1.0.0"
  1511. },
  1512. "engines": {
  1513. "node": ">=6"
  1514. }
  1515. },
  1516. "node_modules/fill-range": {
  1517. "version": "7.0.1",
  1518. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz",
  1519. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  1520. "dependencies": {
  1521. "to-regex-range": "^5.0.1"
  1522. },
  1523. "engines": {
  1524. "node": ">=8"
  1525. }
  1526. },
  1527. "node_modules/finalhandler": {
  1528. "version": "1.2.0",
  1529. "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.2.0.tgz",
  1530. "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
  1531. "dependencies": {
  1532. "debug": "2.6.9",
  1533. "encodeurl": "~1.0.2",
  1534. "escape-html": "~1.0.3",
  1535. "on-finished": "2.4.1",
  1536. "parseurl": "~1.3.3",
  1537. "statuses": "2.0.1",
  1538. "unpipe": "~1.0.0"
  1539. },
  1540. "engines": {
  1541. "node": ">= 0.8"
  1542. }
  1543. },
  1544. "node_modules/flushwritable": {
  1545. "version": "1.0.0",
  1546. "resolved": "https://registry.npmmirror.com/flushwritable/-/flushwritable-1.0.0.tgz",
  1547. "integrity": "sha512-3VELfuWCLVzt5d2Gblk8qcqFro6nuwvxwMzHaENVDHI7rxcBRtMCwTk/E9FXcgh+82DSpavPNDueA9+RxXJoFg=="
  1548. },
  1549. "node_modules/fn.name": {
  1550. "version": "1.1.0",
  1551. "resolved": "https://registry.npmmirror.com/fn.name/-/fn.name-1.1.0.tgz",
  1552. "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw=="
  1553. },
  1554. "node_modules/forever-agent": {
  1555. "version": "0.6.1",
  1556. "resolved": "https://registry.npmmirror.com/forever-agent/-/forever-agent-0.6.1.tgz",
  1557. "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==",
  1558. "engines": {
  1559. "node": "*"
  1560. }
  1561. },
  1562. "node_modules/form-data": {
  1563. "version": "2.3.3",
  1564. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-2.3.3.tgz",
  1565. "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
  1566. "dependencies": {
  1567. "asynckit": "^0.4.0",
  1568. "combined-stream": "^1.0.6",
  1569. "mime-types": "^2.1.12"
  1570. },
  1571. "engines": {
  1572. "node": ">= 0.12"
  1573. }
  1574. },
  1575. "node_modules/formidable": {
  1576. "version": "1.2.6",
  1577. "resolved": "https://registry.npmmirror.com/formidable/-/formidable-1.2.6.tgz",
  1578. "integrity": "sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ==",
  1579. "deprecated": "Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau"
  1580. },
  1581. "node_modules/forwarded": {
  1582. "version": "0.2.0",
  1583. "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz",
  1584. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  1585. "engines": {
  1586. "node": ">= 0.6"
  1587. }
  1588. },
  1589. "node_modules/fresh": {
  1590. "version": "0.5.2",
  1591. "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
  1592. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  1593. "engines": {
  1594. "node": ">= 0.6"
  1595. }
  1596. },
  1597. "node_modules/from2": {
  1598. "version": "2.3.0",
  1599. "resolved": "https://registry.npmmirror.com/from2/-/from2-2.3.0.tgz",
  1600. "integrity": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==",
  1601. "dependencies": {
  1602. "inherits": "^2.0.1",
  1603. "readable-stream": "^2.0.0"
  1604. }
  1605. },
  1606. "node_modules/from2/node_modules/readable-stream": {
  1607. "version": "2.3.8",
  1608. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  1609. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  1610. "dependencies": {
  1611. "core-util-is": "~1.0.0",
  1612. "inherits": "~2.0.3",
  1613. "isarray": "~1.0.0",
  1614. "process-nextick-args": "~2.0.0",
  1615. "safe-buffer": "~5.1.1",
  1616. "string_decoder": "~1.1.1",
  1617. "util-deprecate": "~1.0.1"
  1618. }
  1619. },
  1620. "node_modules/from2/node_modules/safe-buffer": {
  1621. "version": "5.1.2",
  1622. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  1623. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  1624. },
  1625. "node_modules/from2/node_modules/string_decoder": {
  1626. "version": "1.1.1",
  1627. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  1628. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  1629. "dependencies": {
  1630. "safe-buffer": "~5.1.0"
  1631. }
  1632. },
  1633. "node_modules/fs-constants": {
  1634. "version": "1.0.0",
  1635. "resolved": "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz",
  1636. "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
  1637. },
  1638. "node_modules/fs-extra": {
  1639. "version": "10.1.0",
  1640. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-10.1.0.tgz",
  1641. "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
  1642. "dependencies": {
  1643. "graceful-fs": "^4.2.0",
  1644. "jsonfile": "^6.0.1",
  1645. "universalify": "^2.0.0"
  1646. },
  1647. "engines": {
  1648. "node": ">=12"
  1649. }
  1650. },
  1651. "node_modules/fs-minipass": {
  1652. "version": "2.1.0",
  1653. "resolved": "https://registry.npmmirror.com/fs-minipass/-/fs-minipass-2.1.0.tgz",
  1654. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  1655. "dependencies": {
  1656. "minipass": "^3.0.0"
  1657. },
  1658. "engines": {
  1659. "node": ">= 8"
  1660. }
  1661. },
  1662. "node_modules/fs-minipass/node_modules/minipass": {
  1663. "version": "3.3.6",
  1664. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz",
  1665. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  1666. "dependencies": {
  1667. "yallist": "^4.0.0"
  1668. },
  1669. "engines": {
  1670. "node": ">=8"
  1671. }
  1672. },
  1673. "node_modules/fs-minipass/node_modules/yallist": {
  1674. "version": "4.0.0",
  1675. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  1676. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  1677. },
  1678. "node_modules/fs.realpath": {
  1679. "version": "1.0.0",
  1680. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  1681. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  1682. },
  1683. "node_modules/fsevents": {
  1684. "version": "2.3.3",
  1685. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  1686. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1687. "hasInstallScript": true,
  1688. "optional": true,
  1689. "os": [
  1690. "darwin"
  1691. ],
  1692. "engines": {
  1693. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1694. }
  1695. },
  1696. "node_modules/ftp": {
  1697. "version": "0.3.10",
  1698. "resolved": "https://registry.npmmirror.com/ftp/-/ftp-0.3.10.tgz",
  1699. "integrity": "sha512-faFVML1aBx2UoDStmLwv2Wptt4vw5x03xxX172nhA5Y5HBshW5JweqQ2W4xL4dezQTG8inJsuYcpPHHU3X5OTQ==",
  1700. "dependencies": {
  1701. "readable-stream": "1.1.x",
  1702. "xregexp": "2.0.0"
  1703. },
  1704. "engines": {
  1705. "node": ">=0.8.0"
  1706. }
  1707. },
  1708. "node_modules/ftp/node_modules/isarray": {
  1709. "version": "0.0.1",
  1710. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-0.0.1.tgz",
  1711. "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ=="
  1712. },
  1713. "node_modules/ftp/node_modules/readable-stream": {
  1714. "version": "1.1.14",
  1715. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-1.1.14.tgz",
  1716. "integrity": "sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==",
  1717. "dependencies": {
  1718. "core-util-is": "~1.0.0",
  1719. "inherits": "~2.0.1",
  1720. "isarray": "0.0.1",
  1721. "string_decoder": "~0.10.x"
  1722. }
  1723. },
  1724. "node_modules/ftp/node_modules/string_decoder": {
  1725. "version": "0.10.31",
  1726. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-0.10.31.tgz",
  1727. "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ=="
  1728. },
  1729. "node_modules/function-bind": {
  1730. "version": "1.1.2",
  1731. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  1732. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="
  1733. },
  1734. "node_modules/functional-mini": {
  1735. "version": "0.9.0",
  1736. "resolved": "https://registry.npmmirror.com/functional-mini/-/functional-mini-0.9.0.tgz",
  1737. "integrity": "sha512-viUzhHWQ70ZYr39t42R2K8EiOCVOGpB7cqAHNlOHlGTmHyc7kfIkdCazB8korBZlm/EhVuzs26wd8Ht23jJLsg=="
  1738. },
  1739. "node_modules/get-intrinsic": {
  1740. "version": "1.2.4",
  1741. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
  1742. "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
  1743. "dependencies": {
  1744. "es-errors": "^1.3.0",
  1745. "function-bind": "^1.1.2",
  1746. "has-proto": "^1.0.1",
  1747. "has-symbols": "^1.0.3",
  1748. "hasown": "^2.0.0"
  1749. },
  1750. "engines": {
  1751. "node": ">= 0.4"
  1752. }
  1753. },
  1754. "node_modules/get-ready": {
  1755. "version": "1.0.0",
  1756. "resolved": "https://registry.npmmirror.com/get-ready/-/get-ready-1.0.0.tgz",
  1757. "integrity": "sha512-mFXCZPJIlcYcth+N8267+mghfYN9h3EhsDa6JSnbA3Wrhh/XFpuowviFcsDeYZtKspQyWyJqfs4O6P8CHeTwzw=="
  1758. },
  1759. "node_modules/get-stream": {
  1760. "version": "4.1.0",
  1761. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-4.1.0.tgz",
  1762. "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
  1763. "dependencies": {
  1764. "pump": "^3.0.0"
  1765. },
  1766. "engines": {
  1767. "node": ">=6"
  1768. }
  1769. },
  1770. "node_modules/get-uri": {
  1771. "version": "3.0.2",
  1772. "resolved": "https://registry.npmmirror.com/get-uri/-/get-uri-3.0.2.tgz",
  1773. "integrity": "sha512-+5s0SJbGoyiJTZZ2JTpFPLMPSch72KEqGOTvQsBqg0RBWvwhWUSYZFAtz3TPW0GXJuLBJPts1E241iHg+VRfhg==",
  1774. "dependencies": {
  1775. "@tootallnate/once": "1",
  1776. "data-uri-to-buffer": "3",
  1777. "debug": "4",
  1778. "file-uri-to-path": "2",
  1779. "fs-extra": "^8.1.0",
  1780. "ftp": "^0.3.10"
  1781. },
  1782. "engines": {
  1783. "node": ">= 6"
  1784. }
  1785. },
  1786. "node_modules/get-uri/node_modules/debug": {
  1787. "version": "4.3.4",
  1788. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  1789. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  1790. "dependencies": {
  1791. "ms": "2.1.2"
  1792. },
  1793. "engines": {
  1794. "node": ">=6.0"
  1795. },
  1796. "peerDependenciesMeta": {
  1797. "supports-color": {
  1798. "optional": true
  1799. }
  1800. }
  1801. },
  1802. "node_modules/get-uri/node_modules/fs-extra": {
  1803. "version": "8.1.0",
  1804. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-8.1.0.tgz",
  1805. "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
  1806. "dependencies": {
  1807. "graceful-fs": "^4.2.0",
  1808. "jsonfile": "^4.0.0",
  1809. "universalify": "^0.1.0"
  1810. },
  1811. "engines": {
  1812. "node": ">=6 <7 || >=8"
  1813. }
  1814. },
  1815. "node_modules/get-uri/node_modules/jsonfile": {
  1816. "version": "4.0.0",
  1817. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-4.0.0.tgz",
  1818. "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
  1819. "optionalDependencies": {
  1820. "graceful-fs": "^4.1.6"
  1821. }
  1822. },
  1823. "node_modules/get-uri/node_modules/ms": {
  1824. "version": "2.1.2",
  1825. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  1826. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  1827. },
  1828. "node_modules/get-uri/node_modules/universalify": {
  1829. "version": "0.1.2",
  1830. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-0.1.2.tgz",
  1831. "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
  1832. "engines": {
  1833. "node": ">= 4.0.0"
  1834. }
  1835. },
  1836. "node_modules/getpass": {
  1837. "version": "0.1.7",
  1838. "resolved": "https://registry.npmmirror.com/getpass/-/getpass-0.1.7.tgz",
  1839. "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==",
  1840. "dependencies": {
  1841. "assert-plus": "^1.0.0"
  1842. }
  1843. },
  1844. "node_modules/glob": {
  1845. "version": "7.2.3",
  1846. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  1847. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  1848. "dependencies": {
  1849. "fs.realpath": "^1.0.0",
  1850. "inflight": "^1.0.4",
  1851. "inherits": "2",
  1852. "minimatch": "^3.1.1",
  1853. "once": "^1.3.0",
  1854. "path-is-absolute": "^1.0.0"
  1855. },
  1856. "engines": {
  1857. "node": "*"
  1858. }
  1859. },
  1860. "node_modules/glob-parent": {
  1861. "version": "5.1.2",
  1862. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  1863. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  1864. "dependencies": {
  1865. "is-glob": "^4.0.1"
  1866. },
  1867. "engines": {
  1868. "node": ">= 6"
  1869. }
  1870. },
  1871. "node_modules/glob-to-regexp": {
  1872. "version": "0.4.1",
  1873. "resolved": "https://registry.npmmirror.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
  1874. "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
  1875. },
  1876. "node_modules/gopd": {
  1877. "version": "1.0.1",
  1878. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.0.1.tgz",
  1879. "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  1880. "dependencies": {
  1881. "get-intrinsic": "^1.1.3"
  1882. }
  1883. },
  1884. "node_modules/got": {
  1885. "version": "8.3.2",
  1886. "resolved": "https://registry.npmmirror.com/got/-/got-8.3.2.tgz",
  1887. "integrity": "sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw==",
  1888. "dependencies": {
  1889. "@sindresorhus/is": "^0.7.0",
  1890. "cacheable-request": "^2.1.1",
  1891. "decompress-response": "^3.3.0",
  1892. "duplexer3": "^0.1.4",
  1893. "get-stream": "^3.0.0",
  1894. "into-stream": "^3.1.0",
  1895. "is-retry-allowed": "^1.1.0",
  1896. "isurl": "^1.0.0-alpha5",
  1897. "lowercase-keys": "^1.0.0",
  1898. "mimic-response": "^1.0.0",
  1899. "p-cancelable": "^0.4.0",
  1900. "p-timeout": "^2.0.1",
  1901. "pify": "^3.0.0",
  1902. "safe-buffer": "^5.1.1",
  1903. "timed-out": "^4.0.1",
  1904. "url-parse-lax": "^3.0.0",
  1905. "url-to-options": "^1.0.1"
  1906. },
  1907. "engines": {
  1908. "node": ">=4"
  1909. }
  1910. },
  1911. "node_modules/got/node_modules/get-stream": {
  1912. "version": "3.0.0",
  1913. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-3.0.0.tgz",
  1914. "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==",
  1915. "engines": {
  1916. "node": ">=4"
  1917. }
  1918. },
  1919. "node_modules/got/node_modules/pify": {
  1920. "version": "3.0.0",
  1921. "resolved": "https://registry.npmmirror.com/pify/-/pify-3.0.0.tgz",
  1922. "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==",
  1923. "engines": {
  1924. "node": ">=4"
  1925. }
  1926. },
  1927. "node_modules/graceful-fs": {
  1928. "version": "4.2.11",
  1929. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  1930. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  1931. },
  1932. "node_modules/har-schema": {
  1933. "version": "2.0.0",
  1934. "resolved": "https://registry.npmmirror.com/har-schema/-/har-schema-2.0.0.tgz",
  1935. "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==",
  1936. "engines": {
  1937. "node": ">=4"
  1938. }
  1939. },
  1940. "node_modules/har-validator": {
  1941. "version": "5.1.5",
  1942. "resolved": "https://registry.npmmirror.com/har-validator/-/har-validator-5.1.5.tgz",
  1943. "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
  1944. "deprecated": "this library is no longer supported",
  1945. "dependencies": {
  1946. "ajv": "^6.12.3",
  1947. "har-schema": "^2.0.0"
  1948. },
  1949. "engines": {
  1950. "node": ">=6"
  1951. }
  1952. },
  1953. "node_modules/has-flag": {
  1954. "version": "4.0.0",
  1955. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  1956. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  1957. "engines": {
  1958. "node": ">=8"
  1959. }
  1960. },
  1961. "node_modules/has-property-descriptors": {
  1962. "version": "1.0.2",
  1963. "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  1964. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  1965. "dependencies": {
  1966. "es-define-property": "^1.0.0"
  1967. }
  1968. },
  1969. "node_modules/has-proto": {
  1970. "version": "1.0.3",
  1971. "resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.0.3.tgz",
  1972. "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
  1973. "engines": {
  1974. "node": ">= 0.4"
  1975. }
  1976. },
  1977. "node_modules/has-symbol-support-x": {
  1978. "version": "1.4.2",
  1979. "resolved": "https://registry.npmmirror.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz",
  1980. "integrity": "sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==",
  1981. "engines": {
  1982. "node": "*"
  1983. }
  1984. },
  1985. "node_modules/has-symbols": {
  1986. "version": "1.0.3",
  1987. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz",
  1988. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  1989. "engines": {
  1990. "node": ">= 0.4"
  1991. }
  1992. },
  1993. "node_modules/has-to-string-tag-x": {
  1994. "version": "1.4.1",
  1995. "resolved": "https://registry.npmmirror.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz",
  1996. "integrity": "sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==",
  1997. "dependencies": {
  1998. "has-symbol-support-x": "^1.4.1"
  1999. },
  2000. "engines": {
  2001. "node": "*"
  2002. }
  2003. },
  2004. "node_modules/hasown": {
  2005. "version": "2.0.1",
  2006. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.1.tgz",
  2007. "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==",
  2008. "dependencies": {
  2009. "function-bind": "^1.1.2"
  2010. },
  2011. "engines": {
  2012. "node": ">= 0.4"
  2013. }
  2014. },
  2015. "node_modules/http-cache-semantics": {
  2016. "version": "3.8.1",
  2017. "resolved": "https://registry.npmmirror.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz",
  2018. "integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w=="
  2019. },
  2020. "node_modules/http-errors": {
  2021. "version": "2.0.0",
  2022. "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz",
  2023. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  2024. "dependencies": {
  2025. "depd": "2.0.0",
  2026. "inherits": "2.0.4",
  2027. "setprototypeof": "1.2.0",
  2028. "statuses": "2.0.1",
  2029. "toidentifier": "1.0.1"
  2030. },
  2031. "engines": {
  2032. "node": ">= 0.8"
  2033. }
  2034. },
  2035. "node_modules/http-proxy-agent": {
  2036. "version": "4.0.1",
  2037. "resolved": "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  2038. "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
  2039. "dependencies": {
  2040. "@tootallnate/once": "1",
  2041. "agent-base": "6",
  2042. "debug": "4"
  2043. },
  2044. "engines": {
  2045. "node": ">= 6"
  2046. }
  2047. },
  2048. "node_modules/http-proxy-agent/node_modules/debug": {
  2049. "version": "4.3.4",
  2050. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  2051. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  2052. "dependencies": {
  2053. "ms": "2.1.2"
  2054. },
  2055. "engines": {
  2056. "node": ">=6.0"
  2057. },
  2058. "peerDependenciesMeta": {
  2059. "supports-color": {
  2060. "optional": true
  2061. }
  2062. }
  2063. },
  2064. "node_modules/http-proxy-agent/node_modules/ms": {
  2065. "version": "2.1.2",
  2066. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  2067. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  2068. },
  2069. "node_modules/http-signature": {
  2070. "version": "1.2.0",
  2071. "resolved": "https://registry.npmmirror.com/http-signature/-/http-signature-1.2.0.tgz",
  2072. "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==",
  2073. "dependencies": {
  2074. "assert-plus": "^1.0.0",
  2075. "jsprim": "^1.2.2",
  2076. "sshpk": "^1.7.0"
  2077. },
  2078. "engines": {
  2079. "node": ">=0.8",
  2080. "npm": ">=1.3.7"
  2081. }
  2082. },
  2083. "node_modules/https-proxy-agent": {
  2084. "version": "5.0.1",
  2085. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  2086. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  2087. "dependencies": {
  2088. "agent-base": "6",
  2089. "debug": "4"
  2090. },
  2091. "engines": {
  2092. "node": ">= 6"
  2093. }
  2094. },
  2095. "node_modules/https-proxy-agent/node_modules/debug": {
  2096. "version": "4.3.4",
  2097. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  2098. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  2099. "dependencies": {
  2100. "ms": "2.1.2"
  2101. },
  2102. "engines": {
  2103. "node": ">=6.0"
  2104. },
  2105. "peerDependenciesMeta": {
  2106. "supports-color": {
  2107. "optional": true
  2108. }
  2109. }
  2110. },
  2111. "node_modules/https-proxy-agent/node_modules/ms": {
  2112. "version": "2.1.2",
  2113. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  2114. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  2115. },
  2116. "node_modules/human-signals": {
  2117. "version": "2.1.0",
  2118. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-2.1.0.tgz",
  2119. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  2120. "engines": {
  2121. "node": ">=10.17.0"
  2122. }
  2123. },
  2124. "node_modules/iconv-lite": {
  2125. "version": "0.5.2",
  2126. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.5.2.tgz",
  2127. "integrity": "sha512-kERHXvpSaB4aU3eANwidg79K8FlrN77m8G9V+0vOR3HYaRifrlwMEpT7ZBJqLSEIHnEgJTHcWK82wwLwwKwtag==",
  2128. "dependencies": {
  2129. "safer-buffer": ">= 2.1.2 < 3"
  2130. },
  2131. "engines": {
  2132. "node": ">=0.10.0"
  2133. }
  2134. },
  2135. "node_modules/ieee754": {
  2136. "version": "1.2.1",
  2137. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  2138. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
  2139. },
  2140. "node_modules/inflight": {
  2141. "version": "1.0.6",
  2142. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  2143. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  2144. "dependencies": {
  2145. "once": "^1.3.0",
  2146. "wrappy": "1"
  2147. }
  2148. },
  2149. "node_modules/inherits": {
  2150. "version": "2.0.4",
  2151. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  2152. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  2153. },
  2154. "node_modules/into-stream": {
  2155. "version": "3.1.0",
  2156. "resolved": "https://registry.npmmirror.com/into-stream/-/into-stream-3.1.0.tgz",
  2157. "integrity": "sha512-TcdjPibTksa1NQximqep2r17ISRiNE9fwlfbg3F8ANdvP5/yrFTew86VcO//jk4QTaMlbjypPBq76HN2zaKfZQ==",
  2158. "dependencies": {
  2159. "from2": "^2.1.1",
  2160. "p-is-promise": "^1.1.0"
  2161. },
  2162. "engines": {
  2163. "node": ">=4"
  2164. }
  2165. },
  2166. "node_modules/iny-bus": {
  2167. "version": "2.0.0",
  2168. "resolved": "https://registry.npmmirror.com/iny-bus/-/iny-bus-2.0.0.tgz",
  2169. "integrity": "sha512-wAUo8rP+XEm/W88gPSaSTLfLplxbfvp/b3JAZPt8NLQyyrAANCen5VP6oBXD9f4bo2T3BmX4JWA7o3S8Zv5jng=="
  2170. },
  2171. "node_modules/ip": {
  2172. "version": "1.1.9",
  2173. "resolved": "https://registry.npmmirror.com/ip/-/ip-1.1.9.tgz",
  2174. "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ=="
  2175. },
  2176. "node_modules/ip-address": {
  2177. "version": "9.0.5",
  2178. "resolved": "https://registry.npmmirror.com/ip-address/-/ip-address-9.0.5.tgz",
  2179. "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
  2180. "dependencies": {
  2181. "jsbn": "1.1.0",
  2182. "sprintf-js": "^1.1.3"
  2183. },
  2184. "engines": {
  2185. "node": ">= 12"
  2186. }
  2187. },
  2188. "node_modules/ip-address/node_modules/jsbn": {
  2189. "version": "1.1.0",
  2190. "resolved": "https://registry.npmmirror.com/jsbn/-/jsbn-1.1.0.tgz",
  2191. "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A=="
  2192. },
  2193. "node_modules/ipaddr.js": {
  2194. "version": "1.9.1",
  2195. "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  2196. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  2197. "engines": {
  2198. "node": ">= 0.10"
  2199. }
  2200. },
  2201. "node_modules/is-arrayish": {
  2202. "version": "0.3.2",
  2203. "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.3.2.tgz",
  2204. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
  2205. },
  2206. "node_modules/is-binary-path": {
  2207. "version": "2.1.0",
  2208. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  2209. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  2210. "dependencies": {
  2211. "binary-extensions": "^2.0.0"
  2212. },
  2213. "engines": {
  2214. "node": ">=8"
  2215. }
  2216. },
  2217. "node_modules/is-extglob": {
  2218. "version": "2.1.1",
  2219. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  2220. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  2221. "engines": {
  2222. "node": ">=0.10.0"
  2223. }
  2224. },
  2225. "node_modules/is-glob": {
  2226. "version": "4.0.3",
  2227. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  2228. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  2229. "dependencies": {
  2230. "is-extglob": "^2.1.1"
  2231. },
  2232. "engines": {
  2233. "node": ">=0.10.0"
  2234. }
  2235. },
  2236. "node_modules/is-natural-number": {
  2237. "version": "4.0.1",
  2238. "resolved": "https://registry.npmmirror.com/is-natural-number/-/is-natural-number-4.0.1.tgz",
  2239. "integrity": "sha512-Y4LTamMe0DDQIIAlaer9eKebAlDSV6huy+TWhJVPlzZh2o4tRP5SQWFlLn5N0To4mDD22/qdOq+veo1cSISLgQ=="
  2240. },
  2241. "node_modules/is-number": {
  2242. "version": "7.0.0",
  2243. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  2244. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  2245. "engines": {
  2246. "node": ">=0.12.0"
  2247. }
  2248. },
  2249. "node_modules/is-object": {
  2250. "version": "1.0.2",
  2251. "resolved": "https://registry.npmmirror.com/is-object/-/is-object-1.0.2.tgz",
  2252. "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA=="
  2253. },
  2254. "node_modules/is-plain-obj": {
  2255. "version": "1.1.0",
  2256. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
  2257. "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==",
  2258. "engines": {
  2259. "node": ">=0.10.0"
  2260. }
  2261. },
  2262. "node_modules/is-retry-allowed": {
  2263. "version": "1.2.0",
  2264. "resolved": "https://registry.npmmirror.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz",
  2265. "integrity": "sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==",
  2266. "engines": {
  2267. "node": ">=0.10.0"
  2268. }
  2269. },
  2270. "node_modules/is-stream": {
  2271. "version": "2.0.1",
  2272. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  2273. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  2274. "engines": {
  2275. "node": ">=8"
  2276. }
  2277. },
  2278. "node_modules/is-typedarray": {
  2279. "version": "1.0.0",
  2280. "resolved": "https://registry.npmmirror.com/is-typedarray/-/is-typedarray-1.0.0.tgz",
  2281. "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
  2282. },
  2283. "node_modules/isarray": {
  2284. "version": "1.0.0",
  2285. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
  2286. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  2287. },
  2288. "node_modules/isexe": {
  2289. "version": "2.0.0",
  2290. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  2291. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  2292. },
  2293. "node_modules/isstream": {
  2294. "version": "0.1.2",
  2295. "resolved": "https://registry.npmmirror.com/isstream/-/isstream-0.1.2.tgz",
  2296. "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g=="
  2297. },
  2298. "node_modules/isurl": {
  2299. "version": "1.0.0",
  2300. "resolved": "https://registry.npmmirror.com/isurl/-/isurl-1.0.0.tgz",
  2301. "integrity": "sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==",
  2302. "dependencies": {
  2303. "has-to-string-tag-x": "^1.2.0",
  2304. "is-object": "^1.0.1"
  2305. },
  2306. "engines": {
  2307. "node": ">= 4"
  2308. }
  2309. },
  2310. "node_modules/jsbn": {
  2311. "version": "0.1.1",
  2312. "resolved": "https://registry.npmmirror.com/jsbn/-/jsbn-0.1.1.tgz",
  2313. "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg=="
  2314. },
  2315. "node_modules/json-buffer": {
  2316. "version": "3.0.0",
  2317. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.0.tgz",
  2318. "integrity": "sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ=="
  2319. },
  2320. "node_modules/json-schema": {
  2321. "version": "0.4.0",
  2322. "resolved": "https://registry.npmmirror.com/json-schema/-/json-schema-0.4.0.tgz",
  2323. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
  2324. },
  2325. "node_modules/json-schema-traverse": {
  2326. "version": "0.4.1",
  2327. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  2328. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
  2329. },
  2330. "node_modules/json-stringify-safe": {
  2331. "version": "5.0.1",
  2332. "resolved": "https://registry.npmmirror.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  2333. "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="
  2334. },
  2335. "node_modules/jsonfile": {
  2336. "version": "6.1.0",
  2337. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  2338. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  2339. "dependencies": {
  2340. "universalify": "^2.0.0"
  2341. },
  2342. "optionalDependencies": {
  2343. "graceful-fs": "^4.1.6"
  2344. }
  2345. },
  2346. "node_modules/jsprim": {
  2347. "version": "1.4.2",
  2348. "resolved": "https://registry.npmmirror.com/jsprim/-/jsprim-1.4.2.tgz",
  2349. "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
  2350. "dependencies": {
  2351. "assert-plus": "1.0.0",
  2352. "extsprintf": "1.3.0",
  2353. "json-schema": "0.4.0",
  2354. "verror": "1.10.0"
  2355. },
  2356. "engines": {
  2357. "node": ">=0.6.0"
  2358. }
  2359. },
  2360. "node_modules/keyv": {
  2361. "version": "3.0.0",
  2362. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-3.0.0.tgz",
  2363. "integrity": "sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA==",
  2364. "dependencies": {
  2365. "json-buffer": "3.0.0"
  2366. }
  2367. },
  2368. "node_modules/kuler": {
  2369. "version": "2.0.0",
  2370. "resolved": "https://registry.npmmirror.com/kuler/-/kuler-2.0.0.tgz",
  2371. "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A=="
  2372. },
  2373. "node_modules/lazystream": {
  2374. "version": "1.0.1",
  2375. "resolved": "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz",
  2376. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  2377. "dependencies": {
  2378. "readable-stream": "^2.0.5"
  2379. },
  2380. "engines": {
  2381. "node": ">= 0.6.3"
  2382. }
  2383. },
  2384. "node_modules/lazystream/node_modules/readable-stream": {
  2385. "version": "2.3.8",
  2386. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  2387. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  2388. "dependencies": {
  2389. "core-util-is": "~1.0.0",
  2390. "inherits": "~2.0.3",
  2391. "isarray": "~1.0.0",
  2392. "process-nextick-args": "~2.0.0",
  2393. "safe-buffer": "~5.1.1",
  2394. "string_decoder": "~1.1.1",
  2395. "util-deprecate": "~1.0.1"
  2396. }
  2397. },
  2398. "node_modules/lazystream/node_modules/safe-buffer": {
  2399. "version": "5.1.2",
  2400. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  2401. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  2402. },
  2403. "node_modules/lazystream/node_modules/string_decoder": {
  2404. "version": "1.1.1",
  2405. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  2406. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  2407. "dependencies": {
  2408. "safe-buffer": "~5.1.0"
  2409. }
  2410. },
  2411. "node_modules/levn": {
  2412. "version": "0.3.0",
  2413. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.3.0.tgz",
  2414. "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
  2415. "dependencies": {
  2416. "prelude-ls": "~1.1.2",
  2417. "type-check": "~0.3.2"
  2418. },
  2419. "engines": {
  2420. "node": ">= 0.8.0"
  2421. }
  2422. },
  2423. "node_modules/lodash": {
  2424. "version": "4.17.21",
  2425. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  2426. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  2427. },
  2428. "node_modules/lodash.defaults": {
  2429. "version": "4.2.0",
  2430. "resolved": "https://registry.npmmirror.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  2431. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ=="
  2432. },
  2433. "node_modules/lodash.difference": {
  2434. "version": "4.5.0",
  2435. "resolved": "https://registry.npmmirror.com/lodash.difference/-/lodash.difference-4.5.0.tgz",
  2436. "integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA=="
  2437. },
  2438. "node_modules/lodash.flatten": {
  2439. "version": "4.4.0",
  2440. "resolved": "https://registry.npmmirror.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
  2441. "integrity": "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g=="
  2442. },
  2443. "node_modules/lodash.isplainobject": {
  2444. "version": "4.0.6",
  2445. "resolved": "https://registry.npmmirror.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
  2446. "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA=="
  2447. },
  2448. "node_modules/lodash.union": {
  2449. "version": "4.6.0",
  2450. "resolved": "https://registry.npmmirror.com/lodash.union/-/lodash.union-4.6.0.tgz",
  2451. "integrity": "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw=="
  2452. },
  2453. "node_modules/logform": {
  2454. "version": "2.6.0",
  2455. "resolved": "https://registry.npmmirror.com/logform/-/logform-2.6.0.tgz",
  2456. "integrity": "sha512-1ulHeNPp6k/LD8H91o7VYFBng5i1BDE7HoKxVbZiGFidS1Rj65qcywLxX+pVfAPoQJEjRdvKcusKwOupHCVOVQ==",
  2457. "dependencies": {
  2458. "@colors/colors": "1.6.0",
  2459. "@types/triple-beam": "^1.3.2",
  2460. "fecha": "^4.2.0",
  2461. "ms": "^2.1.1",
  2462. "safe-stable-stringify": "^2.3.1",
  2463. "triple-beam": "^1.3.0"
  2464. },
  2465. "engines": {
  2466. "node": ">= 12.0.0"
  2467. }
  2468. },
  2469. "node_modules/logform/node_modules/ms": {
  2470. "version": "2.1.3",
  2471. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  2472. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  2473. },
  2474. "node_modules/lowercase-keys": {
  2475. "version": "1.0.1",
  2476. "resolved": "https://registry.npmmirror.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz",
  2477. "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==",
  2478. "engines": {
  2479. "node": ">=0.10.0"
  2480. }
  2481. },
  2482. "node_modules/lru-cache": {
  2483. "version": "5.1.1",
  2484. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  2485. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  2486. "dependencies": {
  2487. "yallist": "^3.0.2"
  2488. }
  2489. },
  2490. "node_modules/make-dir": {
  2491. "version": "2.1.0",
  2492. "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz",
  2493. "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
  2494. "dependencies": {
  2495. "pify": "^4.0.1",
  2496. "semver": "^5.6.0"
  2497. },
  2498. "engines": {
  2499. "node": ">=6"
  2500. }
  2501. },
  2502. "node_modules/media-typer": {
  2503. "version": "0.3.0",
  2504. "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz",
  2505. "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
  2506. "engines": {
  2507. "node": ">= 0.6"
  2508. }
  2509. },
  2510. "node_modules/merge-descriptors": {
  2511. "version": "1.0.1",
  2512. "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
  2513. "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w=="
  2514. },
  2515. "node_modules/merge-stream": {
  2516. "version": "2.0.0",
  2517. "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz",
  2518. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  2519. },
  2520. "node_modules/methods": {
  2521. "version": "1.1.2",
  2522. "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz",
  2523. "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
  2524. "engines": {
  2525. "node": ">= 0.6"
  2526. }
  2527. },
  2528. "node_modules/mime": {
  2529. "version": "1.6.0",
  2530. "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
  2531. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  2532. "bin": {
  2533. "mime": "cli.js"
  2534. },
  2535. "engines": {
  2536. "node": ">=4"
  2537. }
  2538. },
  2539. "node_modules/mime-db": {
  2540. "version": "1.52.0",
  2541. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  2542. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  2543. "engines": {
  2544. "node": ">= 0.6"
  2545. }
  2546. },
  2547. "node_modules/mime-types": {
  2548. "version": "2.1.35",
  2549. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  2550. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  2551. "dependencies": {
  2552. "mime-db": "1.52.0"
  2553. },
  2554. "engines": {
  2555. "node": ">= 0.6"
  2556. }
  2557. },
  2558. "node_modules/mimic-fn": {
  2559. "version": "2.1.0",
  2560. "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz",
  2561. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  2562. "engines": {
  2563. "node": ">=6"
  2564. }
  2565. },
  2566. "node_modules/mimic-response": {
  2567. "version": "1.0.1",
  2568. "resolved": "https://registry.npmmirror.com/mimic-response/-/mimic-response-1.0.1.tgz",
  2569. "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==",
  2570. "engines": {
  2571. "node": ">=4"
  2572. }
  2573. },
  2574. "node_modules/minidev": {
  2575. "version": "2.0.8",
  2576. "resolved": "https://registry.npmmirror.com/minidev/-/minidev-2.0.8.tgz",
  2577. "integrity": "sha512-UnFomkH8wdI4sKtKEl5hHAUhIMcsn3CZDUpZDmgaEAVDSTxM4oWNhW0lyhzhKBesvfaicTESWW2YEHoin6iBXw==",
  2578. "hasInstallScript": true,
  2579. "dependencies": {
  2580. "archiver": "^5.3.0",
  2581. "bent": "^7.3.1",
  2582. "bufferutil": "^4.0.1",
  2583. "chalk": "^4.1.2",
  2584. "chokidar": "^3.4.0",
  2585. "commander": "^8.1.0",
  2586. "compressing": "^1.5.1",
  2587. "download": "^8.0.0",
  2588. "execa": "^5.1.1",
  2589. "express": "^4.0.0",
  2590. "fs-extra": "^10.0.0",
  2591. "lodash": "^4.17.21",
  2592. "reflect-metadata": "^0.1.13",
  2593. "request": "^2.88.2",
  2594. "request-promise-native": "^1.0.9",
  2595. "superagent": "^6.1.0",
  2596. "superagent-proxy": "^3.0.0",
  2597. "tar": "^6.1.11",
  2598. "watchpack": "^2.2.0",
  2599. "winston": "^3.3.3",
  2600. "ws": "^8.6.0"
  2601. },
  2602. "bin": {
  2603. "minidev": "bin/minidev.js"
  2604. },
  2605. "peerDependencies": {
  2606. "utf-8-validate": "^5.0.2"
  2607. },
  2608. "peerDependenciesMeta": {
  2609. "utf-8-validate": {
  2610. "optional": true
  2611. }
  2612. }
  2613. },
  2614. "node_modules/minimatch": {
  2615. "version": "3.1.2",
  2616. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  2617. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  2618. "dependencies": {
  2619. "brace-expansion": "^1.1.7"
  2620. },
  2621. "engines": {
  2622. "node": "*"
  2623. }
  2624. },
  2625. "node_modules/minimist": {
  2626. "version": "1.2.8",
  2627. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  2628. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="
  2629. },
  2630. "node_modules/minipass": {
  2631. "version": "5.0.0",
  2632. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-5.0.0.tgz",
  2633. "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
  2634. "engines": {
  2635. "node": ">=8"
  2636. }
  2637. },
  2638. "node_modules/minizlib": {
  2639. "version": "2.1.2",
  2640. "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-2.1.2.tgz",
  2641. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  2642. "dependencies": {
  2643. "minipass": "^3.0.0",
  2644. "yallist": "^4.0.0"
  2645. },
  2646. "engines": {
  2647. "node": ">= 8"
  2648. }
  2649. },
  2650. "node_modules/minizlib/node_modules/minipass": {
  2651. "version": "3.3.6",
  2652. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz",
  2653. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  2654. "dependencies": {
  2655. "yallist": "^4.0.0"
  2656. },
  2657. "engines": {
  2658. "node": ">=8"
  2659. }
  2660. },
  2661. "node_modules/minizlib/node_modules/yallist": {
  2662. "version": "4.0.0",
  2663. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  2664. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  2665. },
  2666. "node_modules/mkdirp": {
  2667. "version": "0.5.6",
  2668. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz",
  2669. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  2670. "dependencies": {
  2671. "minimist": "^1.2.6"
  2672. },
  2673. "bin": {
  2674. "mkdirp": "bin/cmd.js"
  2675. }
  2676. },
  2677. "node_modules/ms": {
  2678. "version": "2.0.0",
  2679. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  2680. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  2681. },
  2682. "node_modules/negotiator": {
  2683. "version": "0.6.3",
  2684. "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz",
  2685. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  2686. "engines": {
  2687. "node": ">= 0.6"
  2688. }
  2689. },
  2690. "node_modules/netmask": {
  2691. "version": "2.0.2",
  2692. "resolved": "https://registry.npmmirror.com/netmask/-/netmask-2.0.2.tgz",
  2693. "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==",
  2694. "engines": {
  2695. "node": ">= 0.4.0"
  2696. }
  2697. },
  2698. "node_modules/node-gyp-build": {
  2699. "version": "4.8.0",
  2700. "resolved": "https://registry.npmmirror.com/node-gyp-build/-/node-gyp-build-4.8.0.tgz",
  2701. "integrity": "sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og==",
  2702. "bin": {
  2703. "node-gyp-build": "bin.js",
  2704. "node-gyp-build-optional": "optional.js",
  2705. "node-gyp-build-test": "build-test.js"
  2706. }
  2707. },
  2708. "node_modules/normalize-path": {
  2709. "version": "3.0.0",
  2710. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  2711. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  2712. "engines": {
  2713. "node": ">=0.10.0"
  2714. }
  2715. },
  2716. "node_modules/normalize-url": {
  2717. "version": "2.0.1",
  2718. "resolved": "https://registry.npmmirror.com/normalize-url/-/normalize-url-2.0.1.tgz",
  2719. "integrity": "sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==",
  2720. "dependencies": {
  2721. "prepend-http": "^2.0.0",
  2722. "query-string": "^5.0.1",
  2723. "sort-keys": "^2.0.0"
  2724. },
  2725. "engines": {
  2726. "node": ">=4"
  2727. }
  2728. },
  2729. "node_modules/npm": {
  2730. "version": "10.4.0",
  2731. "resolved": "https://registry.npmmirror.com/npm/-/npm-10.4.0.tgz",
  2732. "integrity": "sha512-RS7Mx0OVfXlOcQLRePuDIYdFCVBPCNapWHplDK+mh7GDdP/Tvor4ocuybRRPSvfcRb2vjRJt1fHCqw3cr8qACQ==",
  2733. "bundleDependencies": [
  2734. "@isaacs/string-locale-compare",
  2735. "@npmcli/arborist",
  2736. "@npmcli/config",
  2737. "@npmcli/fs",
  2738. "@npmcli/map-workspaces",
  2739. "@npmcli/package-json",
  2740. "@npmcli/promise-spawn",
  2741. "@npmcli/run-script",
  2742. "@sigstore/tuf",
  2743. "abbrev",
  2744. "archy",
  2745. "cacache",
  2746. "chalk",
  2747. "ci-info",
  2748. "cli-columns",
  2749. "cli-table3",
  2750. "columnify",
  2751. "fastest-levenshtein",
  2752. "fs-minipass",
  2753. "glob",
  2754. "graceful-fs",
  2755. "hosted-git-info",
  2756. "ini",
  2757. "init-package-json",
  2758. "is-cidr",
  2759. "json-parse-even-better-errors",
  2760. "libnpmaccess",
  2761. "libnpmdiff",
  2762. "libnpmexec",
  2763. "libnpmfund",
  2764. "libnpmhook",
  2765. "libnpmorg",
  2766. "libnpmpack",
  2767. "libnpmpublish",
  2768. "libnpmsearch",
  2769. "libnpmteam",
  2770. "libnpmversion",
  2771. "make-fetch-happen",
  2772. "minimatch",
  2773. "minipass",
  2774. "minipass-pipeline",
  2775. "ms",
  2776. "node-gyp",
  2777. "nopt",
  2778. "normalize-package-data",
  2779. "npm-audit-report",
  2780. "npm-install-checks",
  2781. "npm-package-arg",
  2782. "npm-pick-manifest",
  2783. "npm-profile",
  2784. "npm-registry-fetch",
  2785. "npm-user-validate",
  2786. "npmlog",
  2787. "p-map",
  2788. "pacote",
  2789. "parse-conflict-json",
  2790. "proc-log",
  2791. "qrcode-terminal",
  2792. "read",
  2793. "semver",
  2794. "spdx-expression-parse",
  2795. "ssri",
  2796. "supports-color",
  2797. "tar",
  2798. "text-table",
  2799. "tiny-relative-date",
  2800. "treeverse",
  2801. "validate-npm-package-name",
  2802. "which",
  2803. "write-file-atomic"
  2804. ],
  2805. "workspaces": [
  2806. "docs",
  2807. "smoke-tests",
  2808. "mock-globals",
  2809. "mock-registry",
  2810. "workspaces/*"
  2811. ],
  2812. "dependencies": {
  2813. "@isaacs/string-locale-compare": "^1.1.0",
  2814. "@npmcli/arborist": "^7.2.1",
  2815. "@npmcli/config": "^8.0.2",
  2816. "@npmcli/fs": "^3.1.0",
  2817. "@npmcli/map-workspaces": "^3.0.4",
  2818. "@npmcli/package-json": "^5.0.0",
  2819. "@npmcli/promise-spawn": "^7.0.1",
  2820. "@npmcli/run-script": "^7.0.4",
  2821. "@sigstore/tuf": "^2.3.0",
  2822. "abbrev": "^2.0.0",
  2823. "archy": "~1.0.0",
  2824. "cacache": "^18.0.2",
  2825. "chalk": "^5.3.0",
  2826. "ci-info": "^4.0.0",
  2827. "cli-columns": "^4.0.0",
  2828. "cli-table3": "^0.6.3",
  2829. "columnify": "^1.6.0",
  2830. "fastest-levenshtein": "^1.0.16",
  2831. "fs-minipass": "^3.0.3",
  2832. "glob": "^10.3.10",
  2833. "graceful-fs": "^4.2.11",
  2834. "hosted-git-info": "^7.0.1",
  2835. "ini": "^4.1.1",
  2836. "init-package-json": "^6.0.0",
  2837. "is-cidr": "^5.0.3",
  2838. "json-parse-even-better-errors": "^3.0.1",
  2839. "libnpmaccess": "^8.0.1",
  2840. "libnpmdiff": "^6.0.3",
  2841. "libnpmexec": "^7.0.4",
  2842. "libnpmfund": "^5.0.1",
  2843. "libnpmhook": "^10.0.0",
  2844. "libnpmorg": "^6.0.1",
  2845. "libnpmpack": "^6.0.3",
  2846. "libnpmpublish": "^9.0.2",
  2847. "libnpmsearch": "^7.0.0",
  2848. "libnpmteam": "^6.0.0",
  2849. "libnpmversion": "^5.0.1",
  2850. "make-fetch-happen": "^13.0.0",
  2851. "minimatch": "^9.0.3",
  2852. "minipass": "^7.0.4",
  2853. "minipass-pipeline": "^1.2.4",
  2854. "ms": "^2.1.2",
  2855. "node-gyp": "^10.0.1",
  2856. "nopt": "^7.2.0",
  2857. "normalize-package-data": "^6.0.0",
  2858. "npm-audit-report": "^5.0.0",
  2859. "npm-install-checks": "^6.3.0",
  2860. "npm-package-arg": "^11.0.1",
  2861. "npm-pick-manifest": "^9.0.0",
  2862. "npm-profile": "^9.0.0",
  2863. "npm-registry-fetch": "^16.1.0",
  2864. "npm-user-validate": "^2.0.0",
  2865. "npmlog": "^7.0.1",
  2866. "p-map": "^4.0.0",
  2867. "pacote": "^17.0.6",
  2868. "parse-conflict-json": "^3.0.1",
  2869. "proc-log": "^3.0.0",
  2870. "qrcode-terminal": "^0.12.0",
  2871. "read": "^2.1.0",
  2872. "semver": "^7.5.4",
  2873. "spdx-expression-parse": "^3.0.1",
  2874. "ssri": "^10.0.5",
  2875. "supports-color": "^9.4.0",
  2876. "tar": "^6.2.0",
  2877. "text-table": "~0.2.0",
  2878. "tiny-relative-date": "^1.3.0",
  2879. "treeverse": "^3.0.0",
  2880. "validate-npm-package-name": "^5.0.0",
  2881. "which": "^4.0.0",
  2882. "write-file-atomic": "^5.0.1"
  2883. },
  2884. "bin": {
  2885. "npm": "bin/npm-cli.js",
  2886. "npx": "bin/npx-cli.js"
  2887. },
  2888. "engines": {
  2889. "node": "^18.17.0 || >=20.5.0"
  2890. }
  2891. },
  2892. "node_modules/npm-run-path": {
  2893. "version": "4.0.1",
  2894. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz",
  2895. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  2896. "dependencies": {
  2897. "path-key": "^3.0.0"
  2898. },
  2899. "engines": {
  2900. "node": ">=8"
  2901. }
  2902. },
  2903. "node_modules/npm/node_modules/@colors/colors": {
  2904. "version": "1.5.0",
  2905. "inBundle": true,
  2906. "license": "MIT",
  2907. "optional": true,
  2908. "engines": {
  2909. "node": ">=0.1.90"
  2910. }
  2911. },
  2912. "node_modules/npm/node_modules/@isaacs/cliui": {
  2913. "version": "8.0.2",
  2914. "inBundle": true,
  2915. "license": "ISC",
  2916. "dependencies": {
  2917. "string-width": "^5.1.2",
  2918. "string-width-cjs": "npm:string-width@^4.2.0",
  2919. "strip-ansi": "^7.0.1",
  2920. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  2921. "wrap-ansi": "^8.1.0",
  2922. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  2923. },
  2924. "engines": {
  2925. "node": ">=12"
  2926. }
  2927. },
  2928. "node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  2929. "version": "6.0.1",
  2930. "inBundle": true,
  2931. "license": "MIT",
  2932. "engines": {
  2933. "node": ">=12"
  2934. },
  2935. "funding": {
  2936. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  2937. }
  2938. },
  2939. "node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  2940. "version": "9.2.2",
  2941. "inBundle": true,
  2942. "license": "MIT"
  2943. },
  2944. "node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width": {
  2945. "version": "5.1.2",
  2946. "inBundle": true,
  2947. "license": "MIT",
  2948. "dependencies": {
  2949. "eastasianwidth": "^0.2.0",
  2950. "emoji-regex": "^9.2.2",
  2951. "strip-ansi": "^7.0.1"
  2952. },
  2953. "engines": {
  2954. "node": ">=12"
  2955. },
  2956. "funding": {
  2957. "url": "https://github.com/sponsors/sindresorhus"
  2958. }
  2959. },
  2960. "node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  2961. "version": "7.1.0",
  2962. "inBundle": true,
  2963. "license": "MIT",
  2964. "dependencies": {
  2965. "ansi-regex": "^6.0.1"
  2966. },
  2967. "engines": {
  2968. "node": ">=12"
  2969. },
  2970. "funding": {
  2971. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  2972. }
  2973. },
  2974. "node_modules/npm/node_modules/@isaacs/string-locale-compare": {
  2975. "version": "1.1.0",
  2976. "inBundle": true,
  2977. "license": "ISC"
  2978. },
  2979. "node_modules/npm/node_modules/@npmcli/agent": {
  2980. "version": "2.2.0",
  2981. "inBundle": true,
  2982. "license": "ISC",
  2983. "dependencies": {
  2984. "agent-base": "^7.1.0",
  2985. "http-proxy-agent": "^7.0.0",
  2986. "https-proxy-agent": "^7.0.1",
  2987. "lru-cache": "^10.0.1",
  2988. "socks-proxy-agent": "^8.0.1"
  2989. },
  2990. "engines": {
  2991. "node": "^16.14.0 || >=18.0.0"
  2992. }
  2993. },
  2994. "node_modules/npm/node_modules/@npmcli/arborist": {
  2995. "version": "7.3.1",
  2996. "inBundle": true,
  2997. "license": "ISC",
  2998. "dependencies": {
  2999. "@isaacs/string-locale-compare": "^1.1.0",
  3000. "@npmcli/fs": "^3.1.0",
  3001. "@npmcli/installed-package-contents": "^2.0.2",
  3002. "@npmcli/map-workspaces": "^3.0.2",
  3003. "@npmcli/metavuln-calculator": "^7.0.0",
  3004. "@npmcli/name-from-folder": "^2.0.0",
  3005. "@npmcli/node-gyp": "^3.0.0",
  3006. "@npmcli/package-json": "^5.0.0",
  3007. "@npmcli/query": "^3.0.1",
  3008. "@npmcli/run-script": "^7.0.2",
  3009. "bin-links": "^4.0.1",
  3010. "cacache": "^18.0.0",
  3011. "common-ancestor-path": "^1.0.1",
  3012. "hosted-git-info": "^7.0.1",
  3013. "json-parse-even-better-errors": "^3.0.0",
  3014. "json-stringify-nice": "^1.1.4",
  3015. "minimatch": "^9.0.0",
  3016. "nopt": "^7.0.0",
  3017. "npm-install-checks": "^6.2.0",
  3018. "npm-package-arg": "^11.0.1",
  3019. "npm-pick-manifest": "^9.0.0",
  3020. "npm-registry-fetch": "^16.0.0",
  3021. "npmlog": "^7.0.1",
  3022. "pacote": "^17.0.4",
  3023. "parse-conflict-json": "^3.0.0",
  3024. "proc-log": "^3.0.0",
  3025. "promise-all-reject-late": "^1.0.0",
  3026. "promise-call-limit": "^3.0.1",
  3027. "read-package-json-fast": "^3.0.2",
  3028. "semver": "^7.3.7",
  3029. "ssri": "^10.0.5",
  3030. "treeverse": "^3.0.0",
  3031. "walk-up-path": "^3.0.1"
  3032. },
  3033. "bin": {
  3034. "arborist": "bin/index.js"
  3035. },
  3036. "engines": {
  3037. "node": "^16.14.0 || >=18.0.0"
  3038. }
  3039. },
  3040. "node_modules/npm/node_modules/@npmcli/config": {
  3041. "version": "8.1.0",
  3042. "inBundle": true,
  3043. "license": "ISC",
  3044. "dependencies": {
  3045. "@npmcli/map-workspaces": "^3.0.2",
  3046. "ci-info": "^4.0.0",
  3047. "ini": "^4.1.0",
  3048. "nopt": "^7.0.0",
  3049. "proc-log": "^3.0.0",
  3050. "read-package-json-fast": "^3.0.2",
  3051. "semver": "^7.3.5",
  3052. "walk-up-path": "^3.0.1"
  3053. },
  3054. "engines": {
  3055. "node": "^16.14.0 || >=18.0.0"
  3056. }
  3057. },
  3058. "node_modules/npm/node_modules/@npmcli/disparity-colors": {
  3059. "version": "3.0.0",
  3060. "inBundle": true,
  3061. "license": "ISC",
  3062. "dependencies": {
  3063. "ansi-styles": "^4.3.0"
  3064. },
  3065. "engines": {
  3066. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3067. }
  3068. },
  3069. "node_modules/npm/node_modules/@npmcli/disparity-colors/node_modules/ansi-styles": {
  3070. "version": "4.3.0",
  3071. "inBundle": true,
  3072. "license": "MIT",
  3073. "dependencies": {
  3074. "color-convert": "^2.0.1"
  3075. },
  3076. "engines": {
  3077. "node": ">=8"
  3078. },
  3079. "funding": {
  3080. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3081. }
  3082. },
  3083. "node_modules/npm/node_modules/@npmcli/fs": {
  3084. "version": "3.1.0",
  3085. "inBundle": true,
  3086. "license": "ISC",
  3087. "dependencies": {
  3088. "semver": "^7.3.5"
  3089. },
  3090. "engines": {
  3091. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3092. }
  3093. },
  3094. "node_modules/npm/node_modules/@npmcli/git": {
  3095. "version": "5.0.4",
  3096. "inBundle": true,
  3097. "license": "ISC",
  3098. "dependencies": {
  3099. "@npmcli/promise-spawn": "^7.0.0",
  3100. "lru-cache": "^10.0.1",
  3101. "npm-pick-manifest": "^9.0.0",
  3102. "proc-log": "^3.0.0",
  3103. "promise-inflight": "^1.0.1",
  3104. "promise-retry": "^2.0.1",
  3105. "semver": "^7.3.5",
  3106. "which": "^4.0.0"
  3107. },
  3108. "engines": {
  3109. "node": "^16.14.0 || >=18.0.0"
  3110. }
  3111. },
  3112. "node_modules/npm/node_modules/@npmcli/installed-package-contents": {
  3113. "version": "2.0.2",
  3114. "inBundle": true,
  3115. "license": "ISC",
  3116. "dependencies": {
  3117. "npm-bundled": "^3.0.0",
  3118. "npm-normalize-package-bin": "^3.0.0"
  3119. },
  3120. "bin": {
  3121. "installed-package-contents": "lib/index.js"
  3122. },
  3123. "engines": {
  3124. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3125. }
  3126. },
  3127. "node_modules/npm/node_modules/@npmcli/map-workspaces": {
  3128. "version": "3.0.4",
  3129. "inBundle": true,
  3130. "license": "ISC",
  3131. "dependencies": {
  3132. "@npmcli/name-from-folder": "^2.0.0",
  3133. "glob": "^10.2.2",
  3134. "minimatch": "^9.0.0",
  3135. "read-package-json-fast": "^3.0.0"
  3136. },
  3137. "engines": {
  3138. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3139. }
  3140. },
  3141. "node_modules/npm/node_modules/@npmcli/metavuln-calculator": {
  3142. "version": "7.0.0",
  3143. "inBundle": true,
  3144. "license": "ISC",
  3145. "dependencies": {
  3146. "cacache": "^18.0.0",
  3147. "json-parse-even-better-errors": "^3.0.0",
  3148. "pacote": "^17.0.0",
  3149. "semver": "^7.3.5"
  3150. },
  3151. "engines": {
  3152. "node": "^16.14.0 || >=18.0.0"
  3153. }
  3154. },
  3155. "node_modules/npm/node_modules/@npmcli/name-from-folder": {
  3156. "version": "2.0.0",
  3157. "inBundle": true,
  3158. "license": "ISC",
  3159. "engines": {
  3160. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3161. }
  3162. },
  3163. "node_modules/npm/node_modules/@npmcli/node-gyp": {
  3164. "version": "3.0.0",
  3165. "inBundle": true,
  3166. "license": "ISC",
  3167. "engines": {
  3168. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3169. }
  3170. },
  3171. "node_modules/npm/node_modules/@npmcli/package-json": {
  3172. "version": "5.0.0",
  3173. "inBundle": true,
  3174. "license": "ISC",
  3175. "dependencies": {
  3176. "@npmcli/git": "^5.0.0",
  3177. "glob": "^10.2.2",
  3178. "hosted-git-info": "^7.0.0",
  3179. "json-parse-even-better-errors": "^3.0.0",
  3180. "normalize-package-data": "^6.0.0",
  3181. "proc-log": "^3.0.0",
  3182. "semver": "^7.5.3"
  3183. },
  3184. "engines": {
  3185. "node": "^16.14.0 || >=18.0.0"
  3186. }
  3187. },
  3188. "node_modules/npm/node_modules/@npmcli/promise-spawn": {
  3189. "version": "7.0.1",
  3190. "inBundle": true,
  3191. "license": "ISC",
  3192. "dependencies": {
  3193. "which": "^4.0.0"
  3194. },
  3195. "engines": {
  3196. "node": "^16.14.0 || >=18.0.0"
  3197. }
  3198. },
  3199. "node_modules/npm/node_modules/@npmcli/query": {
  3200. "version": "3.0.1",
  3201. "inBundle": true,
  3202. "license": "ISC",
  3203. "dependencies": {
  3204. "postcss-selector-parser": "^6.0.10"
  3205. },
  3206. "engines": {
  3207. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3208. }
  3209. },
  3210. "node_modules/npm/node_modules/@npmcli/run-script": {
  3211. "version": "7.0.4",
  3212. "inBundle": true,
  3213. "license": "ISC",
  3214. "dependencies": {
  3215. "@npmcli/node-gyp": "^3.0.0",
  3216. "@npmcli/package-json": "^5.0.0",
  3217. "@npmcli/promise-spawn": "^7.0.0",
  3218. "node-gyp": "^10.0.0",
  3219. "which": "^4.0.0"
  3220. },
  3221. "engines": {
  3222. "node": "^16.14.0 || >=18.0.0"
  3223. }
  3224. },
  3225. "node_modules/npm/node_modules/@pkgjs/parseargs": {
  3226. "version": "0.11.0",
  3227. "inBundle": true,
  3228. "license": "MIT",
  3229. "optional": true,
  3230. "engines": {
  3231. "node": ">=14"
  3232. }
  3233. },
  3234. "node_modules/npm/node_modules/@sigstore/bundle": {
  3235. "version": "2.1.1",
  3236. "inBundle": true,
  3237. "license": "Apache-2.0",
  3238. "dependencies": {
  3239. "@sigstore/protobuf-specs": "^0.2.1"
  3240. },
  3241. "engines": {
  3242. "node": "^16.14.0 || >=18.0.0"
  3243. }
  3244. },
  3245. "node_modules/npm/node_modules/@sigstore/core": {
  3246. "version": "0.2.0",
  3247. "inBundle": true,
  3248. "license": "Apache-2.0",
  3249. "engines": {
  3250. "node": "^16.14.0 || >=18.0.0"
  3251. }
  3252. },
  3253. "node_modules/npm/node_modules/@sigstore/protobuf-specs": {
  3254. "version": "0.2.1",
  3255. "inBundle": true,
  3256. "license": "Apache-2.0",
  3257. "engines": {
  3258. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3259. }
  3260. },
  3261. "node_modules/npm/node_modules/@sigstore/sign": {
  3262. "version": "2.2.1",
  3263. "inBundle": true,
  3264. "license": "Apache-2.0",
  3265. "dependencies": {
  3266. "@sigstore/bundle": "^2.1.1",
  3267. "@sigstore/core": "^0.2.0",
  3268. "@sigstore/protobuf-specs": "^0.2.1",
  3269. "make-fetch-happen": "^13.0.0"
  3270. },
  3271. "engines": {
  3272. "node": "^16.14.0 || >=18.0.0"
  3273. }
  3274. },
  3275. "node_modules/npm/node_modules/@sigstore/tuf": {
  3276. "version": "2.3.0",
  3277. "inBundle": true,
  3278. "license": "Apache-2.0",
  3279. "dependencies": {
  3280. "@sigstore/protobuf-specs": "^0.2.1",
  3281. "tuf-js": "^2.2.0"
  3282. },
  3283. "engines": {
  3284. "node": "^16.14.0 || >=18.0.0"
  3285. }
  3286. },
  3287. "node_modules/npm/node_modules/@sigstore/verify": {
  3288. "version": "0.1.0",
  3289. "inBundle": true,
  3290. "license": "Apache-2.0",
  3291. "dependencies": {
  3292. "@sigstore/bundle": "^2.1.1",
  3293. "@sigstore/core": "^0.2.0",
  3294. "@sigstore/protobuf-specs": "^0.2.1"
  3295. },
  3296. "engines": {
  3297. "node": "^16.14.0 || >=18.0.0"
  3298. }
  3299. },
  3300. "node_modules/npm/node_modules/@tufjs/canonical-json": {
  3301. "version": "2.0.0",
  3302. "inBundle": true,
  3303. "license": "MIT",
  3304. "engines": {
  3305. "node": "^16.14.0 || >=18.0.0"
  3306. }
  3307. },
  3308. "node_modules/npm/node_modules/@tufjs/models": {
  3309. "version": "2.0.0",
  3310. "inBundle": true,
  3311. "license": "MIT",
  3312. "dependencies": {
  3313. "@tufjs/canonical-json": "2.0.0",
  3314. "minimatch": "^9.0.3"
  3315. },
  3316. "engines": {
  3317. "node": "^16.14.0 || >=18.0.0"
  3318. }
  3319. },
  3320. "node_modules/npm/node_modules/abbrev": {
  3321. "version": "2.0.0",
  3322. "inBundle": true,
  3323. "license": "ISC",
  3324. "engines": {
  3325. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3326. }
  3327. },
  3328. "node_modules/npm/node_modules/agent-base": {
  3329. "version": "7.1.0",
  3330. "inBundle": true,
  3331. "license": "MIT",
  3332. "dependencies": {
  3333. "debug": "^4.3.4"
  3334. },
  3335. "engines": {
  3336. "node": ">= 14"
  3337. }
  3338. },
  3339. "node_modules/npm/node_modules/aggregate-error": {
  3340. "version": "3.1.0",
  3341. "inBundle": true,
  3342. "license": "MIT",
  3343. "dependencies": {
  3344. "clean-stack": "^2.0.0",
  3345. "indent-string": "^4.0.0"
  3346. },
  3347. "engines": {
  3348. "node": ">=8"
  3349. }
  3350. },
  3351. "node_modules/npm/node_modules/ansi-regex": {
  3352. "version": "5.0.1",
  3353. "inBundle": true,
  3354. "license": "MIT",
  3355. "engines": {
  3356. "node": ">=8"
  3357. }
  3358. },
  3359. "node_modules/npm/node_modules/ansi-styles": {
  3360. "version": "6.2.1",
  3361. "inBundle": true,
  3362. "license": "MIT",
  3363. "engines": {
  3364. "node": ">=12"
  3365. },
  3366. "funding": {
  3367. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3368. }
  3369. },
  3370. "node_modules/npm/node_modules/aproba": {
  3371. "version": "2.0.0",
  3372. "inBundle": true,
  3373. "license": "ISC"
  3374. },
  3375. "node_modules/npm/node_modules/archy": {
  3376. "version": "1.0.0",
  3377. "inBundle": true,
  3378. "license": "MIT"
  3379. },
  3380. "node_modules/npm/node_modules/are-we-there-yet": {
  3381. "version": "4.0.2",
  3382. "inBundle": true,
  3383. "license": "ISC",
  3384. "engines": {
  3385. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3386. }
  3387. },
  3388. "node_modules/npm/node_modules/balanced-match": {
  3389. "version": "1.0.2",
  3390. "inBundle": true,
  3391. "license": "MIT"
  3392. },
  3393. "node_modules/npm/node_modules/bin-links": {
  3394. "version": "4.0.3",
  3395. "inBundle": true,
  3396. "license": "ISC",
  3397. "dependencies": {
  3398. "cmd-shim": "^6.0.0",
  3399. "npm-normalize-package-bin": "^3.0.0",
  3400. "read-cmd-shim": "^4.0.0",
  3401. "write-file-atomic": "^5.0.0"
  3402. },
  3403. "engines": {
  3404. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3405. }
  3406. },
  3407. "node_modules/npm/node_modules/binary-extensions": {
  3408. "version": "2.2.0",
  3409. "inBundle": true,
  3410. "license": "MIT",
  3411. "engines": {
  3412. "node": ">=8"
  3413. }
  3414. },
  3415. "node_modules/npm/node_modules/brace-expansion": {
  3416. "version": "2.0.1",
  3417. "inBundle": true,
  3418. "license": "MIT",
  3419. "dependencies": {
  3420. "balanced-match": "^1.0.0"
  3421. }
  3422. },
  3423. "node_modules/npm/node_modules/builtins": {
  3424. "version": "5.0.1",
  3425. "inBundle": true,
  3426. "license": "MIT",
  3427. "dependencies": {
  3428. "semver": "^7.0.0"
  3429. }
  3430. },
  3431. "node_modules/npm/node_modules/cacache": {
  3432. "version": "18.0.2",
  3433. "inBundle": true,
  3434. "license": "ISC",
  3435. "dependencies": {
  3436. "@npmcli/fs": "^3.1.0",
  3437. "fs-minipass": "^3.0.0",
  3438. "glob": "^10.2.2",
  3439. "lru-cache": "^10.0.1",
  3440. "minipass": "^7.0.3",
  3441. "minipass-collect": "^2.0.1",
  3442. "minipass-flush": "^1.0.5",
  3443. "minipass-pipeline": "^1.2.4",
  3444. "p-map": "^4.0.0",
  3445. "ssri": "^10.0.0",
  3446. "tar": "^6.1.11",
  3447. "unique-filename": "^3.0.0"
  3448. },
  3449. "engines": {
  3450. "node": "^16.14.0 || >=18.0.0"
  3451. }
  3452. },
  3453. "node_modules/npm/node_modules/chalk": {
  3454. "version": "5.3.0",
  3455. "inBundle": true,
  3456. "license": "MIT",
  3457. "engines": {
  3458. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  3459. },
  3460. "funding": {
  3461. "url": "https://github.com/chalk/chalk?sponsor=1"
  3462. }
  3463. },
  3464. "node_modules/npm/node_modules/chownr": {
  3465. "version": "2.0.0",
  3466. "inBundle": true,
  3467. "license": "ISC",
  3468. "engines": {
  3469. "node": ">=10"
  3470. }
  3471. },
  3472. "node_modules/npm/node_modules/ci-info": {
  3473. "version": "4.0.0",
  3474. "funding": [
  3475. {
  3476. "type": "github",
  3477. "url": "https://github.com/sponsors/sibiraj-s"
  3478. }
  3479. ],
  3480. "inBundle": true,
  3481. "license": "MIT",
  3482. "engines": {
  3483. "node": ">=8"
  3484. }
  3485. },
  3486. "node_modules/npm/node_modules/cidr-regex": {
  3487. "version": "4.0.3",
  3488. "inBundle": true,
  3489. "license": "BSD-2-Clause",
  3490. "dependencies": {
  3491. "ip-regex": "^5.0.0"
  3492. },
  3493. "engines": {
  3494. "node": ">=14"
  3495. }
  3496. },
  3497. "node_modules/npm/node_modules/clean-stack": {
  3498. "version": "2.2.0",
  3499. "inBundle": true,
  3500. "license": "MIT",
  3501. "engines": {
  3502. "node": ">=6"
  3503. }
  3504. },
  3505. "node_modules/npm/node_modules/cli-columns": {
  3506. "version": "4.0.0",
  3507. "inBundle": true,
  3508. "license": "MIT",
  3509. "dependencies": {
  3510. "string-width": "^4.2.3",
  3511. "strip-ansi": "^6.0.1"
  3512. },
  3513. "engines": {
  3514. "node": ">= 10"
  3515. }
  3516. },
  3517. "node_modules/npm/node_modules/cli-table3": {
  3518. "version": "0.6.3",
  3519. "inBundle": true,
  3520. "license": "MIT",
  3521. "dependencies": {
  3522. "string-width": "^4.2.0"
  3523. },
  3524. "engines": {
  3525. "node": "10.* || >= 12.*"
  3526. },
  3527. "optionalDependencies": {
  3528. "@colors/colors": "1.5.0"
  3529. }
  3530. },
  3531. "node_modules/npm/node_modules/clone": {
  3532. "version": "1.0.4",
  3533. "inBundle": true,
  3534. "license": "MIT",
  3535. "engines": {
  3536. "node": ">=0.8"
  3537. }
  3538. },
  3539. "node_modules/npm/node_modules/cmd-shim": {
  3540. "version": "6.0.2",
  3541. "inBundle": true,
  3542. "license": "ISC",
  3543. "engines": {
  3544. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3545. }
  3546. },
  3547. "node_modules/npm/node_modules/color-convert": {
  3548. "version": "2.0.1",
  3549. "inBundle": true,
  3550. "license": "MIT",
  3551. "dependencies": {
  3552. "color-name": "~1.1.4"
  3553. },
  3554. "engines": {
  3555. "node": ">=7.0.0"
  3556. }
  3557. },
  3558. "node_modules/npm/node_modules/color-name": {
  3559. "version": "1.1.4",
  3560. "inBundle": true,
  3561. "license": "MIT"
  3562. },
  3563. "node_modules/npm/node_modules/color-support": {
  3564. "version": "1.1.3",
  3565. "inBundle": true,
  3566. "license": "ISC",
  3567. "bin": {
  3568. "color-support": "bin.js"
  3569. }
  3570. },
  3571. "node_modules/npm/node_modules/columnify": {
  3572. "version": "1.6.0",
  3573. "inBundle": true,
  3574. "license": "MIT",
  3575. "dependencies": {
  3576. "strip-ansi": "^6.0.1",
  3577. "wcwidth": "^1.0.0"
  3578. },
  3579. "engines": {
  3580. "node": ">=8.0.0"
  3581. }
  3582. },
  3583. "node_modules/npm/node_modules/common-ancestor-path": {
  3584. "version": "1.0.1",
  3585. "inBundle": true,
  3586. "license": "ISC"
  3587. },
  3588. "node_modules/npm/node_modules/console-control-strings": {
  3589. "version": "1.1.0",
  3590. "inBundle": true,
  3591. "license": "ISC"
  3592. },
  3593. "node_modules/npm/node_modules/cross-spawn": {
  3594. "version": "7.0.3",
  3595. "inBundle": true,
  3596. "license": "MIT",
  3597. "dependencies": {
  3598. "path-key": "^3.1.0",
  3599. "shebang-command": "^2.0.0",
  3600. "which": "^2.0.1"
  3601. },
  3602. "engines": {
  3603. "node": ">= 8"
  3604. }
  3605. },
  3606. "node_modules/npm/node_modules/cross-spawn/node_modules/which": {
  3607. "version": "2.0.2",
  3608. "inBundle": true,
  3609. "license": "ISC",
  3610. "dependencies": {
  3611. "isexe": "^2.0.0"
  3612. },
  3613. "bin": {
  3614. "node-which": "bin/node-which"
  3615. },
  3616. "engines": {
  3617. "node": ">= 8"
  3618. }
  3619. },
  3620. "node_modules/npm/node_modules/cssesc": {
  3621. "version": "3.0.0",
  3622. "inBundle": true,
  3623. "license": "MIT",
  3624. "bin": {
  3625. "cssesc": "bin/cssesc"
  3626. },
  3627. "engines": {
  3628. "node": ">=4"
  3629. }
  3630. },
  3631. "node_modules/npm/node_modules/debug": {
  3632. "version": "4.3.4",
  3633. "inBundle": true,
  3634. "license": "MIT",
  3635. "dependencies": {
  3636. "ms": "2.1.2"
  3637. },
  3638. "engines": {
  3639. "node": ">=6.0"
  3640. },
  3641. "peerDependenciesMeta": {
  3642. "supports-color": {
  3643. "optional": true
  3644. }
  3645. }
  3646. },
  3647. "node_modules/npm/node_modules/debug/node_modules/ms": {
  3648. "version": "2.1.2",
  3649. "inBundle": true,
  3650. "license": "MIT"
  3651. },
  3652. "node_modules/npm/node_modules/defaults": {
  3653. "version": "1.0.4",
  3654. "inBundle": true,
  3655. "license": "MIT",
  3656. "dependencies": {
  3657. "clone": "^1.0.2"
  3658. },
  3659. "funding": {
  3660. "url": "https://github.com/sponsors/sindresorhus"
  3661. }
  3662. },
  3663. "node_modules/npm/node_modules/diff": {
  3664. "version": "5.1.0",
  3665. "inBundle": true,
  3666. "license": "BSD-3-Clause",
  3667. "engines": {
  3668. "node": ">=0.3.1"
  3669. }
  3670. },
  3671. "node_modules/npm/node_modules/eastasianwidth": {
  3672. "version": "0.2.0",
  3673. "inBundle": true,
  3674. "license": "MIT"
  3675. },
  3676. "node_modules/npm/node_modules/emoji-regex": {
  3677. "version": "8.0.0",
  3678. "inBundle": true,
  3679. "license": "MIT"
  3680. },
  3681. "node_modules/npm/node_modules/encoding": {
  3682. "version": "0.1.13",
  3683. "inBundle": true,
  3684. "license": "MIT",
  3685. "optional": true,
  3686. "dependencies": {
  3687. "iconv-lite": "^0.6.2"
  3688. }
  3689. },
  3690. "node_modules/npm/node_modules/env-paths": {
  3691. "version": "2.2.1",
  3692. "inBundle": true,
  3693. "license": "MIT",
  3694. "engines": {
  3695. "node": ">=6"
  3696. }
  3697. },
  3698. "node_modules/npm/node_modules/err-code": {
  3699. "version": "2.0.3",
  3700. "inBundle": true,
  3701. "license": "MIT"
  3702. },
  3703. "node_modules/npm/node_modules/exponential-backoff": {
  3704. "version": "3.1.1",
  3705. "inBundle": true,
  3706. "license": "Apache-2.0"
  3707. },
  3708. "node_modules/npm/node_modules/fastest-levenshtein": {
  3709. "version": "1.0.16",
  3710. "inBundle": true,
  3711. "license": "MIT",
  3712. "engines": {
  3713. "node": ">= 4.9.1"
  3714. }
  3715. },
  3716. "node_modules/npm/node_modules/foreground-child": {
  3717. "version": "3.1.1",
  3718. "inBundle": true,
  3719. "license": "ISC",
  3720. "dependencies": {
  3721. "cross-spawn": "^7.0.0",
  3722. "signal-exit": "^4.0.1"
  3723. },
  3724. "engines": {
  3725. "node": ">=14"
  3726. },
  3727. "funding": {
  3728. "url": "https://github.com/sponsors/isaacs"
  3729. }
  3730. },
  3731. "node_modules/npm/node_modules/fs-minipass": {
  3732. "version": "3.0.3",
  3733. "inBundle": true,
  3734. "license": "ISC",
  3735. "dependencies": {
  3736. "minipass": "^7.0.3"
  3737. },
  3738. "engines": {
  3739. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3740. }
  3741. },
  3742. "node_modules/npm/node_modules/function-bind": {
  3743. "version": "1.1.2",
  3744. "inBundle": true,
  3745. "license": "MIT",
  3746. "funding": {
  3747. "url": "https://github.com/sponsors/ljharb"
  3748. }
  3749. },
  3750. "node_modules/npm/node_modules/gauge": {
  3751. "version": "5.0.1",
  3752. "inBundle": true,
  3753. "license": "ISC",
  3754. "dependencies": {
  3755. "aproba": "^1.0.3 || ^2.0.0",
  3756. "color-support": "^1.1.3",
  3757. "console-control-strings": "^1.1.0",
  3758. "has-unicode": "^2.0.1",
  3759. "signal-exit": "^4.0.1",
  3760. "string-width": "^4.2.3",
  3761. "strip-ansi": "^6.0.1",
  3762. "wide-align": "^1.1.5"
  3763. },
  3764. "engines": {
  3765. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3766. }
  3767. },
  3768. "node_modules/npm/node_modules/glob": {
  3769. "version": "10.3.10",
  3770. "inBundle": true,
  3771. "license": "ISC",
  3772. "dependencies": {
  3773. "foreground-child": "^3.1.0",
  3774. "jackspeak": "^2.3.5",
  3775. "minimatch": "^9.0.1",
  3776. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
  3777. "path-scurry": "^1.10.1"
  3778. },
  3779. "bin": {
  3780. "glob": "dist/esm/bin.mjs"
  3781. },
  3782. "engines": {
  3783. "node": ">=16 || 14 >=14.17"
  3784. },
  3785. "funding": {
  3786. "url": "https://github.com/sponsors/isaacs"
  3787. }
  3788. },
  3789. "node_modules/npm/node_modules/graceful-fs": {
  3790. "version": "4.2.11",
  3791. "inBundle": true,
  3792. "license": "ISC"
  3793. },
  3794. "node_modules/npm/node_modules/has-unicode": {
  3795. "version": "2.0.1",
  3796. "inBundle": true,
  3797. "license": "ISC"
  3798. },
  3799. "node_modules/npm/node_modules/hasown": {
  3800. "version": "2.0.0",
  3801. "inBundle": true,
  3802. "license": "MIT",
  3803. "dependencies": {
  3804. "function-bind": "^1.1.2"
  3805. },
  3806. "engines": {
  3807. "node": ">= 0.4"
  3808. }
  3809. },
  3810. "node_modules/npm/node_modules/hosted-git-info": {
  3811. "version": "7.0.1",
  3812. "inBundle": true,
  3813. "license": "ISC",
  3814. "dependencies": {
  3815. "lru-cache": "^10.0.1"
  3816. },
  3817. "engines": {
  3818. "node": "^16.14.0 || >=18.0.0"
  3819. }
  3820. },
  3821. "node_modules/npm/node_modules/http-cache-semantics": {
  3822. "version": "4.1.1",
  3823. "inBundle": true,
  3824. "license": "BSD-2-Clause"
  3825. },
  3826. "node_modules/npm/node_modules/http-proxy-agent": {
  3827. "version": "7.0.0",
  3828. "inBundle": true,
  3829. "license": "MIT",
  3830. "dependencies": {
  3831. "agent-base": "^7.1.0",
  3832. "debug": "^4.3.4"
  3833. },
  3834. "engines": {
  3835. "node": ">= 14"
  3836. }
  3837. },
  3838. "node_modules/npm/node_modules/https-proxy-agent": {
  3839. "version": "7.0.2",
  3840. "inBundle": true,
  3841. "license": "MIT",
  3842. "dependencies": {
  3843. "agent-base": "^7.0.2",
  3844. "debug": "4"
  3845. },
  3846. "engines": {
  3847. "node": ">= 14"
  3848. }
  3849. },
  3850. "node_modules/npm/node_modules/iconv-lite": {
  3851. "version": "0.6.3",
  3852. "inBundle": true,
  3853. "license": "MIT",
  3854. "optional": true,
  3855. "dependencies": {
  3856. "safer-buffer": ">= 2.1.2 < 3.0.0"
  3857. },
  3858. "engines": {
  3859. "node": ">=0.10.0"
  3860. }
  3861. },
  3862. "node_modules/npm/node_modules/ignore-walk": {
  3863. "version": "6.0.4",
  3864. "inBundle": true,
  3865. "license": "ISC",
  3866. "dependencies": {
  3867. "minimatch": "^9.0.0"
  3868. },
  3869. "engines": {
  3870. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3871. }
  3872. },
  3873. "node_modules/npm/node_modules/imurmurhash": {
  3874. "version": "0.1.4",
  3875. "inBundle": true,
  3876. "license": "MIT",
  3877. "engines": {
  3878. "node": ">=0.8.19"
  3879. }
  3880. },
  3881. "node_modules/npm/node_modules/indent-string": {
  3882. "version": "4.0.0",
  3883. "inBundle": true,
  3884. "license": "MIT",
  3885. "engines": {
  3886. "node": ">=8"
  3887. }
  3888. },
  3889. "node_modules/npm/node_modules/ini": {
  3890. "version": "4.1.1",
  3891. "inBundle": true,
  3892. "license": "ISC",
  3893. "engines": {
  3894. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3895. }
  3896. },
  3897. "node_modules/npm/node_modules/init-package-json": {
  3898. "version": "6.0.0",
  3899. "inBundle": true,
  3900. "license": "ISC",
  3901. "dependencies": {
  3902. "npm-package-arg": "^11.0.0",
  3903. "promzard": "^1.0.0",
  3904. "read": "^2.0.0",
  3905. "read-package-json": "^7.0.0",
  3906. "semver": "^7.3.5",
  3907. "validate-npm-package-license": "^3.0.4",
  3908. "validate-npm-package-name": "^5.0.0"
  3909. },
  3910. "engines": {
  3911. "node": "^16.14.0 || >=18.0.0"
  3912. }
  3913. },
  3914. "node_modules/npm/node_modules/ip": {
  3915. "version": "2.0.0",
  3916. "inBundle": true,
  3917. "license": "MIT"
  3918. },
  3919. "node_modules/npm/node_modules/ip-regex": {
  3920. "version": "5.0.0",
  3921. "inBundle": true,
  3922. "license": "MIT",
  3923. "engines": {
  3924. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3925. },
  3926. "funding": {
  3927. "url": "https://github.com/sponsors/sindresorhus"
  3928. }
  3929. },
  3930. "node_modules/npm/node_modules/is-cidr": {
  3931. "version": "5.0.3",
  3932. "inBundle": true,
  3933. "license": "BSD-2-Clause",
  3934. "dependencies": {
  3935. "cidr-regex": "4.0.3"
  3936. },
  3937. "engines": {
  3938. "node": ">=14"
  3939. }
  3940. },
  3941. "node_modules/npm/node_modules/is-core-module": {
  3942. "version": "2.13.1",
  3943. "inBundle": true,
  3944. "license": "MIT",
  3945. "dependencies": {
  3946. "hasown": "^2.0.0"
  3947. },
  3948. "funding": {
  3949. "url": "https://github.com/sponsors/ljharb"
  3950. }
  3951. },
  3952. "node_modules/npm/node_modules/is-fullwidth-code-point": {
  3953. "version": "3.0.0",
  3954. "inBundle": true,
  3955. "license": "MIT",
  3956. "engines": {
  3957. "node": ">=8"
  3958. }
  3959. },
  3960. "node_modules/npm/node_modules/is-lambda": {
  3961. "version": "1.0.1",
  3962. "inBundle": true,
  3963. "license": "MIT"
  3964. },
  3965. "node_modules/npm/node_modules/isexe": {
  3966. "version": "2.0.0",
  3967. "inBundle": true,
  3968. "license": "ISC"
  3969. },
  3970. "node_modules/npm/node_modules/jackspeak": {
  3971. "version": "2.3.6",
  3972. "inBundle": true,
  3973. "license": "BlueOak-1.0.0",
  3974. "dependencies": {
  3975. "@isaacs/cliui": "^8.0.2"
  3976. },
  3977. "engines": {
  3978. "node": ">=14"
  3979. },
  3980. "funding": {
  3981. "url": "https://github.com/sponsors/isaacs"
  3982. },
  3983. "optionalDependencies": {
  3984. "@pkgjs/parseargs": "^0.11.0"
  3985. }
  3986. },
  3987. "node_modules/npm/node_modules/json-parse-even-better-errors": {
  3988. "version": "3.0.1",
  3989. "inBundle": true,
  3990. "license": "MIT",
  3991. "engines": {
  3992. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3993. }
  3994. },
  3995. "node_modules/npm/node_modules/json-stringify-nice": {
  3996. "version": "1.1.4",
  3997. "inBundle": true,
  3998. "license": "ISC",
  3999. "funding": {
  4000. "url": "https://github.com/sponsors/isaacs"
  4001. }
  4002. },
  4003. "node_modules/npm/node_modules/jsonparse": {
  4004. "version": "1.3.1",
  4005. "engines": [
  4006. "node >= 0.2.0"
  4007. ],
  4008. "inBundle": true,
  4009. "license": "MIT"
  4010. },
  4011. "node_modules/npm/node_modules/just-diff": {
  4012. "version": "6.0.2",
  4013. "inBundle": true,
  4014. "license": "MIT"
  4015. },
  4016. "node_modules/npm/node_modules/just-diff-apply": {
  4017. "version": "5.5.0",
  4018. "inBundle": true,
  4019. "license": "MIT"
  4020. },
  4021. "node_modules/npm/node_modules/libnpmaccess": {
  4022. "version": "8.0.2",
  4023. "inBundle": true,
  4024. "license": "ISC",
  4025. "dependencies": {
  4026. "npm-package-arg": "^11.0.1",
  4027. "npm-registry-fetch": "^16.0.0"
  4028. },
  4029. "engines": {
  4030. "node": "^16.14.0 || >=18.0.0"
  4031. }
  4032. },
  4033. "node_modules/npm/node_modules/libnpmdiff": {
  4034. "version": "6.0.6",
  4035. "inBundle": true,
  4036. "license": "ISC",
  4037. "dependencies": {
  4038. "@npmcli/arborist": "^7.2.1",
  4039. "@npmcli/disparity-colors": "^3.0.0",
  4040. "@npmcli/installed-package-contents": "^2.0.2",
  4041. "binary-extensions": "^2.2.0",
  4042. "diff": "^5.1.0",
  4043. "minimatch": "^9.0.0",
  4044. "npm-package-arg": "^11.0.1",
  4045. "pacote": "^17.0.4",
  4046. "tar": "^6.2.0"
  4047. },
  4048. "engines": {
  4049. "node": "^16.14.0 || >=18.0.0"
  4050. }
  4051. },
  4052. "node_modules/npm/node_modules/libnpmexec": {
  4053. "version": "7.0.7",
  4054. "inBundle": true,
  4055. "license": "ISC",
  4056. "dependencies": {
  4057. "@npmcli/arborist": "^7.2.1",
  4058. "@npmcli/run-script": "^7.0.2",
  4059. "ci-info": "^4.0.0",
  4060. "npm-package-arg": "^11.0.1",
  4061. "npmlog": "^7.0.1",
  4062. "pacote": "^17.0.4",
  4063. "proc-log": "^3.0.0",
  4064. "read": "^2.0.0",
  4065. "read-package-json-fast": "^3.0.2",
  4066. "semver": "^7.3.7",
  4067. "walk-up-path": "^3.0.1"
  4068. },
  4069. "engines": {
  4070. "node": "^16.14.0 || >=18.0.0"
  4071. }
  4072. },
  4073. "node_modules/npm/node_modules/libnpmfund": {
  4074. "version": "5.0.4",
  4075. "inBundle": true,
  4076. "license": "ISC",
  4077. "dependencies": {
  4078. "@npmcli/arborist": "^7.2.1"
  4079. },
  4080. "engines": {
  4081. "node": "^16.14.0 || >=18.0.0"
  4082. }
  4083. },
  4084. "node_modules/npm/node_modules/libnpmhook": {
  4085. "version": "10.0.1",
  4086. "inBundle": true,
  4087. "license": "ISC",
  4088. "dependencies": {
  4089. "aproba": "^2.0.0",
  4090. "npm-registry-fetch": "^16.0.0"
  4091. },
  4092. "engines": {
  4093. "node": "^16.14.0 || >=18.0.0"
  4094. }
  4095. },
  4096. "node_modules/npm/node_modules/libnpmorg": {
  4097. "version": "6.0.2",
  4098. "inBundle": true,
  4099. "license": "ISC",
  4100. "dependencies": {
  4101. "aproba": "^2.0.0",
  4102. "npm-registry-fetch": "^16.0.0"
  4103. },
  4104. "engines": {
  4105. "node": "^16.14.0 || >=18.0.0"
  4106. }
  4107. },
  4108. "node_modules/npm/node_modules/libnpmpack": {
  4109. "version": "6.0.6",
  4110. "inBundle": true,
  4111. "license": "ISC",
  4112. "dependencies": {
  4113. "@npmcli/arborist": "^7.2.1",
  4114. "@npmcli/run-script": "^7.0.2",
  4115. "npm-package-arg": "^11.0.1",
  4116. "pacote": "^17.0.4"
  4117. },
  4118. "engines": {
  4119. "node": "^16.14.0 || >=18.0.0"
  4120. }
  4121. },
  4122. "node_modules/npm/node_modules/libnpmpublish": {
  4123. "version": "9.0.4",
  4124. "inBundle": true,
  4125. "license": "ISC",
  4126. "dependencies": {
  4127. "ci-info": "^4.0.0",
  4128. "normalize-package-data": "^6.0.0",
  4129. "npm-package-arg": "^11.0.1",
  4130. "npm-registry-fetch": "^16.0.0",
  4131. "proc-log": "^3.0.0",
  4132. "semver": "^7.3.7",
  4133. "sigstore": "^2.2.0",
  4134. "ssri": "^10.0.5"
  4135. },
  4136. "engines": {
  4137. "node": "^16.14.0 || >=18.0.0"
  4138. }
  4139. },
  4140. "node_modules/npm/node_modules/libnpmsearch": {
  4141. "version": "7.0.1",
  4142. "inBundle": true,
  4143. "license": "ISC",
  4144. "dependencies": {
  4145. "npm-registry-fetch": "^16.0.0"
  4146. },
  4147. "engines": {
  4148. "node": "^16.14.0 || >=18.0.0"
  4149. }
  4150. },
  4151. "node_modules/npm/node_modules/libnpmteam": {
  4152. "version": "6.0.1",
  4153. "inBundle": true,
  4154. "license": "ISC",
  4155. "dependencies": {
  4156. "aproba": "^2.0.0",
  4157. "npm-registry-fetch": "^16.0.0"
  4158. },
  4159. "engines": {
  4160. "node": "^16.14.0 || >=18.0.0"
  4161. }
  4162. },
  4163. "node_modules/npm/node_modules/libnpmversion": {
  4164. "version": "5.0.2",
  4165. "inBundle": true,
  4166. "license": "ISC",
  4167. "dependencies": {
  4168. "@npmcli/git": "^5.0.3",
  4169. "@npmcli/run-script": "^7.0.2",
  4170. "json-parse-even-better-errors": "^3.0.0",
  4171. "proc-log": "^3.0.0",
  4172. "semver": "^7.3.7"
  4173. },
  4174. "engines": {
  4175. "node": "^16.14.0 || >=18.0.0"
  4176. }
  4177. },
  4178. "node_modules/npm/node_modules/lru-cache": {
  4179. "version": "10.1.0",
  4180. "inBundle": true,
  4181. "license": "ISC",
  4182. "engines": {
  4183. "node": "14 || >=16.14"
  4184. }
  4185. },
  4186. "node_modules/npm/node_modules/make-fetch-happen": {
  4187. "version": "13.0.0",
  4188. "inBundle": true,
  4189. "license": "ISC",
  4190. "dependencies": {
  4191. "@npmcli/agent": "^2.0.0",
  4192. "cacache": "^18.0.0",
  4193. "http-cache-semantics": "^4.1.1",
  4194. "is-lambda": "^1.0.1",
  4195. "minipass": "^7.0.2",
  4196. "minipass-fetch": "^3.0.0",
  4197. "minipass-flush": "^1.0.5",
  4198. "minipass-pipeline": "^1.2.4",
  4199. "negotiator": "^0.6.3",
  4200. "promise-retry": "^2.0.1",
  4201. "ssri": "^10.0.0"
  4202. },
  4203. "engines": {
  4204. "node": "^16.14.0 || >=18.0.0"
  4205. }
  4206. },
  4207. "node_modules/npm/node_modules/minimatch": {
  4208. "version": "9.0.3",
  4209. "inBundle": true,
  4210. "license": "ISC",
  4211. "dependencies": {
  4212. "brace-expansion": "^2.0.1"
  4213. },
  4214. "engines": {
  4215. "node": ">=16 || 14 >=14.17"
  4216. },
  4217. "funding": {
  4218. "url": "https://github.com/sponsors/isaacs"
  4219. }
  4220. },
  4221. "node_modules/npm/node_modules/minipass": {
  4222. "version": "7.0.4",
  4223. "inBundle": true,
  4224. "license": "ISC",
  4225. "engines": {
  4226. "node": ">=16 || 14 >=14.17"
  4227. }
  4228. },
  4229. "node_modules/npm/node_modules/minipass-collect": {
  4230. "version": "2.0.1",
  4231. "inBundle": true,
  4232. "license": "ISC",
  4233. "dependencies": {
  4234. "minipass": "^7.0.3"
  4235. },
  4236. "engines": {
  4237. "node": ">=16 || 14 >=14.17"
  4238. }
  4239. },
  4240. "node_modules/npm/node_modules/minipass-fetch": {
  4241. "version": "3.0.4",
  4242. "inBundle": true,
  4243. "license": "MIT",
  4244. "dependencies": {
  4245. "minipass": "^7.0.3",
  4246. "minipass-sized": "^1.0.3",
  4247. "minizlib": "^2.1.2"
  4248. },
  4249. "engines": {
  4250. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4251. },
  4252. "optionalDependencies": {
  4253. "encoding": "^0.1.13"
  4254. }
  4255. },
  4256. "node_modules/npm/node_modules/minipass-flush": {
  4257. "version": "1.0.5",
  4258. "inBundle": true,
  4259. "license": "ISC",
  4260. "dependencies": {
  4261. "minipass": "^3.0.0"
  4262. },
  4263. "engines": {
  4264. "node": ">= 8"
  4265. }
  4266. },
  4267. "node_modules/npm/node_modules/minipass-flush/node_modules/minipass": {
  4268. "version": "3.3.6",
  4269. "inBundle": true,
  4270. "license": "ISC",
  4271. "dependencies": {
  4272. "yallist": "^4.0.0"
  4273. },
  4274. "engines": {
  4275. "node": ">=8"
  4276. }
  4277. },
  4278. "node_modules/npm/node_modules/minipass-json-stream": {
  4279. "version": "1.0.1",
  4280. "inBundle": true,
  4281. "license": "MIT",
  4282. "dependencies": {
  4283. "jsonparse": "^1.3.1",
  4284. "minipass": "^3.0.0"
  4285. }
  4286. },
  4287. "node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass": {
  4288. "version": "3.3.6",
  4289. "inBundle": true,
  4290. "license": "ISC",
  4291. "dependencies": {
  4292. "yallist": "^4.0.0"
  4293. },
  4294. "engines": {
  4295. "node": ">=8"
  4296. }
  4297. },
  4298. "node_modules/npm/node_modules/minipass-pipeline": {
  4299. "version": "1.2.4",
  4300. "inBundle": true,
  4301. "license": "ISC",
  4302. "dependencies": {
  4303. "minipass": "^3.0.0"
  4304. },
  4305. "engines": {
  4306. "node": ">=8"
  4307. }
  4308. },
  4309. "node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass": {
  4310. "version": "3.3.6",
  4311. "inBundle": true,
  4312. "license": "ISC",
  4313. "dependencies": {
  4314. "yallist": "^4.0.0"
  4315. },
  4316. "engines": {
  4317. "node": ">=8"
  4318. }
  4319. },
  4320. "node_modules/npm/node_modules/minipass-sized": {
  4321. "version": "1.0.3",
  4322. "inBundle": true,
  4323. "license": "ISC",
  4324. "dependencies": {
  4325. "minipass": "^3.0.0"
  4326. },
  4327. "engines": {
  4328. "node": ">=8"
  4329. }
  4330. },
  4331. "node_modules/npm/node_modules/minipass-sized/node_modules/minipass": {
  4332. "version": "3.3.6",
  4333. "inBundle": true,
  4334. "license": "ISC",
  4335. "dependencies": {
  4336. "yallist": "^4.0.0"
  4337. },
  4338. "engines": {
  4339. "node": ">=8"
  4340. }
  4341. },
  4342. "node_modules/npm/node_modules/minizlib": {
  4343. "version": "2.1.2",
  4344. "inBundle": true,
  4345. "license": "MIT",
  4346. "dependencies": {
  4347. "minipass": "^3.0.0",
  4348. "yallist": "^4.0.0"
  4349. },
  4350. "engines": {
  4351. "node": ">= 8"
  4352. }
  4353. },
  4354. "node_modules/npm/node_modules/minizlib/node_modules/minipass": {
  4355. "version": "3.3.6",
  4356. "inBundle": true,
  4357. "license": "ISC",
  4358. "dependencies": {
  4359. "yallist": "^4.0.0"
  4360. },
  4361. "engines": {
  4362. "node": ">=8"
  4363. }
  4364. },
  4365. "node_modules/npm/node_modules/mkdirp": {
  4366. "version": "1.0.4",
  4367. "inBundle": true,
  4368. "license": "MIT",
  4369. "bin": {
  4370. "mkdirp": "bin/cmd.js"
  4371. },
  4372. "engines": {
  4373. "node": ">=10"
  4374. }
  4375. },
  4376. "node_modules/npm/node_modules/ms": {
  4377. "version": "2.1.3",
  4378. "inBundle": true,
  4379. "license": "MIT"
  4380. },
  4381. "node_modules/npm/node_modules/mute-stream": {
  4382. "version": "1.0.0",
  4383. "inBundle": true,
  4384. "license": "ISC",
  4385. "engines": {
  4386. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4387. }
  4388. },
  4389. "node_modules/npm/node_modules/negotiator": {
  4390. "version": "0.6.3",
  4391. "inBundle": true,
  4392. "license": "MIT",
  4393. "engines": {
  4394. "node": ">= 0.6"
  4395. }
  4396. },
  4397. "node_modules/npm/node_modules/node-gyp": {
  4398. "version": "10.0.1",
  4399. "inBundle": true,
  4400. "license": "MIT",
  4401. "dependencies": {
  4402. "env-paths": "^2.2.0",
  4403. "exponential-backoff": "^3.1.1",
  4404. "glob": "^10.3.10",
  4405. "graceful-fs": "^4.2.6",
  4406. "make-fetch-happen": "^13.0.0",
  4407. "nopt": "^7.0.0",
  4408. "proc-log": "^3.0.0",
  4409. "semver": "^7.3.5",
  4410. "tar": "^6.1.2",
  4411. "which": "^4.0.0"
  4412. },
  4413. "bin": {
  4414. "node-gyp": "bin/node-gyp.js"
  4415. },
  4416. "engines": {
  4417. "node": "^16.14.0 || >=18.0.0"
  4418. }
  4419. },
  4420. "node_modules/npm/node_modules/nopt": {
  4421. "version": "7.2.0",
  4422. "inBundle": true,
  4423. "license": "ISC",
  4424. "dependencies": {
  4425. "abbrev": "^2.0.0"
  4426. },
  4427. "bin": {
  4428. "nopt": "bin/nopt.js"
  4429. },
  4430. "engines": {
  4431. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4432. }
  4433. },
  4434. "node_modules/npm/node_modules/normalize-package-data": {
  4435. "version": "6.0.0",
  4436. "inBundle": true,
  4437. "license": "BSD-2-Clause",
  4438. "dependencies": {
  4439. "hosted-git-info": "^7.0.0",
  4440. "is-core-module": "^2.8.1",
  4441. "semver": "^7.3.5",
  4442. "validate-npm-package-license": "^3.0.4"
  4443. },
  4444. "engines": {
  4445. "node": "^16.14.0 || >=18.0.0"
  4446. }
  4447. },
  4448. "node_modules/npm/node_modules/npm-audit-report": {
  4449. "version": "5.0.0",
  4450. "inBundle": true,
  4451. "license": "ISC",
  4452. "engines": {
  4453. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4454. }
  4455. },
  4456. "node_modules/npm/node_modules/npm-bundled": {
  4457. "version": "3.0.0",
  4458. "inBundle": true,
  4459. "license": "ISC",
  4460. "dependencies": {
  4461. "npm-normalize-package-bin": "^3.0.0"
  4462. },
  4463. "engines": {
  4464. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4465. }
  4466. },
  4467. "node_modules/npm/node_modules/npm-install-checks": {
  4468. "version": "6.3.0",
  4469. "inBundle": true,
  4470. "license": "BSD-2-Clause",
  4471. "dependencies": {
  4472. "semver": "^7.1.1"
  4473. },
  4474. "engines": {
  4475. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4476. }
  4477. },
  4478. "node_modules/npm/node_modules/npm-normalize-package-bin": {
  4479. "version": "3.0.1",
  4480. "inBundle": true,
  4481. "license": "ISC",
  4482. "engines": {
  4483. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4484. }
  4485. },
  4486. "node_modules/npm/node_modules/npm-package-arg": {
  4487. "version": "11.0.1",
  4488. "inBundle": true,
  4489. "license": "ISC",
  4490. "dependencies": {
  4491. "hosted-git-info": "^7.0.0",
  4492. "proc-log": "^3.0.0",
  4493. "semver": "^7.3.5",
  4494. "validate-npm-package-name": "^5.0.0"
  4495. },
  4496. "engines": {
  4497. "node": "^16.14.0 || >=18.0.0"
  4498. }
  4499. },
  4500. "node_modules/npm/node_modules/npm-packlist": {
  4501. "version": "8.0.2",
  4502. "inBundle": true,
  4503. "license": "ISC",
  4504. "dependencies": {
  4505. "ignore-walk": "^6.0.4"
  4506. },
  4507. "engines": {
  4508. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4509. }
  4510. },
  4511. "node_modules/npm/node_modules/npm-pick-manifest": {
  4512. "version": "9.0.0",
  4513. "inBundle": true,
  4514. "license": "ISC",
  4515. "dependencies": {
  4516. "npm-install-checks": "^6.0.0",
  4517. "npm-normalize-package-bin": "^3.0.0",
  4518. "npm-package-arg": "^11.0.0",
  4519. "semver": "^7.3.5"
  4520. },
  4521. "engines": {
  4522. "node": "^16.14.0 || >=18.0.0"
  4523. }
  4524. },
  4525. "node_modules/npm/node_modules/npm-profile": {
  4526. "version": "9.0.0",
  4527. "inBundle": true,
  4528. "license": "ISC",
  4529. "dependencies": {
  4530. "npm-registry-fetch": "^16.0.0",
  4531. "proc-log": "^3.0.0"
  4532. },
  4533. "engines": {
  4534. "node": "^16.14.0 || >=18.0.0"
  4535. }
  4536. },
  4537. "node_modules/npm/node_modules/npm-registry-fetch": {
  4538. "version": "16.1.0",
  4539. "inBundle": true,
  4540. "license": "ISC",
  4541. "dependencies": {
  4542. "make-fetch-happen": "^13.0.0",
  4543. "minipass": "^7.0.2",
  4544. "minipass-fetch": "^3.0.0",
  4545. "minipass-json-stream": "^1.0.1",
  4546. "minizlib": "^2.1.2",
  4547. "npm-package-arg": "^11.0.0",
  4548. "proc-log": "^3.0.0"
  4549. },
  4550. "engines": {
  4551. "node": "^16.14.0 || >=18.0.0"
  4552. }
  4553. },
  4554. "node_modules/npm/node_modules/npm-user-validate": {
  4555. "version": "2.0.0",
  4556. "inBundle": true,
  4557. "license": "BSD-2-Clause",
  4558. "engines": {
  4559. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4560. }
  4561. },
  4562. "node_modules/npm/node_modules/npmlog": {
  4563. "version": "7.0.1",
  4564. "inBundle": true,
  4565. "license": "ISC",
  4566. "dependencies": {
  4567. "are-we-there-yet": "^4.0.0",
  4568. "console-control-strings": "^1.1.0",
  4569. "gauge": "^5.0.0",
  4570. "set-blocking": "^2.0.0"
  4571. },
  4572. "engines": {
  4573. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4574. }
  4575. },
  4576. "node_modules/npm/node_modules/p-map": {
  4577. "version": "4.0.0",
  4578. "inBundle": true,
  4579. "license": "MIT",
  4580. "dependencies": {
  4581. "aggregate-error": "^3.0.0"
  4582. },
  4583. "engines": {
  4584. "node": ">=10"
  4585. },
  4586. "funding": {
  4587. "url": "https://github.com/sponsors/sindresorhus"
  4588. }
  4589. },
  4590. "node_modules/npm/node_modules/pacote": {
  4591. "version": "17.0.6",
  4592. "inBundle": true,
  4593. "license": "ISC",
  4594. "dependencies": {
  4595. "@npmcli/git": "^5.0.0",
  4596. "@npmcli/installed-package-contents": "^2.0.1",
  4597. "@npmcli/promise-spawn": "^7.0.0",
  4598. "@npmcli/run-script": "^7.0.0",
  4599. "cacache": "^18.0.0",
  4600. "fs-minipass": "^3.0.0",
  4601. "minipass": "^7.0.2",
  4602. "npm-package-arg": "^11.0.0",
  4603. "npm-packlist": "^8.0.0",
  4604. "npm-pick-manifest": "^9.0.0",
  4605. "npm-registry-fetch": "^16.0.0",
  4606. "proc-log": "^3.0.0",
  4607. "promise-retry": "^2.0.1",
  4608. "read-package-json": "^7.0.0",
  4609. "read-package-json-fast": "^3.0.0",
  4610. "sigstore": "^2.2.0",
  4611. "ssri": "^10.0.0",
  4612. "tar": "^6.1.11"
  4613. },
  4614. "bin": {
  4615. "pacote": "lib/bin.js"
  4616. },
  4617. "engines": {
  4618. "node": "^16.14.0 || >=18.0.0"
  4619. }
  4620. },
  4621. "node_modules/npm/node_modules/parse-conflict-json": {
  4622. "version": "3.0.1",
  4623. "inBundle": true,
  4624. "license": "ISC",
  4625. "dependencies": {
  4626. "json-parse-even-better-errors": "^3.0.0",
  4627. "just-diff": "^6.0.0",
  4628. "just-diff-apply": "^5.2.0"
  4629. },
  4630. "engines": {
  4631. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4632. }
  4633. },
  4634. "node_modules/npm/node_modules/path-key": {
  4635. "version": "3.1.1",
  4636. "inBundle": true,
  4637. "license": "MIT",
  4638. "engines": {
  4639. "node": ">=8"
  4640. }
  4641. },
  4642. "node_modules/npm/node_modules/path-scurry": {
  4643. "version": "1.10.1",
  4644. "inBundle": true,
  4645. "license": "BlueOak-1.0.0",
  4646. "dependencies": {
  4647. "lru-cache": "^9.1.1 || ^10.0.0",
  4648. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  4649. },
  4650. "engines": {
  4651. "node": ">=16 || 14 >=14.17"
  4652. },
  4653. "funding": {
  4654. "url": "https://github.com/sponsors/isaacs"
  4655. }
  4656. },
  4657. "node_modules/npm/node_modules/postcss-selector-parser": {
  4658. "version": "6.0.15",
  4659. "inBundle": true,
  4660. "license": "MIT",
  4661. "dependencies": {
  4662. "cssesc": "^3.0.0",
  4663. "util-deprecate": "^1.0.2"
  4664. },
  4665. "engines": {
  4666. "node": ">=4"
  4667. }
  4668. },
  4669. "node_modules/npm/node_modules/proc-log": {
  4670. "version": "3.0.0",
  4671. "inBundle": true,
  4672. "license": "ISC",
  4673. "engines": {
  4674. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4675. }
  4676. },
  4677. "node_modules/npm/node_modules/promise-all-reject-late": {
  4678. "version": "1.0.1",
  4679. "inBundle": true,
  4680. "license": "ISC",
  4681. "funding": {
  4682. "url": "https://github.com/sponsors/isaacs"
  4683. }
  4684. },
  4685. "node_modules/npm/node_modules/promise-call-limit": {
  4686. "version": "3.0.1",
  4687. "inBundle": true,
  4688. "license": "ISC",
  4689. "funding": {
  4690. "url": "https://github.com/sponsors/isaacs"
  4691. }
  4692. },
  4693. "node_modules/npm/node_modules/promise-inflight": {
  4694. "version": "1.0.1",
  4695. "inBundle": true,
  4696. "license": "ISC"
  4697. },
  4698. "node_modules/npm/node_modules/promise-retry": {
  4699. "version": "2.0.1",
  4700. "inBundle": true,
  4701. "license": "MIT",
  4702. "dependencies": {
  4703. "err-code": "^2.0.2",
  4704. "retry": "^0.12.0"
  4705. },
  4706. "engines": {
  4707. "node": ">=10"
  4708. }
  4709. },
  4710. "node_modules/npm/node_modules/promzard": {
  4711. "version": "1.0.0",
  4712. "inBundle": true,
  4713. "license": "ISC",
  4714. "dependencies": {
  4715. "read": "^2.0.0"
  4716. },
  4717. "engines": {
  4718. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4719. }
  4720. },
  4721. "node_modules/npm/node_modules/qrcode-terminal": {
  4722. "version": "0.12.0",
  4723. "inBundle": true,
  4724. "bin": {
  4725. "qrcode-terminal": "bin/qrcode-terminal.js"
  4726. }
  4727. },
  4728. "node_modules/npm/node_modules/read": {
  4729. "version": "2.1.0",
  4730. "inBundle": true,
  4731. "license": "ISC",
  4732. "dependencies": {
  4733. "mute-stream": "~1.0.0"
  4734. },
  4735. "engines": {
  4736. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4737. }
  4738. },
  4739. "node_modules/npm/node_modules/read-cmd-shim": {
  4740. "version": "4.0.0",
  4741. "inBundle": true,
  4742. "license": "ISC",
  4743. "engines": {
  4744. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4745. }
  4746. },
  4747. "node_modules/npm/node_modules/read-package-json": {
  4748. "version": "7.0.0",
  4749. "inBundle": true,
  4750. "license": "ISC",
  4751. "dependencies": {
  4752. "glob": "^10.2.2",
  4753. "json-parse-even-better-errors": "^3.0.0",
  4754. "normalize-package-data": "^6.0.0",
  4755. "npm-normalize-package-bin": "^3.0.0"
  4756. },
  4757. "engines": {
  4758. "node": "^16.14.0 || >=18.0.0"
  4759. }
  4760. },
  4761. "node_modules/npm/node_modules/read-package-json-fast": {
  4762. "version": "3.0.2",
  4763. "inBundle": true,
  4764. "license": "ISC",
  4765. "dependencies": {
  4766. "json-parse-even-better-errors": "^3.0.0",
  4767. "npm-normalize-package-bin": "^3.0.0"
  4768. },
  4769. "engines": {
  4770. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4771. }
  4772. },
  4773. "node_modules/npm/node_modules/retry": {
  4774. "version": "0.12.0",
  4775. "inBundle": true,
  4776. "license": "MIT",
  4777. "engines": {
  4778. "node": ">= 4"
  4779. }
  4780. },
  4781. "node_modules/npm/node_modules/safer-buffer": {
  4782. "version": "2.1.2",
  4783. "inBundle": true,
  4784. "license": "MIT",
  4785. "optional": true
  4786. },
  4787. "node_modules/npm/node_modules/semver": {
  4788. "version": "7.5.4",
  4789. "inBundle": true,
  4790. "license": "ISC",
  4791. "dependencies": {
  4792. "lru-cache": "^6.0.0"
  4793. },
  4794. "bin": {
  4795. "semver": "bin/semver.js"
  4796. },
  4797. "engines": {
  4798. "node": ">=10"
  4799. }
  4800. },
  4801. "node_modules/npm/node_modules/semver/node_modules/lru-cache": {
  4802. "version": "6.0.0",
  4803. "inBundle": true,
  4804. "license": "ISC",
  4805. "dependencies": {
  4806. "yallist": "^4.0.0"
  4807. },
  4808. "engines": {
  4809. "node": ">=10"
  4810. }
  4811. },
  4812. "node_modules/npm/node_modules/set-blocking": {
  4813. "version": "2.0.0",
  4814. "inBundle": true,
  4815. "license": "ISC"
  4816. },
  4817. "node_modules/npm/node_modules/shebang-command": {
  4818. "version": "2.0.0",
  4819. "inBundle": true,
  4820. "license": "MIT",
  4821. "dependencies": {
  4822. "shebang-regex": "^3.0.0"
  4823. },
  4824. "engines": {
  4825. "node": ">=8"
  4826. }
  4827. },
  4828. "node_modules/npm/node_modules/shebang-regex": {
  4829. "version": "3.0.0",
  4830. "inBundle": true,
  4831. "license": "MIT",
  4832. "engines": {
  4833. "node": ">=8"
  4834. }
  4835. },
  4836. "node_modules/npm/node_modules/signal-exit": {
  4837. "version": "4.1.0",
  4838. "inBundle": true,
  4839. "license": "ISC",
  4840. "engines": {
  4841. "node": ">=14"
  4842. },
  4843. "funding": {
  4844. "url": "https://github.com/sponsors/isaacs"
  4845. }
  4846. },
  4847. "node_modules/npm/node_modules/sigstore": {
  4848. "version": "2.2.0",
  4849. "inBundle": true,
  4850. "license": "Apache-2.0",
  4851. "dependencies": {
  4852. "@sigstore/bundle": "^2.1.1",
  4853. "@sigstore/core": "^0.2.0",
  4854. "@sigstore/protobuf-specs": "^0.2.1",
  4855. "@sigstore/sign": "^2.2.1",
  4856. "@sigstore/tuf": "^2.3.0",
  4857. "@sigstore/verify": "^0.1.0"
  4858. },
  4859. "engines": {
  4860. "node": "^16.14.0 || >=18.0.0"
  4861. }
  4862. },
  4863. "node_modules/npm/node_modules/smart-buffer": {
  4864. "version": "4.2.0",
  4865. "inBundle": true,
  4866. "license": "MIT",
  4867. "engines": {
  4868. "node": ">= 6.0.0",
  4869. "npm": ">= 3.0.0"
  4870. }
  4871. },
  4872. "node_modules/npm/node_modules/socks": {
  4873. "version": "2.7.1",
  4874. "inBundle": true,
  4875. "license": "MIT",
  4876. "dependencies": {
  4877. "ip": "^2.0.0",
  4878. "smart-buffer": "^4.2.0"
  4879. },
  4880. "engines": {
  4881. "node": ">= 10.13.0",
  4882. "npm": ">= 3.0.0"
  4883. }
  4884. },
  4885. "node_modules/npm/node_modules/socks-proxy-agent": {
  4886. "version": "8.0.2",
  4887. "inBundle": true,
  4888. "license": "MIT",
  4889. "dependencies": {
  4890. "agent-base": "^7.0.2",
  4891. "debug": "^4.3.4",
  4892. "socks": "^2.7.1"
  4893. },
  4894. "engines": {
  4895. "node": ">= 14"
  4896. }
  4897. },
  4898. "node_modules/npm/node_modules/spdx-correct": {
  4899. "version": "3.2.0",
  4900. "inBundle": true,
  4901. "license": "Apache-2.0",
  4902. "dependencies": {
  4903. "spdx-expression-parse": "^3.0.0",
  4904. "spdx-license-ids": "^3.0.0"
  4905. }
  4906. },
  4907. "node_modules/npm/node_modules/spdx-exceptions": {
  4908. "version": "2.3.0",
  4909. "inBundle": true,
  4910. "license": "CC-BY-3.0"
  4911. },
  4912. "node_modules/npm/node_modules/spdx-expression-parse": {
  4913. "version": "3.0.1",
  4914. "inBundle": true,
  4915. "license": "MIT",
  4916. "dependencies": {
  4917. "spdx-exceptions": "^2.1.0",
  4918. "spdx-license-ids": "^3.0.0"
  4919. }
  4920. },
  4921. "node_modules/npm/node_modules/spdx-license-ids": {
  4922. "version": "3.0.16",
  4923. "inBundle": true,
  4924. "license": "CC0-1.0"
  4925. },
  4926. "node_modules/npm/node_modules/ssri": {
  4927. "version": "10.0.5",
  4928. "inBundle": true,
  4929. "license": "ISC",
  4930. "dependencies": {
  4931. "minipass": "^7.0.3"
  4932. },
  4933. "engines": {
  4934. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4935. }
  4936. },
  4937. "node_modules/npm/node_modules/string-width": {
  4938. "version": "4.2.3",
  4939. "inBundle": true,
  4940. "license": "MIT",
  4941. "dependencies": {
  4942. "emoji-regex": "^8.0.0",
  4943. "is-fullwidth-code-point": "^3.0.0",
  4944. "strip-ansi": "^6.0.1"
  4945. },
  4946. "engines": {
  4947. "node": ">=8"
  4948. }
  4949. },
  4950. "node_modules/npm/node_modules/string-width-cjs": {
  4951. "name": "string-width",
  4952. "version": "4.2.3",
  4953. "inBundle": true,
  4954. "license": "MIT",
  4955. "dependencies": {
  4956. "emoji-regex": "^8.0.0",
  4957. "is-fullwidth-code-point": "^3.0.0",
  4958. "strip-ansi": "^6.0.1"
  4959. },
  4960. "engines": {
  4961. "node": ">=8"
  4962. }
  4963. },
  4964. "node_modules/npm/node_modules/strip-ansi": {
  4965. "version": "6.0.1",
  4966. "inBundle": true,
  4967. "license": "MIT",
  4968. "dependencies": {
  4969. "ansi-regex": "^5.0.1"
  4970. },
  4971. "engines": {
  4972. "node": ">=8"
  4973. }
  4974. },
  4975. "node_modules/npm/node_modules/strip-ansi-cjs": {
  4976. "name": "strip-ansi",
  4977. "version": "6.0.1",
  4978. "inBundle": true,
  4979. "license": "MIT",
  4980. "dependencies": {
  4981. "ansi-regex": "^5.0.1"
  4982. },
  4983. "engines": {
  4984. "node": ">=8"
  4985. }
  4986. },
  4987. "node_modules/npm/node_modules/supports-color": {
  4988. "version": "9.4.0",
  4989. "inBundle": true,
  4990. "license": "MIT",
  4991. "engines": {
  4992. "node": ">=12"
  4993. },
  4994. "funding": {
  4995. "url": "https://github.com/chalk/supports-color?sponsor=1"
  4996. }
  4997. },
  4998. "node_modules/npm/node_modules/tar": {
  4999. "version": "6.2.0",
  5000. "inBundle": true,
  5001. "license": "ISC",
  5002. "dependencies": {
  5003. "chownr": "^2.0.0",
  5004. "fs-minipass": "^2.0.0",
  5005. "minipass": "^5.0.0",
  5006. "minizlib": "^2.1.1",
  5007. "mkdirp": "^1.0.3",
  5008. "yallist": "^4.0.0"
  5009. },
  5010. "engines": {
  5011. "node": ">=10"
  5012. }
  5013. },
  5014. "node_modules/npm/node_modules/tar/node_modules/fs-minipass": {
  5015. "version": "2.1.0",
  5016. "inBundle": true,
  5017. "license": "ISC",
  5018. "dependencies": {
  5019. "minipass": "^3.0.0"
  5020. },
  5021. "engines": {
  5022. "node": ">= 8"
  5023. }
  5024. },
  5025. "node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": {
  5026. "version": "3.3.6",
  5027. "inBundle": true,
  5028. "license": "ISC",
  5029. "dependencies": {
  5030. "yallist": "^4.0.0"
  5031. },
  5032. "engines": {
  5033. "node": ">=8"
  5034. }
  5035. },
  5036. "node_modules/npm/node_modules/tar/node_modules/minipass": {
  5037. "version": "5.0.0",
  5038. "inBundle": true,
  5039. "license": "ISC",
  5040. "engines": {
  5041. "node": ">=8"
  5042. }
  5043. },
  5044. "node_modules/npm/node_modules/text-table": {
  5045. "version": "0.2.0",
  5046. "inBundle": true,
  5047. "license": "MIT"
  5048. },
  5049. "node_modules/npm/node_modules/tiny-relative-date": {
  5050. "version": "1.3.0",
  5051. "inBundle": true,
  5052. "license": "MIT"
  5053. },
  5054. "node_modules/npm/node_modules/treeverse": {
  5055. "version": "3.0.0",
  5056. "inBundle": true,
  5057. "license": "ISC",
  5058. "engines": {
  5059. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5060. }
  5061. },
  5062. "node_modules/npm/node_modules/tuf-js": {
  5063. "version": "2.2.0",
  5064. "inBundle": true,
  5065. "license": "MIT",
  5066. "dependencies": {
  5067. "@tufjs/models": "2.0.0",
  5068. "debug": "^4.3.4",
  5069. "make-fetch-happen": "^13.0.0"
  5070. },
  5071. "engines": {
  5072. "node": "^16.14.0 || >=18.0.0"
  5073. }
  5074. },
  5075. "node_modules/npm/node_modules/unique-filename": {
  5076. "version": "3.0.0",
  5077. "inBundle": true,
  5078. "license": "ISC",
  5079. "dependencies": {
  5080. "unique-slug": "^4.0.0"
  5081. },
  5082. "engines": {
  5083. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5084. }
  5085. },
  5086. "node_modules/npm/node_modules/unique-slug": {
  5087. "version": "4.0.0",
  5088. "inBundle": true,
  5089. "license": "ISC",
  5090. "dependencies": {
  5091. "imurmurhash": "^0.1.4"
  5092. },
  5093. "engines": {
  5094. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5095. }
  5096. },
  5097. "node_modules/npm/node_modules/util-deprecate": {
  5098. "version": "1.0.2",
  5099. "inBundle": true,
  5100. "license": "MIT"
  5101. },
  5102. "node_modules/npm/node_modules/validate-npm-package-license": {
  5103. "version": "3.0.4",
  5104. "inBundle": true,
  5105. "license": "Apache-2.0",
  5106. "dependencies": {
  5107. "spdx-correct": "^3.0.0",
  5108. "spdx-expression-parse": "^3.0.0"
  5109. }
  5110. },
  5111. "node_modules/npm/node_modules/validate-npm-package-name": {
  5112. "version": "5.0.0",
  5113. "inBundle": true,
  5114. "license": "ISC",
  5115. "dependencies": {
  5116. "builtins": "^5.0.0"
  5117. },
  5118. "engines": {
  5119. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5120. }
  5121. },
  5122. "node_modules/npm/node_modules/walk-up-path": {
  5123. "version": "3.0.1",
  5124. "inBundle": true,
  5125. "license": "ISC"
  5126. },
  5127. "node_modules/npm/node_modules/wcwidth": {
  5128. "version": "1.0.1",
  5129. "inBundle": true,
  5130. "license": "MIT",
  5131. "dependencies": {
  5132. "defaults": "^1.0.3"
  5133. }
  5134. },
  5135. "node_modules/npm/node_modules/which": {
  5136. "version": "4.0.0",
  5137. "inBundle": true,
  5138. "license": "ISC",
  5139. "dependencies": {
  5140. "isexe": "^3.1.1"
  5141. },
  5142. "bin": {
  5143. "node-which": "bin/which.js"
  5144. },
  5145. "engines": {
  5146. "node": "^16.13.0 || >=18.0.0"
  5147. }
  5148. },
  5149. "node_modules/npm/node_modules/which/node_modules/isexe": {
  5150. "version": "3.1.1",
  5151. "inBundle": true,
  5152. "license": "ISC",
  5153. "engines": {
  5154. "node": ">=16"
  5155. }
  5156. },
  5157. "node_modules/npm/node_modules/wide-align": {
  5158. "version": "1.1.5",
  5159. "inBundle": true,
  5160. "license": "ISC",
  5161. "dependencies": {
  5162. "string-width": "^1.0.2 || 2 || 3 || 4"
  5163. }
  5164. },
  5165. "node_modules/npm/node_modules/wrap-ansi": {
  5166. "version": "8.1.0",
  5167. "inBundle": true,
  5168. "license": "MIT",
  5169. "dependencies": {
  5170. "ansi-styles": "^6.1.0",
  5171. "string-width": "^5.0.1",
  5172. "strip-ansi": "^7.0.1"
  5173. },
  5174. "engines": {
  5175. "node": ">=12"
  5176. },
  5177. "funding": {
  5178. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  5179. }
  5180. },
  5181. "node_modules/npm/node_modules/wrap-ansi-cjs": {
  5182. "name": "wrap-ansi",
  5183. "version": "7.0.0",
  5184. "inBundle": true,
  5185. "license": "MIT",
  5186. "dependencies": {
  5187. "ansi-styles": "^4.0.0",
  5188. "string-width": "^4.1.0",
  5189. "strip-ansi": "^6.0.0"
  5190. },
  5191. "engines": {
  5192. "node": ">=10"
  5193. },
  5194. "funding": {
  5195. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  5196. }
  5197. },
  5198. "node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  5199. "version": "4.3.0",
  5200. "inBundle": true,
  5201. "license": "MIT",
  5202. "dependencies": {
  5203. "color-convert": "^2.0.1"
  5204. },
  5205. "engines": {
  5206. "node": ">=8"
  5207. },
  5208. "funding": {
  5209. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5210. }
  5211. },
  5212. "node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": {
  5213. "version": "6.0.1",
  5214. "inBundle": true,
  5215. "license": "MIT",
  5216. "engines": {
  5217. "node": ">=12"
  5218. },
  5219. "funding": {
  5220. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  5221. }
  5222. },
  5223. "node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
  5224. "version": "9.2.2",
  5225. "inBundle": true,
  5226. "license": "MIT"
  5227. },
  5228. "node_modules/npm/node_modules/wrap-ansi/node_modules/string-width": {
  5229. "version": "5.1.2",
  5230. "inBundle": true,
  5231. "license": "MIT",
  5232. "dependencies": {
  5233. "eastasianwidth": "^0.2.0",
  5234. "emoji-regex": "^9.2.2",
  5235. "strip-ansi": "^7.0.1"
  5236. },
  5237. "engines": {
  5238. "node": ">=12"
  5239. },
  5240. "funding": {
  5241. "url": "https://github.com/sponsors/sindresorhus"
  5242. }
  5243. },
  5244. "node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
  5245. "version": "7.1.0",
  5246. "inBundle": true,
  5247. "license": "MIT",
  5248. "dependencies": {
  5249. "ansi-regex": "^6.0.1"
  5250. },
  5251. "engines": {
  5252. "node": ">=12"
  5253. },
  5254. "funding": {
  5255. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  5256. }
  5257. },
  5258. "node_modules/npm/node_modules/write-file-atomic": {
  5259. "version": "5.0.1",
  5260. "inBundle": true,
  5261. "license": "ISC",
  5262. "dependencies": {
  5263. "imurmurhash": "^0.1.4",
  5264. "signal-exit": "^4.0.1"
  5265. },
  5266. "engines": {
  5267. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5268. }
  5269. },
  5270. "node_modules/npm/node_modules/yallist": {
  5271. "version": "4.0.0",
  5272. "inBundle": true,
  5273. "license": "ISC"
  5274. },
  5275. "node_modules/oauth-sign": {
  5276. "version": "0.9.0",
  5277. "resolved": "https://registry.npmmirror.com/oauth-sign/-/oauth-sign-0.9.0.tgz",
  5278. "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
  5279. "engines": {
  5280. "node": "*"
  5281. }
  5282. },
  5283. "node_modules/object-assign": {
  5284. "version": "4.1.1",
  5285. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  5286. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5287. "engines": {
  5288. "node": ">=0.10.0"
  5289. }
  5290. },
  5291. "node_modules/object-inspect": {
  5292. "version": "1.13.1",
  5293. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.1.tgz",
  5294. "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ=="
  5295. },
  5296. "node_modules/on-finished": {
  5297. "version": "2.4.1",
  5298. "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  5299. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  5300. "dependencies": {
  5301. "ee-first": "1.1.1"
  5302. },
  5303. "engines": {
  5304. "node": ">= 0.8"
  5305. }
  5306. },
  5307. "node_modules/once": {
  5308. "version": "1.4.0",
  5309. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  5310. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  5311. "dependencies": {
  5312. "wrappy": "1"
  5313. }
  5314. },
  5315. "node_modules/one-time": {
  5316. "version": "1.0.0",
  5317. "resolved": "https://registry.npmmirror.com/one-time/-/one-time-1.0.0.tgz",
  5318. "integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==",
  5319. "dependencies": {
  5320. "fn.name": "1.x.x"
  5321. }
  5322. },
  5323. "node_modules/onetime": {
  5324. "version": "5.1.2",
  5325. "resolved": "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz",
  5326. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  5327. "dependencies": {
  5328. "mimic-fn": "^2.1.0"
  5329. },
  5330. "engines": {
  5331. "node": ">=6"
  5332. }
  5333. },
  5334. "node_modules/optionator": {
  5335. "version": "0.8.3",
  5336. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.8.3.tgz",
  5337. "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
  5338. "dependencies": {
  5339. "deep-is": "~0.1.3",
  5340. "fast-levenshtein": "~2.0.6",
  5341. "levn": "~0.3.0",
  5342. "prelude-ls": "~1.1.2",
  5343. "type-check": "~0.3.2",
  5344. "word-wrap": "~1.2.3"
  5345. },
  5346. "engines": {
  5347. "node": ">= 0.8.0"
  5348. }
  5349. },
  5350. "node_modules/p-cancelable": {
  5351. "version": "0.4.1",
  5352. "resolved": "https://registry.npmmirror.com/p-cancelable/-/p-cancelable-0.4.1.tgz",
  5353. "integrity": "sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ==",
  5354. "engines": {
  5355. "node": ">=4"
  5356. }
  5357. },
  5358. "node_modules/p-event": {
  5359. "version": "2.3.1",
  5360. "resolved": "https://registry.npmmirror.com/p-event/-/p-event-2.3.1.tgz",
  5361. "integrity": "sha512-NQCqOFhbpVTMX4qMe8PF8lbGtzZ+LCiN7pcNrb/413Na7+TRoe1xkKUzuWa/YEJdGQ0FvKtj35EEbDoVPO2kbA==",
  5362. "dependencies": {
  5363. "p-timeout": "^2.0.1"
  5364. },
  5365. "engines": {
  5366. "node": ">=6"
  5367. }
  5368. },
  5369. "node_modules/p-finally": {
  5370. "version": "1.0.0",
  5371. "resolved": "https://registry.npmmirror.com/p-finally/-/p-finally-1.0.0.tgz",
  5372. "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
  5373. "engines": {
  5374. "node": ">=4"
  5375. }
  5376. },
  5377. "node_modules/p-is-promise": {
  5378. "version": "1.1.0",
  5379. "resolved": "https://registry.npmmirror.com/p-is-promise/-/p-is-promise-1.1.0.tgz",
  5380. "integrity": "sha512-zL7VE4JVS2IFSkR2GQKDSPEVxkoH43/p7oEnwpdCndKYJO0HVeRB7fA8TJwuLOTBREtK0ea8eHaxdwcpob5dmg==",
  5381. "engines": {
  5382. "node": ">=4"
  5383. }
  5384. },
  5385. "node_modules/p-timeout": {
  5386. "version": "2.0.1",
  5387. "resolved": "https://registry.npmmirror.com/p-timeout/-/p-timeout-2.0.1.tgz",
  5388. "integrity": "sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==",
  5389. "dependencies": {
  5390. "p-finally": "^1.0.0"
  5391. },
  5392. "engines": {
  5393. "node": ">=4"
  5394. }
  5395. },
  5396. "node_modules/pac-proxy-agent": {
  5397. "version": "5.0.0",
  5398. "resolved": "https://registry.npmmirror.com/pac-proxy-agent/-/pac-proxy-agent-5.0.0.tgz",
  5399. "integrity": "sha512-CcFG3ZtnxO8McDigozwE3AqAw15zDvGH+OjXO4kzf7IkEKkQ4gxQ+3sdF50WmhQ4P/bVusXcqNE2S3XrNURwzQ==",
  5400. "dependencies": {
  5401. "@tootallnate/once": "1",
  5402. "agent-base": "6",
  5403. "debug": "4",
  5404. "get-uri": "3",
  5405. "http-proxy-agent": "^4.0.1",
  5406. "https-proxy-agent": "5",
  5407. "pac-resolver": "^5.0.0",
  5408. "raw-body": "^2.2.0",
  5409. "socks-proxy-agent": "5"
  5410. },
  5411. "engines": {
  5412. "node": ">= 8"
  5413. }
  5414. },
  5415. "node_modules/pac-proxy-agent/node_modules/debug": {
  5416. "version": "4.3.4",
  5417. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  5418. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  5419. "dependencies": {
  5420. "ms": "2.1.2"
  5421. },
  5422. "engines": {
  5423. "node": ">=6.0"
  5424. },
  5425. "peerDependenciesMeta": {
  5426. "supports-color": {
  5427. "optional": true
  5428. }
  5429. }
  5430. },
  5431. "node_modules/pac-proxy-agent/node_modules/ms": {
  5432. "version": "2.1.2",
  5433. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  5434. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  5435. },
  5436. "node_modules/pac-resolver": {
  5437. "version": "5.0.1",
  5438. "resolved": "https://registry.npmmirror.com/pac-resolver/-/pac-resolver-5.0.1.tgz",
  5439. "integrity": "sha512-cy7u00ko2KVgBAjuhevqpPeHIkCIqPe1v24cydhWjmeuzaBfmUWFCZJ1iAh5TuVzVZoUzXIW7K8sMYOZ84uZ9Q==",
  5440. "dependencies": {
  5441. "degenerator": "^3.0.2",
  5442. "ip": "^1.1.5",
  5443. "netmask": "^2.0.2"
  5444. },
  5445. "engines": {
  5446. "node": ">= 8"
  5447. }
  5448. },
  5449. "node_modules/parseurl": {
  5450. "version": "1.3.3",
  5451. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  5452. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  5453. "engines": {
  5454. "node": ">= 0.8"
  5455. }
  5456. },
  5457. "node_modules/path-is-absolute": {
  5458. "version": "1.0.1",
  5459. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  5460. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  5461. "engines": {
  5462. "node": ">=0.10.0"
  5463. }
  5464. },
  5465. "node_modules/path-key": {
  5466. "version": "3.1.1",
  5467. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  5468. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5469. "engines": {
  5470. "node": ">=8"
  5471. }
  5472. },
  5473. "node_modules/path-to-regexp": {
  5474. "version": "0.1.7",
  5475. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
  5476. "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ=="
  5477. },
  5478. "node_modules/pend": {
  5479. "version": "1.2.0",
  5480. "resolved": "https://registry.npmmirror.com/pend/-/pend-1.2.0.tgz",
  5481. "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
  5482. },
  5483. "node_modules/performance-now": {
  5484. "version": "2.1.0",
  5485. "resolved": "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz",
  5486. "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
  5487. },
  5488. "node_modules/picomatch": {
  5489. "version": "2.3.1",
  5490. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  5491. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5492. "engines": {
  5493. "node": ">=8.6"
  5494. }
  5495. },
  5496. "node_modules/pify": {
  5497. "version": "4.0.1",
  5498. "resolved": "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz",
  5499. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  5500. "engines": {
  5501. "node": ">=6"
  5502. }
  5503. },
  5504. "node_modules/pinkie": {
  5505. "version": "2.0.4",
  5506. "resolved": "https://registry.npmmirror.com/pinkie/-/pinkie-2.0.4.tgz",
  5507. "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
  5508. "engines": {
  5509. "node": ">=0.10.0"
  5510. }
  5511. },
  5512. "node_modules/pinkie-promise": {
  5513. "version": "2.0.1",
  5514. "resolved": "https://registry.npmmirror.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
  5515. "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
  5516. "dependencies": {
  5517. "pinkie": "^2.0.0"
  5518. },
  5519. "engines": {
  5520. "node": ">=0.10.0"
  5521. }
  5522. },
  5523. "node_modules/prelude-ls": {
  5524. "version": "1.1.2",
  5525. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.1.2.tgz",
  5526. "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
  5527. "engines": {
  5528. "node": ">= 0.8.0"
  5529. }
  5530. },
  5531. "node_modules/prepend-http": {
  5532. "version": "2.0.0",
  5533. "resolved": "https://registry.npmmirror.com/prepend-http/-/prepend-http-2.0.0.tgz",
  5534. "integrity": "sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==",
  5535. "engines": {
  5536. "node": ">=4"
  5537. }
  5538. },
  5539. "node_modules/process-nextick-args": {
  5540. "version": "2.0.1",
  5541. "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  5542. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  5543. },
  5544. "node_modules/proxy-addr": {
  5545. "version": "2.0.7",
  5546. "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz",
  5547. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  5548. "dependencies": {
  5549. "forwarded": "0.2.0",
  5550. "ipaddr.js": "1.9.1"
  5551. },
  5552. "engines": {
  5553. "node": ">= 0.10"
  5554. }
  5555. },
  5556. "node_modules/proxy-agent": {
  5557. "version": "5.0.0",
  5558. "resolved": "https://registry.npmmirror.com/proxy-agent/-/proxy-agent-5.0.0.tgz",
  5559. "integrity": "sha512-gkH7BkvLVkSfX9Dk27W6TyNOWWZWRilRfk1XxGNWOYJ2TuedAv1yFpCaU9QSBmBe716XOTNpYNOzhysyw8xn7g==",
  5560. "dependencies": {
  5561. "agent-base": "^6.0.0",
  5562. "debug": "4",
  5563. "http-proxy-agent": "^4.0.0",
  5564. "https-proxy-agent": "^5.0.0",
  5565. "lru-cache": "^5.1.1",
  5566. "pac-proxy-agent": "^5.0.0",
  5567. "proxy-from-env": "^1.0.0",
  5568. "socks-proxy-agent": "^5.0.0"
  5569. },
  5570. "engines": {
  5571. "node": ">= 8"
  5572. }
  5573. },
  5574. "node_modules/proxy-agent/node_modules/debug": {
  5575. "version": "4.3.4",
  5576. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  5577. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  5578. "dependencies": {
  5579. "ms": "2.1.2"
  5580. },
  5581. "engines": {
  5582. "node": ">=6.0"
  5583. },
  5584. "peerDependenciesMeta": {
  5585. "supports-color": {
  5586. "optional": true
  5587. }
  5588. }
  5589. },
  5590. "node_modules/proxy-agent/node_modules/ms": {
  5591. "version": "2.1.2",
  5592. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  5593. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  5594. },
  5595. "node_modules/proxy-from-env": {
  5596. "version": "1.1.0",
  5597. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  5598. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
  5599. },
  5600. "node_modules/psl": {
  5601. "version": "1.9.0",
  5602. "resolved": "https://registry.npmmirror.com/psl/-/psl-1.9.0.tgz",
  5603. "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag=="
  5604. },
  5605. "node_modules/pump": {
  5606. "version": "3.0.0",
  5607. "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.0.tgz",
  5608. "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
  5609. "dependencies": {
  5610. "end-of-stream": "^1.1.0",
  5611. "once": "^1.3.1"
  5612. }
  5613. },
  5614. "node_modules/punycode": {
  5615. "version": "2.3.1",
  5616. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  5617. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5618. "engines": {
  5619. "node": ">=6"
  5620. }
  5621. },
  5622. "node_modules/qs": {
  5623. "version": "6.11.0",
  5624. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.11.0.tgz",
  5625. "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
  5626. "dependencies": {
  5627. "side-channel": "^1.0.4"
  5628. },
  5629. "engines": {
  5630. "node": ">=0.6"
  5631. }
  5632. },
  5633. "node_modules/query-string": {
  5634. "version": "5.1.1",
  5635. "resolved": "https://registry.npmmirror.com/query-string/-/query-string-5.1.1.tgz",
  5636. "integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==",
  5637. "dependencies": {
  5638. "decode-uri-component": "^0.2.0",
  5639. "object-assign": "^4.1.0",
  5640. "strict-uri-encode": "^1.0.0"
  5641. },
  5642. "engines": {
  5643. "node": ">=0.10.0"
  5644. }
  5645. },
  5646. "node_modules/range-parser": {
  5647. "version": "1.2.1",
  5648. "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
  5649. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  5650. "engines": {
  5651. "node": ">= 0.6"
  5652. }
  5653. },
  5654. "node_modules/raw-body": {
  5655. "version": "2.5.1",
  5656. "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.1.tgz",
  5657. "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
  5658. "dependencies": {
  5659. "bytes": "3.1.2",
  5660. "http-errors": "2.0.0",
  5661. "iconv-lite": "0.4.24",
  5662. "unpipe": "1.0.0"
  5663. },
  5664. "engines": {
  5665. "node": ">= 0.8"
  5666. }
  5667. },
  5668. "node_modules/raw-body/node_modules/iconv-lite": {
  5669. "version": "0.4.24",
  5670. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
  5671. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  5672. "dependencies": {
  5673. "safer-buffer": ">= 2.1.2 < 3"
  5674. },
  5675. "engines": {
  5676. "node": ">=0.10.0"
  5677. }
  5678. },
  5679. "node_modules/readable-stream": {
  5680. "version": "3.6.2",
  5681. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
  5682. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  5683. "dependencies": {
  5684. "inherits": "^2.0.3",
  5685. "string_decoder": "^1.1.1",
  5686. "util-deprecate": "^1.0.1"
  5687. },
  5688. "engines": {
  5689. "node": ">= 6"
  5690. }
  5691. },
  5692. "node_modules/readdir-glob": {
  5693. "version": "1.1.3",
  5694. "resolved": "https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.3.tgz",
  5695. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  5696. "dependencies": {
  5697. "minimatch": "^5.1.0"
  5698. }
  5699. },
  5700. "node_modules/readdir-glob/node_modules/brace-expansion": {
  5701. "version": "2.0.1",
  5702. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  5703. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  5704. "dependencies": {
  5705. "balanced-match": "^1.0.0"
  5706. }
  5707. },
  5708. "node_modules/readdir-glob/node_modules/minimatch": {
  5709. "version": "5.1.6",
  5710. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz",
  5711. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  5712. "dependencies": {
  5713. "brace-expansion": "^2.0.1"
  5714. },
  5715. "engines": {
  5716. "node": ">=10"
  5717. }
  5718. },
  5719. "node_modules/readdirp": {
  5720. "version": "3.6.0",
  5721. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  5722. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  5723. "dependencies": {
  5724. "picomatch": "^2.2.1"
  5725. },
  5726. "engines": {
  5727. "node": ">=8.10.0"
  5728. }
  5729. },
  5730. "node_modules/reflect-metadata": {
  5731. "version": "0.1.14",
  5732. "resolved": "https://registry.npmmirror.com/reflect-metadata/-/reflect-metadata-0.1.14.tgz",
  5733. "integrity": "sha512-ZhYeb6nRaXCfhnndflDK8qI6ZQ/YcWZCISRAWICW9XYqMUwjZM9Z0DveWX/ABN01oxSHwVxKQmxeYZSsm0jh5A=="
  5734. },
  5735. "node_modules/request": {
  5736. "version": "2.88.2",
  5737. "resolved": "https://registry.npmmirror.com/request/-/request-2.88.2.tgz",
  5738. "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
  5739. "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142",
  5740. "dependencies": {
  5741. "aws-sign2": "~0.7.0",
  5742. "aws4": "^1.8.0",
  5743. "caseless": "~0.12.0",
  5744. "combined-stream": "~1.0.6",
  5745. "extend": "~3.0.2",
  5746. "forever-agent": "~0.6.1",
  5747. "form-data": "~2.3.2",
  5748. "har-validator": "~5.1.3",
  5749. "http-signature": "~1.2.0",
  5750. "is-typedarray": "~1.0.0",
  5751. "isstream": "~0.1.2",
  5752. "json-stringify-safe": "~5.0.1",
  5753. "mime-types": "~2.1.19",
  5754. "oauth-sign": "~0.9.0",
  5755. "performance-now": "^2.1.0",
  5756. "qs": "~6.5.2",
  5757. "safe-buffer": "^5.1.2",
  5758. "tough-cookie": "~2.5.0",
  5759. "tunnel-agent": "^0.6.0",
  5760. "uuid": "^3.3.2"
  5761. },
  5762. "engines": {
  5763. "node": ">= 6"
  5764. }
  5765. },
  5766. "node_modules/request-promise-core": {
  5767. "version": "1.1.4",
  5768. "resolved": "https://registry.npmmirror.com/request-promise-core/-/request-promise-core-1.1.4.tgz",
  5769. "integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==",
  5770. "dependencies": {
  5771. "lodash": "^4.17.19"
  5772. },
  5773. "engines": {
  5774. "node": ">=0.10.0"
  5775. },
  5776. "peerDependencies": {
  5777. "request": "^2.34"
  5778. }
  5779. },
  5780. "node_modules/request-promise-native": {
  5781. "version": "1.0.9",
  5782. "resolved": "https://registry.npmmirror.com/request-promise-native/-/request-promise-native-1.0.9.tgz",
  5783. "integrity": "sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==",
  5784. "deprecated": "request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142",
  5785. "dependencies": {
  5786. "request-promise-core": "1.1.4",
  5787. "stealthy-require": "^1.1.1",
  5788. "tough-cookie": "^2.3.3"
  5789. },
  5790. "engines": {
  5791. "node": ">=0.12.0"
  5792. },
  5793. "peerDependencies": {
  5794. "request": "^2.34"
  5795. }
  5796. },
  5797. "node_modules/request/node_modules/qs": {
  5798. "version": "6.5.3",
  5799. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.5.3.tgz",
  5800. "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==",
  5801. "engines": {
  5802. "node": ">=0.6"
  5803. }
  5804. },
  5805. "node_modules/responselike": {
  5806. "version": "1.0.2",
  5807. "resolved": "https://registry.npmmirror.com/responselike/-/responselike-1.0.2.tgz",
  5808. "integrity": "sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==",
  5809. "dependencies": {
  5810. "lowercase-keys": "^1.0.0"
  5811. }
  5812. },
  5813. "node_modules/safe-buffer": {
  5814. "version": "5.2.1",
  5815. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  5816. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
  5817. },
  5818. "node_modules/safe-stable-stringify": {
  5819. "version": "2.4.3",
  5820. "resolved": "https://registry.npmmirror.com/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz",
  5821. "integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==",
  5822. "engines": {
  5823. "node": ">=10"
  5824. }
  5825. },
  5826. "node_modules/safer-buffer": {
  5827. "version": "2.1.2",
  5828. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  5829. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
  5830. },
  5831. "node_modules/seek-bzip": {
  5832. "version": "1.0.6",
  5833. "resolved": "https://registry.npmmirror.com/seek-bzip/-/seek-bzip-1.0.6.tgz",
  5834. "integrity": "sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==",
  5835. "dependencies": {
  5836. "commander": "^2.8.1"
  5837. },
  5838. "bin": {
  5839. "seek-bunzip": "bin/seek-bunzip",
  5840. "seek-table": "bin/seek-bzip-table"
  5841. }
  5842. },
  5843. "node_modules/seek-bzip/node_modules/commander": {
  5844. "version": "2.20.3",
  5845. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  5846. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  5847. },
  5848. "node_modules/semver": {
  5849. "version": "5.7.2",
  5850. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
  5851. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  5852. "bin": {
  5853. "semver": "bin/semver"
  5854. }
  5855. },
  5856. "node_modules/send": {
  5857. "version": "0.18.0",
  5858. "resolved": "https://registry.npmmirror.com/send/-/send-0.18.0.tgz",
  5859. "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  5860. "dependencies": {
  5861. "debug": "2.6.9",
  5862. "depd": "2.0.0",
  5863. "destroy": "1.2.0",
  5864. "encodeurl": "~1.0.2",
  5865. "escape-html": "~1.0.3",
  5866. "etag": "~1.8.1",
  5867. "fresh": "0.5.2",
  5868. "http-errors": "2.0.0",
  5869. "mime": "1.6.0",
  5870. "ms": "2.1.3",
  5871. "on-finished": "2.4.1",
  5872. "range-parser": "~1.2.1",
  5873. "statuses": "2.0.1"
  5874. },
  5875. "engines": {
  5876. "node": ">= 0.8.0"
  5877. }
  5878. },
  5879. "node_modules/send/node_modules/ms": {
  5880. "version": "2.1.3",
  5881. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  5882. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  5883. },
  5884. "node_modules/serve-static": {
  5885. "version": "1.15.0",
  5886. "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.15.0.tgz",
  5887. "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  5888. "dependencies": {
  5889. "encodeurl": "~1.0.2",
  5890. "escape-html": "~1.0.3",
  5891. "parseurl": "~1.3.3",
  5892. "send": "0.18.0"
  5893. },
  5894. "engines": {
  5895. "node": ">= 0.8.0"
  5896. }
  5897. },
  5898. "node_modules/set-function-length": {
  5899. "version": "1.2.1",
  5900. "resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.1.tgz",
  5901. "integrity": "sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==",
  5902. "dependencies": {
  5903. "define-data-property": "^1.1.2",
  5904. "es-errors": "^1.3.0",
  5905. "function-bind": "^1.1.2",
  5906. "get-intrinsic": "^1.2.3",
  5907. "gopd": "^1.0.1",
  5908. "has-property-descriptors": "^1.0.1"
  5909. },
  5910. "engines": {
  5911. "node": ">= 0.4"
  5912. }
  5913. },
  5914. "node_modules/setprototypeof": {
  5915. "version": "1.2.0",
  5916. "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  5917. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  5918. },
  5919. "node_modules/shebang-command": {
  5920. "version": "2.0.0",
  5921. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  5922. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5923. "dependencies": {
  5924. "shebang-regex": "^3.0.0"
  5925. },
  5926. "engines": {
  5927. "node": ">=8"
  5928. }
  5929. },
  5930. "node_modules/shebang-regex": {
  5931. "version": "3.0.0",
  5932. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5933. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5934. "engines": {
  5935. "node": ">=8"
  5936. }
  5937. },
  5938. "node_modules/side-channel": {
  5939. "version": "1.0.5",
  5940. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.5.tgz",
  5941. "integrity": "sha512-QcgiIWV4WV7qWExbN5llt6frQB/lBven9pqliLXfGPB+K9ZYXxDozp0wLkHS24kWCm+6YXH/f0HhnObZnZOBnQ==",
  5942. "dependencies": {
  5943. "call-bind": "^1.0.6",
  5944. "es-errors": "^1.3.0",
  5945. "get-intrinsic": "^1.2.4",
  5946. "object-inspect": "^1.13.1"
  5947. },
  5948. "engines": {
  5949. "node": ">= 0.4"
  5950. }
  5951. },
  5952. "node_modules/signal-exit": {
  5953. "version": "3.0.7",
  5954. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz",
  5955. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  5956. },
  5957. "node_modules/simple-swizzle": {
  5958. "version": "0.2.2",
  5959. "resolved": "https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  5960. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  5961. "dependencies": {
  5962. "is-arrayish": "^0.3.1"
  5963. }
  5964. },
  5965. "node_modules/smart-buffer": {
  5966. "version": "4.2.0",
  5967. "resolved": "https://registry.npmmirror.com/smart-buffer/-/smart-buffer-4.2.0.tgz",
  5968. "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
  5969. "engines": {
  5970. "node": ">= 6.0.0",
  5971. "npm": ">= 3.0.0"
  5972. }
  5973. },
  5974. "node_modules/socks": {
  5975. "version": "2.8.1",
  5976. "resolved": "https://registry.npmmirror.com/socks/-/socks-2.8.1.tgz",
  5977. "integrity": "sha512-B6w7tkwNid7ToxjZ08rQMT8M9BJAf8DKx8Ft4NivzH0zBUfd6jldGcisJn/RLgxcX3FPNDdNQCUEMMT79b+oCQ==",
  5978. "dependencies": {
  5979. "ip-address": "^9.0.5",
  5980. "smart-buffer": "^4.2.0"
  5981. },
  5982. "engines": {
  5983. "node": ">= 10.0.0",
  5984. "npm": ">= 3.0.0"
  5985. }
  5986. },
  5987. "node_modules/socks-proxy-agent": {
  5988. "version": "5.0.1",
  5989. "resolved": "https://registry.npmmirror.com/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz",
  5990. "integrity": "sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ==",
  5991. "dependencies": {
  5992. "agent-base": "^6.0.2",
  5993. "debug": "4",
  5994. "socks": "^2.3.3"
  5995. },
  5996. "engines": {
  5997. "node": ">= 6"
  5998. }
  5999. },
  6000. "node_modules/socks-proxy-agent/node_modules/debug": {
  6001. "version": "4.3.4",
  6002. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  6003. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  6004. "dependencies": {
  6005. "ms": "2.1.2"
  6006. },
  6007. "engines": {
  6008. "node": ">=6.0"
  6009. },
  6010. "peerDependenciesMeta": {
  6011. "supports-color": {
  6012. "optional": true
  6013. }
  6014. }
  6015. },
  6016. "node_modules/socks-proxy-agent/node_modules/ms": {
  6017. "version": "2.1.2",
  6018. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  6019. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  6020. },
  6021. "node_modules/sort-keys": {
  6022. "version": "2.0.0",
  6023. "resolved": "https://registry.npmmirror.com/sort-keys/-/sort-keys-2.0.0.tgz",
  6024. "integrity": "sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==",
  6025. "dependencies": {
  6026. "is-plain-obj": "^1.0.0"
  6027. },
  6028. "engines": {
  6029. "node": ">=4"
  6030. }
  6031. },
  6032. "node_modules/sort-keys-length": {
  6033. "version": "1.0.1",
  6034. "resolved": "https://registry.npmmirror.com/sort-keys-length/-/sort-keys-length-1.0.1.tgz",
  6035. "integrity": "sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==",
  6036. "dependencies": {
  6037. "sort-keys": "^1.0.0"
  6038. },
  6039. "engines": {
  6040. "node": ">=0.10.0"
  6041. }
  6042. },
  6043. "node_modules/sort-keys-length/node_modules/sort-keys": {
  6044. "version": "1.1.2",
  6045. "resolved": "https://registry.npmmirror.com/sort-keys/-/sort-keys-1.1.2.tgz",
  6046. "integrity": "sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==",
  6047. "dependencies": {
  6048. "is-plain-obj": "^1.0.0"
  6049. },
  6050. "engines": {
  6051. "node": ">=0.10.0"
  6052. }
  6053. },
  6054. "node_modules/source-map": {
  6055. "version": "0.6.1",
  6056. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  6057. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6058. "optional": true,
  6059. "engines": {
  6060. "node": ">=0.10.0"
  6061. }
  6062. },
  6063. "node_modules/sprintf-js": {
  6064. "version": "1.1.3",
  6065. "resolved": "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.1.3.tgz",
  6066. "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
  6067. },
  6068. "node_modules/sshpk": {
  6069. "version": "1.18.0",
  6070. "resolved": "https://registry.npmmirror.com/sshpk/-/sshpk-1.18.0.tgz",
  6071. "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==",
  6072. "dependencies": {
  6073. "asn1": "~0.2.3",
  6074. "assert-plus": "^1.0.0",
  6075. "bcrypt-pbkdf": "^1.0.0",
  6076. "dashdash": "^1.12.0",
  6077. "ecc-jsbn": "~0.1.1",
  6078. "getpass": "^0.1.1",
  6079. "jsbn": "~0.1.0",
  6080. "safer-buffer": "^2.0.2",
  6081. "tweetnacl": "~0.14.0"
  6082. },
  6083. "bin": {
  6084. "sshpk-conv": "bin/sshpk-conv",
  6085. "sshpk-sign": "bin/sshpk-sign",
  6086. "sshpk-verify": "bin/sshpk-verify"
  6087. },
  6088. "engines": {
  6089. "node": ">=0.10.0"
  6090. }
  6091. },
  6092. "node_modules/stack-trace": {
  6093. "version": "0.0.10",
  6094. "resolved": "https://registry.npmmirror.com/stack-trace/-/stack-trace-0.0.10.tgz",
  6095. "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==",
  6096. "engines": {
  6097. "node": "*"
  6098. }
  6099. },
  6100. "node_modules/statuses": {
  6101. "version": "2.0.1",
  6102. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
  6103. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  6104. "engines": {
  6105. "node": ">= 0.8"
  6106. }
  6107. },
  6108. "node_modules/stealthy-require": {
  6109. "version": "1.1.1",
  6110. "resolved": "https://registry.npmmirror.com/stealthy-require/-/stealthy-require-1.1.1.tgz",
  6111. "integrity": "sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g==",
  6112. "engines": {
  6113. "node": ">=0.10.0"
  6114. }
  6115. },
  6116. "node_modules/streamifier": {
  6117. "version": "0.1.1",
  6118. "resolved": "https://registry.npmmirror.com/streamifier/-/streamifier-0.1.1.tgz",
  6119. "integrity": "sha512-zDgl+muIlWzXNsXeyUfOk9dChMjlpkq0DRsxujtYPgyJ676yQ8jEm6zzaaWHFDg5BNcLuif0eD2MTyJdZqXpdg==",
  6120. "engines": {
  6121. "node": ">=0.10"
  6122. }
  6123. },
  6124. "node_modules/strict-uri-encode": {
  6125. "version": "1.1.0",
  6126. "resolved": "https://registry.npmmirror.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
  6127. "integrity": "sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==",
  6128. "engines": {
  6129. "node": ">=0.10.0"
  6130. }
  6131. },
  6132. "node_modules/string_decoder": {
  6133. "version": "1.3.0",
  6134. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
  6135. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  6136. "dependencies": {
  6137. "safe-buffer": "~5.2.0"
  6138. }
  6139. },
  6140. "node_modules/strip-dirs": {
  6141. "version": "2.1.0",
  6142. "resolved": "https://registry.npmmirror.com/strip-dirs/-/strip-dirs-2.1.0.tgz",
  6143. "integrity": "sha512-JOCxOeKLm2CAS73y/U4ZeZPTkE+gNVCzKt7Eox84Iej1LT/2pTWYpZKJuxwQpvX1LiZb1xokNR7RLfuBAa7T3g==",
  6144. "dependencies": {
  6145. "is-natural-number": "^4.0.1"
  6146. }
  6147. },
  6148. "node_modules/strip-final-newline": {
  6149. "version": "2.0.0",
  6150. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  6151. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  6152. "engines": {
  6153. "node": ">=6"
  6154. }
  6155. },
  6156. "node_modules/strip-outer": {
  6157. "version": "1.0.1",
  6158. "resolved": "https://registry.npmmirror.com/strip-outer/-/strip-outer-1.0.1.tgz",
  6159. "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
  6160. "dependencies": {
  6161. "escape-string-regexp": "^1.0.2"
  6162. },
  6163. "engines": {
  6164. "node": ">=0.10.0"
  6165. }
  6166. },
  6167. "node_modules/superagent": {
  6168. "version": "6.1.0",
  6169. "resolved": "https://registry.npmmirror.com/superagent/-/superagent-6.1.0.tgz",
  6170. "integrity": "sha512-OUDHEssirmplo3F+1HWKUrUjvnQuA+nZI6i/JJBdXb5eq9IyEQwPyPpqND+SSsxf6TygpBEkUjISVRN4/VOpeg==",
  6171. "deprecated": "Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at <https://github.com/visionmedia/superagent/releases>.",
  6172. "dependencies": {
  6173. "component-emitter": "^1.3.0",
  6174. "cookiejar": "^2.1.2",
  6175. "debug": "^4.1.1",
  6176. "fast-safe-stringify": "^2.0.7",
  6177. "form-data": "^3.0.0",
  6178. "formidable": "^1.2.2",
  6179. "methods": "^1.1.2",
  6180. "mime": "^2.4.6",
  6181. "qs": "^6.9.4",
  6182. "readable-stream": "^3.6.0",
  6183. "semver": "^7.3.2"
  6184. },
  6185. "engines": {
  6186. "node": ">= 7.0.0"
  6187. }
  6188. },
  6189. "node_modules/superagent-proxy": {
  6190. "version": "3.0.0",
  6191. "resolved": "https://registry.npmmirror.com/superagent-proxy/-/superagent-proxy-3.0.0.tgz",
  6192. "integrity": "sha512-wAlRInOeDFyd9pyonrkJspdRAxdLrcsZ6aSnS+8+nu4x1aXbz6FWSTT9M6Ibze+eG60szlL7JA8wEIV7bPWuyQ==",
  6193. "dependencies": {
  6194. "debug": "^4.3.2",
  6195. "proxy-agent": "^5.0.0"
  6196. },
  6197. "engines": {
  6198. "node": ">=6"
  6199. },
  6200. "peerDependencies": {
  6201. "superagent": ">= 0.15.4 || 1 || 2 || 3"
  6202. }
  6203. },
  6204. "node_modules/superagent-proxy/node_modules/debug": {
  6205. "version": "4.3.4",
  6206. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  6207. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  6208. "dependencies": {
  6209. "ms": "2.1.2"
  6210. },
  6211. "engines": {
  6212. "node": ">=6.0"
  6213. },
  6214. "peerDependenciesMeta": {
  6215. "supports-color": {
  6216. "optional": true
  6217. }
  6218. }
  6219. },
  6220. "node_modules/superagent-proxy/node_modules/ms": {
  6221. "version": "2.1.2",
  6222. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  6223. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  6224. },
  6225. "node_modules/superagent/node_modules/debug": {
  6226. "version": "4.3.4",
  6227. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  6228. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  6229. "dependencies": {
  6230. "ms": "2.1.2"
  6231. },
  6232. "engines": {
  6233. "node": ">=6.0"
  6234. },
  6235. "peerDependenciesMeta": {
  6236. "supports-color": {
  6237. "optional": true
  6238. }
  6239. }
  6240. },
  6241. "node_modules/superagent/node_modules/form-data": {
  6242. "version": "3.0.1",
  6243. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-3.0.1.tgz",
  6244. "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
  6245. "dependencies": {
  6246. "asynckit": "^0.4.0",
  6247. "combined-stream": "^1.0.8",
  6248. "mime-types": "^2.1.12"
  6249. },
  6250. "engines": {
  6251. "node": ">= 6"
  6252. }
  6253. },
  6254. "node_modules/superagent/node_modules/lru-cache": {
  6255. "version": "6.0.0",
  6256. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
  6257. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  6258. "dependencies": {
  6259. "yallist": "^4.0.0"
  6260. },
  6261. "engines": {
  6262. "node": ">=10"
  6263. }
  6264. },
  6265. "node_modules/superagent/node_modules/mime": {
  6266. "version": "2.6.0",
  6267. "resolved": "https://registry.npmmirror.com/mime/-/mime-2.6.0.tgz",
  6268. "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
  6269. "bin": {
  6270. "mime": "cli.js"
  6271. },
  6272. "engines": {
  6273. "node": ">=4.0.0"
  6274. }
  6275. },
  6276. "node_modules/superagent/node_modules/ms": {
  6277. "version": "2.1.2",
  6278. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  6279. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  6280. },
  6281. "node_modules/superagent/node_modules/semver": {
  6282. "version": "7.6.0",
  6283. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.0.tgz",
  6284. "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
  6285. "dependencies": {
  6286. "lru-cache": "^6.0.0"
  6287. },
  6288. "bin": {
  6289. "semver": "bin/semver.js"
  6290. },
  6291. "engines": {
  6292. "node": ">=10"
  6293. }
  6294. },
  6295. "node_modules/superagent/node_modules/yallist": {
  6296. "version": "4.0.0",
  6297. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  6298. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  6299. },
  6300. "node_modules/supports-color": {
  6301. "version": "7.2.0",
  6302. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  6303. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6304. "dependencies": {
  6305. "has-flag": "^4.0.0"
  6306. },
  6307. "engines": {
  6308. "node": ">=8"
  6309. }
  6310. },
  6311. "node_modules/tar": {
  6312. "version": "6.2.0",
  6313. "resolved": "https://registry.npmmirror.com/tar/-/tar-6.2.0.tgz",
  6314. "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==",
  6315. "dependencies": {
  6316. "chownr": "^2.0.0",
  6317. "fs-minipass": "^2.0.0",
  6318. "minipass": "^5.0.0",
  6319. "minizlib": "^2.1.1",
  6320. "mkdirp": "^1.0.3",
  6321. "yallist": "^4.0.0"
  6322. },
  6323. "engines": {
  6324. "node": ">=10"
  6325. }
  6326. },
  6327. "node_modules/tar-stream": {
  6328. "version": "2.2.0",
  6329. "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz",
  6330. "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
  6331. "dependencies": {
  6332. "bl": "^4.0.3",
  6333. "end-of-stream": "^1.4.1",
  6334. "fs-constants": "^1.0.0",
  6335. "inherits": "^2.0.3",
  6336. "readable-stream": "^3.1.1"
  6337. },
  6338. "engines": {
  6339. "node": ">=6"
  6340. }
  6341. },
  6342. "node_modules/tar/node_modules/mkdirp": {
  6343. "version": "1.0.4",
  6344. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-1.0.4.tgz",
  6345. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  6346. "bin": {
  6347. "mkdirp": "bin/cmd.js"
  6348. },
  6349. "engines": {
  6350. "node": ">=10"
  6351. }
  6352. },
  6353. "node_modules/tar/node_modules/yallist": {
  6354. "version": "4.0.0",
  6355. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  6356. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  6357. },
  6358. "node_modules/text-hex": {
  6359. "version": "1.0.0",
  6360. "resolved": "https://registry.npmmirror.com/text-hex/-/text-hex-1.0.0.tgz",
  6361. "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg=="
  6362. },
  6363. "node_modules/through": {
  6364. "version": "2.3.8",
  6365. "resolved": "https://registry.npmmirror.com/through/-/through-2.3.8.tgz",
  6366. "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg=="
  6367. },
  6368. "node_modules/timed-out": {
  6369. "version": "4.0.1",
  6370. "resolved": "https://registry.npmmirror.com/timed-out/-/timed-out-4.0.1.tgz",
  6371. "integrity": "sha512-G7r3AhovYtr5YKOWQkta8RKAPb+J9IsO4uVmzjl8AZwfhs8UcUwTiD6gcJYSgOtzyjvQKrKYn41syHbUWMkafA==",
  6372. "engines": {
  6373. "node": ">=0.10.0"
  6374. }
  6375. },
  6376. "node_modules/to-buffer": {
  6377. "version": "1.1.1",
  6378. "resolved": "https://registry.npmmirror.com/to-buffer/-/to-buffer-1.1.1.tgz",
  6379. "integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg=="
  6380. },
  6381. "node_modules/to-regex-range": {
  6382. "version": "5.0.1",
  6383. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6384. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6385. "dependencies": {
  6386. "is-number": "^7.0.0"
  6387. },
  6388. "engines": {
  6389. "node": ">=8.0"
  6390. }
  6391. },
  6392. "node_modules/toidentifier": {
  6393. "version": "1.0.1",
  6394. "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  6395. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  6396. "engines": {
  6397. "node": ">=0.6"
  6398. }
  6399. },
  6400. "node_modules/tough-cookie": {
  6401. "version": "2.5.0",
  6402. "resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-2.5.0.tgz",
  6403. "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
  6404. "dependencies": {
  6405. "psl": "^1.1.28",
  6406. "punycode": "^2.1.1"
  6407. },
  6408. "engines": {
  6409. "node": ">=0.8"
  6410. }
  6411. },
  6412. "node_modules/trim-repeated": {
  6413. "version": "1.0.0",
  6414. "resolved": "https://registry.npmmirror.com/trim-repeated/-/trim-repeated-1.0.0.tgz",
  6415. "integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==",
  6416. "dependencies": {
  6417. "escape-string-regexp": "^1.0.2"
  6418. },
  6419. "engines": {
  6420. "node": ">=0.10.0"
  6421. }
  6422. },
  6423. "node_modules/triple-beam": {
  6424. "version": "1.4.1",
  6425. "resolved": "https://registry.npmmirror.com/triple-beam/-/triple-beam-1.4.1.tgz",
  6426. "integrity": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==",
  6427. "engines": {
  6428. "node": ">= 14.0.0"
  6429. }
  6430. },
  6431. "node_modules/tslib": {
  6432. "version": "2.5.0",
  6433. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.5.0.tgz",
  6434. "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
  6435. },
  6436. "node_modules/tunnel-agent": {
  6437. "version": "0.6.0",
  6438. "resolved": "https://registry.npmmirror.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  6439. "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
  6440. "dependencies": {
  6441. "safe-buffer": "^5.0.1"
  6442. },
  6443. "engines": {
  6444. "node": "*"
  6445. }
  6446. },
  6447. "node_modules/tweetnacl": {
  6448. "version": "0.14.5",
  6449. "resolved": "https://registry.npmmirror.com/tweetnacl/-/tweetnacl-0.14.5.tgz",
  6450. "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA=="
  6451. },
  6452. "node_modules/type-check": {
  6453. "version": "0.3.2",
  6454. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.3.2.tgz",
  6455. "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
  6456. "dependencies": {
  6457. "prelude-ls": "~1.1.2"
  6458. },
  6459. "engines": {
  6460. "node": ">= 0.8.0"
  6461. }
  6462. },
  6463. "node_modules/type-is": {
  6464. "version": "1.6.18",
  6465. "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz",
  6466. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  6467. "dependencies": {
  6468. "media-typer": "0.3.0",
  6469. "mime-types": "~2.1.24"
  6470. },
  6471. "engines": {
  6472. "node": ">= 0.6"
  6473. }
  6474. },
  6475. "node_modules/unbzip2-stream": {
  6476. "version": "1.4.3",
  6477. "resolved": "https://registry.npmmirror.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
  6478. "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
  6479. "dependencies": {
  6480. "buffer": "^5.2.1",
  6481. "through": "^2.3.8"
  6482. }
  6483. },
  6484. "node_modules/universalify": {
  6485. "version": "2.0.1",
  6486. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  6487. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  6488. "engines": {
  6489. "node": ">= 10.0.0"
  6490. }
  6491. },
  6492. "node_modules/unpipe": {
  6493. "version": "1.0.0",
  6494. "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz",
  6495. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  6496. "engines": {
  6497. "node": ">= 0.8"
  6498. }
  6499. },
  6500. "node_modules/uri-js": {
  6501. "version": "4.4.1",
  6502. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  6503. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  6504. "dependencies": {
  6505. "punycode": "^2.1.0"
  6506. }
  6507. },
  6508. "node_modules/url-parse-lax": {
  6509. "version": "3.0.0",
  6510. "resolved": "https://registry.npmmirror.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz",
  6511. "integrity": "sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==",
  6512. "dependencies": {
  6513. "prepend-http": "^2.0.0"
  6514. },
  6515. "engines": {
  6516. "node": ">=4"
  6517. }
  6518. },
  6519. "node_modules/url-to-options": {
  6520. "version": "1.0.1",
  6521. "resolved": "https://registry.npmmirror.com/url-to-options/-/url-to-options-1.0.1.tgz",
  6522. "integrity": "sha512-0kQLIzG4fdk/G5NONku64rSH/x32NOA39LVQqlK8Le6lvTF6GGRJpqaQFGgU+CLwySIqBSMdwYM0sYcW9f6P4A==",
  6523. "engines": {
  6524. "node": ">= 4"
  6525. }
  6526. },
  6527. "node_modules/util-deprecate": {
  6528. "version": "1.0.2",
  6529. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  6530. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  6531. },
  6532. "node_modules/utils-merge": {
  6533. "version": "1.0.1",
  6534. "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz",
  6535. "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
  6536. "engines": {
  6537. "node": ">= 0.4.0"
  6538. }
  6539. },
  6540. "node_modules/uuid": {
  6541. "version": "3.4.0",
  6542. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-3.4.0.tgz",
  6543. "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
  6544. "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
  6545. "bin": {
  6546. "uuid": "bin/uuid"
  6547. }
  6548. },
  6549. "node_modules/vant-aliapp": {
  6550. "version": "1.1.2",
  6551. "resolved": "https://registry.npmmirror.com/vant-aliapp/-/vant-aliapp-1.1.2.tgz",
  6552. "integrity": "sha512-134EabWQTWmAgG2goe+X5A1THVIMAKU2yLziETcgRiuibidujCw11wVTh1m4mm0OyJCyXAKdUXyyk5/Tw9gvHA=="
  6553. },
  6554. "node_modules/vary": {
  6555. "version": "1.1.2",
  6556. "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz",
  6557. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  6558. "engines": {
  6559. "node": ">= 0.8"
  6560. }
  6561. },
  6562. "node_modules/verror": {
  6563. "version": "1.10.0",
  6564. "resolved": "https://registry.npmmirror.com/verror/-/verror-1.10.0.tgz",
  6565. "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
  6566. "engines": [
  6567. "node >=0.6.0"
  6568. ],
  6569. "dependencies": {
  6570. "assert-plus": "^1.0.0",
  6571. "core-util-is": "1.0.2",
  6572. "extsprintf": "^1.2.0"
  6573. }
  6574. },
  6575. "node_modules/vm2": {
  6576. "version": "3.9.19",
  6577. "resolved": "https://registry.npmmirror.com/vm2/-/vm2-3.9.19.tgz",
  6578. "integrity": "sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg==",
  6579. "deprecated": "The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm.",
  6580. "dependencies": {
  6581. "acorn": "^8.7.0",
  6582. "acorn-walk": "^8.2.0"
  6583. },
  6584. "bin": {
  6585. "vm2": "bin/vm2"
  6586. },
  6587. "engines": {
  6588. "node": ">=6.0"
  6589. }
  6590. },
  6591. "node_modules/watchpack": {
  6592. "version": "2.4.0",
  6593. "resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.0.tgz",
  6594. "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
  6595. "dependencies": {
  6596. "glob-to-regexp": "^0.4.1",
  6597. "graceful-fs": "^4.1.2"
  6598. },
  6599. "engines": {
  6600. "node": ">=10.13.0"
  6601. }
  6602. },
  6603. "node_modules/which": {
  6604. "version": "2.0.2",
  6605. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  6606. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6607. "dependencies": {
  6608. "isexe": "^2.0.0"
  6609. },
  6610. "bin": {
  6611. "node-which": "bin/node-which"
  6612. },
  6613. "engines": {
  6614. "node": ">= 8"
  6615. }
  6616. },
  6617. "node_modules/winston": {
  6618. "version": "3.11.0",
  6619. "resolved": "https://registry.npmmirror.com/winston/-/winston-3.11.0.tgz",
  6620. "integrity": "sha512-L3yR6/MzZAOl0DsysUXHVjOwv8mKZ71TrA/41EIduGpOOV5LQVodqN+QdQ6BS6PJ/RdIshZhq84P/fStEZkk7g==",
  6621. "dependencies": {
  6622. "@colors/colors": "^1.6.0",
  6623. "@dabh/diagnostics": "^2.0.2",
  6624. "async": "^3.2.3",
  6625. "is-stream": "^2.0.0",
  6626. "logform": "^2.4.0",
  6627. "one-time": "^1.0.0",
  6628. "readable-stream": "^3.4.0",
  6629. "safe-stable-stringify": "^2.3.1",
  6630. "stack-trace": "0.0.x",
  6631. "triple-beam": "^1.3.0",
  6632. "winston-transport": "^4.5.0"
  6633. },
  6634. "engines": {
  6635. "node": ">= 12.0.0"
  6636. }
  6637. },
  6638. "node_modules/winston-transport": {
  6639. "version": "4.7.0",
  6640. "resolved": "https://registry.npmmirror.com/winston-transport/-/winston-transport-4.7.0.tgz",
  6641. "integrity": "sha512-ajBj65K5I7denzer2IYW6+2bNIVqLGDHqDw3Ow8Ohh+vdW+rv4MZ6eiDvHoKhfJFZ2auyN8byXieDDJ96ViONg==",
  6642. "dependencies": {
  6643. "logform": "^2.3.2",
  6644. "readable-stream": "^3.6.0",
  6645. "triple-beam": "^1.3.0"
  6646. },
  6647. "engines": {
  6648. "node": ">= 12.0.0"
  6649. }
  6650. },
  6651. "node_modules/word-wrap": {
  6652. "version": "1.2.5",
  6653. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  6654. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  6655. "engines": {
  6656. "node": ">=0.10.0"
  6657. }
  6658. },
  6659. "node_modules/wrappy": {
  6660. "version": "1.0.2",
  6661. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  6662. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  6663. },
  6664. "node_modules/ws": {
  6665. "version": "8.16.0",
  6666. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.16.0.tgz",
  6667. "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
  6668. "engines": {
  6669. "node": ">=10.0.0"
  6670. },
  6671. "peerDependencies": {
  6672. "bufferutil": "^4.0.1",
  6673. "utf-8-validate": ">=5.0.2"
  6674. },
  6675. "peerDependenciesMeta": {
  6676. "bufferutil": {
  6677. "optional": true
  6678. },
  6679. "utf-8-validate": {
  6680. "optional": true
  6681. }
  6682. }
  6683. },
  6684. "node_modules/xregexp": {
  6685. "version": "2.0.0",
  6686. "resolved": "https://registry.npmmirror.com/xregexp/-/xregexp-2.0.0.tgz",
  6687. "integrity": "sha512-xl/50/Cf32VsGq/1R8jJE5ajH1yMCQkpmoS10QbFZWl2Oor4H0Me64Pu2yxvsRWK3m6soJbmGfzSR7BYmDcWAA==",
  6688. "engines": {
  6689. "node": "*"
  6690. }
  6691. },
  6692. "node_modules/xtend": {
  6693. "version": "4.0.2",
  6694. "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz",
  6695. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  6696. "engines": {
  6697. "node": ">=0.4"
  6698. }
  6699. },
  6700. "node_modules/yallist": {
  6701. "version": "3.1.1",
  6702. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  6703. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  6704. },
  6705. "node_modules/yauzl": {
  6706. "version": "2.10.0",
  6707. "resolved": "https://registry.npmmirror.com/yauzl/-/yauzl-2.10.0.tgz",
  6708. "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
  6709. "dependencies": {
  6710. "buffer-crc32": "~0.2.3",
  6711. "fd-slicer": "~1.1.0"
  6712. }
  6713. },
  6714. "node_modules/yazl": {
  6715. "version": "2.5.1",
  6716. "resolved": "https://registry.npmmirror.com/yazl/-/yazl-2.5.1.tgz",
  6717. "integrity": "sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==",
  6718. "dependencies": {
  6719. "buffer-crc32": "~0.2.3"
  6720. }
  6721. },
  6722. "node_modules/zip-stream": {
  6723. "version": "4.1.1",
  6724. "resolved": "https://registry.npmmirror.com/zip-stream/-/zip-stream-4.1.1.tgz",
  6725. "integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==",
  6726. "dependencies": {
  6727. "archiver-utils": "^3.0.4",
  6728. "compress-commons": "^4.1.2",
  6729. "readable-stream": "^3.6.0"
  6730. },
  6731. "engines": {
  6732. "node": ">= 10"
  6733. }
  6734. },
  6735. "node_modules/zip-stream/node_modules/archiver-utils": {
  6736. "version": "3.0.4",
  6737. "resolved": "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-3.0.4.tgz",
  6738. "integrity": "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==",
  6739. "dependencies": {
  6740. "glob": "^7.2.3",
  6741. "graceful-fs": "^4.2.0",
  6742. "lazystream": "^1.0.0",
  6743. "lodash.defaults": "^4.2.0",
  6744. "lodash.difference": "^4.5.0",
  6745. "lodash.flatten": "^4.4.0",
  6746. "lodash.isplainobject": "^4.0.6",
  6747. "lodash.union": "^4.6.0",
  6748. "normalize-path": "^3.0.0",
  6749. "readable-stream": "^3.6.0"
  6750. },
  6751. "engines": {
  6752. "node": ">= 10"
  6753. }
  6754. }
  6755. }
  6756. }