package-lock.json 332 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133111341113511136111371113811139111401114111142111431114411145111461114711148111491115011151111521115311154111551115611157111581115911160111611116211163111641116511166111671116811169111701117111172111731117411175111761117711178111791118011181111821118311184111851118611187111881118911190111911119211193111941119511196111971119811199112001120111202112031120411205112061120711208112091121011211112121121311214112151121611217112181121911220112211122211223112241122511226112271122811229112301123111232112331123411235112361123711238112391124011241112421124311244112451124611247112481124911250112511125211253112541125511256112571125811259112601126111262112631126411265112661126711268112691127011271112721127311274112751127611277112781127911280112811128211283112841128511286112871128811289112901129111292112931129411295112961129711298112991130011301113021130311304113051130611307113081130911310113111131211313113141131511316113171131811319113201132111322113231132411325113261132711328113291133011331113321133311334113351133611337113381133911340113411134211343113441134511346113471134811349113501135111352113531135411355113561135711358113591136011361113621136311364113651136611367113681136911370113711137211373113741137511376113771137811379113801138111382113831138411385113861138711388113891139011391113921139311394113951139611397113981139911400114011140211403114041140511406114071140811409114101141111412114131141411415114161141711418114191142011421114221142311424114251142611427114281142911430114311143211433114341143511436114371143811439114401144111442114431144411445114461144711448114491145011451114521145311454114551145611457114581145911460114611146211463114641146511466114671146811469114701147111472114731147411475114761147711478114791148011481114821148311484114851148611487114881148911490114911149211493114941149511496114971149811499115001150111502115031150411505115061150711508115091151011511115121151311514115151151611517115181151911520115211152211523115241152511526115271152811529115301153111532115331153411535115361153711538115391154011541115421154311544115451154611547115481154911550115511155211553115541155511556115571155811559115601156111562115631156411565115661156711568115691157011571115721157311574115751157611577115781157911580115811158211583115841158511586115871158811589115901159111592115931159411595115961159711598115991160011601116021160311604116051160611607116081160911610116111161211613116141161511616116171161811619116201162111622116231162411625116261162711628116291163011631116321163311634116351163611637116381163911640116411164211643116441164511646116471164811649116501165111652116531165411655116561165711658116591166011661116621166311664116651166611667116681166911670116711167211673116741167511676116771167811679116801168111682116831168411685116861168711688116891169011691116921169311694116951169611697116981169911700117011170211703117041170511706117071170811709117101171111712117131171411715117161171711718117191172011721117221172311724117251172611727117281172911730117311173211733117341173511736117371173811739117401174111742117431174411745117461174711748117491175011751117521175311754117551175611757117581175911760117611176211763117641176511766117671176811769117701177111772117731177411775117761177711778117791178011781117821178311784117851178611787117881178911790117911179211793117941179511796117971179811799118001180111802118031180411805118061180711808118091181011811118121181311814118151181611817118181181911820118211182211823118241182511826118271182811829118301183111832118331183411835118361183711838118391184011841118421184311844118451184611847118481184911850118511185211853118541185511856118571185811859118601186111862118631186411865118661186711868118691187011871118721187311874118751187611877118781187911880118811188211883118841188511886118871188811889118901189111892118931189411895118961189711898118991190011901119021190311904119051190611907119081190911910119111191211913119141191511916119171191811919119201192111922119231192411925119261192711928119291193011931119321193311934119351193611937119381193911940119411194211943119441194511946119471194811949119501195111952119531195411955119561195711958119591196011961119621196311964119651196611967119681196911970119711197211973119741197511976119771197811979119801198111982119831198411985119861198711988119891199011991119921199311994119951199611997119981199912000120011200212003120041200512006120071200812009120101201112012120131201412015120161201712018120191202012021120221202312024120251202612027120281202912030120311203212033120341203512036120371203812039120401204112042120431204412045120461204712048120491205012051120521205312054120551205612057120581205912060120611206212063120641206512066120671206812069120701207112072120731207412075120761207712078120791208012081120821208312084120851208612087120881208912090120911209212093120941209512096120971209812099121001210112102121031210412105121061210712108121091211012111121121211312114121151211612117121181211912120121211212212123121241212512126121271212812129121301213112132121331213412135121361213712138121391214012141121421214312144121451214612147121481214912150121511215212153121541215512156121571215812159121601216112162121631216412165121661216712168121691217012171121721217312174121751217612177121781217912180121811218212183121841218512186121871218812189121901219112192121931219412195121961219712198121991220012201122021220312204122051220612207122081220912210122111221212213122141221512216122171221812219122201222112222122231222412225122261222712228122291223012231122321223312234122351223612237122381223912240122411224212243122441224512246122471224812249122501225112252122531225412255122561225712258122591226012261122621226312264122651226612267122681226912270122711227212273122741227512276122771227812279122801228112282122831228412285122861228712288122891229012291122921229312294122951229612297122981229912300123011230212303123041230512306123071230812309123101231112312123131231412315123161231712318123191232012321123221232312324123251232612327123281232912330123311233212333123341233512336123371233812339123401234112342123431234412345123461234712348123491235012351123521235312354123551235612357123581235912360123611236212363123641236512366123671236812369123701237112372123731237412375123761237712378123791238012381123821238312384123851238612387123881238912390123911239212393123941239512396123971239812399124001240112402124031240412405124061240712408124091241012411124121241312414124151241612417124181241912420124211242212423124241242512426124271242812429124301243112432124331243412435124361243712438124391244012441124421244312444124451244612447124481244912450124511245212453124541245512456124571245812459124601246112462124631246412465124661246712468124691247012471124721247312474124751247612477124781247912480124811248212483124841248512486124871248812489124901249112492124931249412495124961249712498124991250012501125021250312504125051250612507125081250912510125111251212513125141251512516125171251812519125201252112522125231252412525125261252712528125291253012531125321253312534125351253612537125381253912540125411254212543125441254512546125471254812549125501255112552125531255412555125561255712558125591256012561125621256312564125651256612567125681256912570125711257212573125741257512576125771257812579125801258112582125831258412585125861258712588125891259012591125921259312594125951259612597125981259912600126011260212603126041260512606126071260812609126101261112612126131261412615126161261712618126191262012621126221262312624126251262612627126281262912630126311263212633126341263512636126371263812639126401264112642126431264412645126461264712648126491265012651126521265312654126551265612657126581265912660126611266212663126641266512666126671266812669126701267112672126731267412675126761267712678126791268012681126821268312684126851268612687126881268912690126911269212693126941269512696126971269812699127001270112702127031270412705127061270712708127091271012711127121271312714127151271612717127181271912720127211272212723127241272512726127271272812729127301273112732127331273412735127361273712738127391274012741127421274312744127451274612747127481274912750127511275212753127541275512756127571275812759127601276112762127631276412765127661276712768127691277012771127721277312774127751277612777127781277912780127811278212783127841278512786127871278812789127901279112792127931279412795127961279712798127991280012801128021280312804128051280612807128081280912810128111281212813128141281512816128171281812819128201282112822128231282412825128261282712828128291283012831128321283312834128351283612837128381283912840128411284212843128441284512846128471284812849128501285112852128531285412855128561285712858128591286012861128621286312864128651286612867128681286912870128711287212873128741287512876128771287812879128801288112882128831288412885128861288712888128891289012891128921289312894128951289612897128981289912900129011290212903129041290512906129071290812909129101291112912129131291412915129161291712918129191292012921129221292312924129251292612927129281292912930129311293212933129341293512936129371293812939129401294112942129431294412945129461294712948129491295012951129521295312954129551295612957129581295912960129611296212963129641296512966129671296812969129701297112972129731297412975129761297712978129791298012981129821298312984129851298612987129881298912990129911299212993129941299512996129971299812999130001300113002130031300413005130061300713008130091301013011130121301313014130151301613017130181301913020130211302213023130241302513026130271302813029130301303113032130331303413035130361303713038130391304013041130421304313044130451304613047130481304913050130511305213053130541305513056130571305813059130601306113062130631306413065130661306713068130691307013071130721307313074130751307613077130781307913080130811308213083130841308513086130871308813089130901309113092130931309413095130961309713098130991310013101131021310313104131051310613107131081310913110131111311213113131141311513116131171311813119131201312113122131231312413125131261312713128131291313013131131321313313134131351313613137131381313913140131411314213143131441314513146131471314813149131501315113152131531315413155131561315713158131591316013161131621316313164131651316613167131681316913170131711317213173131741317513176131771317813179131801318113182131831318413185131861318713188131891319013191131921319313194131951319613197131981319913200132011320213203132041320513206132071320813209132101321113212132131321413215132161321713218132191322013221132221322313224132251322613227132281322913230132311323213233132341323513236132371323813239132401324113242132431324413245132461324713248132491325013251132521325313254132551325613257132581325913260132611326213263132641326513266132671326813269132701327113272132731327413275132761327713278132791328013281132821328313284132851328613287132881328913290132911329213293132941329513296132971329813299133001330113302133031330413305133061330713308133091331013311133121331313314133151331613317133181331913320133211332213323133241332513326133271332813329133301333113332133331333413335133361333713338133391334013341133421334313344133451334613347133481334913350133511335213353133541335513356133571335813359133601336113362133631336413365133661336713368133691337013371133721337313374133751337613377133781337913380133811338213383133841338513386133871338813389133901339113392133931339413395133961339713398133991340013401134021340313404134051340613407134081340913410134111341213413134141341513416134171341813419134201342113422134231342413425134261342713428134291343013431134321343313434134351343613437134381343913440134411344213443134441344513446134471344813449134501345113452134531345413455134561345713458134591346013461134621346313464134651346613467134681346913470134711347213473134741347513476134771347813479134801348113482134831348413485134861348713488134891349013491134921349313494134951349613497134981349913500135011350213503135041350513506135071350813509135101351113512135131351413515135161351713518135191352013521135221352313524135251352613527135281352913530135311353213533135341353513536135371353813539135401354113542135431354413545135461354713548135491355013551135521355313554135551355613557135581355913560135611356213563135641356513566135671356813569135701357113572135731357413575135761357713578135791358013581135821358313584135851358613587135881358913590135911359213593135941359513596135971359813599136001360113602136031360413605136061360713608136091361013611136121361313614136151361613617136181361913620136211362213623136241362513626136271362813629136301363113632136331363413635136361363713638136391364013641136421364313644136451364613647136481364913650136511365213653136541365513656136571365813659136601366113662136631366413665136661366713668136691367013671136721367313674136751367613677136781367913680136811368213683136841368513686136871368813689136901369113692136931369413695136961369713698136991370013701137021370313704137051370613707137081370913710137111371213713137141371513716137171371813719137201372113722137231372413725137261372713728137291373013731137321373313734137351373613737137381373913740137411374213743137441374513746137471374813749137501375113752137531375413755137561375713758137591376013761137621376313764137651376613767137681376913770137711377213773137741377513776137771377813779137801378113782137831378413785137861378713788137891379013791137921379313794137951379613797137981379913800138011380213803138041380513806138071380813809138101381113812138131381413815138161381713818138191382013821138221382313824138251382613827138281382913830138311383213833138341383513836138371383813839138401384113842138431384413845138461384713848138491385013851138521385313854138551385613857138581385913860138611386213863138641386513866138671386813869138701387113872138731387413875138761387713878138791388013881138821388313884138851388613887138881388913890138911389213893138941389513896138971389813899139001390113902139031390413905139061390713908139091391013911139121391313914139151391613917139181391913920139211392213923139241392513926139271392813929139301393113932139331393413935139361393713938139391394013941139421394313944139451394613947139481394913950139511395213953139541395513956139571395813959139601396113962139631396413965139661396713968139691397013971139721397313974139751397613977139781397913980139811398213983139841398513986139871398813989139901399113992139931399413995139961399713998139991400014001140021400314004140051400614007140081400914010140111401214013140141401514016140171401814019140201402114022140231402414025140261402714028140291403014031140321403314034140351403614037140381403914040140411404214043140441404514046140471404814049140501405114052140531405414055140561405714058140591406014061140621406314064140651406614067140681406914070140711407214073140741407514076140771407814079140801408114082140831408414085140861408714088140891409014091140921409314094140951409614097140981409914100141011410214103141041410514106141071410814109141101411114112141131411414115141161411714118141191412014121141221412314124141251412614127141281412914130141311413214133141341413514136141371413814139141401414114142141431414414145141461414714148141491415014151141521415314154141551415614157141581415914160141611416214163141641416514166141671416814169141701417114172141731417414175141761417714178141791418014181141821418314184141851418614187141881418914190141911419214193141941419514196141971419814199142001420114202142031420414205142061420714208142091421014211142121421314214142151421614217142181421914220142211422214223142241422514226142271422814229142301423114232142331423414235142361423714238142391424014241142421424314244142451424614247142481424914250142511425214253142541425514256142571425814259142601426114262142631426414265142661426714268142691427014271142721427314274142751427614277142781427914280142811428214283142841428514286142871428814289142901429114292142931429414295142961429714298142991430014301143021430314304143051430614307143081430914310143111431214313143141431514316143171431814319143201432114322143231432414325143261432714328143291433014331143321433314334143351433614337143381433914340143411434214343143441434514346143471434814349143501435114352143531435414355143561435714358143591436014361143621436314364143651436614367143681436914370143711437214373143741437514376143771437814379143801438114382143831438414385143861438714388143891439014391143921439314394143951439614397143981439914400144011440214403144041440514406144071440814409144101441114412144131441414415144161441714418144191442014421144221442314424144251442614427144281442914430144311443214433144341443514436144371443814439144401444114442144431444414445144461444714448144491445014451144521445314454144551445614457144581445914460144611446214463144641446514466144671446814469144701447114472144731447414475144761447714478144791448014481144821448314484144851448614487144881448914490144911449214493144941449514496144971449814499145001450114502145031450414505145061450714508145091451014511145121451314514145151451614517145181451914520145211452214523145241452514526145271452814529145301453114532145331453414535145361453714538145391454014541145421454314544145451454614547145481454914550145511455214553145541455514556145571455814559145601456114562145631456414565145661456714568145691457014571145721457314574145751457614577145781457914580145811458214583145841458514586145871458814589145901459114592145931459414595145961459714598145991460014601146021460314604146051460614607146081460914610146111461214613146141461514616146171461814619146201462114622146231462414625146261462714628146291463014631146321463314634146351463614637146381463914640146411464214643146441464514646146471464814649146501465114652146531465414655146561465714658146591466014661146621466314664146651466614667146681466914670146711467214673146741467514676146771467814679146801468114682146831468414685146861468714688146891469014691146921469314694146951469614697146981469914700147011470214703147041470514706147071470814709147101471114712147131471414715147161471714718147191472014721147221472314724147251472614727147281472914730147311473214733147341473514736147371473814739147401474114742147431474414745147461474714748147491475014751147521475314754147551475614757147581475914760147611476214763147641476514766147671476814769147701477114772147731477414775147761477714778147791478014781147821478314784147851478614787147881478914790147911479214793147941479514796147971479814799148001480114802148031480414805148061480714808148091481014811148121481314814148151481614817148181481914820148211482214823148241482514826148271482814829148301483114832148331483414835148361483714838148391484014841148421484314844148451484614847148481484914850148511485214853148541485514856148571485814859148601486114862148631486414865148661486714868148691487014871148721487314874148751487614877148781487914880148811488214883148841488514886148871488814889148901489114892148931489414895148961489714898148991490014901149021490314904149051490614907149081490914910149111491214913149141491514916149171491814919149201492114922149231492414925149261492714928149291493014931149321493314934149351493614937149381493914940149411494214943149441494514946149471494814949149501495114952149531495414955149561495714958149591496014961149621496314964149651496614967149681496914970
  1. {
  2. "name": "django-vue3-admin",
  3. "version": "1.0.0",
  4. "lockfileVersion": 2,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "django-vue3-admin",
  9. "version": "1.0.0",
  10. "license": "MIT",
  11. "dependencies": {
  12. "@element-plus/icons-vue": "^2.0.10",
  13. "@fast-crud/fast-crud": "^1.14.7",
  14. "@fast-crud/fast-extends": "^1.14.7",
  15. "@fast-crud/ui-element": "^1.14.7",
  16. "@fast-crud/ui-interface": "^1.14.7",
  17. "@vitejs/plugin-vue-jsx": "^3.0.0",
  18. "@wangeditor/editor": "^5.1.23",
  19. "@wangeditor/editor-for-vue": "^5.1.12",
  20. "autoprefixer": "^10.4.14",
  21. "axios": "^1.2.1",
  22. "countup.js": "^2.3.2",
  23. "cropperjs": "^1.5.13",
  24. "dayjs": "^1.11.10",
  25. "e-icon-picker": "^2.1.1",
  26. "echarts": "^5.4.1",
  27. "echarts-gl": "^2.0.9",
  28. "echarts-wordcloud": "^2.1.0",
  29. "element-plus": "^2.3.9",
  30. "element-tree-line": "^0.2.1",
  31. "font-awesome": "^4.7.0",
  32. "js-cookie": "^3.0.1",
  33. "js-table2excel": "^1.0.3",
  34. "jsplumb": "^2.15.6",
  35. "mitt": "^3.0.0",
  36. "nprogress": "^0.2.0",
  37. "pinia": "^2.0.28",
  38. "pinia-plugin-persist": "^1.0.0",
  39. "postcss": "^8.4.21",
  40. "print-js": "^1.6.0",
  41. "qrcodejs2-fixes": "^0.0.2",
  42. "qs": "^6.11.0",
  43. "screenfull": "^6.0.2",
  44. "sortablejs": "^1.15.0",
  45. "splitpanes": "^3.1.5",
  46. "tailwindcss": "^3.2.7",
  47. "ts-md5": "^1.3.1",
  48. "vue": "^3.2.45",
  49. "vue-clipboard3": "^2.0.0",
  50. "vue-cropper": "^1.0.8",
  51. "vue-grid-layout": "^3.0.0-beta1",
  52. "vue-i18n": "^9.2.2",
  53. "vue-router": "^4.1.6",
  54. "vxe-table": "^4.4.1",
  55. "xe-utils": "^3.5.7"
  56. },
  57. "devDependencies": {
  58. "@types/luxon": "^3.3.3",
  59. "@types/node": "^18.11.13",
  60. "@types/nprogress": "^0.2.0",
  61. "@types/sortablejs": "^1.15.0",
  62. "@typescript-eslint/eslint-plugin": "^5.46.0",
  63. "@typescript-eslint/parser": "^5.46.0",
  64. "@vitejs/plugin-vue": "^4.0.0",
  65. "@vue/compiler-sfc": "^3.2.45",
  66. "eslint": "^8.29.0",
  67. "eslint-plugin-vue": "^9.8.0",
  68. "prettier": "^2.8.1",
  69. "sass": "^1.56.2",
  70. "typescript": "^4.9.4",
  71. "unplugin-auto-import": "^0.16.6",
  72. "unplugin-vue-components": "^0.25.2",
  73. "vite": "^4.0.0",
  74. "vite-plugin-vue-setup-extend": "^0.4.0",
  75. "vue-eslint-parser": "^9.1.0"
  76. },
  77. "engines": {
  78. "node": ">=16.0.0",
  79. "npm": ">= 7.0.0"
  80. }
  81. },
  82. "node_modules/@aashutoshrathi/word-wrap": {
  83. "version": "1.2.6",
  84. "dev": true,
  85. "license": "MIT",
  86. "engines": {
  87. "node": ">=0.10.0"
  88. }
  89. },
  90. "node_modules/@alloc/quick-lru": {
  91. "version": "5.2.0",
  92. "license": "MIT",
  93. "engines": {
  94. "node": ">=10"
  95. },
  96. "funding": {
  97. "url": "https://github.com/sponsors/sindresorhus"
  98. }
  99. },
  100. "node_modules/@ampproject/remapping": {
  101. "version": "2.2.1",
  102. "license": "Apache-2.0",
  103. "dependencies": {
  104. "@jridgewell/gen-mapping": "^0.3.0",
  105. "@jridgewell/trace-mapping": "^0.3.9"
  106. },
  107. "engines": {
  108. "node": ">=6.0.0"
  109. }
  110. },
  111. "node_modules/@antfu/utils": {
  112. "version": "0.7.6",
  113. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.6.tgz",
  114. "integrity": "sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==",
  115. "dev": true
  116. },
  117. "node_modules/@aws-crypto/crc32": {
  118. "version": "3.0.0",
  119. "license": "Apache-2.0",
  120. "dependencies": {
  121. "@aws-crypto/util": "^3.0.0",
  122. "@aws-sdk/types": "^3.222.0",
  123. "tslib": "^1.11.1"
  124. }
  125. },
  126. "node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types": {
  127. "version": "3.425.0",
  128. "license": "Apache-2.0",
  129. "dependencies": {
  130. "@smithy/types": "^2.3.4",
  131. "tslib": "^2.5.0"
  132. },
  133. "engines": {
  134. "node": ">=14.0.0"
  135. }
  136. },
  137. "node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types/node_modules/tslib": {
  138. "version": "2.6.2",
  139. "license": "0BSD"
  140. },
  141. "node_modules/@aws-crypto/crc32/node_modules/@smithy/types": {
  142. "version": "2.3.5",
  143. "license": "Apache-2.0",
  144. "dependencies": {
  145. "tslib": "^2.5.0"
  146. },
  147. "engines": {
  148. "node": ">=14.0.0"
  149. }
  150. },
  151. "node_modules/@aws-crypto/crc32/node_modules/@smithy/types/node_modules/tslib": {
  152. "version": "2.6.2",
  153. "license": "0BSD"
  154. },
  155. "node_modules/@aws-crypto/crc32/node_modules/tslib": {
  156. "version": "1.14.1",
  157. "license": "0BSD"
  158. },
  159. "node_modules/@aws-crypto/ie11-detection": {
  160. "version": "3.0.0",
  161. "license": "Apache-2.0",
  162. "dependencies": {
  163. "tslib": "^1.11.1"
  164. }
  165. },
  166. "node_modules/@aws-crypto/ie11-detection/node_modules/tslib": {
  167. "version": "1.14.1",
  168. "license": "0BSD"
  169. },
  170. "node_modules/@aws-crypto/supports-web-crypto": {
  171. "version": "3.0.0",
  172. "license": "Apache-2.0",
  173. "dependencies": {
  174. "tslib": "^1.11.1"
  175. }
  176. },
  177. "node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib": {
  178. "version": "1.14.1",
  179. "license": "0BSD"
  180. },
  181. "node_modules/@aws-crypto/util": {
  182. "version": "3.0.0",
  183. "license": "Apache-2.0",
  184. "dependencies": {
  185. "@aws-sdk/types": "^3.222.0",
  186. "@aws-sdk/util-utf8-browser": "^3.0.0",
  187. "tslib": "^1.11.1"
  188. }
  189. },
  190. "node_modules/@aws-crypto/util/node_modules/@aws-sdk/types": {
  191. "version": "3.425.0",
  192. "license": "Apache-2.0",
  193. "dependencies": {
  194. "@smithy/types": "^2.3.4",
  195. "tslib": "^2.5.0"
  196. },
  197. "engines": {
  198. "node": ">=14.0.0"
  199. }
  200. },
  201. "node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/node_modules/tslib": {
  202. "version": "2.6.2",
  203. "license": "0BSD"
  204. },
  205. "node_modules/@aws-crypto/util/node_modules/@smithy/types": {
  206. "version": "2.3.5",
  207. "license": "Apache-2.0",
  208. "dependencies": {
  209. "tslib": "^2.5.0"
  210. },
  211. "engines": {
  212. "node": ">=14.0.0"
  213. }
  214. },
  215. "node_modules/@aws-crypto/util/node_modules/@smithy/types/node_modules/tslib": {
  216. "version": "2.6.2",
  217. "license": "0BSD"
  218. },
  219. "node_modules/@aws-crypto/util/node_modules/tslib": {
  220. "version": "1.14.1",
  221. "license": "0BSD"
  222. },
  223. "node_modules/@aws-sdk/client-s3": {
  224. "version": "3.427.0",
  225. "license": "Apache-2.0",
  226. "dependencies": {
  227. "@aws-crypto/sha1-browser": "3.0.0",
  228. "@aws-crypto/sha256-browser": "3.0.0",
  229. "@aws-crypto/sha256-js": "3.0.0",
  230. "@aws-sdk/client-sts": "3.427.0",
  231. "@aws-sdk/credential-provider-node": "3.427.0",
  232. "@aws-sdk/middleware-bucket-endpoint": "3.425.0",
  233. "@aws-sdk/middleware-expect-continue": "3.425.0",
  234. "@aws-sdk/middleware-flexible-checksums": "3.425.0",
  235. "@aws-sdk/middleware-host-header": "3.425.0",
  236. "@aws-sdk/middleware-location-constraint": "3.425.0",
  237. "@aws-sdk/middleware-logger": "3.425.0",
  238. "@aws-sdk/middleware-recursion-detection": "3.425.0",
  239. "@aws-sdk/middleware-sdk-s3": "3.427.0",
  240. "@aws-sdk/middleware-signing": "3.425.0",
  241. "@aws-sdk/middleware-ssec": "3.425.0",
  242. "@aws-sdk/middleware-user-agent": "3.427.0",
  243. "@aws-sdk/region-config-resolver": "3.425.0",
  244. "@aws-sdk/signature-v4-multi-region": "3.425.0",
  245. "@aws-sdk/types": "3.425.0",
  246. "@aws-sdk/util-endpoints": "3.427.0",
  247. "@aws-sdk/util-user-agent-browser": "3.425.0",
  248. "@aws-sdk/util-user-agent-node": "3.425.0",
  249. "@aws-sdk/xml-builder": "3.310.0",
  250. "@smithy/config-resolver": "^2.0.11",
  251. "@smithy/eventstream-serde-browser": "^2.0.10",
  252. "@smithy/eventstream-serde-config-resolver": "^2.0.10",
  253. "@smithy/eventstream-serde-node": "^2.0.10",
  254. "@smithy/fetch-http-handler": "^2.2.1",
  255. "@smithy/hash-blob-browser": "^2.0.10",
  256. "@smithy/hash-node": "^2.0.10",
  257. "@smithy/hash-stream-node": "^2.0.10",
  258. "@smithy/invalid-dependency": "^2.0.10",
  259. "@smithy/md5-js": "^2.0.10",
  260. "@smithy/middleware-content-length": "^2.0.12",
  261. "@smithy/middleware-endpoint": "^2.0.10",
  262. "@smithy/middleware-retry": "^2.0.13",
  263. "@smithy/middleware-serde": "^2.0.10",
  264. "@smithy/middleware-stack": "^2.0.4",
  265. "@smithy/node-config-provider": "^2.0.13",
  266. "@smithy/node-http-handler": "^2.1.6",
  267. "@smithy/protocol-http": "^3.0.6",
  268. "@smithy/smithy-client": "^2.1.9",
  269. "@smithy/types": "^2.3.4",
  270. "@smithy/url-parser": "^2.0.10",
  271. "@smithy/util-base64": "^2.0.0",
  272. "@smithy/util-body-length-browser": "^2.0.0",
  273. "@smithy/util-body-length-node": "^2.1.0",
  274. "@smithy/util-defaults-mode-browser": "^2.0.13",
  275. "@smithy/util-defaults-mode-node": "^2.0.15",
  276. "@smithy/util-retry": "^2.0.3",
  277. "@smithy/util-stream": "^2.0.14",
  278. "@smithy/util-utf8": "^2.0.0",
  279. "@smithy/util-waiter": "^2.0.10",
  280. "fast-xml-parser": "4.2.5",
  281. "tslib": "^2.5.0"
  282. },
  283. "engines": {
  284. "node": ">=14.0.0"
  285. }
  286. },
  287. "node_modules/@aws-sdk/client-s3/node_modules/@aws-crypto/crc32c": {
  288. "version": "3.0.0",
  289. "license": "Apache-2.0",
  290. "dependencies": {
  291. "@aws-crypto/util": "^3.0.0",
  292. "@aws-sdk/types": "^3.222.0",
  293. "tslib": "^1.11.1"
  294. }
  295. },
  296. "node_modules/@aws-sdk/client-s3/node_modules/@aws-crypto/crc32c/node_modules/tslib": {
  297. "version": "1.14.1",
  298. "license": "0BSD"
  299. },
  300. "node_modules/@aws-sdk/client-s3/node_modules/@aws-crypto/sha1-browser": {
  301. "version": "3.0.0",
  302. "license": "Apache-2.0",
  303. "dependencies": {
  304. "@aws-crypto/ie11-detection": "^3.0.0",
  305. "@aws-crypto/supports-web-crypto": "^3.0.0",
  306. "@aws-crypto/util": "^3.0.0",
  307. "@aws-sdk/types": "^3.222.0",
  308. "@aws-sdk/util-locate-window": "^3.0.0",
  309. "@aws-sdk/util-utf8-browser": "^3.0.0",
  310. "tslib": "^1.11.1"
  311. }
  312. },
  313. "node_modules/@aws-sdk/client-s3/node_modules/@aws-crypto/sha1-browser/node_modules/tslib": {
  314. "version": "1.14.1",
  315. "license": "0BSD"
  316. },
  317. "node_modules/@aws-sdk/client-s3/node_modules/@aws-crypto/sha256-browser": {
  318. "version": "3.0.0",
  319. "license": "Apache-2.0",
  320. "dependencies": {
  321. "@aws-crypto/ie11-detection": "^3.0.0",
  322. "@aws-crypto/sha256-js": "^3.0.0",
  323. "@aws-crypto/supports-web-crypto": "^3.0.0",
  324. "@aws-crypto/util": "^3.0.0",
  325. "@aws-sdk/types": "^3.222.0",
  326. "@aws-sdk/util-locate-window": "^3.0.0",
  327. "@aws-sdk/util-utf8-browser": "^3.0.0",
  328. "tslib": "^1.11.1"
  329. }
  330. },
  331. "node_modules/@aws-sdk/client-s3/node_modules/@aws-crypto/sha256-browser/node_modules/tslib": {
  332. "version": "1.14.1",
  333. "license": "0BSD"
  334. },
  335. "node_modules/@aws-sdk/client-s3/node_modules/@aws-crypto/sha256-js": {
  336. "version": "3.0.0",
  337. "license": "Apache-2.0",
  338. "dependencies": {
  339. "@aws-crypto/util": "^3.0.0",
  340. "@aws-sdk/types": "^3.222.0",
  341. "tslib": "^1.11.1"
  342. }
  343. },
  344. "node_modules/@aws-sdk/client-s3/node_modules/@aws-crypto/sha256-js/node_modules/tslib": {
  345. "version": "1.14.1",
  346. "license": "0BSD"
  347. },
  348. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sts": {
  349. "version": "3.427.0",
  350. "license": "Apache-2.0",
  351. "dependencies": {
  352. "@aws-crypto/sha256-browser": "3.0.0",
  353. "@aws-crypto/sha256-js": "3.0.0",
  354. "@aws-sdk/credential-provider-node": "3.427.0",
  355. "@aws-sdk/middleware-host-header": "3.425.0",
  356. "@aws-sdk/middleware-logger": "3.425.0",
  357. "@aws-sdk/middleware-recursion-detection": "3.425.0",
  358. "@aws-sdk/middleware-sdk-sts": "3.425.0",
  359. "@aws-sdk/middleware-signing": "3.425.0",
  360. "@aws-sdk/middleware-user-agent": "3.427.0",
  361. "@aws-sdk/region-config-resolver": "3.425.0",
  362. "@aws-sdk/types": "3.425.0",
  363. "@aws-sdk/util-endpoints": "3.427.0",
  364. "@aws-sdk/util-user-agent-browser": "3.425.0",
  365. "@aws-sdk/util-user-agent-node": "3.425.0",
  366. "@smithy/config-resolver": "^2.0.11",
  367. "@smithy/fetch-http-handler": "^2.2.1",
  368. "@smithy/hash-node": "^2.0.10",
  369. "@smithy/invalid-dependency": "^2.0.10",
  370. "@smithy/middleware-content-length": "^2.0.12",
  371. "@smithy/middleware-endpoint": "^2.0.10",
  372. "@smithy/middleware-retry": "^2.0.13",
  373. "@smithy/middleware-serde": "^2.0.10",
  374. "@smithy/middleware-stack": "^2.0.4",
  375. "@smithy/node-config-provider": "^2.0.13",
  376. "@smithy/node-http-handler": "^2.1.6",
  377. "@smithy/protocol-http": "^3.0.6",
  378. "@smithy/smithy-client": "^2.1.9",
  379. "@smithy/types": "^2.3.4",
  380. "@smithy/url-parser": "^2.0.10",
  381. "@smithy/util-base64": "^2.0.0",
  382. "@smithy/util-body-length-browser": "^2.0.0",
  383. "@smithy/util-body-length-node": "^2.1.0",
  384. "@smithy/util-defaults-mode-browser": "^2.0.13",
  385. "@smithy/util-defaults-mode-node": "^2.0.15",
  386. "@smithy/util-retry": "^2.0.3",
  387. "@smithy/util-utf8": "^2.0.0",
  388. "fast-xml-parser": "4.2.5",
  389. "tslib": "^2.5.0"
  390. },
  391. "engines": {
  392. "node": ">=14.0.0"
  393. }
  394. },
  395. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node": {
  396. "version": "3.427.0",
  397. "license": "Apache-2.0",
  398. "dependencies": {
  399. "@aws-sdk/credential-provider-env": "3.425.0",
  400. "@aws-sdk/credential-provider-ini": "3.427.0",
  401. "@aws-sdk/credential-provider-process": "3.425.0",
  402. "@aws-sdk/credential-provider-sso": "3.427.0",
  403. "@aws-sdk/credential-provider-web-identity": "3.425.0",
  404. "@aws-sdk/types": "3.425.0",
  405. "@smithy/credential-provider-imds": "^2.0.0",
  406. "@smithy/property-provider": "^2.0.0",
  407. "@smithy/shared-ini-file-loader": "^2.0.6",
  408. "@smithy/types": "^2.3.4",
  409. "tslib": "^2.5.0"
  410. },
  411. "engines": {
  412. "node": ">=14.0.0"
  413. }
  414. },
  415. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process": {
  416. "version": "3.425.0",
  417. "license": "Apache-2.0",
  418. "dependencies": {
  419. "@aws-sdk/types": "3.425.0",
  420. "@smithy/property-provider": "^2.0.0",
  421. "@smithy/shared-ini-file-loader": "^2.0.6",
  422. "@smithy/types": "^2.3.4",
  423. "tslib": "^2.5.0"
  424. },
  425. "engines": {
  426. "node": ">=14.0.0"
  427. }
  428. },
  429. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity": {
  430. "version": "3.425.0",
  431. "license": "Apache-2.0",
  432. "dependencies": {
  433. "@aws-sdk/types": "3.425.0",
  434. "@smithy/property-provider": "^2.0.0",
  435. "@smithy/types": "^2.3.4",
  436. "tslib": "^2.5.0"
  437. },
  438. "engines": {
  439. "node": ">=14.0.0"
  440. }
  441. },
  442. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-bucket-endpoint": {
  443. "version": "3.425.0",
  444. "license": "Apache-2.0",
  445. "dependencies": {
  446. "@aws-sdk/types": "3.425.0",
  447. "@aws-sdk/util-arn-parser": "3.310.0",
  448. "@smithy/node-config-provider": "^2.0.13",
  449. "@smithy/protocol-http": "^3.0.6",
  450. "@smithy/types": "^2.3.4",
  451. "@smithy/util-config-provider": "^2.0.0",
  452. "tslib": "^2.5.0"
  453. },
  454. "engines": {
  455. "node": ">=14.0.0"
  456. }
  457. },
  458. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-expect-continue": {
  459. "version": "3.425.0",
  460. "license": "Apache-2.0",
  461. "dependencies": {
  462. "@aws-sdk/types": "3.425.0",
  463. "@smithy/protocol-http": "^3.0.6",
  464. "@smithy/types": "^2.3.4",
  465. "tslib": "^2.5.0"
  466. },
  467. "engines": {
  468. "node": ">=14.0.0"
  469. }
  470. },
  471. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-flexible-checksums": {
  472. "version": "3.425.0",
  473. "license": "Apache-2.0",
  474. "dependencies": {
  475. "@aws-crypto/crc32": "3.0.0",
  476. "@aws-crypto/crc32c": "3.0.0",
  477. "@aws-sdk/types": "3.425.0",
  478. "@smithy/is-array-buffer": "^2.0.0",
  479. "@smithy/protocol-http": "^3.0.6",
  480. "@smithy/types": "^2.3.4",
  481. "@smithy/util-utf8": "^2.0.0",
  482. "tslib": "^2.5.0"
  483. },
  484. "engines": {
  485. "node": ">=14.0.0"
  486. }
  487. },
  488. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header": {
  489. "version": "3.425.0",
  490. "license": "Apache-2.0",
  491. "dependencies": {
  492. "@aws-sdk/types": "3.425.0",
  493. "@smithy/protocol-http": "^3.0.6",
  494. "@smithy/types": "^2.3.4",
  495. "tslib": "^2.5.0"
  496. },
  497. "engines": {
  498. "node": ">=14.0.0"
  499. }
  500. },
  501. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-location-constraint": {
  502. "version": "3.425.0",
  503. "license": "Apache-2.0",
  504. "dependencies": {
  505. "@aws-sdk/types": "3.425.0",
  506. "@smithy/types": "^2.3.4",
  507. "tslib": "^2.5.0"
  508. },
  509. "engines": {
  510. "node": ">=14.0.0"
  511. }
  512. },
  513. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger": {
  514. "version": "3.425.0",
  515. "license": "Apache-2.0",
  516. "dependencies": {
  517. "@aws-sdk/types": "3.425.0",
  518. "@smithy/types": "^2.3.4",
  519. "tslib": "^2.5.0"
  520. },
  521. "engines": {
  522. "node": ">=14.0.0"
  523. }
  524. },
  525. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection": {
  526. "version": "3.425.0",
  527. "license": "Apache-2.0",
  528. "dependencies": {
  529. "@aws-sdk/types": "3.425.0",
  530. "@smithy/protocol-http": "^3.0.6",
  531. "@smithy/types": "^2.3.4",
  532. "tslib": "^2.5.0"
  533. },
  534. "engines": {
  535. "node": ">=14.0.0"
  536. }
  537. },
  538. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3": {
  539. "version": "3.427.0",
  540. "license": "Apache-2.0",
  541. "dependencies": {
  542. "@aws-sdk/types": "3.425.0",
  543. "@aws-sdk/util-arn-parser": "3.310.0",
  544. "@smithy/protocol-http": "^3.0.6",
  545. "@smithy/smithy-client": "^2.1.9",
  546. "@smithy/types": "^2.3.4",
  547. "tslib": "^2.5.0"
  548. },
  549. "engines": {
  550. "node": ">=14.0.0"
  551. }
  552. },
  553. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-signing": {
  554. "version": "3.425.0",
  555. "license": "Apache-2.0",
  556. "dependencies": {
  557. "@aws-sdk/types": "3.425.0",
  558. "@smithy/property-provider": "^2.0.0",
  559. "@smithy/protocol-http": "^3.0.6",
  560. "@smithy/signature-v4": "^2.0.0",
  561. "@smithy/types": "^2.3.4",
  562. "@smithy/util-middleware": "^2.0.3",
  563. "tslib": "^2.5.0"
  564. },
  565. "engines": {
  566. "node": ">=14.0.0"
  567. }
  568. },
  569. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-ssec": {
  570. "version": "3.425.0",
  571. "license": "Apache-2.0",
  572. "dependencies": {
  573. "@aws-sdk/types": "3.425.0",
  574. "@smithy/types": "^2.3.4",
  575. "tslib": "^2.5.0"
  576. },
  577. "engines": {
  578. "node": ">=14.0.0"
  579. }
  580. },
  581. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent": {
  582. "version": "3.427.0",
  583. "license": "Apache-2.0",
  584. "dependencies": {
  585. "@aws-sdk/types": "3.425.0",
  586. "@aws-sdk/util-endpoints": "3.427.0",
  587. "@smithy/protocol-http": "^3.0.6",
  588. "@smithy/types": "^2.3.4",
  589. "tslib": "^2.5.0"
  590. },
  591. "engines": {
  592. "node": ">=14.0.0"
  593. }
  594. },
  595. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver": {
  596. "version": "3.425.0",
  597. "license": "Apache-2.0",
  598. "dependencies": {
  599. "@smithy/node-config-provider": "^2.0.13",
  600. "@smithy/types": "^2.3.4",
  601. "@smithy/util-config-provider": "^2.0.0",
  602. "@smithy/util-middleware": "^2.0.3",
  603. "tslib": "^2.5.0"
  604. },
  605. "engines": {
  606. "node": ">=14.0.0"
  607. }
  608. },
  609. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region": {
  610. "version": "3.425.0",
  611. "license": "Apache-2.0",
  612. "dependencies": {
  613. "@aws-sdk/types": "3.425.0",
  614. "@smithy/protocol-http": "^3.0.6",
  615. "@smithy/signature-v4": "^2.0.0",
  616. "@smithy/types": "^2.3.4",
  617. "tslib": "^2.5.0"
  618. },
  619. "engines": {
  620. "node": ">=14.0.0"
  621. }
  622. },
  623. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types": {
  624. "version": "3.425.0",
  625. "license": "Apache-2.0",
  626. "dependencies": {
  627. "@smithy/types": "^2.3.4",
  628. "tslib": "^2.5.0"
  629. },
  630. "engines": {
  631. "node": ">=14.0.0"
  632. }
  633. },
  634. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints": {
  635. "version": "3.427.0",
  636. "license": "Apache-2.0",
  637. "dependencies": {
  638. "@aws-sdk/types": "3.425.0",
  639. "@smithy/node-config-provider": "^2.0.13",
  640. "tslib": "^2.5.0"
  641. },
  642. "engines": {
  643. "node": ">=14.0.0"
  644. }
  645. },
  646. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser": {
  647. "version": "3.425.0",
  648. "license": "Apache-2.0",
  649. "dependencies": {
  650. "@aws-sdk/types": "3.425.0",
  651. "@smithy/types": "^2.3.4",
  652. "bowser": "^2.11.0",
  653. "tslib": "^2.5.0"
  654. }
  655. },
  656. "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder": {
  657. "version": "3.310.0",
  658. "license": "Apache-2.0",
  659. "dependencies": {
  660. "tslib": "^2.5.0"
  661. },
  662. "engines": {
  663. "node": ">=14.0.0"
  664. }
  665. },
  666. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/chunked-blob-reader-native": {
  667. "version": "2.0.0",
  668. "license": "Apache-2.0",
  669. "dependencies": {
  670. "@smithy/util-base64": "^2.0.0",
  671. "tslib": "^2.5.0"
  672. }
  673. },
  674. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver": {
  675. "version": "2.0.14",
  676. "license": "Apache-2.0",
  677. "dependencies": {
  678. "@smithy/node-config-provider": "^2.1.1",
  679. "@smithy/types": "^2.3.5",
  680. "@smithy/util-config-provider": "^2.0.0",
  681. "@smithy/util-middleware": "^2.0.4",
  682. "tslib": "^2.5.0"
  683. },
  684. "engines": {
  685. "node": ">=14.0.0"
  686. }
  687. },
  688. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/eventstream-serde-browser": {
  689. "version": "2.0.11",
  690. "license": "Apache-2.0",
  691. "dependencies": {
  692. "@smithy/eventstream-serde-universal": "^2.0.11",
  693. "@smithy/types": "^2.3.5",
  694. "tslib": "^2.5.0"
  695. },
  696. "engines": {
  697. "node": ">=14.0.0"
  698. }
  699. },
  700. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/eventstream-serde-node": {
  701. "version": "2.0.11",
  702. "license": "Apache-2.0",
  703. "dependencies": {
  704. "@smithy/eventstream-serde-universal": "^2.0.11",
  705. "@smithy/types": "^2.3.5",
  706. "tslib": "^2.5.0"
  707. },
  708. "engines": {
  709. "node": ">=14.0.0"
  710. }
  711. },
  712. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/hash-blob-browser": {
  713. "version": "2.0.11",
  714. "license": "Apache-2.0",
  715. "dependencies": {
  716. "@smithy/chunked-blob-reader": "^2.0.0",
  717. "@smithy/chunked-blob-reader-native": "^2.0.0",
  718. "@smithy/types": "^2.3.5",
  719. "tslib": "^2.5.0"
  720. }
  721. },
  722. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/hash-node": {
  723. "version": "2.0.11",
  724. "license": "Apache-2.0",
  725. "dependencies": {
  726. "@smithy/types": "^2.3.5",
  727. "@smithy/util-buffer-from": "^2.0.0",
  728. "@smithy/util-utf8": "^2.0.0",
  729. "tslib": "^2.5.0"
  730. },
  731. "engines": {
  732. "node": ">=14.0.0"
  733. }
  734. },
  735. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/hash-stream-node": {
  736. "version": "2.0.11",
  737. "license": "Apache-2.0",
  738. "dependencies": {
  739. "@smithy/types": "^2.3.5",
  740. "@smithy/util-utf8": "^2.0.0",
  741. "tslib": "^2.5.0"
  742. },
  743. "engines": {
  744. "node": ">=14.0.0"
  745. }
  746. },
  747. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/invalid-dependency": {
  748. "version": "2.0.11",
  749. "license": "Apache-2.0",
  750. "dependencies": {
  751. "@smithy/types": "^2.3.5",
  752. "tslib": "^2.5.0"
  753. }
  754. },
  755. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/md5-js": {
  756. "version": "2.0.11",
  757. "license": "Apache-2.0",
  758. "dependencies": {
  759. "@smithy/types": "^2.3.5",
  760. "@smithy/util-utf8": "^2.0.0",
  761. "tslib": "^2.5.0"
  762. }
  763. },
  764. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint": {
  765. "version": "2.0.11",
  766. "license": "Apache-2.0",
  767. "dependencies": {
  768. "@smithy/middleware-serde": "^2.0.11",
  769. "@smithy/types": "^2.3.5",
  770. "@smithy/url-parser": "^2.0.11",
  771. "@smithy/util-middleware": "^2.0.4",
  772. "tslib": "^2.5.0"
  773. },
  774. "engines": {
  775. "node": ">=14.0.0"
  776. }
  777. },
  778. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry": {
  779. "version": "2.0.16",
  780. "license": "Apache-2.0",
  781. "dependencies": {
  782. "@smithy/node-config-provider": "^2.1.1",
  783. "@smithy/protocol-http": "^3.0.7",
  784. "@smithy/service-error-classification": "^2.0.4",
  785. "@smithy/types": "^2.3.5",
  786. "@smithy/util-middleware": "^2.0.4",
  787. "@smithy/util-retry": "^2.0.4",
  788. "tslib": "^2.5.0",
  789. "uuid": "^8.3.2"
  790. },
  791. "engines": {
  792. "node": ">=14.0.0"
  793. }
  794. },
  795. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler": {
  796. "version": "2.1.7",
  797. "license": "Apache-2.0",
  798. "dependencies": {
  799. "@smithy/abort-controller": "^2.0.11",
  800. "@smithy/protocol-http": "^3.0.7",
  801. "@smithy/querystring-builder": "^2.0.11",
  802. "@smithy/types": "^2.3.5",
  803. "tslib": "^2.5.0"
  804. },
  805. "engines": {
  806. "node": ">=14.0.0"
  807. }
  808. },
  809. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client": {
  810. "version": "2.1.10",
  811. "license": "Apache-2.0",
  812. "dependencies": {
  813. "@smithy/middleware-stack": "^2.0.5",
  814. "@smithy/types": "^2.3.5",
  815. "@smithy/util-stream": "^2.0.15",
  816. "tslib": "^2.5.0"
  817. },
  818. "engines": {
  819. "node": ">=14.0.0"
  820. }
  821. },
  822. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/types": {
  823. "version": "2.3.5",
  824. "license": "Apache-2.0",
  825. "dependencies": {
  826. "tslib": "^2.5.0"
  827. },
  828. "engines": {
  829. "node": ">=14.0.0"
  830. }
  831. },
  832. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64": {
  833. "version": "2.0.0",
  834. "license": "Apache-2.0",
  835. "dependencies": {
  836. "@smithy/util-buffer-from": "^2.0.0",
  837. "tslib": "^2.5.0"
  838. },
  839. "engines": {
  840. "node": ">=14.0.0"
  841. }
  842. },
  843. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-body-length-node": {
  844. "version": "2.1.0",
  845. "license": "Apache-2.0",
  846. "dependencies": {
  847. "tslib": "^2.5.0"
  848. },
  849. "engines": {
  850. "node": ">=14.0.0"
  851. }
  852. },
  853. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node": {
  854. "version": "2.0.18",
  855. "license": "Apache-2.0",
  856. "dependencies": {
  857. "@smithy/config-resolver": "^2.0.14",
  858. "@smithy/credential-provider-imds": "^2.0.16",
  859. "@smithy/node-config-provider": "^2.1.1",
  860. "@smithy/property-provider": "^2.0.12",
  861. "@smithy/smithy-client": "^2.1.10",
  862. "@smithy/types": "^2.3.5",
  863. "tslib": "^2.5.0"
  864. },
  865. "engines": {
  866. "node": ">= 10.0.0"
  867. }
  868. },
  869. "node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-waiter": {
  870. "version": "2.0.11",
  871. "license": "Apache-2.0",
  872. "dependencies": {
  873. "@smithy/abort-controller": "^2.0.11",
  874. "@smithy/types": "^2.3.5",
  875. "tslib": "^2.5.0"
  876. },
  877. "engines": {
  878. "node": ">=14.0.0"
  879. }
  880. },
  881. "node_modules/@aws-sdk/client-sso": {
  882. "version": "3.427.0",
  883. "license": "Apache-2.0",
  884. "dependencies": {
  885. "@aws-crypto/sha256-browser": "3.0.0",
  886. "@aws-crypto/sha256-js": "3.0.0",
  887. "@aws-sdk/middleware-host-header": "3.425.0",
  888. "@aws-sdk/middleware-logger": "3.425.0",
  889. "@aws-sdk/middleware-recursion-detection": "3.425.0",
  890. "@aws-sdk/middleware-user-agent": "3.427.0",
  891. "@aws-sdk/region-config-resolver": "3.425.0",
  892. "@aws-sdk/types": "3.425.0",
  893. "@aws-sdk/util-endpoints": "3.427.0",
  894. "@aws-sdk/util-user-agent-browser": "3.425.0",
  895. "@aws-sdk/util-user-agent-node": "3.425.0",
  896. "@smithy/config-resolver": "^2.0.11",
  897. "@smithy/fetch-http-handler": "^2.2.1",
  898. "@smithy/hash-node": "^2.0.10",
  899. "@smithy/invalid-dependency": "^2.0.10",
  900. "@smithy/middleware-content-length": "^2.0.12",
  901. "@smithy/middleware-endpoint": "^2.0.10",
  902. "@smithy/middleware-retry": "^2.0.13",
  903. "@smithy/middleware-serde": "^2.0.10",
  904. "@smithy/middleware-stack": "^2.0.4",
  905. "@smithy/node-config-provider": "^2.0.13",
  906. "@smithy/node-http-handler": "^2.1.6",
  907. "@smithy/protocol-http": "^3.0.6",
  908. "@smithy/smithy-client": "^2.1.9",
  909. "@smithy/types": "^2.3.4",
  910. "@smithy/url-parser": "^2.0.10",
  911. "@smithy/util-base64": "^2.0.0",
  912. "@smithy/util-body-length-browser": "^2.0.0",
  913. "@smithy/util-body-length-node": "^2.1.0",
  914. "@smithy/util-defaults-mode-browser": "^2.0.13",
  915. "@smithy/util-defaults-mode-node": "^2.0.15",
  916. "@smithy/util-retry": "^2.0.3",
  917. "@smithy/util-utf8": "^2.0.0",
  918. "tslib": "^2.5.0"
  919. },
  920. "engines": {
  921. "node": ">=14.0.0"
  922. }
  923. },
  924. "node_modules/@aws-sdk/client-sso/node_modules/@aws-crypto/sha256-browser": {
  925. "version": "3.0.0",
  926. "license": "Apache-2.0",
  927. "dependencies": {
  928. "@aws-crypto/ie11-detection": "^3.0.0",
  929. "@aws-crypto/sha256-js": "^3.0.0",
  930. "@aws-crypto/supports-web-crypto": "^3.0.0",
  931. "@aws-crypto/util": "^3.0.0",
  932. "@aws-sdk/types": "^3.222.0",
  933. "@aws-sdk/util-locate-window": "^3.0.0",
  934. "@aws-sdk/util-utf8-browser": "^3.0.0",
  935. "tslib": "^1.11.1"
  936. }
  937. },
  938. "node_modules/@aws-sdk/client-sso/node_modules/@aws-crypto/sha256-browser/node_modules/tslib": {
  939. "version": "1.14.1",
  940. "license": "0BSD"
  941. },
  942. "node_modules/@aws-sdk/client-sso/node_modules/@aws-crypto/sha256-js": {
  943. "version": "3.0.0",
  944. "license": "Apache-2.0",
  945. "dependencies": {
  946. "@aws-crypto/util": "^3.0.0",
  947. "@aws-sdk/types": "^3.222.0",
  948. "tslib": "^1.11.1"
  949. }
  950. },
  951. "node_modules/@aws-sdk/client-sso/node_modules/@aws-crypto/sha256-js/node_modules/tslib": {
  952. "version": "1.14.1",
  953. "license": "0BSD"
  954. },
  955. "node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/middleware-host-header": {
  956. "version": "3.425.0",
  957. "license": "Apache-2.0",
  958. "dependencies": {
  959. "@aws-sdk/types": "3.425.0",
  960. "@smithy/protocol-http": "^3.0.6",
  961. "@smithy/types": "^2.3.4",
  962. "tslib": "^2.5.0"
  963. },
  964. "engines": {
  965. "node": ">=14.0.0"
  966. }
  967. },
  968. "node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/middleware-logger": {
  969. "version": "3.425.0",
  970. "license": "Apache-2.0",
  971. "dependencies": {
  972. "@aws-sdk/types": "3.425.0",
  973. "@smithy/types": "^2.3.4",
  974. "tslib": "^2.5.0"
  975. },
  976. "engines": {
  977. "node": ">=14.0.0"
  978. }
  979. },
  980. "node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/middleware-recursion-detection": {
  981. "version": "3.425.0",
  982. "license": "Apache-2.0",
  983. "dependencies": {
  984. "@aws-sdk/types": "3.425.0",
  985. "@smithy/protocol-http": "^3.0.6",
  986. "@smithy/types": "^2.3.4",
  987. "tslib": "^2.5.0"
  988. },
  989. "engines": {
  990. "node": ">=14.0.0"
  991. }
  992. },
  993. "node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/middleware-user-agent": {
  994. "version": "3.427.0",
  995. "license": "Apache-2.0",
  996. "dependencies": {
  997. "@aws-sdk/types": "3.425.0",
  998. "@aws-sdk/util-endpoints": "3.427.0",
  999. "@smithy/protocol-http": "^3.0.6",
  1000. "@smithy/types": "^2.3.4",
  1001. "tslib": "^2.5.0"
  1002. },
  1003. "engines": {
  1004. "node": ">=14.0.0"
  1005. }
  1006. },
  1007. "node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver": {
  1008. "version": "3.425.0",
  1009. "license": "Apache-2.0",
  1010. "dependencies": {
  1011. "@smithy/node-config-provider": "^2.0.13",
  1012. "@smithy/types": "^2.3.4",
  1013. "@smithy/util-config-provider": "^2.0.0",
  1014. "@smithy/util-middleware": "^2.0.3",
  1015. "tslib": "^2.5.0"
  1016. },
  1017. "engines": {
  1018. "node": ">=14.0.0"
  1019. }
  1020. },
  1021. "node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/types": {
  1022. "version": "3.425.0",
  1023. "license": "Apache-2.0",
  1024. "dependencies": {
  1025. "@smithy/types": "^2.3.4",
  1026. "tslib": "^2.5.0"
  1027. },
  1028. "engines": {
  1029. "node": ">=14.0.0"
  1030. }
  1031. },
  1032. "node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints": {
  1033. "version": "3.427.0",
  1034. "license": "Apache-2.0",
  1035. "dependencies": {
  1036. "@aws-sdk/types": "3.425.0",
  1037. "@smithy/node-config-provider": "^2.0.13",
  1038. "tslib": "^2.5.0"
  1039. },
  1040. "engines": {
  1041. "node": ">=14.0.0"
  1042. }
  1043. },
  1044. "node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-user-agent-browser": {
  1045. "version": "3.425.0",
  1046. "license": "Apache-2.0",
  1047. "dependencies": {
  1048. "@aws-sdk/types": "3.425.0",
  1049. "@smithy/types": "^2.3.4",
  1050. "bowser": "^2.11.0",
  1051. "tslib": "^2.5.0"
  1052. }
  1053. },
  1054. "node_modules/@aws-sdk/client-sso/node_modules/@smithy/config-resolver": {
  1055. "version": "2.0.14",
  1056. "license": "Apache-2.0",
  1057. "dependencies": {
  1058. "@smithy/node-config-provider": "^2.1.1",
  1059. "@smithy/types": "^2.3.5",
  1060. "@smithy/util-config-provider": "^2.0.0",
  1061. "@smithy/util-middleware": "^2.0.4",
  1062. "tslib": "^2.5.0"
  1063. },
  1064. "engines": {
  1065. "node": ">=14.0.0"
  1066. }
  1067. },
  1068. "node_modules/@aws-sdk/client-sso/node_modules/@smithy/hash-node": {
  1069. "version": "2.0.11",
  1070. "license": "Apache-2.0",
  1071. "dependencies": {
  1072. "@smithy/types": "^2.3.5",
  1073. "@smithy/util-buffer-from": "^2.0.0",
  1074. "@smithy/util-utf8": "^2.0.0",
  1075. "tslib": "^2.5.0"
  1076. },
  1077. "engines": {
  1078. "node": ">=14.0.0"
  1079. }
  1080. },
  1081. "node_modules/@aws-sdk/client-sso/node_modules/@smithy/invalid-dependency": {
  1082. "version": "2.0.11",
  1083. "license": "Apache-2.0",
  1084. "dependencies": {
  1085. "@smithy/types": "^2.3.5",
  1086. "tslib": "^2.5.0"
  1087. }
  1088. },
  1089. "node_modules/@aws-sdk/client-sso/node_modules/@smithy/middleware-endpoint": {
  1090. "version": "2.0.11",
  1091. "license": "Apache-2.0",
  1092. "dependencies": {
  1093. "@smithy/middleware-serde": "^2.0.11",
  1094. "@smithy/types": "^2.3.5",
  1095. "@smithy/url-parser": "^2.0.11",
  1096. "@smithy/util-middleware": "^2.0.4",
  1097. "tslib": "^2.5.0"
  1098. },
  1099. "engines": {
  1100. "node": ">=14.0.0"
  1101. }
  1102. },
  1103. "node_modules/@aws-sdk/client-sso/node_modules/@smithy/middleware-retry": {
  1104. "version": "2.0.16",
  1105. "license": "Apache-2.0",
  1106. "dependencies": {
  1107. "@smithy/node-config-provider": "^2.1.1",
  1108. "@smithy/protocol-http": "^3.0.7",
  1109. "@smithy/service-error-classification": "^2.0.4",
  1110. "@smithy/types": "^2.3.5",
  1111. "@smithy/util-middleware": "^2.0.4",
  1112. "@smithy/util-retry": "^2.0.4",
  1113. "tslib": "^2.5.0",
  1114. "uuid": "^8.3.2"
  1115. },
  1116. "engines": {
  1117. "node": ">=14.0.0"
  1118. }
  1119. },
  1120. "node_modules/@aws-sdk/client-sso/node_modules/@smithy/node-http-handler": {
  1121. "version": "2.1.7",
  1122. "license": "Apache-2.0",
  1123. "dependencies": {
  1124. "@smithy/abort-controller": "^2.0.11",
  1125. "@smithy/protocol-http": "^3.0.7",
  1126. "@smithy/querystring-builder": "^2.0.11",
  1127. "@smithy/types": "^2.3.5",
  1128. "tslib": "^2.5.0"
  1129. },
  1130. "engines": {
  1131. "node": ">=14.0.0"
  1132. }
  1133. },
  1134. "node_modules/@aws-sdk/client-sso/node_modules/@smithy/smithy-client": {
  1135. "version": "2.1.10",
  1136. "license": "Apache-2.0",
  1137. "dependencies": {
  1138. "@smithy/middleware-stack": "^2.0.5",
  1139. "@smithy/types": "^2.3.5",
  1140. "@smithy/util-stream": "^2.0.15",
  1141. "tslib": "^2.5.0"
  1142. },
  1143. "engines": {
  1144. "node": ">=14.0.0"
  1145. }
  1146. },
  1147. "node_modules/@aws-sdk/client-sso/node_modules/@smithy/types": {
  1148. "version": "2.3.5",
  1149. "license": "Apache-2.0",
  1150. "dependencies": {
  1151. "tslib": "^2.5.0"
  1152. },
  1153. "engines": {
  1154. "node": ">=14.0.0"
  1155. }
  1156. },
  1157. "node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-base64": {
  1158. "version": "2.0.0",
  1159. "license": "Apache-2.0",
  1160. "dependencies": {
  1161. "@smithy/util-buffer-from": "^2.0.0",
  1162. "tslib": "^2.5.0"
  1163. },
  1164. "engines": {
  1165. "node": ">=14.0.0"
  1166. }
  1167. },
  1168. "node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-body-length-node": {
  1169. "version": "2.1.0",
  1170. "license": "Apache-2.0",
  1171. "dependencies": {
  1172. "tslib": "^2.5.0"
  1173. },
  1174. "engines": {
  1175. "node": ">=14.0.0"
  1176. }
  1177. },
  1178. "node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-defaults-mode-node": {
  1179. "version": "2.0.18",
  1180. "license": "Apache-2.0",
  1181. "dependencies": {
  1182. "@smithy/config-resolver": "^2.0.14",
  1183. "@smithy/credential-provider-imds": "^2.0.16",
  1184. "@smithy/node-config-provider": "^2.1.1",
  1185. "@smithy/property-provider": "^2.0.12",
  1186. "@smithy/smithy-client": "^2.1.10",
  1187. "@smithy/types": "^2.3.5",
  1188. "tslib": "^2.5.0"
  1189. },
  1190. "engines": {
  1191. "node": ">= 10.0.0"
  1192. }
  1193. },
  1194. "node_modules/@aws-sdk/credential-provider-env": {
  1195. "version": "3.425.0",
  1196. "license": "Apache-2.0",
  1197. "dependencies": {
  1198. "@aws-sdk/types": "3.425.0",
  1199. "@smithy/property-provider": "^2.0.0",
  1200. "@smithy/types": "^2.3.4",
  1201. "tslib": "^2.5.0"
  1202. },
  1203. "engines": {
  1204. "node": ">=14.0.0"
  1205. }
  1206. },
  1207. "node_modules/@aws-sdk/credential-provider-env/node_modules/@aws-sdk/types": {
  1208. "version": "3.425.0",
  1209. "license": "Apache-2.0",
  1210. "dependencies": {
  1211. "@smithy/types": "^2.3.4",
  1212. "tslib": "^2.5.0"
  1213. },
  1214. "engines": {
  1215. "node": ">=14.0.0"
  1216. }
  1217. },
  1218. "node_modules/@aws-sdk/credential-provider-env/node_modules/@smithy/types": {
  1219. "version": "2.3.5",
  1220. "license": "Apache-2.0",
  1221. "dependencies": {
  1222. "tslib": "^2.5.0"
  1223. },
  1224. "engines": {
  1225. "node": ">=14.0.0"
  1226. }
  1227. },
  1228. "node_modules/@aws-sdk/credential-provider-ini": {
  1229. "version": "3.427.0",
  1230. "license": "Apache-2.0",
  1231. "dependencies": {
  1232. "@aws-sdk/credential-provider-env": "3.425.0",
  1233. "@aws-sdk/credential-provider-process": "3.425.0",
  1234. "@aws-sdk/credential-provider-sso": "3.427.0",
  1235. "@aws-sdk/credential-provider-web-identity": "3.425.0",
  1236. "@aws-sdk/types": "3.425.0",
  1237. "@smithy/credential-provider-imds": "^2.0.0",
  1238. "@smithy/property-provider": "^2.0.0",
  1239. "@smithy/shared-ini-file-loader": "^2.0.6",
  1240. "@smithy/types": "^2.3.4",
  1241. "tslib": "^2.5.0"
  1242. },
  1243. "engines": {
  1244. "node": ">=14.0.0"
  1245. }
  1246. },
  1247. "node_modules/@aws-sdk/credential-provider-ini/node_modules/@aws-sdk/credential-provider-process": {
  1248. "version": "3.425.0",
  1249. "license": "Apache-2.0",
  1250. "dependencies": {
  1251. "@aws-sdk/types": "3.425.0",
  1252. "@smithy/property-provider": "^2.0.0",
  1253. "@smithy/shared-ini-file-loader": "^2.0.6",
  1254. "@smithy/types": "^2.3.4",
  1255. "tslib": "^2.5.0"
  1256. },
  1257. "engines": {
  1258. "node": ">=14.0.0"
  1259. }
  1260. },
  1261. "node_modules/@aws-sdk/credential-provider-ini/node_modules/@aws-sdk/credential-provider-web-identity": {
  1262. "version": "3.425.0",
  1263. "license": "Apache-2.0",
  1264. "dependencies": {
  1265. "@aws-sdk/types": "3.425.0",
  1266. "@smithy/property-provider": "^2.0.0",
  1267. "@smithy/types": "^2.3.4",
  1268. "tslib": "^2.5.0"
  1269. },
  1270. "engines": {
  1271. "node": ">=14.0.0"
  1272. }
  1273. },
  1274. "node_modules/@aws-sdk/credential-provider-ini/node_modules/@aws-sdk/types": {
  1275. "version": "3.425.0",
  1276. "license": "Apache-2.0",
  1277. "dependencies": {
  1278. "@smithy/types": "^2.3.4",
  1279. "tslib": "^2.5.0"
  1280. },
  1281. "engines": {
  1282. "node": ">=14.0.0"
  1283. }
  1284. },
  1285. "node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types": {
  1286. "version": "2.3.5",
  1287. "license": "Apache-2.0",
  1288. "dependencies": {
  1289. "tslib": "^2.5.0"
  1290. },
  1291. "engines": {
  1292. "node": ">=14.0.0"
  1293. }
  1294. },
  1295. "node_modules/@aws-sdk/credential-provider-sso": {
  1296. "version": "3.427.0",
  1297. "license": "Apache-2.0",
  1298. "dependencies": {
  1299. "@aws-sdk/client-sso": "3.427.0",
  1300. "@aws-sdk/token-providers": "3.427.0",
  1301. "@aws-sdk/types": "3.425.0",
  1302. "@smithy/property-provider": "^2.0.0",
  1303. "@smithy/shared-ini-file-loader": "^2.0.6",
  1304. "@smithy/types": "^2.3.4",
  1305. "tslib": "^2.5.0"
  1306. },
  1307. "engines": {
  1308. "node": ">=14.0.0"
  1309. }
  1310. },
  1311. "node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/types": {
  1312. "version": "3.425.0",
  1313. "license": "Apache-2.0",
  1314. "dependencies": {
  1315. "@smithy/types": "^2.3.4",
  1316. "tslib": "^2.5.0"
  1317. },
  1318. "engines": {
  1319. "node": ">=14.0.0"
  1320. }
  1321. },
  1322. "node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types": {
  1323. "version": "2.3.5",
  1324. "license": "Apache-2.0",
  1325. "dependencies": {
  1326. "tslib": "^2.5.0"
  1327. },
  1328. "engines": {
  1329. "node": ">=14.0.0"
  1330. }
  1331. },
  1332. "node_modules/@aws-sdk/middleware-sdk-sts": {
  1333. "version": "3.425.0",
  1334. "license": "Apache-2.0",
  1335. "dependencies": {
  1336. "@aws-sdk/middleware-signing": "3.425.0",
  1337. "@aws-sdk/types": "3.425.0",
  1338. "@smithy/types": "^2.3.4",
  1339. "tslib": "^2.5.0"
  1340. },
  1341. "engines": {
  1342. "node": ">=14.0.0"
  1343. }
  1344. },
  1345. "node_modules/@aws-sdk/middleware-sdk-sts/node_modules/@aws-sdk/middleware-signing": {
  1346. "version": "3.425.0",
  1347. "license": "Apache-2.0",
  1348. "dependencies": {
  1349. "@aws-sdk/types": "3.425.0",
  1350. "@smithy/property-provider": "^2.0.0",
  1351. "@smithy/protocol-http": "^3.0.6",
  1352. "@smithy/signature-v4": "^2.0.0",
  1353. "@smithy/types": "^2.3.4",
  1354. "@smithy/util-middleware": "^2.0.3",
  1355. "tslib": "^2.5.0"
  1356. },
  1357. "engines": {
  1358. "node": ">=14.0.0"
  1359. }
  1360. },
  1361. "node_modules/@aws-sdk/middleware-sdk-sts/node_modules/@aws-sdk/types": {
  1362. "version": "3.425.0",
  1363. "license": "Apache-2.0",
  1364. "dependencies": {
  1365. "@smithy/types": "^2.3.4",
  1366. "tslib": "^2.5.0"
  1367. },
  1368. "engines": {
  1369. "node": ">=14.0.0"
  1370. }
  1371. },
  1372. "node_modules/@aws-sdk/middleware-sdk-sts/node_modules/@smithy/types": {
  1373. "version": "2.3.5",
  1374. "license": "Apache-2.0",
  1375. "dependencies": {
  1376. "tslib": "^2.5.0"
  1377. },
  1378. "engines": {
  1379. "node": ">=14.0.0"
  1380. }
  1381. },
  1382. "node_modules/@aws-sdk/s3-request-presigner": {
  1383. "version": "3.427.0",
  1384. "license": "Apache-2.0",
  1385. "dependencies": {
  1386. "@aws-sdk/signature-v4-multi-region": "3.425.0",
  1387. "@aws-sdk/types": "3.425.0",
  1388. "@aws-sdk/util-format-url": "3.425.0",
  1389. "@smithy/middleware-endpoint": "^2.0.10",
  1390. "@smithy/protocol-http": "^3.0.6",
  1391. "@smithy/smithy-client": "^2.1.9",
  1392. "@smithy/types": "^2.3.4",
  1393. "tslib": "^2.5.0"
  1394. },
  1395. "engines": {
  1396. "node": ">=14.0.0"
  1397. }
  1398. },
  1399. "node_modules/@aws-sdk/s3-request-presigner/node_modules/@aws-sdk/signature-v4-multi-region": {
  1400. "version": "3.425.0",
  1401. "license": "Apache-2.0",
  1402. "dependencies": {
  1403. "@aws-sdk/types": "3.425.0",
  1404. "@smithy/protocol-http": "^3.0.6",
  1405. "@smithy/signature-v4": "^2.0.0",
  1406. "@smithy/types": "^2.3.4",
  1407. "tslib": "^2.5.0"
  1408. },
  1409. "engines": {
  1410. "node": ">=14.0.0"
  1411. }
  1412. },
  1413. "node_modules/@aws-sdk/s3-request-presigner/node_modules/@aws-sdk/types": {
  1414. "version": "3.425.0",
  1415. "license": "Apache-2.0",
  1416. "dependencies": {
  1417. "@smithy/types": "^2.3.4",
  1418. "tslib": "^2.5.0"
  1419. },
  1420. "engines": {
  1421. "node": ">=14.0.0"
  1422. }
  1423. },
  1424. "node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/middleware-endpoint": {
  1425. "version": "2.0.11",
  1426. "license": "Apache-2.0",
  1427. "dependencies": {
  1428. "@smithy/middleware-serde": "^2.0.11",
  1429. "@smithy/types": "^2.3.5",
  1430. "@smithy/url-parser": "^2.0.11",
  1431. "@smithy/util-middleware": "^2.0.4",
  1432. "tslib": "^2.5.0"
  1433. },
  1434. "engines": {
  1435. "node": ">=14.0.0"
  1436. }
  1437. },
  1438. "node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/smithy-client": {
  1439. "version": "2.1.10",
  1440. "license": "Apache-2.0",
  1441. "dependencies": {
  1442. "@smithy/middleware-stack": "^2.0.5",
  1443. "@smithy/types": "^2.3.5",
  1444. "@smithy/util-stream": "^2.0.15",
  1445. "tslib": "^2.5.0"
  1446. },
  1447. "engines": {
  1448. "node": ">=14.0.0"
  1449. }
  1450. },
  1451. "node_modules/@aws-sdk/s3-request-presigner/node_modules/@smithy/types": {
  1452. "version": "2.3.5",
  1453. "license": "Apache-2.0",
  1454. "dependencies": {
  1455. "tslib": "^2.5.0"
  1456. },
  1457. "engines": {
  1458. "node": ">=14.0.0"
  1459. }
  1460. },
  1461. "node_modules/@aws-sdk/signature-v4-crt": {
  1462. "version": "3.425.0",
  1463. "license": "Apache-2.0",
  1464. "dependencies": {
  1465. "@aws-sdk/signature-v4-multi-region": "3.425.0",
  1466. "@smithy/querystring-parser": "^2.0.0",
  1467. "@smithy/signature-v4": "^2.0.0",
  1468. "@smithy/types": "^2.3.4",
  1469. "@smithy/util-middleware": "^2.0.3",
  1470. "aws-crt": "^1.15.9",
  1471. "tslib": "^2.5.0"
  1472. },
  1473. "engines": {
  1474. "node": ">=14.0.0"
  1475. }
  1476. },
  1477. "node_modules/@aws-sdk/signature-v4-crt/node_modules/@aws-sdk/signature-v4-multi-region": {
  1478. "version": "3.425.0",
  1479. "license": "Apache-2.0",
  1480. "dependencies": {
  1481. "@aws-sdk/types": "3.425.0",
  1482. "@smithy/protocol-http": "^3.0.6",
  1483. "@smithy/signature-v4": "^2.0.0",
  1484. "@smithy/types": "^2.3.4",
  1485. "tslib": "^2.5.0"
  1486. },
  1487. "engines": {
  1488. "node": ">=14.0.0"
  1489. }
  1490. },
  1491. "node_modules/@aws-sdk/signature-v4-crt/node_modules/@aws-sdk/types": {
  1492. "version": "3.425.0",
  1493. "license": "Apache-2.0",
  1494. "dependencies": {
  1495. "@smithy/types": "^2.3.4",
  1496. "tslib": "^2.5.0"
  1497. },
  1498. "engines": {
  1499. "node": ">=14.0.0"
  1500. }
  1501. },
  1502. "node_modules/@aws-sdk/signature-v4-crt/node_modules/@smithy/types": {
  1503. "version": "2.3.5",
  1504. "license": "Apache-2.0",
  1505. "dependencies": {
  1506. "tslib": "^2.5.0"
  1507. },
  1508. "engines": {
  1509. "node": ">=14.0.0"
  1510. }
  1511. },
  1512. "node_modules/@aws-sdk/token-providers": {
  1513. "version": "3.427.0",
  1514. "license": "Apache-2.0",
  1515. "dependencies": {
  1516. "@aws-crypto/sha256-browser": "3.0.0",
  1517. "@aws-crypto/sha256-js": "3.0.0",
  1518. "@aws-sdk/middleware-host-header": "3.425.0",
  1519. "@aws-sdk/middleware-logger": "3.425.0",
  1520. "@aws-sdk/middleware-recursion-detection": "3.425.0",
  1521. "@aws-sdk/middleware-user-agent": "3.427.0",
  1522. "@aws-sdk/types": "3.425.0",
  1523. "@aws-sdk/util-endpoints": "3.427.0",
  1524. "@aws-sdk/util-user-agent-browser": "3.425.0",
  1525. "@aws-sdk/util-user-agent-node": "3.425.0",
  1526. "@smithy/config-resolver": "^2.0.11",
  1527. "@smithy/fetch-http-handler": "^2.2.1",
  1528. "@smithy/hash-node": "^2.0.10",
  1529. "@smithy/invalid-dependency": "^2.0.10",
  1530. "@smithy/middleware-content-length": "^2.0.12",
  1531. "@smithy/middleware-endpoint": "^2.0.10",
  1532. "@smithy/middleware-retry": "^2.0.13",
  1533. "@smithy/middleware-serde": "^2.0.10",
  1534. "@smithy/middleware-stack": "^2.0.4",
  1535. "@smithy/node-config-provider": "^2.0.13",
  1536. "@smithy/node-http-handler": "^2.1.6",
  1537. "@smithy/property-provider": "^2.0.0",
  1538. "@smithy/protocol-http": "^3.0.6",
  1539. "@smithy/shared-ini-file-loader": "^2.0.6",
  1540. "@smithy/smithy-client": "^2.1.9",
  1541. "@smithy/types": "^2.3.4",
  1542. "@smithy/url-parser": "^2.0.10",
  1543. "@smithy/util-base64": "^2.0.0",
  1544. "@smithy/util-body-length-browser": "^2.0.0",
  1545. "@smithy/util-body-length-node": "^2.1.0",
  1546. "@smithy/util-defaults-mode-browser": "^2.0.13",
  1547. "@smithy/util-defaults-mode-node": "^2.0.15",
  1548. "@smithy/util-retry": "^2.0.3",
  1549. "@smithy/util-utf8": "^2.0.0",
  1550. "tslib": "^2.5.0"
  1551. },
  1552. "engines": {
  1553. "node": ">=14.0.0"
  1554. }
  1555. },
  1556. "node_modules/@aws-sdk/token-providers/node_modules/@aws-crypto/sha256-browser": {
  1557. "version": "3.0.0",
  1558. "license": "Apache-2.0",
  1559. "dependencies": {
  1560. "@aws-crypto/ie11-detection": "^3.0.0",
  1561. "@aws-crypto/sha256-js": "^3.0.0",
  1562. "@aws-crypto/supports-web-crypto": "^3.0.0",
  1563. "@aws-crypto/util": "^3.0.0",
  1564. "@aws-sdk/types": "^3.222.0",
  1565. "@aws-sdk/util-locate-window": "^3.0.0",
  1566. "@aws-sdk/util-utf8-browser": "^3.0.0",
  1567. "tslib": "^1.11.1"
  1568. }
  1569. },
  1570. "node_modules/@aws-sdk/token-providers/node_modules/@aws-crypto/sha256-browser/node_modules/tslib": {
  1571. "version": "1.14.1",
  1572. "license": "0BSD"
  1573. },
  1574. "node_modules/@aws-sdk/token-providers/node_modules/@aws-crypto/sha256-js": {
  1575. "version": "3.0.0",
  1576. "license": "Apache-2.0",
  1577. "dependencies": {
  1578. "@aws-crypto/util": "^3.0.0",
  1579. "@aws-sdk/types": "^3.222.0",
  1580. "tslib": "^1.11.1"
  1581. }
  1582. },
  1583. "node_modules/@aws-sdk/token-providers/node_modules/@aws-crypto/sha256-js/node_modules/tslib": {
  1584. "version": "1.14.1",
  1585. "license": "0BSD"
  1586. },
  1587. "node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/middleware-host-header": {
  1588. "version": "3.425.0",
  1589. "license": "Apache-2.0",
  1590. "dependencies": {
  1591. "@aws-sdk/types": "3.425.0",
  1592. "@smithy/protocol-http": "^3.0.6",
  1593. "@smithy/types": "^2.3.4",
  1594. "tslib": "^2.5.0"
  1595. },
  1596. "engines": {
  1597. "node": ">=14.0.0"
  1598. }
  1599. },
  1600. "node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/middleware-logger": {
  1601. "version": "3.425.0",
  1602. "license": "Apache-2.0",
  1603. "dependencies": {
  1604. "@aws-sdk/types": "3.425.0",
  1605. "@smithy/types": "^2.3.4",
  1606. "tslib": "^2.5.0"
  1607. },
  1608. "engines": {
  1609. "node": ">=14.0.0"
  1610. }
  1611. },
  1612. "node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/middleware-recursion-detection": {
  1613. "version": "3.425.0",
  1614. "license": "Apache-2.0",
  1615. "dependencies": {
  1616. "@aws-sdk/types": "3.425.0",
  1617. "@smithy/protocol-http": "^3.0.6",
  1618. "@smithy/types": "^2.3.4",
  1619. "tslib": "^2.5.0"
  1620. },
  1621. "engines": {
  1622. "node": ">=14.0.0"
  1623. }
  1624. },
  1625. "node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/middleware-user-agent": {
  1626. "version": "3.427.0",
  1627. "license": "Apache-2.0",
  1628. "dependencies": {
  1629. "@aws-sdk/types": "3.425.0",
  1630. "@aws-sdk/util-endpoints": "3.427.0",
  1631. "@smithy/protocol-http": "^3.0.6",
  1632. "@smithy/types": "^2.3.4",
  1633. "tslib": "^2.5.0"
  1634. },
  1635. "engines": {
  1636. "node": ">=14.0.0"
  1637. }
  1638. },
  1639. "node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/types": {
  1640. "version": "3.425.0",
  1641. "license": "Apache-2.0",
  1642. "dependencies": {
  1643. "@smithy/types": "^2.3.4",
  1644. "tslib": "^2.5.0"
  1645. },
  1646. "engines": {
  1647. "node": ">=14.0.0"
  1648. }
  1649. },
  1650. "node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/util-endpoints": {
  1651. "version": "3.427.0",
  1652. "license": "Apache-2.0",
  1653. "dependencies": {
  1654. "@aws-sdk/types": "3.425.0",
  1655. "@smithy/node-config-provider": "^2.0.13",
  1656. "tslib": "^2.5.0"
  1657. },
  1658. "engines": {
  1659. "node": ">=14.0.0"
  1660. }
  1661. },
  1662. "node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/util-user-agent-browser": {
  1663. "version": "3.425.0",
  1664. "license": "Apache-2.0",
  1665. "dependencies": {
  1666. "@aws-sdk/types": "3.425.0",
  1667. "@smithy/types": "^2.3.4",
  1668. "bowser": "^2.11.0",
  1669. "tslib": "^2.5.0"
  1670. }
  1671. },
  1672. "node_modules/@aws-sdk/token-providers/node_modules/@smithy/config-resolver": {
  1673. "version": "2.0.14",
  1674. "license": "Apache-2.0",
  1675. "dependencies": {
  1676. "@smithy/node-config-provider": "^2.1.1",
  1677. "@smithy/types": "^2.3.5",
  1678. "@smithy/util-config-provider": "^2.0.0",
  1679. "@smithy/util-middleware": "^2.0.4",
  1680. "tslib": "^2.5.0"
  1681. },
  1682. "engines": {
  1683. "node": ">=14.0.0"
  1684. }
  1685. },
  1686. "node_modules/@aws-sdk/token-providers/node_modules/@smithy/hash-node": {
  1687. "version": "2.0.11",
  1688. "license": "Apache-2.0",
  1689. "dependencies": {
  1690. "@smithy/types": "^2.3.5",
  1691. "@smithy/util-buffer-from": "^2.0.0",
  1692. "@smithy/util-utf8": "^2.0.0",
  1693. "tslib": "^2.5.0"
  1694. },
  1695. "engines": {
  1696. "node": ">=14.0.0"
  1697. }
  1698. },
  1699. "node_modules/@aws-sdk/token-providers/node_modules/@smithy/invalid-dependency": {
  1700. "version": "2.0.11",
  1701. "license": "Apache-2.0",
  1702. "dependencies": {
  1703. "@smithy/types": "^2.3.5",
  1704. "tslib": "^2.5.0"
  1705. }
  1706. },
  1707. "node_modules/@aws-sdk/token-providers/node_modules/@smithy/middleware-endpoint": {
  1708. "version": "2.0.11",
  1709. "license": "Apache-2.0",
  1710. "dependencies": {
  1711. "@smithy/middleware-serde": "^2.0.11",
  1712. "@smithy/types": "^2.3.5",
  1713. "@smithy/url-parser": "^2.0.11",
  1714. "@smithy/util-middleware": "^2.0.4",
  1715. "tslib": "^2.5.0"
  1716. },
  1717. "engines": {
  1718. "node": ">=14.0.0"
  1719. }
  1720. },
  1721. "node_modules/@aws-sdk/token-providers/node_modules/@smithy/middleware-retry": {
  1722. "version": "2.0.16",
  1723. "license": "Apache-2.0",
  1724. "dependencies": {
  1725. "@smithy/node-config-provider": "^2.1.1",
  1726. "@smithy/protocol-http": "^3.0.7",
  1727. "@smithy/service-error-classification": "^2.0.4",
  1728. "@smithy/types": "^2.3.5",
  1729. "@smithy/util-middleware": "^2.0.4",
  1730. "@smithy/util-retry": "^2.0.4",
  1731. "tslib": "^2.5.0",
  1732. "uuid": "^8.3.2"
  1733. },
  1734. "engines": {
  1735. "node": ">=14.0.0"
  1736. }
  1737. },
  1738. "node_modules/@aws-sdk/token-providers/node_modules/@smithy/node-http-handler": {
  1739. "version": "2.1.7",
  1740. "license": "Apache-2.0",
  1741. "dependencies": {
  1742. "@smithy/abort-controller": "^2.0.11",
  1743. "@smithy/protocol-http": "^3.0.7",
  1744. "@smithy/querystring-builder": "^2.0.11",
  1745. "@smithy/types": "^2.3.5",
  1746. "tslib": "^2.5.0"
  1747. },
  1748. "engines": {
  1749. "node": ">=14.0.0"
  1750. }
  1751. },
  1752. "node_modules/@aws-sdk/token-providers/node_modules/@smithy/smithy-client": {
  1753. "version": "2.1.10",
  1754. "license": "Apache-2.0",
  1755. "dependencies": {
  1756. "@smithy/middleware-stack": "^2.0.5",
  1757. "@smithy/types": "^2.3.5",
  1758. "@smithy/util-stream": "^2.0.15",
  1759. "tslib": "^2.5.0"
  1760. },
  1761. "engines": {
  1762. "node": ">=14.0.0"
  1763. }
  1764. },
  1765. "node_modules/@aws-sdk/token-providers/node_modules/@smithy/types": {
  1766. "version": "2.3.5",
  1767. "license": "Apache-2.0",
  1768. "dependencies": {
  1769. "tslib": "^2.5.0"
  1770. },
  1771. "engines": {
  1772. "node": ">=14.0.0"
  1773. }
  1774. },
  1775. "node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-base64": {
  1776. "version": "2.0.0",
  1777. "license": "Apache-2.0",
  1778. "dependencies": {
  1779. "@smithy/util-buffer-from": "^2.0.0",
  1780. "tslib": "^2.5.0"
  1781. },
  1782. "engines": {
  1783. "node": ">=14.0.0"
  1784. }
  1785. },
  1786. "node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-body-length-node": {
  1787. "version": "2.1.0",
  1788. "license": "Apache-2.0",
  1789. "dependencies": {
  1790. "tslib": "^2.5.0"
  1791. },
  1792. "engines": {
  1793. "node": ">=14.0.0"
  1794. }
  1795. },
  1796. "node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-defaults-mode-node": {
  1797. "version": "2.0.18",
  1798. "license": "Apache-2.0",
  1799. "dependencies": {
  1800. "@smithy/config-resolver": "^2.0.14",
  1801. "@smithy/credential-provider-imds": "^2.0.16",
  1802. "@smithy/node-config-provider": "^2.1.1",
  1803. "@smithy/property-provider": "^2.0.12",
  1804. "@smithy/smithy-client": "^2.1.10",
  1805. "@smithy/types": "^2.3.5",
  1806. "tslib": "^2.5.0"
  1807. },
  1808. "engines": {
  1809. "node": ">= 10.0.0"
  1810. }
  1811. },
  1812. "node_modules/@aws-sdk/util-arn-parser": {
  1813. "version": "3.310.0",
  1814. "license": "Apache-2.0",
  1815. "dependencies": {
  1816. "tslib": "^2.5.0"
  1817. },
  1818. "engines": {
  1819. "node": ">=14.0.0"
  1820. }
  1821. },
  1822. "node_modules/@aws-sdk/util-format-url": {
  1823. "version": "3.425.0",
  1824. "license": "Apache-2.0",
  1825. "dependencies": {
  1826. "@aws-sdk/types": "3.425.0",
  1827. "@smithy/querystring-builder": "^2.0.10",
  1828. "@smithy/types": "^2.3.4",
  1829. "tslib": "^2.5.0"
  1830. },
  1831. "engines": {
  1832. "node": ">=14.0.0"
  1833. }
  1834. },
  1835. "node_modules/@aws-sdk/util-format-url/node_modules/@aws-sdk/types": {
  1836. "version": "3.425.0",
  1837. "license": "Apache-2.0",
  1838. "dependencies": {
  1839. "@smithy/types": "^2.3.4",
  1840. "tslib": "^2.5.0"
  1841. },
  1842. "engines": {
  1843. "node": ">=14.0.0"
  1844. }
  1845. },
  1846. "node_modules/@aws-sdk/util-format-url/node_modules/@smithy/types": {
  1847. "version": "2.3.5",
  1848. "license": "Apache-2.0",
  1849. "dependencies": {
  1850. "tslib": "^2.5.0"
  1851. },
  1852. "engines": {
  1853. "node": ">=14.0.0"
  1854. }
  1855. },
  1856. "node_modules/@aws-sdk/util-locate-window": {
  1857. "version": "3.310.0",
  1858. "license": "Apache-2.0",
  1859. "dependencies": {
  1860. "tslib": "^2.5.0"
  1861. },
  1862. "engines": {
  1863. "node": ">=14.0.0"
  1864. }
  1865. },
  1866. "node_modules/@aws-sdk/util-user-agent-node": {
  1867. "version": "3.425.0",
  1868. "license": "Apache-2.0",
  1869. "dependencies": {
  1870. "@aws-sdk/types": "3.425.0",
  1871. "@smithy/node-config-provider": "^2.0.13",
  1872. "@smithy/types": "^2.3.4",
  1873. "tslib": "^2.5.0"
  1874. },
  1875. "engines": {
  1876. "node": ">=14.0.0"
  1877. },
  1878. "peerDependencies": {
  1879. "aws-crt": ">=1.0.0"
  1880. },
  1881. "peerDependenciesMeta": {
  1882. "aws-crt": {
  1883. "optional": true
  1884. }
  1885. }
  1886. },
  1887. "node_modules/@aws-sdk/util-user-agent-node/node_modules/@aws-sdk/types": {
  1888. "version": "3.425.0",
  1889. "license": "Apache-2.0",
  1890. "dependencies": {
  1891. "@smithy/types": "^2.3.4",
  1892. "tslib": "^2.5.0"
  1893. },
  1894. "engines": {
  1895. "node": ">=14.0.0"
  1896. }
  1897. },
  1898. "node_modules/@aws-sdk/util-user-agent-node/node_modules/@smithy/types": {
  1899. "version": "2.3.5",
  1900. "license": "Apache-2.0",
  1901. "dependencies": {
  1902. "tslib": "^2.5.0"
  1903. },
  1904. "engines": {
  1905. "node": ">=14.0.0"
  1906. }
  1907. },
  1908. "node_modules/@aws-sdk/util-utf8-browser": {
  1909. "version": "3.259.0",
  1910. "license": "Apache-2.0",
  1911. "dependencies": {
  1912. "tslib": "^2.3.1"
  1913. }
  1914. },
  1915. "node_modules/@babel/code-frame": {
  1916. "version": "7.22.13",
  1917. "license": "MIT",
  1918. "dependencies": {
  1919. "@babel/highlight": "^7.22.13",
  1920. "chalk": "^2.4.2"
  1921. },
  1922. "engines": {
  1923. "node": ">=6.9.0"
  1924. }
  1925. },
  1926. "node_modules/@babel/compat-data": {
  1927. "version": "7.22.20",
  1928. "license": "MIT",
  1929. "engines": {
  1930. "node": ">=6.9.0"
  1931. }
  1932. },
  1933. "node_modules/@babel/core": {
  1934. "version": "7.23.0",
  1935. "license": "MIT",
  1936. "dependencies": {
  1937. "@ampproject/remapping": "^2.2.0",
  1938. "@babel/code-frame": "^7.22.13",
  1939. "@babel/generator": "^7.23.0",
  1940. "@babel/helper-compilation-targets": "^7.22.15",
  1941. "@babel/helper-module-transforms": "^7.23.0",
  1942. "@babel/helpers": "^7.23.0",
  1943. "@babel/parser": "^7.23.0",
  1944. "@babel/template": "^7.22.15",
  1945. "@babel/traverse": "^7.23.0",
  1946. "@babel/types": "^7.23.0",
  1947. "convert-source-map": "^2.0.0",
  1948. "debug": "^4.1.0",
  1949. "gensync": "^1.0.0-beta.2",
  1950. "json5": "^2.2.3",
  1951. "semver": "^6.3.1"
  1952. },
  1953. "engines": {
  1954. "node": ">=6.9.0"
  1955. },
  1956. "funding": {
  1957. "type": "opencollective",
  1958. "url": "https://opencollective.com/babel"
  1959. }
  1960. },
  1961. "node_modules/@babel/core/node_modules/semver": {
  1962. "version": "6.3.1",
  1963. "license": "ISC",
  1964. "bin": {
  1965. "semver": "bin/semver.js"
  1966. }
  1967. },
  1968. "node_modules/@babel/generator": {
  1969. "version": "7.23.0",
  1970. "license": "MIT",
  1971. "dependencies": {
  1972. "@babel/types": "^7.23.0",
  1973. "@jridgewell/gen-mapping": "^0.3.2",
  1974. "@jridgewell/trace-mapping": "^0.3.17",
  1975. "jsesc": "^2.5.1"
  1976. },
  1977. "engines": {
  1978. "node": ">=6.9.0"
  1979. }
  1980. },
  1981. "node_modules/@babel/helper-annotate-as-pure": {
  1982. "version": "7.22.5",
  1983. "license": "MIT",
  1984. "dependencies": {
  1985. "@babel/types": "^7.22.5"
  1986. },
  1987. "engines": {
  1988. "node": ">=6.9.0"
  1989. }
  1990. },
  1991. "node_modules/@babel/helper-compilation-targets": {
  1992. "version": "7.22.15",
  1993. "license": "MIT",
  1994. "dependencies": {
  1995. "@babel/compat-data": "^7.22.9",
  1996. "@babel/helper-validator-option": "^7.22.15",
  1997. "browserslist": "^4.21.9",
  1998. "lru-cache": "^5.1.1",
  1999. "semver": "^6.3.1"
  2000. },
  2001. "engines": {
  2002. "node": ">=6.9.0"
  2003. }
  2004. },
  2005. "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
  2006. "version": "5.1.1",
  2007. "license": "ISC",
  2008. "dependencies": {
  2009. "yallist": "^3.0.2"
  2010. }
  2011. },
  2012. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  2013. "version": "6.3.1",
  2014. "license": "ISC",
  2015. "bin": {
  2016. "semver": "bin/semver.js"
  2017. }
  2018. },
  2019. "node_modules/@babel/helper-create-class-features-plugin": {
  2020. "version": "7.22.15",
  2021. "license": "MIT",
  2022. "dependencies": {
  2023. "@babel/helper-annotate-as-pure": "^7.22.5",
  2024. "@babel/helper-environment-visitor": "^7.22.5",
  2025. "@babel/helper-function-name": "^7.22.5",
  2026. "@babel/helper-member-expression-to-functions": "^7.22.15",
  2027. "@babel/helper-optimise-call-expression": "^7.22.5",
  2028. "@babel/helper-replace-supers": "^7.22.9",
  2029. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  2030. "@babel/helper-split-export-declaration": "^7.22.6",
  2031. "semver": "^6.3.1"
  2032. },
  2033. "engines": {
  2034. "node": ">=6.9.0"
  2035. },
  2036. "peerDependencies": {
  2037. "@babel/core": "^7.0.0"
  2038. }
  2039. },
  2040. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  2041. "version": "6.3.1",
  2042. "license": "ISC",
  2043. "bin": {
  2044. "semver": "bin/semver.js"
  2045. }
  2046. },
  2047. "node_modules/@babel/helper-environment-visitor": {
  2048. "version": "7.22.20",
  2049. "license": "MIT",
  2050. "engines": {
  2051. "node": ">=6.9.0"
  2052. }
  2053. },
  2054. "node_modules/@babel/helper-function-name": {
  2055. "version": "7.23.0",
  2056. "license": "MIT",
  2057. "dependencies": {
  2058. "@babel/template": "^7.22.15",
  2059. "@babel/types": "^7.23.0"
  2060. },
  2061. "engines": {
  2062. "node": ">=6.9.0"
  2063. }
  2064. },
  2065. "node_modules/@babel/helper-hoist-variables": {
  2066. "version": "7.22.5",
  2067. "license": "MIT",
  2068. "dependencies": {
  2069. "@babel/types": "^7.22.5"
  2070. },
  2071. "engines": {
  2072. "node": ">=6.9.0"
  2073. }
  2074. },
  2075. "node_modules/@babel/helper-member-expression-to-functions": {
  2076. "version": "7.23.0",
  2077. "license": "MIT",
  2078. "dependencies": {
  2079. "@babel/types": "^7.23.0"
  2080. },
  2081. "engines": {
  2082. "node": ">=6.9.0"
  2083. }
  2084. },
  2085. "node_modules/@babel/helper-module-imports": {
  2086. "version": "7.22.15",
  2087. "license": "MIT",
  2088. "dependencies": {
  2089. "@babel/types": "^7.22.15"
  2090. },
  2091. "engines": {
  2092. "node": ">=6.9.0"
  2093. }
  2094. },
  2095. "node_modules/@babel/helper-module-transforms": {
  2096. "version": "7.23.0",
  2097. "license": "MIT",
  2098. "dependencies": {
  2099. "@babel/helper-environment-visitor": "^7.22.20",
  2100. "@babel/helper-module-imports": "^7.22.15",
  2101. "@babel/helper-simple-access": "^7.22.5",
  2102. "@babel/helper-split-export-declaration": "^7.22.6",
  2103. "@babel/helper-validator-identifier": "^7.22.20"
  2104. },
  2105. "engines": {
  2106. "node": ">=6.9.0"
  2107. },
  2108. "peerDependencies": {
  2109. "@babel/core": "^7.0.0"
  2110. }
  2111. },
  2112. "node_modules/@babel/helper-optimise-call-expression": {
  2113. "version": "7.22.5",
  2114. "license": "MIT",
  2115. "dependencies": {
  2116. "@babel/types": "^7.22.5"
  2117. },
  2118. "engines": {
  2119. "node": ">=6.9.0"
  2120. }
  2121. },
  2122. "node_modules/@babel/helper-plugin-utils": {
  2123. "version": "7.22.5",
  2124. "license": "MIT",
  2125. "engines": {
  2126. "node": ">=6.9.0"
  2127. }
  2128. },
  2129. "node_modules/@babel/helper-replace-supers": {
  2130. "version": "7.22.20",
  2131. "license": "MIT",
  2132. "dependencies": {
  2133. "@babel/helper-environment-visitor": "^7.22.20",
  2134. "@babel/helper-member-expression-to-functions": "^7.22.15",
  2135. "@babel/helper-optimise-call-expression": "^7.22.5"
  2136. },
  2137. "engines": {
  2138. "node": ">=6.9.0"
  2139. },
  2140. "peerDependencies": {
  2141. "@babel/core": "^7.0.0"
  2142. }
  2143. },
  2144. "node_modules/@babel/helper-simple-access": {
  2145. "version": "7.22.5",
  2146. "license": "MIT",
  2147. "dependencies": {
  2148. "@babel/types": "^7.22.5"
  2149. },
  2150. "engines": {
  2151. "node": ">=6.9.0"
  2152. }
  2153. },
  2154. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  2155. "version": "7.22.5",
  2156. "license": "MIT",
  2157. "dependencies": {
  2158. "@babel/types": "^7.22.5"
  2159. },
  2160. "engines": {
  2161. "node": ">=6.9.0"
  2162. }
  2163. },
  2164. "node_modules/@babel/helper-split-export-declaration": {
  2165. "version": "7.22.6",
  2166. "license": "MIT",
  2167. "dependencies": {
  2168. "@babel/types": "^7.22.5"
  2169. },
  2170. "engines": {
  2171. "node": ">=6.9.0"
  2172. }
  2173. },
  2174. "node_modules/@babel/helper-string-parser": {
  2175. "version": "7.22.5",
  2176. "license": "MIT",
  2177. "engines": {
  2178. "node": ">=6.9.0"
  2179. }
  2180. },
  2181. "node_modules/@babel/helper-validator-identifier": {
  2182. "version": "7.22.20",
  2183. "license": "MIT",
  2184. "engines": {
  2185. "node": ">=6.9.0"
  2186. }
  2187. },
  2188. "node_modules/@babel/helper-validator-option": {
  2189. "version": "7.22.15",
  2190. "license": "MIT",
  2191. "engines": {
  2192. "node": ">=6.9.0"
  2193. }
  2194. },
  2195. "node_modules/@babel/helpers": {
  2196. "version": "7.23.1",
  2197. "license": "MIT",
  2198. "dependencies": {
  2199. "@babel/template": "^7.22.15",
  2200. "@babel/traverse": "^7.23.0",
  2201. "@babel/types": "^7.23.0"
  2202. },
  2203. "engines": {
  2204. "node": ">=6.9.0"
  2205. }
  2206. },
  2207. "node_modules/@babel/highlight": {
  2208. "version": "7.22.20",
  2209. "license": "MIT",
  2210. "dependencies": {
  2211. "@babel/helper-validator-identifier": "^7.22.20",
  2212. "chalk": "^2.4.2",
  2213. "js-tokens": "^4.0.0"
  2214. },
  2215. "engines": {
  2216. "node": ">=6.9.0"
  2217. }
  2218. },
  2219. "node_modules/@babel/parser": {
  2220. "version": "7.23.0",
  2221. "license": "MIT",
  2222. "bin": {
  2223. "parser": "bin/babel-parser.js"
  2224. },
  2225. "engines": {
  2226. "node": ">=6.0.0"
  2227. }
  2228. },
  2229. "node_modules/@babel/plugin-syntax-jsx": {
  2230. "version": "7.22.5",
  2231. "license": "MIT",
  2232. "dependencies": {
  2233. "@babel/helper-plugin-utils": "^7.22.5"
  2234. },
  2235. "engines": {
  2236. "node": ">=6.9.0"
  2237. },
  2238. "peerDependencies": {
  2239. "@babel/core": "^7.0.0-0"
  2240. }
  2241. },
  2242. "node_modules/@babel/plugin-syntax-typescript": {
  2243. "version": "7.22.5",
  2244. "license": "MIT",
  2245. "dependencies": {
  2246. "@babel/helper-plugin-utils": "^7.22.5"
  2247. },
  2248. "engines": {
  2249. "node": ">=6.9.0"
  2250. },
  2251. "peerDependencies": {
  2252. "@babel/core": "^7.0.0-0"
  2253. }
  2254. },
  2255. "node_modules/@babel/plugin-transform-typescript": {
  2256. "version": "7.22.15",
  2257. "license": "MIT",
  2258. "dependencies": {
  2259. "@babel/helper-annotate-as-pure": "^7.22.5",
  2260. "@babel/helper-create-class-features-plugin": "^7.22.15",
  2261. "@babel/helper-plugin-utils": "^7.22.5",
  2262. "@babel/plugin-syntax-typescript": "^7.22.5"
  2263. },
  2264. "engines": {
  2265. "node": ">=6.9.0"
  2266. },
  2267. "peerDependencies": {
  2268. "@babel/core": "^7.0.0-0"
  2269. }
  2270. },
  2271. "node_modules/@babel/runtime": {
  2272. "version": "7.23.1",
  2273. "license": "MIT",
  2274. "dependencies": {
  2275. "regenerator-runtime": "^0.14.0"
  2276. },
  2277. "engines": {
  2278. "node": ">=6.9.0"
  2279. }
  2280. },
  2281. "node_modules/@babel/template": {
  2282. "version": "7.22.15",
  2283. "license": "MIT",
  2284. "dependencies": {
  2285. "@babel/code-frame": "^7.22.13",
  2286. "@babel/parser": "^7.22.15",
  2287. "@babel/types": "^7.22.15"
  2288. },
  2289. "engines": {
  2290. "node": ">=6.9.0"
  2291. }
  2292. },
  2293. "node_modules/@babel/traverse": {
  2294. "version": "7.23.0",
  2295. "license": "MIT",
  2296. "dependencies": {
  2297. "@babel/code-frame": "^7.22.13",
  2298. "@babel/generator": "^7.23.0",
  2299. "@babel/helper-environment-visitor": "^7.22.20",
  2300. "@babel/helper-function-name": "^7.23.0",
  2301. "@babel/helper-hoist-variables": "^7.22.5",
  2302. "@babel/helper-split-export-declaration": "^7.22.6",
  2303. "@babel/parser": "^7.23.0",
  2304. "@babel/types": "^7.23.0",
  2305. "debug": "^4.1.0",
  2306. "globals": "^11.1.0"
  2307. },
  2308. "engines": {
  2309. "node": ">=6.9.0"
  2310. }
  2311. },
  2312. "node_modules/@babel/types": {
  2313. "version": "7.23.0",
  2314. "license": "MIT",
  2315. "dependencies": {
  2316. "@babel/helper-string-parser": "^7.22.5",
  2317. "@babel/helper-validator-identifier": "^7.22.20",
  2318. "to-fast-properties": "^2.0.0"
  2319. },
  2320. "engines": {
  2321. "node": ">=6.9.0"
  2322. }
  2323. },
  2324. "node_modules/@ctrl/tinycolor": {
  2325. "version": "3.6.1",
  2326. "license": "MIT",
  2327. "engines": {
  2328. "node": ">=10"
  2329. }
  2330. },
  2331. "node_modules/@element-plus/icons-vue": {
  2332. "version": "2.1.0",
  2333. "license": "MIT",
  2334. "peerDependencies": {
  2335. "vue": "^3.2.0"
  2336. }
  2337. },
  2338. "node_modules/@eslint-community/eslint-utils": {
  2339. "version": "4.4.0",
  2340. "dev": true,
  2341. "license": "MIT",
  2342. "dependencies": {
  2343. "eslint-visitor-keys": "^3.3.0"
  2344. },
  2345. "engines": {
  2346. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2347. },
  2348. "peerDependencies": {
  2349. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  2350. }
  2351. },
  2352. "node_modules/@eslint-community/regexpp": {
  2353. "version": "4.9.1",
  2354. "dev": true,
  2355. "license": "MIT",
  2356. "engines": {
  2357. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  2358. }
  2359. },
  2360. "node_modules/@eslint/eslintrc": {
  2361. "version": "2.1.2",
  2362. "dev": true,
  2363. "license": "MIT",
  2364. "dependencies": {
  2365. "ajv": "^6.12.4",
  2366. "debug": "^4.3.2",
  2367. "espree": "^9.6.0",
  2368. "globals": "^13.19.0",
  2369. "ignore": "^5.2.0",
  2370. "import-fresh": "^3.2.1",
  2371. "js-yaml": "^4.1.0",
  2372. "minimatch": "^3.1.2",
  2373. "strip-json-comments": "^3.1.1"
  2374. },
  2375. "engines": {
  2376. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2377. },
  2378. "funding": {
  2379. "url": "https://opencollective.com/eslint"
  2380. }
  2381. },
  2382. "node_modules/@eslint/eslintrc/node_modules/globals": {
  2383. "version": "13.23.0",
  2384. "dev": true,
  2385. "license": "MIT",
  2386. "dependencies": {
  2387. "type-fest": "^0.20.2"
  2388. },
  2389. "engines": {
  2390. "node": ">=8"
  2391. },
  2392. "funding": {
  2393. "url": "https://github.com/sponsors/sindresorhus"
  2394. }
  2395. },
  2396. "node_modules/@eslint/js": {
  2397. "version": "8.51.0",
  2398. "dev": true,
  2399. "license": "MIT",
  2400. "engines": {
  2401. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2402. }
  2403. },
  2404. "node_modules/@fast-crud/fast-crud": {
  2405. "version": "1.17.5",
  2406. "license": "MIT",
  2407. "dependencies": {
  2408. "file-saver": "^2.0.5",
  2409. "lru-cache": "^10.0.0",
  2410. "vuedraggable-es": "^4.1.1",
  2411. "xlsx": "^0.18.5"
  2412. }
  2413. },
  2414. "node_modules/@fast-crud/fast-extends": {
  2415. "version": "1.17.5",
  2416. "license": "MIT",
  2417. "dependencies": {
  2418. "@aws-sdk/client-s3": "^3.383.0",
  2419. "@aws-sdk/s3-request-presigner": "^3.383.0",
  2420. "@aws-sdk/signature-v4-crt": "^3.378.0",
  2421. "@soerenmartius/vue3-clipboard": "^0.1.2",
  2422. "@wangeditor/editor": "^5.1.23",
  2423. "@wangeditor/editor-for-vue": "^5.1.12",
  2424. "ali-oss": "^6.18.0",
  2425. "cos-js-sdk-v5": "^1.4.19",
  2426. "cropperjs": "^1.5.13",
  2427. "dayjs": "^1.11.9",
  2428. "glob": "^10.3.3",
  2429. "humanize-duration": "^3.29.0",
  2430. "jsoneditor": "^9.10.2",
  2431. "lodash-es": "^4.17.21",
  2432. "object-assign": "^4.1.1",
  2433. "qiniu-js": "3.4.1",
  2434. "quill": "^1.3.7",
  2435. "vue-cropperjs": "^5.0.0"
  2436. }
  2437. },
  2438. "node_modules/@fast-crud/ui-element": {
  2439. "version": "1.17.5",
  2440. "license": "MIT"
  2441. },
  2442. "node_modules/@fast-crud/ui-interface": {
  2443. "version": "1.17.5",
  2444. "license": "MIT",
  2445. "dependencies": {
  2446. "lodash-es": "^4.17.21"
  2447. }
  2448. },
  2449. "node_modules/@floating-ui/core": {
  2450. "version": "1.5.0",
  2451. "license": "MIT",
  2452. "dependencies": {
  2453. "@floating-ui/utils": "^0.1.3"
  2454. }
  2455. },
  2456. "node_modules/@floating-ui/dom": {
  2457. "version": "1.5.3",
  2458. "license": "MIT",
  2459. "dependencies": {
  2460. "@floating-ui/core": "^1.4.2",
  2461. "@floating-ui/utils": "^0.1.3"
  2462. }
  2463. },
  2464. "node_modules/@floating-ui/utils": {
  2465. "version": "0.1.6",
  2466. "license": "MIT"
  2467. },
  2468. "node_modules/@httptoolkit/websocket-stream": {
  2469. "version": "6.0.1",
  2470. "license": "BSD-2-Clause",
  2471. "dependencies": {
  2472. "@types/ws": "*",
  2473. "duplexify": "^3.5.1",
  2474. "inherits": "^2.0.1",
  2475. "isomorphic-ws": "^4.0.1",
  2476. "readable-stream": "^2.3.3",
  2477. "safe-buffer": "^5.1.2",
  2478. "ws": "*",
  2479. "xtend": "^4.0.0"
  2480. }
  2481. },
  2482. "node_modules/@humanwhocodes/config-array": {
  2483. "version": "0.11.11",
  2484. "dev": true,
  2485. "license": "Apache-2.0",
  2486. "dependencies": {
  2487. "@humanwhocodes/object-schema": "^1.2.1",
  2488. "debug": "^4.1.1",
  2489. "minimatch": "^3.0.5"
  2490. },
  2491. "engines": {
  2492. "node": ">=10.10.0"
  2493. }
  2494. },
  2495. "node_modules/@humanwhocodes/module-importer": {
  2496. "version": "1.0.1",
  2497. "dev": true,
  2498. "license": "Apache-2.0",
  2499. "engines": {
  2500. "node": ">=12.22"
  2501. },
  2502. "funding": {
  2503. "type": "github",
  2504. "url": "https://github.com/sponsors/nzakas"
  2505. }
  2506. },
  2507. "node_modules/@humanwhocodes/object-schema": {
  2508. "version": "1.2.1",
  2509. "dev": true,
  2510. "license": "BSD-3-Clause"
  2511. },
  2512. "node_modules/@interactjs/auto-start": {
  2513. "version": "1.10.19",
  2514. "license": "MIT",
  2515. "optionalDependencies": {
  2516. "@interactjs/interact": "1.10.19"
  2517. },
  2518. "peerDependencies": {
  2519. "@interactjs/core": "1.10.19",
  2520. "@interactjs/utils": "1.10.19"
  2521. }
  2522. },
  2523. "node_modules/@interactjs/auto-start/node_modules/@interactjs/interact": {
  2524. "version": "1.10.19",
  2525. "license": "MIT",
  2526. "optional": true,
  2527. "dependencies": {
  2528. "@interactjs/core": "1.10.19",
  2529. "@interactjs/utils": "1.10.19"
  2530. }
  2531. },
  2532. "node_modules/@interactjs/core": {
  2533. "version": "1.10.19",
  2534. "license": "MIT",
  2535. "peerDependencies": {
  2536. "@interactjs/utils": "1.10.19"
  2537. }
  2538. },
  2539. "node_modules/@interactjs/dev-tools": {
  2540. "version": "1.10.19",
  2541. "license": "MIT",
  2542. "optionalDependencies": {
  2543. "@interactjs/interact": "1.10.19"
  2544. },
  2545. "peerDependencies": {
  2546. "@interactjs/modifiers": "1.10.19",
  2547. "@interactjs/utils": "1.10.19"
  2548. }
  2549. },
  2550. "node_modules/@interactjs/dev-tools/node_modules/@interactjs/interact": {
  2551. "version": "1.10.19",
  2552. "license": "MIT",
  2553. "optional": true,
  2554. "dependencies": {
  2555. "@interactjs/core": "1.10.19",
  2556. "@interactjs/utils": "1.10.19"
  2557. }
  2558. },
  2559. "node_modules/@interactjs/inertia": {
  2560. "version": "1.10.19",
  2561. "license": "MIT",
  2562. "dependencies": {
  2563. "@interactjs/offset": "1.10.19"
  2564. },
  2565. "optionalDependencies": {
  2566. "@interactjs/interact": "1.10.19"
  2567. },
  2568. "peerDependencies": {
  2569. "@interactjs/core": "1.10.19",
  2570. "@interactjs/modifiers": "1.10.19",
  2571. "@interactjs/utils": "1.10.19"
  2572. }
  2573. },
  2574. "node_modules/@interactjs/inertia/node_modules/@interactjs/interact": {
  2575. "version": "1.10.19",
  2576. "license": "MIT",
  2577. "optional": true,
  2578. "dependencies": {
  2579. "@interactjs/core": "1.10.19",
  2580. "@interactjs/utils": "1.10.19"
  2581. }
  2582. },
  2583. "node_modules/@interactjs/interactjs": {
  2584. "version": "1.10.19",
  2585. "license": "MIT",
  2586. "dependencies": {
  2587. "@interactjs/actions": "1.10.19",
  2588. "@interactjs/auto-scroll": "1.10.19",
  2589. "@interactjs/auto-start": "1.10.19",
  2590. "@interactjs/core": "1.10.19",
  2591. "@interactjs/dev-tools": "1.10.19",
  2592. "@interactjs/inertia": "1.10.19",
  2593. "@interactjs/interact": "1.10.19",
  2594. "@interactjs/modifiers": "1.10.19",
  2595. "@interactjs/offset": "1.10.19",
  2596. "@interactjs/pointer-events": "1.10.19",
  2597. "@interactjs/reflow": "1.10.19",
  2598. "@interactjs/utils": "1.10.19"
  2599. }
  2600. },
  2601. "node_modules/@interactjs/interactjs/node_modules/@interactjs/actions": {
  2602. "version": "1.10.19",
  2603. "license": "MIT",
  2604. "optionalDependencies": {
  2605. "@interactjs/interact": "1.10.19"
  2606. },
  2607. "peerDependencies": {
  2608. "@interactjs/core": "1.10.19",
  2609. "@interactjs/utils": "1.10.19"
  2610. }
  2611. },
  2612. "node_modules/@interactjs/interactjs/node_modules/@interactjs/auto-scroll": {
  2613. "version": "1.10.19",
  2614. "license": "MIT",
  2615. "optionalDependencies": {
  2616. "@interactjs/interact": "1.10.19"
  2617. },
  2618. "peerDependencies": {
  2619. "@interactjs/utils": "1.10.19"
  2620. }
  2621. },
  2622. "node_modules/@interactjs/interactjs/node_modules/@interactjs/interact": {
  2623. "version": "1.10.19",
  2624. "license": "MIT",
  2625. "dependencies": {
  2626. "@interactjs/core": "1.10.19",
  2627. "@interactjs/utils": "1.10.19"
  2628. }
  2629. },
  2630. "node_modules/@interactjs/interactjs/node_modules/@interactjs/reflow": {
  2631. "version": "1.10.19",
  2632. "license": "MIT",
  2633. "optionalDependencies": {
  2634. "@interactjs/interact": "1.10.19"
  2635. },
  2636. "peerDependencies": {
  2637. "@interactjs/core": "1.10.19",
  2638. "@interactjs/utils": "1.10.19"
  2639. }
  2640. },
  2641. "node_modules/@interactjs/modifiers": {
  2642. "version": "1.10.19",
  2643. "license": "MIT",
  2644. "dependencies": {
  2645. "@interactjs/snappers": "1.10.19"
  2646. },
  2647. "optionalDependencies": {
  2648. "@interactjs/interact": "1.10.19"
  2649. },
  2650. "peerDependencies": {
  2651. "@interactjs/core": "1.10.19",
  2652. "@interactjs/utils": "1.10.19"
  2653. }
  2654. },
  2655. "node_modules/@interactjs/modifiers/node_modules/@interactjs/interact": {
  2656. "version": "1.10.19",
  2657. "license": "MIT",
  2658. "optional": true,
  2659. "dependencies": {
  2660. "@interactjs/core": "1.10.19",
  2661. "@interactjs/utils": "1.10.19"
  2662. }
  2663. },
  2664. "node_modules/@interactjs/offset": {
  2665. "version": "1.10.19",
  2666. "license": "MIT",
  2667. "optionalDependencies": {
  2668. "@interactjs/interact": "1.10.19"
  2669. },
  2670. "peerDependencies": {
  2671. "@interactjs/core": "1.10.19",
  2672. "@interactjs/utils": "1.10.19"
  2673. }
  2674. },
  2675. "node_modules/@interactjs/offset/node_modules/@interactjs/interact": {
  2676. "version": "1.10.19",
  2677. "license": "MIT",
  2678. "optional": true,
  2679. "dependencies": {
  2680. "@interactjs/core": "1.10.19",
  2681. "@interactjs/utils": "1.10.19"
  2682. }
  2683. },
  2684. "node_modules/@interactjs/pointer-events": {
  2685. "version": "1.10.19",
  2686. "license": "MIT",
  2687. "optionalDependencies": {
  2688. "@interactjs/interact": "1.10.19"
  2689. },
  2690. "peerDependencies": {
  2691. "@interactjs/core": "1.10.19",
  2692. "@interactjs/utils": "1.10.19"
  2693. }
  2694. },
  2695. "node_modules/@interactjs/pointer-events/node_modules/@interactjs/interact": {
  2696. "version": "1.10.19",
  2697. "license": "MIT",
  2698. "optional": true,
  2699. "dependencies": {
  2700. "@interactjs/core": "1.10.19",
  2701. "@interactjs/utils": "1.10.19"
  2702. }
  2703. },
  2704. "node_modules/@interactjs/snappers": {
  2705. "version": "1.10.19",
  2706. "license": "MIT",
  2707. "optionalDependencies": {
  2708. "@interactjs/interact": "1.10.19"
  2709. },
  2710. "peerDependencies": {
  2711. "@interactjs/utils": "1.10.19"
  2712. }
  2713. },
  2714. "node_modules/@interactjs/snappers/node_modules/@interactjs/interact": {
  2715. "version": "1.10.19",
  2716. "license": "MIT",
  2717. "optional": true,
  2718. "dependencies": {
  2719. "@interactjs/core": "1.10.19",
  2720. "@interactjs/utils": "1.10.19"
  2721. }
  2722. },
  2723. "node_modules/@interactjs/utils": {
  2724. "version": "1.10.19",
  2725. "license": "MIT"
  2726. },
  2727. "node_modules/@intlify/core-base": {
  2728. "version": "9.5.0",
  2729. "license": "MIT",
  2730. "dependencies": {
  2731. "@intlify/message-compiler": "9.5.0",
  2732. "@intlify/shared": "9.5.0"
  2733. },
  2734. "engines": {
  2735. "node": ">= 16"
  2736. },
  2737. "funding": {
  2738. "url": "https://github.com/sponsors/kazupon"
  2739. }
  2740. },
  2741. "node_modules/@intlify/core-base/node_modules/@intlify/message-compiler": {
  2742. "version": "9.5.0",
  2743. "license": "MIT",
  2744. "dependencies": {
  2745. "@intlify/shared": "9.5.0",
  2746. "source-map-js": "^1.0.2"
  2747. },
  2748. "engines": {
  2749. "node": ">= 16"
  2750. },
  2751. "funding": {
  2752. "url": "https://github.com/sponsors/kazupon"
  2753. }
  2754. },
  2755. "node_modules/@intlify/shared": {
  2756. "version": "9.5.0",
  2757. "license": "MIT",
  2758. "engines": {
  2759. "node": ">= 16"
  2760. },
  2761. "funding": {
  2762. "url": "https://github.com/sponsors/kazupon"
  2763. }
  2764. },
  2765. "node_modules/@isaacs/cliui": {
  2766. "version": "8.0.2",
  2767. "license": "ISC",
  2768. "dependencies": {
  2769. "string-width": "^5.1.2",
  2770. "string-width-cjs": "npm:string-width@^4.2.0",
  2771. "strip-ansi": "^7.0.1",
  2772. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  2773. "wrap-ansi": "^8.1.0",
  2774. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  2775. },
  2776. "engines": {
  2777. "node": ">=12"
  2778. }
  2779. },
  2780. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  2781. "version": "6.0.1",
  2782. "license": "MIT",
  2783. "engines": {
  2784. "node": ">=12"
  2785. },
  2786. "funding": {
  2787. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  2788. }
  2789. },
  2790. "node_modules/@isaacs/cliui/node_modules/string-width": {
  2791. "version": "5.1.2",
  2792. "license": "MIT",
  2793. "dependencies": {
  2794. "eastasianwidth": "^0.2.0",
  2795. "emoji-regex": "^9.2.2",
  2796. "strip-ansi": "^7.0.1"
  2797. },
  2798. "engines": {
  2799. "node": ">=12"
  2800. },
  2801. "funding": {
  2802. "url": "https://github.com/sponsors/sindresorhus"
  2803. }
  2804. },
  2805. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  2806. "version": "7.1.0",
  2807. "license": "MIT",
  2808. "dependencies": {
  2809. "ansi-regex": "^6.0.1"
  2810. },
  2811. "engines": {
  2812. "node": ">=12"
  2813. },
  2814. "funding": {
  2815. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  2816. }
  2817. },
  2818. "node_modules/@jridgewell/gen-mapping": {
  2819. "version": "0.3.3",
  2820. "license": "MIT",
  2821. "dependencies": {
  2822. "@jridgewell/set-array": "^1.0.1",
  2823. "@jridgewell/sourcemap-codec": "^1.4.10",
  2824. "@jridgewell/trace-mapping": "^0.3.9"
  2825. },
  2826. "engines": {
  2827. "node": ">=6.0.0"
  2828. }
  2829. },
  2830. "node_modules/@jridgewell/resolve-uri": {
  2831. "version": "3.1.1",
  2832. "license": "MIT",
  2833. "engines": {
  2834. "node": ">=6.0.0"
  2835. }
  2836. },
  2837. "node_modules/@jridgewell/set-array": {
  2838. "version": "1.1.2",
  2839. "license": "MIT",
  2840. "engines": {
  2841. "node": ">=6.0.0"
  2842. }
  2843. },
  2844. "node_modules/@jridgewell/sourcemap-codec": {
  2845. "version": "1.4.15",
  2846. "license": "MIT"
  2847. },
  2848. "node_modules/@jridgewell/trace-mapping": {
  2849. "version": "0.3.19",
  2850. "license": "MIT",
  2851. "dependencies": {
  2852. "@jridgewell/resolve-uri": "^3.1.0",
  2853. "@jridgewell/sourcemap-codec": "^1.4.14"
  2854. }
  2855. },
  2856. "node_modules/@nodelib/fs.scandir": {
  2857. "version": "2.1.5",
  2858. "license": "MIT",
  2859. "dependencies": {
  2860. "@nodelib/fs.stat": "2.0.5",
  2861. "run-parallel": "^1.1.9"
  2862. },
  2863. "engines": {
  2864. "node": ">= 8"
  2865. }
  2866. },
  2867. "node_modules/@nodelib/fs.stat": {
  2868. "version": "2.0.5",
  2869. "license": "MIT",
  2870. "engines": {
  2871. "node": ">= 8"
  2872. }
  2873. },
  2874. "node_modules/@nodelib/fs.walk": {
  2875. "version": "1.2.8",
  2876. "license": "MIT",
  2877. "dependencies": {
  2878. "@nodelib/fs.scandir": "2.1.5",
  2879. "fastq": "^1.6.0"
  2880. },
  2881. "engines": {
  2882. "node": ">= 8"
  2883. }
  2884. },
  2885. "node_modules/@pkgjs/parseargs": {
  2886. "version": "0.11.0",
  2887. "license": "MIT",
  2888. "optional": true,
  2889. "engines": {
  2890. "node": ">=14"
  2891. }
  2892. },
  2893. "node_modules/@popperjs/core": {
  2894. "version": "2.11.8",
  2895. "license": "MIT",
  2896. "funding": {
  2897. "type": "opencollective",
  2898. "url": "https://opencollective.com/popperjs"
  2899. }
  2900. },
  2901. "node_modules/@rollup/pluginutils": {
  2902. "version": "5.0.5",
  2903. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.0.5.tgz",
  2904. "integrity": "sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==",
  2905. "dev": true,
  2906. "dependencies": {
  2907. "@types/estree": "^1.0.0",
  2908. "estree-walker": "^2.0.2",
  2909. "picomatch": "^2.3.1"
  2910. },
  2911. "engines": {
  2912. "node": ">=14.0.0"
  2913. },
  2914. "peerDependencies": {
  2915. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2916. },
  2917. "peerDependenciesMeta": {
  2918. "rollup": {
  2919. "optional": true
  2920. }
  2921. }
  2922. },
  2923. "node_modules/@smithy/abort-controller": {
  2924. "version": "2.0.11",
  2925. "license": "Apache-2.0",
  2926. "dependencies": {
  2927. "@smithy/types": "^2.3.5",
  2928. "tslib": "^2.5.0"
  2929. },
  2930. "engines": {
  2931. "node": ">=14.0.0"
  2932. }
  2933. },
  2934. "node_modules/@smithy/abort-controller/node_modules/@smithy/types": {
  2935. "version": "2.3.5",
  2936. "license": "Apache-2.0",
  2937. "dependencies": {
  2938. "tslib": "^2.5.0"
  2939. },
  2940. "engines": {
  2941. "node": ">=14.0.0"
  2942. }
  2943. },
  2944. "node_modules/@smithy/chunked-blob-reader": {
  2945. "version": "2.0.0",
  2946. "license": "Apache-2.0",
  2947. "dependencies": {
  2948. "tslib": "^2.5.0"
  2949. }
  2950. },
  2951. "node_modules/@smithy/credential-provider-imds": {
  2952. "version": "2.0.16",
  2953. "license": "Apache-2.0",
  2954. "dependencies": {
  2955. "@smithy/node-config-provider": "^2.1.1",
  2956. "@smithy/property-provider": "^2.0.12",
  2957. "@smithy/types": "^2.3.5",
  2958. "@smithy/url-parser": "^2.0.11",
  2959. "tslib": "^2.5.0"
  2960. },
  2961. "engines": {
  2962. "node": ">=14.0.0"
  2963. }
  2964. },
  2965. "node_modules/@smithy/credential-provider-imds/node_modules/@smithy/types": {
  2966. "version": "2.3.5",
  2967. "license": "Apache-2.0",
  2968. "dependencies": {
  2969. "tslib": "^2.5.0"
  2970. },
  2971. "engines": {
  2972. "node": ">=14.0.0"
  2973. }
  2974. },
  2975. "node_modules/@smithy/eventstream-codec": {
  2976. "version": "2.0.11",
  2977. "license": "Apache-2.0",
  2978. "dependencies": {
  2979. "@aws-crypto/crc32": "3.0.0",
  2980. "@smithy/types": "^2.3.5",
  2981. "@smithy/util-hex-encoding": "^2.0.0",
  2982. "tslib": "^2.5.0"
  2983. }
  2984. },
  2985. "node_modules/@smithy/eventstream-codec/node_modules/@smithy/types": {
  2986. "version": "2.3.5",
  2987. "license": "Apache-2.0",
  2988. "dependencies": {
  2989. "tslib": "^2.5.0"
  2990. },
  2991. "engines": {
  2992. "node": ">=14.0.0"
  2993. }
  2994. },
  2995. "node_modules/@smithy/eventstream-serde-config-resolver": {
  2996. "version": "2.0.11",
  2997. "license": "Apache-2.0",
  2998. "dependencies": {
  2999. "@smithy/types": "^2.3.5",
  3000. "tslib": "^2.5.0"
  3001. },
  3002. "engines": {
  3003. "node": ">=14.0.0"
  3004. }
  3005. },
  3006. "node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types": {
  3007. "version": "2.3.5",
  3008. "license": "Apache-2.0",
  3009. "dependencies": {
  3010. "tslib": "^2.5.0"
  3011. },
  3012. "engines": {
  3013. "node": ">=14.0.0"
  3014. }
  3015. },
  3016. "node_modules/@smithy/eventstream-serde-universal": {
  3017. "version": "2.0.11",
  3018. "license": "Apache-2.0",
  3019. "dependencies": {
  3020. "@smithy/eventstream-codec": "^2.0.11",
  3021. "@smithy/types": "^2.3.5",
  3022. "tslib": "^2.5.0"
  3023. },
  3024. "engines": {
  3025. "node": ">=14.0.0"
  3026. }
  3027. },
  3028. "node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types": {
  3029. "version": "2.3.5",
  3030. "license": "Apache-2.0",
  3031. "dependencies": {
  3032. "tslib": "^2.5.0"
  3033. },
  3034. "engines": {
  3035. "node": ">=14.0.0"
  3036. }
  3037. },
  3038. "node_modules/@smithy/fetch-http-handler": {
  3039. "version": "2.2.2",
  3040. "license": "Apache-2.0",
  3041. "dependencies": {
  3042. "@smithy/protocol-http": "^3.0.7",
  3043. "@smithy/querystring-builder": "^2.0.11",
  3044. "@smithy/types": "^2.3.5",
  3045. "@smithy/util-base64": "^2.0.0",
  3046. "tslib": "^2.5.0"
  3047. }
  3048. },
  3049. "node_modules/@smithy/fetch-http-handler/node_modules/@smithy/types": {
  3050. "version": "2.3.5",
  3051. "license": "Apache-2.0",
  3052. "dependencies": {
  3053. "tslib": "^2.5.0"
  3054. },
  3055. "engines": {
  3056. "node": ">=14.0.0"
  3057. }
  3058. },
  3059. "node_modules/@smithy/fetch-http-handler/node_modules/@smithy/util-base64": {
  3060. "version": "2.0.0",
  3061. "license": "Apache-2.0",
  3062. "dependencies": {
  3063. "@smithy/util-buffer-from": "^2.0.0",
  3064. "tslib": "^2.5.0"
  3065. },
  3066. "engines": {
  3067. "node": ">=14.0.0"
  3068. }
  3069. },
  3070. "node_modules/@smithy/is-array-buffer": {
  3071. "version": "2.0.0",
  3072. "license": "Apache-2.0",
  3073. "dependencies": {
  3074. "tslib": "^2.5.0"
  3075. },
  3076. "engines": {
  3077. "node": ">=14.0.0"
  3078. }
  3079. },
  3080. "node_modules/@smithy/middleware-content-length": {
  3081. "version": "2.0.13",
  3082. "license": "Apache-2.0",
  3083. "dependencies": {
  3084. "@smithy/protocol-http": "^3.0.7",
  3085. "@smithy/types": "^2.3.5",
  3086. "tslib": "^2.5.0"
  3087. },
  3088. "engines": {
  3089. "node": ">=14.0.0"
  3090. }
  3091. },
  3092. "node_modules/@smithy/middleware-content-length/node_modules/@smithy/types": {
  3093. "version": "2.3.5",
  3094. "license": "Apache-2.0",
  3095. "dependencies": {
  3096. "tslib": "^2.5.0"
  3097. },
  3098. "engines": {
  3099. "node": ">=14.0.0"
  3100. }
  3101. },
  3102. "node_modules/@smithy/middleware-serde": {
  3103. "version": "2.0.11",
  3104. "license": "Apache-2.0",
  3105. "dependencies": {
  3106. "@smithy/types": "^2.3.5",
  3107. "tslib": "^2.5.0"
  3108. },
  3109. "engines": {
  3110. "node": ">=14.0.0"
  3111. }
  3112. },
  3113. "node_modules/@smithy/middleware-serde/node_modules/@smithy/types": {
  3114. "version": "2.3.5",
  3115. "license": "Apache-2.0",
  3116. "dependencies": {
  3117. "tslib": "^2.5.0"
  3118. },
  3119. "engines": {
  3120. "node": ">=14.0.0"
  3121. }
  3122. },
  3123. "node_modules/@smithy/middleware-stack": {
  3124. "version": "2.0.5",
  3125. "license": "Apache-2.0",
  3126. "dependencies": {
  3127. "@smithy/types": "^2.3.5",
  3128. "tslib": "^2.5.0"
  3129. },
  3130. "engines": {
  3131. "node": ">=14.0.0"
  3132. }
  3133. },
  3134. "node_modules/@smithy/middleware-stack/node_modules/@smithy/types": {
  3135. "version": "2.3.5",
  3136. "license": "Apache-2.0",
  3137. "dependencies": {
  3138. "tslib": "^2.5.0"
  3139. },
  3140. "engines": {
  3141. "node": ">=14.0.0"
  3142. }
  3143. },
  3144. "node_modules/@smithy/node-config-provider": {
  3145. "version": "2.1.1",
  3146. "license": "Apache-2.0",
  3147. "dependencies": {
  3148. "@smithy/property-provider": "^2.0.12",
  3149. "@smithy/shared-ini-file-loader": "^2.2.0",
  3150. "@smithy/types": "^2.3.5",
  3151. "tslib": "^2.5.0"
  3152. },
  3153. "engines": {
  3154. "node": ">=14.0.0"
  3155. }
  3156. },
  3157. "node_modules/@smithy/node-config-provider/node_modules/@smithy/types": {
  3158. "version": "2.3.5",
  3159. "license": "Apache-2.0",
  3160. "dependencies": {
  3161. "tslib": "^2.5.0"
  3162. },
  3163. "engines": {
  3164. "node": ">=14.0.0"
  3165. }
  3166. },
  3167. "node_modules/@smithy/property-provider": {
  3168. "version": "2.0.12",
  3169. "license": "Apache-2.0",
  3170. "dependencies": {
  3171. "@smithy/types": "^2.3.5",
  3172. "tslib": "^2.5.0"
  3173. },
  3174. "engines": {
  3175. "node": ">=14.0.0"
  3176. }
  3177. },
  3178. "node_modules/@smithy/property-provider/node_modules/@smithy/types": {
  3179. "version": "2.3.5",
  3180. "license": "Apache-2.0",
  3181. "dependencies": {
  3182. "tslib": "^2.5.0"
  3183. },
  3184. "engines": {
  3185. "node": ">=14.0.0"
  3186. }
  3187. },
  3188. "node_modules/@smithy/protocol-http": {
  3189. "version": "3.0.7",
  3190. "license": "Apache-2.0",
  3191. "dependencies": {
  3192. "@smithy/types": "^2.3.5",
  3193. "tslib": "^2.5.0"
  3194. },
  3195. "engines": {
  3196. "node": ">=14.0.0"
  3197. }
  3198. },
  3199. "node_modules/@smithy/protocol-http/node_modules/@smithy/types": {
  3200. "version": "2.3.5",
  3201. "license": "Apache-2.0",
  3202. "dependencies": {
  3203. "tslib": "^2.5.0"
  3204. },
  3205. "engines": {
  3206. "node": ">=14.0.0"
  3207. }
  3208. },
  3209. "node_modules/@smithy/querystring-builder": {
  3210. "version": "2.0.11",
  3211. "license": "Apache-2.0",
  3212. "dependencies": {
  3213. "@smithy/types": "^2.3.5",
  3214. "@smithy/util-uri-escape": "^2.0.0",
  3215. "tslib": "^2.5.0"
  3216. },
  3217. "engines": {
  3218. "node": ">=14.0.0"
  3219. }
  3220. },
  3221. "node_modules/@smithy/querystring-builder/node_modules/@smithy/types": {
  3222. "version": "2.3.5",
  3223. "license": "Apache-2.0",
  3224. "dependencies": {
  3225. "tslib": "^2.5.0"
  3226. },
  3227. "engines": {
  3228. "node": ">=14.0.0"
  3229. }
  3230. },
  3231. "node_modules/@smithy/querystring-builder/node_modules/@smithy/util-uri-escape": {
  3232. "version": "2.0.0",
  3233. "license": "Apache-2.0",
  3234. "dependencies": {
  3235. "tslib": "^2.5.0"
  3236. },
  3237. "engines": {
  3238. "node": ">=14.0.0"
  3239. }
  3240. },
  3241. "node_modules/@smithy/querystring-parser": {
  3242. "version": "2.0.11",
  3243. "license": "Apache-2.0",
  3244. "dependencies": {
  3245. "@smithy/types": "^2.3.5",
  3246. "tslib": "^2.5.0"
  3247. },
  3248. "engines": {
  3249. "node": ">=14.0.0"
  3250. }
  3251. },
  3252. "node_modules/@smithy/querystring-parser/node_modules/@smithy/types": {
  3253. "version": "2.3.5",
  3254. "license": "Apache-2.0",
  3255. "dependencies": {
  3256. "tslib": "^2.5.0"
  3257. },
  3258. "engines": {
  3259. "node": ">=14.0.0"
  3260. }
  3261. },
  3262. "node_modules/@smithy/service-error-classification": {
  3263. "version": "2.0.4",
  3264. "license": "Apache-2.0",
  3265. "dependencies": {
  3266. "@smithy/types": "^2.3.5"
  3267. },
  3268. "engines": {
  3269. "node": ">=14.0.0"
  3270. }
  3271. },
  3272. "node_modules/@smithy/service-error-classification/node_modules/@smithy/types": {
  3273. "version": "2.3.5",
  3274. "license": "Apache-2.0",
  3275. "dependencies": {
  3276. "tslib": "^2.5.0"
  3277. },
  3278. "engines": {
  3279. "node": ">=14.0.0"
  3280. }
  3281. },
  3282. "node_modules/@smithy/shared-ini-file-loader": {
  3283. "version": "2.2.0",
  3284. "license": "Apache-2.0",
  3285. "dependencies": {
  3286. "@smithy/types": "^2.3.5",
  3287. "tslib": "^2.5.0"
  3288. },
  3289. "engines": {
  3290. "node": ">=14.0.0"
  3291. }
  3292. },
  3293. "node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types": {
  3294. "version": "2.3.5",
  3295. "license": "Apache-2.0",
  3296. "dependencies": {
  3297. "tslib": "^2.5.0"
  3298. },
  3299. "engines": {
  3300. "node": ">=14.0.0"
  3301. }
  3302. },
  3303. "node_modules/@smithy/signature-v4": {
  3304. "version": "2.0.11",
  3305. "license": "Apache-2.0",
  3306. "dependencies": {
  3307. "@smithy/eventstream-codec": "^2.0.11",
  3308. "@smithy/is-array-buffer": "^2.0.0",
  3309. "@smithy/types": "^2.3.5",
  3310. "@smithy/util-hex-encoding": "^2.0.0",
  3311. "@smithy/util-middleware": "^2.0.4",
  3312. "@smithy/util-uri-escape": "^2.0.0",
  3313. "@smithy/util-utf8": "^2.0.0",
  3314. "tslib": "^2.5.0"
  3315. },
  3316. "engines": {
  3317. "node": ">=14.0.0"
  3318. }
  3319. },
  3320. "node_modules/@smithy/signature-v4/node_modules/@smithy/types": {
  3321. "version": "2.3.5",
  3322. "license": "Apache-2.0",
  3323. "dependencies": {
  3324. "tslib": "^2.5.0"
  3325. },
  3326. "engines": {
  3327. "node": ">=14.0.0"
  3328. }
  3329. },
  3330. "node_modules/@smithy/signature-v4/node_modules/@smithy/util-uri-escape": {
  3331. "version": "2.0.0",
  3332. "license": "Apache-2.0",
  3333. "dependencies": {
  3334. "tslib": "^2.5.0"
  3335. },
  3336. "engines": {
  3337. "node": ">=14.0.0"
  3338. }
  3339. },
  3340. "node_modules/@smithy/url-parser": {
  3341. "version": "2.0.11",
  3342. "license": "Apache-2.0",
  3343. "dependencies": {
  3344. "@smithy/querystring-parser": "^2.0.11",
  3345. "@smithy/types": "^2.3.5",
  3346. "tslib": "^2.5.0"
  3347. }
  3348. },
  3349. "node_modules/@smithy/url-parser/node_modules/@smithy/types": {
  3350. "version": "2.3.5",
  3351. "license": "Apache-2.0",
  3352. "dependencies": {
  3353. "tslib": "^2.5.0"
  3354. },
  3355. "engines": {
  3356. "node": ">=14.0.0"
  3357. }
  3358. },
  3359. "node_modules/@smithy/util-body-length-browser": {
  3360. "version": "2.0.0",
  3361. "license": "Apache-2.0",
  3362. "dependencies": {
  3363. "tslib": "^2.5.0"
  3364. }
  3365. },
  3366. "node_modules/@smithy/util-buffer-from": {
  3367. "version": "2.0.0",
  3368. "license": "Apache-2.0",
  3369. "dependencies": {
  3370. "@smithy/is-array-buffer": "^2.0.0",
  3371. "tslib": "^2.5.0"
  3372. },
  3373. "engines": {
  3374. "node": ">=14.0.0"
  3375. }
  3376. },
  3377. "node_modules/@smithy/util-config-provider": {
  3378. "version": "2.0.0",
  3379. "license": "Apache-2.0",
  3380. "dependencies": {
  3381. "tslib": "^2.5.0"
  3382. },
  3383. "engines": {
  3384. "node": ">=14.0.0"
  3385. }
  3386. },
  3387. "node_modules/@smithy/util-defaults-mode-browser": {
  3388. "version": "2.0.14",
  3389. "license": "Apache-2.0",
  3390. "dependencies": {
  3391. "@smithy/property-provider": "^2.0.12",
  3392. "@smithy/smithy-client": "^2.1.10",
  3393. "@smithy/types": "^2.3.5",
  3394. "bowser": "^2.11.0",
  3395. "tslib": "^2.5.0"
  3396. },
  3397. "engines": {
  3398. "node": ">= 10.0.0"
  3399. }
  3400. },
  3401. "node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/smithy-client": {
  3402. "version": "2.1.10",
  3403. "license": "Apache-2.0",
  3404. "dependencies": {
  3405. "@smithy/middleware-stack": "^2.0.5",
  3406. "@smithy/types": "^2.3.5",
  3407. "@smithy/util-stream": "^2.0.15",
  3408. "tslib": "^2.5.0"
  3409. },
  3410. "engines": {
  3411. "node": ">=14.0.0"
  3412. }
  3413. },
  3414. "node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/types": {
  3415. "version": "2.3.5",
  3416. "license": "Apache-2.0",
  3417. "dependencies": {
  3418. "tslib": "^2.5.0"
  3419. },
  3420. "engines": {
  3421. "node": ">=14.0.0"
  3422. }
  3423. },
  3424. "node_modules/@smithy/util-hex-encoding": {
  3425. "version": "2.0.0",
  3426. "license": "Apache-2.0",
  3427. "dependencies": {
  3428. "tslib": "^2.5.0"
  3429. },
  3430. "engines": {
  3431. "node": ">=14.0.0"
  3432. }
  3433. },
  3434. "node_modules/@smithy/util-middleware": {
  3435. "version": "2.0.4",
  3436. "license": "Apache-2.0",
  3437. "dependencies": {
  3438. "@smithy/types": "^2.3.5",
  3439. "tslib": "^2.5.0"
  3440. },
  3441. "engines": {
  3442. "node": ">=14.0.0"
  3443. }
  3444. },
  3445. "node_modules/@smithy/util-middleware/node_modules/@smithy/types": {
  3446. "version": "2.3.5",
  3447. "license": "Apache-2.0",
  3448. "dependencies": {
  3449. "tslib": "^2.5.0"
  3450. },
  3451. "engines": {
  3452. "node": ">=14.0.0"
  3453. }
  3454. },
  3455. "node_modules/@smithy/util-retry": {
  3456. "version": "2.0.4",
  3457. "license": "Apache-2.0",
  3458. "dependencies": {
  3459. "@smithy/service-error-classification": "^2.0.4",
  3460. "@smithy/types": "^2.3.5",
  3461. "tslib": "^2.5.0"
  3462. },
  3463. "engines": {
  3464. "node": ">= 14.0.0"
  3465. }
  3466. },
  3467. "node_modules/@smithy/util-retry/node_modules/@smithy/types": {
  3468. "version": "2.3.5",
  3469. "license": "Apache-2.0",
  3470. "dependencies": {
  3471. "tslib": "^2.5.0"
  3472. },
  3473. "engines": {
  3474. "node": ">=14.0.0"
  3475. }
  3476. },
  3477. "node_modules/@smithy/util-stream": {
  3478. "version": "2.0.15",
  3479. "license": "Apache-2.0",
  3480. "dependencies": {
  3481. "@smithy/fetch-http-handler": "^2.2.2",
  3482. "@smithy/node-http-handler": "^2.1.7",
  3483. "@smithy/types": "^2.3.5",
  3484. "@smithy/util-base64": "^2.0.0",
  3485. "@smithy/util-buffer-from": "^2.0.0",
  3486. "@smithy/util-hex-encoding": "^2.0.0",
  3487. "@smithy/util-utf8": "^2.0.0",
  3488. "tslib": "^2.5.0"
  3489. },
  3490. "engines": {
  3491. "node": ">=14.0.0"
  3492. }
  3493. },
  3494. "node_modules/@smithy/util-stream/node_modules/@smithy/node-http-handler": {
  3495. "version": "2.1.7",
  3496. "license": "Apache-2.0",
  3497. "dependencies": {
  3498. "@smithy/abort-controller": "^2.0.11",
  3499. "@smithy/protocol-http": "^3.0.7",
  3500. "@smithy/querystring-builder": "^2.0.11",
  3501. "@smithy/types": "^2.3.5",
  3502. "tslib": "^2.5.0"
  3503. },
  3504. "engines": {
  3505. "node": ">=14.0.0"
  3506. }
  3507. },
  3508. "node_modules/@smithy/util-stream/node_modules/@smithy/types": {
  3509. "version": "2.3.5",
  3510. "license": "Apache-2.0",
  3511. "dependencies": {
  3512. "tslib": "^2.5.0"
  3513. },
  3514. "engines": {
  3515. "node": ">=14.0.0"
  3516. }
  3517. },
  3518. "node_modules/@smithy/util-stream/node_modules/@smithy/util-base64": {
  3519. "version": "2.0.0",
  3520. "license": "Apache-2.0",
  3521. "dependencies": {
  3522. "@smithy/util-buffer-from": "^2.0.0",
  3523. "tslib": "^2.5.0"
  3524. },
  3525. "engines": {
  3526. "node": ">=14.0.0"
  3527. }
  3528. },
  3529. "node_modules/@smithy/util-utf8": {
  3530. "version": "2.0.0",
  3531. "license": "Apache-2.0",
  3532. "dependencies": {
  3533. "@smithy/util-buffer-from": "^2.0.0",
  3534. "tslib": "^2.5.0"
  3535. },
  3536. "engines": {
  3537. "node": ">=14.0.0"
  3538. }
  3539. },
  3540. "node_modules/@soerenmartius/vue3-clipboard": {
  3541. "version": "0.1.2",
  3542. "license": "MIT",
  3543. "dependencies": {
  3544. "clipboard": "^2.0.0"
  3545. }
  3546. },
  3547. "node_modules/@sphinxxxx/color-conversion": {
  3548. "version": "2.2.2",
  3549. "license": "ISC"
  3550. },
  3551. "node_modules/@transloadit/prettier-bytes": {
  3552. "version": "0.0.7",
  3553. "license": "MIT"
  3554. },
  3555. "node_modules/@types/estree": {
  3556. "version": "1.0.2",
  3557. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.2.tgz",
  3558. "integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==",
  3559. "dev": true
  3560. },
  3561. "node_modules/@types/event-emitter": {
  3562. "version": "0.3.3",
  3563. "license": "MIT"
  3564. },
  3565. "node_modules/@types/json-schema": {
  3566. "version": "7.0.13",
  3567. "dev": true,
  3568. "license": "MIT"
  3569. },
  3570. "node_modules/@types/lodash": {
  3571. "version": "4.14.199",
  3572. "license": "MIT"
  3573. },
  3574. "node_modules/@types/lodash-es": {
  3575. "version": "4.17.9",
  3576. "license": "MIT",
  3577. "dependencies": {
  3578. "@types/lodash": "*"
  3579. }
  3580. },
  3581. "node_modules/@types/luxon": {
  3582. "version": "3.3.3",
  3583. "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.3.3.tgz",
  3584. "integrity": "sha512-/BJF3NT0pRMuxrenr42emRUF67sXwcZCd+S1ksG/Fcf9O7C3kKCY4uJSbKBE4KDUIYr3WMsvfmWD8hRjXExBJQ==",
  3585. "dev": true
  3586. },
  3587. "node_modules/@types/node": {
  3588. "version": "18.18.4",
  3589. "license": "MIT"
  3590. },
  3591. "node_modules/@types/nprogress": {
  3592. "version": "0.2.1",
  3593. "dev": true,
  3594. "license": "MIT"
  3595. },
  3596. "node_modules/@types/sortablejs": {
  3597. "version": "1.15.3",
  3598. "dev": true,
  3599. "license": "MIT"
  3600. },
  3601. "node_modules/@types/web-bluetooth": {
  3602. "version": "0.0.16",
  3603. "license": "MIT"
  3604. },
  3605. "node_modules/@types/ws": {
  3606. "version": "8.5.6",
  3607. "license": "MIT",
  3608. "dependencies": {
  3609. "@types/node": "*"
  3610. }
  3611. },
  3612. "node_modules/@typescript-eslint/eslint-plugin": {
  3613. "version": "5.62.0",
  3614. "dev": true,
  3615. "license": "MIT",
  3616. "dependencies": {
  3617. "@eslint-community/regexpp": "^4.4.0",
  3618. "@typescript-eslint/scope-manager": "5.62.0",
  3619. "@typescript-eslint/type-utils": "5.62.0",
  3620. "@typescript-eslint/utils": "5.62.0",
  3621. "debug": "^4.3.4",
  3622. "graphemer": "^1.4.0",
  3623. "ignore": "^5.2.0",
  3624. "natural-compare-lite": "^1.4.0",
  3625. "semver": "^7.3.7",
  3626. "tsutils": "^3.21.0"
  3627. },
  3628. "engines": {
  3629. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3630. },
  3631. "funding": {
  3632. "type": "opencollective",
  3633. "url": "https://opencollective.com/typescript-eslint"
  3634. },
  3635. "peerDependencies": {
  3636. "@typescript-eslint/parser": "^5.0.0",
  3637. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3638. },
  3639. "peerDependenciesMeta": {
  3640. "typescript": {
  3641. "optional": true
  3642. }
  3643. }
  3644. },
  3645. "node_modules/@typescript-eslint/parser": {
  3646. "version": "5.62.0",
  3647. "dev": true,
  3648. "license": "BSD-2-Clause",
  3649. "dependencies": {
  3650. "@typescript-eslint/scope-manager": "5.62.0",
  3651. "@typescript-eslint/types": "5.62.0",
  3652. "@typescript-eslint/typescript-estree": "5.62.0",
  3653. "debug": "^4.3.4"
  3654. },
  3655. "engines": {
  3656. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3657. },
  3658. "funding": {
  3659. "type": "opencollective",
  3660. "url": "https://opencollective.com/typescript-eslint"
  3661. },
  3662. "peerDependencies": {
  3663. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3664. },
  3665. "peerDependenciesMeta": {
  3666. "typescript": {
  3667. "optional": true
  3668. }
  3669. }
  3670. },
  3671. "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
  3672. "version": "5.62.0",
  3673. "dev": true,
  3674. "license": "MIT",
  3675. "engines": {
  3676. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3677. },
  3678. "funding": {
  3679. "type": "opencollective",
  3680. "url": "https://opencollective.com/typescript-eslint"
  3681. }
  3682. },
  3683. "node_modules/@typescript-eslint/scope-manager": {
  3684. "version": "5.62.0",
  3685. "dev": true,
  3686. "license": "MIT",
  3687. "dependencies": {
  3688. "@typescript-eslint/types": "5.62.0",
  3689. "@typescript-eslint/visitor-keys": "5.62.0"
  3690. },
  3691. "engines": {
  3692. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3693. },
  3694. "funding": {
  3695. "type": "opencollective",
  3696. "url": "https://opencollective.com/typescript-eslint"
  3697. }
  3698. },
  3699. "node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
  3700. "version": "5.62.0",
  3701. "dev": true,
  3702. "license": "MIT",
  3703. "engines": {
  3704. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3705. },
  3706. "funding": {
  3707. "type": "opencollective",
  3708. "url": "https://opencollective.com/typescript-eslint"
  3709. }
  3710. },
  3711. "node_modules/@typescript-eslint/type-utils": {
  3712. "version": "5.62.0",
  3713. "dev": true,
  3714. "license": "MIT",
  3715. "dependencies": {
  3716. "@typescript-eslint/typescript-estree": "5.62.0",
  3717. "@typescript-eslint/utils": "5.62.0",
  3718. "debug": "^4.3.4",
  3719. "tsutils": "^3.21.0"
  3720. },
  3721. "engines": {
  3722. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3723. },
  3724. "funding": {
  3725. "type": "opencollective",
  3726. "url": "https://opencollective.com/typescript-eslint"
  3727. },
  3728. "peerDependencies": {
  3729. "eslint": "*"
  3730. },
  3731. "peerDependenciesMeta": {
  3732. "typescript": {
  3733. "optional": true
  3734. }
  3735. }
  3736. },
  3737. "node_modules/@typescript-eslint/typescript-estree": {
  3738. "version": "5.62.0",
  3739. "dev": true,
  3740. "license": "BSD-2-Clause",
  3741. "dependencies": {
  3742. "@typescript-eslint/types": "5.62.0",
  3743. "@typescript-eslint/visitor-keys": "5.62.0",
  3744. "debug": "^4.3.4",
  3745. "globby": "^11.1.0",
  3746. "is-glob": "^4.0.3",
  3747. "semver": "^7.3.7",
  3748. "tsutils": "^3.21.0"
  3749. },
  3750. "engines": {
  3751. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3752. },
  3753. "funding": {
  3754. "type": "opencollective",
  3755. "url": "https://opencollective.com/typescript-eslint"
  3756. },
  3757. "peerDependenciesMeta": {
  3758. "typescript": {
  3759. "optional": true
  3760. }
  3761. }
  3762. },
  3763. "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
  3764. "version": "5.62.0",
  3765. "dev": true,
  3766. "license": "MIT",
  3767. "engines": {
  3768. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3769. },
  3770. "funding": {
  3771. "type": "opencollective",
  3772. "url": "https://opencollective.com/typescript-eslint"
  3773. }
  3774. },
  3775. "node_modules/@typescript-eslint/utils": {
  3776. "version": "5.62.0",
  3777. "dev": true,
  3778. "license": "MIT",
  3779. "dependencies": {
  3780. "@eslint-community/eslint-utils": "^4.2.0",
  3781. "@types/json-schema": "^7.0.9",
  3782. "@types/semver": "^7.3.12",
  3783. "@typescript-eslint/scope-manager": "5.62.0",
  3784. "@typescript-eslint/types": "5.62.0",
  3785. "@typescript-eslint/typescript-estree": "5.62.0",
  3786. "eslint-scope": "^5.1.1",
  3787. "semver": "^7.3.7"
  3788. },
  3789. "engines": {
  3790. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3791. },
  3792. "funding": {
  3793. "type": "opencollective",
  3794. "url": "https://opencollective.com/typescript-eslint"
  3795. },
  3796. "peerDependencies": {
  3797. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3798. }
  3799. },
  3800. "node_modules/@typescript-eslint/utils/node_modules/@types/semver": {
  3801. "version": "7.5.3",
  3802. "dev": true,
  3803. "license": "MIT"
  3804. },
  3805. "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
  3806. "version": "5.62.0",
  3807. "dev": true,
  3808. "license": "MIT",
  3809. "engines": {
  3810. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3811. },
  3812. "funding": {
  3813. "type": "opencollective",
  3814. "url": "https://opencollective.com/typescript-eslint"
  3815. }
  3816. },
  3817. "node_modules/@typescript-eslint/visitor-keys": {
  3818. "version": "5.62.0",
  3819. "dev": true,
  3820. "license": "MIT",
  3821. "dependencies": {
  3822. "@typescript-eslint/types": "5.62.0",
  3823. "eslint-visitor-keys": "^3.3.0"
  3824. },
  3825. "engines": {
  3826. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3827. },
  3828. "funding": {
  3829. "type": "opencollective",
  3830. "url": "https://opencollective.com/typescript-eslint"
  3831. }
  3832. },
  3833. "node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": {
  3834. "version": "5.62.0",
  3835. "dev": true,
  3836. "license": "MIT",
  3837. "engines": {
  3838. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3839. },
  3840. "funding": {
  3841. "type": "opencollective",
  3842. "url": "https://opencollective.com/typescript-eslint"
  3843. }
  3844. },
  3845. "node_modules/@uppy/companion-client": {
  3846. "version": "2.2.2",
  3847. "license": "MIT",
  3848. "dependencies": {
  3849. "@uppy/utils": "^4.1.2",
  3850. "namespace-emitter": "^2.0.1"
  3851. }
  3852. },
  3853. "node_modules/@uppy/companion-client/node_modules/@uppy/utils": {
  3854. "version": "4.1.3",
  3855. "license": "MIT",
  3856. "dependencies": {
  3857. "lodash.throttle": "^4.1.1"
  3858. }
  3859. },
  3860. "node_modules/@uppy/core": {
  3861. "version": "2.3.4",
  3862. "license": "MIT",
  3863. "dependencies": {
  3864. "@transloadit/prettier-bytes": "0.0.7",
  3865. "@uppy/store-default": "^2.1.1",
  3866. "@uppy/utils": "^4.1.3",
  3867. "lodash.throttle": "^4.1.1",
  3868. "mime-match": "^1.0.2",
  3869. "namespace-emitter": "^2.0.1",
  3870. "nanoid": "^3.1.25",
  3871. "preact": "^10.5.13"
  3872. }
  3873. },
  3874. "node_modules/@uppy/core/node_modules/@uppy/utils": {
  3875. "version": "4.1.3",
  3876. "license": "MIT",
  3877. "dependencies": {
  3878. "lodash.throttle": "^4.1.1"
  3879. }
  3880. },
  3881. "node_modules/@uppy/store-default": {
  3882. "version": "2.1.1",
  3883. "license": "MIT"
  3884. },
  3885. "node_modules/@uppy/xhr-upload": {
  3886. "version": "2.1.3",
  3887. "license": "MIT",
  3888. "dependencies": {
  3889. "@uppy/companion-client": "^2.2.2",
  3890. "@uppy/utils": "^4.1.2",
  3891. "nanoid": "^3.1.25"
  3892. },
  3893. "peerDependencies": {
  3894. "@uppy/core": "^2.3.3"
  3895. }
  3896. },
  3897. "node_modules/@uppy/xhr-upload/node_modules/@uppy/utils": {
  3898. "version": "4.1.3",
  3899. "license": "MIT",
  3900. "dependencies": {
  3901. "lodash.throttle": "^4.1.1"
  3902. }
  3903. },
  3904. "node_modules/@vitejs/plugin-vue": {
  3905. "version": "4.4.0",
  3906. "dev": true,
  3907. "license": "MIT",
  3908. "engines": {
  3909. "node": "^14.18.0 || >=16.0.0"
  3910. },
  3911. "peerDependencies": {
  3912. "vite": "^4.0.0",
  3913. "vue": "^3.2.25"
  3914. }
  3915. },
  3916. "node_modules/@vitejs/plugin-vue-jsx": {
  3917. "version": "3.0.2",
  3918. "license": "MIT",
  3919. "dependencies": {
  3920. "@babel/core": "^7.22.10",
  3921. "@babel/plugin-transform-typescript": "^7.22.10",
  3922. "@vue/babel-plugin-jsx": "^1.1.5"
  3923. },
  3924. "engines": {
  3925. "node": "^14.18.0 || >=16.0.0"
  3926. },
  3927. "peerDependencies": {
  3928. "vite": "^4.0.0",
  3929. "vue": "^3.0.0"
  3930. }
  3931. },
  3932. "node_modules/@vue/babel-helper-vue-transform-on": {
  3933. "version": "1.1.5",
  3934. "license": "MIT"
  3935. },
  3936. "node_modules/@vue/babel-plugin-jsx": {
  3937. "version": "1.1.5",
  3938. "license": "MIT",
  3939. "dependencies": {
  3940. "@babel/helper-module-imports": "^7.22.5",
  3941. "@babel/plugin-syntax-jsx": "^7.22.5",
  3942. "@babel/template": "^7.22.5",
  3943. "@babel/traverse": "^7.22.5",
  3944. "@babel/types": "^7.22.5",
  3945. "@vue/babel-helper-vue-transform-on": "^1.1.5",
  3946. "camelcase": "^6.3.0",
  3947. "html-tags": "^3.3.1",
  3948. "svg-tags": "^1.0.0"
  3949. },
  3950. "peerDependencies": {
  3951. "@babel/core": "^7.0.0-0"
  3952. }
  3953. },
  3954. "node_modules/@vue/compiler-core": {
  3955. "version": "3.3.4",
  3956. "license": "MIT",
  3957. "dependencies": {
  3958. "@babel/parser": "^7.21.3",
  3959. "@vue/shared": "3.3.4",
  3960. "estree-walker": "^2.0.2",
  3961. "source-map-js": "^1.0.2"
  3962. }
  3963. },
  3964. "node_modules/@vue/compiler-dom": {
  3965. "version": "3.3.4",
  3966. "license": "MIT",
  3967. "dependencies": {
  3968. "@vue/compiler-core": "3.3.4",
  3969. "@vue/shared": "3.3.4"
  3970. }
  3971. },
  3972. "node_modules/@vue/compiler-sfc": {
  3973. "version": "3.3.4",
  3974. "license": "MIT",
  3975. "dependencies": {
  3976. "@babel/parser": "^7.20.15",
  3977. "@vue/compiler-core": "3.3.4",
  3978. "@vue/compiler-dom": "3.3.4",
  3979. "@vue/compiler-ssr": "3.3.4",
  3980. "@vue/reactivity-transform": "3.3.4",
  3981. "@vue/shared": "3.3.4",
  3982. "estree-walker": "^2.0.2",
  3983. "magic-string": "^0.30.0",
  3984. "postcss": "^8.1.10",
  3985. "source-map-js": "^1.0.2"
  3986. }
  3987. },
  3988. "node_modules/@vue/compiler-ssr": {
  3989. "version": "3.3.4",
  3990. "license": "MIT",
  3991. "dependencies": {
  3992. "@vue/compiler-dom": "3.3.4",
  3993. "@vue/shared": "3.3.4"
  3994. }
  3995. },
  3996. "node_modules/@vue/devtools-api": {
  3997. "version": "6.5.1",
  3998. "license": "MIT"
  3999. },
  4000. "node_modules/@vue/reactivity": {
  4001. "version": "3.3.4",
  4002. "license": "MIT",
  4003. "dependencies": {
  4004. "@vue/shared": "3.3.4"
  4005. }
  4006. },
  4007. "node_modules/@vue/reactivity-transform": {
  4008. "version": "3.3.4",
  4009. "license": "MIT",
  4010. "dependencies": {
  4011. "@babel/parser": "^7.20.15",
  4012. "@vue/compiler-core": "3.3.4",
  4013. "@vue/shared": "3.3.4",
  4014. "estree-walker": "^2.0.2",
  4015. "magic-string": "^0.30.0"
  4016. }
  4017. },
  4018. "node_modules/@vue/runtime-core": {
  4019. "version": "3.3.4",
  4020. "license": "MIT",
  4021. "dependencies": {
  4022. "@vue/reactivity": "3.3.4",
  4023. "@vue/shared": "3.3.4"
  4024. }
  4025. },
  4026. "node_modules/@vue/runtime-dom": {
  4027. "version": "3.3.4",
  4028. "license": "MIT",
  4029. "dependencies": {
  4030. "@vue/runtime-core": "3.3.4",
  4031. "@vue/shared": "3.3.4",
  4032. "csstype": "^3.1.1"
  4033. }
  4034. },
  4035. "node_modules/@vue/server-renderer": {
  4036. "version": "3.3.4",
  4037. "license": "MIT",
  4038. "dependencies": {
  4039. "@vue/compiler-ssr": "3.3.4",
  4040. "@vue/shared": "3.3.4"
  4041. },
  4042. "peerDependencies": {
  4043. "vue": "3.3.4"
  4044. }
  4045. },
  4046. "node_modules/@vue/shared": {
  4047. "version": "3.3.4",
  4048. "license": "MIT"
  4049. },
  4050. "node_modules/@vueuse/core": {
  4051. "version": "9.13.0",
  4052. "license": "MIT",
  4053. "dependencies": {
  4054. "@types/web-bluetooth": "^0.0.16",
  4055. "@vueuse/metadata": "9.13.0",
  4056. "@vueuse/shared": "9.13.0",
  4057. "vue-demi": "*"
  4058. },
  4059. "funding": {
  4060. "url": "https://github.com/sponsors/antfu"
  4061. }
  4062. },
  4063. "node_modules/@vueuse/core/node_modules/vue-demi": {
  4064. "version": "0.14.6",
  4065. "hasInstallScript": true,
  4066. "license": "MIT",
  4067. "bin": {
  4068. "vue-demi-fix": "bin/vue-demi-fix.js",
  4069. "vue-demi-switch": "bin/vue-demi-switch.js"
  4070. },
  4071. "engines": {
  4072. "node": ">=12"
  4073. },
  4074. "funding": {
  4075. "url": "https://github.com/sponsors/antfu"
  4076. },
  4077. "peerDependencies": {
  4078. "@vue/composition-api": "^1.0.0-rc.1",
  4079. "vue": "^3.0.0-0 || ^2.6.0"
  4080. },
  4081. "peerDependenciesMeta": {
  4082. "@vue/composition-api": {
  4083. "optional": true
  4084. }
  4085. }
  4086. },
  4087. "node_modules/@vueuse/metadata": {
  4088. "version": "9.13.0",
  4089. "license": "MIT",
  4090. "funding": {
  4091. "url": "https://github.com/sponsors/antfu"
  4092. }
  4093. },
  4094. "node_modules/@vueuse/shared": {
  4095. "version": "9.13.0",
  4096. "license": "MIT",
  4097. "dependencies": {
  4098. "vue-demi": "*"
  4099. },
  4100. "funding": {
  4101. "url": "https://github.com/sponsors/antfu"
  4102. }
  4103. },
  4104. "node_modules/@vueuse/shared/node_modules/vue-demi": {
  4105. "version": "0.14.6",
  4106. "hasInstallScript": true,
  4107. "license": "MIT",
  4108. "bin": {
  4109. "vue-demi-fix": "bin/vue-demi-fix.js",
  4110. "vue-demi-switch": "bin/vue-demi-switch.js"
  4111. },
  4112. "engines": {
  4113. "node": ">=12"
  4114. },
  4115. "funding": {
  4116. "url": "https://github.com/sponsors/antfu"
  4117. },
  4118. "peerDependencies": {
  4119. "@vue/composition-api": "^1.0.0-rc.1",
  4120. "vue": "^3.0.0-0 || ^2.6.0"
  4121. },
  4122. "peerDependenciesMeta": {
  4123. "@vue/composition-api": {
  4124. "optional": true
  4125. }
  4126. }
  4127. },
  4128. "node_modules/@wangeditor/basic-modules": {
  4129. "version": "1.1.7",
  4130. "license": "MIT",
  4131. "dependencies": {
  4132. "is-url": "^1.2.4"
  4133. },
  4134. "peerDependencies": {
  4135. "@wangeditor/core": "1.x",
  4136. "dom7": "^3.0.0",
  4137. "lodash.throttle": "^4.1.1",
  4138. "nanoid": "^3.2.0",
  4139. "slate": "^0.72.0",
  4140. "snabbdom": "^3.1.0"
  4141. }
  4142. },
  4143. "node_modules/@wangeditor/code-highlight": {
  4144. "version": "1.0.3",
  4145. "license": "MIT",
  4146. "dependencies": {
  4147. "prismjs": "^1.23.0"
  4148. },
  4149. "peerDependencies": {
  4150. "@wangeditor/core": "1.x",
  4151. "dom7": "^3.0.0",
  4152. "slate": "^0.72.0",
  4153. "snabbdom": "^3.1.0"
  4154. }
  4155. },
  4156. "node_modules/@wangeditor/code-highlight/node_modules/prismjs": {
  4157. "version": "1.29.0",
  4158. "license": "MIT",
  4159. "engines": {
  4160. "node": ">=6"
  4161. }
  4162. },
  4163. "node_modules/@wangeditor/core": {
  4164. "version": "1.1.19",
  4165. "license": "MIT",
  4166. "dependencies": {
  4167. "@types/event-emitter": "^0.3.3",
  4168. "event-emitter": "^0.3.5",
  4169. "html-void-elements": "^2.0.0",
  4170. "i18next": "^20.4.0",
  4171. "scroll-into-view-if-needed": "^2.2.28",
  4172. "slate-history": "^0.66.0"
  4173. },
  4174. "peerDependencies": {
  4175. "@uppy/core": "^2.1.1",
  4176. "@uppy/xhr-upload": "^2.0.3",
  4177. "dom7": "^3.0.0",
  4178. "is-hotkey": "^0.2.0",
  4179. "lodash.camelcase": "^4.3.0",
  4180. "lodash.clonedeep": "^4.5.0",
  4181. "lodash.debounce": "^4.0.8",
  4182. "lodash.foreach": "^4.5.0",
  4183. "lodash.isequal": "^4.5.0",
  4184. "lodash.throttle": "^4.1.1",
  4185. "lodash.toarray": "^4.4.0",
  4186. "nanoid": "^3.2.0",
  4187. "slate": "^0.72.0",
  4188. "snabbdom": "^3.1.0"
  4189. }
  4190. },
  4191. "node_modules/@wangeditor/editor": {
  4192. "version": "5.1.23",
  4193. "license": "MIT",
  4194. "dependencies": {
  4195. "@uppy/core": "^2.1.1",
  4196. "@uppy/xhr-upload": "^2.0.3",
  4197. "@wangeditor/basic-modules": "^1.1.7",
  4198. "@wangeditor/code-highlight": "^1.0.3",
  4199. "@wangeditor/core": "^1.1.19",
  4200. "@wangeditor/list-module": "^1.0.5",
  4201. "@wangeditor/table-module": "^1.1.4",
  4202. "@wangeditor/upload-image-module": "^1.0.2",
  4203. "@wangeditor/video-module": "^1.1.4",
  4204. "dom7": "^3.0.0",
  4205. "is-hotkey": "^0.2.0",
  4206. "lodash.camelcase": "^4.3.0",
  4207. "lodash.clonedeep": "^4.5.0",
  4208. "lodash.debounce": "^4.0.8",
  4209. "lodash.foreach": "^4.5.0",
  4210. "lodash.isequal": "^4.5.0",
  4211. "lodash.throttle": "^4.1.1",
  4212. "lodash.toarray": "^4.4.0",
  4213. "nanoid": "^3.2.0",
  4214. "slate": "^0.72.0",
  4215. "snabbdom": "^3.1.0"
  4216. }
  4217. },
  4218. "node_modules/@wangeditor/editor-for-vue": {
  4219. "version": "5.1.12",
  4220. "license": "MIT",
  4221. "peerDependencies": {
  4222. "@wangeditor/editor": ">=5.1.0",
  4223. "vue": "^3.0.5"
  4224. }
  4225. },
  4226. "node_modules/@wangeditor/list-module": {
  4227. "version": "1.0.5",
  4228. "license": "MIT",
  4229. "peerDependencies": {
  4230. "@wangeditor/core": "1.x",
  4231. "dom7": "^3.0.0",
  4232. "slate": "^0.72.0",
  4233. "snabbdom": "^3.1.0"
  4234. }
  4235. },
  4236. "node_modules/@wangeditor/table-module": {
  4237. "version": "1.1.4",
  4238. "license": "MIT",
  4239. "peerDependencies": {
  4240. "@wangeditor/core": "1.x",
  4241. "dom7": "^3.0.0",
  4242. "lodash.isequal": "^4.5.0",
  4243. "lodash.throttle": "^4.1.1",
  4244. "nanoid": "^3.2.0",
  4245. "slate": "^0.72.0",
  4246. "snabbdom": "^3.1.0"
  4247. }
  4248. },
  4249. "node_modules/@wangeditor/upload-image-module": {
  4250. "version": "1.0.2",
  4251. "license": "MIT",
  4252. "peerDependencies": {
  4253. "@uppy/core": "^2.0.3",
  4254. "@uppy/xhr-upload": "^2.0.3",
  4255. "@wangeditor/basic-modules": "1.x",
  4256. "@wangeditor/core": "1.x",
  4257. "dom7": "^3.0.0",
  4258. "lodash.foreach": "^4.5.0",
  4259. "slate": "^0.72.0",
  4260. "snabbdom": "^3.1.0"
  4261. }
  4262. },
  4263. "node_modules/@wangeditor/video-module": {
  4264. "version": "1.1.4",
  4265. "license": "MIT",
  4266. "peerDependencies": {
  4267. "@uppy/core": "^2.1.4",
  4268. "@uppy/xhr-upload": "^2.0.7",
  4269. "@wangeditor/core": "1.x",
  4270. "dom7": "^3.0.0",
  4271. "nanoid": "^3.2.0",
  4272. "slate": "^0.72.0",
  4273. "snabbdom": "^3.1.0"
  4274. }
  4275. },
  4276. "node_modules/acorn": {
  4277. "version": "8.10.0",
  4278. "dev": true,
  4279. "license": "MIT",
  4280. "bin": {
  4281. "acorn": "bin/acorn"
  4282. },
  4283. "engines": {
  4284. "node": ">=0.4.0"
  4285. }
  4286. },
  4287. "node_modules/acorn-jsx": {
  4288. "version": "5.3.2",
  4289. "dev": true,
  4290. "license": "MIT",
  4291. "peerDependencies": {
  4292. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4293. }
  4294. },
  4295. "node_modules/address": {
  4296. "version": "1.2.2",
  4297. "license": "MIT",
  4298. "engines": {
  4299. "node": ">= 10.0.0"
  4300. }
  4301. },
  4302. "node_modules/adler-32": {
  4303. "version": "1.3.1",
  4304. "license": "Apache-2.0",
  4305. "engines": {
  4306. "node": ">=0.8"
  4307. }
  4308. },
  4309. "node_modules/agentkeepalive": {
  4310. "version": "3.5.2",
  4311. "license": "MIT",
  4312. "dependencies": {
  4313. "humanize-ms": "^1.2.1"
  4314. },
  4315. "engines": {
  4316. "node": ">= 4.0.0"
  4317. }
  4318. },
  4319. "node_modules/ajv": {
  4320. "version": "6.12.6",
  4321. "license": "MIT",
  4322. "dependencies": {
  4323. "fast-deep-equal": "^3.1.1",
  4324. "fast-json-stable-stringify": "^2.0.0",
  4325. "json-schema-traverse": "^0.4.1",
  4326. "uri-js": "^4.2.2"
  4327. },
  4328. "funding": {
  4329. "type": "github",
  4330. "url": "https://github.com/sponsors/epoberezkin"
  4331. }
  4332. },
  4333. "node_modules/ali-oss": {
  4334. "version": "6.18.1",
  4335. "license": "MIT",
  4336. "dependencies": {
  4337. "address": "^1.2.2",
  4338. "agentkeepalive": "^3.4.1",
  4339. "bowser": "^1.6.0",
  4340. "copy-to": "^2.0.1",
  4341. "dateformat": "^2.0.0",
  4342. "debug": "^4.3.4",
  4343. "destroy": "^1.0.4",
  4344. "end-or-error": "^1.0.1",
  4345. "get-ready": "^1.0.0",
  4346. "humanize-ms": "^1.2.0",
  4347. "is-type-of": "^1.4.0",
  4348. "js-base64": "^2.5.2",
  4349. "jstoxml": "^2.0.0",
  4350. "merge-descriptors": "^1.0.1",
  4351. "mime": "^2.4.5",
  4352. "platform": "^1.3.1",
  4353. "pump": "^3.0.0",
  4354. "sdk-base": "^2.0.1",
  4355. "stream-http": "2.8.2",
  4356. "stream-wormhole": "^1.0.4",
  4357. "urllib": "2.41.0",
  4358. "utility": "^1.18.0",
  4359. "xml2js": "^0.6.2"
  4360. },
  4361. "engines": {
  4362. "node": ">=8"
  4363. }
  4364. },
  4365. "node_modules/ali-oss/node_modules/bowser": {
  4366. "version": "1.9.4",
  4367. "license": "MIT"
  4368. },
  4369. "node_modules/ali-oss/node_modules/xml2js": {
  4370. "version": "0.6.2",
  4371. "license": "MIT",
  4372. "dependencies": {
  4373. "sax": ">=0.6.0",
  4374. "xmlbuilder": "~11.0.0"
  4375. },
  4376. "engines": {
  4377. "node": ">=4.0.0"
  4378. }
  4379. },
  4380. "node_modules/ansi-regex": {
  4381. "version": "5.0.1",
  4382. "license": "MIT",
  4383. "engines": {
  4384. "node": ">=8"
  4385. }
  4386. },
  4387. "node_modules/ansi-styles": {
  4388. "version": "3.2.1",
  4389. "license": "MIT",
  4390. "dependencies": {
  4391. "color-convert": "^1.9.0"
  4392. },
  4393. "engines": {
  4394. "node": ">=4"
  4395. }
  4396. },
  4397. "node_modules/any-promise": {
  4398. "version": "1.3.0",
  4399. "license": "MIT"
  4400. },
  4401. "node_modules/anymatch": {
  4402. "version": "3.1.3",
  4403. "license": "ISC",
  4404. "dependencies": {
  4405. "normalize-path": "^3.0.0",
  4406. "picomatch": "^2.0.4"
  4407. },
  4408. "engines": {
  4409. "node": ">= 8"
  4410. }
  4411. },
  4412. "node_modules/arg": {
  4413. "version": "5.0.2",
  4414. "license": "MIT"
  4415. },
  4416. "node_modules/argparse": {
  4417. "version": "2.0.1",
  4418. "dev": true,
  4419. "license": "Python-2.0"
  4420. },
  4421. "node_modules/array-union": {
  4422. "version": "2.1.0",
  4423. "dev": true,
  4424. "license": "MIT",
  4425. "engines": {
  4426. "node": ">=8"
  4427. }
  4428. },
  4429. "node_modules/async-validator": {
  4430. "version": "4.2.5",
  4431. "license": "MIT"
  4432. },
  4433. "node_modules/asynckit": {
  4434. "version": "0.4.0",
  4435. "license": "MIT"
  4436. },
  4437. "node_modules/autoprefixer": {
  4438. "version": "10.4.16",
  4439. "funding": [
  4440. {
  4441. "type": "opencollective",
  4442. "url": "https://opencollective.com/postcss/"
  4443. },
  4444. {
  4445. "type": "tidelift",
  4446. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  4447. },
  4448. {
  4449. "type": "github",
  4450. "url": "https://github.com/sponsors/ai"
  4451. }
  4452. ],
  4453. "license": "MIT",
  4454. "dependencies": {
  4455. "browserslist": "^4.21.10",
  4456. "caniuse-lite": "^1.0.30001538",
  4457. "fraction.js": "^4.3.6",
  4458. "normalize-range": "^0.1.2",
  4459. "picocolors": "^1.0.0",
  4460. "postcss-value-parser": "^4.2.0"
  4461. },
  4462. "bin": {
  4463. "autoprefixer": "bin/autoprefixer"
  4464. },
  4465. "engines": {
  4466. "node": "^10 || ^12 || >=14"
  4467. },
  4468. "peerDependencies": {
  4469. "postcss": "^8.1.0"
  4470. }
  4471. },
  4472. "node_modules/aws-crt": {
  4473. "version": "1.18.0",
  4474. "hasInstallScript": true,
  4475. "license": "Apache-2.0",
  4476. "dependencies": {
  4477. "@aws-sdk/util-utf8-browser": "^3.109.0",
  4478. "@httptoolkit/websocket-stream": "^6.0.0",
  4479. "axios": "^0.24.0",
  4480. "buffer": "^6.0.3",
  4481. "crypto-js": "^4.0.0",
  4482. "mqtt": "^4.3.7",
  4483. "process": "^0.11.10"
  4484. }
  4485. },
  4486. "node_modules/aws-crt/node_modules/axios": {
  4487. "version": "0.24.0",
  4488. "license": "MIT",
  4489. "dependencies": {
  4490. "follow-redirects": "^1.14.4"
  4491. }
  4492. },
  4493. "node_modules/axios": {
  4494. "version": "1.5.1",
  4495. "license": "MIT",
  4496. "dependencies": {
  4497. "follow-redirects": "^1.15.0",
  4498. "form-data": "^4.0.0",
  4499. "proxy-from-env": "^1.1.0"
  4500. }
  4501. },
  4502. "node_modules/balanced-match": {
  4503. "version": "1.0.2",
  4504. "license": "MIT"
  4505. },
  4506. "node_modules/base64-js": {
  4507. "version": "1.5.1",
  4508. "funding": [
  4509. {
  4510. "type": "github",
  4511. "url": "https://github.com/sponsors/feross"
  4512. },
  4513. {
  4514. "type": "patreon",
  4515. "url": "https://www.patreon.com/feross"
  4516. },
  4517. {
  4518. "type": "consulting",
  4519. "url": "https://feross.org/support"
  4520. }
  4521. ],
  4522. "license": "MIT"
  4523. },
  4524. "node_modules/batch-processor": {
  4525. "version": "1.0.0",
  4526. "license": "MIT"
  4527. },
  4528. "node_modules/binary-extensions": {
  4529. "version": "2.2.0",
  4530. "license": "MIT",
  4531. "engines": {
  4532. "node": ">=8"
  4533. }
  4534. },
  4535. "node_modules/bl": {
  4536. "version": "4.1.0",
  4537. "license": "MIT",
  4538. "dependencies": {
  4539. "buffer": "^5.5.0",
  4540. "inherits": "^2.0.4",
  4541. "readable-stream": "^3.4.0"
  4542. }
  4543. },
  4544. "node_modules/bl/node_modules/buffer": {
  4545. "version": "5.7.1",
  4546. "funding": [
  4547. {
  4548. "type": "github",
  4549. "url": "https://github.com/sponsors/feross"
  4550. },
  4551. {
  4552. "type": "patreon",
  4553. "url": "https://www.patreon.com/feross"
  4554. },
  4555. {
  4556. "type": "consulting",
  4557. "url": "https://feross.org/support"
  4558. }
  4559. ],
  4560. "license": "MIT",
  4561. "dependencies": {
  4562. "base64-js": "^1.3.1",
  4563. "ieee754": "^1.1.13"
  4564. }
  4565. },
  4566. "node_modules/bl/node_modules/readable-stream": {
  4567. "version": "3.6.2",
  4568. "license": "MIT",
  4569. "dependencies": {
  4570. "inherits": "^2.0.3",
  4571. "string_decoder": "^1.1.1",
  4572. "util-deprecate": "^1.0.1"
  4573. },
  4574. "engines": {
  4575. "node": ">= 6"
  4576. }
  4577. },
  4578. "node_modules/boolbase": {
  4579. "version": "1.0.0",
  4580. "dev": true,
  4581. "license": "ISC"
  4582. },
  4583. "node_modules/bowser": {
  4584. "version": "2.11.0",
  4585. "license": "MIT"
  4586. },
  4587. "node_modules/brace-expansion": {
  4588. "version": "1.1.11",
  4589. "license": "MIT",
  4590. "dependencies": {
  4591. "balanced-match": "^1.0.0",
  4592. "concat-map": "0.0.1"
  4593. }
  4594. },
  4595. "node_modules/braces": {
  4596. "version": "3.0.2",
  4597. "license": "MIT",
  4598. "dependencies": {
  4599. "fill-range": "^7.0.1"
  4600. },
  4601. "engines": {
  4602. "node": ">=8"
  4603. }
  4604. },
  4605. "node_modules/browserslist": {
  4606. "version": "4.22.1",
  4607. "funding": [
  4608. {
  4609. "type": "opencollective",
  4610. "url": "https://opencollective.com/browserslist"
  4611. },
  4612. {
  4613. "type": "tidelift",
  4614. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4615. },
  4616. {
  4617. "type": "github",
  4618. "url": "https://github.com/sponsors/ai"
  4619. }
  4620. ],
  4621. "license": "MIT",
  4622. "dependencies": {
  4623. "caniuse-lite": "^1.0.30001541",
  4624. "electron-to-chromium": "^1.4.535",
  4625. "node-releases": "^2.0.13",
  4626. "update-browserslist-db": "^1.0.13"
  4627. },
  4628. "bin": {
  4629. "browserslist": "cli.js"
  4630. },
  4631. "engines": {
  4632. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  4633. }
  4634. },
  4635. "node_modules/browserslist/node_modules/electron-to-chromium": {
  4636. "version": "1.4.548",
  4637. "license": "ISC"
  4638. },
  4639. "node_modules/buffer": {
  4640. "version": "6.0.3",
  4641. "funding": [
  4642. {
  4643. "type": "github",
  4644. "url": "https://github.com/sponsors/feross"
  4645. },
  4646. {
  4647. "type": "patreon",
  4648. "url": "https://www.patreon.com/feross"
  4649. },
  4650. {
  4651. "type": "consulting",
  4652. "url": "https://feross.org/support"
  4653. }
  4654. ],
  4655. "license": "MIT",
  4656. "dependencies": {
  4657. "base64-js": "^1.3.1",
  4658. "ieee754": "^1.2.1"
  4659. }
  4660. },
  4661. "node_modules/buffer-from": {
  4662. "version": "1.1.2",
  4663. "license": "MIT"
  4664. },
  4665. "node_modules/builtin-status-codes": {
  4666. "version": "3.0.0",
  4667. "license": "MIT"
  4668. },
  4669. "node_modules/call-bind": {
  4670. "version": "1.0.2",
  4671. "license": "MIT",
  4672. "dependencies": {
  4673. "function-bind": "^1.1.1",
  4674. "get-intrinsic": "^1.0.2"
  4675. },
  4676. "funding": {
  4677. "url": "https://github.com/sponsors/ljharb"
  4678. }
  4679. },
  4680. "node_modules/callsites": {
  4681. "version": "3.1.0",
  4682. "dev": true,
  4683. "license": "MIT",
  4684. "engines": {
  4685. "node": ">=6"
  4686. }
  4687. },
  4688. "node_modules/camelcase": {
  4689. "version": "6.3.0",
  4690. "license": "MIT",
  4691. "engines": {
  4692. "node": ">=10"
  4693. },
  4694. "funding": {
  4695. "url": "https://github.com/sponsors/sindresorhus"
  4696. }
  4697. },
  4698. "node_modules/camelcase-css": {
  4699. "version": "2.0.1",
  4700. "license": "MIT",
  4701. "engines": {
  4702. "node": ">= 6"
  4703. }
  4704. },
  4705. "node_modules/caniuse-lite": {
  4706. "version": "1.0.30001547",
  4707. "funding": [
  4708. {
  4709. "type": "opencollective",
  4710. "url": "https://opencollective.com/browserslist"
  4711. },
  4712. {
  4713. "type": "tidelift",
  4714. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4715. },
  4716. {
  4717. "type": "github",
  4718. "url": "https://github.com/sponsors/ai"
  4719. }
  4720. ],
  4721. "license": "CC-BY-4.0"
  4722. },
  4723. "node_modules/chalk": {
  4724. "version": "2.4.2",
  4725. "license": "MIT",
  4726. "dependencies": {
  4727. "ansi-styles": "^3.2.1",
  4728. "escape-string-regexp": "^1.0.5",
  4729. "supports-color": "^5.3.0"
  4730. },
  4731. "engines": {
  4732. "node": ">=4"
  4733. }
  4734. },
  4735. "node_modules/chokidar": {
  4736. "version": "3.5.3",
  4737. "funding": [
  4738. {
  4739. "type": "individual",
  4740. "url": "https://paulmillr.com/funding/"
  4741. }
  4742. ],
  4743. "license": "MIT",
  4744. "dependencies": {
  4745. "anymatch": "~3.1.2",
  4746. "braces": "~3.0.2",
  4747. "glob-parent": "~5.1.2",
  4748. "is-binary-path": "~2.1.0",
  4749. "is-glob": "~4.0.1",
  4750. "normalize-path": "~3.0.0",
  4751. "readdirp": "~3.6.0"
  4752. },
  4753. "engines": {
  4754. "node": ">= 8.10.0"
  4755. },
  4756. "optionalDependencies": {
  4757. "fsevents": "~2.3.2"
  4758. }
  4759. },
  4760. "node_modules/chokidar/node_modules/glob-parent": {
  4761. "version": "5.1.2",
  4762. "license": "ISC",
  4763. "dependencies": {
  4764. "is-glob": "^4.0.1"
  4765. },
  4766. "engines": {
  4767. "node": ">= 6"
  4768. }
  4769. },
  4770. "node_modules/claygl": {
  4771. "version": "1.3.0"
  4772. },
  4773. "node_modules/clipboard": {
  4774. "version": "2.0.11",
  4775. "license": "MIT",
  4776. "dependencies": {
  4777. "good-listener": "^1.2.2",
  4778. "select": "^1.1.2",
  4779. "tiny-emitter": "^2.0.0"
  4780. }
  4781. },
  4782. "node_modules/clone": {
  4783. "version": "2.1.2",
  4784. "license": "MIT",
  4785. "engines": {
  4786. "node": ">=0.8"
  4787. }
  4788. },
  4789. "node_modules/color-convert": {
  4790. "version": "1.9.3",
  4791. "license": "MIT",
  4792. "dependencies": {
  4793. "color-name": "1.1.3"
  4794. }
  4795. },
  4796. "node_modules/color-name": {
  4797. "version": "1.1.3",
  4798. "license": "MIT"
  4799. },
  4800. "node_modules/combined-stream": {
  4801. "version": "1.0.8",
  4802. "license": "MIT",
  4803. "dependencies": {
  4804. "delayed-stream": "~1.0.0"
  4805. },
  4806. "engines": {
  4807. "node": ">= 0.8"
  4808. }
  4809. },
  4810. "node_modules/commander": {
  4811. "version": "4.1.1",
  4812. "license": "MIT",
  4813. "engines": {
  4814. "node": ">= 6"
  4815. }
  4816. },
  4817. "node_modules/commist": {
  4818. "version": "1.1.0",
  4819. "license": "MIT",
  4820. "dependencies": {
  4821. "leven": "^2.1.0",
  4822. "minimist": "^1.1.0"
  4823. }
  4824. },
  4825. "node_modules/compute-scroll-into-view": {
  4826. "version": "1.0.20",
  4827. "license": "MIT"
  4828. },
  4829. "node_modules/concat-map": {
  4830. "version": "0.0.1",
  4831. "license": "MIT"
  4832. },
  4833. "node_modules/concat-stream": {
  4834. "version": "2.0.0",
  4835. "engines": [
  4836. "node >= 6.0"
  4837. ],
  4838. "license": "MIT",
  4839. "dependencies": {
  4840. "buffer-from": "^1.0.0",
  4841. "inherits": "^2.0.3",
  4842. "readable-stream": "^3.0.2",
  4843. "typedarray": "^0.0.6"
  4844. }
  4845. },
  4846. "node_modules/concat-stream/node_modules/readable-stream": {
  4847. "version": "3.6.2",
  4848. "license": "MIT",
  4849. "dependencies": {
  4850. "inherits": "^2.0.3",
  4851. "string_decoder": "^1.1.1",
  4852. "util-deprecate": "^1.0.1"
  4853. },
  4854. "engines": {
  4855. "node": ">= 6"
  4856. }
  4857. },
  4858. "node_modules/content-type": {
  4859. "version": "1.0.5",
  4860. "license": "MIT",
  4861. "engines": {
  4862. "node": ">= 0.6"
  4863. }
  4864. },
  4865. "node_modules/convert-source-map": {
  4866. "version": "2.0.0",
  4867. "license": "MIT"
  4868. },
  4869. "node_modules/copy-to": {
  4870. "version": "2.0.1",
  4871. "license": "MIT"
  4872. },
  4873. "node_modules/core-js": {
  4874. "version": "2.6.12",
  4875. "hasInstallScript": true,
  4876. "license": "MIT"
  4877. },
  4878. "node_modules/core-util-is": {
  4879. "version": "1.0.3",
  4880. "license": "MIT"
  4881. },
  4882. "node_modules/cos-js-sdk-v5": {
  4883. "version": "1.4.21",
  4884. "license": "ISC",
  4885. "dependencies": {
  4886. "@xmldom/xmldom": "^0.8.6"
  4887. }
  4888. },
  4889. "node_modules/cos-js-sdk-v5/node_modules/@xmldom/xmldom": {
  4890. "version": "0.8.10",
  4891. "license": "MIT",
  4892. "engines": {
  4893. "node": ">=10.0.0"
  4894. }
  4895. },
  4896. "node_modules/countup.js": {
  4897. "version": "2.8.0",
  4898. "license": "MIT"
  4899. },
  4900. "node_modules/crc-32": {
  4901. "version": "1.2.2",
  4902. "license": "Apache-2.0",
  4903. "bin": {
  4904. "crc32": "bin/crc32.njs"
  4905. },
  4906. "engines": {
  4907. "node": ">=0.8"
  4908. }
  4909. },
  4910. "node_modules/cropperjs": {
  4911. "version": "1.6.1",
  4912. "license": "MIT"
  4913. },
  4914. "node_modules/cross-spawn": {
  4915. "version": "7.0.3",
  4916. "license": "MIT",
  4917. "dependencies": {
  4918. "path-key": "^3.1.0",
  4919. "shebang-command": "^2.0.0",
  4920. "which": "^2.0.1"
  4921. },
  4922. "engines": {
  4923. "node": ">= 8"
  4924. }
  4925. },
  4926. "node_modules/crypto-js": {
  4927. "version": "4.1.1",
  4928. "license": "MIT"
  4929. },
  4930. "node_modules/cssesc": {
  4931. "version": "3.0.0",
  4932. "license": "MIT",
  4933. "bin": {
  4934. "cssesc": "bin/cssesc"
  4935. },
  4936. "engines": {
  4937. "node": ">=4"
  4938. }
  4939. },
  4940. "node_modules/csstype": {
  4941. "version": "3.1.2",
  4942. "license": "MIT"
  4943. },
  4944. "node_modules/d": {
  4945. "version": "1.0.1",
  4946. "license": "ISC",
  4947. "dependencies": {
  4948. "es5-ext": "^0.10.50",
  4949. "type": "^1.0.1"
  4950. }
  4951. },
  4952. "node_modules/d/node_modules/es5-ext": {
  4953. "version": "0.10.62",
  4954. "hasInstallScript": true,
  4955. "license": "ISC",
  4956. "dependencies": {
  4957. "es6-iterator": "^2.0.3",
  4958. "es6-symbol": "^3.1.3",
  4959. "next-tick": "^1.1.0"
  4960. },
  4961. "engines": {
  4962. "node": ">=0.10"
  4963. }
  4964. },
  4965. "node_modules/dateformat": {
  4966. "version": "2.2.0",
  4967. "license": "MIT",
  4968. "engines": {
  4969. "node": "*"
  4970. }
  4971. },
  4972. "node_modules/dayjs": {
  4973. "version": "1.11.10",
  4974. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
  4975. "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
  4976. },
  4977. "node_modules/debounce": {
  4978. "version": "1.2.1",
  4979. "license": "MIT"
  4980. },
  4981. "node_modules/debug": {
  4982. "version": "4.3.4",
  4983. "license": "MIT",
  4984. "dependencies": {
  4985. "ms": "2.1.2"
  4986. },
  4987. "engines": {
  4988. "node": ">=6.0"
  4989. },
  4990. "peerDependenciesMeta": {
  4991. "supports-color": {
  4992. "optional": true
  4993. }
  4994. }
  4995. },
  4996. "node_modules/deep-equal": {
  4997. "version": "1.1.1",
  4998. "license": "MIT",
  4999. "dependencies": {
  5000. "is-arguments": "^1.0.4",
  5001. "is-date-object": "^1.0.1",
  5002. "is-regex": "^1.0.4",
  5003. "object-is": "^1.0.1",
  5004. "object-keys": "^1.1.1",
  5005. "regexp.prototype.flags": "^1.2.0"
  5006. },
  5007. "funding": {
  5008. "url": "https://github.com/sponsors/ljharb"
  5009. }
  5010. },
  5011. "node_modules/deep-is": {
  5012. "version": "0.1.4",
  5013. "dev": true,
  5014. "license": "MIT"
  5015. },
  5016. "node_modules/default-user-agent": {
  5017. "version": "1.0.0",
  5018. "license": "MIT",
  5019. "dependencies": {
  5020. "os-name": "~1.0.3"
  5021. },
  5022. "engines": {
  5023. "node": ">= 0.10.0"
  5024. }
  5025. },
  5026. "node_modules/define-data-property": {
  5027. "version": "1.1.0",
  5028. "license": "MIT",
  5029. "dependencies": {
  5030. "get-intrinsic": "^1.2.1",
  5031. "gopd": "^1.0.1",
  5032. "has-property-descriptors": "^1.0.0"
  5033. },
  5034. "engines": {
  5035. "node": ">= 0.4"
  5036. }
  5037. },
  5038. "node_modules/define-properties": {
  5039. "version": "1.2.1",
  5040. "license": "MIT",
  5041. "dependencies": {
  5042. "define-data-property": "^1.0.1",
  5043. "has-property-descriptors": "^1.0.0",
  5044. "object-keys": "^1.1.1"
  5045. },
  5046. "engines": {
  5047. "node": ">= 0.4"
  5048. },
  5049. "funding": {
  5050. "url": "https://github.com/sponsors/ljharb"
  5051. }
  5052. },
  5053. "node_modules/delayed-stream": {
  5054. "version": "1.0.0",
  5055. "license": "MIT",
  5056. "engines": {
  5057. "node": ">=0.4.0"
  5058. }
  5059. },
  5060. "node_modules/delegate": {
  5061. "version": "3.2.0",
  5062. "license": "MIT"
  5063. },
  5064. "node_modules/destroy": {
  5065. "version": "1.2.0",
  5066. "license": "MIT",
  5067. "engines": {
  5068. "node": ">= 0.8",
  5069. "npm": "1.2.8000 || >= 1.4.16"
  5070. }
  5071. },
  5072. "node_modules/didyoumean": {
  5073. "version": "1.2.2",
  5074. "license": "Apache-2.0"
  5075. },
  5076. "node_modules/digest-header": {
  5077. "version": "1.1.0",
  5078. "license": "MIT",
  5079. "engines": {
  5080. "node": ">= 8.0.0"
  5081. }
  5082. },
  5083. "node_modules/dir-glob": {
  5084. "version": "3.0.1",
  5085. "dev": true,
  5086. "license": "MIT",
  5087. "dependencies": {
  5088. "path-type": "^4.0.0"
  5089. },
  5090. "engines": {
  5091. "node": ">=8"
  5092. }
  5093. },
  5094. "node_modules/dlv": {
  5095. "version": "1.1.3",
  5096. "license": "MIT"
  5097. },
  5098. "node_modules/doctrine": {
  5099. "version": "3.0.0",
  5100. "dev": true,
  5101. "license": "Apache-2.0",
  5102. "dependencies": {
  5103. "esutils": "^2.0.2"
  5104. },
  5105. "engines": {
  5106. "node": ">=6.0.0"
  5107. }
  5108. },
  5109. "node_modules/dom-zindex": {
  5110. "version": "1.0.1",
  5111. "license": "MIT"
  5112. },
  5113. "node_modules/dom7": {
  5114. "version": "3.0.0",
  5115. "license": "MIT",
  5116. "dependencies": {
  5117. "ssr-window": "^3.0.0-alpha.1"
  5118. }
  5119. },
  5120. "node_modules/duplexify": {
  5121. "version": "3.7.1",
  5122. "license": "MIT",
  5123. "dependencies": {
  5124. "end-of-stream": "^1.0.0",
  5125. "inherits": "^2.0.1",
  5126. "readable-stream": "^2.0.0",
  5127. "stream-shift": "^1.0.0"
  5128. }
  5129. },
  5130. "node_modules/e-icon-picker": {
  5131. "version": "2.1.1",
  5132. "license": "MIT",
  5133. "dependencies": {
  5134. "@popperjs/core": "^2.11.6",
  5135. "@vue/shared": "^3.2.45",
  5136. "@vueuse/core": "^9.9.0",
  5137. "debounce": "^1.2.1",
  5138. "vue": "^3.2.45"
  5139. },
  5140. "peerDependencies": {
  5141. "vue": "^3.2.0"
  5142. }
  5143. },
  5144. "node_modules/eastasianwidth": {
  5145. "version": "0.2.0",
  5146. "license": "MIT"
  5147. },
  5148. "node_modules/echarts": {
  5149. "version": "5.4.3",
  5150. "license": "Apache-2.0",
  5151. "dependencies": {
  5152. "tslib": "2.3.0",
  5153. "zrender": "5.4.4"
  5154. }
  5155. },
  5156. "node_modules/echarts-gl": {
  5157. "version": "2.0.9",
  5158. "dependencies": {
  5159. "claygl": "^1.2.1",
  5160. "zrender": "^5.1.1"
  5161. },
  5162. "peerDependencies": {
  5163. "echarts": "^5.1.2"
  5164. }
  5165. },
  5166. "node_modules/echarts-wordcloud": {
  5167. "version": "2.1.0",
  5168. "license": "ISC",
  5169. "peerDependencies": {
  5170. "echarts": "^5.0.1"
  5171. }
  5172. },
  5173. "node_modules/echarts/node_modules/tslib": {
  5174. "version": "2.3.0",
  5175. "license": "0BSD"
  5176. },
  5177. "node_modules/ee-first": {
  5178. "version": "1.1.1",
  5179. "license": "MIT"
  5180. },
  5181. "node_modules/element-plus": {
  5182. "version": "2.3.14",
  5183. "license": "MIT",
  5184. "dependencies": {
  5185. "@ctrl/tinycolor": "^3.4.1",
  5186. "@element-plus/icons-vue": "^2.0.6",
  5187. "@floating-ui/dom": "^1.0.1",
  5188. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  5189. "@types/lodash": "^4.14.182",
  5190. "@types/lodash-es": "^4.17.6",
  5191. "@vueuse/core": "^9.1.0",
  5192. "async-validator": "^4.2.5",
  5193. "dayjs": "^1.11.3",
  5194. "escape-html": "^1.0.3",
  5195. "lodash": "^4.17.21",
  5196. "lodash-es": "^4.17.21",
  5197. "lodash-unified": "^1.0.2",
  5198. "memoize-one": "^6.0.0",
  5199. "normalize-wheel-es": "^1.2.0"
  5200. },
  5201. "peerDependencies": {
  5202. "vue": "^3.2.0"
  5203. }
  5204. },
  5205. "node_modules/element-resize-detector": {
  5206. "version": "1.2.4",
  5207. "license": "MIT",
  5208. "dependencies": {
  5209. "batch-processor": "1.0.0"
  5210. }
  5211. },
  5212. "node_modules/element-tree-line": {
  5213. "version": "0.2.1",
  5214. "license": "MIT",
  5215. "peerDependencies": {
  5216. "vue": "^2.6.11 || ^3.2.0"
  5217. }
  5218. },
  5219. "node_modules/emoji-regex": {
  5220. "version": "9.2.2",
  5221. "license": "MIT"
  5222. },
  5223. "node_modules/end-of-stream": {
  5224. "version": "1.4.4",
  5225. "license": "MIT",
  5226. "dependencies": {
  5227. "once": "^1.4.0"
  5228. }
  5229. },
  5230. "node_modules/end-or-error": {
  5231. "version": "1.0.1",
  5232. "license": "MIT",
  5233. "engines": {
  5234. "node": ">= 0.11.14"
  5235. }
  5236. },
  5237. "node_modules/es6-iterator": {
  5238. "version": "2.0.3",
  5239. "license": "MIT",
  5240. "dependencies": {
  5241. "d": "1",
  5242. "es5-ext": "^0.10.35",
  5243. "es6-symbol": "^3.1.1"
  5244. }
  5245. },
  5246. "node_modules/es6-iterator/node_modules/es5-ext": {
  5247. "version": "0.10.62",
  5248. "hasInstallScript": true,
  5249. "license": "ISC",
  5250. "dependencies": {
  5251. "es6-iterator": "^2.0.3",
  5252. "es6-symbol": "^3.1.3",
  5253. "next-tick": "^1.1.0"
  5254. },
  5255. "engines": {
  5256. "node": ">=0.10"
  5257. }
  5258. },
  5259. "node_modules/es6-symbol": {
  5260. "version": "3.1.3",
  5261. "license": "ISC",
  5262. "dependencies": {
  5263. "d": "^1.0.1",
  5264. "ext": "^1.1.2"
  5265. }
  5266. },
  5267. "node_modules/escalade": {
  5268. "version": "3.1.1",
  5269. "license": "MIT",
  5270. "engines": {
  5271. "node": ">=6"
  5272. }
  5273. },
  5274. "node_modules/escape-html": {
  5275. "version": "1.0.3",
  5276. "license": "MIT"
  5277. },
  5278. "node_modules/escape-string-regexp": {
  5279. "version": "1.0.5",
  5280. "license": "MIT",
  5281. "engines": {
  5282. "node": ">=0.8.0"
  5283. }
  5284. },
  5285. "node_modules/eslint": {
  5286. "version": "8.51.0",
  5287. "dev": true,
  5288. "license": "MIT",
  5289. "dependencies": {
  5290. "@eslint-community/eslint-utils": "^4.2.0",
  5291. "@eslint-community/regexpp": "^4.6.1",
  5292. "@eslint/eslintrc": "^2.1.2",
  5293. "@eslint/js": "8.51.0",
  5294. "@humanwhocodes/config-array": "^0.11.11",
  5295. "@humanwhocodes/module-importer": "^1.0.1",
  5296. "@nodelib/fs.walk": "^1.2.8",
  5297. "ajv": "^6.12.4",
  5298. "chalk": "^4.0.0",
  5299. "cross-spawn": "^7.0.2",
  5300. "debug": "^4.3.2",
  5301. "doctrine": "^3.0.0",
  5302. "escape-string-regexp": "^4.0.0",
  5303. "eslint-scope": "^7.2.2",
  5304. "eslint-visitor-keys": "^3.4.3",
  5305. "espree": "^9.6.1",
  5306. "esquery": "^1.4.2",
  5307. "esutils": "^2.0.2",
  5308. "fast-deep-equal": "^3.1.3",
  5309. "file-entry-cache": "^6.0.1",
  5310. "find-up": "^5.0.0",
  5311. "glob-parent": "^6.0.2",
  5312. "globals": "^13.19.0",
  5313. "graphemer": "^1.4.0",
  5314. "ignore": "^5.2.0",
  5315. "imurmurhash": "^0.1.4",
  5316. "is-glob": "^4.0.0",
  5317. "is-path-inside": "^3.0.3",
  5318. "js-yaml": "^4.1.0",
  5319. "json-stable-stringify-without-jsonify": "^1.0.1",
  5320. "levn": "^0.4.1",
  5321. "lodash.merge": "^4.6.2",
  5322. "minimatch": "^3.1.2",
  5323. "natural-compare": "^1.4.0",
  5324. "optionator": "^0.9.3",
  5325. "strip-ansi": "^6.0.1",
  5326. "text-table": "^0.2.0"
  5327. },
  5328. "bin": {
  5329. "eslint": "bin/eslint.js"
  5330. },
  5331. "engines": {
  5332. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5333. },
  5334. "funding": {
  5335. "url": "https://opencollective.com/eslint"
  5336. }
  5337. },
  5338. "node_modules/eslint-plugin-vue": {
  5339. "version": "9.17.0",
  5340. "dev": true,
  5341. "license": "MIT",
  5342. "dependencies": {
  5343. "@eslint-community/eslint-utils": "^4.4.0",
  5344. "natural-compare": "^1.4.0",
  5345. "nth-check": "^2.1.1",
  5346. "postcss-selector-parser": "^6.0.13",
  5347. "semver": "^7.5.4",
  5348. "vue-eslint-parser": "^9.3.1",
  5349. "xml-name-validator": "^4.0.0"
  5350. },
  5351. "engines": {
  5352. "node": "^14.17.0 || >=16.0.0"
  5353. },
  5354. "peerDependencies": {
  5355. "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0"
  5356. }
  5357. },
  5358. "node_modules/eslint-scope": {
  5359. "version": "5.1.1",
  5360. "dev": true,
  5361. "license": "BSD-2-Clause",
  5362. "dependencies": {
  5363. "esrecurse": "^4.3.0",
  5364. "estraverse": "^4.1.1"
  5365. },
  5366. "engines": {
  5367. "node": ">=8.0.0"
  5368. }
  5369. },
  5370. "node_modules/eslint-visitor-keys": {
  5371. "version": "3.4.3",
  5372. "dev": true,
  5373. "license": "Apache-2.0",
  5374. "engines": {
  5375. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5376. },
  5377. "funding": {
  5378. "url": "https://opencollective.com/eslint"
  5379. }
  5380. },
  5381. "node_modules/eslint/node_modules/ansi-styles": {
  5382. "version": "4.3.0",
  5383. "dev": true,
  5384. "license": "MIT",
  5385. "dependencies": {
  5386. "color-convert": "^2.0.1"
  5387. },
  5388. "engines": {
  5389. "node": ">=8"
  5390. },
  5391. "funding": {
  5392. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5393. }
  5394. },
  5395. "node_modules/eslint/node_modules/chalk": {
  5396. "version": "4.1.2",
  5397. "dev": true,
  5398. "license": "MIT",
  5399. "dependencies": {
  5400. "ansi-styles": "^4.1.0",
  5401. "supports-color": "^7.1.0"
  5402. },
  5403. "engines": {
  5404. "node": ">=10"
  5405. },
  5406. "funding": {
  5407. "url": "https://github.com/chalk/chalk?sponsor=1"
  5408. }
  5409. },
  5410. "node_modules/eslint/node_modules/color-convert": {
  5411. "version": "2.0.1",
  5412. "dev": true,
  5413. "license": "MIT",
  5414. "dependencies": {
  5415. "color-name": "~1.1.4"
  5416. },
  5417. "engines": {
  5418. "node": ">=7.0.0"
  5419. }
  5420. },
  5421. "node_modules/eslint/node_modules/color-name": {
  5422. "version": "1.1.4",
  5423. "dev": true,
  5424. "license": "MIT"
  5425. },
  5426. "node_modules/eslint/node_modules/escape-string-regexp": {
  5427. "version": "4.0.0",
  5428. "dev": true,
  5429. "license": "MIT",
  5430. "engines": {
  5431. "node": ">=10"
  5432. },
  5433. "funding": {
  5434. "url": "https://github.com/sponsors/sindresorhus"
  5435. }
  5436. },
  5437. "node_modules/eslint/node_modules/eslint-scope": {
  5438. "version": "7.2.2",
  5439. "dev": true,
  5440. "license": "BSD-2-Clause",
  5441. "dependencies": {
  5442. "esrecurse": "^4.3.0",
  5443. "estraverse": "^5.2.0"
  5444. },
  5445. "engines": {
  5446. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5447. },
  5448. "funding": {
  5449. "url": "https://opencollective.com/eslint"
  5450. }
  5451. },
  5452. "node_modules/eslint/node_modules/estraverse": {
  5453. "version": "5.3.0",
  5454. "dev": true,
  5455. "license": "BSD-2-Clause",
  5456. "engines": {
  5457. "node": ">=4.0"
  5458. }
  5459. },
  5460. "node_modules/eslint/node_modules/globals": {
  5461. "version": "13.23.0",
  5462. "dev": true,
  5463. "license": "MIT",
  5464. "dependencies": {
  5465. "type-fest": "^0.20.2"
  5466. },
  5467. "engines": {
  5468. "node": ">=8"
  5469. },
  5470. "funding": {
  5471. "url": "https://github.com/sponsors/sindresorhus"
  5472. }
  5473. },
  5474. "node_modules/eslint/node_modules/has-flag": {
  5475. "version": "4.0.0",
  5476. "dev": true,
  5477. "license": "MIT",
  5478. "engines": {
  5479. "node": ">=8"
  5480. }
  5481. },
  5482. "node_modules/eslint/node_modules/supports-color": {
  5483. "version": "7.2.0",
  5484. "dev": true,
  5485. "license": "MIT",
  5486. "dependencies": {
  5487. "has-flag": "^4.0.0"
  5488. },
  5489. "engines": {
  5490. "node": ">=8"
  5491. }
  5492. },
  5493. "node_modules/espree": {
  5494. "version": "9.6.1",
  5495. "dev": true,
  5496. "license": "BSD-2-Clause",
  5497. "dependencies": {
  5498. "acorn": "^8.9.0",
  5499. "acorn-jsx": "^5.3.2",
  5500. "eslint-visitor-keys": "^3.4.1"
  5501. },
  5502. "engines": {
  5503. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5504. },
  5505. "funding": {
  5506. "url": "https://opencollective.com/eslint"
  5507. }
  5508. },
  5509. "node_modules/esquery": {
  5510. "version": "1.5.0",
  5511. "dev": true,
  5512. "license": "BSD-3-Clause",
  5513. "dependencies": {
  5514. "estraverse": "^5.1.0"
  5515. },
  5516. "engines": {
  5517. "node": ">=0.10"
  5518. }
  5519. },
  5520. "node_modules/esquery/node_modules/estraverse": {
  5521. "version": "5.3.0",
  5522. "dev": true,
  5523. "license": "BSD-2-Clause",
  5524. "engines": {
  5525. "node": ">=4.0"
  5526. }
  5527. },
  5528. "node_modules/esrecurse": {
  5529. "version": "4.3.0",
  5530. "dev": true,
  5531. "license": "BSD-2-Clause",
  5532. "dependencies": {
  5533. "estraverse": "^5.2.0"
  5534. },
  5535. "engines": {
  5536. "node": ">=4.0"
  5537. }
  5538. },
  5539. "node_modules/esrecurse/node_modules/estraverse": {
  5540. "version": "5.3.0",
  5541. "dev": true,
  5542. "license": "BSD-2-Clause",
  5543. "engines": {
  5544. "node": ">=4.0"
  5545. }
  5546. },
  5547. "node_modules/estraverse": {
  5548. "version": "4.3.0",
  5549. "dev": true,
  5550. "license": "BSD-2-Clause",
  5551. "engines": {
  5552. "node": ">=4.0"
  5553. }
  5554. },
  5555. "node_modules/estree-walker": {
  5556. "version": "2.0.2",
  5557. "license": "MIT"
  5558. },
  5559. "node_modules/esutils": {
  5560. "version": "2.0.3",
  5561. "dev": true,
  5562. "license": "BSD-2-Clause",
  5563. "engines": {
  5564. "node": ">=0.10.0"
  5565. }
  5566. },
  5567. "node_modules/event-emitter": {
  5568. "version": "0.3.5",
  5569. "license": "MIT",
  5570. "dependencies": {
  5571. "d": "1",
  5572. "es5-ext": "~0.10.14"
  5573. }
  5574. },
  5575. "node_modules/event-emitter/node_modules/es5-ext": {
  5576. "version": "0.10.62",
  5577. "hasInstallScript": true,
  5578. "license": "ISC",
  5579. "dependencies": {
  5580. "es6-iterator": "^2.0.3",
  5581. "es6-symbol": "^3.1.3",
  5582. "next-tick": "^1.1.0"
  5583. },
  5584. "engines": {
  5585. "node": ">=0.10"
  5586. }
  5587. },
  5588. "node_modules/eventemitter3": {
  5589. "version": "2.0.3",
  5590. "license": "MIT"
  5591. },
  5592. "node_modules/ext": {
  5593. "version": "1.7.0",
  5594. "license": "ISC",
  5595. "dependencies": {
  5596. "type": "^2.7.2"
  5597. }
  5598. },
  5599. "node_modules/ext/node_modules/type": {
  5600. "version": "2.7.2",
  5601. "license": "ISC"
  5602. },
  5603. "node_modules/extend": {
  5604. "version": "3.0.2",
  5605. "license": "MIT"
  5606. },
  5607. "node_modules/extend-shallow": {
  5608. "version": "2.0.1",
  5609. "license": "MIT",
  5610. "dependencies": {
  5611. "is-extendable": "^0.1.0"
  5612. },
  5613. "engines": {
  5614. "node": ">=0.10.0"
  5615. }
  5616. },
  5617. "node_modules/fast-deep-equal": {
  5618. "version": "3.1.3",
  5619. "license": "MIT"
  5620. },
  5621. "node_modules/fast-diff": {
  5622. "version": "1.1.2",
  5623. "license": "Apache-2.0"
  5624. },
  5625. "node_modules/fast-glob": {
  5626. "version": "3.3.1",
  5627. "license": "MIT",
  5628. "dependencies": {
  5629. "@nodelib/fs.stat": "^2.0.2",
  5630. "@nodelib/fs.walk": "^1.2.3",
  5631. "glob-parent": "^5.1.2",
  5632. "merge2": "^1.3.0",
  5633. "micromatch": "^4.0.4"
  5634. },
  5635. "engines": {
  5636. "node": ">=8.6.0"
  5637. }
  5638. },
  5639. "node_modules/fast-glob/node_modules/glob-parent": {
  5640. "version": "5.1.2",
  5641. "license": "ISC",
  5642. "dependencies": {
  5643. "is-glob": "^4.0.1"
  5644. },
  5645. "engines": {
  5646. "node": ">= 6"
  5647. }
  5648. },
  5649. "node_modules/fast-json-stable-stringify": {
  5650. "version": "2.1.0",
  5651. "license": "MIT"
  5652. },
  5653. "node_modules/fast-levenshtein": {
  5654. "version": "2.0.6",
  5655. "dev": true,
  5656. "license": "MIT"
  5657. },
  5658. "node_modules/fast-xml-parser": {
  5659. "version": "4.2.5",
  5660. "funding": [
  5661. {
  5662. "type": "paypal",
  5663. "url": "https://paypal.me/naturalintelligence"
  5664. },
  5665. {
  5666. "type": "github",
  5667. "url": "https://github.com/sponsors/NaturalIntelligence"
  5668. }
  5669. ],
  5670. "license": "MIT",
  5671. "dependencies": {
  5672. "strnum": "^1.0.5"
  5673. },
  5674. "bin": {
  5675. "fxparser": "src/cli/cli.js"
  5676. }
  5677. },
  5678. "node_modules/fastq": {
  5679. "version": "1.15.0",
  5680. "license": "ISC",
  5681. "dependencies": {
  5682. "reusify": "^1.0.4"
  5683. }
  5684. },
  5685. "node_modules/file-entry-cache": {
  5686. "version": "6.0.1",
  5687. "dev": true,
  5688. "license": "MIT",
  5689. "dependencies": {
  5690. "flat-cache": "^3.0.4"
  5691. },
  5692. "engines": {
  5693. "node": "^10.12.0 || >=12.0.0"
  5694. }
  5695. },
  5696. "node_modules/file-saver": {
  5697. "version": "2.0.5",
  5698. "license": "MIT"
  5699. },
  5700. "node_modules/fill-range": {
  5701. "version": "7.0.1",
  5702. "license": "MIT",
  5703. "dependencies": {
  5704. "to-regex-range": "^5.0.1"
  5705. },
  5706. "engines": {
  5707. "node": ">=8"
  5708. }
  5709. },
  5710. "node_modules/find-up": {
  5711. "version": "5.0.0",
  5712. "dev": true,
  5713. "license": "MIT",
  5714. "dependencies": {
  5715. "locate-path": "^6.0.0",
  5716. "path-exists": "^4.0.0"
  5717. },
  5718. "engines": {
  5719. "node": ">=10"
  5720. },
  5721. "funding": {
  5722. "url": "https://github.com/sponsors/sindresorhus"
  5723. }
  5724. },
  5725. "node_modules/flat-cache": {
  5726. "version": "3.1.1",
  5727. "dev": true,
  5728. "license": "MIT",
  5729. "dependencies": {
  5730. "flatted": "^3.2.9",
  5731. "keyv": "^4.5.3",
  5732. "rimraf": "^3.0.2"
  5733. },
  5734. "engines": {
  5735. "node": ">=12.0.0"
  5736. }
  5737. },
  5738. "node_modules/flatted": {
  5739. "version": "3.2.9",
  5740. "dev": true,
  5741. "license": "ISC"
  5742. },
  5743. "node_modules/follow-redirects": {
  5744. "version": "1.15.3",
  5745. "funding": [
  5746. {
  5747. "type": "individual",
  5748. "url": "https://github.com/sponsors/RubenVerborgh"
  5749. }
  5750. ],
  5751. "license": "MIT",
  5752. "engines": {
  5753. "node": ">=4.0"
  5754. },
  5755. "peerDependenciesMeta": {
  5756. "debug": {
  5757. "optional": true
  5758. }
  5759. }
  5760. },
  5761. "node_modules/font-awesome": {
  5762. "version": "4.7.0",
  5763. "license": "(OFL-1.1 AND MIT)",
  5764. "engines": {
  5765. "node": ">=0.10.3"
  5766. }
  5767. },
  5768. "node_modules/foreground-child": {
  5769. "version": "3.1.1",
  5770. "license": "ISC",
  5771. "dependencies": {
  5772. "cross-spawn": "^7.0.0",
  5773. "signal-exit": "^4.0.1"
  5774. },
  5775. "engines": {
  5776. "node": ">=14"
  5777. },
  5778. "funding": {
  5779. "url": "https://github.com/sponsors/isaacs"
  5780. }
  5781. },
  5782. "node_modules/form-data": {
  5783. "version": "4.0.0",
  5784. "license": "MIT",
  5785. "dependencies": {
  5786. "asynckit": "^0.4.0",
  5787. "combined-stream": "^1.0.8",
  5788. "mime-types": "^2.1.12"
  5789. },
  5790. "engines": {
  5791. "node": ">= 6"
  5792. }
  5793. },
  5794. "node_modules/formstream": {
  5795. "version": "1.3.1",
  5796. "license": "MIT",
  5797. "dependencies": {
  5798. "destroy": "^1.0.4",
  5799. "mime": "^2.5.2",
  5800. "pause-stream": "~0.0.11"
  5801. }
  5802. },
  5803. "node_modules/frac": {
  5804. "version": "1.1.2",
  5805. "license": "Apache-2.0",
  5806. "engines": {
  5807. "node": ">=0.8"
  5808. }
  5809. },
  5810. "node_modules/fraction.js": {
  5811. "version": "4.3.6",
  5812. "license": "MIT",
  5813. "engines": {
  5814. "node": "*"
  5815. },
  5816. "funding": {
  5817. "type": "patreon",
  5818. "url": "https://github.com/sponsors/rawify"
  5819. }
  5820. },
  5821. "node_modules/fs.realpath": {
  5822. "version": "1.0.0",
  5823. "license": "ISC"
  5824. },
  5825. "node_modules/function-bind": {
  5826. "version": "1.1.1",
  5827. "license": "MIT"
  5828. },
  5829. "node_modules/functions-have-names": {
  5830. "version": "1.2.3",
  5831. "license": "MIT",
  5832. "funding": {
  5833. "url": "https://github.com/sponsors/ljharb"
  5834. }
  5835. },
  5836. "node_modules/gensync": {
  5837. "version": "1.0.0-beta.2",
  5838. "license": "MIT",
  5839. "engines": {
  5840. "node": ">=6.9.0"
  5841. }
  5842. },
  5843. "node_modules/get-intrinsic": {
  5844. "version": "1.2.1",
  5845. "license": "MIT",
  5846. "dependencies": {
  5847. "function-bind": "^1.1.1",
  5848. "has": "^1.0.3",
  5849. "has-proto": "^1.0.1",
  5850. "has-symbols": "^1.0.3"
  5851. },
  5852. "funding": {
  5853. "url": "https://github.com/sponsors/ljharb"
  5854. }
  5855. },
  5856. "node_modules/get-ready": {
  5857. "version": "1.0.0",
  5858. "license": "MIT"
  5859. },
  5860. "node_modules/glob": {
  5861. "version": "10.3.10",
  5862. "license": "ISC",
  5863. "dependencies": {
  5864. "foreground-child": "^3.1.0",
  5865. "jackspeak": "^2.3.5",
  5866. "minimatch": "^9.0.1",
  5867. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
  5868. "path-scurry": "^1.10.1"
  5869. },
  5870. "bin": {
  5871. "glob": "dist/esm/bin.mjs"
  5872. },
  5873. "engines": {
  5874. "node": ">=16 || 14 >=14.17"
  5875. },
  5876. "funding": {
  5877. "url": "https://github.com/sponsors/isaacs"
  5878. }
  5879. },
  5880. "node_modules/glob-parent": {
  5881. "version": "6.0.2",
  5882. "license": "ISC",
  5883. "dependencies": {
  5884. "is-glob": "^4.0.3"
  5885. },
  5886. "engines": {
  5887. "node": ">=10.13.0"
  5888. }
  5889. },
  5890. "node_modules/glob/node_modules/brace-expansion": {
  5891. "version": "2.0.1",
  5892. "license": "MIT",
  5893. "dependencies": {
  5894. "balanced-match": "^1.0.0"
  5895. }
  5896. },
  5897. "node_modules/glob/node_modules/minimatch": {
  5898. "version": "9.0.3",
  5899. "license": "ISC",
  5900. "dependencies": {
  5901. "brace-expansion": "^2.0.1"
  5902. },
  5903. "engines": {
  5904. "node": ">=16 || 14 >=14.17"
  5905. },
  5906. "funding": {
  5907. "url": "https://github.com/sponsors/isaacs"
  5908. }
  5909. },
  5910. "node_modules/globals": {
  5911. "version": "11.12.0",
  5912. "license": "MIT",
  5913. "engines": {
  5914. "node": ">=4"
  5915. }
  5916. },
  5917. "node_modules/globby": {
  5918. "version": "11.1.0",
  5919. "dev": true,
  5920. "license": "MIT",
  5921. "dependencies": {
  5922. "array-union": "^2.1.0",
  5923. "dir-glob": "^3.0.1",
  5924. "fast-glob": "^3.2.9",
  5925. "ignore": "^5.2.0",
  5926. "merge2": "^1.4.1",
  5927. "slash": "^3.0.0"
  5928. },
  5929. "engines": {
  5930. "node": ">=10"
  5931. },
  5932. "funding": {
  5933. "url": "https://github.com/sponsors/sindresorhus"
  5934. }
  5935. },
  5936. "node_modules/good-listener": {
  5937. "version": "1.2.2",
  5938. "license": "MIT",
  5939. "dependencies": {
  5940. "delegate": "^3.1.2"
  5941. }
  5942. },
  5943. "node_modules/gopd": {
  5944. "version": "1.0.1",
  5945. "license": "MIT",
  5946. "dependencies": {
  5947. "get-intrinsic": "^1.1.3"
  5948. },
  5949. "funding": {
  5950. "url": "https://github.com/sponsors/ljharb"
  5951. }
  5952. },
  5953. "node_modules/graphemer": {
  5954. "version": "1.4.0",
  5955. "dev": true,
  5956. "license": "MIT"
  5957. },
  5958. "node_modules/has": {
  5959. "version": "1.0.4",
  5960. "license": "MIT",
  5961. "engines": {
  5962. "node": ">= 0.4.0"
  5963. }
  5964. },
  5965. "node_modules/has-flag": {
  5966. "version": "3.0.0",
  5967. "license": "MIT",
  5968. "engines": {
  5969. "node": ">=4"
  5970. }
  5971. },
  5972. "node_modules/has-property-descriptors": {
  5973. "version": "1.0.0",
  5974. "license": "MIT",
  5975. "dependencies": {
  5976. "get-intrinsic": "^1.1.1"
  5977. },
  5978. "funding": {
  5979. "url": "https://github.com/sponsors/ljharb"
  5980. }
  5981. },
  5982. "node_modules/has-proto": {
  5983. "version": "1.0.1",
  5984. "license": "MIT",
  5985. "engines": {
  5986. "node": ">= 0.4"
  5987. },
  5988. "funding": {
  5989. "url": "https://github.com/sponsors/ljharb"
  5990. }
  5991. },
  5992. "node_modules/has-symbols": {
  5993. "version": "1.0.3",
  5994. "license": "MIT",
  5995. "engines": {
  5996. "node": ">= 0.4"
  5997. },
  5998. "funding": {
  5999. "url": "https://github.com/sponsors/ljharb"
  6000. }
  6001. },
  6002. "node_modules/has-tostringtag": {
  6003. "version": "1.0.0",
  6004. "license": "MIT",
  6005. "dependencies": {
  6006. "has-symbols": "^1.0.2"
  6007. },
  6008. "engines": {
  6009. "node": ">= 0.4"
  6010. },
  6011. "funding": {
  6012. "url": "https://github.com/sponsors/ljharb"
  6013. }
  6014. },
  6015. "node_modules/help-me": {
  6016. "version": "3.0.0",
  6017. "license": "MIT",
  6018. "dependencies": {
  6019. "glob": "^7.1.6",
  6020. "readable-stream": "^3.6.0"
  6021. }
  6022. },
  6023. "node_modules/help-me/node_modules/glob": {
  6024. "version": "7.2.3",
  6025. "license": "ISC",
  6026. "dependencies": {
  6027. "fs.realpath": "^1.0.0",
  6028. "inflight": "^1.0.4",
  6029. "inherits": "2",
  6030. "minimatch": "^3.1.1",
  6031. "once": "^1.3.0",
  6032. "path-is-absolute": "^1.0.0"
  6033. },
  6034. "engines": {
  6035. "node": "*"
  6036. },
  6037. "funding": {
  6038. "url": "https://github.com/sponsors/isaacs"
  6039. }
  6040. },
  6041. "node_modules/help-me/node_modules/readable-stream": {
  6042. "version": "3.6.2",
  6043. "license": "MIT",
  6044. "dependencies": {
  6045. "inherits": "^2.0.3",
  6046. "string_decoder": "^1.1.1",
  6047. "util-deprecate": "^1.0.1"
  6048. },
  6049. "engines": {
  6050. "node": ">= 6"
  6051. }
  6052. },
  6053. "node_modules/html-tags": {
  6054. "version": "3.3.1",
  6055. "license": "MIT",
  6056. "engines": {
  6057. "node": ">=8"
  6058. },
  6059. "funding": {
  6060. "url": "https://github.com/sponsors/sindresorhus"
  6061. }
  6062. },
  6063. "node_modules/html-void-elements": {
  6064. "version": "2.0.1",
  6065. "license": "MIT",
  6066. "funding": {
  6067. "type": "github",
  6068. "url": "https://github.com/sponsors/wooorm"
  6069. }
  6070. },
  6071. "node_modules/humanize-duration": {
  6072. "version": "3.30.0",
  6073. "license": "Unlicense"
  6074. },
  6075. "node_modules/humanize-ms": {
  6076. "version": "1.2.1",
  6077. "license": "MIT",
  6078. "dependencies": {
  6079. "ms": "^2.0.0"
  6080. }
  6081. },
  6082. "node_modules/i18next": {
  6083. "version": "20.6.1",
  6084. "license": "MIT",
  6085. "dependencies": {
  6086. "@babel/runtime": "^7.12.0"
  6087. }
  6088. },
  6089. "node_modules/iconv-lite": {
  6090. "version": "0.4.24",
  6091. "license": "MIT",
  6092. "dependencies": {
  6093. "safer-buffer": ">= 2.1.2 < 3"
  6094. },
  6095. "engines": {
  6096. "node": ">=0.10.0"
  6097. }
  6098. },
  6099. "node_modules/ieee754": {
  6100. "version": "1.2.1",
  6101. "funding": [
  6102. {
  6103. "type": "github",
  6104. "url": "https://github.com/sponsors/feross"
  6105. },
  6106. {
  6107. "type": "patreon",
  6108. "url": "https://www.patreon.com/feross"
  6109. },
  6110. {
  6111. "type": "consulting",
  6112. "url": "https://feross.org/support"
  6113. }
  6114. ],
  6115. "license": "BSD-3-Clause"
  6116. },
  6117. "node_modules/ignore": {
  6118. "version": "5.2.4",
  6119. "dev": true,
  6120. "license": "MIT",
  6121. "engines": {
  6122. "node": ">= 4"
  6123. }
  6124. },
  6125. "node_modules/immer": {
  6126. "version": "9.0.21",
  6127. "license": "MIT",
  6128. "funding": {
  6129. "type": "opencollective",
  6130. "url": "https://opencollective.com/immer"
  6131. }
  6132. },
  6133. "node_modules/immutable": {
  6134. "version": "4.3.4",
  6135. "devOptional": true,
  6136. "license": "MIT"
  6137. },
  6138. "node_modules/import-fresh": {
  6139. "version": "3.3.0",
  6140. "dev": true,
  6141. "license": "MIT",
  6142. "dependencies": {
  6143. "parent-module": "^1.0.0",
  6144. "resolve-from": "^4.0.0"
  6145. },
  6146. "engines": {
  6147. "node": ">=6"
  6148. },
  6149. "funding": {
  6150. "url": "https://github.com/sponsors/sindresorhus"
  6151. }
  6152. },
  6153. "node_modules/imurmurhash": {
  6154. "version": "0.1.4",
  6155. "dev": true,
  6156. "license": "MIT",
  6157. "engines": {
  6158. "node": ">=0.8.19"
  6159. }
  6160. },
  6161. "node_modules/inflight": {
  6162. "version": "1.0.6",
  6163. "license": "ISC",
  6164. "dependencies": {
  6165. "once": "^1.3.0",
  6166. "wrappy": "1"
  6167. }
  6168. },
  6169. "node_modules/inherits": {
  6170. "version": "2.0.4",
  6171. "license": "ISC"
  6172. },
  6173. "node_modules/ip": {
  6174. "version": "1.1.8",
  6175. "license": "MIT"
  6176. },
  6177. "node_modules/is-arguments": {
  6178. "version": "1.1.1",
  6179. "license": "MIT",
  6180. "dependencies": {
  6181. "call-bind": "^1.0.2",
  6182. "has-tostringtag": "^1.0.0"
  6183. },
  6184. "engines": {
  6185. "node": ">= 0.4"
  6186. },
  6187. "funding": {
  6188. "url": "https://github.com/sponsors/ljharb"
  6189. }
  6190. },
  6191. "node_modules/is-binary-path": {
  6192. "version": "2.1.0",
  6193. "license": "MIT",
  6194. "dependencies": {
  6195. "binary-extensions": "^2.0.0"
  6196. },
  6197. "engines": {
  6198. "node": ">=8"
  6199. }
  6200. },
  6201. "node_modules/is-class-hotfix": {
  6202. "version": "0.0.6",
  6203. "license": "MIT"
  6204. },
  6205. "node_modules/is-core-module": {
  6206. "version": "2.13.0",
  6207. "license": "MIT",
  6208. "dependencies": {
  6209. "has": "^1.0.3"
  6210. },
  6211. "funding": {
  6212. "url": "https://github.com/sponsors/ljharb"
  6213. }
  6214. },
  6215. "node_modules/is-date-object": {
  6216. "version": "1.0.5",
  6217. "license": "MIT",
  6218. "dependencies": {
  6219. "has-tostringtag": "^1.0.0"
  6220. },
  6221. "engines": {
  6222. "node": ">= 0.4"
  6223. },
  6224. "funding": {
  6225. "url": "https://github.com/sponsors/ljharb"
  6226. }
  6227. },
  6228. "node_modules/is-extendable": {
  6229. "version": "0.1.1",
  6230. "license": "MIT",
  6231. "engines": {
  6232. "node": ">=0.10.0"
  6233. }
  6234. },
  6235. "node_modules/is-extglob": {
  6236. "version": "2.1.1",
  6237. "license": "MIT",
  6238. "engines": {
  6239. "node": ">=0.10.0"
  6240. }
  6241. },
  6242. "node_modules/is-fullwidth-code-point": {
  6243. "version": "3.0.0",
  6244. "license": "MIT",
  6245. "engines": {
  6246. "node": ">=8"
  6247. }
  6248. },
  6249. "node_modules/is-glob": {
  6250. "version": "4.0.3",
  6251. "license": "MIT",
  6252. "dependencies": {
  6253. "is-extglob": "^2.1.1"
  6254. },
  6255. "engines": {
  6256. "node": ">=0.10.0"
  6257. }
  6258. },
  6259. "node_modules/is-hotkey": {
  6260. "version": "0.2.0",
  6261. "license": "MIT"
  6262. },
  6263. "node_modules/is-number": {
  6264. "version": "7.0.0",
  6265. "license": "MIT",
  6266. "engines": {
  6267. "node": ">=0.12.0"
  6268. }
  6269. },
  6270. "node_modules/is-path-inside": {
  6271. "version": "3.0.3",
  6272. "dev": true,
  6273. "license": "MIT",
  6274. "engines": {
  6275. "node": ">=8"
  6276. }
  6277. },
  6278. "node_modules/is-plain-object": {
  6279. "version": "5.0.0",
  6280. "license": "MIT",
  6281. "engines": {
  6282. "node": ">=0.10.0"
  6283. }
  6284. },
  6285. "node_modules/is-regex": {
  6286. "version": "1.1.4",
  6287. "license": "MIT",
  6288. "dependencies": {
  6289. "call-bind": "^1.0.2",
  6290. "has-tostringtag": "^1.0.0"
  6291. },
  6292. "engines": {
  6293. "node": ">= 0.4"
  6294. },
  6295. "funding": {
  6296. "url": "https://github.com/sponsors/ljharb"
  6297. }
  6298. },
  6299. "node_modules/is-type-of": {
  6300. "version": "1.4.0",
  6301. "license": "MIT",
  6302. "dependencies": {
  6303. "core-util-is": "^1.0.2",
  6304. "is-class-hotfix": "~0.0.6",
  6305. "isstream": "~0.1.2"
  6306. }
  6307. },
  6308. "node_modules/is-url": {
  6309. "version": "1.2.4",
  6310. "license": "MIT"
  6311. },
  6312. "node_modules/isarray": {
  6313. "version": "1.0.0",
  6314. "license": "MIT"
  6315. },
  6316. "node_modules/isexe": {
  6317. "version": "2.0.0",
  6318. "license": "ISC"
  6319. },
  6320. "node_modules/isomorphic-ws": {
  6321. "version": "4.0.1",
  6322. "license": "MIT",
  6323. "peerDependencies": {
  6324. "ws": "*"
  6325. }
  6326. },
  6327. "node_modules/isstream": {
  6328. "version": "0.1.2",
  6329. "license": "MIT"
  6330. },
  6331. "node_modules/jackspeak": {
  6332. "version": "2.3.6",
  6333. "license": "BlueOak-1.0.0",
  6334. "dependencies": {
  6335. "@isaacs/cliui": "^8.0.2"
  6336. },
  6337. "engines": {
  6338. "node": ">=14"
  6339. },
  6340. "funding": {
  6341. "url": "https://github.com/sponsors/isaacs"
  6342. },
  6343. "optionalDependencies": {
  6344. "@pkgjs/parseargs": "^0.11.0"
  6345. }
  6346. },
  6347. "node_modules/javascript-natural-sort": {
  6348. "version": "0.7.1",
  6349. "license": "MIT"
  6350. },
  6351. "node_modules/jiti": {
  6352. "version": "1.20.0",
  6353. "license": "MIT",
  6354. "bin": {
  6355. "jiti": "bin/jiti.js"
  6356. }
  6357. },
  6358. "node_modules/jmespath": {
  6359. "version": "0.16.0",
  6360. "license": "Apache-2.0",
  6361. "engines": {
  6362. "node": ">= 0.6.0"
  6363. }
  6364. },
  6365. "node_modules/js-base64": {
  6366. "version": "2.6.4",
  6367. "license": "BSD-3-Clause"
  6368. },
  6369. "node_modules/js-cookie": {
  6370. "version": "3.0.5",
  6371. "license": "MIT",
  6372. "engines": {
  6373. "node": ">=14"
  6374. }
  6375. },
  6376. "node_modules/js-sdsl": {
  6377. "version": "4.3.0",
  6378. "license": "MIT",
  6379. "funding": {
  6380. "type": "opencollective",
  6381. "url": "https://opencollective.com/js-sdsl"
  6382. }
  6383. },
  6384. "node_modules/js-table2excel": {
  6385. "version": "1.1.2",
  6386. "license": "MIT"
  6387. },
  6388. "node_modules/js-tokens": {
  6389. "version": "4.0.0",
  6390. "license": "MIT"
  6391. },
  6392. "node_modules/js-yaml": {
  6393. "version": "4.1.0",
  6394. "dev": true,
  6395. "license": "MIT",
  6396. "dependencies": {
  6397. "argparse": "^2.0.1"
  6398. },
  6399. "bin": {
  6400. "js-yaml": "bin/js-yaml.js"
  6401. }
  6402. },
  6403. "node_modules/jsesc": {
  6404. "version": "2.5.2",
  6405. "license": "MIT",
  6406. "bin": {
  6407. "jsesc": "bin/jsesc"
  6408. },
  6409. "engines": {
  6410. "node": ">=4"
  6411. }
  6412. },
  6413. "node_modules/json-buffer": {
  6414. "version": "3.0.1",
  6415. "dev": true,
  6416. "license": "MIT"
  6417. },
  6418. "node_modules/json-schema-traverse": {
  6419. "version": "0.4.1",
  6420. "license": "MIT"
  6421. },
  6422. "node_modules/json-source-map": {
  6423. "version": "0.6.1",
  6424. "license": "MIT"
  6425. },
  6426. "node_modules/json-stable-stringify-without-jsonify": {
  6427. "version": "1.0.1",
  6428. "dev": true,
  6429. "license": "MIT"
  6430. },
  6431. "node_modules/json5": {
  6432. "version": "2.2.3",
  6433. "license": "MIT",
  6434. "bin": {
  6435. "json5": "lib/cli.js"
  6436. },
  6437. "engines": {
  6438. "node": ">=6"
  6439. }
  6440. },
  6441. "node_modules/jsonc-parser": {
  6442. "version": "3.2.0",
  6443. "resolved": "https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz",
  6444. "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==",
  6445. "dev": true
  6446. },
  6447. "node_modules/jsoneditor": {
  6448. "version": "9.10.3",
  6449. "license": "Apache-2.0",
  6450. "dependencies": {
  6451. "ace-builds": "^1.27.0",
  6452. "ajv": "^6.12.6",
  6453. "javascript-natural-sort": "^0.7.1",
  6454. "jmespath": "^0.16.0",
  6455. "json-source-map": "^0.6.1",
  6456. "jsonrepair": "^3.2.1",
  6457. "mobius1-selectr": "^2.4.13",
  6458. "picomodal": "^3.0.0",
  6459. "vanilla-picker": "^2.12.2"
  6460. }
  6461. },
  6462. "node_modules/jsoneditor/node_modules/ace-builds": {
  6463. "version": "1.29.0",
  6464. "license": "BSD-3-Clause"
  6465. },
  6466. "node_modules/jsonrepair": {
  6467. "version": "3.2.4",
  6468. "license": "ISC",
  6469. "bin": {
  6470. "jsonrepair": "bin/cli.js"
  6471. }
  6472. },
  6473. "node_modules/jsplumb": {
  6474. "version": "2.15.6",
  6475. "license": "(MIT OR GPL-2.0)"
  6476. },
  6477. "node_modules/jstoxml": {
  6478. "version": "2.2.9",
  6479. "license": "MIT"
  6480. },
  6481. "node_modules/keyv": {
  6482. "version": "4.5.4",
  6483. "dev": true,
  6484. "license": "MIT",
  6485. "dependencies": {
  6486. "json-buffer": "3.0.1"
  6487. }
  6488. },
  6489. "node_modules/leven": {
  6490. "version": "2.1.0",
  6491. "license": "MIT",
  6492. "engines": {
  6493. "node": ">=0.10.0"
  6494. }
  6495. },
  6496. "node_modules/levn": {
  6497. "version": "0.4.1",
  6498. "dev": true,
  6499. "license": "MIT",
  6500. "dependencies": {
  6501. "prelude-ls": "^1.2.1",
  6502. "type-check": "~0.4.0"
  6503. },
  6504. "engines": {
  6505. "node": ">= 0.8.0"
  6506. }
  6507. },
  6508. "node_modules/lilconfig": {
  6509. "version": "2.1.0",
  6510. "license": "MIT",
  6511. "engines": {
  6512. "node": ">=10"
  6513. }
  6514. },
  6515. "node_modules/lines-and-columns": {
  6516. "version": "1.2.4",
  6517. "license": "MIT"
  6518. },
  6519. "node_modules/local-pkg": {
  6520. "version": "0.4.3",
  6521. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.4.3.tgz",
  6522. "integrity": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==",
  6523. "dev": true,
  6524. "engines": {
  6525. "node": ">=14"
  6526. }
  6527. },
  6528. "node_modules/locate-path": {
  6529. "version": "6.0.0",
  6530. "dev": true,
  6531. "license": "MIT",
  6532. "dependencies": {
  6533. "p-locate": "^5.0.0"
  6534. },
  6535. "engines": {
  6536. "node": ">=10"
  6537. },
  6538. "funding": {
  6539. "url": "https://github.com/sponsors/sindresorhus"
  6540. }
  6541. },
  6542. "node_modules/lodash": {
  6543. "version": "4.17.21",
  6544. "license": "MIT"
  6545. },
  6546. "node_modules/lodash-es": {
  6547. "version": "4.17.21",
  6548. "license": "MIT"
  6549. },
  6550. "node_modules/lodash-unified": {
  6551. "version": "1.0.3",
  6552. "license": "MIT",
  6553. "peerDependencies": {
  6554. "@types/lodash-es": "*",
  6555. "lodash": "*",
  6556. "lodash-es": "*"
  6557. }
  6558. },
  6559. "node_modules/lodash.camelcase": {
  6560. "version": "4.3.0",
  6561. "license": "MIT"
  6562. },
  6563. "node_modules/lodash.clonedeep": {
  6564. "version": "4.5.0",
  6565. "license": "MIT"
  6566. },
  6567. "node_modules/lodash.debounce": {
  6568. "version": "4.0.8",
  6569. "license": "MIT"
  6570. },
  6571. "node_modules/lodash.foreach": {
  6572. "version": "4.5.0",
  6573. "license": "MIT"
  6574. },
  6575. "node_modules/lodash.isequal": {
  6576. "version": "4.5.0",
  6577. "license": "MIT"
  6578. },
  6579. "node_modules/lodash.merge": {
  6580. "version": "4.6.2",
  6581. "dev": true,
  6582. "license": "MIT"
  6583. },
  6584. "node_modules/lodash.throttle": {
  6585. "version": "4.1.1",
  6586. "license": "MIT"
  6587. },
  6588. "node_modules/lodash.toarray": {
  6589. "version": "4.4.0",
  6590. "license": "MIT"
  6591. },
  6592. "node_modules/lru-cache": {
  6593. "version": "10.0.1",
  6594. "license": "ISC",
  6595. "engines": {
  6596. "node": "14 || >=16.14"
  6597. }
  6598. },
  6599. "node_modules/magic-string": {
  6600. "version": "0.30.4",
  6601. "license": "MIT",
  6602. "dependencies": {
  6603. "@jridgewell/sourcemap-codec": "^1.4.15"
  6604. },
  6605. "engines": {
  6606. "node": ">=12"
  6607. }
  6608. },
  6609. "node_modules/memoize-one": {
  6610. "version": "6.0.0",
  6611. "license": "MIT"
  6612. },
  6613. "node_modules/merge-descriptors": {
  6614. "version": "1.0.1",
  6615. "license": "MIT"
  6616. },
  6617. "node_modules/merge2": {
  6618. "version": "1.4.1",
  6619. "license": "MIT",
  6620. "engines": {
  6621. "node": ">= 8"
  6622. }
  6623. },
  6624. "node_modules/micromatch": {
  6625. "version": "4.0.5",
  6626. "license": "MIT",
  6627. "dependencies": {
  6628. "braces": "^3.0.2",
  6629. "picomatch": "^2.3.1"
  6630. },
  6631. "engines": {
  6632. "node": ">=8.6"
  6633. }
  6634. },
  6635. "node_modules/mime": {
  6636. "version": "2.6.0",
  6637. "license": "MIT",
  6638. "bin": {
  6639. "mime": "cli.js"
  6640. },
  6641. "engines": {
  6642. "node": ">=4.0.0"
  6643. }
  6644. },
  6645. "node_modules/mime-db": {
  6646. "version": "1.52.0",
  6647. "license": "MIT",
  6648. "engines": {
  6649. "node": ">= 0.6"
  6650. }
  6651. },
  6652. "node_modules/mime-match": {
  6653. "version": "1.0.2",
  6654. "license": "ISC",
  6655. "dependencies": {
  6656. "wildcard": "^1.1.0"
  6657. }
  6658. },
  6659. "node_modules/mime-types": {
  6660. "version": "2.1.35",
  6661. "license": "MIT",
  6662. "dependencies": {
  6663. "mime-db": "1.52.0"
  6664. },
  6665. "engines": {
  6666. "node": ">= 0.6"
  6667. }
  6668. },
  6669. "node_modules/minimatch": {
  6670. "version": "3.1.2",
  6671. "license": "ISC",
  6672. "dependencies": {
  6673. "brace-expansion": "^1.1.7"
  6674. },
  6675. "engines": {
  6676. "node": "*"
  6677. }
  6678. },
  6679. "node_modules/minimist": {
  6680. "version": "1.2.8",
  6681. "license": "MIT",
  6682. "funding": {
  6683. "url": "https://github.com/sponsors/ljharb"
  6684. }
  6685. },
  6686. "node_modules/minipass": {
  6687. "version": "7.0.4",
  6688. "license": "ISC",
  6689. "engines": {
  6690. "node": ">=16 || 14 >=14.17"
  6691. }
  6692. },
  6693. "node_modules/mitt": {
  6694. "version": "3.0.1",
  6695. "license": "MIT"
  6696. },
  6697. "node_modules/mkdirp": {
  6698. "version": "0.5.6",
  6699. "license": "MIT",
  6700. "dependencies": {
  6701. "minimist": "^1.2.6"
  6702. },
  6703. "bin": {
  6704. "mkdirp": "bin/cmd.js"
  6705. }
  6706. },
  6707. "node_modules/mlly": {
  6708. "version": "1.4.2",
  6709. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.4.2.tgz",
  6710. "integrity": "sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==",
  6711. "dev": true,
  6712. "dependencies": {
  6713. "acorn": "^8.10.0",
  6714. "pathe": "^1.1.1",
  6715. "pkg-types": "^1.0.3",
  6716. "ufo": "^1.3.0"
  6717. }
  6718. },
  6719. "node_modules/mobius1-selectr": {
  6720. "version": "2.4.13",
  6721. "license": "MIT"
  6722. },
  6723. "node_modules/mqtt": {
  6724. "version": "4.3.7",
  6725. "license": "MIT",
  6726. "dependencies": {
  6727. "commist": "^1.0.0",
  6728. "concat-stream": "^2.0.0",
  6729. "debug": "^4.1.1",
  6730. "duplexify": "^4.1.1",
  6731. "help-me": "^3.0.0",
  6732. "inherits": "^2.0.3",
  6733. "lru-cache": "^6.0.0",
  6734. "minimist": "^1.2.5",
  6735. "mqtt-packet": "^6.8.0",
  6736. "number-allocator": "^1.0.9",
  6737. "pump": "^3.0.0",
  6738. "readable-stream": "^3.6.0",
  6739. "reinterval": "^1.1.0",
  6740. "rfdc": "^1.3.0",
  6741. "split2": "^3.1.0",
  6742. "ws": "^7.5.5",
  6743. "xtend": "^4.0.2"
  6744. },
  6745. "bin": {
  6746. "mqtt": "bin/mqtt.js",
  6747. "mqtt_pub": "bin/pub.js",
  6748. "mqtt_sub": "bin/sub.js"
  6749. },
  6750. "engines": {
  6751. "node": ">=10.0.0"
  6752. }
  6753. },
  6754. "node_modules/mqtt-packet": {
  6755. "version": "6.10.0",
  6756. "license": "MIT",
  6757. "dependencies": {
  6758. "bl": "^4.0.2",
  6759. "debug": "^4.1.1",
  6760. "process-nextick-args": "^2.0.1"
  6761. }
  6762. },
  6763. "node_modules/mqtt/node_modules/duplexify": {
  6764. "version": "4.1.2",
  6765. "license": "MIT",
  6766. "dependencies": {
  6767. "end-of-stream": "^1.4.1",
  6768. "inherits": "^2.0.3",
  6769. "readable-stream": "^3.1.1",
  6770. "stream-shift": "^1.0.0"
  6771. }
  6772. },
  6773. "node_modules/mqtt/node_modules/lru-cache": {
  6774. "version": "6.0.0",
  6775. "license": "ISC",
  6776. "dependencies": {
  6777. "yallist": "^4.0.0"
  6778. },
  6779. "engines": {
  6780. "node": ">=10"
  6781. }
  6782. },
  6783. "node_modules/mqtt/node_modules/readable-stream": {
  6784. "version": "3.6.2",
  6785. "license": "MIT",
  6786. "dependencies": {
  6787. "inherits": "^2.0.3",
  6788. "string_decoder": "^1.1.1",
  6789. "util-deprecate": "^1.0.1"
  6790. },
  6791. "engines": {
  6792. "node": ">= 6"
  6793. }
  6794. },
  6795. "node_modules/mqtt/node_modules/ws": {
  6796. "version": "7.5.9",
  6797. "license": "MIT",
  6798. "engines": {
  6799. "node": ">=8.3.0"
  6800. },
  6801. "peerDependencies": {
  6802. "bufferutil": "^4.0.1",
  6803. "utf-8-validate": "^5.0.2"
  6804. },
  6805. "peerDependenciesMeta": {
  6806. "bufferutil": {
  6807. "optional": true
  6808. },
  6809. "utf-8-validate": {
  6810. "optional": true
  6811. }
  6812. }
  6813. },
  6814. "node_modules/mqtt/node_modules/yallist": {
  6815. "version": "4.0.0",
  6816. "license": "ISC"
  6817. },
  6818. "node_modules/ms": {
  6819. "version": "2.1.2",
  6820. "license": "MIT"
  6821. },
  6822. "node_modules/mz": {
  6823. "version": "2.7.0",
  6824. "license": "MIT",
  6825. "dependencies": {
  6826. "any-promise": "^1.0.0",
  6827. "object-assign": "^4.0.1",
  6828. "thenify-all": "^1.0.0"
  6829. }
  6830. },
  6831. "node_modules/namespace-emitter": {
  6832. "version": "2.0.1",
  6833. "license": "MIT"
  6834. },
  6835. "node_modules/nanoid": {
  6836. "version": "3.3.6",
  6837. "funding": [
  6838. {
  6839. "type": "github",
  6840. "url": "https://github.com/sponsors/ai"
  6841. }
  6842. ],
  6843. "license": "MIT",
  6844. "bin": {
  6845. "nanoid": "bin/nanoid.cjs"
  6846. },
  6847. "engines": {
  6848. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  6849. }
  6850. },
  6851. "node_modules/natural-compare": {
  6852. "version": "1.4.0",
  6853. "dev": true,
  6854. "license": "MIT"
  6855. },
  6856. "node_modules/natural-compare-lite": {
  6857. "version": "1.4.0",
  6858. "dev": true,
  6859. "license": "MIT"
  6860. },
  6861. "node_modules/next-tick": {
  6862. "version": "1.1.0",
  6863. "license": "ISC"
  6864. },
  6865. "node_modules/node-releases": {
  6866. "version": "2.0.13",
  6867. "license": "MIT"
  6868. },
  6869. "node_modules/normalize-path": {
  6870. "version": "3.0.0",
  6871. "license": "MIT",
  6872. "engines": {
  6873. "node": ">=0.10.0"
  6874. }
  6875. },
  6876. "node_modules/normalize-range": {
  6877. "version": "0.1.2",
  6878. "license": "MIT",
  6879. "engines": {
  6880. "node": ">=0.10.0"
  6881. }
  6882. },
  6883. "node_modules/normalize-wheel-es": {
  6884. "version": "1.2.0",
  6885. "license": "BSD-3-Clause"
  6886. },
  6887. "node_modules/nprogress": {
  6888. "version": "0.2.0",
  6889. "license": "MIT"
  6890. },
  6891. "node_modules/nth-check": {
  6892. "version": "2.1.1",
  6893. "dev": true,
  6894. "license": "BSD-2-Clause",
  6895. "dependencies": {
  6896. "boolbase": "^1.0.0"
  6897. },
  6898. "funding": {
  6899. "url": "https://github.com/fb55/nth-check?sponsor=1"
  6900. }
  6901. },
  6902. "node_modules/number-allocator": {
  6903. "version": "1.0.14",
  6904. "license": "MIT",
  6905. "dependencies": {
  6906. "debug": "^4.3.1",
  6907. "js-sdsl": "4.3.0"
  6908. }
  6909. },
  6910. "node_modules/object-assign": {
  6911. "version": "4.1.1",
  6912. "license": "MIT",
  6913. "engines": {
  6914. "node": ">=0.10.0"
  6915. }
  6916. },
  6917. "node_modules/object-hash": {
  6918. "version": "3.0.0",
  6919. "license": "MIT",
  6920. "engines": {
  6921. "node": ">= 6"
  6922. }
  6923. },
  6924. "node_modules/object-inspect": {
  6925. "version": "1.12.3",
  6926. "license": "MIT",
  6927. "funding": {
  6928. "url": "https://github.com/sponsors/ljharb"
  6929. }
  6930. },
  6931. "node_modules/object-is": {
  6932. "version": "1.1.5",
  6933. "license": "MIT",
  6934. "dependencies": {
  6935. "call-bind": "^1.0.2",
  6936. "define-properties": "^1.1.3"
  6937. },
  6938. "engines": {
  6939. "node": ">= 0.4"
  6940. },
  6941. "funding": {
  6942. "url": "https://github.com/sponsors/ljharb"
  6943. }
  6944. },
  6945. "node_modules/object-keys": {
  6946. "version": "1.1.1",
  6947. "license": "MIT",
  6948. "engines": {
  6949. "node": ">= 0.4"
  6950. }
  6951. },
  6952. "node_modules/once": {
  6953. "version": "1.4.0",
  6954. "license": "ISC",
  6955. "dependencies": {
  6956. "wrappy": "1"
  6957. }
  6958. },
  6959. "node_modules/optionator": {
  6960. "version": "0.9.3",
  6961. "dev": true,
  6962. "license": "MIT",
  6963. "dependencies": {
  6964. "@aashutoshrathi/word-wrap": "^1.2.3",
  6965. "deep-is": "^0.1.3",
  6966. "fast-levenshtein": "^2.0.6",
  6967. "levn": "^0.4.1",
  6968. "prelude-ls": "^1.2.1",
  6969. "type-check": "^0.4.0"
  6970. },
  6971. "engines": {
  6972. "node": ">= 0.8.0"
  6973. }
  6974. },
  6975. "node_modules/os-name": {
  6976. "version": "1.0.3",
  6977. "license": "MIT",
  6978. "dependencies": {
  6979. "osx-release": "^1.0.0",
  6980. "win-release": "^1.0.0"
  6981. },
  6982. "bin": {
  6983. "os-name": "cli.js"
  6984. },
  6985. "engines": {
  6986. "node": ">=0.10.0"
  6987. }
  6988. },
  6989. "node_modules/osx-release": {
  6990. "version": "1.1.0",
  6991. "license": "MIT",
  6992. "dependencies": {
  6993. "minimist": "^1.1.0"
  6994. },
  6995. "bin": {
  6996. "osx-release": "cli.js"
  6997. },
  6998. "engines": {
  6999. "node": ">=0.10.0"
  7000. }
  7001. },
  7002. "node_modules/p-limit": {
  7003. "version": "3.1.0",
  7004. "dev": true,
  7005. "license": "MIT",
  7006. "dependencies": {
  7007. "yocto-queue": "^0.1.0"
  7008. },
  7009. "engines": {
  7010. "node": ">=10"
  7011. },
  7012. "funding": {
  7013. "url": "https://github.com/sponsors/sindresorhus"
  7014. }
  7015. },
  7016. "node_modules/p-locate": {
  7017. "version": "5.0.0",
  7018. "dev": true,
  7019. "license": "MIT",
  7020. "dependencies": {
  7021. "p-limit": "^3.0.2"
  7022. },
  7023. "engines": {
  7024. "node": ">=10"
  7025. },
  7026. "funding": {
  7027. "url": "https://github.com/sponsors/sindresorhus"
  7028. }
  7029. },
  7030. "node_modules/parchment": {
  7031. "version": "1.1.4",
  7032. "license": "BSD-3-Clause"
  7033. },
  7034. "node_modules/parent-module": {
  7035. "version": "1.0.1",
  7036. "dev": true,
  7037. "license": "MIT",
  7038. "dependencies": {
  7039. "callsites": "^3.0.0"
  7040. },
  7041. "engines": {
  7042. "node": ">=6"
  7043. }
  7044. },
  7045. "node_modules/path-exists": {
  7046. "version": "4.0.0",
  7047. "dev": true,
  7048. "license": "MIT",
  7049. "engines": {
  7050. "node": ">=8"
  7051. }
  7052. },
  7053. "node_modules/path-is-absolute": {
  7054. "version": "1.0.1",
  7055. "license": "MIT",
  7056. "engines": {
  7057. "node": ">=0.10.0"
  7058. }
  7059. },
  7060. "node_modules/path-key": {
  7061. "version": "3.1.1",
  7062. "license": "MIT",
  7063. "engines": {
  7064. "node": ">=8"
  7065. }
  7066. },
  7067. "node_modules/path-parse": {
  7068. "version": "1.0.7",
  7069. "license": "MIT"
  7070. },
  7071. "node_modules/path-scurry": {
  7072. "version": "1.10.1",
  7073. "license": "BlueOak-1.0.0",
  7074. "dependencies": {
  7075. "lru-cache": "^9.1.1 || ^10.0.0",
  7076. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  7077. },
  7078. "engines": {
  7079. "node": ">=16 || 14 >=14.17"
  7080. },
  7081. "funding": {
  7082. "url": "https://github.com/sponsors/isaacs"
  7083. }
  7084. },
  7085. "node_modules/path-type": {
  7086. "version": "4.0.0",
  7087. "dev": true,
  7088. "license": "MIT",
  7089. "engines": {
  7090. "node": ">=8"
  7091. }
  7092. },
  7093. "node_modules/pathe": {
  7094. "version": "1.1.1",
  7095. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.1.tgz",
  7096. "integrity": "sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==",
  7097. "dev": true
  7098. },
  7099. "node_modules/pause-stream": {
  7100. "version": "0.0.11",
  7101. "license": [
  7102. "MIT",
  7103. "Apache2"
  7104. ],
  7105. "dependencies": {
  7106. "through": "~2.3"
  7107. }
  7108. },
  7109. "node_modules/picocolors": {
  7110. "version": "1.0.0",
  7111. "license": "ISC"
  7112. },
  7113. "node_modules/picomatch": {
  7114. "version": "2.3.1",
  7115. "license": "MIT",
  7116. "engines": {
  7117. "node": ">=8.6"
  7118. },
  7119. "funding": {
  7120. "url": "https://github.com/sponsors/jonschlinkert"
  7121. }
  7122. },
  7123. "node_modules/picomodal": {
  7124. "version": "3.0.0",
  7125. "license": "MIT"
  7126. },
  7127. "node_modules/pify": {
  7128. "version": "2.3.0",
  7129. "license": "MIT",
  7130. "engines": {
  7131. "node": ">=0.10.0"
  7132. }
  7133. },
  7134. "node_modules/pinia": {
  7135. "version": "2.1.6",
  7136. "license": "MIT",
  7137. "dependencies": {
  7138. "@vue/devtools-api": "^6.5.0",
  7139. "vue-demi": ">=0.14.5"
  7140. },
  7141. "funding": {
  7142. "url": "https://github.com/sponsors/posva"
  7143. },
  7144. "peerDependencies": {
  7145. "@vue/composition-api": "^1.4.0",
  7146. "typescript": ">=4.4.4",
  7147. "vue": "^2.6.14 || ^3.3.0"
  7148. },
  7149. "peerDependenciesMeta": {
  7150. "@vue/composition-api": {
  7151. "optional": true
  7152. },
  7153. "typescript": {
  7154. "optional": true
  7155. }
  7156. }
  7157. },
  7158. "node_modules/pinia-plugin-persist": {
  7159. "version": "1.0.0",
  7160. "dependencies": {
  7161. "vue-demi": "^0.12.1"
  7162. },
  7163. "peerDependencies": {
  7164. "@vue/composition-api": "^1.0.0",
  7165. "pinia": "^2.0.0",
  7166. "vue": "^2.0.0 || >=3.0.0"
  7167. },
  7168. "peerDependenciesMeta": {
  7169. "@vue/composition-api": {
  7170. "optional": true
  7171. }
  7172. }
  7173. },
  7174. "node_modules/pinia-plugin-persist/node_modules/vue-demi": {
  7175. "version": "0.12.5",
  7176. "hasInstallScript": true,
  7177. "license": "MIT",
  7178. "bin": {
  7179. "vue-demi-fix": "bin/vue-demi-fix.js",
  7180. "vue-demi-switch": "bin/vue-demi-switch.js"
  7181. },
  7182. "engines": {
  7183. "node": ">=12"
  7184. },
  7185. "funding": {
  7186. "url": "https://github.com/sponsors/antfu"
  7187. },
  7188. "peerDependencies": {
  7189. "@vue/composition-api": "^1.0.0-rc.1",
  7190. "vue": "^3.0.0-0 || ^2.6.0"
  7191. },
  7192. "peerDependenciesMeta": {
  7193. "@vue/composition-api": {
  7194. "optional": true
  7195. }
  7196. }
  7197. },
  7198. "node_modules/pinia/node_modules/vue-demi": {
  7199. "version": "0.14.6",
  7200. "hasInstallScript": true,
  7201. "license": "MIT",
  7202. "bin": {
  7203. "vue-demi-fix": "bin/vue-demi-fix.js",
  7204. "vue-demi-switch": "bin/vue-demi-switch.js"
  7205. },
  7206. "engines": {
  7207. "node": ">=12"
  7208. },
  7209. "funding": {
  7210. "url": "https://github.com/sponsors/antfu"
  7211. },
  7212. "peerDependencies": {
  7213. "@vue/composition-api": "^1.0.0-rc.1",
  7214. "vue": "^3.0.0-0 || ^2.6.0"
  7215. },
  7216. "peerDependenciesMeta": {
  7217. "@vue/composition-api": {
  7218. "optional": true
  7219. }
  7220. }
  7221. },
  7222. "node_modules/pirates": {
  7223. "version": "4.0.6",
  7224. "license": "MIT",
  7225. "engines": {
  7226. "node": ">= 6"
  7227. }
  7228. },
  7229. "node_modules/pkg-types": {
  7230. "version": "1.0.3",
  7231. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.0.3.tgz",
  7232. "integrity": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==",
  7233. "dev": true,
  7234. "dependencies": {
  7235. "jsonc-parser": "^3.2.0",
  7236. "mlly": "^1.2.0",
  7237. "pathe": "^1.1.0"
  7238. }
  7239. },
  7240. "node_modules/platform": {
  7241. "version": "1.3.6",
  7242. "license": "MIT"
  7243. },
  7244. "node_modules/postcss": {
  7245. "version": "8.4.31",
  7246. "funding": [
  7247. {
  7248. "type": "opencollective",
  7249. "url": "https://opencollective.com/postcss/"
  7250. },
  7251. {
  7252. "type": "tidelift",
  7253. "url": "https://tidelift.com/funding/github/npm/postcss"
  7254. },
  7255. {
  7256. "type": "github",
  7257. "url": "https://github.com/sponsors/ai"
  7258. }
  7259. ],
  7260. "license": "MIT",
  7261. "dependencies": {
  7262. "nanoid": "^3.3.6",
  7263. "picocolors": "^1.0.0",
  7264. "source-map-js": "^1.0.2"
  7265. },
  7266. "engines": {
  7267. "node": "^10 || ^12 || >=14"
  7268. }
  7269. },
  7270. "node_modules/postcss-import": {
  7271. "version": "15.1.0",
  7272. "license": "MIT",
  7273. "dependencies": {
  7274. "postcss-value-parser": "^4.0.0",
  7275. "read-cache": "^1.0.0",
  7276. "resolve": "^1.1.7"
  7277. },
  7278. "engines": {
  7279. "node": ">=14.0.0"
  7280. },
  7281. "peerDependencies": {
  7282. "postcss": "^8.0.0"
  7283. }
  7284. },
  7285. "node_modules/postcss-js": {
  7286. "version": "4.0.1",
  7287. "license": "MIT",
  7288. "dependencies": {
  7289. "camelcase-css": "^2.0.1"
  7290. },
  7291. "engines": {
  7292. "node": "^12 || ^14 || >= 16"
  7293. },
  7294. "funding": {
  7295. "type": "opencollective",
  7296. "url": "https://opencollective.com/postcss/"
  7297. },
  7298. "peerDependencies": {
  7299. "postcss": "^8.4.21"
  7300. }
  7301. },
  7302. "node_modules/postcss-load-config": {
  7303. "version": "4.0.1",
  7304. "license": "MIT",
  7305. "dependencies": {
  7306. "lilconfig": "^2.0.5",
  7307. "yaml": "^2.1.1"
  7308. },
  7309. "engines": {
  7310. "node": ">= 14"
  7311. },
  7312. "funding": {
  7313. "type": "opencollective",
  7314. "url": "https://opencollective.com/postcss/"
  7315. },
  7316. "peerDependencies": {
  7317. "postcss": ">=8.0.9",
  7318. "ts-node": ">=9.0.0"
  7319. },
  7320. "peerDependenciesMeta": {
  7321. "postcss": {
  7322. "optional": true
  7323. },
  7324. "ts-node": {
  7325. "optional": true
  7326. }
  7327. }
  7328. },
  7329. "node_modules/postcss-load-config/node_modules/yaml": {
  7330. "version": "2.3.2",
  7331. "license": "ISC",
  7332. "engines": {
  7333. "node": ">= 14"
  7334. }
  7335. },
  7336. "node_modules/postcss-nested": {
  7337. "version": "6.0.1",
  7338. "license": "MIT",
  7339. "dependencies": {
  7340. "postcss-selector-parser": "^6.0.11"
  7341. },
  7342. "engines": {
  7343. "node": ">=12.0"
  7344. },
  7345. "funding": {
  7346. "type": "opencollective",
  7347. "url": "https://opencollective.com/postcss/"
  7348. },
  7349. "peerDependencies": {
  7350. "postcss": "^8.2.14"
  7351. }
  7352. },
  7353. "node_modules/postcss-selector-parser": {
  7354. "version": "6.0.13",
  7355. "license": "MIT",
  7356. "dependencies": {
  7357. "cssesc": "^3.0.0",
  7358. "util-deprecate": "^1.0.2"
  7359. },
  7360. "engines": {
  7361. "node": ">=4"
  7362. }
  7363. },
  7364. "node_modules/postcss-value-parser": {
  7365. "version": "4.2.0",
  7366. "license": "MIT"
  7367. },
  7368. "node_modules/preact": {
  7369. "version": "10.18.1",
  7370. "license": "MIT",
  7371. "funding": {
  7372. "type": "opencollective",
  7373. "url": "https://opencollective.com/preact"
  7374. }
  7375. },
  7376. "node_modules/prelude-ls": {
  7377. "version": "1.2.1",
  7378. "dev": true,
  7379. "license": "MIT",
  7380. "engines": {
  7381. "node": ">= 0.8.0"
  7382. }
  7383. },
  7384. "node_modules/prettier": {
  7385. "version": "2.8.8",
  7386. "dev": true,
  7387. "license": "MIT",
  7388. "bin": {
  7389. "prettier": "bin-prettier.js"
  7390. },
  7391. "engines": {
  7392. "node": ">=10.13.0"
  7393. },
  7394. "funding": {
  7395. "url": "https://github.com/prettier/prettier?sponsor=1"
  7396. }
  7397. },
  7398. "node_modules/print-js": {
  7399. "version": "1.6.0",
  7400. "license": "MIT"
  7401. },
  7402. "node_modules/process": {
  7403. "version": "0.11.10",
  7404. "license": "MIT",
  7405. "engines": {
  7406. "node": ">= 0.6.0"
  7407. }
  7408. },
  7409. "node_modules/process-nextick-args": {
  7410. "version": "2.0.1",
  7411. "license": "MIT"
  7412. },
  7413. "node_modules/proxy-from-env": {
  7414. "version": "1.1.0",
  7415. "license": "MIT"
  7416. },
  7417. "node_modules/pump": {
  7418. "version": "3.0.0",
  7419. "license": "MIT",
  7420. "dependencies": {
  7421. "end-of-stream": "^1.1.0",
  7422. "once": "^1.3.1"
  7423. }
  7424. },
  7425. "node_modules/punycode": {
  7426. "version": "2.3.0",
  7427. "license": "MIT",
  7428. "engines": {
  7429. "node": ">=6"
  7430. }
  7431. },
  7432. "node_modules/qiniu-js": {
  7433. "version": "3.4.1",
  7434. "license": "MIT",
  7435. "dependencies": {
  7436. "@babel/runtime-corejs2": "^7.10.2",
  7437. "querystring": "^0.2.1",
  7438. "spark-md5": "^3.0.0"
  7439. }
  7440. },
  7441. "node_modules/qiniu-js/node_modules/@babel/runtime-corejs2": {
  7442. "version": "7.23.1",
  7443. "license": "MIT",
  7444. "dependencies": {
  7445. "core-js": "^2.6.12",
  7446. "regenerator-runtime": "^0.14.0"
  7447. },
  7448. "engines": {
  7449. "node": ">=6.9.0"
  7450. }
  7451. },
  7452. "node_modules/qrcodejs2-fixes": {
  7453. "version": "0.0.2",
  7454. "license": "MIT"
  7455. },
  7456. "node_modules/qs": {
  7457. "version": "6.11.2",
  7458. "license": "BSD-3-Clause",
  7459. "dependencies": {
  7460. "side-channel": "^1.0.4"
  7461. },
  7462. "engines": {
  7463. "node": ">=0.6"
  7464. },
  7465. "funding": {
  7466. "url": "https://github.com/sponsors/ljharb"
  7467. }
  7468. },
  7469. "node_modules/querystring": {
  7470. "version": "0.2.1",
  7471. "license": "MIT",
  7472. "engines": {
  7473. "node": ">=0.4.x"
  7474. }
  7475. },
  7476. "node_modules/queue-microtask": {
  7477. "version": "1.2.3",
  7478. "funding": [
  7479. {
  7480. "type": "github",
  7481. "url": "https://github.com/sponsors/feross"
  7482. },
  7483. {
  7484. "type": "patreon",
  7485. "url": "https://www.patreon.com/feross"
  7486. },
  7487. {
  7488. "type": "consulting",
  7489. "url": "https://feross.org/support"
  7490. }
  7491. ],
  7492. "license": "MIT"
  7493. },
  7494. "node_modules/quill": {
  7495. "version": "1.3.7",
  7496. "license": "BSD-3-Clause",
  7497. "dependencies": {
  7498. "clone": "^2.1.1",
  7499. "deep-equal": "^1.0.1",
  7500. "eventemitter3": "^2.0.3",
  7501. "extend": "^3.0.2",
  7502. "parchment": "^1.1.4",
  7503. "quill-delta": "^3.6.2"
  7504. }
  7505. },
  7506. "node_modules/quill-delta": {
  7507. "version": "3.6.3",
  7508. "license": "MIT",
  7509. "dependencies": {
  7510. "deep-equal": "^1.0.1",
  7511. "extend": "^3.0.2",
  7512. "fast-diff": "1.1.2"
  7513. },
  7514. "engines": {
  7515. "node": ">=0.10"
  7516. }
  7517. },
  7518. "node_modules/read-cache": {
  7519. "version": "1.0.0",
  7520. "license": "MIT",
  7521. "dependencies": {
  7522. "pify": "^2.3.0"
  7523. }
  7524. },
  7525. "node_modules/readable-stream": {
  7526. "version": "2.3.8",
  7527. "license": "MIT",
  7528. "dependencies": {
  7529. "core-util-is": "~1.0.0",
  7530. "inherits": "~2.0.3",
  7531. "isarray": "~1.0.0",
  7532. "process-nextick-args": "~2.0.0",
  7533. "safe-buffer": "~5.1.1",
  7534. "string_decoder": "~1.1.1",
  7535. "util-deprecate": "~1.0.1"
  7536. }
  7537. },
  7538. "node_modules/readable-stream/node_modules/safe-buffer": {
  7539. "version": "5.1.2",
  7540. "license": "MIT"
  7541. },
  7542. "node_modules/readdirp": {
  7543. "version": "3.6.0",
  7544. "license": "MIT",
  7545. "dependencies": {
  7546. "picomatch": "^2.2.1"
  7547. },
  7548. "engines": {
  7549. "node": ">=8.10.0"
  7550. }
  7551. },
  7552. "node_modules/regenerator-runtime": {
  7553. "version": "0.14.0",
  7554. "license": "MIT"
  7555. },
  7556. "node_modules/regexp.prototype.flags": {
  7557. "version": "1.5.1",
  7558. "license": "MIT",
  7559. "dependencies": {
  7560. "call-bind": "^1.0.2",
  7561. "define-properties": "^1.2.0",
  7562. "set-function-name": "^2.0.0"
  7563. },
  7564. "engines": {
  7565. "node": ">= 0.4"
  7566. },
  7567. "funding": {
  7568. "url": "https://github.com/sponsors/ljharb"
  7569. }
  7570. },
  7571. "node_modules/reinterval": {
  7572. "version": "1.1.0",
  7573. "license": "MIT"
  7574. },
  7575. "node_modules/resolve": {
  7576. "version": "1.22.6",
  7577. "license": "MIT",
  7578. "dependencies": {
  7579. "is-core-module": "^2.13.0",
  7580. "path-parse": "^1.0.7",
  7581. "supports-preserve-symlinks-flag": "^1.0.0"
  7582. },
  7583. "bin": {
  7584. "resolve": "bin/resolve"
  7585. },
  7586. "funding": {
  7587. "url": "https://github.com/sponsors/ljharb"
  7588. }
  7589. },
  7590. "node_modules/resolve-from": {
  7591. "version": "4.0.0",
  7592. "dev": true,
  7593. "license": "MIT",
  7594. "engines": {
  7595. "node": ">=4"
  7596. }
  7597. },
  7598. "node_modules/reusify": {
  7599. "version": "1.0.4",
  7600. "license": "MIT",
  7601. "engines": {
  7602. "iojs": ">=1.0.0",
  7603. "node": ">=0.10.0"
  7604. }
  7605. },
  7606. "node_modules/rfdc": {
  7607. "version": "1.3.0",
  7608. "license": "MIT"
  7609. },
  7610. "node_modules/rimraf": {
  7611. "version": "3.0.2",
  7612. "dev": true,
  7613. "license": "ISC",
  7614. "dependencies": {
  7615. "glob": "^7.1.3"
  7616. },
  7617. "bin": {
  7618. "rimraf": "bin.js"
  7619. },
  7620. "funding": {
  7621. "url": "https://github.com/sponsors/isaacs"
  7622. }
  7623. },
  7624. "node_modules/rimraf/node_modules/glob": {
  7625. "version": "7.2.3",
  7626. "dev": true,
  7627. "license": "ISC",
  7628. "dependencies": {
  7629. "fs.realpath": "^1.0.0",
  7630. "inflight": "^1.0.4",
  7631. "inherits": "2",
  7632. "minimatch": "^3.1.1",
  7633. "once": "^1.3.0",
  7634. "path-is-absolute": "^1.0.0"
  7635. },
  7636. "engines": {
  7637. "node": "*"
  7638. },
  7639. "funding": {
  7640. "url": "https://github.com/sponsors/isaacs"
  7641. }
  7642. },
  7643. "node_modules/run-parallel": {
  7644. "version": "1.2.0",
  7645. "funding": [
  7646. {
  7647. "type": "github",
  7648. "url": "https://github.com/sponsors/feross"
  7649. },
  7650. {
  7651. "type": "patreon",
  7652. "url": "https://www.patreon.com/feross"
  7653. },
  7654. {
  7655. "type": "consulting",
  7656. "url": "https://feross.org/support"
  7657. }
  7658. ],
  7659. "license": "MIT",
  7660. "dependencies": {
  7661. "queue-microtask": "^1.2.2"
  7662. }
  7663. },
  7664. "node_modules/safe-buffer": {
  7665. "version": "5.2.1",
  7666. "funding": [
  7667. {
  7668. "type": "github",
  7669. "url": "https://github.com/sponsors/feross"
  7670. },
  7671. {
  7672. "type": "patreon",
  7673. "url": "https://www.patreon.com/feross"
  7674. },
  7675. {
  7676. "type": "consulting",
  7677. "url": "https://feross.org/support"
  7678. }
  7679. ],
  7680. "license": "MIT"
  7681. },
  7682. "node_modules/safer-buffer": {
  7683. "version": "2.1.2",
  7684. "license": "MIT"
  7685. },
  7686. "node_modules/sass": {
  7687. "version": "1.69.1",
  7688. "devOptional": true,
  7689. "license": "MIT",
  7690. "dependencies": {
  7691. "chokidar": ">=3.0.0 <4.0.0",
  7692. "immutable": "^4.0.0",
  7693. "source-map-js": ">=0.6.2 <2.0.0"
  7694. },
  7695. "bin": {
  7696. "sass": "sass.js"
  7697. },
  7698. "engines": {
  7699. "node": ">=14.0.0"
  7700. }
  7701. },
  7702. "node_modules/sax": {
  7703. "version": "1.3.0",
  7704. "license": "ISC"
  7705. },
  7706. "node_modules/screenfull": {
  7707. "version": "6.0.2",
  7708. "license": "MIT",
  7709. "engines": {
  7710. "node": "^14.13.1 || >=16.0.0"
  7711. },
  7712. "funding": {
  7713. "url": "https://github.com/sponsors/sindresorhus"
  7714. }
  7715. },
  7716. "node_modules/scroll-into-view-if-needed": {
  7717. "version": "2.2.31",
  7718. "license": "MIT",
  7719. "dependencies": {
  7720. "compute-scroll-into-view": "^1.0.20"
  7721. }
  7722. },
  7723. "node_modules/scule": {
  7724. "version": "1.0.0",
  7725. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.0.0.tgz",
  7726. "integrity": "sha512-4AsO/FrViE/iDNEPaAQlb77tf0csuq27EsVpy6ett584EcRTp6pTDLoGWVxCD77y5iU5FauOvhsI4o1APwPoSQ==",
  7727. "dev": true
  7728. },
  7729. "node_modules/sdk-base": {
  7730. "version": "2.0.1",
  7731. "license": "MIT",
  7732. "dependencies": {
  7733. "get-ready": "~1.0.0"
  7734. }
  7735. },
  7736. "node_modules/select": {
  7737. "version": "1.1.2",
  7738. "license": "MIT"
  7739. },
  7740. "node_modules/semver": {
  7741. "version": "7.5.4",
  7742. "dev": true,
  7743. "license": "ISC",
  7744. "dependencies": {
  7745. "lru-cache": "^6.0.0"
  7746. },
  7747. "bin": {
  7748. "semver": "bin/semver.js"
  7749. },
  7750. "engines": {
  7751. "node": ">=10"
  7752. }
  7753. },
  7754. "node_modules/semver/node_modules/lru-cache": {
  7755. "version": "6.0.0",
  7756. "dev": true,
  7757. "license": "ISC",
  7758. "dependencies": {
  7759. "yallist": "^4.0.0"
  7760. },
  7761. "engines": {
  7762. "node": ">=10"
  7763. }
  7764. },
  7765. "node_modules/semver/node_modules/yallist": {
  7766. "version": "4.0.0",
  7767. "dev": true,
  7768. "license": "ISC"
  7769. },
  7770. "node_modules/set-function-name": {
  7771. "version": "2.0.1",
  7772. "license": "MIT",
  7773. "dependencies": {
  7774. "define-data-property": "^1.0.1",
  7775. "functions-have-names": "^1.2.3",
  7776. "has-property-descriptors": "^1.0.0"
  7777. },
  7778. "engines": {
  7779. "node": ">= 0.4"
  7780. }
  7781. },
  7782. "node_modules/shebang-command": {
  7783. "version": "2.0.0",
  7784. "license": "MIT",
  7785. "dependencies": {
  7786. "shebang-regex": "^3.0.0"
  7787. },
  7788. "engines": {
  7789. "node": ">=8"
  7790. }
  7791. },
  7792. "node_modules/shebang-regex": {
  7793. "version": "3.0.0",
  7794. "license": "MIT",
  7795. "engines": {
  7796. "node": ">=8"
  7797. }
  7798. },
  7799. "node_modules/side-channel": {
  7800. "version": "1.0.4",
  7801. "license": "MIT",
  7802. "dependencies": {
  7803. "call-bind": "^1.0.0",
  7804. "get-intrinsic": "^1.0.2",
  7805. "object-inspect": "^1.9.0"
  7806. },
  7807. "funding": {
  7808. "url": "https://github.com/sponsors/ljharb"
  7809. }
  7810. },
  7811. "node_modules/signal-exit": {
  7812. "version": "4.1.0",
  7813. "license": "ISC",
  7814. "engines": {
  7815. "node": ">=14"
  7816. },
  7817. "funding": {
  7818. "url": "https://github.com/sponsors/isaacs"
  7819. }
  7820. },
  7821. "node_modules/slash": {
  7822. "version": "3.0.0",
  7823. "dev": true,
  7824. "license": "MIT",
  7825. "engines": {
  7826. "node": ">=8"
  7827. }
  7828. },
  7829. "node_modules/slate": {
  7830. "version": "0.72.8",
  7831. "license": "MIT",
  7832. "dependencies": {
  7833. "immer": "^9.0.6",
  7834. "is-plain-object": "^5.0.0",
  7835. "tiny-warning": "^1.0.3"
  7836. }
  7837. },
  7838. "node_modules/slate-history": {
  7839. "version": "0.66.0",
  7840. "license": "MIT",
  7841. "dependencies": {
  7842. "is-plain-object": "^5.0.0"
  7843. },
  7844. "peerDependencies": {
  7845. "slate": ">=0.65.3"
  7846. }
  7847. },
  7848. "node_modules/snabbdom": {
  7849. "version": "3.5.1",
  7850. "license": "MIT",
  7851. "engines": {
  7852. "node": ">=8.3.0"
  7853. }
  7854. },
  7855. "node_modules/sortablejs": {
  7856. "version": "1.15.0",
  7857. "license": "MIT"
  7858. },
  7859. "node_modules/source-map-js": {
  7860. "version": "1.0.2",
  7861. "license": "BSD-3-Clause",
  7862. "engines": {
  7863. "node": ">=0.10.0"
  7864. }
  7865. },
  7866. "node_modules/sourcemap-codec": {
  7867. "version": "1.4.8",
  7868. "dev": true,
  7869. "license": "MIT"
  7870. },
  7871. "node_modules/spark-md5": {
  7872. "version": "3.0.2",
  7873. "license": "(WTFPL OR MIT)"
  7874. },
  7875. "node_modules/split2": {
  7876. "version": "3.2.2",
  7877. "license": "ISC",
  7878. "dependencies": {
  7879. "readable-stream": "^3.0.0"
  7880. }
  7881. },
  7882. "node_modules/split2/node_modules/readable-stream": {
  7883. "version": "3.6.2",
  7884. "license": "MIT",
  7885. "dependencies": {
  7886. "inherits": "^2.0.3",
  7887. "string_decoder": "^1.1.1",
  7888. "util-deprecate": "^1.0.1"
  7889. },
  7890. "engines": {
  7891. "node": ">= 6"
  7892. }
  7893. },
  7894. "node_modules/splitpanes": {
  7895. "version": "3.1.5",
  7896. "license": "MIT",
  7897. "funding": {
  7898. "url": "https://github.com/sponsors/antoniandre"
  7899. }
  7900. },
  7901. "node_modules/ssf": {
  7902. "version": "0.11.2",
  7903. "license": "Apache-2.0",
  7904. "dependencies": {
  7905. "frac": "~1.1.2"
  7906. },
  7907. "engines": {
  7908. "node": ">=0.8"
  7909. }
  7910. },
  7911. "node_modules/ssr-window": {
  7912. "version": "3.0.0",
  7913. "license": "MIT"
  7914. },
  7915. "node_modules/statuses": {
  7916. "version": "1.5.0",
  7917. "license": "MIT",
  7918. "engines": {
  7919. "node": ">= 0.6"
  7920. }
  7921. },
  7922. "node_modules/stream-http": {
  7923. "version": "2.8.2",
  7924. "license": "MIT",
  7925. "dependencies": {
  7926. "builtin-status-codes": "^3.0.0",
  7927. "inherits": "^2.0.1",
  7928. "readable-stream": "^2.3.6",
  7929. "to-arraybuffer": "^1.0.0",
  7930. "xtend": "^4.0.0"
  7931. }
  7932. },
  7933. "node_modules/stream-shift": {
  7934. "version": "1.0.1",
  7935. "license": "MIT"
  7936. },
  7937. "node_modules/stream-wormhole": {
  7938. "version": "1.1.0",
  7939. "license": "MIT",
  7940. "engines": {
  7941. "node": ">=4.0.0"
  7942. }
  7943. },
  7944. "node_modules/string_decoder": {
  7945. "version": "1.1.1",
  7946. "license": "MIT",
  7947. "dependencies": {
  7948. "safe-buffer": "~5.1.0"
  7949. }
  7950. },
  7951. "node_modules/string_decoder/node_modules/safe-buffer": {
  7952. "version": "5.1.2",
  7953. "license": "MIT"
  7954. },
  7955. "node_modules/string-width-cjs": {
  7956. "name": "string-width",
  7957. "version": "4.2.3",
  7958. "license": "MIT",
  7959. "dependencies": {
  7960. "emoji-regex": "^8.0.0",
  7961. "is-fullwidth-code-point": "^3.0.0",
  7962. "strip-ansi": "^6.0.1"
  7963. },
  7964. "engines": {
  7965. "node": ">=8"
  7966. }
  7967. },
  7968. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  7969. "version": "8.0.0",
  7970. "license": "MIT"
  7971. },
  7972. "node_modules/strip-ansi": {
  7973. "version": "6.0.1",
  7974. "license": "MIT",
  7975. "dependencies": {
  7976. "ansi-regex": "^5.0.1"
  7977. },
  7978. "engines": {
  7979. "node": ">=8"
  7980. }
  7981. },
  7982. "node_modules/strip-ansi-cjs": {
  7983. "name": "strip-ansi",
  7984. "version": "6.0.1",
  7985. "license": "MIT",
  7986. "dependencies": {
  7987. "ansi-regex": "^5.0.1"
  7988. },
  7989. "engines": {
  7990. "node": ">=8"
  7991. }
  7992. },
  7993. "node_modules/strip-json-comments": {
  7994. "version": "3.1.1",
  7995. "dev": true,
  7996. "license": "MIT",
  7997. "engines": {
  7998. "node": ">=8"
  7999. },
  8000. "funding": {
  8001. "url": "https://github.com/sponsors/sindresorhus"
  8002. }
  8003. },
  8004. "node_modules/strip-literal": {
  8005. "version": "1.3.0",
  8006. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-1.3.0.tgz",
  8007. "integrity": "sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==",
  8008. "dev": true,
  8009. "dependencies": {
  8010. "acorn": "^8.10.0"
  8011. }
  8012. },
  8013. "node_modules/strnum": {
  8014. "version": "1.0.5",
  8015. "license": "MIT"
  8016. },
  8017. "node_modules/sucrase": {
  8018. "version": "3.34.0",
  8019. "license": "MIT",
  8020. "dependencies": {
  8021. "@jridgewell/gen-mapping": "^0.3.2",
  8022. "commander": "^4.0.0",
  8023. "glob": "7.1.6",
  8024. "lines-and-columns": "^1.1.6",
  8025. "mz": "^2.7.0",
  8026. "pirates": "^4.0.1",
  8027. "ts-interface-checker": "^0.1.9"
  8028. },
  8029. "bin": {
  8030. "sucrase": "bin/sucrase",
  8031. "sucrase-node": "bin/sucrase-node"
  8032. },
  8033. "engines": {
  8034. "node": ">=8"
  8035. }
  8036. },
  8037. "node_modules/sucrase/node_modules/glob": {
  8038. "version": "7.1.6",
  8039. "license": "ISC",
  8040. "dependencies": {
  8041. "fs.realpath": "^1.0.0",
  8042. "inflight": "^1.0.4",
  8043. "inherits": "2",
  8044. "minimatch": "^3.0.4",
  8045. "once": "^1.3.0",
  8046. "path-is-absolute": "^1.0.0"
  8047. },
  8048. "engines": {
  8049. "node": "*"
  8050. },
  8051. "funding": {
  8052. "url": "https://github.com/sponsors/isaacs"
  8053. }
  8054. },
  8055. "node_modules/supports-color": {
  8056. "version": "5.5.0",
  8057. "license": "MIT",
  8058. "dependencies": {
  8059. "has-flag": "^3.0.0"
  8060. },
  8061. "engines": {
  8062. "node": ">=4"
  8063. }
  8064. },
  8065. "node_modules/supports-preserve-symlinks-flag": {
  8066. "version": "1.0.0",
  8067. "license": "MIT",
  8068. "engines": {
  8069. "node": ">= 0.4"
  8070. },
  8071. "funding": {
  8072. "url": "https://github.com/sponsors/ljharb"
  8073. }
  8074. },
  8075. "node_modules/svg-tags": {
  8076. "version": "1.0.0"
  8077. },
  8078. "node_modules/tailwindcss": {
  8079. "version": "3.3.3",
  8080. "license": "MIT",
  8081. "dependencies": {
  8082. "@alloc/quick-lru": "^5.2.0",
  8083. "arg": "^5.0.2",
  8084. "chokidar": "^3.5.3",
  8085. "didyoumean": "^1.2.2",
  8086. "dlv": "^1.1.3",
  8087. "fast-glob": "^3.2.12",
  8088. "glob-parent": "^6.0.2",
  8089. "is-glob": "^4.0.3",
  8090. "jiti": "^1.18.2",
  8091. "lilconfig": "^2.1.0",
  8092. "micromatch": "^4.0.5",
  8093. "normalize-path": "^3.0.0",
  8094. "object-hash": "^3.0.0",
  8095. "picocolors": "^1.0.0",
  8096. "postcss": "^8.4.23",
  8097. "postcss-import": "^15.1.0",
  8098. "postcss-js": "^4.0.1",
  8099. "postcss-load-config": "^4.0.1",
  8100. "postcss-nested": "^6.0.1",
  8101. "postcss-selector-parser": "^6.0.11",
  8102. "resolve": "^1.22.2",
  8103. "sucrase": "^3.32.0"
  8104. },
  8105. "bin": {
  8106. "tailwind": "lib/cli.js",
  8107. "tailwindcss": "lib/cli.js"
  8108. },
  8109. "engines": {
  8110. "node": ">=14.0.0"
  8111. }
  8112. },
  8113. "node_modules/text-table": {
  8114. "version": "0.2.0",
  8115. "dev": true,
  8116. "license": "MIT"
  8117. },
  8118. "node_modules/thenify": {
  8119. "version": "3.3.1",
  8120. "license": "MIT",
  8121. "dependencies": {
  8122. "any-promise": "^1.0.0"
  8123. }
  8124. },
  8125. "node_modules/thenify-all": {
  8126. "version": "1.6.0",
  8127. "license": "MIT",
  8128. "dependencies": {
  8129. "thenify": ">= 3.1.0 < 4"
  8130. },
  8131. "engines": {
  8132. "node": ">=0.8"
  8133. }
  8134. },
  8135. "node_modules/through": {
  8136. "version": "2.3.8",
  8137. "license": "MIT"
  8138. },
  8139. "node_modules/tiny-emitter": {
  8140. "version": "2.1.0",
  8141. "license": "MIT"
  8142. },
  8143. "node_modules/tiny-warning": {
  8144. "version": "1.0.3",
  8145. "license": "MIT"
  8146. },
  8147. "node_modules/to-arraybuffer": {
  8148. "version": "1.0.1",
  8149. "license": "MIT"
  8150. },
  8151. "node_modules/to-fast-properties": {
  8152. "version": "2.0.0",
  8153. "license": "MIT",
  8154. "engines": {
  8155. "node": ">=4"
  8156. }
  8157. },
  8158. "node_modules/to-regex-range": {
  8159. "version": "5.0.1",
  8160. "license": "MIT",
  8161. "dependencies": {
  8162. "is-number": "^7.0.0"
  8163. },
  8164. "engines": {
  8165. "node": ">=8.0"
  8166. }
  8167. },
  8168. "node_modules/ts-interface-checker": {
  8169. "version": "0.1.13",
  8170. "license": "Apache-2.0"
  8171. },
  8172. "node_modules/ts-md5": {
  8173. "version": "1.3.1",
  8174. "license": "MIT",
  8175. "engines": {
  8176. "node": ">=12"
  8177. }
  8178. },
  8179. "node_modules/tslib": {
  8180. "version": "2.6.2",
  8181. "license": "0BSD"
  8182. },
  8183. "node_modules/tsutils": {
  8184. "version": "3.21.0",
  8185. "dev": true,
  8186. "license": "MIT",
  8187. "dependencies": {
  8188. "tslib": "^1.8.1"
  8189. },
  8190. "engines": {
  8191. "node": ">= 6"
  8192. },
  8193. "peerDependencies": {
  8194. "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
  8195. }
  8196. },
  8197. "node_modules/tsutils/node_modules/tslib": {
  8198. "version": "1.14.1",
  8199. "dev": true,
  8200. "license": "0BSD"
  8201. },
  8202. "node_modules/type": {
  8203. "version": "1.2.0",
  8204. "license": "ISC"
  8205. },
  8206. "node_modules/type-check": {
  8207. "version": "0.4.0",
  8208. "dev": true,
  8209. "license": "MIT",
  8210. "dependencies": {
  8211. "prelude-ls": "^1.2.1"
  8212. },
  8213. "engines": {
  8214. "node": ">= 0.8.0"
  8215. }
  8216. },
  8217. "node_modules/type-fest": {
  8218. "version": "0.20.2",
  8219. "dev": true,
  8220. "license": "(MIT OR CC0-1.0)",
  8221. "engines": {
  8222. "node": ">=10"
  8223. },
  8224. "funding": {
  8225. "url": "https://github.com/sponsors/sindresorhus"
  8226. }
  8227. },
  8228. "node_modules/typedarray": {
  8229. "version": "0.0.6",
  8230. "license": "MIT"
  8231. },
  8232. "node_modules/typescript": {
  8233. "version": "4.9.5",
  8234. "devOptional": true,
  8235. "license": "Apache-2.0",
  8236. "bin": {
  8237. "tsc": "bin/tsc",
  8238. "tsserver": "bin/tsserver"
  8239. },
  8240. "engines": {
  8241. "node": ">=4.2.0"
  8242. }
  8243. },
  8244. "node_modules/ufo": {
  8245. "version": "1.3.1",
  8246. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.3.1.tgz",
  8247. "integrity": "sha512-uY/99gMLIOlJPwATcMVYfqDSxUR9//AUcgZMzwfSTJPDKzA1S8mX4VLqa+fiAtveraQUBCz4FFcwVZBGbwBXIw==",
  8248. "dev": true
  8249. },
  8250. "node_modules/unescape": {
  8251. "version": "1.0.1",
  8252. "license": "MIT",
  8253. "dependencies": {
  8254. "extend-shallow": "^2.0.1"
  8255. },
  8256. "engines": {
  8257. "node": ">=0.10.0"
  8258. }
  8259. },
  8260. "node_modules/unimport": {
  8261. "version": "3.4.0",
  8262. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-3.4.0.tgz",
  8263. "integrity": "sha512-M/lfFEgufIT156QAr/jWHLUn55kEmxBBiQsMxvRSIbquwmeJEyQYgshHDEvQDWlSJrVOOTAgnJ3FvlsrpGkanA==",
  8264. "dev": true,
  8265. "dependencies": {
  8266. "@rollup/pluginutils": "^5.0.4",
  8267. "escape-string-regexp": "^5.0.0",
  8268. "fast-glob": "^3.3.1",
  8269. "local-pkg": "^0.4.3",
  8270. "magic-string": "^0.30.3",
  8271. "mlly": "^1.4.2",
  8272. "pathe": "^1.1.1",
  8273. "pkg-types": "^1.0.3",
  8274. "scule": "^1.0.0",
  8275. "strip-literal": "^1.3.0",
  8276. "unplugin": "^1.5.0"
  8277. }
  8278. },
  8279. "node_modules/unimport/node_modules/escape-string-regexp": {
  8280. "version": "5.0.0",
  8281. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  8282. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  8283. "dev": true,
  8284. "engines": {
  8285. "node": ">=12"
  8286. }
  8287. },
  8288. "node_modules/unplugin": {
  8289. "version": "1.5.0",
  8290. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.5.0.tgz",
  8291. "integrity": "sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A==",
  8292. "dev": true,
  8293. "dependencies": {
  8294. "acorn": "^8.10.0",
  8295. "chokidar": "^3.5.3",
  8296. "webpack-sources": "^3.2.3",
  8297. "webpack-virtual-modules": "^0.5.0"
  8298. }
  8299. },
  8300. "node_modules/unplugin-auto-import": {
  8301. "version": "0.16.6",
  8302. "resolved": "https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-0.16.6.tgz",
  8303. "integrity": "sha512-M+YIITkx3C/Hg38hp8HmswP5mShUUyJOzpifv7RTlAbeFlO2Tyw0pwrogSSxnipHDPTtI8VHFBpkYkNKzYSuyA==",
  8304. "dev": true,
  8305. "dependencies": {
  8306. "@antfu/utils": "^0.7.5",
  8307. "@rollup/pluginutils": "^5.0.2",
  8308. "fast-glob": "^3.3.0",
  8309. "local-pkg": "^0.4.3",
  8310. "magic-string": "^0.30.1",
  8311. "minimatch": "^9.0.2",
  8312. "unimport": "^3.0.14",
  8313. "unplugin": "^1.3.2"
  8314. },
  8315. "engines": {
  8316. "node": ">=14"
  8317. },
  8318. "peerDependencies": {
  8319. "@nuxt/kit": "^3.2.2",
  8320. "@vueuse/core": "*"
  8321. },
  8322. "peerDependenciesMeta": {
  8323. "@nuxt/kit": {
  8324. "optional": true
  8325. },
  8326. "@vueuse/core": {
  8327. "optional": true
  8328. }
  8329. }
  8330. },
  8331. "node_modules/unplugin-auto-import/node_modules/brace-expansion": {
  8332. "version": "2.0.1",
  8333. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  8334. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  8335. "dev": true,
  8336. "dependencies": {
  8337. "balanced-match": "^1.0.0"
  8338. }
  8339. },
  8340. "node_modules/unplugin-auto-import/node_modules/minimatch": {
  8341. "version": "9.0.3",
  8342. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz",
  8343. "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
  8344. "dev": true,
  8345. "dependencies": {
  8346. "brace-expansion": "^2.0.1"
  8347. },
  8348. "engines": {
  8349. "node": ">=16 || 14 >=14.17"
  8350. }
  8351. },
  8352. "node_modules/unplugin-vue-components": {
  8353. "version": "0.25.2",
  8354. "resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-0.25.2.tgz",
  8355. "integrity": "sha512-OVmLFqILH6w+eM8fyt/d/eoJT9A6WO51NZLf1vC5c1FZ4rmq2bbGxTy8WP2Jm7xwFdukaIdv819+UI7RClPyCA==",
  8356. "dev": true,
  8357. "dependencies": {
  8358. "@antfu/utils": "^0.7.5",
  8359. "@rollup/pluginutils": "^5.0.2",
  8360. "chokidar": "^3.5.3",
  8361. "debug": "^4.3.4",
  8362. "fast-glob": "^3.3.0",
  8363. "local-pkg": "^0.4.3",
  8364. "magic-string": "^0.30.1",
  8365. "minimatch": "^9.0.3",
  8366. "resolve": "^1.22.2",
  8367. "unplugin": "^1.4.0"
  8368. },
  8369. "engines": {
  8370. "node": ">=14"
  8371. },
  8372. "peerDependencies": {
  8373. "@babel/parser": "^7.15.8",
  8374. "@nuxt/kit": "^3.2.2",
  8375. "vue": "2 || 3"
  8376. },
  8377. "peerDependenciesMeta": {
  8378. "@babel/parser": {
  8379. "optional": true
  8380. },
  8381. "@nuxt/kit": {
  8382. "optional": true
  8383. }
  8384. }
  8385. },
  8386. "node_modules/unplugin-vue-components/node_modules/brace-expansion": {
  8387. "version": "2.0.1",
  8388. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  8389. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  8390. "dev": true,
  8391. "dependencies": {
  8392. "balanced-match": "^1.0.0"
  8393. }
  8394. },
  8395. "node_modules/unplugin-vue-components/node_modules/minimatch": {
  8396. "version": "9.0.3",
  8397. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz",
  8398. "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
  8399. "dev": true,
  8400. "dependencies": {
  8401. "brace-expansion": "^2.0.1"
  8402. },
  8403. "engines": {
  8404. "node": ">=16 || 14 >=14.17"
  8405. }
  8406. },
  8407. "node_modules/update-browserslist-db": {
  8408. "version": "1.0.13",
  8409. "funding": [
  8410. {
  8411. "type": "opencollective",
  8412. "url": "https://opencollective.com/browserslist"
  8413. },
  8414. {
  8415. "type": "tidelift",
  8416. "url": "https://tidelift.com/funding/github/npm/browserslist"
  8417. },
  8418. {
  8419. "type": "github",
  8420. "url": "https://github.com/sponsors/ai"
  8421. }
  8422. ],
  8423. "license": "MIT",
  8424. "dependencies": {
  8425. "escalade": "^3.1.1",
  8426. "picocolors": "^1.0.0"
  8427. },
  8428. "bin": {
  8429. "update-browserslist-db": "cli.js"
  8430. },
  8431. "peerDependencies": {
  8432. "browserslist": ">= 4.21.0"
  8433. }
  8434. },
  8435. "node_modules/uri-js": {
  8436. "version": "4.4.1",
  8437. "license": "BSD-2-Clause",
  8438. "dependencies": {
  8439. "punycode": "^2.1.0"
  8440. }
  8441. },
  8442. "node_modules/urllib": {
  8443. "version": "2.41.0",
  8444. "license": "MIT",
  8445. "dependencies": {
  8446. "any-promise": "^1.3.0",
  8447. "content-type": "^1.0.2",
  8448. "debug": "^2.6.9",
  8449. "default-user-agent": "^1.0.0",
  8450. "digest-header": "^1.0.0",
  8451. "ee-first": "~1.1.1",
  8452. "formstream": "^1.1.0",
  8453. "humanize-ms": "^1.2.0",
  8454. "iconv-lite": "^0.4.15",
  8455. "ip": "^1.1.5",
  8456. "pump": "^3.0.0",
  8457. "qs": "^6.4.0",
  8458. "statuses": "^1.3.1",
  8459. "utility": "^1.16.1"
  8460. },
  8461. "engines": {
  8462. "node": ">= 0.10.0"
  8463. },
  8464. "peerDependencies": {
  8465. "proxy-agent": "^5.0.0"
  8466. },
  8467. "peerDependenciesMeta": {
  8468. "proxy-agent": {
  8469. "optional": true
  8470. }
  8471. }
  8472. },
  8473. "node_modules/urllib/node_modules/debug": {
  8474. "version": "2.6.9",
  8475. "license": "MIT",
  8476. "dependencies": {
  8477. "ms": "2.0.0"
  8478. }
  8479. },
  8480. "node_modules/urllib/node_modules/ms": {
  8481. "version": "2.0.0",
  8482. "license": "MIT"
  8483. },
  8484. "node_modules/util-deprecate": {
  8485. "version": "1.0.2",
  8486. "license": "MIT"
  8487. },
  8488. "node_modules/utility": {
  8489. "version": "1.18.0",
  8490. "license": "MIT",
  8491. "dependencies": {
  8492. "copy-to": "^2.0.1",
  8493. "escape-html": "^1.0.3",
  8494. "mkdirp": "^0.5.1",
  8495. "mz": "^2.7.0",
  8496. "unescape": "^1.0.1"
  8497. },
  8498. "engines": {
  8499. "node": ">= 0.12.0"
  8500. }
  8501. },
  8502. "node_modules/uuid": {
  8503. "version": "8.3.2",
  8504. "license": "MIT",
  8505. "bin": {
  8506. "uuid": "dist/bin/uuid"
  8507. }
  8508. },
  8509. "node_modules/vanilla-picker": {
  8510. "version": "2.12.2",
  8511. "license": "ISC",
  8512. "dependencies": {
  8513. "@sphinxxxx/color-conversion": "^2.2.2"
  8514. }
  8515. },
  8516. "node_modules/vite": {
  8517. "version": "4.4.11",
  8518. "license": "MIT",
  8519. "dependencies": {
  8520. "esbuild": "^0.18.10",
  8521. "postcss": "^8.4.27",
  8522. "rollup": "^3.27.1"
  8523. },
  8524. "bin": {
  8525. "vite": "bin/vite.js"
  8526. },
  8527. "engines": {
  8528. "node": "^14.18.0 || >=16.0.0"
  8529. },
  8530. "funding": {
  8531. "url": "https://github.com/vitejs/vite?sponsor=1"
  8532. },
  8533. "optionalDependencies": {
  8534. "fsevents": "~2.3.2"
  8535. },
  8536. "peerDependencies": {
  8537. "@types/node": ">= 14",
  8538. "less": "*",
  8539. "lightningcss": "^1.21.0",
  8540. "sass": "*",
  8541. "stylus": "*",
  8542. "sugarss": "*",
  8543. "terser": "^5.4.0"
  8544. },
  8545. "peerDependenciesMeta": {
  8546. "@types/node": {
  8547. "optional": true
  8548. },
  8549. "less": {
  8550. "optional": true
  8551. },
  8552. "lightningcss": {
  8553. "optional": true
  8554. },
  8555. "sass": {
  8556. "optional": true
  8557. },
  8558. "stylus": {
  8559. "optional": true
  8560. },
  8561. "sugarss": {
  8562. "optional": true
  8563. },
  8564. "terser": {
  8565. "optional": true
  8566. }
  8567. }
  8568. },
  8569. "node_modules/vite-plugin-vue-setup-extend": {
  8570. "version": "0.4.0",
  8571. "dev": true,
  8572. "license": "MIT",
  8573. "dependencies": {
  8574. "@vue/compiler-sfc": "^3.2.29",
  8575. "magic-string": "^0.25.7"
  8576. },
  8577. "peerDependencies": {
  8578. "vite": ">=2.0.0"
  8579. }
  8580. },
  8581. "node_modules/vite-plugin-vue-setup-extend/node_modules/magic-string": {
  8582. "version": "0.25.9",
  8583. "dev": true,
  8584. "license": "MIT",
  8585. "dependencies": {
  8586. "sourcemap-codec": "^1.4.8"
  8587. }
  8588. },
  8589. "node_modules/vite/node_modules/@esbuild/win32-x64": {
  8590. "version": "0.18.20",
  8591. "cpu": [
  8592. "x64"
  8593. ],
  8594. "license": "MIT",
  8595. "optional": true,
  8596. "os": [
  8597. "win32"
  8598. ],
  8599. "engines": {
  8600. "node": ">=12"
  8601. }
  8602. },
  8603. "node_modules/vite/node_modules/esbuild": {
  8604. "version": "0.18.20",
  8605. "hasInstallScript": true,
  8606. "license": "MIT",
  8607. "bin": {
  8608. "esbuild": "bin/esbuild"
  8609. },
  8610. "engines": {
  8611. "node": ">=12"
  8612. },
  8613. "optionalDependencies": {
  8614. "@esbuild/android-arm": "0.18.20",
  8615. "@esbuild/android-arm64": "0.18.20",
  8616. "@esbuild/android-x64": "0.18.20",
  8617. "@esbuild/darwin-arm64": "0.18.20",
  8618. "@esbuild/darwin-x64": "0.18.20",
  8619. "@esbuild/freebsd-arm64": "0.18.20",
  8620. "@esbuild/freebsd-x64": "0.18.20",
  8621. "@esbuild/linux-arm": "0.18.20",
  8622. "@esbuild/linux-arm64": "0.18.20",
  8623. "@esbuild/linux-ia32": "0.18.20",
  8624. "@esbuild/linux-loong64": "0.18.20",
  8625. "@esbuild/linux-mips64el": "0.18.20",
  8626. "@esbuild/linux-ppc64": "0.18.20",
  8627. "@esbuild/linux-riscv64": "0.18.20",
  8628. "@esbuild/linux-s390x": "0.18.20",
  8629. "@esbuild/linux-x64": "0.18.20",
  8630. "@esbuild/netbsd-x64": "0.18.20",
  8631. "@esbuild/openbsd-x64": "0.18.20",
  8632. "@esbuild/sunos-x64": "0.18.20",
  8633. "@esbuild/win32-arm64": "0.18.20",
  8634. "@esbuild/win32-ia32": "0.18.20",
  8635. "@esbuild/win32-x64": "0.18.20"
  8636. }
  8637. },
  8638. "node_modules/vite/node_modules/rollup": {
  8639. "version": "3.29.4",
  8640. "license": "MIT",
  8641. "bin": {
  8642. "rollup": "dist/bin/rollup"
  8643. },
  8644. "engines": {
  8645. "node": ">=14.18.0",
  8646. "npm": ">=8.0.0"
  8647. },
  8648. "optionalDependencies": {
  8649. "fsevents": "~2.3.2"
  8650. }
  8651. },
  8652. "node_modules/vue": {
  8653. "version": "3.3.4",
  8654. "license": "MIT",
  8655. "dependencies": {
  8656. "@vue/compiler-dom": "3.3.4",
  8657. "@vue/compiler-sfc": "3.3.4",
  8658. "@vue/runtime-dom": "3.3.4",
  8659. "@vue/server-renderer": "3.3.4",
  8660. "@vue/shared": "3.3.4"
  8661. }
  8662. },
  8663. "node_modules/vue-clipboard3": {
  8664. "version": "2.0.0",
  8665. "license": "MIT",
  8666. "dependencies": {
  8667. "clipboard": "^2.0.6"
  8668. }
  8669. },
  8670. "node_modules/vue-cropper": {
  8671. "version": "1.1.1",
  8672. "license": "ISC"
  8673. },
  8674. "node_modules/vue-cropperjs": {
  8675. "version": "5.0.0",
  8676. "license": "MIT",
  8677. "dependencies": {
  8678. "cropperjs": "^1.5.6"
  8679. },
  8680. "peerDependencies": {
  8681. "vue": ">=3.0.0"
  8682. }
  8683. },
  8684. "node_modules/vue-eslint-parser": {
  8685. "version": "9.3.2",
  8686. "dev": true,
  8687. "license": "MIT",
  8688. "dependencies": {
  8689. "debug": "^4.3.4",
  8690. "eslint-scope": "^7.1.1",
  8691. "eslint-visitor-keys": "^3.3.0",
  8692. "espree": "^9.3.1",
  8693. "esquery": "^1.4.0",
  8694. "lodash": "^4.17.21",
  8695. "semver": "^7.3.6"
  8696. },
  8697. "engines": {
  8698. "node": "^14.17.0 || >=16.0.0"
  8699. },
  8700. "funding": {
  8701. "url": "https://github.com/sponsors/mysticatea"
  8702. },
  8703. "peerDependencies": {
  8704. "eslint": ">=6.0.0"
  8705. }
  8706. },
  8707. "node_modules/vue-eslint-parser/node_modules/eslint-scope": {
  8708. "version": "7.2.2",
  8709. "dev": true,
  8710. "license": "BSD-2-Clause",
  8711. "dependencies": {
  8712. "esrecurse": "^4.3.0",
  8713. "estraverse": "^5.2.0"
  8714. },
  8715. "engines": {
  8716. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  8717. },
  8718. "funding": {
  8719. "url": "https://opencollective.com/eslint"
  8720. }
  8721. },
  8722. "node_modules/vue-eslint-parser/node_modules/estraverse": {
  8723. "version": "5.3.0",
  8724. "dev": true,
  8725. "license": "BSD-2-Clause",
  8726. "engines": {
  8727. "node": ">=4.0"
  8728. }
  8729. },
  8730. "node_modules/vue-grid-layout": {
  8731. "version": "3.0.0-beta1",
  8732. "dependencies": {
  8733. "@interactjs/actions": "^1.10.2",
  8734. "@interactjs/auto-start": "^1.10.2",
  8735. "@interactjs/dev-tools": "^1.10.2",
  8736. "@interactjs/interactjs": "^1.10.2",
  8737. "@interactjs/modifiers": "^1.10.2",
  8738. "element-resize-detector": "^1.2.1",
  8739. "mitt": "^2.1.0"
  8740. }
  8741. },
  8742. "node_modules/vue-grid-layout/node_modules/@interactjs/actions": {
  8743. "version": "1.10.19",
  8744. "license": "MIT",
  8745. "optionalDependencies": {
  8746. "@interactjs/interact": "1.10.19"
  8747. },
  8748. "peerDependencies": {
  8749. "@interactjs/core": "1.10.19",
  8750. "@interactjs/utils": "1.10.19"
  8751. }
  8752. },
  8753. "node_modules/vue-grid-layout/node_modules/@interactjs/interact": {
  8754. "version": "1.10.19",
  8755. "license": "MIT",
  8756. "optional": true,
  8757. "dependencies": {
  8758. "@interactjs/core": "1.10.19",
  8759. "@interactjs/utils": "1.10.19"
  8760. }
  8761. },
  8762. "node_modules/vue-grid-layout/node_modules/mitt": {
  8763. "version": "2.1.0",
  8764. "license": "MIT"
  8765. },
  8766. "node_modules/vue-i18n": {
  8767. "version": "9.5.0",
  8768. "license": "MIT",
  8769. "dependencies": {
  8770. "@intlify/core-base": "9.5.0",
  8771. "@intlify/shared": "9.5.0",
  8772. "@vue/devtools-api": "^6.5.0"
  8773. },
  8774. "engines": {
  8775. "node": ">= 16"
  8776. },
  8777. "funding": {
  8778. "url": "https://github.com/sponsors/kazupon"
  8779. },
  8780. "peerDependencies": {
  8781. "vue": "^3.0.0"
  8782. }
  8783. },
  8784. "node_modules/vue-router": {
  8785. "version": "4.2.5",
  8786. "license": "MIT",
  8787. "dependencies": {
  8788. "@vue/devtools-api": "^6.5.0"
  8789. },
  8790. "funding": {
  8791. "url": "https://github.com/sponsors/posva"
  8792. },
  8793. "peerDependencies": {
  8794. "vue": "^3.2.0"
  8795. }
  8796. },
  8797. "node_modules/vuedraggable-es": {
  8798. "version": "4.1.1",
  8799. "license": "MIT",
  8800. "dependencies": {
  8801. "sortablejs": "1.14.0"
  8802. },
  8803. "peerDependencies": {
  8804. "vue": "^3.2.31"
  8805. }
  8806. },
  8807. "node_modules/vuedraggable-es/node_modules/sortablejs": {
  8808. "version": "1.14.0",
  8809. "license": "MIT"
  8810. },
  8811. "node_modules/vxe-table": {
  8812. "version": "4.5.12",
  8813. "license": "MIT",
  8814. "dependencies": {
  8815. "dom-zindex": "^1.0.1",
  8816. "xe-utils": "^3.5.13"
  8817. },
  8818. "peerDependencies": {
  8819. "vue": "^3.2.28",
  8820. "xe-utils": "^3.5.0"
  8821. }
  8822. },
  8823. "node_modules/webpack-sources": {
  8824. "version": "3.2.3",
  8825. "resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz",
  8826. "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
  8827. "dev": true,
  8828. "engines": {
  8829. "node": ">=10.13.0"
  8830. }
  8831. },
  8832. "node_modules/webpack-virtual-modules": {
  8833. "version": "0.5.0",
  8834. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz",
  8835. "integrity": "sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==",
  8836. "dev": true
  8837. },
  8838. "node_modules/which": {
  8839. "version": "2.0.2",
  8840. "license": "ISC",
  8841. "dependencies": {
  8842. "isexe": "^2.0.0"
  8843. },
  8844. "bin": {
  8845. "node-which": "bin/node-which"
  8846. },
  8847. "engines": {
  8848. "node": ">= 8"
  8849. }
  8850. },
  8851. "node_modules/wildcard": {
  8852. "version": "1.1.2",
  8853. "license": "MIT"
  8854. },
  8855. "node_modules/win-release": {
  8856. "version": "1.1.1",
  8857. "license": "MIT",
  8858. "dependencies": {
  8859. "semver": "^5.0.1"
  8860. },
  8861. "engines": {
  8862. "node": ">=0.10.0"
  8863. }
  8864. },
  8865. "node_modules/win-release/node_modules/semver": {
  8866. "version": "5.7.2",
  8867. "license": "ISC",
  8868. "bin": {
  8869. "semver": "bin/semver"
  8870. }
  8871. },
  8872. "node_modules/wmf": {
  8873. "version": "1.0.2",
  8874. "license": "Apache-2.0",
  8875. "engines": {
  8876. "node": ">=0.8"
  8877. }
  8878. },
  8879. "node_modules/word": {
  8880. "version": "0.3.0",
  8881. "license": "Apache-2.0",
  8882. "engines": {
  8883. "node": ">=0.8"
  8884. }
  8885. },
  8886. "node_modules/wrap-ansi": {
  8887. "version": "8.1.0",
  8888. "license": "MIT",
  8889. "dependencies": {
  8890. "ansi-styles": "^6.1.0",
  8891. "string-width": "^5.0.1",
  8892. "strip-ansi": "^7.0.1"
  8893. },
  8894. "engines": {
  8895. "node": ">=12"
  8896. },
  8897. "funding": {
  8898. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  8899. }
  8900. },
  8901. "node_modules/wrap-ansi-cjs": {
  8902. "name": "wrap-ansi",
  8903. "version": "7.0.0",
  8904. "license": "MIT",
  8905. "dependencies": {
  8906. "ansi-styles": "^4.0.0",
  8907. "string-width": "^4.1.0",
  8908. "strip-ansi": "^6.0.0"
  8909. },
  8910. "engines": {
  8911. "node": ">=10"
  8912. },
  8913. "funding": {
  8914. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  8915. }
  8916. },
  8917. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  8918. "version": "4.3.0",
  8919. "license": "MIT",
  8920. "dependencies": {
  8921. "color-convert": "^2.0.1"
  8922. },
  8923. "engines": {
  8924. "node": ">=8"
  8925. },
  8926. "funding": {
  8927. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8928. }
  8929. },
  8930. "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
  8931. "version": "2.0.1",
  8932. "license": "MIT",
  8933. "dependencies": {
  8934. "color-name": "~1.1.4"
  8935. },
  8936. "engines": {
  8937. "node": ">=7.0.0"
  8938. }
  8939. },
  8940. "node_modules/wrap-ansi-cjs/node_modules/color-name": {
  8941. "version": "1.1.4",
  8942. "license": "MIT"
  8943. },
  8944. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  8945. "version": "8.0.0",
  8946. "license": "MIT"
  8947. },
  8948. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  8949. "version": "4.2.3",
  8950. "license": "MIT",
  8951. "dependencies": {
  8952. "emoji-regex": "^8.0.0",
  8953. "is-fullwidth-code-point": "^3.0.0",
  8954. "strip-ansi": "^6.0.1"
  8955. },
  8956. "engines": {
  8957. "node": ">=8"
  8958. }
  8959. },
  8960. "node_modules/wrap-ansi/node_modules/ansi-regex": {
  8961. "version": "6.0.1",
  8962. "license": "MIT",
  8963. "engines": {
  8964. "node": ">=12"
  8965. },
  8966. "funding": {
  8967. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  8968. }
  8969. },
  8970. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  8971. "version": "6.2.1",
  8972. "license": "MIT",
  8973. "engines": {
  8974. "node": ">=12"
  8975. },
  8976. "funding": {
  8977. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8978. }
  8979. },
  8980. "node_modules/wrap-ansi/node_modules/string-width": {
  8981. "version": "5.1.2",
  8982. "license": "MIT",
  8983. "dependencies": {
  8984. "eastasianwidth": "^0.2.0",
  8985. "emoji-regex": "^9.2.2",
  8986. "strip-ansi": "^7.0.1"
  8987. },
  8988. "engines": {
  8989. "node": ">=12"
  8990. },
  8991. "funding": {
  8992. "url": "https://github.com/sponsors/sindresorhus"
  8993. }
  8994. },
  8995. "node_modules/wrap-ansi/node_modules/strip-ansi": {
  8996. "version": "7.1.0",
  8997. "license": "MIT",
  8998. "dependencies": {
  8999. "ansi-regex": "^6.0.1"
  9000. },
  9001. "engines": {
  9002. "node": ">=12"
  9003. },
  9004. "funding": {
  9005. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  9006. }
  9007. },
  9008. "node_modules/wrappy": {
  9009. "version": "1.0.2",
  9010. "license": "ISC"
  9011. },
  9012. "node_modules/ws": {
  9013. "version": "8.14.2",
  9014. "license": "MIT",
  9015. "engines": {
  9016. "node": ">=10.0.0"
  9017. },
  9018. "peerDependencies": {
  9019. "bufferutil": "^4.0.1",
  9020. "utf-8-validate": ">=5.0.2"
  9021. },
  9022. "peerDependenciesMeta": {
  9023. "bufferutil": {
  9024. "optional": true
  9025. },
  9026. "utf-8-validate": {
  9027. "optional": true
  9028. }
  9029. }
  9030. },
  9031. "node_modules/xe-utils": {
  9032. "version": "3.5.13",
  9033. "license": "MIT"
  9034. },
  9035. "node_modules/xlsx": {
  9036. "version": "0.18.5",
  9037. "license": "Apache-2.0",
  9038. "dependencies": {
  9039. "adler-32": "~1.3.0",
  9040. "cfb": "~1.2.1",
  9041. "codepage": "~1.15.0",
  9042. "crc-32": "~1.2.1",
  9043. "ssf": "~0.11.2",
  9044. "wmf": "~1.0.1",
  9045. "word": "~0.3.0"
  9046. },
  9047. "bin": {
  9048. "xlsx": "bin/xlsx.njs"
  9049. },
  9050. "engines": {
  9051. "node": ">=0.8"
  9052. }
  9053. },
  9054. "node_modules/xlsx/node_modules/cfb": {
  9055. "version": "1.2.2",
  9056. "license": "Apache-2.0",
  9057. "dependencies": {
  9058. "adler-32": "~1.3.0",
  9059. "crc-32": "~1.2.0"
  9060. },
  9061. "engines": {
  9062. "node": ">=0.8"
  9063. }
  9064. },
  9065. "node_modules/xlsx/node_modules/codepage": {
  9066. "version": "1.15.0",
  9067. "license": "Apache-2.0",
  9068. "engines": {
  9069. "node": ">=0.8"
  9070. }
  9071. },
  9072. "node_modules/xml-name-validator": {
  9073. "version": "4.0.0",
  9074. "dev": true,
  9075. "license": "Apache-2.0",
  9076. "engines": {
  9077. "node": ">=12"
  9078. }
  9079. },
  9080. "node_modules/xmlbuilder": {
  9081. "version": "11.0.1",
  9082. "license": "MIT",
  9083. "engines": {
  9084. "node": ">=4.0"
  9085. }
  9086. },
  9087. "node_modules/xtend": {
  9088. "version": "4.0.2",
  9089. "license": "MIT",
  9090. "engines": {
  9091. "node": ">=0.4"
  9092. }
  9093. },
  9094. "node_modules/yallist": {
  9095. "version": "3.1.1",
  9096. "license": "ISC"
  9097. },
  9098. "node_modules/yocto-queue": {
  9099. "version": "0.1.0",
  9100. "dev": true,
  9101. "license": "MIT",
  9102. "engines": {
  9103. "node": ">=10"
  9104. },
  9105. "funding": {
  9106. "url": "https://github.com/sponsors/sindresorhus"
  9107. }
  9108. },
  9109. "node_modules/zrender": {
  9110. "version": "5.4.4",
  9111. "license": "BSD-3-Clause",
  9112. "dependencies": {
  9113. "tslib": "2.3.0"
  9114. }
  9115. },
  9116. "node_modules/zrender/node_modules/tslib": {
  9117. "version": "2.3.0",
  9118. "license": "0BSD"
  9119. }
  9120. },
  9121. "dependencies": {
  9122. "@aashutoshrathi/word-wrap": {
  9123. "version": "1.2.6",
  9124. "dev": true
  9125. },
  9126. "@alloc/quick-lru": {
  9127. "version": "5.2.0"
  9128. },
  9129. "@ampproject/remapping": {
  9130. "version": "2.2.1",
  9131. "requires": {
  9132. "@jridgewell/gen-mapping": "^0.3.0",
  9133. "@jridgewell/trace-mapping": "^0.3.9"
  9134. }
  9135. },
  9136. "@antfu/utils": {
  9137. "version": "0.7.6",
  9138. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.6.tgz",
  9139. "integrity": "sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==",
  9140. "dev": true
  9141. },
  9142. "@aws-crypto/crc32": {
  9143. "version": "3.0.0",
  9144. "requires": {
  9145. "@aws-crypto/util": "^3.0.0",
  9146. "@aws-sdk/types": "^3.222.0",
  9147. "tslib": "^1.11.1"
  9148. },
  9149. "dependencies": {
  9150. "@aws-sdk/types": {
  9151. "version": "3.425.0",
  9152. "requires": {
  9153. "@smithy/types": "^2.3.4",
  9154. "tslib": "^2.5.0"
  9155. },
  9156. "dependencies": {
  9157. "tslib": {
  9158. "version": "2.6.2"
  9159. }
  9160. }
  9161. },
  9162. "@smithy/types": {
  9163. "version": "2.3.5",
  9164. "requires": {
  9165. "tslib": "^2.5.0"
  9166. },
  9167. "dependencies": {
  9168. "tslib": {
  9169. "version": "2.6.2"
  9170. }
  9171. }
  9172. },
  9173. "tslib": {
  9174. "version": "1.14.1"
  9175. }
  9176. }
  9177. },
  9178. "@aws-crypto/ie11-detection": {
  9179. "version": "3.0.0",
  9180. "requires": {
  9181. "tslib": "^1.11.1"
  9182. },
  9183. "dependencies": {
  9184. "tslib": {
  9185. "version": "1.14.1"
  9186. }
  9187. }
  9188. },
  9189. "@aws-crypto/supports-web-crypto": {
  9190. "version": "3.0.0",
  9191. "requires": {
  9192. "tslib": "^1.11.1"
  9193. },
  9194. "dependencies": {
  9195. "tslib": {
  9196. "version": "1.14.1"
  9197. }
  9198. }
  9199. },
  9200. "@aws-crypto/util": {
  9201. "version": "3.0.0",
  9202. "requires": {
  9203. "@aws-sdk/types": "^3.222.0",
  9204. "@aws-sdk/util-utf8-browser": "^3.0.0",
  9205. "tslib": "^1.11.1"
  9206. },
  9207. "dependencies": {
  9208. "@aws-sdk/types": {
  9209. "version": "3.425.0",
  9210. "requires": {
  9211. "@smithy/types": "^2.3.4",
  9212. "tslib": "^2.5.0"
  9213. },
  9214. "dependencies": {
  9215. "tslib": {
  9216. "version": "2.6.2"
  9217. }
  9218. }
  9219. },
  9220. "@smithy/types": {
  9221. "version": "2.3.5",
  9222. "requires": {
  9223. "tslib": "^2.5.0"
  9224. },
  9225. "dependencies": {
  9226. "tslib": {
  9227. "version": "2.6.2"
  9228. }
  9229. }
  9230. },
  9231. "tslib": {
  9232. "version": "1.14.1"
  9233. }
  9234. }
  9235. },
  9236. "@aws-sdk/client-s3": {
  9237. "version": "3.427.0",
  9238. "requires": {
  9239. "@aws-crypto/sha1-browser": "3.0.0",
  9240. "@aws-crypto/sha256-browser": "3.0.0",
  9241. "@aws-crypto/sha256-js": "3.0.0",
  9242. "@aws-sdk/client-sts": "3.427.0",
  9243. "@aws-sdk/credential-provider-node": "3.427.0",
  9244. "@aws-sdk/middleware-bucket-endpoint": "3.425.0",
  9245. "@aws-sdk/middleware-expect-continue": "3.425.0",
  9246. "@aws-sdk/middleware-flexible-checksums": "3.425.0",
  9247. "@aws-sdk/middleware-host-header": "3.425.0",
  9248. "@aws-sdk/middleware-location-constraint": "3.425.0",
  9249. "@aws-sdk/middleware-logger": "3.425.0",
  9250. "@aws-sdk/middleware-recursion-detection": "3.425.0",
  9251. "@aws-sdk/middleware-sdk-s3": "3.427.0",
  9252. "@aws-sdk/middleware-signing": "3.425.0",
  9253. "@aws-sdk/middleware-ssec": "3.425.0",
  9254. "@aws-sdk/middleware-user-agent": "3.427.0",
  9255. "@aws-sdk/region-config-resolver": "3.425.0",
  9256. "@aws-sdk/signature-v4-multi-region": "3.425.0",
  9257. "@aws-sdk/types": "3.425.0",
  9258. "@aws-sdk/util-endpoints": "3.427.0",
  9259. "@aws-sdk/util-user-agent-browser": "3.425.0",
  9260. "@aws-sdk/util-user-agent-node": "3.425.0",
  9261. "@aws-sdk/xml-builder": "3.310.0",
  9262. "@smithy/config-resolver": "^2.0.11",
  9263. "@smithy/eventstream-serde-browser": "^2.0.10",
  9264. "@smithy/eventstream-serde-config-resolver": "^2.0.10",
  9265. "@smithy/eventstream-serde-node": "^2.0.10",
  9266. "@smithy/fetch-http-handler": "^2.2.1",
  9267. "@smithy/hash-blob-browser": "^2.0.10",
  9268. "@smithy/hash-node": "^2.0.10",
  9269. "@smithy/hash-stream-node": "^2.0.10",
  9270. "@smithy/invalid-dependency": "^2.0.10",
  9271. "@smithy/md5-js": "^2.0.10",
  9272. "@smithy/middleware-content-length": "^2.0.12",
  9273. "@smithy/middleware-endpoint": "^2.0.10",
  9274. "@smithy/middleware-retry": "^2.0.13",
  9275. "@smithy/middleware-serde": "^2.0.10",
  9276. "@smithy/middleware-stack": "^2.0.4",
  9277. "@smithy/node-config-provider": "^2.0.13",
  9278. "@smithy/node-http-handler": "^2.1.6",
  9279. "@smithy/protocol-http": "^3.0.6",
  9280. "@smithy/smithy-client": "^2.1.9",
  9281. "@smithy/types": "^2.3.4",
  9282. "@smithy/url-parser": "^2.0.10",
  9283. "@smithy/util-base64": "^2.0.0",
  9284. "@smithy/util-body-length-browser": "^2.0.0",
  9285. "@smithy/util-body-length-node": "^2.1.0",
  9286. "@smithy/util-defaults-mode-browser": "^2.0.13",
  9287. "@smithy/util-defaults-mode-node": "^2.0.15",
  9288. "@smithy/util-retry": "^2.0.3",
  9289. "@smithy/util-stream": "^2.0.14",
  9290. "@smithy/util-utf8": "^2.0.0",
  9291. "@smithy/util-waiter": "^2.0.10",
  9292. "fast-xml-parser": "4.2.5",
  9293. "tslib": "^2.5.0"
  9294. },
  9295. "dependencies": {
  9296. "@aws-crypto/crc32c": {
  9297. "version": "3.0.0",
  9298. "requires": {
  9299. "@aws-crypto/util": "^3.0.0",
  9300. "@aws-sdk/types": "^3.222.0",
  9301. "tslib": "^1.11.1"
  9302. },
  9303. "dependencies": {
  9304. "tslib": {
  9305. "version": "1.14.1"
  9306. }
  9307. }
  9308. },
  9309. "@aws-crypto/sha1-browser": {
  9310. "version": "3.0.0",
  9311. "requires": {
  9312. "@aws-crypto/ie11-detection": "^3.0.0",
  9313. "@aws-crypto/supports-web-crypto": "^3.0.0",
  9314. "@aws-crypto/util": "^3.0.0",
  9315. "@aws-sdk/types": "^3.222.0",
  9316. "@aws-sdk/util-locate-window": "^3.0.0",
  9317. "@aws-sdk/util-utf8-browser": "^3.0.0",
  9318. "tslib": "^1.11.1"
  9319. },
  9320. "dependencies": {
  9321. "tslib": {
  9322. "version": "1.14.1"
  9323. }
  9324. }
  9325. },
  9326. "@aws-crypto/sha256-browser": {
  9327. "version": "3.0.0",
  9328. "requires": {
  9329. "@aws-crypto/ie11-detection": "^3.0.0",
  9330. "@aws-crypto/sha256-js": "^3.0.0",
  9331. "@aws-crypto/supports-web-crypto": "^3.0.0",
  9332. "@aws-crypto/util": "^3.0.0",
  9333. "@aws-sdk/types": "^3.222.0",
  9334. "@aws-sdk/util-locate-window": "^3.0.0",
  9335. "@aws-sdk/util-utf8-browser": "^3.0.0",
  9336. "tslib": "^1.11.1"
  9337. },
  9338. "dependencies": {
  9339. "tslib": {
  9340. "version": "1.14.1"
  9341. }
  9342. }
  9343. },
  9344. "@aws-crypto/sha256-js": {
  9345. "version": "3.0.0",
  9346. "requires": {
  9347. "@aws-crypto/util": "^3.0.0",
  9348. "@aws-sdk/types": "^3.222.0",
  9349. "tslib": "^1.11.1"
  9350. },
  9351. "dependencies": {
  9352. "tslib": {
  9353. "version": "1.14.1"
  9354. }
  9355. }
  9356. },
  9357. "@aws-sdk/client-sts": {
  9358. "version": "3.427.0",
  9359. "requires": {
  9360. "@aws-crypto/sha256-browser": "3.0.0",
  9361. "@aws-crypto/sha256-js": "3.0.0",
  9362. "@aws-sdk/credential-provider-node": "3.427.0",
  9363. "@aws-sdk/middleware-host-header": "3.425.0",
  9364. "@aws-sdk/middleware-logger": "3.425.0",
  9365. "@aws-sdk/middleware-recursion-detection": "3.425.0",
  9366. "@aws-sdk/middleware-sdk-sts": "3.425.0",
  9367. "@aws-sdk/middleware-signing": "3.425.0",
  9368. "@aws-sdk/middleware-user-agent": "3.427.0",
  9369. "@aws-sdk/region-config-resolver": "3.425.0",
  9370. "@aws-sdk/types": "3.425.0",
  9371. "@aws-sdk/util-endpoints": "3.427.0",
  9372. "@aws-sdk/util-user-agent-browser": "3.425.0",
  9373. "@aws-sdk/util-user-agent-node": "3.425.0",
  9374. "@smithy/config-resolver": "^2.0.11",
  9375. "@smithy/fetch-http-handler": "^2.2.1",
  9376. "@smithy/hash-node": "^2.0.10",
  9377. "@smithy/invalid-dependency": "^2.0.10",
  9378. "@smithy/middleware-content-length": "^2.0.12",
  9379. "@smithy/middleware-endpoint": "^2.0.10",
  9380. "@smithy/middleware-retry": "^2.0.13",
  9381. "@smithy/middleware-serde": "^2.0.10",
  9382. "@smithy/middleware-stack": "^2.0.4",
  9383. "@smithy/node-config-provider": "^2.0.13",
  9384. "@smithy/node-http-handler": "^2.1.6",
  9385. "@smithy/protocol-http": "^3.0.6",
  9386. "@smithy/smithy-client": "^2.1.9",
  9387. "@smithy/types": "^2.3.4",
  9388. "@smithy/url-parser": "^2.0.10",
  9389. "@smithy/util-base64": "^2.0.0",
  9390. "@smithy/util-body-length-browser": "^2.0.0",
  9391. "@smithy/util-body-length-node": "^2.1.0",
  9392. "@smithy/util-defaults-mode-browser": "^2.0.13",
  9393. "@smithy/util-defaults-mode-node": "^2.0.15",
  9394. "@smithy/util-retry": "^2.0.3",
  9395. "@smithy/util-utf8": "^2.0.0",
  9396. "fast-xml-parser": "4.2.5",
  9397. "tslib": "^2.5.0"
  9398. }
  9399. },
  9400. "@aws-sdk/credential-provider-node": {
  9401. "version": "3.427.0",
  9402. "requires": {
  9403. "@aws-sdk/credential-provider-env": "3.425.0",
  9404. "@aws-sdk/credential-provider-ini": "3.427.0",
  9405. "@aws-sdk/credential-provider-process": "3.425.0",
  9406. "@aws-sdk/credential-provider-sso": "3.427.0",
  9407. "@aws-sdk/credential-provider-web-identity": "3.425.0",
  9408. "@aws-sdk/types": "3.425.0",
  9409. "@smithy/credential-provider-imds": "^2.0.0",
  9410. "@smithy/property-provider": "^2.0.0",
  9411. "@smithy/shared-ini-file-loader": "^2.0.6",
  9412. "@smithy/types": "^2.3.4",
  9413. "tslib": "^2.5.0"
  9414. }
  9415. },
  9416. "@aws-sdk/credential-provider-process": {
  9417. "version": "3.425.0",
  9418. "requires": {
  9419. "@aws-sdk/types": "3.425.0",
  9420. "@smithy/property-provider": "^2.0.0",
  9421. "@smithy/shared-ini-file-loader": "^2.0.6",
  9422. "@smithy/types": "^2.3.4",
  9423. "tslib": "^2.5.0"
  9424. }
  9425. },
  9426. "@aws-sdk/credential-provider-web-identity": {
  9427. "version": "3.425.0",
  9428. "requires": {
  9429. "@aws-sdk/types": "3.425.0",
  9430. "@smithy/property-provider": "^2.0.0",
  9431. "@smithy/types": "^2.3.4",
  9432. "tslib": "^2.5.0"
  9433. }
  9434. },
  9435. "@aws-sdk/middleware-bucket-endpoint": {
  9436. "version": "3.425.0",
  9437. "requires": {
  9438. "@aws-sdk/types": "3.425.0",
  9439. "@aws-sdk/util-arn-parser": "3.310.0",
  9440. "@smithy/node-config-provider": "^2.0.13",
  9441. "@smithy/protocol-http": "^3.0.6",
  9442. "@smithy/types": "^2.3.4",
  9443. "@smithy/util-config-provider": "^2.0.0",
  9444. "tslib": "^2.5.0"
  9445. }
  9446. },
  9447. "@aws-sdk/middleware-expect-continue": {
  9448. "version": "3.425.0",
  9449. "requires": {
  9450. "@aws-sdk/types": "3.425.0",
  9451. "@smithy/protocol-http": "^3.0.6",
  9452. "@smithy/types": "^2.3.4",
  9453. "tslib": "^2.5.0"
  9454. }
  9455. },
  9456. "@aws-sdk/middleware-flexible-checksums": {
  9457. "version": "3.425.0",
  9458. "requires": {
  9459. "@aws-crypto/crc32": "3.0.0",
  9460. "@aws-crypto/crc32c": "3.0.0",
  9461. "@aws-sdk/types": "3.425.0",
  9462. "@smithy/is-array-buffer": "^2.0.0",
  9463. "@smithy/protocol-http": "^3.0.6",
  9464. "@smithy/types": "^2.3.4",
  9465. "@smithy/util-utf8": "^2.0.0",
  9466. "tslib": "^2.5.0"
  9467. }
  9468. },
  9469. "@aws-sdk/middleware-host-header": {
  9470. "version": "3.425.0",
  9471. "requires": {
  9472. "@aws-sdk/types": "3.425.0",
  9473. "@smithy/protocol-http": "^3.0.6",
  9474. "@smithy/types": "^2.3.4",
  9475. "tslib": "^2.5.0"
  9476. }
  9477. },
  9478. "@aws-sdk/middleware-location-constraint": {
  9479. "version": "3.425.0",
  9480. "requires": {
  9481. "@aws-sdk/types": "3.425.0",
  9482. "@smithy/types": "^2.3.4",
  9483. "tslib": "^2.5.0"
  9484. }
  9485. },
  9486. "@aws-sdk/middleware-logger": {
  9487. "version": "3.425.0",
  9488. "requires": {
  9489. "@aws-sdk/types": "3.425.0",
  9490. "@smithy/types": "^2.3.4",
  9491. "tslib": "^2.5.0"
  9492. }
  9493. },
  9494. "@aws-sdk/middleware-recursion-detection": {
  9495. "version": "3.425.0",
  9496. "requires": {
  9497. "@aws-sdk/types": "3.425.0",
  9498. "@smithy/protocol-http": "^3.0.6",
  9499. "@smithy/types": "^2.3.4",
  9500. "tslib": "^2.5.0"
  9501. }
  9502. },
  9503. "@aws-sdk/middleware-sdk-s3": {
  9504. "version": "3.427.0",
  9505. "requires": {
  9506. "@aws-sdk/types": "3.425.0",
  9507. "@aws-sdk/util-arn-parser": "3.310.0",
  9508. "@smithy/protocol-http": "^3.0.6",
  9509. "@smithy/smithy-client": "^2.1.9",
  9510. "@smithy/types": "^2.3.4",
  9511. "tslib": "^2.5.0"
  9512. }
  9513. },
  9514. "@aws-sdk/middleware-signing": {
  9515. "version": "3.425.0",
  9516. "requires": {
  9517. "@aws-sdk/types": "3.425.0",
  9518. "@smithy/property-provider": "^2.0.0",
  9519. "@smithy/protocol-http": "^3.0.6",
  9520. "@smithy/signature-v4": "^2.0.0",
  9521. "@smithy/types": "^2.3.4",
  9522. "@smithy/util-middleware": "^2.0.3",
  9523. "tslib": "^2.5.0"
  9524. }
  9525. },
  9526. "@aws-sdk/middleware-ssec": {
  9527. "version": "3.425.0",
  9528. "requires": {
  9529. "@aws-sdk/types": "3.425.0",
  9530. "@smithy/types": "^2.3.4",
  9531. "tslib": "^2.5.0"
  9532. }
  9533. },
  9534. "@aws-sdk/middleware-user-agent": {
  9535. "version": "3.427.0",
  9536. "requires": {
  9537. "@aws-sdk/types": "3.425.0",
  9538. "@aws-sdk/util-endpoints": "3.427.0",
  9539. "@smithy/protocol-http": "^3.0.6",
  9540. "@smithy/types": "^2.3.4",
  9541. "tslib": "^2.5.0"
  9542. }
  9543. },
  9544. "@aws-sdk/region-config-resolver": {
  9545. "version": "3.425.0",
  9546. "requires": {
  9547. "@smithy/node-config-provider": "^2.0.13",
  9548. "@smithy/types": "^2.3.4",
  9549. "@smithy/util-config-provider": "^2.0.0",
  9550. "@smithy/util-middleware": "^2.0.3",
  9551. "tslib": "^2.5.0"
  9552. }
  9553. },
  9554. "@aws-sdk/signature-v4-multi-region": {
  9555. "version": "3.425.0",
  9556. "requires": {
  9557. "@aws-sdk/types": "3.425.0",
  9558. "@smithy/protocol-http": "^3.0.6",
  9559. "@smithy/signature-v4": "^2.0.0",
  9560. "@smithy/types": "^2.3.4",
  9561. "tslib": "^2.5.0"
  9562. }
  9563. },
  9564. "@aws-sdk/types": {
  9565. "version": "3.425.0",
  9566. "requires": {
  9567. "@smithy/types": "^2.3.4",
  9568. "tslib": "^2.5.0"
  9569. }
  9570. },
  9571. "@aws-sdk/util-endpoints": {
  9572. "version": "3.427.0",
  9573. "requires": {
  9574. "@aws-sdk/types": "3.425.0",
  9575. "@smithy/node-config-provider": "^2.0.13",
  9576. "tslib": "^2.5.0"
  9577. }
  9578. },
  9579. "@aws-sdk/util-user-agent-browser": {
  9580. "version": "3.425.0",
  9581. "requires": {
  9582. "@aws-sdk/types": "3.425.0",
  9583. "@smithy/types": "^2.3.4",
  9584. "bowser": "^2.11.0",
  9585. "tslib": "^2.5.0"
  9586. }
  9587. },
  9588. "@aws-sdk/xml-builder": {
  9589. "version": "3.310.0",
  9590. "requires": {
  9591. "tslib": "^2.5.0"
  9592. }
  9593. },
  9594. "@smithy/chunked-blob-reader-native": {
  9595. "version": "2.0.0",
  9596. "requires": {
  9597. "@smithy/util-base64": "^2.0.0",
  9598. "tslib": "^2.5.0"
  9599. }
  9600. },
  9601. "@smithy/config-resolver": {
  9602. "version": "2.0.14",
  9603. "requires": {
  9604. "@smithy/node-config-provider": "^2.1.1",
  9605. "@smithy/types": "^2.3.5",
  9606. "@smithy/util-config-provider": "^2.0.0",
  9607. "@smithy/util-middleware": "^2.0.4",
  9608. "tslib": "^2.5.0"
  9609. }
  9610. },
  9611. "@smithy/eventstream-serde-browser": {
  9612. "version": "2.0.11",
  9613. "requires": {
  9614. "@smithy/eventstream-serde-universal": "^2.0.11",
  9615. "@smithy/types": "^2.3.5",
  9616. "tslib": "^2.5.0"
  9617. }
  9618. },
  9619. "@smithy/eventstream-serde-node": {
  9620. "version": "2.0.11",
  9621. "requires": {
  9622. "@smithy/eventstream-serde-universal": "^2.0.11",
  9623. "@smithy/types": "^2.3.5",
  9624. "tslib": "^2.5.0"
  9625. }
  9626. },
  9627. "@smithy/hash-blob-browser": {
  9628. "version": "2.0.11",
  9629. "requires": {
  9630. "@smithy/chunked-blob-reader": "^2.0.0",
  9631. "@smithy/chunked-blob-reader-native": "^2.0.0",
  9632. "@smithy/types": "^2.3.5",
  9633. "tslib": "^2.5.0"
  9634. }
  9635. },
  9636. "@smithy/hash-node": {
  9637. "version": "2.0.11",
  9638. "requires": {
  9639. "@smithy/types": "^2.3.5",
  9640. "@smithy/util-buffer-from": "^2.0.0",
  9641. "@smithy/util-utf8": "^2.0.0",
  9642. "tslib": "^2.5.0"
  9643. }
  9644. },
  9645. "@smithy/hash-stream-node": {
  9646. "version": "2.0.11",
  9647. "requires": {
  9648. "@smithy/types": "^2.3.5",
  9649. "@smithy/util-utf8": "^2.0.0",
  9650. "tslib": "^2.5.0"
  9651. }
  9652. },
  9653. "@smithy/invalid-dependency": {
  9654. "version": "2.0.11",
  9655. "requires": {
  9656. "@smithy/types": "^2.3.5",
  9657. "tslib": "^2.5.0"
  9658. }
  9659. },
  9660. "@smithy/md5-js": {
  9661. "version": "2.0.11",
  9662. "requires": {
  9663. "@smithy/types": "^2.3.5",
  9664. "@smithy/util-utf8": "^2.0.0",
  9665. "tslib": "^2.5.0"
  9666. }
  9667. },
  9668. "@smithy/middleware-endpoint": {
  9669. "version": "2.0.11",
  9670. "requires": {
  9671. "@smithy/middleware-serde": "^2.0.11",
  9672. "@smithy/types": "^2.3.5",
  9673. "@smithy/url-parser": "^2.0.11",
  9674. "@smithy/util-middleware": "^2.0.4",
  9675. "tslib": "^2.5.0"
  9676. }
  9677. },
  9678. "@smithy/middleware-retry": {
  9679. "version": "2.0.16",
  9680. "requires": {
  9681. "@smithy/node-config-provider": "^2.1.1",
  9682. "@smithy/protocol-http": "^3.0.7",
  9683. "@smithy/service-error-classification": "^2.0.4",
  9684. "@smithy/types": "^2.3.5",
  9685. "@smithy/util-middleware": "^2.0.4",
  9686. "@smithy/util-retry": "^2.0.4",
  9687. "tslib": "^2.5.0",
  9688. "uuid": "^8.3.2"
  9689. }
  9690. },
  9691. "@smithy/node-http-handler": {
  9692. "version": "2.1.7",
  9693. "requires": {
  9694. "@smithy/abort-controller": "^2.0.11",
  9695. "@smithy/protocol-http": "^3.0.7",
  9696. "@smithy/querystring-builder": "^2.0.11",
  9697. "@smithy/types": "^2.3.5",
  9698. "tslib": "^2.5.0"
  9699. }
  9700. },
  9701. "@smithy/smithy-client": {
  9702. "version": "2.1.10",
  9703. "requires": {
  9704. "@smithy/middleware-stack": "^2.0.5",
  9705. "@smithy/types": "^2.3.5",
  9706. "@smithy/util-stream": "^2.0.15",
  9707. "tslib": "^2.5.0"
  9708. }
  9709. },
  9710. "@smithy/types": {
  9711. "version": "2.3.5",
  9712. "requires": {
  9713. "tslib": "^2.5.0"
  9714. }
  9715. },
  9716. "@smithy/util-base64": {
  9717. "version": "2.0.0",
  9718. "requires": {
  9719. "@smithy/util-buffer-from": "^2.0.0",
  9720. "tslib": "^2.5.0"
  9721. }
  9722. },
  9723. "@smithy/util-body-length-node": {
  9724. "version": "2.1.0",
  9725. "requires": {
  9726. "tslib": "^2.5.0"
  9727. }
  9728. },
  9729. "@smithy/util-defaults-mode-node": {
  9730. "version": "2.0.18",
  9731. "requires": {
  9732. "@smithy/config-resolver": "^2.0.14",
  9733. "@smithy/credential-provider-imds": "^2.0.16",
  9734. "@smithy/node-config-provider": "^2.1.1",
  9735. "@smithy/property-provider": "^2.0.12",
  9736. "@smithy/smithy-client": "^2.1.10",
  9737. "@smithy/types": "^2.3.5",
  9738. "tslib": "^2.5.0"
  9739. }
  9740. },
  9741. "@smithy/util-waiter": {
  9742. "version": "2.0.11",
  9743. "requires": {
  9744. "@smithy/abort-controller": "^2.0.11",
  9745. "@smithy/types": "^2.3.5",
  9746. "tslib": "^2.5.0"
  9747. }
  9748. }
  9749. }
  9750. },
  9751. "@aws-sdk/client-sso": {
  9752. "version": "3.427.0",
  9753. "requires": {
  9754. "@aws-crypto/sha256-browser": "3.0.0",
  9755. "@aws-crypto/sha256-js": "3.0.0",
  9756. "@aws-sdk/middleware-host-header": "3.425.0",
  9757. "@aws-sdk/middleware-logger": "3.425.0",
  9758. "@aws-sdk/middleware-recursion-detection": "3.425.0",
  9759. "@aws-sdk/middleware-user-agent": "3.427.0",
  9760. "@aws-sdk/region-config-resolver": "3.425.0",
  9761. "@aws-sdk/types": "3.425.0",
  9762. "@aws-sdk/util-endpoints": "3.427.0",
  9763. "@aws-sdk/util-user-agent-browser": "3.425.0",
  9764. "@aws-sdk/util-user-agent-node": "3.425.0",
  9765. "@smithy/config-resolver": "^2.0.11",
  9766. "@smithy/fetch-http-handler": "^2.2.1",
  9767. "@smithy/hash-node": "^2.0.10",
  9768. "@smithy/invalid-dependency": "^2.0.10",
  9769. "@smithy/middleware-content-length": "^2.0.12",
  9770. "@smithy/middleware-endpoint": "^2.0.10",
  9771. "@smithy/middleware-retry": "^2.0.13",
  9772. "@smithy/middleware-serde": "^2.0.10",
  9773. "@smithy/middleware-stack": "^2.0.4",
  9774. "@smithy/node-config-provider": "^2.0.13",
  9775. "@smithy/node-http-handler": "^2.1.6",
  9776. "@smithy/protocol-http": "^3.0.6",
  9777. "@smithy/smithy-client": "^2.1.9",
  9778. "@smithy/types": "^2.3.4",
  9779. "@smithy/url-parser": "^2.0.10",
  9780. "@smithy/util-base64": "^2.0.0",
  9781. "@smithy/util-body-length-browser": "^2.0.0",
  9782. "@smithy/util-body-length-node": "^2.1.0",
  9783. "@smithy/util-defaults-mode-browser": "^2.0.13",
  9784. "@smithy/util-defaults-mode-node": "^2.0.15",
  9785. "@smithy/util-retry": "^2.0.3",
  9786. "@smithy/util-utf8": "^2.0.0",
  9787. "tslib": "^2.5.0"
  9788. },
  9789. "dependencies": {
  9790. "@aws-crypto/sha256-browser": {
  9791. "version": "3.0.0",
  9792. "requires": {
  9793. "@aws-crypto/ie11-detection": "^3.0.0",
  9794. "@aws-crypto/sha256-js": "^3.0.0",
  9795. "@aws-crypto/supports-web-crypto": "^3.0.0",
  9796. "@aws-crypto/util": "^3.0.0",
  9797. "@aws-sdk/types": "^3.222.0",
  9798. "@aws-sdk/util-locate-window": "^3.0.0",
  9799. "@aws-sdk/util-utf8-browser": "^3.0.0",
  9800. "tslib": "^1.11.1"
  9801. },
  9802. "dependencies": {
  9803. "tslib": {
  9804. "version": "1.14.1"
  9805. }
  9806. }
  9807. },
  9808. "@aws-crypto/sha256-js": {
  9809. "version": "3.0.0",
  9810. "requires": {
  9811. "@aws-crypto/util": "^3.0.0",
  9812. "@aws-sdk/types": "^3.222.0",
  9813. "tslib": "^1.11.1"
  9814. },
  9815. "dependencies": {
  9816. "tslib": {
  9817. "version": "1.14.1"
  9818. }
  9819. }
  9820. },
  9821. "@aws-sdk/middleware-host-header": {
  9822. "version": "3.425.0",
  9823. "requires": {
  9824. "@aws-sdk/types": "3.425.0",
  9825. "@smithy/protocol-http": "^3.0.6",
  9826. "@smithy/types": "^2.3.4",
  9827. "tslib": "^2.5.0"
  9828. }
  9829. },
  9830. "@aws-sdk/middleware-logger": {
  9831. "version": "3.425.0",
  9832. "requires": {
  9833. "@aws-sdk/types": "3.425.0",
  9834. "@smithy/types": "^2.3.4",
  9835. "tslib": "^2.5.0"
  9836. }
  9837. },
  9838. "@aws-sdk/middleware-recursion-detection": {
  9839. "version": "3.425.0",
  9840. "requires": {
  9841. "@aws-sdk/types": "3.425.0",
  9842. "@smithy/protocol-http": "^3.0.6",
  9843. "@smithy/types": "^2.3.4",
  9844. "tslib": "^2.5.0"
  9845. }
  9846. },
  9847. "@aws-sdk/middleware-user-agent": {
  9848. "version": "3.427.0",
  9849. "requires": {
  9850. "@aws-sdk/types": "3.425.0",
  9851. "@aws-sdk/util-endpoints": "3.427.0",
  9852. "@smithy/protocol-http": "^3.0.6",
  9853. "@smithy/types": "^2.3.4",
  9854. "tslib": "^2.5.0"
  9855. }
  9856. },
  9857. "@aws-sdk/region-config-resolver": {
  9858. "version": "3.425.0",
  9859. "requires": {
  9860. "@smithy/node-config-provider": "^2.0.13",
  9861. "@smithy/types": "^2.3.4",
  9862. "@smithy/util-config-provider": "^2.0.0",
  9863. "@smithy/util-middleware": "^2.0.3",
  9864. "tslib": "^2.5.0"
  9865. }
  9866. },
  9867. "@aws-sdk/types": {
  9868. "version": "3.425.0",
  9869. "requires": {
  9870. "@smithy/types": "^2.3.4",
  9871. "tslib": "^2.5.0"
  9872. }
  9873. },
  9874. "@aws-sdk/util-endpoints": {
  9875. "version": "3.427.0",
  9876. "requires": {
  9877. "@aws-sdk/types": "3.425.0",
  9878. "@smithy/node-config-provider": "^2.0.13",
  9879. "tslib": "^2.5.0"
  9880. }
  9881. },
  9882. "@aws-sdk/util-user-agent-browser": {
  9883. "version": "3.425.0",
  9884. "requires": {
  9885. "@aws-sdk/types": "3.425.0",
  9886. "@smithy/types": "^2.3.4",
  9887. "bowser": "^2.11.0",
  9888. "tslib": "^2.5.0"
  9889. }
  9890. },
  9891. "@smithy/config-resolver": {
  9892. "version": "2.0.14",
  9893. "requires": {
  9894. "@smithy/node-config-provider": "^2.1.1",
  9895. "@smithy/types": "^2.3.5",
  9896. "@smithy/util-config-provider": "^2.0.0",
  9897. "@smithy/util-middleware": "^2.0.4",
  9898. "tslib": "^2.5.0"
  9899. }
  9900. },
  9901. "@smithy/hash-node": {
  9902. "version": "2.0.11",
  9903. "requires": {
  9904. "@smithy/types": "^2.3.5",
  9905. "@smithy/util-buffer-from": "^2.0.0",
  9906. "@smithy/util-utf8": "^2.0.0",
  9907. "tslib": "^2.5.0"
  9908. }
  9909. },
  9910. "@smithy/invalid-dependency": {
  9911. "version": "2.0.11",
  9912. "requires": {
  9913. "@smithy/types": "^2.3.5",
  9914. "tslib": "^2.5.0"
  9915. }
  9916. },
  9917. "@smithy/middleware-endpoint": {
  9918. "version": "2.0.11",
  9919. "requires": {
  9920. "@smithy/middleware-serde": "^2.0.11",
  9921. "@smithy/types": "^2.3.5",
  9922. "@smithy/url-parser": "^2.0.11",
  9923. "@smithy/util-middleware": "^2.0.4",
  9924. "tslib": "^2.5.0"
  9925. }
  9926. },
  9927. "@smithy/middleware-retry": {
  9928. "version": "2.0.16",
  9929. "requires": {
  9930. "@smithy/node-config-provider": "^2.1.1",
  9931. "@smithy/protocol-http": "^3.0.7",
  9932. "@smithy/service-error-classification": "^2.0.4",
  9933. "@smithy/types": "^2.3.5",
  9934. "@smithy/util-middleware": "^2.0.4",
  9935. "@smithy/util-retry": "^2.0.4",
  9936. "tslib": "^2.5.0",
  9937. "uuid": "^8.3.2"
  9938. }
  9939. },
  9940. "@smithy/node-http-handler": {
  9941. "version": "2.1.7",
  9942. "requires": {
  9943. "@smithy/abort-controller": "^2.0.11",
  9944. "@smithy/protocol-http": "^3.0.7",
  9945. "@smithy/querystring-builder": "^2.0.11",
  9946. "@smithy/types": "^2.3.5",
  9947. "tslib": "^2.5.0"
  9948. }
  9949. },
  9950. "@smithy/smithy-client": {
  9951. "version": "2.1.10",
  9952. "requires": {
  9953. "@smithy/middleware-stack": "^2.0.5",
  9954. "@smithy/types": "^2.3.5",
  9955. "@smithy/util-stream": "^2.0.15",
  9956. "tslib": "^2.5.0"
  9957. }
  9958. },
  9959. "@smithy/types": {
  9960. "version": "2.3.5",
  9961. "requires": {
  9962. "tslib": "^2.5.0"
  9963. }
  9964. },
  9965. "@smithy/util-base64": {
  9966. "version": "2.0.0",
  9967. "requires": {
  9968. "@smithy/util-buffer-from": "^2.0.0",
  9969. "tslib": "^2.5.0"
  9970. }
  9971. },
  9972. "@smithy/util-body-length-node": {
  9973. "version": "2.1.0",
  9974. "requires": {
  9975. "tslib": "^2.5.0"
  9976. }
  9977. },
  9978. "@smithy/util-defaults-mode-node": {
  9979. "version": "2.0.18",
  9980. "requires": {
  9981. "@smithy/config-resolver": "^2.0.14",
  9982. "@smithy/credential-provider-imds": "^2.0.16",
  9983. "@smithy/node-config-provider": "^2.1.1",
  9984. "@smithy/property-provider": "^2.0.12",
  9985. "@smithy/smithy-client": "^2.1.10",
  9986. "@smithy/types": "^2.3.5",
  9987. "tslib": "^2.5.0"
  9988. }
  9989. }
  9990. }
  9991. },
  9992. "@aws-sdk/credential-provider-env": {
  9993. "version": "3.425.0",
  9994. "requires": {
  9995. "@aws-sdk/types": "3.425.0",
  9996. "@smithy/property-provider": "^2.0.0",
  9997. "@smithy/types": "^2.3.4",
  9998. "tslib": "^2.5.0"
  9999. },
  10000. "dependencies": {
  10001. "@aws-sdk/types": {
  10002. "version": "3.425.0",
  10003. "requires": {
  10004. "@smithy/types": "^2.3.4",
  10005. "tslib": "^2.5.0"
  10006. }
  10007. },
  10008. "@smithy/types": {
  10009. "version": "2.3.5",
  10010. "requires": {
  10011. "tslib": "^2.5.0"
  10012. }
  10013. }
  10014. }
  10015. },
  10016. "@aws-sdk/credential-provider-ini": {
  10017. "version": "3.427.0",
  10018. "requires": {
  10019. "@aws-sdk/credential-provider-env": "3.425.0",
  10020. "@aws-sdk/credential-provider-process": "3.425.0",
  10021. "@aws-sdk/credential-provider-sso": "3.427.0",
  10022. "@aws-sdk/credential-provider-web-identity": "3.425.0",
  10023. "@aws-sdk/types": "3.425.0",
  10024. "@smithy/credential-provider-imds": "^2.0.0",
  10025. "@smithy/property-provider": "^2.0.0",
  10026. "@smithy/shared-ini-file-loader": "^2.0.6",
  10027. "@smithy/types": "^2.3.4",
  10028. "tslib": "^2.5.0"
  10029. },
  10030. "dependencies": {
  10031. "@aws-sdk/credential-provider-process": {
  10032. "version": "3.425.0",
  10033. "requires": {
  10034. "@aws-sdk/types": "3.425.0",
  10035. "@smithy/property-provider": "^2.0.0",
  10036. "@smithy/shared-ini-file-loader": "^2.0.6",
  10037. "@smithy/types": "^2.3.4",
  10038. "tslib": "^2.5.0"
  10039. }
  10040. },
  10041. "@aws-sdk/credential-provider-web-identity": {
  10042. "version": "3.425.0",
  10043. "requires": {
  10044. "@aws-sdk/types": "3.425.0",
  10045. "@smithy/property-provider": "^2.0.0",
  10046. "@smithy/types": "^2.3.4",
  10047. "tslib": "^2.5.0"
  10048. }
  10049. },
  10050. "@aws-sdk/types": {
  10051. "version": "3.425.0",
  10052. "requires": {
  10053. "@smithy/types": "^2.3.4",
  10054. "tslib": "^2.5.0"
  10055. }
  10056. },
  10057. "@smithy/types": {
  10058. "version": "2.3.5",
  10059. "requires": {
  10060. "tslib": "^2.5.0"
  10061. }
  10062. }
  10063. }
  10064. },
  10065. "@aws-sdk/credential-provider-sso": {
  10066. "version": "3.427.0",
  10067. "requires": {
  10068. "@aws-sdk/client-sso": "3.427.0",
  10069. "@aws-sdk/token-providers": "3.427.0",
  10070. "@aws-sdk/types": "3.425.0",
  10071. "@smithy/property-provider": "^2.0.0",
  10072. "@smithy/shared-ini-file-loader": "^2.0.6",
  10073. "@smithy/types": "^2.3.4",
  10074. "tslib": "^2.5.0"
  10075. },
  10076. "dependencies": {
  10077. "@aws-sdk/types": {
  10078. "version": "3.425.0",
  10079. "requires": {
  10080. "@smithy/types": "^2.3.4",
  10081. "tslib": "^2.5.0"
  10082. }
  10083. },
  10084. "@smithy/types": {
  10085. "version": "2.3.5",
  10086. "requires": {
  10087. "tslib": "^2.5.0"
  10088. }
  10089. }
  10090. }
  10091. },
  10092. "@aws-sdk/middleware-sdk-sts": {
  10093. "version": "3.425.0",
  10094. "requires": {
  10095. "@aws-sdk/middleware-signing": "3.425.0",
  10096. "@aws-sdk/types": "3.425.0",
  10097. "@smithy/types": "^2.3.4",
  10098. "tslib": "^2.5.0"
  10099. },
  10100. "dependencies": {
  10101. "@aws-sdk/middleware-signing": {
  10102. "version": "3.425.0",
  10103. "requires": {
  10104. "@aws-sdk/types": "3.425.0",
  10105. "@smithy/property-provider": "^2.0.0",
  10106. "@smithy/protocol-http": "^3.0.6",
  10107. "@smithy/signature-v4": "^2.0.0",
  10108. "@smithy/types": "^2.3.4",
  10109. "@smithy/util-middleware": "^2.0.3",
  10110. "tslib": "^2.5.0"
  10111. }
  10112. },
  10113. "@aws-sdk/types": {
  10114. "version": "3.425.0",
  10115. "requires": {
  10116. "@smithy/types": "^2.3.4",
  10117. "tslib": "^2.5.0"
  10118. }
  10119. },
  10120. "@smithy/types": {
  10121. "version": "2.3.5",
  10122. "requires": {
  10123. "tslib": "^2.5.0"
  10124. }
  10125. }
  10126. }
  10127. },
  10128. "@aws-sdk/s3-request-presigner": {
  10129. "version": "3.427.0",
  10130. "requires": {
  10131. "@aws-sdk/signature-v4-multi-region": "3.425.0",
  10132. "@aws-sdk/types": "3.425.0",
  10133. "@aws-sdk/util-format-url": "3.425.0",
  10134. "@smithy/middleware-endpoint": "^2.0.10",
  10135. "@smithy/protocol-http": "^3.0.6",
  10136. "@smithy/smithy-client": "^2.1.9",
  10137. "@smithy/types": "^2.3.4",
  10138. "tslib": "^2.5.0"
  10139. },
  10140. "dependencies": {
  10141. "@aws-sdk/signature-v4-multi-region": {
  10142. "version": "3.425.0",
  10143. "requires": {
  10144. "@aws-sdk/types": "3.425.0",
  10145. "@smithy/protocol-http": "^3.0.6",
  10146. "@smithy/signature-v4": "^2.0.0",
  10147. "@smithy/types": "^2.3.4",
  10148. "tslib": "^2.5.0"
  10149. }
  10150. },
  10151. "@aws-sdk/types": {
  10152. "version": "3.425.0",
  10153. "requires": {
  10154. "@smithy/types": "^2.3.4",
  10155. "tslib": "^2.5.0"
  10156. }
  10157. },
  10158. "@smithy/middleware-endpoint": {
  10159. "version": "2.0.11",
  10160. "requires": {
  10161. "@smithy/middleware-serde": "^2.0.11",
  10162. "@smithy/types": "^2.3.5",
  10163. "@smithy/url-parser": "^2.0.11",
  10164. "@smithy/util-middleware": "^2.0.4",
  10165. "tslib": "^2.5.0"
  10166. }
  10167. },
  10168. "@smithy/smithy-client": {
  10169. "version": "2.1.10",
  10170. "requires": {
  10171. "@smithy/middleware-stack": "^2.0.5",
  10172. "@smithy/types": "^2.3.5",
  10173. "@smithy/util-stream": "^2.0.15",
  10174. "tslib": "^2.5.0"
  10175. }
  10176. },
  10177. "@smithy/types": {
  10178. "version": "2.3.5",
  10179. "requires": {
  10180. "tslib": "^2.5.0"
  10181. }
  10182. }
  10183. }
  10184. },
  10185. "@aws-sdk/signature-v4-crt": {
  10186. "version": "3.425.0",
  10187. "requires": {
  10188. "@aws-sdk/signature-v4-multi-region": "3.425.0",
  10189. "@smithy/querystring-parser": "^2.0.0",
  10190. "@smithy/signature-v4": "^2.0.0",
  10191. "@smithy/types": "^2.3.4",
  10192. "@smithy/util-middleware": "^2.0.3",
  10193. "aws-crt": "^1.15.9",
  10194. "tslib": "^2.5.0"
  10195. },
  10196. "dependencies": {
  10197. "@aws-sdk/signature-v4-multi-region": {
  10198. "version": "3.425.0",
  10199. "requires": {
  10200. "@aws-sdk/types": "3.425.0",
  10201. "@smithy/protocol-http": "^3.0.6",
  10202. "@smithy/signature-v4": "^2.0.0",
  10203. "@smithy/types": "^2.3.4",
  10204. "tslib": "^2.5.0"
  10205. }
  10206. },
  10207. "@aws-sdk/types": {
  10208. "version": "3.425.0",
  10209. "requires": {
  10210. "@smithy/types": "^2.3.4",
  10211. "tslib": "^2.5.0"
  10212. }
  10213. },
  10214. "@smithy/types": {
  10215. "version": "2.3.5",
  10216. "requires": {
  10217. "tslib": "^2.5.0"
  10218. }
  10219. }
  10220. }
  10221. },
  10222. "@aws-sdk/token-providers": {
  10223. "version": "3.427.0",
  10224. "requires": {
  10225. "@aws-crypto/sha256-browser": "3.0.0",
  10226. "@aws-crypto/sha256-js": "3.0.0",
  10227. "@aws-sdk/middleware-host-header": "3.425.0",
  10228. "@aws-sdk/middleware-logger": "3.425.0",
  10229. "@aws-sdk/middleware-recursion-detection": "3.425.0",
  10230. "@aws-sdk/middleware-user-agent": "3.427.0",
  10231. "@aws-sdk/types": "3.425.0",
  10232. "@aws-sdk/util-endpoints": "3.427.0",
  10233. "@aws-sdk/util-user-agent-browser": "3.425.0",
  10234. "@aws-sdk/util-user-agent-node": "3.425.0",
  10235. "@smithy/config-resolver": "^2.0.11",
  10236. "@smithy/fetch-http-handler": "^2.2.1",
  10237. "@smithy/hash-node": "^2.0.10",
  10238. "@smithy/invalid-dependency": "^2.0.10",
  10239. "@smithy/middleware-content-length": "^2.0.12",
  10240. "@smithy/middleware-endpoint": "^2.0.10",
  10241. "@smithy/middleware-retry": "^2.0.13",
  10242. "@smithy/middleware-serde": "^2.0.10",
  10243. "@smithy/middleware-stack": "^2.0.4",
  10244. "@smithy/node-config-provider": "^2.0.13",
  10245. "@smithy/node-http-handler": "^2.1.6",
  10246. "@smithy/property-provider": "^2.0.0",
  10247. "@smithy/protocol-http": "^3.0.6",
  10248. "@smithy/shared-ini-file-loader": "^2.0.6",
  10249. "@smithy/smithy-client": "^2.1.9",
  10250. "@smithy/types": "^2.3.4",
  10251. "@smithy/url-parser": "^2.0.10",
  10252. "@smithy/util-base64": "^2.0.0",
  10253. "@smithy/util-body-length-browser": "^2.0.0",
  10254. "@smithy/util-body-length-node": "^2.1.0",
  10255. "@smithy/util-defaults-mode-browser": "^2.0.13",
  10256. "@smithy/util-defaults-mode-node": "^2.0.15",
  10257. "@smithy/util-retry": "^2.0.3",
  10258. "@smithy/util-utf8": "^2.0.0",
  10259. "tslib": "^2.5.0"
  10260. },
  10261. "dependencies": {
  10262. "@aws-crypto/sha256-browser": {
  10263. "version": "3.0.0",
  10264. "requires": {
  10265. "@aws-crypto/ie11-detection": "^3.0.0",
  10266. "@aws-crypto/sha256-js": "^3.0.0",
  10267. "@aws-crypto/supports-web-crypto": "^3.0.0",
  10268. "@aws-crypto/util": "^3.0.0",
  10269. "@aws-sdk/types": "^3.222.0",
  10270. "@aws-sdk/util-locate-window": "^3.0.0",
  10271. "@aws-sdk/util-utf8-browser": "^3.0.0",
  10272. "tslib": "^1.11.1"
  10273. },
  10274. "dependencies": {
  10275. "tslib": {
  10276. "version": "1.14.1"
  10277. }
  10278. }
  10279. },
  10280. "@aws-crypto/sha256-js": {
  10281. "version": "3.0.0",
  10282. "requires": {
  10283. "@aws-crypto/util": "^3.0.0",
  10284. "@aws-sdk/types": "^3.222.0",
  10285. "tslib": "^1.11.1"
  10286. },
  10287. "dependencies": {
  10288. "tslib": {
  10289. "version": "1.14.1"
  10290. }
  10291. }
  10292. },
  10293. "@aws-sdk/middleware-host-header": {
  10294. "version": "3.425.0",
  10295. "requires": {
  10296. "@aws-sdk/types": "3.425.0",
  10297. "@smithy/protocol-http": "^3.0.6",
  10298. "@smithy/types": "^2.3.4",
  10299. "tslib": "^2.5.0"
  10300. }
  10301. },
  10302. "@aws-sdk/middleware-logger": {
  10303. "version": "3.425.0",
  10304. "requires": {
  10305. "@aws-sdk/types": "3.425.0",
  10306. "@smithy/types": "^2.3.4",
  10307. "tslib": "^2.5.0"
  10308. }
  10309. },
  10310. "@aws-sdk/middleware-recursion-detection": {
  10311. "version": "3.425.0",
  10312. "requires": {
  10313. "@aws-sdk/types": "3.425.0",
  10314. "@smithy/protocol-http": "^3.0.6",
  10315. "@smithy/types": "^2.3.4",
  10316. "tslib": "^2.5.0"
  10317. }
  10318. },
  10319. "@aws-sdk/middleware-user-agent": {
  10320. "version": "3.427.0",
  10321. "requires": {
  10322. "@aws-sdk/types": "3.425.0",
  10323. "@aws-sdk/util-endpoints": "3.427.0",
  10324. "@smithy/protocol-http": "^3.0.6",
  10325. "@smithy/types": "^2.3.4",
  10326. "tslib": "^2.5.0"
  10327. }
  10328. },
  10329. "@aws-sdk/types": {
  10330. "version": "3.425.0",
  10331. "requires": {
  10332. "@smithy/types": "^2.3.4",
  10333. "tslib": "^2.5.0"
  10334. }
  10335. },
  10336. "@aws-sdk/util-endpoints": {
  10337. "version": "3.427.0",
  10338. "requires": {
  10339. "@aws-sdk/types": "3.425.0",
  10340. "@smithy/node-config-provider": "^2.0.13",
  10341. "tslib": "^2.5.0"
  10342. }
  10343. },
  10344. "@aws-sdk/util-user-agent-browser": {
  10345. "version": "3.425.0",
  10346. "requires": {
  10347. "@aws-sdk/types": "3.425.0",
  10348. "@smithy/types": "^2.3.4",
  10349. "bowser": "^2.11.0",
  10350. "tslib": "^2.5.0"
  10351. }
  10352. },
  10353. "@smithy/config-resolver": {
  10354. "version": "2.0.14",
  10355. "requires": {
  10356. "@smithy/node-config-provider": "^2.1.1",
  10357. "@smithy/types": "^2.3.5",
  10358. "@smithy/util-config-provider": "^2.0.0",
  10359. "@smithy/util-middleware": "^2.0.4",
  10360. "tslib": "^2.5.0"
  10361. }
  10362. },
  10363. "@smithy/hash-node": {
  10364. "version": "2.0.11",
  10365. "requires": {
  10366. "@smithy/types": "^2.3.5",
  10367. "@smithy/util-buffer-from": "^2.0.0",
  10368. "@smithy/util-utf8": "^2.0.0",
  10369. "tslib": "^2.5.0"
  10370. }
  10371. },
  10372. "@smithy/invalid-dependency": {
  10373. "version": "2.0.11",
  10374. "requires": {
  10375. "@smithy/types": "^2.3.5",
  10376. "tslib": "^2.5.0"
  10377. }
  10378. },
  10379. "@smithy/middleware-endpoint": {
  10380. "version": "2.0.11",
  10381. "requires": {
  10382. "@smithy/middleware-serde": "^2.0.11",
  10383. "@smithy/types": "^2.3.5",
  10384. "@smithy/url-parser": "^2.0.11",
  10385. "@smithy/util-middleware": "^2.0.4",
  10386. "tslib": "^2.5.0"
  10387. }
  10388. },
  10389. "@smithy/middleware-retry": {
  10390. "version": "2.0.16",
  10391. "requires": {
  10392. "@smithy/node-config-provider": "^2.1.1",
  10393. "@smithy/protocol-http": "^3.0.7",
  10394. "@smithy/service-error-classification": "^2.0.4",
  10395. "@smithy/types": "^2.3.5",
  10396. "@smithy/util-middleware": "^2.0.4",
  10397. "@smithy/util-retry": "^2.0.4",
  10398. "tslib": "^2.5.0",
  10399. "uuid": "^8.3.2"
  10400. }
  10401. },
  10402. "@smithy/node-http-handler": {
  10403. "version": "2.1.7",
  10404. "requires": {
  10405. "@smithy/abort-controller": "^2.0.11",
  10406. "@smithy/protocol-http": "^3.0.7",
  10407. "@smithy/querystring-builder": "^2.0.11",
  10408. "@smithy/types": "^2.3.5",
  10409. "tslib": "^2.5.0"
  10410. }
  10411. },
  10412. "@smithy/smithy-client": {
  10413. "version": "2.1.10",
  10414. "requires": {
  10415. "@smithy/middleware-stack": "^2.0.5",
  10416. "@smithy/types": "^2.3.5",
  10417. "@smithy/util-stream": "^2.0.15",
  10418. "tslib": "^2.5.0"
  10419. }
  10420. },
  10421. "@smithy/types": {
  10422. "version": "2.3.5",
  10423. "requires": {
  10424. "tslib": "^2.5.0"
  10425. }
  10426. },
  10427. "@smithy/util-base64": {
  10428. "version": "2.0.0",
  10429. "requires": {
  10430. "@smithy/util-buffer-from": "^2.0.0",
  10431. "tslib": "^2.5.0"
  10432. }
  10433. },
  10434. "@smithy/util-body-length-node": {
  10435. "version": "2.1.0",
  10436. "requires": {
  10437. "tslib": "^2.5.0"
  10438. }
  10439. },
  10440. "@smithy/util-defaults-mode-node": {
  10441. "version": "2.0.18",
  10442. "requires": {
  10443. "@smithy/config-resolver": "^2.0.14",
  10444. "@smithy/credential-provider-imds": "^2.0.16",
  10445. "@smithy/node-config-provider": "^2.1.1",
  10446. "@smithy/property-provider": "^2.0.12",
  10447. "@smithy/smithy-client": "^2.1.10",
  10448. "@smithy/types": "^2.3.5",
  10449. "tslib": "^2.5.0"
  10450. }
  10451. }
  10452. }
  10453. },
  10454. "@aws-sdk/util-arn-parser": {
  10455. "version": "3.310.0",
  10456. "requires": {
  10457. "tslib": "^2.5.0"
  10458. }
  10459. },
  10460. "@aws-sdk/util-format-url": {
  10461. "version": "3.425.0",
  10462. "requires": {
  10463. "@aws-sdk/types": "3.425.0",
  10464. "@smithy/querystring-builder": "^2.0.10",
  10465. "@smithy/types": "^2.3.4",
  10466. "tslib": "^2.5.0"
  10467. },
  10468. "dependencies": {
  10469. "@aws-sdk/types": {
  10470. "version": "3.425.0",
  10471. "requires": {
  10472. "@smithy/types": "^2.3.4",
  10473. "tslib": "^2.5.0"
  10474. }
  10475. },
  10476. "@smithy/types": {
  10477. "version": "2.3.5",
  10478. "requires": {
  10479. "tslib": "^2.5.0"
  10480. }
  10481. }
  10482. }
  10483. },
  10484. "@aws-sdk/util-locate-window": {
  10485. "version": "3.310.0",
  10486. "requires": {
  10487. "tslib": "^2.5.0"
  10488. }
  10489. },
  10490. "@aws-sdk/util-user-agent-node": {
  10491. "version": "3.425.0",
  10492. "requires": {
  10493. "@aws-sdk/types": "3.425.0",
  10494. "@smithy/node-config-provider": "^2.0.13",
  10495. "@smithy/types": "^2.3.4",
  10496. "tslib": "^2.5.0"
  10497. },
  10498. "dependencies": {
  10499. "@aws-sdk/types": {
  10500. "version": "3.425.0",
  10501. "requires": {
  10502. "@smithy/types": "^2.3.4",
  10503. "tslib": "^2.5.0"
  10504. }
  10505. },
  10506. "@smithy/types": {
  10507. "version": "2.3.5",
  10508. "requires": {
  10509. "tslib": "^2.5.0"
  10510. }
  10511. }
  10512. }
  10513. },
  10514. "@aws-sdk/util-utf8-browser": {
  10515. "version": "3.259.0",
  10516. "requires": {
  10517. "tslib": "^2.3.1"
  10518. }
  10519. },
  10520. "@babel/code-frame": {
  10521. "version": "7.22.13",
  10522. "requires": {
  10523. "@babel/highlight": "^7.22.13",
  10524. "chalk": "^2.4.2"
  10525. }
  10526. },
  10527. "@babel/compat-data": {
  10528. "version": "7.22.20"
  10529. },
  10530. "@babel/core": {
  10531. "version": "7.23.0",
  10532. "requires": {
  10533. "@ampproject/remapping": "^2.2.0",
  10534. "@babel/code-frame": "^7.22.13",
  10535. "@babel/generator": "^7.23.0",
  10536. "@babel/helper-compilation-targets": "^7.22.15",
  10537. "@babel/helper-module-transforms": "^7.23.0",
  10538. "@babel/helpers": "^7.23.0",
  10539. "@babel/parser": "^7.23.0",
  10540. "@babel/template": "^7.22.15",
  10541. "@babel/traverse": "^7.23.0",
  10542. "@babel/types": "^7.23.0",
  10543. "convert-source-map": "^2.0.0",
  10544. "debug": "^4.1.0",
  10545. "gensync": "^1.0.0-beta.2",
  10546. "json5": "^2.2.3",
  10547. "semver": "^6.3.1"
  10548. },
  10549. "dependencies": {
  10550. "semver": {
  10551. "version": "6.3.1"
  10552. }
  10553. }
  10554. },
  10555. "@babel/generator": {
  10556. "version": "7.23.0",
  10557. "requires": {
  10558. "@babel/types": "^7.23.0",
  10559. "@jridgewell/gen-mapping": "^0.3.2",
  10560. "@jridgewell/trace-mapping": "^0.3.17",
  10561. "jsesc": "^2.5.1"
  10562. }
  10563. },
  10564. "@babel/helper-annotate-as-pure": {
  10565. "version": "7.22.5",
  10566. "requires": {
  10567. "@babel/types": "^7.22.5"
  10568. }
  10569. },
  10570. "@babel/helper-compilation-targets": {
  10571. "version": "7.22.15",
  10572. "requires": {
  10573. "@babel/compat-data": "^7.22.9",
  10574. "@babel/helper-validator-option": "^7.22.15",
  10575. "browserslist": "^4.21.9",
  10576. "lru-cache": "^5.1.1",
  10577. "semver": "^6.3.1"
  10578. },
  10579. "dependencies": {
  10580. "lru-cache": {
  10581. "version": "5.1.1",
  10582. "requires": {
  10583. "yallist": "^3.0.2"
  10584. }
  10585. },
  10586. "semver": {
  10587. "version": "6.3.1"
  10588. }
  10589. }
  10590. },
  10591. "@babel/helper-create-class-features-plugin": {
  10592. "version": "7.22.15",
  10593. "requires": {
  10594. "@babel/helper-annotate-as-pure": "^7.22.5",
  10595. "@babel/helper-environment-visitor": "^7.22.5",
  10596. "@babel/helper-function-name": "^7.22.5",
  10597. "@babel/helper-member-expression-to-functions": "^7.22.15",
  10598. "@babel/helper-optimise-call-expression": "^7.22.5",
  10599. "@babel/helper-replace-supers": "^7.22.9",
  10600. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  10601. "@babel/helper-split-export-declaration": "^7.22.6",
  10602. "semver": "^6.3.1"
  10603. },
  10604. "dependencies": {
  10605. "semver": {
  10606. "version": "6.3.1"
  10607. }
  10608. }
  10609. },
  10610. "@babel/helper-environment-visitor": {
  10611. "version": "7.22.20"
  10612. },
  10613. "@babel/helper-function-name": {
  10614. "version": "7.23.0",
  10615. "requires": {
  10616. "@babel/template": "^7.22.15",
  10617. "@babel/types": "^7.23.0"
  10618. }
  10619. },
  10620. "@babel/helper-hoist-variables": {
  10621. "version": "7.22.5",
  10622. "requires": {
  10623. "@babel/types": "^7.22.5"
  10624. }
  10625. },
  10626. "@babel/helper-member-expression-to-functions": {
  10627. "version": "7.23.0",
  10628. "requires": {
  10629. "@babel/types": "^7.23.0"
  10630. }
  10631. },
  10632. "@babel/helper-module-imports": {
  10633. "version": "7.22.15",
  10634. "requires": {
  10635. "@babel/types": "^7.22.15"
  10636. }
  10637. },
  10638. "@babel/helper-module-transforms": {
  10639. "version": "7.23.0",
  10640. "requires": {
  10641. "@babel/helper-environment-visitor": "^7.22.20",
  10642. "@babel/helper-module-imports": "^7.22.15",
  10643. "@babel/helper-simple-access": "^7.22.5",
  10644. "@babel/helper-split-export-declaration": "^7.22.6",
  10645. "@babel/helper-validator-identifier": "^7.22.20"
  10646. }
  10647. },
  10648. "@babel/helper-optimise-call-expression": {
  10649. "version": "7.22.5",
  10650. "requires": {
  10651. "@babel/types": "^7.22.5"
  10652. }
  10653. },
  10654. "@babel/helper-plugin-utils": {
  10655. "version": "7.22.5"
  10656. },
  10657. "@babel/helper-replace-supers": {
  10658. "version": "7.22.20",
  10659. "requires": {
  10660. "@babel/helper-environment-visitor": "^7.22.20",
  10661. "@babel/helper-member-expression-to-functions": "^7.22.15",
  10662. "@babel/helper-optimise-call-expression": "^7.22.5"
  10663. }
  10664. },
  10665. "@babel/helper-simple-access": {
  10666. "version": "7.22.5",
  10667. "requires": {
  10668. "@babel/types": "^7.22.5"
  10669. }
  10670. },
  10671. "@babel/helper-skip-transparent-expression-wrappers": {
  10672. "version": "7.22.5",
  10673. "requires": {
  10674. "@babel/types": "^7.22.5"
  10675. }
  10676. },
  10677. "@babel/helper-split-export-declaration": {
  10678. "version": "7.22.6",
  10679. "requires": {
  10680. "@babel/types": "^7.22.5"
  10681. }
  10682. },
  10683. "@babel/helper-string-parser": {
  10684. "version": "7.22.5"
  10685. },
  10686. "@babel/helper-validator-identifier": {
  10687. "version": "7.22.20"
  10688. },
  10689. "@babel/helper-validator-option": {
  10690. "version": "7.22.15"
  10691. },
  10692. "@babel/helpers": {
  10693. "version": "7.23.1",
  10694. "requires": {
  10695. "@babel/template": "^7.22.15",
  10696. "@babel/traverse": "^7.23.0",
  10697. "@babel/types": "^7.23.0"
  10698. }
  10699. },
  10700. "@babel/highlight": {
  10701. "version": "7.22.20",
  10702. "requires": {
  10703. "@babel/helper-validator-identifier": "^7.22.20",
  10704. "chalk": "^2.4.2",
  10705. "js-tokens": "^4.0.0"
  10706. }
  10707. },
  10708. "@babel/parser": {
  10709. "version": "7.23.0"
  10710. },
  10711. "@babel/plugin-syntax-jsx": {
  10712. "version": "7.22.5",
  10713. "requires": {
  10714. "@babel/helper-plugin-utils": "^7.22.5"
  10715. }
  10716. },
  10717. "@babel/plugin-syntax-typescript": {
  10718. "version": "7.22.5",
  10719. "requires": {
  10720. "@babel/helper-plugin-utils": "^7.22.5"
  10721. }
  10722. },
  10723. "@babel/plugin-transform-typescript": {
  10724. "version": "7.22.15",
  10725. "requires": {
  10726. "@babel/helper-annotate-as-pure": "^7.22.5",
  10727. "@babel/helper-create-class-features-plugin": "^7.22.15",
  10728. "@babel/helper-plugin-utils": "^7.22.5",
  10729. "@babel/plugin-syntax-typescript": "^7.22.5"
  10730. }
  10731. },
  10732. "@babel/runtime": {
  10733. "version": "7.23.1",
  10734. "requires": {
  10735. "regenerator-runtime": "^0.14.0"
  10736. }
  10737. },
  10738. "@babel/template": {
  10739. "version": "7.22.15",
  10740. "requires": {
  10741. "@babel/code-frame": "^7.22.13",
  10742. "@babel/parser": "^7.22.15",
  10743. "@babel/types": "^7.22.15"
  10744. }
  10745. },
  10746. "@babel/traverse": {
  10747. "version": "7.23.0",
  10748. "requires": {
  10749. "@babel/code-frame": "^7.22.13",
  10750. "@babel/generator": "^7.23.0",
  10751. "@babel/helper-environment-visitor": "^7.22.20",
  10752. "@babel/helper-function-name": "^7.23.0",
  10753. "@babel/helper-hoist-variables": "^7.22.5",
  10754. "@babel/helper-split-export-declaration": "^7.22.6",
  10755. "@babel/parser": "^7.23.0",
  10756. "@babel/types": "^7.23.0",
  10757. "debug": "^4.1.0",
  10758. "globals": "^11.1.0"
  10759. }
  10760. },
  10761. "@babel/types": {
  10762. "version": "7.23.0",
  10763. "requires": {
  10764. "@babel/helper-string-parser": "^7.22.5",
  10765. "@babel/helper-validator-identifier": "^7.22.20",
  10766. "to-fast-properties": "^2.0.0"
  10767. }
  10768. },
  10769. "@ctrl/tinycolor": {
  10770. "version": "3.6.1"
  10771. },
  10772. "@element-plus/icons-vue": {
  10773. "version": "2.1.0",
  10774. "requires": {}
  10775. },
  10776. "@eslint-community/eslint-utils": {
  10777. "version": "4.4.0",
  10778. "dev": true,
  10779. "requires": {
  10780. "eslint-visitor-keys": "^3.3.0"
  10781. }
  10782. },
  10783. "@eslint-community/regexpp": {
  10784. "version": "4.9.1",
  10785. "dev": true
  10786. },
  10787. "@eslint/eslintrc": {
  10788. "version": "2.1.2",
  10789. "dev": true,
  10790. "requires": {
  10791. "ajv": "^6.12.4",
  10792. "debug": "^4.3.2",
  10793. "espree": "^9.6.0",
  10794. "globals": "^13.19.0",
  10795. "ignore": "^5.2.0",
  10796. "import-fresh": "^3.2.1",
  10797. "js-yaml": "^4.1.0",
  10798. "minimatch": "^3.1.2",
  10799. "strip-json-comments": "^3.1.1"
  10800. },
  10801. "dependencies": {
  10802. "globals": {
  10803. "version": "13.23.0",
  10804. "dev": true,
  10805. "requires": {
  10806. "type-fest": "^0.20.2"
  10807. }
  10808. }
  10809. }
  10810. },
  10811. "@eslint/js": {
  10812. "version": "8.51.0",
  10813. "dev": true
  10814. },
  10815. "@fast-crud/fast-crud": {
  10816. "version": "1.17.5",
  10817. "requires": {
  10818. "file-saver": "^2.0.5",
  10819. "lru-cache": "^10.0.0",
  10820. "vuedraggable-es": "^4.1.1",
  10821. "xlsx": "^0.18.5"
  10822. }
  10823. },
  10824. "@fast-crud/fast-extends": {
  10825. "version": "1.17.5",
  10826. "requires": {
  10827. "@aws-sdk/client-s3": "^3.383.0",
  10828. "@aws-sdk/s3-request-presigner": "^3.383.0",
  10829. "@aws-sdk/signature-v4-crt": "^3.378.0",
  10830. "@soerenmartius/vue3-clipboard": "^0.1.2",
  10831. "@wangeditor/editor": "^5.1.23",
  10832. "@wangeditor/editor-for-vue": "^5.1.12",
  10833. "ali-oss": "^6.18.0",
  10834. "cos-js-sdk-v5": "^1.4.19",
  10835. "cropperjs": "^1.5.13",
  10836. "dayjs": "^1.11.9",
  10837. "glob": "^10.3.3",
  10838. "humanize-duration": "^3.29.0",
  10839. "jsoneditor": "^9.10.2",
  10840. "lodash-es": "^4.17.21",
  10841. "object-assign": "^4.1.1",
  10842. "qiniu-js": "3.4.1",
  10843. "quill": "^1.3.7",
  10844. "vue-cropperjs": "^5.0.0"
  10845. }
  10846. },
  10847. "@fast-crud/ui-element": {
  10848. "version": "1.17.5"
  10849. },
  10850. "@fast-crud/ui-interface": {
  10851. "version": "1.17.5",
  10852. "requires": {
  10853. "lodash-es": "^4.17.21"
  10854. }
  10855. },
  10856. "@floating-ui/core": {
  10857. "version": "1.5.0",
  10858. "requires": {
  10859. "@floating-ui/utils": "^0.1.3"
  10860. }
  10861. },
  10862. "@floating-ui/dom": {
  10863. "version": "1.5.3",
  10864. "requires": {
  10865. "@floating-ui/core": "^1.4.2",
  10866. "@floating-ui/utils": "^0.1.3"
  10867. }
  10868. },
  10869. "@floating-ui/utils": {
  10870. "version": "0.1.6"
  10871. },
  10872. "@httptoolkit/websocket-stream": {
  10873. "version": "6.0.1",
  10874. "requires": {
  10875. "@types/ws": "*",
  10876. "duplexify": "^3.5.1",
  10877. "inherits": "^2.0.1",
  10878. "isomorphic-ws": "^4.0.1",
  10879. "readable-stream": "^2.3.3",
  10880. "safe-buffer": "^5.1.2",
  10881. "ws": "*",
  10882. "xtend": "^4.0.0"
  10883. }
  10884. },
  10885. "@humanwhocodes/config-array": {
  10886. "version": "0.11.11",
  10887. "dev": true,
  10888. "requires": {
  10889. "@humanwhocodes/object-schema": "^1.2.1",
  10890. "debug": "^4.1.1",
  10891. "minimatch": "^3.0.5"
  10892. }
  10893. },
  10894. "@humanwhocodes/module-importer": {
  10895. "version": "1.0.1",
  10896. "dev": true
  10897. },
  10898. "@humanwhocodes/object-schema": {
  10899. "version": "1.2.1",
  10900. "dev": true
  10901. },
  10902. "@interactjs/auto-start": {
  10903. "version": "1.10.19",
  10904. "requires": {
  10905. "@interactjs/interact": "1.10.19"
  10906. },
  10907. "dependencies": {
  10908. "@interactjs/interact": {
  10909. "version": "1.10.19",
  10910. "optional": true,
  10911. "requires": {
  10912. "@interactjs/core": "1.10.19",
  10913. "@interactjs/utils": "1.10.19"
  10914. }
  10915. }
  10916. }
  10917. },
  10918. "@interactjs/core": {
  10919. "version": "1.10.19",
  10920. "requires": {}
  10921. },
  10922. "@interactjs/dev-tools": {
  10923. "version": "1.10.19",
  10924. "requires": {
  10925. "@interactjs/interact": "1.10.19"
  10926. },
  10927. "dependencies": {
  10928. "@interactjs/interact": {
  10929. "version": "1.10.19",
  10930. "optional": true,
  10931. "requires": {
  10932. "@interactjs/core": "1.10.19",
  10933. "@interactjs/utils": "1.10.19"
  10934. }
  10935. }
  10936. }
  10937. },
  10938. "@interactjs/inertia": {
  10939. "version": "1.10.19",
  10940. "requires": {
  10941. "@interactjs/interact": "1.10.19",
  10942. "@interactjs/offset": "1.10.19"
  10943. },
  10944. "dependencies": {
  10945. "@interactjs/interact": {
  10946. "version": "1.10.19",
  10947. "optional": true,
  10948. "requires": {
  10949. "@interactjs/core": "1.10.19",
  10950. "@interactjs/utils": "1.10.19"
  10951. }
  10952. }
  10953. }
  10954. },
  10955. "@interactjs/interactjs": {
  10956. "version": "1.10.19",
  10957. "requires": {
  10958. "@interactjs/actions": "1.10.19",
  10959. "@interactjs/auto-scroll": "1.10.19",
  10960. "@interactjs/auto-start": "1.10.19",
  10961. "@interactjs/core": "1.10.19",
  10962. "@interactjs/dev-tools": "1.10.19",
  10963. "@interactjs/inertia": "1.10.19",
  10964. "@interactjs/interact": "1.10.19",
  10965. "@interactjs/modifiers": "1.10.19",
  10966. "@interactjs/offset": "1.10.19",
  10967. "@interactjs/pointer-events": "1.10.19",
  10968. "@interactjs/reflow": "1.10.19",
  10969. "@interactjs/utils": "1.10.19"
  10970. },
  10971. "dependencies": {
  10972. "@interactjs/actions": {
  10973. "version": "1.10.19",
  10974. "requires": {
  10975. "@interactjs/interact": "1.10.19"
  10976. }
  10977. },
  10978. "@interactjs/auto-scroll": {
  10979. "version": "1.10.19",
  10980. "requires": {
  10981. "@interactjs/interact": "1.10.19"
  10982. }
  10983. },
  10984. "@interactjs/interact": {
  10985. "version": "1.10.19",
  10986. "requires": {
  10987. "@interactjs/core": "1.10.19",
  10988. "@interactjs/utils": "1.10.19"
  10989. }
  10990. },
  10991. "@interactjs/reflow": {
  10992. "version": "1.10.19",
  10993. "requires": {
  10994. "@interactjs/interact": "1.10.19"
  10995. }
  10996. }
  10997. }
  10998. },
  10999. "@interactjs/modifiers": {
  11000. "version": "1.10.19",
  11001. "requires": {
  11002. "@interactjs/interact": "1.10.19",
  11003. "@interactjs/snappers": "1.10.19"
  11004. },
  11005. "dependencies": {
  11006. "@interactjs/interact": {
  11007. "version": "1.10.19",
  11008. "optional": true,
  11009. "requires": {
  11010. "@interactjs/core": "1.10.19",
  11011. "@interactjs/utils": "1.10.19"
  11012. }
  11013. }
  11014. }
  11015. },
  11016. "@interactjs/offset": {
  11017. "version": "1.10.19",
  11018. "requires": {
  11019. "@interactjs/interact": "1.10.19"
  11020. },
  11021. "dependencies": {
  11022. "@interactjs/interact": {
  11023. "version": "1.10.19",
  11024. "optional": true,
  11025. "requires": {
  11026. "@interactjs/core": "1.10.19",
  11027. "@interactjs/utils": "1.10.19"
  11028. }
  11029. }
  11030. }
  11031. },
  11032. "@interactjs/pointer-events": {
  11033. "version": "1.10.19",
  11034. "requires": {
  11035. "@interactjs/interact": "1.10.19"
  11036. },
  11037. "dependencies": {
  11038. "@interactjs/interact": {
  11039. "version": "1.10.19",
  11040. "optional": true,
  11041. "requires": {
  11042. "@interactjs/core": "1.10.19",
  11043. "@interactjs/utils": "1.10.19"
  11044. }
  11045. }
  11046. }
  11047. },
  11048. "@interactjs/snappers": {
  11049. "version": "1.10.19",
  11050. "requires": {
  11051. "@interactjs/interact": "1.10.19"
  11052. },
  11053. "dependencies": {
  11054. "@interactjs/interact": {
  11055. "version": "1.10.19",
  11056. "optional": true,
  11057. "requires": {
  11058. "@interactjs/core": "1.10.19",
  11059. "@interactjs/utils": "1.10.19"
  11060. }
  11061. }
  11062. }
  11063. },
  11064. "@interactjs/utils": {
  11065. "version": "1.10.19"
  11066. },
  11067. "@intlify/core-base": {
  11068. "version": "9.5.0",
  11069. "requires": {
  11070. "@intlify/message-compiler": "9.5.0",
  11071. "@intlify/shared": "9.5.0"
  11072. },
  11073. "dependencies": {
  11074. "@intlify/message-compiler": {
  11075. "version": "9.5.0",
  11076. "requires": {
  11077. "@intlify/shared": "9.5.0",
  11078. "source-map-js": "^1.0.2"
  11079. }
  11080. }
  11081. }
  11082. },
  11083. "@intlify/shared": {
  11084. "version": "9.5.0"
  11085. },
  11086. "@isaacs/cliui": {
  11087. "version": "8.0.2",
  11088. "requires": {
  11089. "string-width": "^5.1.2",
  11090. "string-width-cjs": "npm:string-width@^4.2.0",
  11091. "strip-ansi": "^7.0.1",
  11092. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  11093. "wrap-ansi": "^8.1.0",
  11094. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  11095. },
  11096. "dependencies": {
  11097. "ansi-regex": {
  11098. "version": "6.0.1"
  11099. },
  11100. "string-width": {
  11101. "version": "5.1.2",
  11102. "requires": {
  11103. "eastasianwidth": "^0.2.0",
  11104. "emoji-regex": "^9.2.2",
  11105. "strip-ansi": "^7.0.1"
  11106. }
  11107. },
  11108. "strip-ansi": {
  11109. "version": "7.1.0",
  11110. "requires": {
  11111. "ansi-regex": "^6.0.1"
  11112. }
  11113. }
  11114. }
  11115. },
  11116. "@jridgewell/gen-mapping": {
  11117. "version": "0.3.3",
  11118. "requires": {
  11119. "@jridgewell/set-array": "^1.0.1",
  11120. "@jridgewell/sourcemap-codec": "^1.4.10",
  11121. "@jridgewell/trace-mapping": "^0.3.9"
  11122. }
  11123. },
  11124. "@jridgewell/resolve-uri": {
  11125. "version": "3.1.1"
  11126. },
  11127. "@jridgewell/set-array": {
  11128. "version": "1.1.2"
  11129. },
  11130. "@jridgewell/sourcemap-codec": {
  11131. "version": "1.4.15"
  11132. },
  11133. "@jridgewell/trace-mapping": {
  11134. "version": "0.3.19",
  11135. "requires": {
  11136. "@jridgewell/resolve-uri": "^3.1.0",
  11137. "@jridgewell/sourcemap-codec": "^1.4.14"
  11138. }
  11139. },
  11140. "@nodelib/fs.scandir": {
  11141. "version": "2.1.5",
  11142. "requires": {
  11143. "@nodelib/fs.stat": "2.0.5",
  11144. "run-parallel": "^1.1.9"
  11145. }
  11146. },
  11147. "@nodelib/fs.stat": {
  11148. "version": "2.0.5"
  11149. },
  11150. "@nodelib/fs.walk": {
  11151. "version": "1.2.8",
  11152. "requires": {
  11153. "@nodelib/fs.scandir": "2.1.5",
  11154. "fastq": "^1.6.0"
  11155. }
  11156. },
  11157. "@pkgjs/parseargs": {
  11158. "version": "0.11.0",
  11159. "optional": true
  11160. },
  11161. "@popperjs/core": {
  11162. "version": "2.11.8"
  11163. },
  11164. "@rollup/pluginutils": {
  11165. "version": "5.0.5",
  11166. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.0.5.tgz",
  11167. "integrity": "sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==",
  11168. "dev": true,
  11169. "requires": {
  11170. "@types/estree": "^1.0.0",
  11171. "estree-walker": "^2.0.2",
  11172. "picomatch": "^2.3.1"
  11173. }
  11174. },
  11175. "@smithy/abort-controller": {
  11176. "version": "2.0.11",
  11177. "requires": {
  11178. "@smithy/types": "^2.3.5",
  11179. "tslib": "^2.5.0"
  11180. },
  11181. "dependencies": {
  11182. "@smithy/types": {
  11183. "version": "2.3.5",
  11184. "requires": {
  11185. "tslib": "^2.5.0"
  11186. }
  11187. }
  11188. }
  11189. },
  11190. "@smithy/chunked-blob-reader": {
  11191. "version": "2.0.0",
  11192. "requires": {
  11193. "tslib": "^2.5.0"
  11194. }
  11195. },
  11196. "@smithy/credential-provider-imds": {
  11197. "version": "2.0.16",
  11198. "requires": {
  11199. "@smithy/node-config-provider": "^2.1.1",
  11200. "@smithy/property-provider": "^2.0.12",
  11201. "@smithy/types": "^2.3.5",
  11202. "@smithy/url-parser": "^2.0.11",
  11203. "tslib": "^2.5.0"
  11204. },
  11205. "dependencies": {
  11206. "@smithy/types": {
  11207. "version": "2.3.5",
  11208. "requires": {
  11209. "tslib": "^2.5.0"
  11210. }
  11211. }
  11212. }
  11213. },
  11214. "@smithy/eventstream-codec": {
  11215. "version": "2.0.11",
  11216. "requires": {
  11217. "@aws-crypto/crc32": "3.0.0",
  11218. "@smithy/types": "^2.3.5",
  11219. "@smithy/util-hex-encoding": "^2.0.0",
  11220. "tslib": "^2.5.0"
  11221. },
  11222. "dependencies": {
  11223. "@smithy/types": {
  11224. "version": "2.3.5",
  11225. "requires": {
  11226. "tslib": "^2.5.0"
  11227. }
  11228. }
  11229. }
  11230. },
  11231. "@smithy/eventstream-serde-config-resolver": {
  11232. "version": "2.0.11",
  11233. "requires": {
  11234. "@smithy/types": "^2.3.5",
  11235. "tslib": "^2.5.0"
  11236. },
  11237. "dependencies": {
  11238. "@smithy/types": {
  11239. "version": "2.3.5",
  11240. "requires": {
  11241. "tslib": "^2.5.0"
  11242. }
  11243. }
  11244. }
  11245. },
  11246. "@smithy/eventstream-serde-universal": {
  11247. "version": "2.0.11",
  11248. "requires": {
  11249. "@smithy/eventstream-codec": "^2.0.11",
  11250. "@smithy/types": "^2.3.5",
  11251. "tslib": "^2.5.0"
  11252. },
  11253. "dependencies": {
  11254. "@smithy/types": {
  11255. "version": "2.3.5",
  11256. "requires": {
  11257. "tslib": "^2.5.0"
  11258. }
  11259. }
  11260. }
  11261. },
  11262. "@smithy/fetch-http-handler": {
  11263. "version": "2.2.2",
  11264. "requires": {
  11265. "@smithy/protocol-http": "^3.0.7",
  11266. "@smithy/querystring-builder": "^2.0.11",
  11267. "@smithy/types": "^2.3.5",
  11268. "@smithy/util-base64": "^2.0.0",
  11269. "tslib": "^2.5.0"
  11270. },
  11271. "dependencies": {
  11272. "@smithy/types": {
  11273. "version": "2.3.5",
  11274. "requires": {
  11275. "tslib": "^2.5.0"
  11276. }
  11277. },
  11278. "@smithy/util-base64": {
  11279. "version": "2.0.0",
  11280. "requires": {
  11281. "@smithy/util-buffer-from": "^2.0.0",
  11282. "tslib": "^2.5.0"
  11283. }
  11284. }
  11285. }
  11286. },
  11287. "@smithy/is-array-buffer": {
  11288. "version": "2.0.0",
  11289. "requires": {
  11290. "tslib": "^2.5.0"
  11291. }
  11292. },
  11293. "@smithy/middleware-content-length": {
  11294. "version": "2.0.13",
  11295. "requires": {
  11296. "@smithy/protocol-http": "^3.0.7",
  11297. "@smithy/types": "^2.3.5",
  11298. "tslib": "^2.5.0"
  11299. },
  11300. "dependencies": {
  11301. "@smithy/types": {
  11302. "version": "2.3.5",
  11303. "requires": {
  11304. "tslib": "^2.5.0"
  11305. }
  11306. }
  11307. }
  11308. },
  11309. "@smithy/middleware-serde": {
  11310. "version": "2.0.11",
  11311. "requires": {
  11312. "@smithy/types": "^2.3.5",
  11313. "tslib": "^2.5.0"
  11314. },
  11315. "dependencies": {
  11316. "@smithy/types": {
  11317. "version": "2.3.5",
  11318. "requires": {
  11319. "tslib": "^2.5.0"
  11320. }
  11321. }
  11322. }
  11323. },
  11324. "@smithy/middleware-stack": {
  11325. "version": "2.0.5",
  11326. "requires": {
  11327. "@smithy/types": "^2.3.5",
  11328. "tslib": "^2.5.0"
  11329. },
  11330. "dependencies": {
  11331. "@smithy/types": {
  11332. "version": "2.3.5",
  11333. "requires": {
  11334. "tslib": "^2.5.0"
  11335. }
  11336. }
  11337. }
  11338. },
  11339. "@smithy/node-config-provider": {
  11340. "version": "2.1.1",
  11341. "requires": {
  11342. "@smithy/property-provider": "^2.0.12",
  11343. "@smithy/shared-ini-file-loader": "^2.2.0",
  11344. "@smithy/types": "^2.3.5",
  11345. "tslib": "^2.5.0"
  11346. },
  11347. "dependencies": {
  11348. "@smithy/types": {
  11349. "version": "2.3.5",
  11350. "requires": {
  11351. "tslib": "^2.5.0"
  11352. }
  11353. }
  11354. }
  11355. },
  11356. "@smithy/property-provider": {
  11357. "version": "2.0.12",
  11358. "requires": {
  11359. "@smithy/types": "^2.3.5",
  11360. "tslib": "^2.5.0"
  11361. },
  11362. "dependencies": {
  11363. "@smithy/types": {
  11364. "version": "2.3.5",
  11365. "requires": {
  11366. "tslib": "^2.5.0"
  11367. }
  11368. }
  11369. }
  11370. },
  11371. "@smithy/protocol-http": {
  11372. "version": "3.0.7",
  11373. "requires": {
  11374. "@smithy/types": "^2.3.5",
  11375. "tslib": "^2.5.0"
  11376. },
  11377. "dependencies": {
  11378. "@smithy/types": {
  11379. "version": "2.3.5",
  11380. "requires": {
  11381. "tslib": "^2.5.0"
  11382. }
  11383. }
  11384. }
  11385. },
  11386. "@smithy/querystring-builder": {
  11387. "version": "2.0.11",
  11388. "requires": {
  11389. "@smithy/types": "^2.3.5",
  11390. "@smithy/util-uri-escape": "^2.0.0",
  11391. "tslib": "^2.5.0"
  11392. },
  11393. "dependencies": {
  11394. "@smithy/types": {
  11395. "version": "2.3.5",
  11396. "requires": {
  11397. "tslib": "^2.5.0"
  11398. }
  11399. },
  11400. "@smithy/util-uri-escape": {
  11401. "version": "2.0.0",
  11402. "requires": {
  11403. "tslib": "^2.5.0"
  11404. }
  11405. }
  11406. }
  11407. },
  11408. "@smithy/querystring-parser": {
  11409. "version": "2.0.11",
  11410. "requires": {
  11411. "@smithy/types": "^2.3.5",
  11412. "tslib": "^2.5.0"
  11413. },
  11414. "dependencies": {
  11415. "@smithy/types": {
  11416. "version": "2.3.5",
  11417. "requires": {
  11418. "tslib": "^2.5.0"
  11419. }
  11420. }
  11421. }
  11422. },
  11423. "@smithy/service-error-classification": {
  11424. "version": "2.0.4",
  11425. "requires": {
  11426. "@smithy/types": "^2.3.5"
  11427. },
  11428. "dependencies": {
  11429. "@smithy/types": {
  11430. "version": "2.3.5",
  11431. "requires": {
  11432. "tslib": "^2.5.0"
  11433. }
  11434. }
  11435. }
  11436. },
  11437. "@smithy/shared-ini-file-loader": {
  11438. "version": "2.2.0",
  11439. "requires": {
  11440. "@smithy/types": "^2.3.5",
  11441. "tslib": "^2.5.0"
  11442. },
  11443. "dependencies": {
  11444. "@smithy/types": {
  11445. "version": "2.3.5",
  11446. "requires": {
  11447. "tslib": "^2.5.0"
  11448. }
  11449. }
  11450. }
  11451. },
  11452. "@smithy/signature-v4": {
  11453. "version": "2.0.11",
  11454. "requires": {
  11455. "@smithy/eventstream-codec": "^2.0.11",
  11456. "@smithy/is-array-buffer": "^2.0.0",
  11457. "@smithy/types": "^2.3.5",
  11458. "@smithy/util-hex-encoding": "^2.0.0",
  11459. "@smithy/util-middleware": "^2.0.4",
  11460. "@smithy/util-uri-escape": "^2.0.0",
  11461. "@smithy/util-utf8": "^2.0.0",
  11462. "tslib": "^2.5.0"
  11463. },
  11464. "dependencies": {
  11465. "@smithy/types": {
  11466. "version": "2.3.5",
  11467. "requires": {
  11468. "tslib": "^2.5.0"
  11469. }
  11470. },
  11471. "@smithy/util-uri-escape": {
  11472. "version": "2.0.0",
  11473. "requires": {
  11474. "tslib": "^2.5.0"
  11475. }
  11476. }
  11477. }
  11478. },
  11479. "@smithy/url-parser": {
  11480. "version": "2.0.11",
  11481. "requires": {
  11482. "@smithy/querystring-parser": "^2.0.11",
  11483. "@smithy/types": "^2.3.5",
  11484. "tslib": "^2.5.0"
  11485. },
  11486. "dependencies": {
  11487. "@smithy/types": {
  11488. "version": "2.3.5",
  11489. "requires": {
  11490. "tslib": "^2.5.0"
  11491. }
  11492. }
  11493. }
  11494. },
  11495. "@smithy/util-body-length-browser": {
  11496. "version": "2.0.0",
  11497. "requires": {
  11498. "tslib": "^2.5.0"
  11499. }
  11500. },
  11501. "@smithy/util-buffer-from": {
  11502. "version": "2.0.0",
  11503. "requires": {
  11504. "@smithy/is-array-buffer": "^2.0.0",
  11505. "tslib": "^2.5.0"
  11506. }
  11507. },
  11508. "@smithy/util-config-provider": {
  11509. "version": "2.0.0",
  11510. "requires": {
  11511. "tslib": "^2.5.0"
  11512. }
  11513. },
  11514. "@smithy/util-defaults-mode-browser": {
  11515. "version": "2.0.14",
  11516. "requires": {
  11517. "@smithy/property-provider": "^2.0.12",
  11518. "@smithy/smithy-client": "^2.1.10",
  11519. "@smithy/types": "^2.3.5",
  11520. "bowser": "^2.11.0",
  11521. "tslib": "^2.5.0"
  11522. },
  11523. "dependencies": {
  11524. "@smithy/smithy-client": {
  11525. "version": "2.1.10",
  11526. "requires": {
  11527. "@smithy/middleware-stack": "^2.0.5",
  11528. "@smithy/types": "^2.3.5",
  11529. "@smithy/util-stream": "^2.0.15",
  11530. "tslib": "^2.5.0"
  11531. }
  11532. },
  11533. "@smithy/types": {
  11534. "version": "2.3.5",
  11535. "requires": {
  11536. "tslib": "^2.5.0"
  11537. }
  11538. }
  11539. }
  11540. },
  11541. "@smithy/util-hex-encoding": {
  11542. "version": "2.0.0",
  11543. "requires": {
  11544. "tslib": "^2.5.0"
  11545. }
  11546. },
  11547. "@smithy/util-middleware": {
  11548. "version": "2.0.4",
  11549. "requires": {
  11550. "@smithy/types": "^2.3.5",
  11551. "tslib": "^2.5.0"
  11552. },
  11553. "dependencies": {
  11554. "@smithy/types": {
  11555. "version": "2.3.5",
  11556. "requires": {
  11557. "tslib": "^2.5.0"
  11558. }
  11559. }
  11560. }
  11561. },
  11562. "@smithy/util-retry": {
  11563. "version": "2.0.4",
  11564. "requires": {
  11565. "@smithy/service-error-classification": "^2.0.4",
  11566. "@smithy/types": "^2.3.5",
  11567. "tslib": "^2.5.0"
  11568. },
  11569. "dependencies": {
  11570. "@smithy/types": {
  11571. "version": "2.3.5",
  11572. "requires": {
  11573. "tslib": "^2.5.0"
  11574. }
  11575. }
  11576. }
  11577. },
  11578. "@smithy/util-stream": {
  11579. "version": "2.0.15",
  11580. "requires": {
  11581. "@smithy/fetch-http-handler": "^2.2.2",
  11582. "@smithy/node-http-handler": "^2.1.7",
  11583. "@smithy/types": "^2.3.5",
  11584. "@smithy/util-base64": "^2.0.0",
  11585. "@smithy/util-buffer-from": "^2.0.0",
  11586. "@smithy/util-hex-encoding": "^2.0.0",
  11587. "@smithy/util-utf8": "^2.0.0",
  11588. "tslib": "^2.5.0"
  11589. },
  11590. "dependencies": {
  11591. "@smithy/node-http-handler": {
  11592. "version": "2.1.7",
  11593. "requires": {
  11594. "@smithy/abort-controller": "^2.0.11",
  11595. "@smithy/protocol-http": "^3.0.7",
  11596. "@smithy/querystring-builder": "^2.0.11",
  11597. "@smithy/types": "^2.3.5",
  11598. "tslib": "^2.5.0"
  11599. }
  11600. },
  11601. "@smithy/types": {
  11602. "version": "2.3.5",
  11603. "requires": {
  11604. "tslib": "^2.5.0"
  11605. }
  11606. },
  11607. "@smithy/util-base64": {
  11608. "version": "2.0.0",
  11609. "requires": {
  11610. "@smithy/util-buffer-from": "^2.0.0",
  11611. "tslib": "^2.5.0"
  11612. }
  11613. }
  11614. }
  11615. },
  11616. "@smithy/util-utf8": {
  11617. "version": "2.0.0",
  11618. "requires": {
  11619. "@smithy/util-buffer-from": "^2.0.0",
  11620. "tslib": "^2.5.0"
  11621. }
  11622. },
  11623. "@soerenmartius/vue3-clipboard": {
  11624. "version": "0.1.2",
  11625. "requires": {
  11626. "clipboard": "^2.0.0"
  11627. }
  11628. },
  11629. "@sphinxxxx/color-conversion": {
  11630. "version": "2.2.2"
  11631. },
  11632. "@transloadit/prettier-bytes": {
  11633. "version": "0.0.7"
  11634. },
  11635. "@types/estree": {
  11636. "version": "1.0.2",
  11637. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.2.tgz",
  11638. "integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==",
  11639. "dev": true
  11640. },
  11641. "@types/event-emitter": {
  11642. "version": "0.3.3"
  11643. },
  11644. "@types/json-schema": {
  11645. "version": "7.0.13",
  11646. "dev": true
  11647. },
  11648. "@types/lodash": {
  11649. "version": "4.14.199"
  11650. },
  11651. "@types/lodash-es": {
  11652. "version": "4.17.9",
  11653. "requires": {
  11654. "@types/lodash": "*"
  11655. }
  11656. },
  11657. "@types/luxon": {
  11658. "version": "3.3.3",
  11659. "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.3.3.tgz",
  11660. "integrity": "sha512-/BJF3NT0pRMuxrenr42emRUF67sXwcZCd+S1ksG/Fcf9O7C3kKCY4uJSbKBE4KDUIYr3WMsvfmWD8hRjXExBJQ==",
  11661. "dev": true
  11662. },
  11663. "@types/node": {
  11664. "version": "18.18.4"
  11665. },
  11666. "@types/nprogress": {
  11667. "version": "0.2.1",
  11668. "dev": true
  11669. },
  11670. "@types/sortablejs": {
  11671. "version": "1.15.3",
  11672. "dev": true
  11673. },
  11674. "@types/web-bluetooth": {
  11675. "version": "0.0.16"
  11676. },
  11677. "@types/ws": {
  11678. "version": "8.5.6",
  11679. "requires": {
  11680. "@types/node": "*"
  11681. }
  11682. },
  11683. "@typescript-eslint/eslint-plugin": {
  11684. "version": "5.62.0",
  11685. "dev": true,
  11686. "requires": {
  11687. "@eslint-community/regexpp": "^4.4.0",
  11688. "@typescript-eslint/scope-manager": "5.62.0",
  11689. "@typescript-eslint/type-utils": "5.62.0",
  11690. "@typescript-eslint/utils": "5.62.0",
  11691. "debug": "^4.3.4",
  11692. "graphemer": "^1.4.0",
  11693. "ignore": "^5.2.0",
  11694. "natural-compare-lite": "^1.4.0",
  11695. "semver": "^7.3.7",
  11696. "tsutils": "^3.21.0"
  11697. }
  11698. },
  11699. "@typescript-eslint/parser": {
  11700. "version": "5.62.0",
  11701. "dev": true,
  11702. "requires": {
  11703. "@typescript-eslint/scope-manager": "5.62.0",
  11704. "@typescript-eslint/types": "5.62.0",
  11705. "@typescript-eslint/typescript-estree": "5.62.0",
  11706. "debug": "^4.3.4"
  11707. },
  11708. "dependencies": {
  11709. "@typescript-eslint/types": {
  11710. "version": "5.62.0",
  11711. "dev": true
  11712. }
  11713. }
  11714. },
  11715. "@typescript-eslint/scope-manager": {
  11716. "version": "5.62.0",
  11717. "dev": true,
  11718. "requires": {
  11719. "@typescript-eslint/types": "5.62.0",
  11720. "@typescript-eslint/visitor-keys": "5.62.0"
  11721. },
  11722. "dependencies": {
  11723. "@typescript-eslint/types": {
  11724. "version": "5.62.0",
  11725. "dev": true
  11726. }
  11727. }
  11728. },
  11729. "@typescript-eslint/type-utils": {
  11730. "version": "5.62.0",
  11731. "dev": true,
  11732. "requires": {
  11733. "@typescript-eslint/typescript-estree": "5.62.0",
  11734. "@typescript-eslint/utils": "5.62.0",
  11735. "debug": "^4.3.4",
  11736. "tsutils": "^3.21.0"
  11737. }
  11738. },
  11739. "@typescript-eslint/typescript-estree": {
  11740. "version": "5.62.0",
  11741. "dev": true,
  11742. "requires": {
  11743. "@typescript-eslint/types": "5.62.0",
  11744. "@typescript-eslint/visitor-keys": "5.62.0",
  11745. "debug": "^4.3.4",
  11746. "globby": "^11.1.0",
  11747. "is-glob": "^4.0.3",
  11748. "semver": "^7.3.7",
  11749. "tsutils": "^3.21.0"
  11750. },
  11751. "dependencies": {
  11752. "@typescript-eslint/types": {
  11753. "version": "5.62.0",
  11754. "dev": true
  11755. }
  11756. }
  11757. },
  11758. "@typescript-eslint/utils": {
  11759. "version": "5.62.0",
  11760. "dev": true,
  11761. "requires": {
  11762. "@eslint-community/eslint-utils": "^4.2.0",
  11763. "@types/json-schema": "^7.0.9",
  11764. "@types/semver": "^7.3.12",
  11765. "@typescript-eslint/scope-manager": "5.62.0",
  11766. "@typescript-eslint/types": "5.62.0",
  11767. "@typescript-eslint/typescript-estree": "5.62.0",
  11768. "eslint-scope": "^5.1.1",
  11769. "semver": "^7.3.7"
  11770. },
  11771. "dependencies": {
  11772. "@types/semver": {
  11773. "version": "7.5.3",
  11774. "dev": true
  11775. },
  11776. "@typescript-eslint/types": {
  11777. "version": "5.62.0",
  11778. "dev": true
  11779. }
  11780. }
  11781. },
  11782. "@typescript-eslint/visitor-keys": {
  11783. "version": "5.62.0",
  11784. "dev": true,
  11785. "requires": {
  11786. "@typescript-eslint/types": "5.62.0",
  11787. "eslint-visitor-keys": "^3.3.0"
  11788. },
  11789. "dependencies": {
  11790. "@typescript-eslint/types": {
  11791. "version": "5.62.0",
  11792. "dev": true
  11793. }
  11794. }
  11795. },
  11796. "@uppy/companion-client": {
  11797. "version": "2.2.2",
  11798. "requires": {
  11799. "@uppy/utils": "^4.1.2",
  11800. "namespace-emitter": "^2.0.1"
  11801. },
  11802. "dependencies": {
  11803. "@uppy/utils": {
  11804. "version": "4.1.3",
  11805. "requires": {
  11806. "lodash.throttle": "^4.1.1"
  11807. }
  11808. }
  11809. }
  11810. },
  11811. "@uppy/core": {
  11812. "version": "2.3.4",
  11813. "requires": {
  11814. "@transloadit/prettier-bytes": "0.0.7",
  11815. "@uppy/store-default": "^2.1.1",
  11816. "@uppy/utils": "^4.1.3",
  11817. "lodash.throttle": "^4.1.1",
  11818. "mime-match": "^1.0.2",
  11819. "namespace-emitter": "^2.0.1",
  11820. "nanoid": "^3.1.25",
  11821. "preact": "^10.5.13"
  11822. },
  11823. "dependencies": {
  11824. "@uppy/utils": {
  11825. "version": "4.1.3",
  11826. "requires": {
  11827. "lodash.throttle": "^4.1.1"
  11828. }
  11829. }
  11830. }
  11831. },
  11832. "@uppy/store-default": {
  11833. "version": "2.1.1"
  11834. },
  11835. "@uppy/xhr-upload": {
  11836. "version": "2.1.3",
  11837. "requires": {
  11838. "@uppy/companion-client": "^2.2.2",
  11839. "@uppy/utils": "^4.1.2",
  11840. "nanoid": "^3.1.25"
  11841. },
  11842. "dependencies": {
  11843. "@uppy/utils": {
  11844. "version": "4.1.3",
  11845. "requires": {
  11846. "lodash.throttle": "^4.1.1"
  11847. }
  11848. }
  11849. }
  11850. },
  11851. "@vitejs/plugin-vue": {
  11852. "version": "4.4.0",
  11853. "dev": true,
  11854. "requires": {}
  11855. },
  11856. "@vitejs/plugin-vue-jsx": {
  11857. "version": "3.0.2",
  11858. "requires": {
  11859. "@babel/core": "^7.22.10",
  11860. "@babel/plugin-transform-typescript": "^7.22.10",
  11861. "@vue/babel-plugin-jsx": "^1.1.5"
  11862. }
  11863. },
  11864. "@vue/babel-helper-vue-transform-on": {
  11865. "version": "1.1.5"
  11866. },
  11867. "@vue/babel-plugin-jsx": {
  11868. "version": "1.1.5",
  11869. "requires": {
  11870. "@babel/helper-module-imports": "^7.22.5",
  11871. "@babel/plugin-syntax-jsx": "^7.22.5",
  11872. "@babel/template": "^7.22.5",
  11873. "@babel/traverse": "^7.22.5",
  11874. "@babel/types": "^7.22.5",
  11875. "@vue/babel-helper-vue-transform-on": "^1.1.5",
  11876. "camelcase": "^6.3.0",
  11877. "html-tags": "^3.3.1",
  11878. "svg-tags": "^1.0.0"
  11879. }
  11880. },
  11881. "@vue/compiler-core": {
  11882. "version": "3.3.4",
  11883. "requires": {
  11884. "@babel/parser": "^7.21.3",
  11885. "@vue/shared": "3.3.4",
  11886. "estree-walker": "^2.0.2",
  11887. "source-map-js": "^1.0.2"
  11888. }
  11889. },
  11890. "@vue/compiler-dom": {
  11891. "version": "3.3.4",
  11892. "requires": {
  11893. "@vue/compiler-core": "3.3.4",
  11894. "@vue/shared": "3.3.4"
  11895. }
  11896. },
  11897. "@vue/compiler-sfc": {
  11898. "version": "3.3.4",
  11899. "requires": {
  11900. "@babel/parser": "^7.20.15",
  11901. "@vue/compiler-core": "3.3.4",
  11902. "@vue/compiler-dom": "3.3.4",
  11903. "@vue/compiler-ssr": "3.3.4",
  11904. "@vue/reactivity-transform": "3.3.4",
  11905. "@vue/shared": "3.3.4",
  11906. "estree-walker": "^2.0.2",
  11907. "magic-string": "^0.30.0",
  11908. "postcss": "^8.1.10",
  11909. "source-map-js": "^1.0.2"
  11910. }
  11911. },
  11912. "@vue/compiler-ssr": {
  11913. "version": "3.3.4",
  11914. "requires": {
  11915. "@vue/compiler-dom": "3.3.4",
  11916. "@vue/shared": "3.3.4"
  11917. }
  11918. },
  11919. "@vue/devtools-api": {
  11920. "version": "6.5.1"
  11921. },
  11922. "@vue/reactivity": {
  11923. "version": "3.3.4",
  11924. "requires": {
  11925. "@vue/shared": "3.3.4"
  11926. }
  11927. },
  11928. "@vue/reactivity-transform": {
  11929. "version": "3.3.4",
  11930. "requires": {
  11931. "@babel/parser": "^7.20.15",
  11932. "@vue/compiler-core": "3.3.4",
  11933. "@vue/shared": "3.3.4",
  11934. "estree-walker": "^2.0.2",
  11935. "magic-string": "^0.30.0"
  11936. }
  11937. },
  11938. "@vue/runtime-core": {
  11939. "version": "3.3.4",
  11940. "requires": {
  11941. "@vue/reactivity": "3.3.4",
  11942. "@vue/shared": "3.3.4"
  11943. }
  11944. },
  11945. "@vue/runtime-dom": {
  11946. "version": "3.3.4",
  11947. "requires": {
  11948. "@vue/runtime-core": "3.3.4",
  11949. "@vue/shared": "3.3.4",
  11950. "csstype": "^3.1.1"
  11951. }
  11952. },
  11953. "@vue/server-renderer": {
  11954. "version": "3.3.4",
  11955. "requires": {
  11956. "@vue/compiler-ssr": "3.3.4",
  11957. "@vue/shared": "3.3.4"
  11958. }
  11959. },
  11960. "@vue/shared": {
  11961. "version": "3.3.4"
  11962. },
  11963. "@vueuse/core": {
  11964. "version": "9.13.0",
  11965. "requires": {
  11966. "@types/web-bluetooth": "^0.0.16",
  11967. "@vueuse/metadata": "9.13.0",
  11968. "@vueuse/shared": "9.13.0",
  11969. "vue-demi": "*"
  11970. },
  11971. "dependencies": {
  11972. "vue-demi": {
  11973. "version": "0.14.6",
  11974. "requires": {}
  11975. }
  11976. }
  11977. },
  11978. "@vueuse/metadata": {
  11979. "version": "9.13.0"
  11980. },
  11981. "@vueuse/shared": {
  11982. "version": "9.13.0",
  11983. "requires": {
  11984. "vue-demi": "*"
  11985. },
  11986. "dependencies": {
  11987. "vue-demi": {
  11988. "version": "0.14.6",
  11989. "requires": {}
  11990. }
  11991. }
  11992. },
  11993. "@wangeditor/basic-modules": {
  11994. "version": "1.1.7",
  11995. "requires": {
  11996. "is-url": "^1.2.4"
  11997. }
  11998. },
  11999. "@wangeditor/code-highlight": {
  12000. "version": "1.0.3",
  12001. "requires": {
  12002. "prismjs": "^1.23.0"
  12003. },
  12004. "dependencies": {
  12005. "prismjs": {
  12006. "version": "1.29.0"
  12007. }
  12008. }
  12009. },
  12010. "@wangeditor/core": {
  12011. "version": "1.1.19",
  12012. "requires": {
  12013. "@types/event-emitter": "^0.3.3",
  12014. "event-emitter": "^0.3.5",
  12015. "html-void-elements": "^2.0.0",
  12016. "i18next": "^20.4.0",
  12017. "scroll-into-view-if-needed": "^2.2.28",
  12018. "slate-history": "^0.66.0"
  12019. }
  12020. },
  12021. "@wangeditor/editor": {
  12022. "version": "5.1.23",
  12023. "requires": {
  12024. "@uppy/core": "^2.1.1",
  12025. "@uppy/xhr-upload": "^2.0.3",
  12026. "@wangeditor/basic-modules": "^1.1.7",
  12027. "@wangeditor/code-highlight": "^1.0.3",
  12028. "@wangeditor/core": "^1.1.19",
  12029. "@wangeditor/list-module": "^1.0.5",
  12030. "@wangeditor/table-module": "^1.1.4",
  12031. "@wangeditor/upload-image-module": "^1.0.2",
  12032. "@wangeditor/video-module": "^1.1.4",
  12033. "dom7": "^3.0.0",
  12034. "is-hotkey": "^0.2.0",
  12035. "lodash.camelcase": "^4.3.0",
  12036. "lodash.clonedeep": "^4.5.0",
  12037. "lodash.debounce": "^4.0.8",
  12038. "lodash.foreach": "^4.5.0",
  12039. "lodash.isequal": "^4.5.0",
  12040. "lodash.throttle": "^4.1.1",
  12041. "lodash.toarray": "^4.4.0",
  12042. "nanoid": "^3.2.0",
  12043. "slate": "^0.72.0",
  12044. "snabbdom": "^3.1.0"
  12045. }
  12046. },
  12047. "@wangeditor/editor-for-vue": {
  12048. "version": "5.1.12",
  12049. "requires": {}
  12050. },
  12051. "@wangeditor/list-module": {
  12052. "version": "1.0.5",
  12053. "requires": {}
  12054. },
  12055. "@wangeditor/table-module": {
  12056. "version": "1.1.4",
  12057. "requires": {}
  12058. },
  12059. "@wangeditor/upload-image-module": {
  12060. "version": "1.0.2",
  12061. "requires": {}
  12062. },
  12063. "@wangeditor/video-module": {
  12064. "version": "1.1.4",
  12065. "requires": {}
  12066. },
  12067. "acorn": {
  12068. "version": "8.10.0",
  12069. "dev": true
  12070. },
  12071. "acorn-jsx": {
  12072. "version": "5.3.2",
  12073. "dev": true,
  12074. "requires": {}
  12075. },
  12076. "address": {
  12077. "version": "1.2.2"
  12078. },
  12079. "adler-32": {
  12080. "version": "1.3.1"
  12081. },
  12082. "agentkeepalive": {
  12083. "version": "3.5.2",
  12084. "requires": {
  12085. "humanize-ms": "^1.2.1"
  12086. }
  12087. },
  12088. "ajv": {
  12089. "version": "6.12.6",
  12090. "requires": {
  12091. "fast-deep-equal": "^3.1.1",
  12092. "fast-json-stable-stringify": "^2.0.0",
  12093. "json-schema-traverse": "^0.4.1",
  12094. "uri-js": "^4.2.2"
  12095. }
  12096. },
  12097. "ali-oss": {
  12098. "version": "6.18.1",
  12099. "requires": {
  12100. "address": "^1.2.2",
  12101. "agentkeepalive": "^3.4.1",
  12102. "bowser": "^1.6.0",
  12103. "copy-to": "^2.0.1",
  12104. "dateformat": "^2.0.0",
  12105. "debug": "^4.3.4",
  12106. "destroy": "^1.0.4",
  12107. "end-or-error": "^1.0.1",
  12108. "get-ready": "^1.0.0",
  12109. "humanize-ms": "^1.2.0",
  12110. "is-type-of": "^1.4.0",
  12111. "js-base64": "^2.5.2",
  12112. "jstoxml": "^2.0.0",
  12113. "merge-descriptors": "^1.0.1",
  12114. "mime": "^2.4.5",
  12115. "platform": "^1.3.1",
  12116. "pump": "^3.0.0",
  12117. "sdk-base": "^2.0.1",
  12118. "stream-http": "2.8.2",
  12119. "stream-wormhole": "^1.0.4",
  12120. "urllib": "2.41.0",
  12121. "utility": "^1.18.0",
  12122. "xml2js": "^0.6.2"
  12123. },
  12124. "dependencies": {
  12125. "bowser": {
  12126. "version": "1.9.4"
  12127. },
  12128. "xml2js": {
  12129. "version": "0.6.2",
  12130. "requires": {
  12131. "sax": ">=0.6.0",
  12132. "xmlbuilder": "~11.0.0"
  12133. }
  12134. }
  12135. }
  12136. },
  12137. "ansi-regex": {
  12138. "version": "5.0.1"
  12139. },
  12140. "ansi-styles": {
  12141. "version": "3.2.1",
  12142. "requires": {
  12143. "color-convert": "^1.9.0"
  12144. }
  12145. },
  12146. "any-promise": {
  12147. "version": "1.3.0"
  12148. },
  12149. "anymatch": {
  12150. "version": "3.1.3",
  12151. "requires": {
  12152. "normalize-path": "^3.0.0",
  12153. "picomatch": "^2.0.4"
  12154. }
  12155. },
  12156. "arg": {
  12157. "version": "5.0.2"
  12158. },
  12159. "argparse": {
  12160. "version": "2.0.1",
  12161. "dev": true
  12162. },
  12163. "array-union": {
  12164. "version": "2.1.0",
  12165. "dev": true
  12166. },
  12167. "async-validator": {
  12168. "version": "4.2.5"
  12169. },
  12170. "asynckit": {
  12171. "version": "0.4.0"
  12172. },
  12173. "autoprefixer": {
  12174. "version": "10.4.16",
  12175. "requires": {
  12176. "browserslist": "^4.21.10",
  12177. "caniuse-lite": "^1.0.30001538",
  12178. "fraction.js": "^4.3.6",
  12179. "normalize-range": "^0.1.2",
  12180. "picocolors": "^1.0.0",
  12181. "postcss-value-parser": "^4.2.0"
  12182. }
  12183. },
  12184. "aws-crt": {
  12185. "version": "1.18.0",
  12186. "requires": {
  12187. "@aws-sdk/util-utf8-browser": "^3.109.0",
  12188. "@httptoolkit/websocket-stream": "^6.0.0",
  12189. "axios": "^0.24.0",
  12190. "buffer": "^6.0.3",
  12191. "crypto-js": "^4.0.0",
  12192. "mqtt": "^4.3.7",
  12193. "process": "^0.11.10"
  12194. },
  12195. "dependencies": {
  12196. "axios": {
  12197. "version": "0.24.0",
  12198. "requires": {
  12199. "follow-redirects": "^1.14.4"
  12200. }
  12201. }
  12202. }
  12203. },
  12204. "axios": {
  12205. "version": "1.5.1",
  12206. "requires": {
  12207. "follow-redirects": "^1.15.0",
  12208. "form-data": "^4.0.0",
  12209. "proxy-from-env": "^1.1.0"
  12210. }
  12211. },
  12212. "balanced-match": {
  12213. "version": "1.0.2"
  12214. },
  12215. "base64-js": {
  12216. "version": "1.5.1"
  12217. },
  12218. "batch-processor": {
  12219. "version": "1.0.0"
  12220. },
  12221. "binary-extensions": {
  12222. "version": "2.2.0"
  12223. },
  12224. "bl": {
  12225. "version": "4.1.0",
  12226. "requires": {
  12227. "buffer": "^5.5.0",
  12228. "inherits": "^2.0.4",
  12229. "readable-stream": "^3.4.0"
  12230. },
  12231. "dependencies": {
  12232. "buffer": {
  12233. "version": "5.7.1",
  12234. "requires": {
  12235. "base64-js": "^1.3.1",
  12236. "ieee754": "^1.1.13"
  12237. }
  12238. },
  12239. "readable-stream": {
  12240. "version": "3.6.2",
  12241. "requires": {
  12242. "inherits": "^2.0.3",
  12243. "string_decoder": "^1.1.1",
  12244. "util-deprecate": "^1.0.1"
  12245. }
  12246. }
  12247. }
  12248. },
  12249. "boolbase": {
  12250. "version": "1.0.0",
  12251. "dev": true
  12252. },
  12253. "bowser": {
  12254. "version": "2.11.0"
  12255. },
  12256. "brace-expansion": {
  12257. "version": "1.1.11",
  12258. "requires": {
  12259. "balanced-match": "^1.0.0",
  12260. "concat-map": "0.0.1"
  12261. }
  12262. },
  12263. "braces": {
  12264. "version": "3.0.2",
  12265. "requires": {
  12266. "fill-range": "^7.0.1"
  12267. }
  12268. },
  12269. "browserslist": {
  12270. "version": "4.22.1",
  12271. "requires": {
  12272. "caniuse-lite": "^1.0.30001541",
  12273. "electron-to-chromium": "^1.4.535",
  12274. "node-releases": "^2.0.13",
  12275. "update-browserslist-db": "^1.0.13"
  12276. },
  12277. "dependencies": {
  12278. "electron-to-chromium": {
  12279. "version": "1.4.548"
  12280. }
  12281. }
  12282. },
  12283. "buffer": {
  12284. "version": "6.0.3",
  12285. "requires": {
  12286. "base64-js": "^1.3.1",
  12287. "ieee754": "^1.2.1"
  12288. }
  12289. },
  12290. "buffer-from": {
  12291. "version": "1.1.2"
  12292. },
  12293. "builtin-status-codes": {
  12294. "version": "3.0.0"
  12295. },
  12296. "call-bind": {
  12297. "version": "1.0.2",
  12298. "requires": {
  12299. "function-bind": "^1.1.1",
  12300. "get-intrinsic": "^1.0.2"
  12301. }
  12302. },
  12303. "callsites": {
  12304. "version": "3.1.0",
  12305. "dev": true
  12306. },
  12307. "camelcase": {
  12308. "version": "6.3.0"
  12309. },
  12310. "camelcase-css": {
  12311. "version": "2.0.1"
  12312. },
  12313. "caniuse-lite": {
  12314. "version": "1.0.30001547"
  12315. },
  12316. "chalk": {
  12317. "version": "2.4.2",
  12318. "requires": {
  12319. "ansi-styles": "^3.2.1",
  12320. "escape-string-regexp": "^1.0.5",
  12321. "supports-color": "^5.3.0"
  12322. }
  12323. },
  12324. "chokidar": {
  12325. "version": "3.5.3",
  12326. "requires": {
  12327. "anymatch": "~3.1.2",
  12328. "braces": "~3.0.2",
  12329. "fsevents": "~2.3.2",
  12330. "glob-parent": "~5.1.2",
  12331. "is-binary-path": "~2.1.0",
  12332. "is-glob": "~4.0.1",
  12333. "normalize-path": "~3.0.0",
  12334. "readdirp": "~3.6.0"
  12335. },
  12336. "dependencies": {
  12337. "glob-parent": {
  12338. "version": "5.1.2",
  12339. "requires": {
  12340. "is-glob": "^4.0.1"
  12341. }
  12342. }
  12343. }
  12344. },
  12345. "claygl": {
  12346. "version": "1.3.0"
  12347. },
  12348. "clipboard": {
  12349. "version": "2.0.11",
  12350. "requires": {
  12351. "good-listener": "^1.2.2",
  12352. "select": "^1.1.2",
  12353. "tiny-emitter": "^2.0.0"
  12354. }
  12355. },
  12356. "clone": {
  12357. "version": "2.1.2"
  12358. },
  12359. "color-convert": {
  12360. "version": "1.9.3",
  12361. "requires": {
  12362. "color-name": "1.1.3"
  12363. }
  12364. },
  12365. "color-name": {
  12366. "version": "1.1.3"
  12367. },
  12368. "combined-stream": {
  12369. "version": "1.0.8",
  12370. "requires": {
  12371. "delayed-stream": "~1.0.0"
  12372. }
  12373. },
  12374. "commander": {
  12375. "version": "4.1.1"
  12376. },
  12377. "commist": {
  12378. "version": "1.1.0",
  12379. "requires": {
  12380. "leven": "^2.1.0",
  12381. "minimist": "^1.1.0"
  12382. }
  12383. },
  12384. "compute-scroll-into-view": {
  12385. "version": "1.0.20"
  12386. },
  12387. "concat-map": {
  12388. "version": "0.0.1"
  12389. },
  12390. "concat-stream": {
  12391. "version": "2.0.0",
  12392. "requires": {
  12393. "buffer-from": "^1.0.0",
  12394. "inherits": "^2.0.3",
  12395. "readable-stream": "^3.0.2",
  12396. "typedarray": "^0.0.6"
  12397. },
  12398. "dependencies": {
  12399. "readable-stream": {
  12400. "version": "3.6.2",
  12401. "requires": {
  12402. "inherits": "^2.0.3",
  12403. "string_decoder": "^1.1.1",
  12404. "util-deprecate": "^1.0.1"
  12405. }
  12406. }
  12407. }
  12408. },
  12409. "content-type": {
  12410. "version": "1.0.5"
  12411. },
  12412. "convert-source-map": {
  12413. "version": "2.0.0"
  12414. },
  12415. "copy-to": {
  12416. "version": "2.0.1"
  12417. },
  12418. "core-js": {
  12419. "version": "2.6.12"
  12420. },
  12421. "core-util-is": {
  12422. "version": "1.0.3"
  12423. },
  12424. "cos-js-sdk-v5": {
  12425. "version": "1.4.21",
  12426. "requires": {
  12427. "@xmldom/xmldom": "^0.8.6"
  12428. },
  12429. "dependencies": {
  12430. "@xmldom/xmldom": {
  12431. "version": "0.8.10"
  12432. }
  12433. }
  12434. },
  12435. "countup.js": {
  12436. "version": "2.8.0"
  12437. },
  12438. "crc-32": {
  12439. "version": "1.2.2"
  12440. },
  12441. "cropperjs": {
  12442. "version": "1.6.1"
  12443. },
  12444. "cross-spawn": {
  12445. "version": "7.0.3",
  12446. "requires": {
  12447. "path-key": "^3.1.0",
  12448. "shebang-command": "^2.0.0",
  12449. "which": "^2.0.1"
  12450. }
  12451. },
  12452. "crypto-js": {
  12453. "version": "4.1.1"
  12454. },
  12455. "cssesc": {
  12456. "version": "3.0.0"
  12457. },
  12458. "csstype": {
  12459. "version": "3.1.2"
  12460. },
  12461. "d": {
  12462. "version": "1.0.1",
  12463. "requires": {
  12464. "es5-ext": "^0.10.50",
  12465. "type": "^1.0.1"
  12466. },
  12467. "dependencies": {
  12468. "es5-ext": {
  12469. "version": "0.10.62",
  12470. "requires": {
  12471. "es6-iterator": "^2.0.3",
  12472. "es6-symbol": "^3.1.3",
  12473. "next-tick": "^1.1.0"
  12474. }
  12475. }
  12476. }
  12477. },
  12478. "dateformat": {
  12479. "version": "2.2.0"
  12480. },
  12481. "dayjs": {
  12482. "version": "1.11.10",
  12483. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
  12484. "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
  12485. },
  12486. "debounce": {
  12487. "version": "1.2.1"
  12488. },
  12489. "debug": {
  12490. "version": "4.3.4",
  12491. "requires": {
  12492. "ms": "2.1.2"
  12493. }
  12494. },
  12495. "deep-equal": {
  12496. "version": "1.1.1",
  12497. "requires": {
  12498. "is-arguments": "^1.0.4",
  12499. "is-date-object": "^1.0.1",
  12500. "is-regex": "^1.0.4",
  12501. "object-is": "^1.0.1",
  12502. "object-keys": "^1.1.1",
  12503. "regexp.prototype.flags": "^1.2.0"
  12504. }
  12505. },
  12506. "deep-is": {
  12507. "version": "0.1.4",
  12508. "dev": true
  12509. },
  12510. "default-user-agent": {
  12511. "version": "1.0.0",
  12512. "requires": {
  12513. "os-name": "~1.0.3"
  12514. }
  12515. },
  12516. "define-data-property": {
  12517. "version": "1.1.0",
  12518. "requires": {
  12519. "get-intrinsic": "^1.2.1",
  12520. "gopd": "^1.0.1",
  12521. "has-property-descriptors": "^1.0.0"
  12522. }
  12523. },
  12524. "define-properties": {
  12525. "version": "1.2.1",
  12526. "requires": {
  12527. "define-data-property": "^1.0.1",
  12528. "has-property-descriptors": "^1.0.0",
  12529. "object-keys": "^1.1.1"
  12530. }
  12531. },
  12532. "delayed-stream": {
  12533. "version": "1.0.0"
  12534. },
  12535. "delegate": {
  12536. "version": "3.2.0"
  12537. },
  12538. "destroy": {
  12539. "version": "1.2.0"
  12540. },
  12541. "didyoumean": {
  12542. "version": "1.2.2"
  12543. },
  12544. "digest-header": {
  12545. "version": "1.1.0"
  12546. },
  12547. "dir-glob": {
  12548. "version": "3.0.1",
  12549. "dev": true,
  12550. "requires": {
  12551. "path-type": "^4.0.0"
  12552. }
  12553. },
  12554. "dlv": {
  12555. "version": "1.1.3"
  12556. },
  12557. "doctrine": {
  12558. "version": "3.0.0",
  12559. "dev": true,
  12560. "requires": {
  12561. "esutils": "^2.0.2"
  12562. }
  12563. },
  12564. "dom-zindex": {
  12565. "version": "1.0.1"
  12566. },
  12567. "dom7": {
  12568. "version": "3.0.0",
  12569. "requires": {
  12570. "ssr-window": "^3.0.0-alpha.1"
  12571. }
  12572. },
  12573. "duplexify": {
  12574. "version": "3.7.1",
  12575. "requires": {
  12576. "end-of-stream": "^1.0.0",
  12577. "inherits": "^2.0.1",
  12578. "readable-stream": "^2.0.0",
  12579. "stream-shift": "^1.0.0"
  12580. }
  12581. },
  12582. "e-icon-picker": {
  12583. "version": "2.1.1",
  12584. "requires": {
  12585. "@popperjs/core": "^2.11.6",
  12586. "@vue/shared": "^3.2.45",
  12587. "@vueuse/core": "^9.9.0",
  12588. "debounce": "^1.2.1",
  12589. "vue": "^3.2.45"
  12590. }
  12591. },
  12592. "eastasianwidth": {
  12593. "version": "0.2.0"
  12594. },
  12595. "echarts": {
  12596. "version": "5.4.3",
  12597. "requires": {
  12598. "tslib": "2.3.0",
  12599. "zrender": "5.4.4"
  12600. },
  12601. "dependencies": {
  12602. "tslib": {
  12603. "version": "2.3.0"
  12604. }
  12605. }
  12606. },
  12607. "echarts-gl": {
  12608. "version": "2.0.9",
  12609. "requires": {
  12610. "claygl": "^1.2.1",
  12611. "zrender": "^5.1.1"
  12612. }
  12613. },
  12614. "echarts-wordcloud": {
  12615. "version": "2.1.0",
  12616. "requires": {}
  12617. },
  12618. "ee-first": {
  12619. "version": "1.1.1"
  12620. },
  12621. "element-plus": {
  12622. "version": "2.3.14",
  12623. "requires": {
  12624. "@ctrl/tinycolor": "^3.4.1",
  12625. "@element-plus/icons-vue": "^2.0.6",
  12626. "@floating-ui/dom": "^1.0.1",
  12627. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  12628. "@types/lodash": "^4.14.182",
  12629. "@types/lodash-es": "^4.17.6",
  12630. "@vueuse/core": "^9.1.0",
  12631. "async-validator": "^4.2.5",
  12632. "dayjs": "^1.11.3",
  12633. "escape-html": "^1.0.3",
  12634. "lodash": "^4.17.21",
  12635. "lodash-es": "^4.17.21",
  12636. "lodash-unified": "^1.0.2",
  12637. "memoize-one": "^6.0.0",
  12638. "normalize-wheel-es": "^1.2.0"
  12639. }
  12640. },
  12641. "element-resize-detector": {
  12642. "version": "1.2.4",
  12643. "requires": {
  12644. "batch-processor": "1.0.0"
  12645. }
  12646. },
  12647. "element-tree-line": {
  12648. "version": "0.2.1",
  12649. "requires": {}
  12650. },
  12651. "emoji-regex": {
  12652. "version": "9.2.2"
  12653. },
  12654. "end-of-stream": {
  12655. "version": "1.4.4",
  12656. "requires": {
  12657. "once": "^1.4.0"
  12658. }
  12659. },
  12660. "end-or-error": {
  12661. "version": "1.0.1"
  12662. },
  12663. "es6-iterator": {
  12664. "version": "2.0.3",
  12665. "requires": {
  12666. "d": "1",
  12667. "es5-ext": "^0.10.35",
  12668. "es6-symbol": "^3.1.1"
  12669. },
  12670. "dependencies": {
  12671. "es5-ext": {
  12672. "version": "0.10.62",
  12673. "requires": {
  12674. "es6-iterator": "^2.0.3",
  12675. "es6-symbol": "^3.1.3",
  12676. "next-tick": "^1.1.0"
  12677. }
  12678. }
  12679. }
  12680. },
  12681. "es6-symbol": {
  12682. "version": "3.1.3",
  12683. "requires": {
  12684. "d": "^1.0.1",
  12685. "ext": "^1.1.2"
  12686. }
  12687. },
  12688. "escalade": {
  12689. "version": "3.1.1"
  12690. },
  12691. "escape-html": {
  12692. "version": "1.0.3"
  12693. },
  12694. "escape-string-regexp": {
  12695. "version": "1.0.5"
  12696. },
  12697. "eslint": {
  12698. "version": "8.51.0",
  12699. "dev": true,
  12700. "requires": {
  12701. "@eslint-community/eslint-utils": "^4.2.0",
  12702. "@eslint-community/regexpp": "^4.6.1",
  12703. "@eslint/eslintrc": "^2.1.2",
  12704. "@eslint/js": "8.51.0",
  12705. "@humanwhocodes/config-array": "^0.11.11",
  12706. "@humanwhocodes/module-importer": "^1.0.1",
  12707. "@nodelib/fs.walk": "^1.2.8",
  12708. "ajv": "^6.12.4",
  12709. "chalk": "^4.0.0",
  12710. "cross-spawn": "^7.0.2",
  12711. "debug": "^4.3.2",
  12712. "doctrine": "^3.0.0",
  12713. "escape-string-regexp": "^4.0.0",
  12714. "eslint-scope": "^7.2.2",
  12715. "eslint-visitor-keys": "^3.4.3",
  12716. "espree": "^9.6.1",
  12717. "esquery": "^1.4.2",
  12718. "esutils": "^2.0.2",
  12719. "fast-deep-equal": "^3.1.3",
  12720. "file-entry-cache": "^6.0.1",
  12721. "find-up": "^5.0.0",
  12722. "glob-parent": "^6.0.2",
  12723. "globals": "^13.19.0",
  12724. "graphemer": "^1.4.0",
  12725. "ignore": "^5.2.0",
  12726. "imurmurhash": "^0.1.4",
  12727. "is-glob": "^4.0.0",
  12728. "is-path-inside": "^3.0.3",
  12729. "js-yaml": "^4.1.0",
  12730. "json-stable-stringify-without-jsonify": "^1.0.1",
  12731. "levn": "^0.4.1",
  12732. "lodash.merge": "^4.6.2",
  12733. "minimatch": "^3.1.2",
  12734. "natural-compare": "^1.4.0",
  12735. "optionator": "^0.9.3",
  12736. "strip-ansi": "^6.0.1",
  12737. "text-table": "^0.2.0"
  12738. },
  12739. "dependencies": {
  12740. "ansi-styles": {
  12741. "version": "4.3.0",
  12742. "dev": true,
  12743. "requires": {
  12744. "color-convert": "^2.0.1"
  12745. }
  12746. },
  12747. "chalk": {
  12748. "version": "4.1.2",
  12749. "dev": true,
  12750. "requires": {
  12751. "ansi-styles": "^4.1.0",
  12752. "supports-color": "^7.1.0"
  12753. }
  12754. },
  12755. "color-convert": {
  12756. "version": "2.0.1",
  12757. "dev": true,
  12758. "requires": {
  12759. "color-name": "~1.1.4"
  12760. }
  12761. },
  12762. "color-name": {
  12763. "version": "1.1.4",
  12764. "dev": true
  12765. },
  12766. "escape-string-regexp": {
  12767. "version": "4.0.0",
  12768. "dev": true
  12769. },
  12770. "eslint-scope": {
  12771. "version": "7.2.2",
  12772. "dev": true,
  12773. "requires": {
  12774. "esrecurse": "^4.3.0",
  12775. "estraverse": "^5.2.0"
  12776. }
  12777. },
  12778. "estraverse": {
  12779. "version": "5.3.0",
  12780. "dev": true
  12781. },
  12782. "globals": {
  12783. "version": "13.23.0",
  12784. "dev": true,
  12785. "requires": {
  12786. "type-fest": "^0.20.2"
  12787. }
  12788. },
  12789. "has-flag": {
  12790. "version": "4.0.0",
  12791. "dev": true
  12792. },
  12793. "supports-color": {
  12794. "version": "7.2.0",
  12795. "dev": true,
  12796. "requires": {
  12797. "has-flag": "^4.0.0"
  12798. }
  12799. }
  12800. }
  12801. },
  12802. "eslint-plugin-vue": {
  12803. "version": "9.17.0",
  12804. "dev": true,
  12805. "requires": {
  12806. "@eslint-community/eslint-utils": "^4.4.0",
  12807. "natural-compare": "^1.4.0",
  12808. "nth-check": "^2.1.1",
  12809. "postcss-selector-parser": "^6.0.13",
  12810. "semver": "^7.5.4",
  12811. "vue-eslint-parser": "^9.3.1",
  12812. "xml-name-validator": "^4.0.0"
  12813. }
  12814. },
  12815. "eslint-scope": {
  12816. "version": "5.1.1",
  12817. "dev": true,
  12818. "requires": {
  12819. "esrecurse": "^4.3.0",
  12820. "estraverse": "^4.1.1"
  12821. }
  12822. },
  12823. "eslint-visitor-keys": {
  12824. "version": "3.4.3",
  12825. "dev": true
  12826. },
  12827. "espree": {
  12828. "version": "9.6.1",
  12829. "dev": true,
  12830. "requires": {
  12831. "acorn": "^8.9.0",
  12832. "acorn-jsx": "^5.3.2",
  12833. "eslint-visitor-keys": "^3.4.1"
  12834. }
  12835. },
  12836. "esquery": {
  12837. "version": "1.5.0",
  12838. "dev": true,
  12839. "requires": {
  12840. "estraverse": "^5.1.0"
  12841. },
  12842. "dependencies": {
  12843. "estraverse": {
  12844. "version": "5.3.0",
  12845. "dev": true
  12846. }
  12847. }
  12848. },
  12849. "esrecurse": {
  12850. "version": "4.3.0",
  12851. "dev": true,
  12852. "requires": {
  12853. "estraverse": "^5.2.0"
  12854. },
  12855. "dependencies": {
  12856. "estraverse": {
  12857. "version": "5.3.0",
  12858. "dev": true
  12859. }
  12860. }
  12861. },
  12862. "estraverse": {
  12863. "version": "4.3.0",
  12864. "dev": true
  12865. },
  12866. "estree-walker": {
  12867. "version": "2.0.2"
  12868. },
  12869. "esutils": {
  12870. "version": "2.0.3",
  12871. "dev": true
  12872. },
  12873. "event-emitter": {
  12874. "version": "0.3.5",
  12875. "requires": {
  12876. "d": "1",
  12877. "es5-ext": "~0.10.14"
  12878. },
  12879. "dependencies": {
  12880. "es5-ext": {
  12881. "version": "0.10.62",
  12882. "requires": {
  12883. "es6-iterator": "^2.0.3",
  12884. "es6-symbol": "^3.1.3",
  12885. "next-tick": "^1.1.0"
  12886. }
  12887. }
  12888. }
  12889. },
  12890. "eventemitter3": {
  12891. "version": "2.0.3"
  12892. },
  12893. "ext": {
  12894. "version": "1.7.0",
  12895. "requires": {
  12896. "type": "^2.7.2"
  12897. },
  12898. "dependencies": {
  12899. "type": {
  12900. "version": "2.7.2"
  12901. }
  12902. }
  12903. },
  12904. "extend": {
  12905. "version": "3.0.2"
  12906. },
  12907. "extend-shallow": {
  12908. "version": "2.0.1",
  12909. "requires": {
  12910. "is-extendable": "^0.1.0"
  12911. }
  12912. },
  12913. "fast-deep-equal": {
  12914. "version": "3.1.3"
  12915. },
  12916. "fast-diff": {
  12917. "version": "1.1.2"
  12918. },
  12919. "fast-glob": {
  12920. "version": "3.3.1",
  12921. "requires": {
  12922. "@nodelib/fs.stat": "^2.0.2",
  12923. "@nodelib/fs.walk": "^1.2.3",
  12924. "glob-parent": "^5.1.2",
  12925. "merge2": "^1.3.0",
  12926. "micromatch": "^4.0.4"
  12927. },
  12928. "dependencies": {
  12929. "glob-parent": {
  12930. "version": "5.1.2",
  12931. "requires": {
  12932. "is-glob": "^4.0.1"
  12933. }
  12934. }
  12935. }
  12936. },
  12937. "fast-json-stable-stringify": {
  12938. "version": "2.1.0"
  12939. },
  12940. "fast-levenshtein": {
  12941. "version": "2.0.6",
  12942. "dev": true
  12943. },
  12944. "fast-xml-parser": {
  12945. "version": "4.2.5",
  12946. "requires": {
  12947. "strnum": "^1.0.5"
  12948. }
  12949. },
  12950. "fastq": {
  12951. "version": "1.15.0",
  12952. "requires": {
  12953. "reusify": "^1.0.4"
  12954. }
  12955. },
  12956. "file-entry-cache": {
  12957. "version": "6.0.1",
  12958. "dev": true,
  12959. "requires": {
  12960. "flat-cache": "^3.0.4"
  12961. }
  12962. },
  12963. "file-saver": {
  12964. "version": "2.0.5"
  12965. },
  12966. "fill-range": {
  12967. "version": "7.0.1",
  12968. "requires": {
  12969. "to-regex-range": "^5.0.1"
  12970. }
  12971. },
  12972. "find-up": {
  12973. "version": "5.0.0",
  12974. "dev": true,
  12975. "requires": {
  12976. "locate-path": "^6.0.0",
  12977. "path-exists": "^4.0.0"
  12978. }
  12979. },
  12980. "flat-cache": {
  12981. "version": "3.1.1",
  12982. "dev": true,
  12983. "requires": {
  12984. "flatted": "^3.2.9",
  12985. "keyv": "^4.5.3",
  12986. "rimraf": "^3.0.2"
  12987. }
  12988. },
  12989. "flatted": {
  12990. "version": "3.2.9",
  12991. "dev": true
  12992. },
  12993. "follow-redirects": {
  12994. "version": "1.15.3"
  12995. },
  12996. "font-awesome": {
  12997. "version": "4.7.0"
  12998. },
  12999. "foreground-child": {
  13000. "version": "3.1.1",
  13001. "requires": {
  13002. "cross-spawn": "^7.0.0",
  13003. "signal-exit": "^4.0.1"
  13004. }
  13005. },
  13006. "form-data": {
  13007. "version": "4.0.0",
  13008. "requires": {
  13009. "asynckit": "^0.4.0",
  13010. "combined-stream": "^1.0.8",
  13011. "mime-types": "^2.1.12"
  13012. }
  13013. },
  13014. "formstream": {
  13015. "version": "1.3.1",
  13016. "requires": {
  13017. "destroy": "^1.0.4",
  13018. "mime": "^2.5.2",
  13019. "pause-stream": "~0.0.11"
  13020. }
  13021. },
  13022. "frac": {
  13023. "version": "1.1.2"
  13024. },
  13025. "fraction.js": {
  13026. "version": "4.3.6"
  13027. },
  13028. "fs.realpath": {
  13029. "version": "1.0.0"
  13030. },
  13031. "function-bind": {
  13032. "version": "1.1.1"
  13033. },
  13034. "functions-have-names": {
  13035. "version": "1.2.3"
  13036. },
  13037. "gensync": {
  13038. "version": "1.0.0-beta.2"
  13039. },
  13040. "get-intrinsic": {
  13041. "version": "1.2.1",
  13042. "requires": {
  13043. "function-bind": "^1.1.1",
  13044. "has": "^1.0.3",
  13045. "has-proto": "^1.0.1",
  13046. "has-symbols": "^1.0.3"
  13047. }
  13048. },
  13049. "get-ready": {
  13050. "version": "1.0.0"
  13051. },
  13052. "glob": {
  13053. "version": "10.3.10",
  13054. "requires": {
  13055. "foreground-child": "^3.1.0",
  13056. "jackspeak": "^2.3.5",
  13057. "minimatch": "^9.0.1",
  13058. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
  13059. "path-scurry": "^1.10.1"
  13060. },
  13061. "dependencies": {
  13062. "brace-expansion": {
  13063. "version": "2.0.1",
  13064. "requires": {
  13065. "balanced-match": "^1.0.0"
  13066. }
  13067. },
  13068. "minimatch": {
  13069. "version": "9.0.3",
  13070. "requires": {
  13071. "brace-expansion": "^2.0.1"
  13072. }
  13073. }
  13074. }
  13075. },
  13076. "glob-parent": {
  13077. "version": "6.0.2",
  13078. "requires": {
  13079. "is-glob": "^4.0.3"
  13080. }
  13081. },
  13082. "globals": {
  13083. "version": "11.12.0"
  13084. },
  13085. "globby": {
  13086. "version": "11.1.0",
  13087. "dev": true,
  13088. "requires": {
  13089. "array-union": "^2.1.0",
  13090. "dir-glob": "^3.0.1",
  13091. "fast-glob": "^3.2.9",
  13092. "ignore": "^5.2.0",
  13093. "merge2": "^1.4.1",
  13094. "slash": "^3.0.0"
  13095. }
  13096. },
  13097. "good-listener": {
  13098. "version": "1.2.2",
  13099. "requires": {
  13100. "delegate": "^3.1.2"
  13101. }
  13102. },
  13103. "gopd": {
  13104. "version": "1.0.1",
  13105. "requires": {
  13106. "get-intrinsic": "^1.1.3"
  13107. }
  13108. },
  13109. "graphemer": {
  13110. "version": "1.4.0",
  13111. "dev": true
  13112. },
  13113. "has": {
  13114. "version": "1.0.4"
  13115. },
  13116. "has-flag": {
  13117. "version": "3.0.0"
  13118. },
  13119. "has-property-descriptors": {
  13120. "version": "1.0.0",
  13121. "requires": {
  13122. "get-intrinsic": "^1.1.1"
  13123. }
  13124. },
  13125. "has-proto": {
  13126. "version": "1.0.1"
  13127. },
  13128. "has-symbols": {
  13129. "version": "1.0.3"
  13130. },
  13131. "has-tostringtag": {
  13132. "version": "1.0.0",
  13133. "requires": {
  13134. "has-symbols": "^1.0.2"
  13135. }
  13136. },
  13137. "help-me": {
  13138. "version": "3.0.0",
  13139. "requires": {
  13140. "glob": "^7.1.6",
  13141. "readable-stream": "^3.6.0"
  13142. },
  13143. "dependencies": {
  13144. "glob": {
  13145. "version": "7.2.3",
  13146. "requires": {
  13147. "fs.realpath": "^1.0.0",
  13148. "inflight": "^1.0.4",
  13149. "inherits": "2",
  13150. "minimatch": "^3.1.1",
  13151. "once": "^1.3.0",
  13152. "path-is-absolute": "^1.0.0"
  13153. }
  13154. },
  13155. "readable-stream": {
  13156. "version": "3.6.2",
  13157. "requires": {
  13158. "inherits": "^2.0.3",
  13159. "string_decoder": "^1.1.1",
  13160. "util-deprecate": "^1.0.1"
  13161. }
  13162. }
  13163. }
  13164. },
  13165. "html-tags": {
  13166. "version": "3.3.1"
  13167. },
  13168. "html-void-elements": {
  13169. "version": "2.0.1"
  13170. },
  13171. "humanize-duration": {
  13172. "version": "3.30.0"
  13173. },
  13174. "humanize-ms": {
  13175. "version": "1.2.1",
  13176. "requires": {
  13177. "ms": "^2.0.0"
  13178. }
  13179. },
  13180. "i18next": {
  13181. "version": "20.6.1",
  13182. "requires": {
  13183. "@babel/runtime": "^7.12.0"
  13184. }
  13185. },
  13186. "iconv-lite": {
  13187. "version": "0.4.24",
  13188. "requires": {
  13189. "safer-buffer": ">= 2.1.2 < 3"
  13190. }
  13191. },
  13192. "ieee754": {
  13193. "version": "1.2.1"
  13194. },
  13195. "ignore": {
  13196. "version": "5.2.4",
  13197. "dev": true
  13198. },
  13199. "immer": {
  13200. "version": "9.0.21"
  13201. },
  13202. "immutable": {
  13203. "version": "4.3.4",
  13204. "devOptional": true
  13205. },
  13206. "import-fresh": {
  13207. "version": "3.3.0",
  13208. "dev": true,
  13209. "requires": {
  13210. "parent-module": "^1.0.0",
  13211. "resolve-from": "^4.0.0"
  13212. }
  13213. },
  13214. "imurmurhash": {
  13215. "version": "0.1.4",
  13216. "dev": true
  13217. },
  13218. "inflight": {
  13219. "version": "1.0.6",
  13220. "requires": {
  13221. "once": "^1.3.0",
  13222. "wrappy": "1"
  13223. }
  13224. },
  13225. "inherits": {
  13226. "version": "2.0.4"
  13227. },
  13228. "ip": {
  13229. "version": "1.1.8"
  13230. },
  13231. "is-arguments": {
  13232. "version": "1.1.1",
  13233. "requires": {
  13234. "call-bind": "^1.0.2",
  13235. "has-tostringtag": "^1.0.0"
  13236. }
  13237. },
  13238. "is-binary-path": {
  13239. "version": "2.1.0",
  13240. "requires": {
  13241. "binary-extensions": "^2.0.0"
  13242. }
  13243. },
  13244. "is-class-hotfix": {
  13245. "version": "0.0.6"
  13246. },
  13247. "is-core-module": {
  13248. "version": "2.13.0",
  13249. "requires": {
  13250. "has": "^1.0.3"
  13251. }
  13252. },
  13253. "is-date-object": {
  13254. "version": "1.0.5",
  13255. "requires": {
  13256. "has-tostringtag": "^1.0.0"
  13257. }
  13258. },
  13259. "is-extendable": {
  13260. "version": "0.1.1"
  13261. },
  13262. "is-extglob": {
  13263. "version": "2.1.1"
  13264. },
  13265. "is-fullwidth-code-point": {
  13266. "version": "3.0.0"
  13267. },
  13268. "is-glob": {
  13269. "version": "4.0.3",
  13270. "requires": {
  13271. "is-extglob": "^2.1.1"
  13272. }
  13273. },
  13274. "is-hotkey": {
  13275. "version": "0.2.0"
  13276. },
  13277. "is-number": {
  13278. "version": "7.0.0"
  13279. },
  13280. "is-path-inside": {
  13281. "version": "3.0.3",
  13282. "dev": true
  13283. },
  13284. "is-plain-object": {
  13285. "version": "5.0.0"
  13286. },
  13287. "is-regex": {
  13288. "version": "1.1.4",
  13289. "requires": {
  13290. "call-bind": "^1.0.2",
  13291. "has-tostringtag": "^1.0.0"
  13292. }
  13293. },
  13294. "is-type-of": {
  13295. "version": "1.4.0",
  13296. "requires": {
  13297. "core-util-is": "^1.0.2",
  13298. "is-class-hotfix": "~0.0.6",
  13299. "isstream": "~0.1.2"
  13300. }
  13301. },
  13302. "is-url": {
  13303. "version": "1.2.4"
  13304. },
  13305. "isarray": {
  13306. "version": "1.0.0"
  13307. },
  13308. "isexe": {
  13309. "version": "2.0.0"
  13310. },
  13311. "isomorphic-ws": {
  13312. "version": "4.0.1",
  13313. "requires": {}
  13314. },
  13315. "isstream": {
  13316. "version": "0.1.2"
  13317. },
  13318. "jackspeak": {
  13319. "version": "2.3.6",
  13320. "requires": {
  13321. "@isaacs/cliui": "^8.0.2",
  13322. "@pkgjs/parseargs": "^0.11.0"
  13323. }
  13324. },
  13325. "javascript-natural-sort": {
  13326. "version": "0.7.1"
  13327. },
  13328. "jiti": {
  13329. "version": "1.20.0"
  13330. },
  13331. "jmespath": {
  13332. "version": "0.16.0"
  13333. },
  13334. "js-base64": {
  13335. "version": "2.6.4"
  13336. },
  13337. "js-cookie": {
  13338. "version": "3.0.5"
  13339. },
  13340. "js-sdsl": {
  13341. "version": "4.3.0"
  13342. },
  13343. "js-table2excel": {
  13344. "version": "1.1.2"
  13345. },
  13346. "js-tokens": {
  13347. "version": "4.0.0"
  13348. },
  13349. "js-yaml": {
  13350. "version": "4.1.0",
  13351. "dev": true,
  13352. "requires": {
  13353. "argparse": "^2.0.1"
  13354. }
  13355. },
  13356. "jsesc": {
  13357. "version": "2.5.2"
  13358. },
  13359. "json-buffer": {
  13360. "version": "3.0.1",
  13361. "dev": true
  13362. },
  13363. "json-schema-traverse": {
  13364. "version": "0.4.1"
  13365. },
  13366. "json-source-map": {
  13367. "version": "0.6.1"
  13368. },
  13369. "json-stable-stringify-without-jsonify": {
  13370. "version": "1.0.1",
  13371. "dev": true
  13372. },
  13373. "json5": {
  13374. "version": "2.2.3"
  13375. },
  13376. "jsonc-parser": {
  13377. "version": "3.2.0",
  13378. "resolved": "https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz",
  13379. "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==",
  13380. "dev": true
  13381. },
  13382. "jsoneditor": {
  13383. "version": "9.10.3",
  13384. "requires": {
  13385. "ace-builds": "^1.27.0",
  13386. "ajv": "^6.12.6",
  13387. "javascript-natural-sort": "^0.7.1",
  13388. "jmespath": "^0.16.0",
  13389. "json-source-map": "^0.6.1",
  13390. "jsonrepair": "^3.2.1",
  13391. "mobius1-selectr": "^2.4.13",
  13392. "picomodal": "^3.0.0",
  13393. "vanilla-picker": "^2.12.2"
  13394. },
  13395. "dependencies": {
  13396. "ace-builds": {
  13397. "version": "1.29.0"
  13398. }
  13399. }
  13400. },
  13401. "jsonrepair": {
  13402. "version": "3.2.4"
  13403. },
  13404. "jsplumb": {
  13405. "version": "2.15.6"
  13406. },
  13407. "jstoxml": {
  13408. "version": "2.2.9"
  13409. },
  13410. "keyv": {
  13411. "version": "4.5.4",
  13412. "dev": true,
  13413. "requires": {
  13414. "json-buffer": "3.0.1"
  13415. }
  13416. },
  13417. "leven": {
  13418. "version": "2.1.0"
  13419. },
  13420. "levn": {
  13421. "version": "0.4.1",
  13422. "dev": true,
  13423. "requires": {
  13424. "prelude-ls": "^1.2.1",
  13425. "type-check": "~0.4.0"
  13426. }
  13427. },
  13428. "lilconfig": {
  13429. "version": "2.1.0"
  13430. },
  13431. "lines-and-columns": {
  13432. "version": "1.2.4"
  13433. },
  13434. "local-pkg": {
  13435. "version": "0.4.3",
  13436. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.4.3.tgz",
  13437. "integrity": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==",
  13438. "dev": true
  13439. },
  13440. "locate-path": {
  13441. "version": "6.0.0",
  13442. "dev": true,
  13443. "requires": {
  13444. "p-locate": "^5.0.0"
  13445. }
  13446. },
  13447. "lodash": {
  13448. "version": "4.17.21"
  13449. },
  13450. "lodash-es": {
  13451. "version": "4.17.21"
  13452. },
  13453. "lodash-unified": {
  13454. "version": "1.0.3",
  13455. "requires": {}
  13456. },
  13457. "lodash.camelcase": {
  13458. "version": "4.3.0"
  13459. },
  13460. "lodash.clonedeep": {
  13461. "version": "4.5.0"
  13462. },
  13463. "lodash.debounce": {
  13464. "version": "4.0.8"
  13465. },
  13466. "lodash.foreach": {
  13467. "version": "4.5.0"
  13468. },
  13469. "lodash.isequal": {
  13470. "version": "4.5.0"
  13471. },
  13472. "lodash.merge": {
  13473. "version": "4.6.2",
  13474. "dev": true
  13475. },
  13476. "lodash.throttle": {
  13477. "version": "4.1.1"
  13478. },
  13479. "lodash.toarray": {
  13480. "version": "4.4.0"
  13481. },
  13482. "lru-cache": {
  13483. "version": "10.0.1"
  13484. },
  13485. "magic-string": {
  13486. "version": "0.30.4",
  13487. "requires": {
  13488. "@jridgewell/sourcemap-codec": "^1.4.15"
  13489. }
  13490. },
  13491. "memoize-one": {
  13492. "version": "6.0.0"
  13493. },
  13494. "merge-descriptors": {
  13495. "version": "1.0.1"
  13496. },
  13497. "merge2": {
  13498. "version": "1.4.1"
  13499. },
  13500. "micromatch": {
  13501. "version": "4.0.5",
  13502. "requires": {
  13503. "braces": "^3.0.2",
  13504. "picomatch": "^2.3.1"
  13505. }
  13506. },
  13507. "mime": {
  13508. "version": "2.6.0"
  13509. },
  13510. "mime-db": {
  13511. "version": "1.52.0"
  13512. },
  13513. "mime-match": {
  13514. "version": "1.0.2",
  13515. "requires": {
  13516. "wildcard": "^1.1.0"
  13517. }
  13518. },
  13519. "mime-types": {
  13520. "version": "2.1.35",
  13521. "requires": {
  13522. "mime-db": "1.52.0"
  13523. }
  13524. },
  13525. "minimatch": {
  13526. "version": "3.1.2",
  13527. "requires": {
  13528. "brace-expansion": "^1.1.7"
  13529. }
  13530. },
  13531. "minimist": {
  13532. "version": "1.2.8"
  13533. },
  13534. "minipass": {
  13535. "version": "7.0.4"
  13536. },
  13537. "mitt": {
  13538. "version": "3.0.1"
  13539. },
  13540. "mkdirp": {
  13541. "version": "0.5.6",
  13542. "requires": {
  13543. "minimist": "^1.2.6"
  13544. }
  13545. },
  13546. "mlly": {
  13547. "version": "1.4.2",
  13548. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.4.2.tgz",
  13549. "integrity": "sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==",
  13550. "dev": true,
  13551. "requires": {
  13552. "acorn": "^8.10.0",
  13553. "pathe": "^1.1.1",
  13554. "pkg-types": "^1.0.3",
  13555. "ufo": "^1.3.0"
  13556. }
  13557. },
  13558. "mobius1-selectr": {
  13559. "version": "2.4.13"
  13560. },
  13561. "mqtt": {
  13562. "version": "4.3.7",
  13563. "requires": {
  13564. "commist": "^1.0.0",
  13565. "concat-stream": "^2.0.0",
  13566. "debug": "^4.1.1",
  13567. "duplexify": "^4.1.1",
  13568. "help-me": "^3.0.0",
  13569. "inherits": "^2.0.3",
  13570. "lru-cache": "^6.0.0",
  13571. "minimist": "^1.2.5",
  13572. "mqtt-packet": "^6.8.0",
  13573. "number-allocator": "^1.0.9",
  13574. "pump": "^3.0.0",
  13575. "readable-stream": "^3.6.0",
  13576. "reinterval": "^1.1.0",
  13577. "rfdc": "^1.3.0",
  13578. "split2": "^3.1.0",
  13579. "ws": "^7.5.5",
  13580. "xtend": "^4.0.2"
  13581. },
  13582. "dependencies": {
  13583. "duplexify": {
  13584. "version": "4.1.2",
  13585. "requires": {
  13586. "end-of-stream": "^1.4.1",
  13587. "inherits": "^2.0.3",
  13588. "readable-stream": "^3.1.1",
  13589. "stream-shift": "^1.0.0"
  13590. }
  13591. },
  13592. "lru-cache": {
  13593. "version": "6.0.0",
  13594. "requires": {
  13595. "yallist": "^4.0.0"
  13596. }
  13597. },
  13598. "readable-stream": {
  13599. "version": "3.6.2",
  13600. "requires": {
  13601. "inherits": "^2.0.3",
  13602. "string_decoder": "^1.1.1",
  13603. "util-deprecate": "^1.0.1"
  13604. }
  13605. },
  13606. "ws": {
  13607. "version": "7.5.9",
  13608. "requires": {}
  13609. },
  13610. "yallist": {
  13611. "version": "4.0.0"
  13612. }
  13613. }
  13614. },
  13615. "mqtt-packet": {
  13616. "version": "6.10.0",
  13617. "requires": {
  13618. "bl": "^4.0.2",
  13619. "debug": "^4.1.1",
  13620. "process-nextick-args": "^2.0.1"
  13621. }
  13622. },
  13623. "ms": {
  13624. "version": "2.1.2"
  13625. },
  13626. "mz": {
  13627. "version": "2.7.0",
  13628. "requires": {
  13629. "any-promise": "^1.0.0",
  13630. "object-assign": "^4.0.1",
  13631. "thenify-all": "^1.0.0"
  13632. }
  13633. },
  13634. "namespace-emitter": {
  13635. "version": "2.0.1"
  13636. },
  13637. "nanoid": {
  13638. "version": "3.3.6"
  13639. },
  13640. "natural-compare": {
  13641. "version": "1.4.0",
  13642. "dev": true
  13643. },
  13644. "natural-compare-lite": {
  13645. "version": "1.4.0",
  13646. "dev": true
  13647. },
  13648. "next-tick": {
  13649. "version": "1.1.0"
  13650. },
  13651. "node-releases": {
  13652. "version": "2.0.13"
  13653. },
  13654. "normalize-path": {
  13655. "version": "3.0.0"
  13656. },
  13657. "normalize-range": {
  13658. "version": "0.1.2"
  13659. },
  13660. "normalize-wheel-es": {
  13661. "version": "1.2.0"
  13662. },
  13663. "nprogress": {
  13664. "version": "0.2.0"
  13665. },
  13666. "nth-check": {
  13667. "version": "2.1.1",
  13668. "dev": true,
  13669. "requires": {
  13670. "boolbase": "^1.0.0"
  13671. }
  13672. },
  13673. "number-allocator": {
  13674. "version": "1.0.14",
  13675. "requires": {
  13676. "debug": "^4.3.1",
  13677. "js-sdsl": "4.3.0"
  13678. }
  13679. },
  13680. "object-assign": {
  13681. "version": "4.1.1"
  13682. },
  13683. "object-hash": {
  13684. "version": "3.0.0"
  13685. },
  13686. "object-inspect": {
  13687. "version": "1.12.3"
  13688. },
  13689. "object-is": {
  13690. "version": "1.1.5",
  13691. "requires": {
  13692. "call-bind": "^1.0.2",
  13693. "define-properties": "^1.1.3"
  13694. }
  13695. },
  13696. "object-keys": {
  13697. "version": "1.1.1"
  13698. },
  13699. "once": {
  13700. "version": "1.4.0",
  13701. "requires": {
  13702. "wrappy": "1"
  13703. }
  13704. },
  13705. "optionator": {
  13706. "version": "0.9.3",
  13707. "dev": true,
  13708. "requires": {
  13709. "@aashutoshrathi/word-wrap": "^1.2.3",
  13710. "deep-is": "^0.1.3",
  13711. "fast-levenshtein": "^2.0.6",
  13712. "levn": "^0.4.1",
  13713. "prelude-ls": "^1.2.1",
  13714. "type-check": "^0.4.0"
  13715. }
  13716. },
  13717. "os-name": {
  13718. "version": "1.0.3",
  13719. "requires": {
  13720. "osx-release": "^1.0.0",
  13721. "win-release": "^1.0.0"
  13722. }
  13723. },
  13724. "osx-release": {
  13725. "version": "1.1.0",
  13726. "requires": {
  13727. "minimist": "^1.1.0"
  13728. }
  13729. },
  13730. "p-limit": {
  13731. "version": "3.1.0",
  13732. "dev": true,
  13733. "requires": {
  13734. "yocto-queue": "^0.1.0"
  13735. }
  13736. },
  13737. "p-locate": {
  13738. "version": "5.0.0",
  13739. "dev": true,
  13740. "requires": {
  13741. "p-limit": "^3.0.2"
  13742. }
  13743. },
  13744. "parchment": {
  13745. "version": "1.1.4"
  13746. },
  13747. "parent-module": {
  13748. "version": "1.0.1",
  13749. "dev": true,
  13750. "requires": {
  13751. "callsites": "^3.0.0"
  13752. }
  13753. },
  13754. "path-exists": {
  13755. "version": "4.0.0",
  13756. "dev": true
  13757. },
  13758. "path-is-absolute": {
  13759. "version": "1.0.1"
  13760. },
  13761. "path-key": {
  13762. "version": "3.1.1"
  13763. },
  13764. "path-parse": {
  13765. "version": "1.0.7"
  13766. },
  13767. "path-scurry": {
  13768. "version": "1.10.1",
  13769. "requires": {
  13770. "lru-cache": "^9.1.1 || ^10.0.0",
  13771. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  13772. }
  13773. },
  13774. "path-type": {
  13775. "version": "4.0.0",
  13776. "dev": true
  13777. },
  13778. "pathe": {
  13779. "version": "1.1.1",
  13780. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.1.tgz",
  13781. "integrity": "sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==",
  13782. "dev": true
  13783. },
  13784. "pause-stream": {
  13785. "version": "0.0.11",
  13786. "requires": {
  13787. "through": "~2.3"
  13788. }
  13789. },
  13790. "picocolors": {
  13791. "version": "1.0.0"
  13792. },
  13793. "picomatch": {
  13794. "version": "2.3.1"
  13795. },
  13796. "picomodal": {
  13797. "version": "3.0.0"
  13798. },
  13799. "pify": {
  13800. "version": "2.3.0"
  13801. },
  13802. "pinia": {
  13803. "version": "2.1.6",
  13804. "requires": {
  13805. "@vue/devtools-api": "^6.5.0",
  13806. "vue-demi": ">=0.14.5"
  13807. },
  13808. "dependencies": {
  13809. "vue-demi": {
  13810. "version": "0.14.6",
  13811. "requires": {}
  13812. }
  13813. }
  13814. },
  13815. "pinia-plugin-persist": {
  13816. "version": "1.0.0",
  13817. "requires": {
  13818. "vue-demi": "^0.12.1"
  13819. },
  13820. "dependencies": {
  13821. "vue-demi": {
  13822. "version": "0.12.5",
  13823. "requires": {}
  13824. }
  13825. }
  13826. },
  13827. "pirates": {
  13828. "version": "4.0.6"
  13829. },
  13830. "pkg-types": {
  13831. "version": "1.0.3",
  13832. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.0.3.tgz",
  13833. "integrity": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==",
  13834. "dev": true,
  13835. "requires": {
  13836. "jsonc-parser": "^3.2.0",
  13837. "mlly": "^1.2.0",
  13838. "pathe": "^1.1.0"
  13839. }
  13840. },
  13841. "platform": {
  13842. "version": "1.3.6"
  13843. },
  13844. "postcss": {
  13845. "version": "8.4.31",
  13846. "requires": {
  13847. "nanoid": "^3.3.6",
  13848. "picocolors": "^1.0.0",
  13849. "source-map-js": "^1.0.2"
  13850. }
  13851. },
  13852. "postcss-import": {
  13853. "version": "15.1.0",
  13854. "requires": {
  13855. "postcss-value-parser": "^4.0.0",
  13856. "read-cache": "^1.0.0",
  13857. "resolve": "^1.1.7"
  13858. }
  13859. },
  13860. "postcss-js": {
  13861. "version": "4.0.1",
  13862. "requires": {
  13863. "camelcase-css": "^2.0.1"
  13864. }
  13865. },
  13866. "postcss-load-config": {
  13867. "version": "4.0.1",
  13868. "requires": {
  13869. "lilconfig": "^2.0.5",
  13870. "yaml": "^2.1.1"
  13871. },
  13872. "dependencies": {
  13873. "yaml": {
  13874. "version": "2.3.2"
  13875. }
  13876. }
  13877. },
  13878. "postcss-nested": {
  13879. "version": "6.0.1",
  13880. "requires": {
  13881. "postcss-selector-parser": "^6.0.11"
  13882. }
  13883. },
  13884. "postcss-selector-parser": {
  13885. "version": "6.0.13",
  13886. "requires": {
  13887. "cssesc": "^3.0.0",
  13888. "util-deprecate": "^1.0.2"
  13889. }
  13890. },
  13891. "postcss-value-parser": {
  13892. "version": "4.2.0"
  13893. },
  13894. "preact": {
  13895. "version": "10.18.1"
  13896. },
  13897. "prelude-ls": {
  13898. "version": "1.2.1",
  13899. "dev": true
  13900. },
  13901. "prettier": {
  13902. "version": "2.8.8",
  13903. "dev": true
  13904. },
  13905. "print-js": {
  13906. "version": "1.6.0"
  13907. },
  13908. "process": {
  13909. "version": "0.11.10"
  13910. },
  13911. "process-nextick-args": {
  13912. "version": "2.0.1"
  13913. },
  13914. "proxy-from-env": {
  13915. "version": "1.1.0"
  13916. },
  13917. "pump": {
  13918. "version": "3.0.0",
  13919. "requires": {
  13920. "end-of-stream": "^1.1.0",
  13921. "once": "^1.3.1"
  13922. }
  13923. },
  13924. "punycode": {
  13925. "version": "2.3.0"
  13926. },
  13927. "qiniu-js": {
  13928. "version": "3.4.1",
  13929. "requires": {
  13930. "@babel/runtime-corejs2": "^7.10.2",
  13931. "querystring": "^0.2.1",
  13932. "spark-md5": "^3.0.0"
  13933. },
  13934. "dependencies": {
  13935. "@babel/runtime-corejs2": {
  13936. "version": "7.23.1",
  13937. "requires": {
  13938. "core-js": "^2.6.12",
  13939. "regenerator-runtime": "^0.14.0"
  13940. }
  13941. }
  13942. }
  13943. },
  13944. "qrcodejs2-fixes": {
  13945. "version": "0.0.2"
  13946. },
  13947. "qs": {
  13948. "version": "6.11.2",
  13949. "requires": {
  13950. "side-channel": "^1.0.4"
  13951. }
  13952. },
  13953. "querystring": {
  13954. "version": "0.2.1"
  13955. },
  13956. "queue-microtask": {
  13957. "version": "1.2.3"
  13958. },
  13959. "quill": {
  13960. "version": "1.3.7",
  13961. "requires": {
  13962. "clone": "^2.1.1",
  13963. "deep-equal": "^1.0.1",
  13964. "eventemitter3": "^2.0.3",
  13965. "extend": "^3.0.2",
  13966. "parchment": "^1.1.4",
  13967. "quill-delta": "^3.6.2"
  13968. }
  13969. },
  13970. "quill-delta": {
  13971. "version": "3.6.3",
  13972. "requires": {
  13973. "deep-equal": "^1.0.1",
  13974. "extend": "^3.0.2",
  13975. "fast-diff": "1.1.2"
  13976. }
  13977. },
  13978. "read-cache": {
  13979. "version": "1.0.0",
  13980. "requires": {
  13981. "pify": "^2.3.0"
  13982. }
  13983. },
  13984. "readable-stream": {
  13985. "version": "2.3.8",
  13986. "requires": {
  13987. "core-util-is": "~1.0.0",
  13988. "inherits": "~2.0.3",
  13989. "isarray": "~1.0.0",
  13990. "process-nextick-args": "~2.0.0",
  13991. "safe-buffer": "~5.1.1",
  13992. "string_decoder": "~1.1.1",
  13993. "util-deprecate": "~1.0.1"
  13994. },
  13995. "dependencies": {
  13996. "safe-buffer": {
  13997. "version": "5.1.2"
  13998. }
  13999. }
  14000. },
  14001. "readdirp": {
  14002. "version": "3.6.0",
  14003. "requires": {
  14004. "picomatch": "^2.2.1"
  14005. }
  14006. },
  14007. "regenerator-runtime": {
  14008. "version": "0.14.0"
  14009. },
  14010. "regexp.prototype.flags": {
  14011. "version": "1.5.1",
  14012. "requires": {
  14013. "call-bind": "^1.0.2",
  14014. "define-properties": "^1.2.0",
  14015. "set-function-name": "^2.0.0"
  14016. }
  14017. },
  14018. "reinterval": {
  14019. "version": "1.1.0"
  14020. },
  14021. "resolve": {
  14022. "version": "1.22.6",
  14023. "requires": {
  14024. "is-core-module": "^2.13.0",
  14025. "path-parse": "^1.0.7",
  14026. "supports-preserve-symlinks-flag": "^1.0.0"
  14027. }
  14028. },
  14029. "resolve-from": {
  14030. "version": "4.0.0",
  14031. "dev": true
  14032. },
  14033. "reusify": {
  14034. "version": "1.0.4"
  14035. },
  14036. "rfdc": {
  14037. "version": "1.3.0"
  14038. },
  14039. "rimraf": {
  14040. "version": "3.0.2",
  14041. "dev": true,
  14042. "requires": {
  14043. "glob": "^7.1.3"
  14044. },
  14045. "dependencies": {
  14046. "glob": {
  14047. "version": "7.2.3",
  14048. "dev": true,
  14049. "requires": {
  14050. "fs.realpath": "^1.0.0",
  14051. "inflight": "^1.0.4",
  14052. "inherits": "2",
  14053. "minimatch": "^3.1.1",
  14054. "once": "^1.3.0",
  14055. "path-is-absolute": "^1.0.0"
  14056. }
  14057. }
  14058. }
  14059. },
  14060. "run-parallel": {
  14061. "version": "1.2.0",
  14062. "requires": {
  14063. "queue-microtask": "^1.2.2"
  14064. }
  14065. },
  14066. "safe-buffer": {
  14067. "version": "5.2.1"
  14068. },
  14069. "safer-buffer": {
  14070. "version": "2.1.2"
  14071. },
  14072. "sass": {
  14073. "version": "1.69.1",
  14074. "devOptional": true,
  14075. "requires": {
  14076. "chokidar": ">=3.0.0 <4.0.0",
  14077. "immutable": "^4.0.0",
  14078. "source-map-js": ">=0.6.2 <2.0.0"
  14079. }
  14080. },
  14081. "sax": {
  14082. "version": "1.3.0"
  14083. },
  14084. "screenfull": {
  14085. "version": "6.0.2"
  14086. },
  14087. "scroll-into-view-if-needed": {
  14088. "version": "2.2.31",
  14089. "requires": {
  14090. "compute-scroll-into-view": "^1.0.20"
  14091. }
  14092. },
  14093. "scule": {
  14094. "version": "1.0.0",
  14095. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.0.0.tgz",
  14096. "integrity": "sha512-4AsO/FrViE/iDNEPaAQlb77tf0csuq27EsVpy6ett584EcRTp6pTDLoGWVxCD77y5iU5FauOvhsI4o1APwPoSQ==",
  14097. "dev": true
  14098. },
  14099. "sdk-base": {
  14100. "version": "2.0.1",
  14101. "requires": {
  14102. "get-ready": "~1.0.0"
  14103. }
  14104. },
  14105. "select": {
  14106. "version": "1.1.2"
  14107. },
  14108. "semver": {
  14109. "version": "7.5.4",
  14110. "dev": true,
  14111. "requires": {
  14112. "lru-cache": "^6.0.0"
  14113. },
  14114. "dependencies": {
  14115. "lru-cache": {
  14116. "version": "6.0.0",
  14117. "dev": true,
  14118. "requires": {
  14119. "yallist": "^4.0.0"
  14120. }
  14121. },
  14122. "yallist": {
  14123. "version": "4.0.0",
  14124. "dev": true
  14125. }
  14126. }
  14127. },
  14128. "set-function-name": {
  14129. "version": "2.0.1",
  14130. "requires": {
  14131. "define-data-property": "^1.0.1",
  14132. "functions-have-names": "^1.2.3",
  14133. "has-property-descriptors": "^1.0.0"
  14134. }
  14135. },
  14136. "shebang-command": {
  14137. "version": "2.0.0",
  14138. "requires": {
  14139. "shebang-regex": "^3.0.0"
  14140. }
  14141. },
  14142. "shebang-regex": {
  14143. "version": "3.0.0"
  14144. },
  14145. "side-channel": {
  14146. "version": "1.0.4",
  14147. "requires": {
  14148. "call-bind": "^1.0.0",
  14149. "get-intrinsic": "^1.0.2",
  14150. "object-inspect": "^1.9.0"
  14151. }
  14152. },
  14153. "signal-exit": {
  14154. "version": "4.1.0"
  14155. },
  14156. "slash": {
  14157. "version": "3.0.0",
  14158. "dev": true
  14159. },
  14160. "slate": {
  14161. "version": "0.72.8",
  14162. "requires": {
  14163. "immer": "^9.0.6",
  14164. "is-plain-object": "^5.0.0",
  14165. "tiny-warning": "^1.0.3"
  14166. }
  14167. },
  14168. "slate-history": {
  14169. "version": "0.66.0",
  14170. "requires": {
  14171. "is-plain-object": "^5.0.0"
  14172. }
  14173. },
  14174. "snabbdom": {
  14175. "version": "3.5.1"
  14176. },
  14177. "sortablejs": {
  14178. "version": "1.15.0"
  14179. },
  14180. "source-map-js": {
  14181. "version": "1.0.2"
  14182. },
  14183. "sourcemap-codec": {
  14184. "version": "1.4.8",
  14185. "dev": true
  14186. },
  14187. "spark-md5": {
  14188. "version": "3.0.2"
  14189. },
  14190. "split2": {
  14191. "version": "3.2.2",
  14192. "requires": {
  14193. "readable-stream": "^3.0.0"
  14194. },
  14195. "dependencies": {
  14196. "readable-stream": {
  14197. "version": "3.6.2",
  14198. "requires": {
  14199. "inherits": "^2.0.3",
  14200. "string_decoder": "^1.1.1",
  14201. "util-deprecate": "^1.0.1"
  14202. }
  14203. }
  14204. }
  14205. },
  14206. "splitpanes": {
  14207. "version": "3.1.5"
  14208. },
  14209. "ssf": {
  14210. "version": "0.11.2",
  14211. "requires": {
  14212. "frac": "~1.1.2"
  14213. }
  14214. },
  14215. "ssr-window": {
  14216. "version": "3.0.0"
  14217. },
  14218. "statuses": {
  14219. "version": "1.5.0"
  14220. },
  14221. "stream-http": {
  14222. "version": "2.8.2",
  14223. "requires": {
  14224. "builtin-status-codes": "^3.0.0",
  14225. "inherits": "^2.0.1",
  14226. "readable-stream": "^2.3.6",
  14227. "to-arraybuffer": "^1.0.0",
  14228. "xtend": "^4.0.0"
  14229. }
  14230. },
  14231. "stream-shift": {
  14232. "version": "1.0.1"
  14233. },
  14234. "stream-wormhole": {
  14235. "version": "1.1.0"
  14236. },
  14237. "string_decoder": {
  14238. "version": "1.1.1",
  14239. "requires": {
  14240. "safe-buffer": "~5.1.0"
  14241. },
  14242. "dependencies": {
  14243. "safe-buffer": {
  14244. "version": "5.1.2"
  14245. }
  14246. }
  14247. },
  14248. "string-width-cjs": {
  14249. "version": "npm:string-width@4.2.3",
  14250. "requires": {
  14251. "emoji-regex": "^8.0.0",
  14252. "is-fullwidth-code-point": "^3.0.0",
  14253. "strip-ansi": "^6.0.1"
  14254. },
  14255. "dependencies": {
  14256. "emoji-regex": {
  14257. "version": "8.0.0"
  14258. }
  14259. }
  14260. },
  14261. "strip-ansi": {
  14262. "version": "6.0.1",
  14263. "requires": {
  14264. "ansi-regex": "^5.0.1"
  14265. }
  14266. },
  14267. "strip-ansi-cjs": {
  14268. "version": "npm:strip-ansi@6.0.1",
  14269. "requires": {
  14270. "ansi-regex": "^5.0.1"
  14271. }
  14272. },
  14273. "strip-json-comments": {
  14274. "version": "3.1.1",
  14275. "dev": true
  14276. },
  14277. "strip-literal": {
  14278. "version": "1.3.0",
  14279. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-1.3.0.tgz",
  14280. "integrity": "sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==",
  14281. "dev": true,
  14282. "requires": {
  14283. "acorn": "^8.10.0"
  14284. }
  14285. },
  14286. "strnum": {
  14287. "version": "1.0.5"
  14288. },
  14289. "sucrase": {
  14290. "version": "3.34.0",
  14291. "requires": {
  14292. "@jridgewell/gen-mapping": "^0.3.2",
  14293. "commander": "^4.0.0",
  14294. "glob": "7.1.6",
  14295. "lines-and-columns": "^1.1.6",
  14296. "mz": "^2.7.0",
  14297. "pirates": "^4.0.1",
  14298. "ts-interface-checker": "^0.1.9"
  14299. },
  14300. "dependencies": {
  14301. "glob": {
  14302. "version": "7.1.6",
  14303. "requires": {
  14304. "fs.realpath": "^1.0.0",
  14305. "inflight": "^1.0.4",
  14306. "inherits": "2",
  14307. "minimatch": "^3.0.4",
  14308. "once": "^1.3.0",
  14309. "path-is-absolute": "^1.0.0"
  14310. }
  14311. }
  14312. }
  14313. },
  14314. "supports-color": {
  14315. "version": "5.5.0",
  14316. "requires": {
  14317. "has-flag": "^3.0.0"
  14318. }
  14319. },
  14320. "supports-preserve-symlinks-flag": {
  14321. "version": "1.0.0"
  14322. },
  14323. "svg-tags": {
  14324. "version": "1.0.0"
  14325. },
  14326. "tailwindcss": {
  14327. "version": "3.3.3",
  14328. "requires": {
  14329. "@alloc/quick-lru": "^5.2.0",
  14330. "arg": "^5.0.2",
  14331. "chokidar": "^3.5.3",
  14332. "didyoumean": "^1.2.2",
  14333. "dlv": "^1.1.3",
  14334. "fast-glob": "^3.2.12",
  14335. "glob-parent": "^6.0.2",
  14336. "is-glob": "^4.0.3",
  14337. "jiti": "^1.18.2",
  14338. "lilconfig": "^2.1.0",
  14339. "micromatch": "^4.0.5",
  14340. "normalize-path": "^3.0.0",
  14341. "object-hash": "^3.0.0",
  14342. "picocolors": "^1.0.0",
  14343. "postcss": "^8.4.23",
  14344. "postcss-import": "^15.1.0",
  14345. "postcss-js": "^4.0.1",
  14346. "postcss-load-config": "^4.0.1",
  14347. "postcss-nested": "^6.0.1",
  14348. "postcss-selector-parser": "^6.0.11",
  14349. "resolve": "^1.22.2",
  14350. "sucrase": "^3.32.0"
  14351. }
  14352. },
  14353. "text-table": {
  14354. "version": "0.2.0",
  14355. "dev": true
  14356. },
  14357. "thenify": {
  14358. "version": "3.3.1",
  14359. "requires": {
  14360. "any-promise": "^1.0.0"
  14361. }
  14362. },
  14363. "thenify-all": {
  14364. "version": "1.6.0",
  14365. "requires": {
  14366. "thenify": ">= 3.1.0 < 4"
  14367. }
  14368. },
  14369. "through": {
  14370. "version": "2.3.8"
  14371. },
  14372. "tiny-emitter": {
  14373. "version": "2.1.0"
  14374. },
  14375. "tiny-warning": {
  14376. "version": "1.0.3"
  14377. },
  14378. "to-arraybuffer": {
  14379. "version": "1.0.1"
  14380. },
  14381. "to-fast-properties": {
  14382. "version": "2.0.0"
  14383. },
  14384. "to-regex-range": {
  14385. "version": "5.0.1",
  14386. "requires": {
  14387. "is-number": "^7.0.0"
  14388. }
  14389. },
  14390. "ts-interface-checker": {
  14391. "version": "0.1.13"
  14392. },
  14393. "ts-md5": {
  14394. "version": "1.3.1"
  14395. },
  14396. "tslib": {
  14397. "version": "2.6.2"
  14398. },
  14399. "tsutils": {
  14400. "version": "3.21.0",
  14401. "dev": true,
  14402. "requires": {
  14403. "tslib": "^1.8.1"
  14404. },
  14405. "dependencies": {
  14406. "tslib": {
  14407. "version": "1.14.1",
  14408. "dev": true
  14409. }
  14410. }
  14411. },
  14412. "type": {
  14413. "version": "1.2.0"
  14414. },
  14415. "type-check": {
  14416. "version": "0.4.0",
  14417. "dev": true,
  14418. "requires": {
  14419. "prelude-ls": "^1.2.1"
  14420. }
  14421. },
  14422. "type-fest": {
  14423. "version": "0.20.2",
  14424. "dev": true
  14425. },
  14426. "typedarray": {
  14427. "version": "0.0.6"
  14428. },
  14429. "typescript": {
  14430. "version": "4.9.5",
  14431. "devOptional": true
  14432. },
  14433. "ufo": {
  14434. "version": "1.3.1",
  14435. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.3.1.tgz",
  14436. "integrity": "sha512-uY/99gMLIOlJPwATcMVYfqDSxUR9//AUcgZMzwfSTJPDKzA1S8mX4VLqa+fiAtveraQUBCz4FFcwVZBGbwBXIw==",
  14437. "dev": true
  14438. },
  14439. "unescape": {
  14440. "version": "1.0.1",
  14441. "requires": {
  14442. "extend-shallow": "^2.0.1"
  14443. }
  14444. },
  14445. "unimport": {
  14446. "version": "3.4.0",
  14447. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-3.4.0.tgz",
  14448. "integrity": "sha512-M/lfFEgufIT156QAr/jWHLUn55kEmxBBiQsMxvRSIbquwmeJEyQYgshHDEvQDWlSJrVOOTAgnJ3FvlsrpGkanA==",
  14449. "dev": true,
  14450. "requires": {
  14451. "@rollup/pluginutils": "^5.0.4",
  14452. "escape-string-regexp": "^5.0.0",
  14453. "fast-glob": "^3.3.1",
  14454. "local-pkg": "^0.4.3",
  14455. "magic-string": "^0.30.3",
  14456. "mlly": "^1.4.2",
  14457. "pathe": "^1.1.1",
  14458. "pkg-types": "^1.0.3",
  14459. "scule": "^1.0.0",
  14460. "strip-literal": "^1.3.0",
  14461. "unplugin": "^1.5.0"
  14462. },
  14463. "dependencies": {
  14464. "escape-string-regexp": {
  14465. "version": "5.0.0",
  14466. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  14467. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  14468. "dev": true
  14469. }
  14470. }
  14471. },
  14472. "unplugin": {
  14473. "version": "1.5.0",
  14474. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.5.0.tgz",
  14475. "integrity": "sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A==",
  14476. "dev": true,
  14477. "requires": {
  14478. "acorn": "^8.10.0",
  14479. "chokidar": "^3.5.3",
  14480. "webpack-sources": "^3.2.3",
  14481. "webpack-virtual-modules": "^0.5.0"
  14482. }
  14483. },
  14484. "unplugin-auto-import": {
  14485. "version": "0.16.6",
  14486. "resolved": "https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-0.16.6.tgz",
  14487. "integrity": "sha512-M+YIITkx3C/Hg38hp8HmswP5mShUUyJOzpifv7RTlAbeFlO2Tyw0pwrogSSxnipHDPTtI8VHFBpkYkNKzYSuyA==",
  14488. "dev": true,
  14489. "requires": {
  14490. "@antfu/utils": "^0.7.5",
  14491. "@rollup/pluginutils": "^5.0.2",
  14492. "fast-glob": "^3.3.0",
  14493. "local-pkg": "^0.4.3",
  14494. "magic-string": "^0.30.1",
  14495. "minimatch": "^9.0.2",
  14496. "unimport": "^3.0.14",
  14497. "unplugin": "^1.3.2"
  14498. },
  14499. "dependencies": {
  14500. "brace-expansion": {
  14501. "version": "2.0.1",
  14502. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  14503. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  14504. "dev": true,
  14505. "requires": {
  14506. "balanced-match": "^1.0.0"
  14507. }
  14508. },
  14509. "minimatch": {
  14510. "version": "9.0.3",
  14511. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz",
  14512. "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
  14513. "dev": true,
  14514. "requires": {
  14515. "brace-expansion": "^2.0.1"
  14516. }
  14517. }
  14518. }
  14519. },
  14520. "unplugin-vue-components": {
  14521. "version": "0.25.2",
  14522. "resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-0.25.2.tgz",
  14523. "integrity": "sha512-OVmLFqILH6w+eM8fyt/d/eoJT9A6WO51NZLf1vC5c1FZ4rmq2bbGxTy8WP2Jm7xwFdukaIdv819+UI7RClPyCA==",
  14524. "dev": true,
  14525. "requires": {
  14526. "@antfu/utils": "^0.7.5",
  14527. "@rollup/pluginutils": "^5.0.2",
  14528. "chokidar": "^3.5.3",
  14529. "debug": "^4.3.4",
  14530. "fast-glob": "^3.3.0",
  14531. "local-pkg": "^0.4.3",
  14532. "magic-string": "^0.30.1",
  14533. "minimatch": "^9.0.3",
  14534. "resolve": "^1.22.2",
  14535. "unplugin": "^1.4.0"
  14536. },
  14537. "dependencies": {
  14538. "brace-expansion": {
  14539. "version": "2.0.1",
  14540. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  14541. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  14542. "dev": true,
  14543. "requires": {
  14544. "balanced-match": "^1.0.0"
  14545. }
  14546. },
  14547. "minimatch": {
  14548. "version": "9.0.3",
  14549. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz",
  14550. "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
  14551. "dev": true,
  14552. "requires": {
  14553. "brace-expansion": "^2.0.1"
  14554. }
  14555. }
  14556. }
  14557. },
  14558. "update-browserslist-db": {
  14559. "version": "1.0.13",
  14560. "requires": {
  14561. "escalade": "^3.1.1",
  14562. "picocolors": "^1.0.0"
  14563. }
  14564. },
  14565. "uri-js": {
  14566. "version": "4.4.1",
  14567. "requires": {
  14568. "punycode": "^2.1.0"
  14569. }
  14570. },
  14571. "urllib": {
  14572. "version": "2.41.0",
  14573. "requires": {
  14574. "any-promise": "^1.3.0",
  14575. "content-type": "^1.0.2",
  14576. "debug": "^2.6.9",
  14577. "default-user-agent": "^1.0.0",
  14578. "digest-header": "^1.0.0",
  14579. "ee-first": "~1.1.1",
  14580. "formstream": "^1.1.0",
  14581. "humanize-ms": "^1.2.0",
  14582. "iconv-lite": "^0.4.15",
  14583. "ip": "^1.1.5",
  14584. "pump": "^3.0.0",
  14585. "qs": "^6.4.0",
  14586. "statuses": "^1.3.1",
  14587. "utility": "^1.16.1"
  14588. },
  14589. "dependencies": {
  14590. "debug": {
  14591. "version": "2.6.9",
  14592. "requires": {
  14593. "ms": "2.0.0"
  14594. }
  14595. },
  14596. "ms": {
  14597. "version": "2.0.0"
  14598. }
  14599. }
  14600. },
  14601. "util-deprecate": {
  14602. "version": "1.0.2"
  14603. },
  14604. "utility": {
  14605. "version": "1.18.0",
  14606. "requires": {
  14607. "copy-to": "^2.0.1",
  14608. "escape-html": "^1.0.3",
  14609. "mkdirp": "^0.5.1",
  14610. "mz": "^2.7.0",
  14611. "unescape": "^1.0.1"
  14612. }
  14613. },
  14614. "uuid": {
  14615. "version": "8.3.2"
  14616. },
  14617. "vanilla-picker": {
  14618. "version": "2.12.2",
  14619. "requires": {
  14620. "@sphinxxxx/color-conversion": "^2.2.2"
  14621. }
  14622. },
  14623. "vite": {
  14624. "version": "4.4.11",
  14625. "requires": {
  14626. "esbuild": "^0.18.10",
  14627. "fsevents": "~2.3.2",
  14628. "postcss": "^8.4.27",
  14629. "rollup": "^3.27.1"
  14630. },
  14631. "dependencies": {
  14632. "@esbuild/win32-x64": {
  14633. "version": "0.18.20",
  14634. "optional": true
  14635. },
  14636. "esbuild": {
  14637. "version": "0.18.20",
  14638. "requires": {
  14639. "@esbuild/android-arm": "0.18.20",
  14640. "@esbuild/android-arm64": "0.18.20",
  14641. "@esbuild/android-x64": "0.18.20",
  14642. "@esbuild/darwin-arm64": "0.18.20",
  14643. "@esbuild/darwin-x64": "0.18.20",
  14644. "@esbuild/freebsd-arm64": "0.18.20",
  14645. "@esbuild/freebsd-x64": "0.18.20",
  14646. "@esbuild/linux-arm": "0.18.20",
  14647. "@esbuild/linux-arm64": "0.18.20",
  14648. "@esbuild/linux-ia32": "0.18.20",
  14649. "@esbuild/linux-loong64": "0.18.20",
  14650. "@esbuild/linux-mips64el": "0.18.20",
  14651. "@esbuild/linux-ppc64": "0.18.20",
  14652. "@esbuild/linux-riscv64": "0.18.20",
  14653. "@esbuild/linux-s390x": "0.18.20",
  14654. "@esbuild/linux-x64": "0.18.20",
  14655. "@esbuild/netbsd-x64": "0.18.20",
  14656. "@esbuild/openbsd-x64": "0.18.20",
  14657. "@esbuild/sunos-x64": "0.18.20",
  14658. "@esbuild/win32-arm64": "0.18.20",
  14659. "@esbuild/win32-ia32": "0.18.20",
  14660. "@esbuild/win32-x64": "0.18.20"
  14661. }
  14662. },
  14663. "rollup": {
  14664. "version": "3.29.4",
  14665. "requires": {
  14666. "fsevents": "~2.3.2"
  14667. }
  14668. }
  14669. }
  14670. },
  14671. "vite-plugin-vue-setup-extend": {
  14672. "version": "0.4.0",
  14673. "dev": true,
  14674. "requires": {
  14675. "@vue/compiler-sfc": "^3.2.29",
  14676. "magic-string": "^0.25.7"
  14677. },
  14678. "dependencies": {
  14679. "magic-string": {
  14680. "version": "0.25.9",
  14681. "dev": true,
  14682. "requires": {
  14683. "sourcemap-codec": "^1.4.8"
  14684. }
  14685. }
  14686. }
  14687. },
  14688. "vue": {
  14689. "version": "3.3.4",
  14690. "requires": {
  14691. "@vue/compiler-dom": "3.3.4",
  14692. "@vue/compiler-sfc": "3.3.4",
  14693. "@vue/runtime-dom": "3.3.4",
  14694. "@vue/server-renderer": "3.3.4",
  14695. "@vue/shared": "3.3.4"
  14696. }
  14697. },
  14698. "vue-clipboard3": {
  14699. "version": "2.0.0",
  14700. "requires": {
  14701. "clipboard": "^2.0.6"
  14702. }
  14703. },
  14704. "vue-cropper": {
  14705. "version": "1.1.1"
  14706. },
  14707. "vue-cropperjs": {
  14708. "version": "5.0.0",
  14709. "requires": {
  14710. "cropperjs": "^1.5.6"
  14711. }
  14712. },
  14713. "vue-eslint-parser": {
  14714. "version": "9.3.2",
  14715. "dev": true,
  14716. "requires": {
  14717. "debug": "^4.3.4",
  14718. "eslint-scope": "^7.1.1",
  14719. "eslint-visitor-keys": "^3.3.0",
  14720. "espree": "^9.3.1",
  14721. "esquery": "^1.4.0",
  14722. "lodash": "^4.17.21",
  14723. "semver": "^7.3.6"
  14724. },
  14725. "dependencies": {
  14726. "eslint-scope": {
  14727. "version": "7.2.2",
  14728. "dev": true,
  14729. "requires": {
  14730. "esrecurse": "^4.3.0",
  14731. "estraverse": "^5.2.0"
  14732. }
  14733. },
  14734. "estraverse": {
  14735. "version": "5.3.0",
  14736. "dev": true
  14737. }
  14738. }
  14739. },
  14740. "vue-grid-layout": {
  14741. "version": "3.0.0-beta1",
  14742. "requires": {
  14743. "@interactjs/actions": "^1.10.2",
  14744. "@interactjs/auto-start": "^1.10.2",
  14745. "@interactjs/dev-tools": "^1.10.2",
  14746. "@interactjs/interactjs": "^1.10.2",
  14747. "@interactjs/modifiers": "^1.10.2",
  14748. "element-resize-detector": "^1.2.1",
  14749. "mitt": "^2.1.0"
  14750. },
  14751. "dependencies": {
  14752. "@interactjs/actions": {
  14753. "version": "1.10.19",
  14754. "requires": {
  14755. "@interactjs/interact": "1.10.19"
  14756. }
  14757. },
  14758. "@interactjs/interact": {
  14759. "version": "1.10.19",
  14760. "optional": true,
  14761. "requires": {
  14762. "@interactjs/core": "1.10.19",
  14763. "@interactjs/utils": "1.10.19"
  14764. }
  14765. },
  14766. "mitt": {
  14767. "version": "2.1.0"
  14768. }
  14769. }
  14770. },
  14771. "vue-i18n": {
  14772. "version": "9.5.0",
  14773. "requires": {
  14774. "@intlify/core-base": "9.5.0",
  14775. "@intlify/shared": "9.5.0",
  14776. "@vue/devtools-api": "^6.5.0"
  14777. }
  14778. },
  14779. "vue-router": {
  14780. "version": "4.2.5",
  14781. "requires": {
  14782. "@vue/devtools-api": "^6.5.0"
  14783. }
  14784. },
  14785. "vuedraggable-es": {
  14786. "version": "4.1.1",
  14787. "requires": {
  14788. "sortablejs": "1.14.0"
  14789. },
  14790. "dependencies": {
  14791. "sortablejs": {
  14792. "version": "1.14.0"
  14793. }
  14794. }
  14795. },
  14796. "vxe-table": {
  14797. "version": "4.5.12",
  14798. "requires": {
  14799. "dom-zindex": "^1.0.1",
  14800. "xe-utils": "^3.5.13"
  14801. }
  14802. },
  14803. "webpack-sources": {
  14804. "version": "3.2.3",
  14805. "resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz",
  14806. "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
  14807. "dev": true
  14808. },
  14809. "webpack-virtual-modules": {
  14810. "version": "0.5.0",
  14811. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz",
  14812. "integrity": "sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==",
  14813. "dev": true
  14814. },
  14815. "which": {
  14816. "version": "2.0.2",
  14817. "requires": {
  14818. "isexe": "^2.0.0"
  14819. }
  14820. },
  14821. "wildcard": {
  14822. "version": "1.1.2"
  14823. },
  14824. "win-release": {
  14825. "version": "1.1.1",
  14826. "requires": {
  14827. "semver": "^5.0.1"
  14828. },
  14829. "dependencies": {
  14830. "semver": {
  14831. "version": "5.7.2"
  14832. }
  14833. }
  14834. },
  14835. "wmf": {
  14836. "version": "1.0.2"
  14837. },
  14838. "word": {
  14839. "version": "0.3.0"
  14840. },
  14841. "wrap-ansi": {
  14842. "version": "8.1.0",
  14843. "requires": {
  14844. "ansi-styles": "^6.1.0",
  14845. "string-width": "^5.0.1",
  14846. "strip-ansi": "^7.0.1"
  14847. },
  14848. "dependencies": {
  14849. "ansi-regex": {
  14850. "version": "6.0.1"
  14851. },
  14852. "ansi-styles": {
  14853. "version": "6.2.1"
  14854. },
  14855. "string-width": {
  14856. "version": "5.1.2",
  14857. "requires": {
  14858. "eastasianwidth": "^0.2.0",
  14859. "emoji-regex": "^9.2.2",
  14860. "strip-ansi": "^7.0.1"
  14861. }
  14862. },
  14863. "strip-ansi": {
  14864. "version": "7.1.0",
  14865. "requires": {
  14866. "ansi-regex": "^6.0.1"
  14867. }
  14868. }
  14869. }
  14870. },
  14871. "wrap-ansi-cjs": {
  14872. "version": "npm:wrap-ansi@7.0.0",
  14873. "requires": {
  14874. "ansi-styles": "^4.0.0",
  14875. "string-width": "^4.1.0",
  14876. "strip-ansi": "^6.0.0"
  14877. },
  14878. "dependencies": {
  14879. "ansi-styles": {
  14880. "version": "4.3.0",
  14881. "requires": {
  14882. "color-convert": "^2.0.1"
  14883. }
  14884. },
  14885. "color-convert": {
  14886. "version": "2.0.1",
  14887. "requires": {
  14888. "color-name": "~1.1.4"
  14889. }
  14890. },
  14891. "color-name": {
  14892. "version": "1.1.4"
  14893. },
  14894. "emoji-regex": {
  14895. "version": "8.0.0"
  14896. },
  14897. "string-width": {
  14898. "version": "4.2.3",
  14899. "requires": {
  14900. "emoji-regex": "^8.0.0",
  14901. "is-fullwidth-code-point": "^3.0.0",
  14902. "strip-ansi": "^6.0.1"
  14903. }
  14904. }
  14905. }
  14906. },
  14907. "wrappy": {
  14908. "version": "1.0.2"
  14909. },
  14910. "ws": {
  14911. "version": "8.14.2",
  14912. "requires": {}
  14913. },
  14914. "xe-utils": {
  14915. "version": "3.5.13"
  14916. },
  14917. "xlsx": {
  14918. "version": "0.18.5",
  14919. "requires": {
  14920. "adler-32": "~1.3.0",
  14921. "cfb": "~1.2.1",
  14922. "codepage": "~1.15.0",
  14923. "crc-32": "~1.2.1",
  14924. "ssf": "~0.11.2",
  14925. "wmf": "~1.0.1",
  14926. "word": "~0.3.0"
  14927. },
  14928. "dependencies": {
  14929. "cfb": {
  14930. "version": "1.2.2",
  14931. "requires": {
  14932. "adler-32": "~1.3.0",
  14933. "crc-32": "~1.2.0"
  14934. }
  14935. },
  14936. "codepage": {
  14937. "version": "1.15.0"
  14938. }
  14939. }
  14940. },
  14941. "xml-name-validator": {
  14942. "version": "4.0.0",
  14943. "dev": true
  14944. },
  14945. "xmlbuilder": {
  14946. "version": "11.0.1"
  14947. },
  14948. "xtend": {
  14949. "version": "4.0.2"
  14950. },
  14951. "yallist": {
  14952. "version": "3.1.1"
  14953. },
  14954. "yocto-queue": {
  14955. "version": "0.1.0",
  14956. "dev": true
  14957. },
  14958. "zrender": {
  14959. "version": "5.4.4",
  14960. "requires": {
  14961. "tslib": "2.3.0"
  14962. },
  14963. "dependencies": {
  14964. "tslib": {
  14965. "version": "2.3.0"
  14966. }
  14967. }
  14968. }
  14969. }
  14970. }