package-lock.json 257 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494
  1. {
  2. "name": "vue-vite-h5",
  3. "version": "0.2.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "vue-vite-h5",
  9. "version": "0.2.0",
  10. "license": "MIT",
  11. "dependencies": {
  12. "@vant/use": "^1.5.2",
  13. "@vicons/ionicons5": "^0.12.0",
  14. "@vuepic/vue-datepicker": "^5.4.0",
  15. "@vueuse/core": "^10.2.0",
  16. "animate.css": "^4.1.1",
  17. "axios": "^1.4.0",
  18. "clean-deep": "^3.4.0",
  19. "cos-js-sdk-v5": "^1.4.20",
  20. "cropperjs": "^1.5.13",
  21. "crunker": "^2.4.0",
  22. "dayjs": "^1.11.7",
  23. "driver.js": "^1.3.1",
  24. "echarts": "^5.4.2",
  25. "eventemitter3": "^5.0.1",
  26. "file-saver": "^2.0.5",
  27. "html2canvas": "^1.4.1",
  28. "jszip": "^3.10.1",
  29. "lib-flexible": "^0.3.2",
  30. "lodash": "^4.17.21",
  31. "lodash-es": "^4.17.21",
  32. "moveable": "^0.49.0",
  33. "naive-ui": "^2.38.2",
  34. "numeral": "^2.0.6",
  35. "pinia": "^2.1.4",
  36. "plyr": "^3.7.8",
  37. "postcss-px2rem": "^0.3.0",
  38. "px2rem-loader": "^0.1.9",
  39. "query-string": "^8.1.0",
  40. "tcplayer.js": "^4.8.0",
  41. "umi-request": "^1.4.0",
  42. "vite-plugin-pwa": "^0.16.4",
  43. "vudio.js": "^1.0.3",
  44. "vue": "^3.3.4",
  45. "vue-i18n": "^9.2.2",
  46. "vue-qr": "^4.0.9",
  47. "vue-router": "^4.1.6",
  48. "vue3-lottie": "^2.7.0",
  49. "vuedraggable": "^4.1.0",
  50. "vuex": "^4.1.0",
  51. "wavesurfer.js": "^7.0.0-beta.11"
  52. },
  53. "devDependencies": {
  54. "@babel/core": "^7.21.4",
  55. "@babel/preset-env": "^7.21.4",
  56. "@types/crypto-js": "^4.1.1",
  57. "@types/node": "^16.18.23",
  58. "@types/numeral": "^2.0.2",
  59. "@typescript-eslint/eslint-plugin": "^5.57.1",
  60. "@typescript-eslint/parser": "^5.57.1",
  61. "@vitejs/plugin-legacy": "^4.1.0",
  62. "@vitejs/plugin-vue": "^4.1.0",
  63. "@vitejs/plugin-vue-jsx": "^3.0.1",
  64. "@vue/babel-plugin-jsx": "^1.1.1",
  65. "@vue/compiler-sfc": "^3.2.47",
  66. "@vue/eslint-config-prettier": "^7.1.0",
  67. "@vue/eslint-config-typescript": "^11.0.2",
  68. "autoprefixer": "^10.4.14",
  69. "babel-plugin-dynamic-import-node": "^2.3.3",
  70. "crypto-js": "^4.1.1",
  71. "eslint": "^8.38.0",
  72. "eslint-plugin-prettier": "^4.2.1",
  73. "eslint-plugin-vue": "^9.10.0",
  74. "husky": "^8.0.0",
  75. "less": "^4.1.3",
  76. "lint-staged": "^13.2.2",
  77. "plop": "^3.1.2",
  78. "postcss-px-to-viewport": "^1.1.1",
  79. "prettier": "^2.8.7",
  80. "typescript": "^5.0.4",
  81. "unplugin-vue-components": "^0.24.1",
  82. "vite": "^4.2.1",
  83. "vite-plugin-eslint": "^1.8.1",
  84. "vite-plugin-mkcert": "^1.15.0",
  85. "vue-eslint-parser": "^9.1.1",
  86. "vue-tsc": "^1.2.0",
  87. "yorkie": "^2.0.0"
  88. },
  89. "engines": {
  90. "node": ">=14.20.0"
  91. }
  92. },
  93. "node_modules/@aashutoshrathi/word-wrap": {
  94. "version": "1.2.6",
  95. "dev": true,
  96. "license": "MIT",
  97. "engines": {
  98. "node": ">=0.10.0"
  99. }
  100. },
  101. "node_modules/@ampproject/remapping": {
  102. "version": "2.2.1",
  103. "license": "Apache-2.0",
  104. "dependencies": {
  105. "@jridgewell/gen-mapping": "^0.3.0",
  106. "@jridgewell/trace-mapping": "^0.3.9"
  107. },
  108. "engines": {
  109. "node": ">=6.0.0"
  110. }
  111. },
  112. "node_modules/@antfu/utils": {
  113. "version": "0.7.6",
  114. "dev": true,
  115. "license": "MIT",
  116. "funding": {
  117. "url": "https://github.com/sponsors/antfu"
  118. }
  119. },
  120. "node_modules/@apideck/better-ajv-errors": {
  121. "version": "0.3.6",
  122. "license": "MIT",
  123. "dependencies": {
  124. "json-schema": "^0.4.0",
  125. "jsonpointer": "^5.0.0",
  126. "leven": "^3.1.0"
  127. },
  128. "engines": {
  129. "node": ">=10"
  130. },
  131. "peerDependencies": {
  132. "ajv": ">=8"
  133. }
  134. },
  135. "node_modules/@babel/code-frame": {
  136. "version": "7.22.10",
  137. "license": "MIT",
  138. "dependencies": {
  139. "@babel/highlight": "^7.22.10",
  140. "chalk": "^2.4.2"
  141. },
  142. "engines": {
  143. "node": ">=6.9.0"
  144. }
  145. },
  146. "node_modules/@babel/compat-data": {
  147. "version": "7.22.9",
  148. "license": "MIT",
  149. "engines": {
  150. "node": ">=6.9.0"
  151. }
  152. },
  153. "node_modules/@babel/core": {
  154. "version": "7.22.10",
  155. "license": "MIT",
  156. "dependencies": {
  157. "@ampproject/remapping": "^2.2.0",
  158. "@babel/code-frame": "^7.22.10",
  159. "@babel/generator": "^7.22.10",
  160. "@babel/helper-compilation-targets": "^7.22.10",
  161. "@babel/helper-module-transforms": "^7.22.9",
  162. "@babel/helpers": "^7.22.10",
  163. "@babel/parser": "^7.22.10",
  164. "@babel/template": "^7.22.5",
  165. "@babel/traverse": "^7.22.10",
  166. "@babel/types": "^7.22.10",
  167. "convert-source-map": "^1.7.0",
  168. "debug": "^4.1.0",
  169. "gensync": "^1.0.0-beta.2",
  170. "json5": "^2.2.2",
  171. "semver": "^6.3.1"
  172. },
  173. "engines": {
  174. "node": ">=6.9.0"
  175. },
  176. "funding": {
  177. "type": "opencollective",
  178. "url": "https://opencollective.com/babel"
  179. }
  180. },
  181. "node_modules/@babel/generator": {
  182. "version": "7.22.10",
  183. "license": "MIT",
  184. "dependencies": {
  185. "@babel/types": "^7.22.10",
  186. "@jridgewell/gen-mapping": "^0.3.2",
  187. "@jridgewell/trace-mapping": "^0.3.17",
  188. "jsesc": "^2.5.1"
  189. },
  190. "engines": {
  191. "node": ">=6.9.0"
  192. }
  193. },
  194. "node_modules/@babel/helper-annotate-as-pure": {
  195. "version": "7.22.5",
  196. "license": "MIT",
  197. "dependencies": {
  198. "@babel/types": "^7.22.5"
  199. },
  200. "engines": {
  201. "node": ">=6.9.0"
  202. }
  203. },
  204. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  205. "version": "7.22.10",
  206. "license": "MIT",
  207. "dependencies": {
  208. "@babel/types": "^7.22.10"
  209. },
  210. "engines": {
  211. "node": ">=6.9.0"
  212. }
  213. },
  214. "node_modules/@babel/helper-compilation-targets": {
  215. "version": "7.22.10",
  216. "license": "MIT",
  217. "dependencies": {
  218. "@babel/compat-data": "^7.22.9",
  219. "@babel/helper-validator-option": "^7.22.5",
  220. "browserslist": "^4.21.9",
  221. "lru-cache": "^5.1.1",
  222. "semver": "^6.3.1"
  223. },
  224. "engines": {
  225. "node": ">=6.9.0"
  226. }
  227. },
  228. "node_modules/@babel/helper-create-class-features-plugin": {
  229. "version": "7.22.10",
  230. "license": "MIT",
  231. "dependencies": {
  232. "@babel/helper-annotate-as-pure": "^7.22.5",
  233. "@babel/helper-environment-visitor": "^7.22.5",
  234. "@babel/helper-function-name": "^7.22.5",
  235. "@babel/helper-member-expression-to-functions": "^7.22.5",
  236. "@babel/helper-optimise-call-expression": "^7.22.5",
  237. "@babel/helper-replace-supers": "^7.22.9",
  238. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  239. "@babel/helper-split-export-declaration": "^7.22.6",
  240. "semver": "^6.3.1"
  241. },
  242. "engines": {
  243. "node": ">=6.9.0"
  244. },
  245. "peerDependencies": {
  246. "@babel/core": "^7.0.0"
  247. }
  248. },
  249. "node_modules/@babel/helper-create-regexp-features-plugin": {
  250. "version": "7.22.9",
  251. "license": "MIT",
  252. "dependencies": {
  253. "@babel/helper-annotate-as-pure": "^7.22.5",
  254. "regexpu-core": "^5.3.1",
  255. "semver": "^6.3.1"
  256. },
  257. "engines": {
  258. "node": ">=6.9.0"
  259. },
  260. "peerDependencies": {
  261. "@babel/core": "^7.0.0"
  262. }
  263. },
  264. "node_modules/@babel/helper-define-polyfill-provider": {
  265. "version": "0.4.2",
  266. "license": "MIT",
  267. "dependencies": {
  268. "@babel/helper-compilation-targets": "^7.22.6",
  269. "@babel/helper-plugin-utils": "^7.22.5",
  270. "debug": "^4.1.1",
  271. "lodash.debounce": "^4.0.8",
  272. "resolve": "^1.14.2"
  273. },
  274. "peerDependencies": {
  275. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  276. }
  277. },
  278. "node_modules/@babel/helper-environment-visitor": {
  279. "version": "7.22.5",
  280. "license": "MIT",
  281. "engines": {
  282. "node": ">=6.9.0"
  283. }
  284. },
  285. "node_modules/@babel/helper-function-name": {
  286. "version": "7.22.5",
  287. "license": "MIT",
  288. "dependencies": {
  289. "@babel/template": "^7.22.5",
  290. "@babel/types": "^7.22.5"
  291. },
  292. "engines": {
  293. "node": ">=6.9.0"
  294. }
  295. },
  296. "node_modules/@babel/helper-hoist-variables": {
  297. "version": "7.22.5",
  298. "license": "MIT",
  299. "dependencies": {
  300. "@babel/types": "^7.22.5"
  301. },
  302. "engines": {
  303. "node": ">=6.9.0"
  304. }
  305. },
  306. "node_modules/@babel/helper-member-expression-to-functions": {
  307. "version": "7.22.5",
  308. "license": "MIT",
  309. "dependencies": {
  310. "@babel/types": "^7.22.5"
  311. },
  312. "engines": {
  313. "node": ">=6.9.0"
  314. }
  315. },
  316. "node_modules/@babel/helper-module-imports": {
  317. "version": "7.22.5",
  318. "license": "MIT",
  319. "dependencies": {
  320. "@babel/types": "^7.22.5"
  321. },
  322. "engines": {
  323. "node": ">=6.9.0"
  324. }
  325. },
  326. "node_modules/@babel/helper-module-transforms": {
  327. "version": "7.22.9",
  328. "license": "MIT",
  329. "dependencies": {
  330. "@babel/helper-environment-visitor": "^7.22.5",
  331. "@babel/helper-module-imports": "^7.22.5",
  332. "@babel/helper-simple-access": "^7.22.5",
  333. "@babel/helper-split-export-declaration": "^7.22.6",
  334. "@babel/helper-validator-identifier": "^7.22.5"
  335. },
  336. "engines": {
  337. "node": ">=6.9.0"
  338. },
  339. "peerDependencies": {
  340. "@babel/core": "^7.0.0"
  341. }
  342. },
  343. "node_modules/@babel/helper-optimise-call-expression": {
  344. "version": "7.22.5",
  345. "license": "MIT",
  346. "dependencies": {
  347. "@babel/types": "^7.22.5"
  348. },
  349. "engines": {
  350. "node": ">=6.9.0"
  351. }
  352. },
  353. "node_modules/@babel/helper-plugin-utils": {
  354. "version": "7.22.5",
  355. "license": "MIT",
  356. "engines": {
  357. "node": ">=6.9.0"
  358. }
  359. },
  360. "node_modules/@babel/helper-remap-async-to-generator": {
  361. "version": "7.22.9",
  362. "license": "MIT",
  363. "dependencies": {
  364. "@babel/helper-annotate-as-pure": "^7.22.5",
  365. "@babel/helper-environment-visitor": "^7.22.5",
  366. "@babel/helper-wrap-function": "^7.22.9"
  367. },
  368. "engines": {
  369. "node": ">=6.9.0"
  370. },
  371. "peerDependencies": {
  372. "@babel/core": "^7.0.0"
  373. }
  374. },
  375. "node_modules/@babel/helper-replace-supers": {
  376. "version": "7.22.9",
  377. "license": "MIT",
  378. "dependencies": {
  379. "@babel/helper-environment-visitor": "^7.22.5",
  380. "@babel/helper-member-expression-to-functions": "^7.22.5",
  381. "@babel/helper-optimise-call-expression": "^7.22.5"
  382. },
  383. "engines": {
  384. "node": ">=6.9.0"
  385. },
  386. "peerDependencies": {
  387. "@babel/core": "^7.0.0"
  388. }
  389. },
  390. "node_modules/@babel/helper-simple-access": {
  391. "version": "7.22.5",
  392. "license": "MIT",
  393. "dependencies": {
  394. "@babel/types": "^7.22.5"
  395. },
  396. "engines": {
  397. "node": ">=6.9.0"
  398. }
  399. },
  400. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  401. "version": "7.22.5",
  402. "license": "MIT",
  403. "dependencies": {
  404. "@babel/types": "^7.22.5"
  405. },
  406. "engines": {
  407. "node": ">=6.9.0"
  408. }
  409. },
  410. "node_modules/@babel/helper-split-export-declaration": {
  411. "version": "7.22.6",
  412. "license": "MIT",
  413. "dependencies": {
  414. "@babel/types": "^7.22.5"
  415. },
  416. "engines": {
  417. "node": ">=6.9.0"
  418. }
  419. },
  420. "node_modules/@babel/helper-string-parser": {
  421. "version": "7.22.5",
  422. "license": "MIT",
  423. "engines": {
  424. "node": ">=6.9.0"
  425. }
  426. },
  427. "node_modules/@babel/helper-validator-identifier": {
  428. "version": "7.22.5",
  429. "license": "MIT",
  430. "engines": {
  431. "node": ">=6.9.0"
  432. }
  433. },
  434. "node_modules/@babel/helper-validator-option": {
  435. "version": "7.22.5",
  436. "license": "MIT",
  437. "engines": {
  438. "node": ">=6.9.0"
  439. }
  440. },
  441. "node_modules/@babel/helper-wrap-function": {
  442. "version": "7.22.10",
  443. "license": "MIT",
  444. "dependencies": {
  445. "@babel/helper-function-name": "^7.22.5",
  446. "@babel/template": "^7.22.5",
  447. "@babel/types": "^7.22.10"
  448. },
  449. "engines": {
  450. "node": ">=6.9.0"
  451. }
  452. },
  453. "node_modules/@babel/helpers": {
  454. "version": "7.22.10",
  455. "license": "MIT",
  456. "dependencies": {
  457. "@babel/template": "^7.22.5",
  458. "@babel/traverse": "^7.22.10",
  459. "@babel/types": "^7.22.10"
  460. },
  461. "engines": {
  462. "node": ">=6.9.0"
  463. }
  464. },
  465. "node_modules/@babel/highlight": {
  466. "version": "7.22.10",
  467. "license": "MIT",
  468. "dependencies": {
  469. "@babel/helper-validator-identifier": "^7.22.5",
  470. "chalk": "^2.4.2",
  471. "js-tokens": "^4.0.0"
  472. },
  473. "engines": {
  474. "node": ">=6.9.0"
  475. }
  476. },
  477. "node_modules/@babel/parser": {
  478. "version": "7.22.10",
  479. "license": "MIT",
  480. "bin": {
  481. "parser": "bin/babel-parser.js"
  482. },
  483. "engines": {
  484. "node": ">=6.0.0"
  485. }
  486. },
  487. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  488. "version": "7.22.5",
  489. "license": "MIT",
  490. "dependencies": {
  491. "@babel/helper-plugin-utils": "^7.22.5"
  492. },
  493. "engines": {
  494. "node": ">=6.9.0"
  495. },
  496. "peerDependencies": {
  497. "@babel/core": "^7.0.0"
  498. }
  499. },
  500. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  501. "version": "7.22.5",
  502. "license": "MIT",
  503. "dependencies": {
  504. "@babel/helper-plugin-utils": "^7.22.5",
  505. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  506. "@babel/plugin-transform-optional-chaining": "^7.22.5"
  507. },
  508. "engines": {
  509. "node": ">=6.9.0"
  510. },
  511. "peerDependencies": {
  512. "@babel/core": "^7.13.0"
  513. }
  514. },
  515. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  516. "version": "7.21.0-placeholder-for-preset-env.2",
  517. "license": "MIT",
  518. "engines": {
  519. "node": ">=6.9.0"
  520. },
  521. "peerDependencies": {
  522. "@babel/core": "^7.0.0-0"
  523. }
  524. },
  525. "node_modules/@babel/plugin-syntax-async-generators": {
  526. "version": "7.8.4",
  527. "license": "MIT",
  528. "dependencies": {
  529. "@babel/helper-plugin-utils": "^7.8.0"
  530. },
  531. "peerDependencies": {
  532. "@babel/core": "^7.0.0-0"
  533. }
  534. },
  535. "node_modules/@babel/plugin-syntax-class-properties": {
  536. "version": "7.12.13",
  537. "license": "MIT",
  538. "dependencies": {
  539. "@babel/helper-plugin-utils": "^7.12.13"
  540. },
  541. "peerDependencies": {
  542. "@babel/core": "^7.0.0-0"
  543. }
  544. },
  545. "node_modules/@babel/plugin-syntax-class-static-block": {
  546. "version": "7.14.5",
  547. "license": "MIT",
  548. "dependencies": {
  549. "@babel/helper-plugin-utils": "^7.14.5"
  550. },
  551. "engines": {
  552. "node": ">=6.9.0"
  553. },
  554. "peerDependencies": {
  555. "@babel/core": "^7.0.0-0"
  556. }
  557. },
  558. "node_modules/@babel/plugin-syntax-dynamic-import": {
  559. "version": "7.8.3",
  560. "license": "MIT",
  561. "dependencies": {
  562. "@babel/helper-plugin-utils": "^7.8.0"
  563. },
  564. "peerDependencies": {
  565. "@babel/core": "^7.0.0-0"
  566. }
  567. },
  568. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  569. "version": "7.8.3",
  570. "license": "MIT",
  571. "dependencies": {
  572. "@babel/helper-plugin-utils": "^7.8.3"
  573. },
  574. "peerDependencies": {
  575. "@babel/core": "^7.0.0-0"
  576. }
  577. },
  578. "node_modules/@babel/plugin-syntax-import-assertions": {
  579. "version": "7.22.5",
  580. "license": "MIT",
  581. "dependencies": {
  582. "@babel/helper-plugin-utils": "^7.22.5"
  583. },
  584. "engines": {
  585. "node": ">=6.9.0"
  586. },
  587. "peerDependencies": {
  588. "@babel/core": "^7.0.0-0"
  589. }
  590. },
  591. "node_modules/@babel/plugin-syntax-import-attributes": {
  592. "version": "7.22.5",
  593. "license": "MIT",
  594. "dependencies": {
  595. "@babel/helper-plugin-utils": "^7.22.5"
  596. },
  597. "engines": {
  598. "node": ">=6.9.0"
  599. },
  600. "peerDependencies": {
  601. "@babel/core": "^7.0.0-0"
  602. }
  603. },
  604. "node_modules/@babel/plugin-syntax-import-meta": {
  605. "version": "7.10.4",
  606. "license": "MIT",
  607. "dependencies": {
  608. "@babel/helper-plugin-utils": "^7.10.4"
  609. },
  610. "peerDependencies": {
  611. "@babel/core": "^7.0.0-0"
  612. }
  613. },
  614. "node_modules/@babel/plugin-syntax-json-strings": {
  615. "version": "7.8.3",
  616. "license": "MIT",
  617. "dependencies": {
  618. "@babel/helper-plugin-utils": "^7.8.0"
  619. },
  620. "peerDependencies": {
  621. "@babel/core": "^7.0.0-0"
  622. }
  623. },
  624. "node_modules/@babel/plugin-syntax-jsx": {
  625. "version": "7.22.5",
  626. "dev": true,
  627. "license": "MIT",
  628. "dependencies": {
  629. "@babel/helper-plugin-utils": "^7.22.5"
  630. },
  631. "engines": {
  632. "node": ">=6.9.0"
  633. },
  634. "peerDependencies": {
  635. "@babel/core": "^7.0.0-0"
  636. }
  637. },
  638. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  639. "version": "7.10.4",
  640. "license": "MIT",
  641. "dependencies": {
  642. "@babel/helper-plugin-utils": "^7.10.4"
  643. },
  644. "peerDependencies": {
  645. "@babel/core": "^7.0.0-0"
  646. }
  647. },
  648. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  649. "version": "7.8.3",
  650. "license": "MIT",
  651. "dependencies": {
  652. "@babel/helper-plugin-utils": "^7.8.0"
  653. },
  654. "peerDependencies": {
  655. "@babel/core": "^7.0.0-0"
  656. }
  657. },
  658. "node_modules/@babel/plugin-syntax-numeric-separator": {
  659. "version": "7.10.4",
  660. "license": "MIT",
  661. "dependencies": {
  662. "@babel/helper-plugin-utils": "^7.10.4"
  663. },
  664. "peerDependencies": {
  665. "@babel/core": "^7.0.0-0"
  666. }
  667. },
  668. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  669. "version": "7.8.3",
  670. "license": "MIT",
  671. "dependencies": {
  672. "@babel/helper-plugin-utils": "^7.8.0"
  673. },
  674. "peerDependencies": {
  675. "@babel/core": "^7.0.0-0"
  676. }
  677. },
  678. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  679. "version": "7.8.3",
  680. "license": "MIT",
  681. "dependencies": {
  682. "@babel/helper-plugin-utils": "^7.8.0"
  683. },
  684. "peerDependencies": {
  685. "@babel/core": "^7.0.0-0"
  686. }
  687. },
  688. "node_modules/@babel/plugin-syntax-optional-chaining": {
  689. "version": "7.8.3",
  690. "license": "MIT",
  691. "dependencies": {
  692. "@babel/helper-plugin-utils": "^7.8.0"
  693. },
  694. "peerDependencies": {
  695. "@babel/core": "^7.0.0-0"
  696. }
  697. },
  698. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  699. "version": "7.14.5",
  700. "license": "MIT",
  701. "dependencies": {
  702. "@babel/helper-plugin-utils": "^7.14.5"
  703. },
  704. "engines": {
  705. "node": ">=6.9.0"
  706. },
  707. "peerDependencies": {
  708. "@babel/core": "^7.0.0-0"
  709. }
  710. },
  711. "node_modules/@babel/plugin-syntax-top-level-await": {
  712. "version": "7.14.5",
  713. "license": "MIT",
  714. "dependencies": {
  715. "@babel/helper-plugin-utils": "^7.14.5"
  716. },
  717. "engines": {
  718. "node": ">=6.9.0"
  719. },
  720. "peerDependencies": {
  721. "@babel/core": "^7.0.0-0"
  722. }
  723. },
  724. "node_modules/@babel/plugin-syntax-typescript": {
  725. "version": "7.22.5",
  726. "dev": true,
  727. "license": "MIT",
  728. "dependencies": {
  729. "@babel/helper-plugin-utils": "^7.22.5"
  730. },
  731. "engines": {
  732. "node": ">=6.9.0"
  733. },
  734. "peerDependencies": {
  735. "@babel/core": "^7.0.0-0"
  736. }
  737. },
  738. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  739. "version": "7.18.6",
  740. "license": "MIT",
  741. "dependencies": {
  742. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  743. "@babel/helper-plugin-utils": "^7.18.6"
  744. },
  745. "engines": {
  746. "node": ">=6.9.0"
  747. },
  748. "peerDependencies": {
  749. "@babel/core": "^7.0.0"
  750. }
  751. },
  752. "node_modules/@babel/plugin-transform-arrow-functions": {
  753. "version": "7.22.5",
  754. "license": "MIT",
  755. "dependencies": {
  756. "@babel/helper-plugin-utils": "^7.22.5"
  757. },
  758. "engines": {
  759. "node": ">=6.9.0"
  760. },
  761. "peerDependencies": {
  762. "@babel/core": "^7.0.0-0"
  763. }
  764. },
  765. "node_modules/@babel/plugin-transform-async-generator-functions": {
  766. "version": "7.22.10",
  767. "license": "MIT",
  768. "dependencies": {
  769. "@babel/helper-environment-visitor": "^7.22.5",
  770. "@babel/helper-plugin-utils": "^7.22.5",
  771. "@babel/helper-remap-async-to-generator": "^7.22.9",
  772. "@babel/plugin-syntax-async-generators": "^7.8.4"
  773. },
  774. "engines": {
  775. "node": ">=6.9.0"
  776. },
  777. "peerDependencies": {
  778. "@babel/core": "^7.0.0-0"
  779. }
  780. },
  781. "node_modules/@babel/plugin-transform-async-to-generator": {
  782. "version": "7.22.5",
  783. "license": "MIT",
  784. "dependencies": {
  785. "@babel/helper-module-imports": "^7.22.5",
  786. "@babel/helper-plugin-utils": "^7.22.5",
  787. "@babel/helper-remap-async-to-generator": "^7.22.5"
  788. },
  789. "engines": {
  790. "node": ">=6.9.0"
  791. },
  792. "peerDependencies": {
  793. "@babel/core": "^7.0.0-0"
  794. }
  795. },
  796. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  797. "version": "7.22.5",
  798. "license": "MIT",
  799. "dependencies": {
  800. "@babel/helper-plugin-utils": "^7.22.5"
  801. },
  802. "engines": {
  803. "node": ">=6.9.0"
  804. },
  805. "peerDependencies": {
  806. "@babel/core": "^7.0.0-0"
  807. }
  808. },
  809. "node_modules/@babel/plugin-transform-block-scoping": {
  810. "version": "7.22.10",
  811. "license": "MIT",
  812. "dependencies": {
  813. "@babel/helper-plugin-utils": "^7.22.5"
  814. },
  815. "engines": {
  816. "node": ">=6.9.0"
  817. },
  818. "peerDependencies": {
  819. "@babel/core": "^7.0.0-0"
  820. }
  821. },
  822. "node_modules/@babel/plugin-transform-class-properties": {
  823. "version": "7.22.5",
  824. "license": "MIT",
  825. "dependencies": {
  826. "@babel/helper-create-class-features-plugin": "^7.22.5",
  827. "@babel/helper-plugin-utils": "^7.22.5"
  828. },
  829. "engines": {
  830. "node": ">=6.9.0"
  831. },
  832. "peerDependencies": {
  833. "@babel/core": "^7.0.0-0"
  834. }
  835. },
  836. "node_modules/@babel/plugin-transform-class-static-block": {
  837. "version": "7.22.5",
  838. "license": "MIT",
  839. "dependencies": {
  840. "@babel/helper-create-class-features-plugin": "^7.22.5",
  841. "@babel/helper-plugin-utils": "^7.22.5",
  842. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  843. },
  844. "engines": {
  845. "node": ">=6.9.0"
  846. },
  847. "peerDependencies": {
  848. "@babel/core": "^7.12.0"
  849. }
  850. },
  851. "node_modules/@babel/plugin-transform-classes": {
  852. "version": "7.22.6",
  853. "license": "MIT",
  854. "dependencies": {
  855. "@babel/helper-annotate-as-pure": "^7.22.5",
  856. "@babel/helper-compilation-targets": "^7.22.6",
  857. "@babel/helper-environment-visitor": "^7.22.5",
  858. "@babel/helper-function-name": "^7.22.5",
  859. "@babel/helper-optimise-call-expression": "^7.22.5",
  860. "@babel/helper-plugin-utils": "^7.22.5",
  861. "@babel/helper-replace-supers": "^7.22.5",
  862. "@babel/helper-split-export-declaration": "^7.22.6",
  863. "globals": "^11.1.0"
  864. },
  865. "engines": {
  866. "node": ">=6.9.0"
  867. },
  868. "peerDependencies": {
  869. "@babel/core": "^7.0.0-0"
  870. }
  871. },
  872. "node_modules/@babel/plugin-transform-computed-properties": {
  873. "version": "7.22.5",
  874. "license": "MIT",
  875. "dependencies": {
  876. "@babel/helper-plugin-utils": "^7.22.5",
  877. "@babel/template": "^7.22.5"
  878. },
  879. "engines": {
  880. "node": ">=6.9.0"
  881. },
  882. "peerDependencies": {
  883. "@babel/core": "^7.0.0-0"
  884. }
  885. },
  886. "node_modules/@babel/plugin-transform-destructuring": {
  887. "version": "7.22.10",
  888. "license": "MIT",
  889. "dependencies": {
  890. "@babel/helper-plugin-utils": "^7.22.5"
  891. },
  892. "engines": {
  893. "node": ">=6.9.0"
  894. },
  895. "peerDependencies": {
  896. "@babel/core": "^7.0.0-0"
  897. }
  898. },
  899. "node_modules/@babel/plugin-transform-dotall-regex": {
  900. "version": "7.22.5",
  901. "license": "MIT",
  902. "dependencies": {
  903. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  904. "@babel/helper-plugin-utils": "^7.22.5"
  905. },
  906. "engines": {
  907. "node": ">=6.9.0"
  908. },
  909. "peerDependencies": {
  910. "@babel/core": "^7.0.0-0"
  911. }
  912. },
  913. "node_modules/@babel/plugin-transform-duplicate-keys": {
  914. "version": "7.22.5",
  915. "license": "MIT",
  916. "dependencies": {
  917. "@babel/helper-plugin-utils": "^7.22.5"
  918. },
  919. "engines": {
  920. "node": ">=6.9.0"
  921. },
  922. "peerDependencies": {
  923. "@babel/core": "^7.0.0-0"
  924. }
  925. },
  926. "node_modules/@babel/plugin-transform-dynamic-import": {
  927. "version": "7.22.5",
  928. "license": "MIT",
  929. "dependencies": {
  930. "@babel/helper-plugin-utils": "^7.22.5",
  931. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  932. },
  933. "engines": {
  934. "node": ">=6.9.0"
  935. },
  936. "peerDependencies": {
  937. "@babel/core": "^7.0.0-0"
  938. }
  939. },
  940. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  941. "version": "7.22.5",
  942. "license": "MIT",
  943. "dependencies": {
  944. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5",
  945. "@babel/helper-plugin-utils": "^7.22.5"
  946. },
  947. "engines": {
  948. "node": ">=6.9.0"
  949. },
  950. "peerDependencies": {
  951. "@babel/core": "^7.0.0-0"
  952. }
  953. },
  954. "node_modules/@babel/plugin-transform-export-namespace-from": {
  955. "version": "7.22.5",
  956. "license": "MIT",
  957. "dependencies": {
  958. "@babel/helper-plugin-utils": "^7.22.5",
  959. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  960. },
  961. "engines": {
  962. "node": ">=6.9.0"
  963. },
  964. "peerDependencies": {
  965. "@babel/core": "^7.0.0-0"
  966. }
  967. },
  968. "node_modules/@babel/plugin-transform-for-of": {
  969. "version": "7.22.5",
  970. "license": "MIT",
  971. "dependencies": {
  972. "@babel/helper-plugin-utils": "^7.22.5"
  973. },
  974. "engines": {
  975. "node": ">=6.9.0"
  976. },
  977. "peerDependencies": {
  978. "@babel/core": "^7.0.0-0"
  979. }
  980. },
  981. "node_modules/@babel/plugin-transform-function-name": {
  982. "version": "7.22.5",
  983. "license": "MIT",
  984. "dependencies": {
  985. "@babel/helper-compilation-targets": "^7.22.5",
  986. "@babel/helper-function-name": "^7.22.5",
  987. "@babel/helper-plugin-utils": "^7.22.5"
  988. },
  989. "engines": {
  990. "node": ">=6.9.0"
  991. },
  992. "peerDependencies": {
  993. "@babel/core": "^7.0.0-0"
  994. }
  995. },
  996. "node_modules/@babel/plugin-transform-json-strings": {
  997. "version": "7.22.5",
  998. "license": "MIT",
  999. "dependencies": {
  1000. "@babel/helper-plugin-utils": "^7.22.5",
  1001. "@babel/plugin-syntax-json-strings": "^7.8.3"
  1002. },
  1003. "engines": {
  1004. "node": ">=6.9.0"
  1005. },
  1006. "peerDependencies": {
  1007. "@babel/core": "^7.0.0-0"
  1008. }
  1009. },
  1010. "node_modules/@babel/plugin-transform-literals": {
  1011. "version": "7.22.5",
  1012. "license": "MIT",
  1013. "dependencies": {
  1014. "@babel/helper-plugin-utils": "^7.22.5"
  1015. },
  1016. "engines": {
  1017. "node": ">=6.9.0"
  1018. },
  1019. "peerDependencies": {
  1020. "@babel/core": "^7.0.0-0"
  1021. }
  1022. },
  1023. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  1024. "version": "7.22.5",
  1025. "license": "MIT",
  1026. "dependencies": {
  1027. "@babel/helper-plugin-utils": "^7.22.5",
  1028. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  1029. },
  1030. "engines": {
  1031. "node": ">=6.9.0"
  1032. },
  1033. "peerDependencies": {
  1034. "@babel/core": "^7.0.0-0"
  1035. }
  1036. },
  1037. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1038. "version": "7.22.5",
  1039. "license": "MIT",
  1040. "dependencies": {
  1041. "@babel/helper-plugin-utils": "^7.22.5"
  1042. },
  1043. "engines": {
  1044. "node": ">=6.9.0"
  1045. },
  1046. "peerDependencies": {
  1047. "@babel/core": "^7.0.0-0"
  1048. }
  1049. },
  1050. "node_modules/@babel/plugin-transform-modules-amd": {
  1051. "version": "7.22.5",
  1052. "license": "MIT",
  1053. "dependencies": {
  1054. "@babel/helper-module-transforms": "^7.22.5",
  1055. "@babel/helper-plugin-utils": "^7.22.5"
  1056. },
  1057. "engines": {
  1058. "node": ">=6.9.0"
  1059. },
  1060. "peerDependencies": {
  1061. "@babel/core": "^7.0.0-0"
  1062. }
  1063. },
  1064. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1065. "version": "7.22.5",
  1066. "license": "MIT",
  1067. "dependencies": {
  1068. "@babel/helper-module-transforms": "^7.22.5",
  1069. "@babel/helper-plugin-utils": "^7.22.5",
  1070. "@babel/helper-simple-access": "^7.22.5"
  1071. },
  1072. "engines": {
  1073. "node": ">=6.9.0"
  1074. },
  1075. "peerDependencies": {
  1076. "@babel/core": "^7.0.0-0"
  1077. }
  1078. },
  1079. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1080. "version": "7.22.5",
  1081. "license": "MIT",
  1082. "dependencies": {
  1083. "@babel/helper-hoist-variables": "^7.22.5",
  1084. "@babel/helper-module-transforms": "^7.22.5",
  1085. "@babel/helper-plugin-utils": "^7.22.5",
  1086. "@babel/helper-validator-identifier": "^7.22.5"
  1087. },
  1088. "engines": {
  1089. "node": ">=6.9.0"
  1090. },
  1091. "peerDependencies": {
  1092. "@babel/core": "^7.0.0-0"
  1093. }
  1094. },
  1095. "node_modules/@babel/plugin-transform-modules-umd": {
  1096. "version": "7.22.5",
  1097. "license": "MIT",
  1098. "dependencies": {
  1099. "@babel/helper-module-transforms": "^7.22.5",
  1100. "@babel/helper-plugin-utils": "^7.22.5"
  1101. },
  1102. "engines": {
  1103. "node": ">=6.9.0"
  1104. },
  1105. "peerDependencies": {
  1106. "@babel/core": "^7.0.0-0"
  1107. }
  1108. },
  1109. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1110. "version": "7.22.5",
  1111. "license": "MIT",
  1112. "dependencies": {
  1113. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1114. "@babel/helper-plugin-utils": "^7.22.5"
  1115. },
  1116. "engines": {
  1117. "node": ">=6.9.0"
  1118. },
  1119. "peerDependencies": {
  1120. "@babel/core": "^7.0.0"
  1121. }
  1122. },
  1123. "node_modules/@babel/plugin-transform-new-target": {
  1124. "version": "7.22.5",
  1125. "license": "MIT",
  1126. "dependencies": {
  1127. "@babel/helper-plugin-utils": "^7.22.5"
  1128. },
  1129. "engines": {
  1130. "node": ">=6.9.0"
  1131. },
  1132. "peerDependencies": {
  1133. "@babel/core": "^7.0.0-0"
  1134. }
  1135. },
  1136. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1137. "version": "7.22.5",
  1138. "license": "MIT",
  1139. "dependencies": {
  1140. "@babel/helper-plugin-utils": "^7.22.5",
  1141. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  1142. },
  1143. "engines": {
  1144. "node": ">=6.9.0"
  1145. },
  1146. "peerDependencies": {
  1147. "@babel/core": "^7.0.0-0"
  1148. }
  1149. },
  1150. "node_modules/@babel/plugin-transform-numeric-separator": {
  1151. "version": "7.22.5",
  1152. "license": "MIT",
  1153. "dependencies": {
  1154. "@babel/helper-plugin-utils": "^7.22.5",
  1155. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  1156. },
  1157. "engines": {
  1158. "node": ">=6.9.0"
  1159. },
  1160. "peerDependencies": {
  1161. "@babel/core": "^7.0.0-0"
  1162. }
  1163. },
  1164. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1165. "version": "7.22.5",
  1166. "license": "MIT",
  1167. "dependencies": {
  1168. "@babel/compat-data": "^7.22.5",
  1169. "@babel/helper-compilation-targets": "^7.22.5",
  1170. "@babel/helper-plugin-utils": "^7.22.5",
  1171. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1172. "@babel/plugin-transform-parameters": "^7.22.5"
  1173. },
  1174. "engines": {
  1175. "node": ">=6.9.0"
  1176. },
  1177. "peerDependencies": {
  1178. "@babel/core": "^7.0.0-0"
  1179. }
  1180. },
  1181. "node_modules/@babel/plugin-transform-object-super": {
  1182. "version": "7.22.5",
  1183. "license": "MIT",
  1184. "dependencies": {
  1185. "@babel/helper-plugin-utils": "^7.22.5",
  1186. "@babel/helper-replace-supers": "^7.22.5"
  1187. },
  1188. "engines": {
  1189. "node": ">=6.9.0"
  1190. },
  1191. "peerDependencies": {
  1192. "@babel/core": "^7.0.0-0"
  1193. }
  1194. },
  1195. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1196. "version": "7.22.5",
  1197. "license": "MIT",
  1198. "dependencies": {
  1199. "@babel/helper-plugin-utils": "^7.22.5",
  1200. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  1201. },
  1202. "engines": {
  1203. "node": ">=6.9.0"
  1204. },
  1205. "peerDependencies": {
  1206. "@babel/core": "^7.0.0-0"
  1207. }
  1208. },
  1209. "node_modules/@babel/plugin-transform-optional-chaining": {
  1210. "version": "7.22.10",
  1211. "license": "MIT",
  1212. "dependencies": {
  1213. "@babel/helper-plugin-utils": "^7.22.5",
  1214. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  1215. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  1216. },
  1217. "engines": {
  1218. "node": ">=6.9.0"
  1219. },
  1220. "peerDependencies": {
  1221. "@babel/core": "^7.0.0-0"
  1222. }
  1223. },
  1224. "node_modules/@babel/plugin-transform-parameters": {
  1225. "version": "7.22.5",
  1226. "license": "MIT",
  1227. "dependencies": {
  1228. "@babel/helper-plugin-utils": "^7.22.5"
  1229. },
  1230. "engines": {
  1231. "node": ">=6.9.0"
  1232. },
  1233. "peerDependencies": {
  1234. "@babel/core": "^7.0.0-0"
  1235. }
  1236. },
  1237. "node_modules/@babel/plugin-transform-private-methods": {
  1238. "version": "7.22.5",
  1239. "license": "MIT",
  1240. "dependencies": {
  1241. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1242. "@babel/helper-plugin-utils": "^7.22.5"
  1243. },
  1244. "engines": {
  1245. "node": ">=6.9.0"
  1246. },
  1247. "peerDependencies": {
  1248. "@babel/core": "^7.0.0-0"
  1249. }
  1250. },
  1251. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1252. "version": "7.22.5",
  1253. "license": "MIT",
  1254. "dependencies": {
  1255. "@babel/helper-annotate-as-pure": "^7.22.5",
  1256. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1257. "@babel/helper-plugin-utils": "^7.22.5",
  1258. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  1259. },
  1260. "engines": {
  1261. "node": ">=6.9.0"
  1262. },
  1263. "peerDependencies": {
  1264. "@babel/core": "^7.0.0-0"
  1265. }
  1266. },
  1267. "node_modules/@babel/plugin-transform-property-literals": {
  1268. "version": "7.22.5",
  1269. "license": "MIT",
  1270. "dependencies": {
  1271. "@babel/helper-plugin-utils": "^7.22.5"
  1272. },
  1273. "engines": {
  1274. "node": ">=6.9.0"
  1275. },
  1276. "peerDependencies": {
  1277. "@babel/core": "^7.0.0-0"
  1278. }
  1279. },
  1280. "node_modules/@babel/plugin-transform-regenerator": {
  1281. "version": "7.22.10",
  1282. "license": "MIT",
  1283. "dependencies": {
  1284. "@babel/helper-plugin-utils": "^7.22.5",
  1285. "regenerator-transform": "^0.15.2"
  1286. },
  1287. "engines": {
  1288. "node": ">=6.9.0"
  1289. },
  1290. "peerDependencies": {
  1291. "@babel/core": "^7.0.0-0"
  1292. }
  1293. },
  1294. "node_modules/@babel/plugin-transform-reserved-words": {
  1295. "version": "7.22.5",
  1296. "license": "MIT",
  1297. "dependencies": {
  1298. "@babel/helper-plugin-utils": "^7.22.5"
  1299. },
  1300. "engines": {
  1301. "node": ">=6.9.0"
  1302. },
  1303. "peerDependencies": {
  1304. "@babel/core": "^7.0.0-0"
  1305. }
  1306. },
  1307. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1308. "version": "7.22.5",
  1309. "license": "MIT",
  1310. "dependencies": {
  1311. "@babel/helper-plugin-utils": "^7.22.5"
  1312. },
  1313. "engines": {
  1314. "node": ">=6.9.0"
  1315. },
  1316. "peerDependencies": {
  1317. "@babel/core": "^7.0.0-0"
  1318. }
  1319. },
  1320. "node_modules/@babel/plugin-transform-spread": {
  1321. "version": "7.22.5",
  1322. "license": "MIT",
  1323. "dependencies": {
  1324. "@babel/helper-plugin-utils": "^7.22.5",
  1325. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
  1326. },
  1327. "engines": {
  1328. "node": ">=6.9.0"
  1329. },
  1330. "peerDependencies": {
  1331. "@babel/core": "^7.0.0-0"
  1332. }
  1333. },
  1334. "node_modules/@babel/plugin-transform-sticky-regex": {
  1335. "version": "7.22.5",
  1336. "license": "MIT",
  1337. "dependencies": {
  1338. "@babel/helper-plugin-utils": "^7.22.5"
  1339. },
  1340. "engines": {
  1341. "node": ">=6.9.0"
  1342. },
  1343. "peerDependencies": {
  1344. "@babel/core": "^7.0.0-0"
  1345. }
  1346. },
  1347. "node_modules/@babel/plugin-transform-template-literals": {
  1348. "version": "7.22.5",
  1349. "license": "MIT",
  1350. "dependencies": {
  1351. "@babel/helper-plugin-utils": "^7.22.5"
  1352. },
  1353. "engines": {
  1354. "node": ">=6.9.0"
  1355. },
  1356. "peerDependencies": {
  1357. "@babel/core": "^7.0.0-0"
  1358. }
  1359. },
  1360. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1361. "version": "7.22.5",
  1362. "license": "MIT",
  1363. "dependencies": {
  1364. "@babel/helper-plugin-utils": "^7.22.5"
  1365. },
  1366. "engines": {
  1367. "node": ">=6.9.0"
  1368. },
  1369. "peerDependencies": {
  1370. "@babel/core": "^7.0.0-0"
  1371. }
  1372. },
  1373. "node_modules/@babel/plugin-transform-typescript": {
  1374. "version": "7.22.10",
  1375. "dev": true,
  1376. "license": "MIT",
  1377. "dependencies": {
  1378. "@babel/helper-annotate-as-pure": "^7.22.5",
  1379. "@babel/helper-create-class-features-plugin": "^7.22.10",
  1380. "@babel/helper-plugin-utils": "^7.22.5",
  1381. "@babel/plugin-syntax-typescript": "^7.22.5"
  1382. },
  1383. "engines": {
  1384. "node": ">=6.9.0"
  1385. },
  1386. "peerDependencies": {
  1387. "@babel/core": "^7.0.0-0"
  1388. }
  1389. },
  1390. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1391. "version": "7.22.10",
  1392. "license": "MIT",
  1393. "dependencies": {
  1394. "@babel/helper-plugin-utils": "^7.22.5"
  1395. },
  1396. "engines": {
  1397. "node": ">=6.9.0"
  1398. },
  1399. "peerDependencies": {
  1400. "@babel/core": "^7.0.0-0"
  1401. }
  1402. },
  1403. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1404. "version": "7.22.5",
  1405. "license": "MIT",
  1406. "dependencies": {
  1407. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1408. "@babel/helper-plugin-utils": "^7.22.5"
  1409. },
  1410. "engines": {
  1411. "node": ">=6.9.0"
  1412. },
  1413. "peerDependencies": {
  1414. "@babel/core": "^7.0.0-0"
  1415. }
  1416. },
  1417. "node_modules/@babel/plugin-transform-unicode-regex": {
  1418. "version": "7.22.5",
  1419. "license": "MIT",
  1420. "dependencies": {
  1421. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1422. "@babel/helper-plugin-utils": "^7.22.5"
  1423. },
  1424. "engines": {
  1425. "node": ">=6.9.0"
  1426. },
  1427. "peerDependencies": {
  1428. "@babel/core": "^7.0.0-0"
  1429. }
  1430. },
  1431. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1432. "version": "7.22.5",
  1433. "license": "MIT",
  1434. "dependencies": {
  1435. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1436. "@babel/helper-plugin-utils": "^7.22.5"
  1437. },
  1438. "engines": {
  1439. "node": ">=6.9.0"
  1440. },
  1441. "peerDependencies": {
  1442. "@babel/core": "^7.0.0"
  1443. }
  1444. },
  1445. "node_modules/@babel/preset-env": {
  1446. "version": "7.22.10",
  1447. "license": "MIT",
  1448. "dependencies": {
  1449. "@babel/compat-data": "^7.22.9",
  1450. "@babel/helper-compilation-targets": "^7.22.10",
  1451. "@babel/helper-plugin-utils": "^7.22.5",
  1452. "@babel/helper-validator-option": "^7.22.5",
  1453. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5",
  1454. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5",
  1455. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1456. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1457. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1458. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1459. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1460. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1461. "@babel/plugin-syntax-import-assertions": "^7.22.5",
  1462. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  1463. "@babel/plugin-syntax-import-meta": "^7.10.4",
  1464. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1465. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1466. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1467. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1468. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1469. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1470. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1471. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1472. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1473. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1474. "@babel/plugin-transform-arrow-functions": "^7.22.5",
  1475. "@babel/plugin-transform-async-generator-functions": "^7.22.10",
  1476. "@babel/plugin-transform-async-to-generator": "^7.22.5",
  1477. "@babel/plugin-transform-block-scoped-functions": "^7.22.5",
  1478. "@babel/plugin-transform-block-scoping": "^7.22.10",
  1479. "@babel/plugin-transform-class-properties": "^7.22.5",
  1480. "@babel/plugin-transform-class-static-block": "^7.22.5",
  1481. "@babel/plugin-transform-classes": "^7.22.6",
  1482. "@babel/plugin-transform-computed-properties": "^7.22.5",
  1483. "@babel/plugin-transform-destructuring": "^7.22.10",
  1484. "@babel/plugin-transform-dotall-regex": "^7.22.5",
  1485. "@babel/plugin-transform-duplicate-keys": "^7.22.5",
  1486. "@babel/plugin-transform-dynamic-import": "^7.22.5",
  1487. "@babel/plugin-transform-exponentiation-operator": "^7.22.5",
  1488. "@babel/plugin-transform-export-namespace-from": "^7.22.5",
  1489. "@babel/plugin-transform-for-of": "^7.22.5",
  1490. "@babel/plugin-transform-function-name": "^7.22.5",
  1491. "@babel/plugin-transform-json-strings": "^7.22.5",
  1492. "@babel/plugin-transform-literals": "^7.22.5",
  1493. "@babel/plugin-transform-logical-assignment-operators": "^7.22.5",
  1494. "@babel/plugin-transform-member-expression-literals": "^7.22.5",
  1495. "@babel/plugin-transform-modules-amd": "^7.22.5",
  1496. "@babel/plugin-transform-modules-commonjs": "^7.22.5",
  1497. "@babel/plugin-transform-modules-systemjs": "^7.22.5",
  1498. "@babel/plugin-transform-modules-umd": "^7.22.5",
  1499. "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
  1500. "@babel/plugin-transform-new-target": "^7.22.5",
  1501. "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5",
  1502. "@babel/plugin-transform-numeric-separator": "^7.22.5",
  1503. "@babel/plugin-transform-object-rest-spread": "^7.22.5",
  1504. "@babel/plugin-transform-object-super": "^7.22.5",
  1505. "@babel/plugin-transform-optional-catch-binding": "^7.22.5",
  1506. "@babel/plugin-transform-optional-chaining": "^7.22.10",
  1507. "@babel/plugin-transform-parameters": "^7.22.5",
  1508. "@babel/plugin-transform-private-methods": "^7.22.5",
  1509. "@babel/plugin-transform-private-property-in-object": "^7.22.5",
  1510. "@babel/plugin-transform-property-literals": "^7.22.5",
  1511. "@babel/plugin-transform-regenerator": "^7.22.10",
  1512. "@babel/plugin-transform-reserved-words": "^7.22.5",
  1513. "@babel/plugin-transform-shorthand-properties": "^7.22.5",
  1514. "@babel/plugin-transform-spread": "^7.22.5",
  1515. "@babel/plugin-transform-sticky-regex": "^7.22.5",
  1516. "@babel/plugin-transform-template-literals": "^7.22.5",
  1517. "@babel/plugin-transform-typeof-symbol": "^7.22.5",
  1518. "@babel/plugin-transform-unicode-escapes": "^7.22.10",
  1519. "@babel/plugin-transform-unicode-property-regex": "^7.22.5",
  1520. "@babel/plugin-transform-unicode-regex": "^7.22.5",
  1521. "@babel/plugin-transform-unicode-sets-regex": "^7.22.5",
  1522. "@babel/preset-modules": "0.1.6-no-external-plugins",
  1523. "@babel/types": "^7.22.10",
  1524. "babel-plugin-polyfill-corejs2": "^0.4.5",
  1525. "babel-plugin-polyfill-corejs3": "^0.8.3",
  1526. "babel-plugin-polyfill-regenerator": "^0.5.2",
  1527. "core-js-compat": "^3.31.0",
  1528. "semver": "^6.3.1"
  1529. },
  1530. "engines": {
  1531. "node": ">=6.9.0"
  1532. },
  1533. "peerDependencies": {
  1534. "@babel/core": "^7.0.0-0"
  1535. }
  1536. },
  1537. "node_modules/@babel/preset-modules": {
  1538. "version": "0.1.6-no-external-plugins",
  1539. "license": "MIT",
  1540. "dependencies": {
  1541. "@babel/helper-plugin-utils": "^7.0.0",
  1542. "@babel/types": "^7.4.4",
  1543. "esutils": "^2.0.2"
  1544. },
  1545. "peerDependencies": {
  1546. "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
  1547. }
  1548. },
  1549. "node_modules/@babel/regjsgen": {
  1550. "version": "0.8.0",
  1551. "license": "MIT"
  1552. },
  1553. "node_modules/@babel/runtime": {
  1554. "version": "7.22.10",
  1555. "license": "MIT",
  1556. "dependencies": {
  1557. "regenerator-runtime": "^0.14.0"
  1558. },
  1559. "engines": {
  1560. "node": ">=6.9.0"
  1561. }
  1562. },
  1563. "node_modules/@babel/runtime/node_modules/regenerator-runtime": {
  1564. "version": "0.14.0",
  1565. "license": "MIT"
  1566. },
  1567. "node_modules/@babel/template": {
  1568. "version": "7.22.5",
  1569. "license": "MIT",
  1570. "dependencies": {
  1571. "@babel/code-frame": "^7.22.5",
  1572. "@babel/parser": "^7.22.5",
  1573. "@babel/types": "^7.22.5"
  1574. },
  1575. "engines": {
  1576. "node": ">=6.9.0"
  1577. }
  1578. },
  1579. "node_modules/@babel/traverse": {
  1580. "version": "7.22.10",
  1581. "license": "MIT",
  1582. "dependencies": {
  1583. "@babel/code-frame": "^7.22.10",
  1584. "@babel/generator": "^7.22.10",
  1585. "@babel/helper-environment-visitor": "^7.22.5",
  1586. "@babel/helper-function-name": "^7.22.5",
  1587. "@babel/helper-hoist-variables": "^7.22.5",
  1588. "@babel/helper-split-export-declaration": "^7.22.6",
  1589. "@babel/parser": "^7.22.10",
  1590. "@babel/types": "^7.22.10",
  1591. "debug": "^4.1.0",
  1592. "globals": "^11.1.0"
  1593. },
  1594. "engines": {
  1595. "node": ">=6.9.0"
  1596. }
  1597. },
  1598. "node_modules/@babel/types": {
  1599. "version": "7.22.10",
  1600. "license": "MIT",
  1601. "dependencies": {
  1602. "@babel/helper-string-parser": "^7.22.5",
  1603. "@babel/helper-validator-identifier": "^7.22.5",
  1604. "to-fast-properties": "^2.0.0"
  1605. },
  1606. "engines": {
  1607. "node": ">=6.9.0"
  1608. }
  1609. },
  1610. "node_modules/@cfcs/core": {
  1611. "version": "0.0.6",
  1612. "license": "MIT",
  1613. "dependencies": {
  1614. "@egjs/component": "^3.0.2"
  1615. }
  1616. },
  1617. "node_modules/@css-render/plugin-bem": {
  1618. "version": "0.15.14",
  1619. "resolved": "https://registry.npmmirror.com/@css-render/plugin-bem/-/plugin-bem-0.15.14.tgz",
  1620. "integrity": "sha512-QK513CJ7yEQxm/P3EwsI+d+ha8kSOcjGvD6SevM41neEMxdULE+18iuQK6tEChAWMOQNQPLG/Rw3Khb69r5neg==",
  1621. "peerDependencies": {
  1622. "css-render": "~0.15.14"
  1623. }
  1624. },
  1625. "node_modules/@css-render/vue3-ssr": {
  1626. "version": "0.15.14",
  1627. "resolved": "https://registry.npmmirror.com/@css-render/vue3-ssr/-/vue3-ssr-0.15.14.tgz",
  1628. "integrity": "sha512-//8027GSbxE9n3QlD73xFY6z4ZbHbvrOVB7AO6hsmrEzGbg+h2A09HboUyDgu+xsmj7JnvJD39Irt+2D0+iV8g==",
  1629. "peerDependencies": {
  1630. "vue": "^3.0.11"
  1631. }
  1632. },
  1633. "node_modules/@daybrush/utils": {
  1634. "version": "1.13.0",
  1635. "license": "MIT"
  1636. },
  1637. "node_modules/@egjs/agent": {
  1638. "version": "2.4.3",
  1639. "license": "MIT"
  1640. },
  1641. "node_modules/@egjs/children-differ": {
  1642. "version": "1.0.1",
  1643. "license": "MIT",
  1644. "dependencies": {
  1645. "@egjs/list-differ": "^1.0.0"
  1646. }
  1647. },
  1648. "node_modules/@egjs/component": {
  1649. "version": "3.0.4",
  1650. "license": "MIT"
  1651. },
  1652. "node_modules/@egjs/list-differ": {
  1653. "version": "1.0.1",
  1654. "license": "MIT"
  1655. },
  1656. "node_modules/@emotion/hash": {
  1657. "version": "0.8.0",
  1658. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.8.0.tgz",
  1659. "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
  1660. },
  1661. "node_modules/@eslint-community/eslint-utils": {
  1662. "version": "4.4.0",
  1663. "dev": true,
  1664. "license": "MIT",
  1665. "dependencies": {
  1666. "eslint-visitor-keys": "^3.3.0"
  1667. },
  1668. "engines": {
  1669. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1670. },
  1671. "peerDependencies": {
  1672. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  1673. }
  1674. },
  1675. "node_modules/@eslint-community/regexpp": {
  1676. "version": "4.6.2",
  1677. "dev": true,
  1678. "license": "MIT",
  1679. "engines": {
  1680. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  1681. }
  1682. },
  1683. "node_modules/@eslint/eslintrc": {
  1684. "version": "2.1.2",
  1685. "dev": true,
  1686. "license": "MIT",
  1687. "dependencies": {
  1688. "ajv": "^6.12.4",
  1689. "debug": "^4.3.2",
  1690. "espree": "^9.6.0",
  1691. "globals": "^13.19.0",
  1692. "ignore": "^5.2.0",
  1693. "import-fresh": "^3.2.1",
  1694. "js-yaml": "^4.1.0",
  1695. "minimatch": "^3.1.2",
  1696. "strip-json-comments": "^3.1.1"
  1697. },
  1698. "engines": {
  1699. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1700. },
  1701. "funding": {
  1702. "url": "https://opencollective.com/eslint"
  1703. }
  1704. },
  1705. "node_modules/@eslint/eslintrc/node_modules/ajv": {
  1706. "version": "6.12.6",
  1707. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  1708. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  1709. "dev": true,
  1710. "dependencies": {
  1711. "fast-deep-equal": "^3.1.1",
  1712. "fast-json-stable-stringify": "^2.0.0",
  1713. "json-schema-traverse": "^0.4.1",
  1714. "uri-js": "^4.2.2"
  1715. },
  1716. "funding": {
  1717. "type": "github",
  1718. "url": "https://github.com/sponsors/epoberezkin"
  1719. }
  1720. },
  1721. "node_modules/@eslint/eslintrc/node_modules/globals": {
  1722. "version": "13.21.0",
  1723. "dev": true,
  1724. "license": "MIT",
  1725. "dependencies": {
  1726. "type-fest": "^0.20.2"
  1727. },
  1728. "engines": {
  1729. "node": ">=8"
  1730. },
  1731. "funding": {
  1732. "url": "https://github.com/sponsors/sindresorhus"
  1733. }
  1734. },
  1735. "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
  1736. "version": "0.4.1",
  1737. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  1738. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  1739. "dev": true
  1740. },
  1741. "node_modules/@eslint/eslintrc/node_modules/type-fest": {
  1742. "version": "0.20.2",
  1743. "dev": true,
  1744. "license": "(MIT OR CC0-1.0)",
  1745. "engines": {
  1746. "node": ">=10"
  1747. },
  1748. "funding": {
  1749. "url": "https://github.com/sponsors/sindresorhus"
  1750. }
  1751. },
  1752. "node_modules/@eslint/js": {
  1753. "version": "8.47.0",
  1754. "dev": true,
  1755. "license": "MIT",
  1756. "engines": {
  1757. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1758. }
  1759. },
  1760. "node_modules/@humanwhocodes/config-array": {
  1761. "version": "0.11.10",
  1762. "dev": true,
  1763. "license": "Apache-2.0",
  1764. "dependencies": {
  1765. "@humanwhocodes/object-schema": "^1.2.1",
  1766. "debug": "^4.1.1",
  1767. "minimatch": "^3.0.5"
  1768. },
  1769. "engines": {
  1770. "node": ">=10.10.0"
  1771. }
  1772. },
  1773. "node_modules/@humanwhocodes/module-importer": {
  1774. "version": "1.0.1",
  1775. "dev": true,
  1776. "license": "Apache-2.0",
  1777. "engines": {
  1778. "node": ">=12.22"
  1779. },
  1780. "funding": {
  1781. "type": "github",
  1782. "url": "https://github.com/sponsors/nzakas"
  1783. }
  1784. },
  1785. "node_modules/@humanwhocodes/object-schema": {
  1786. "version": "1.2.1",
  1787. "dev": true,
  1788. "license": "BSD-3-Clause"
  1789. },
  1790. "node_modules/@intlify/core-base": {
  1791. "version": "9.2.2",
  1792. "license": "MIT",
  1793. "dependencies": {
  1794. "@intlify/devtools-if": "9.2.2",
  1795. "@intlify/message-compiler": "9.2.2",
  1796. "@intlify/shared": "9.2.2",
  1797. "@intlify/vue-devtools": "9.2.2"
  1798. },
  1799. "engines": {
  1800. "node": ">= 14"
  1801. }
  1802. },
  1803. "node_modules/@intlify/devtools-if": {
  1804. "version": "9.2.2",
  1805. "license": "MIT",
  1806. "dependencies": {
  1807. "@intlify/shared": "9.2.2"
  1808. },
  1809. "engines": {
  1810. "node": ">= 14"
  1811. }
  1812. },
  1813. "node_modules/@intlify/message-compiler": {
  1814. "version": "9.2.2",
  1815. "license": "MIT",
  1816. "dependencies": {
  1817. "@intlify/shared": "9.2.2",
  1818. "source-map": "0.6.1"
  1819. },
  1820. "engines": {
  1821. "node": ">= 14"
  1822. }
  1823. },
  1824. "node_modules/@intlify/shared": {
  1825. "version": "9.2.2",
  1826. "license": "MIT",
  1827. "engines": {
  1828. "node": ">= 14"
  1829. }
  1830. },
  1831. "node_modules/@intlify/vue-devtools": {
  1832. "version": "9.2.2",
  1833. "license": "MIT",
  1834. "dependencies": {
  1835. "@intlify/core-base": "9.2.2",
  1836. "@intlify/shared": "9.2.2"
  1837. },
  1838. "engines": {
  1839. "node": ">= 14"
  1840. }
  1841. },
  1842. "node_modules/@jridgewell/gen-mapping": {
  1843. "version": "0.3.3",
  1844. "license": "MIT",
  1845. "dependencies": {
  1846. "@jridgewell/set-array": "^1.0.1",
  1847. "@jridgewell/sourcemap-codec": "^1.4.10",
  1848. "@jridgewell/trace-mapping": "^0.3.9"
  1849. },
  1850. "engines": {
  1851. "node": ">=6.0.0"
  1852. }
  1853. },
  1854. "node_modules/@jridgewell/resolve-uri": {
  1855. "version": "3.1.1",
  1856. "license": "MIT",
  1857. "engines": {
  1858. "node": ">=6.0.0"
  1859. }
  1860. },
  1861. "node_modules/@jridgewell/set-array": {
  1862. "version": "1.1.2",
  1863. "license": "MIT",
  1864. "engines": {
  1865. "node": ">=6.0.0"
  1866. }
  1867. },
  1868. "node_modules/@jridgewell/source-map": {
  1869. "version": "0.3.5",
  1870. "license": "MIT",
  1871. "dependencies": {
  1872. "@jridgewell/gen-mapping": "^0.3.0",
  1873. "@jridgewell/trace-mapping": "^0.3.9"
  1874. }
  1875. },
  1876. "node_modules/@jridgewell/sourcemap-codec": {
  1877. "version": "1.4.15",
  1878. "license": "MIT"
  1879. },
  1880. "node_modules/@jridgewell/trace-mapping": {
  1881. "version": "0.3.19",
  1882. "license": "MIT",
  1883. "dependencies": {
  1884. "@jridgewell/resolve-uri": "^3.1.0",
  1885. "@jridgewell/sourcemap-codec": "^1.4.14"
  1886. }
  1887. },
  1888. "node_modules/@juggle/resize-observer": {
  1889. "version": "3.4.0",
  1890. "resolved": "https://registry.npmmirror.com/@juggle/resize-observer/-/resize-observer-3.4.0.tgz",
  1891. "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA=="
  1892. },
  1893. "node_modules/@nodelib/fs.scandir": {
  1894. "version": "2.1.5",
  1895. "license": "MIT",
  1896. "dependencies": {
  1897. "@nodelib/fs.stat": "2.0.5",
  1898. "run-parallel": "^1.1.9"
  1899. },
  1900. "engines": {
  1901. "node": ">= 8"
  1902. }
  1903. },
  1904. "node_modules/@nodelib/fs.stat": {
  1905. "version": "2.0.5",
  1906. "license": "MIT",
  1907. "engines": {
  1908. "node": ">= 8"
  1909. }
  1910. },
  1911. "node_modules/@nodelib/fs.walk": {
  1912. "version": "1.2.8",
  1913. "license": "MIT",
  1914. "dependencies": {
  1915. "@nodelib/fs.scandir": "2.1.5",
  1916. "fastq": "^1.6.0"
  1917. },
  1918. "engines": {
  1919. "node": ">= 8"
  1920. }
  1921. },
  1922. "node_modules/@octokit/auth-token": {
  1923. "version": "3.0.4",
  1924. "dev": true,
  1925. "license": "MIT",
  1926. "engines": {
  1927. "node": ">= 14"
  1928. }
  1929. },
  1930. "node_modules/@octokit/core": {
  1931. "version": "4.2.4",
  1932. "dev": true,
  1933. "license": "MIT",
  1934. "dependencies": {
  1935. "@octokit/auth-token": "^3.0.0",
  1936. "@octokit/graphql": "^5.0.0",
  1937. "@octokit/request": "^6.0.0",
  1938. "@octokit/request-error": "^3.0.0",
  1939. "@octokit/types": "^9.0.0",
  1940. "before-after-hook": "^2.2.0",
  1941. "universal-user-agent": "^6.0.0"
  1942. },
  1943. "engines": {
  1944. "node": ">= 14"
  1945. }
  1946. },
  1947. "node_modules/@octokit/endpoint": {
  1948. "version": "7.0.6",
  1949. "dev": true,
  1950. "license": "MIT",
  1951. "dependencies": {
  1952. "@octokit/types": "^9.0.0",
  1953. "is-plain-object": "^5.0.0",
  1954. "universal-user-agent": "^6.0.0"
  1955. },
  1956. "engines": {
  1957. "node": ">= 14"
  1958. }
  1959. },
  1960. "node_modules/@octokit/graphql": {
  1961. "version": "5.0.6",
  1962. "dev": true,
  1963. "license": "MIT",
  1964. "dependencies": {
  1965. "@octokit/request": "^6.0.0",
  1966. "@octokit/types": "^9.0.0",
  1967. "universal-user-agent": "^6.0.0"
  1968. },
  1969. "engines": {
  1970. "node": ">= 14"
  1971. }
  1972. },
  1973. "node_modules/@octokit/openapi-types": {
  1974. "version": "18.0.0",
  1975. "dev": true,
  1976. "license": "MIT"
  1977. },
  1978. "node_modules/@octokit/plugin-paginate-rest": {
  1979. "version": "6.1.2",
  1980. "dev": true,
  1981. "license": "MIT",
  1982. "dependencies": {
  1983. "@octokit/tsconfig": "^1.0.2",
  1984. "@octokit/types": "^9.2.3"
  1985. },
  1986. "engines": {
  1987. "node": ">= 14"
  1988. },
  1989. "peerDependencies": {
  1990. "@octokit/core": ">=4"
  1991. }
  1992. },
  1993. "node_modules/@octokit/plugin-request-log": {
  1994. "version": "1.0.4",
  1995. "dev": true,
  1996. "license": "MIT",
  1997. "peerDependencies": {
  1998. "@octokit/core": ">=3"
  1999. }
  2000. },
  2001. "node_modules/@octokit/plugin-rest-endpoint-methods": {
  2002. "version": "7.2.3",
  2003. "dev": true,
  2004. "license": "MIT",
  2005. "dependencies": {
  2006. "@octokit/types": "^10.0.0"
  2007. },
  2008. "engines": {
  2009. "node": ">= 14"
  2010. },
  2011. "peerDependencies": {
  2012. "@octokit/core": ">=3"
  2013. }
  2014. },
  2015. "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
  2016. "version": "10.0.0",
  2017. "dev": true,
  2018. "license": "MIT",
  2019. "dependencies": {
  2020. "@octokit/openapi-types": "^18.0.0"
  2021. }
  2022. },
  2023. "node_modules/@octokit/request": {
  2024. "version": "6.2.8",
  2025. "dev": true,
  2026. "license": "MIT",
  2027. "dependencies": {
  2028. "@octokit/endpoint": "^7.0.0",
  2029. "@octokit/request-error": "^3.0.0",
  2030. "@octokit/types": "^9.0.0",
  2031. "is-plain-object": "^5.0.0",
  2032. "node-fetch": "^2.6.7",
  2033. "universal-user-agent": "^6.0.0"
  2034. },
  2035. "engines": {
  2036. "node": ">= 14"
  2037. }
  2038. },
  2039. "node_modules/@octokit/request-error": {
  2040. "version": "3.0.3",
  2041. "dev": true,
  2042. "license": "MIT",
  2043. "dependencies": {
  2044. "@octokit/types": "^9.0.0",
  2045. "deprecation": "^2.0.0",
  2046. "once": "^1.4.0"
  2047. },
  2048. "engines": {
  2049. "node": ">= 14"
  2050. }
  2051. },
  2052. "node_modules/@octokit/request/node_modules/node-fetch": {
  2053. "version": "2.6.12",
  2054. "dev": true,
  2055. "license": "MIT",
  2056. "dependencies": {
  2057. "whatwg-url": "^5.0.0"
  2058. },
  2059. "engines": {
  2060. "node": "4.x || >=6.0.0"
  2061. },
  2062. "peerDependencies": {
  2063. "encoding": "^0.1.0"
  2064. },
  2065. "peerDependenciesMeta": {
  2066. "encoding": {
  2067. "optional": true
  2068. }
  2069. }
  2070. },
  2071. "node_modules/@octokit/rest": {
  2072. "version": "19.0.13",
  2073. "dev": true,
  2074. "license": "MIT",
  2075. "dependencies": {
  2076. "@octokit/core": "^4.2.1",
  2077. "@octokit/plugin-paginate-rest": "^6.1.2",
  2078. "@octokit/plugin-request-log": "^1.0.4",
  2079. "@octokit/plugin-rest-endpoint-methods": "^7.1.2"
  2080. },
  2081. "engines": {
  2082. "node": ">= 14"
  2083. }
  2084. },
  2085. "node_modules/@octokit/tsconfig": {
  2086. "version": "1.0.2",
  2087. "dev": true,
  2088. "license": "MIT"
  2089. },
  2090. "node_modules/@octokit/types": {
  2091. "version": "9.3.2",
  2092. "dev": true,
  2093. "license": "MIT",
  2094. "dependencies": {
  2095. "@octokit/openapi-types": "^18.0.0"
  2096. }
  2097. },
  2098. "node_modules/@rollup/plugin-babel": {
  2099. "version": "5.3.1",
  2100. "license": "MIT",
  2101. "dependencies": {
  2102. "@babel/helper-module-imports": "^7.10.4",
  2103. "@rollup/pluginutils": "^3.1.0"
  2104. },
  2105. "engines": {
  2106. "node": ">= 10.0.0"
  2107. },
  2108. "peerDependencies": {
  2109. "@babel/core": "^7.0.0",
  2110. "@types/babel__core": "^7.1.9",
  2111. "rollup": "^1.20.0||^2.0.0"
  2112. },
  2113. "peerDependenciesMeta": {
  2114. "@types/babel__core": {
  2115. "optional": true
  2116. }
  2117. }
  2118. },
  2119. "node_modules/@rollup/plugin-babel/node_modules/@rollup/pluginutils": {
  2120. "version": "3.1.0",
  2121. "license": "MIT",
  2122. "dependencies": {
  2123. "@types/estree": "0.0.39",
  2124. "estree-walker": "^1.0.1",
  2125. "picomatch": "^2.2.2"
  2126. },
  2127. "engines": {
  2128. "node": ">= 8.0.0"
  2129. },
  2130. "peerDependencies": {
  2131. "rollup": "^1.20.0||^2.0.0"
  2132. }
  2133. },
  2134. "node_modules/@rollup/plugin-babel/node_modules/@types/estree": {
  2135. "version": "0.0.39",
  2136. "license": "MIT"
  2137. },
  2138. "node_modules/@rollup/plugin-babel/node_modules/estree-walker": {
  2139. "version": "1.0.1",
  2140. "license": "MIT"
  2141. },
  2142. "node_modules/@rollup/plugin-node-resolve": {
  2143. "version": "11.2.1",
  2144. "license": "MIT",
  2145. "dependencies": {
  2146. "@rollup/pluginutils": "^3.1.0",
  2147. "@types/resolve": "1.17.1",
  2148. "builtin-modules": "^3.1.0",
  2149. "deepmerge": "^4.2.2",
  2150. "is-module": "^1.0.0",
  2151. "resolve": "^1.19.0"
  2152. },
  2153. "engines": {
  2154. "node": ">= 10.0.0"
  2155. },
  2156. "peerDependencies": {
  2157. "rollup": "^1.20.0||^2.0.0"
  2158. }
  2159. },
  2160. "node_modules/@rollup/plugin-node-resolve/node_modules/@rollup/pluginutils": {
  2161. "version": "3.1.0",
  2162. "license": "MIT",
  2163. "dependencies": {
  2164. "@types/estree": "0.0.39",
  2165. "estree-walker": "^1.0.1",
  2166. "picomatch": "^2.2.2"
  2167. },
  2168. "engines": {
  2169. "node": ">= 8.0.0"
  2170. },
  2171. "peerDependencies": {
  2172. "rollup": "^1.20.0||^2.0.0"
  2173. }
  2174. },
  2175. "node_modules/@rollup/plugin-node-resolve/node_modules/@types/estree": {
  2176. "version": "0.0.39",
  2177. "license": "MIT"
  2178. },
  2179. "node_modules/@rollup/plugin-node-resolve/node_modules/estree-walker": {
  2180. "version": "1.0.1",
  2181. "license": "MIT"
  2182. },
  2183. "node_modules/@rollup/plugin-replace": {
  2184. "version": "2.4.2",
  2185. "license": "MIT",
  2186. "dependencies": {
  2187. "@rollup/pluginutils": "^3.1.0",
  2188. "magic-string": "^0.25.7"
  2189. },
  2190. "peerDependencies": {
  2191. "rollup": "^1.20.0 || ^2.0.0"
  2192. }
  2193. },
  2194. "node_modules/@rollup/plugin-replace/node_modules/@rollup/pluginutils": {
  2195. "version": "3.1.0",
  2196. "license": "MIT",
  2197. "dependencies": {
  2198. "@types/estree": "0.0.39",
  2199. "estree-walker": "^1.0.1",
  2200. "picomatch": "^2.2.2"
  2201. },
  2202. "engines": {
  2203. "node": ">= 8.0.0"
  2204. },
  2205. "peerDependencies": {
  2206. "rollup": "^1.20.0||^2.0.0"
  2207. }
  2208. },
  2209. "node_modules/@rollup/plugin-replace/node_modules/@types/estree": {
  2210. "version": "0.0.39",
  2211. "license": "MIT"
  2212. },
  2213. "node_modules/@rollup/plugin-replace/node_modules/estree-walker": {
  2214. "version": "1.0.1",
  2215. "license": "MIT"
  2216. },
  2217. "node_modules/@rollup/plugin-replace/node_modules/magic-string": {
  2218. "version": "0.25.9",
  2219. "license": "MIT",
  2220. "dependencies": {
  2221. "sourcemap-codec": "^1.4.8"
  2222. }
  2223. },
  2224. "node_modules/@rollup/pluginutils": {
  2225. "version": "5.0.3",
  2226. "dev": true,
  2227. "license": "MIT",
  2228. "dependencies": {
  2229. "@types/estree": "^1.0.0",
  2230. "estree-walker": "^2.0.2",
  2231. "picomatch": "^2.3.1"
  2232. },
  2233. "engines": {
  2234. "node": ">=14.0.0"
  2235. },
  2236. "peerDependencies": {
  2237. "rollup": "^1.20.0||^2.0.0||^3.0.0"
  2238. },
  2239. "peerDependenciesMeta": {
  2240. "rollup": {
  2241. "optional": true
  2242. }
  2243. }
  2244. },
  2245. "node_modules/@scena/dragscroll": {
  2246. "version": "1.4.0",
  2247. "license": "MIT",
  2248. "dependencies": {
  2249. "@daybrush/utils": "^1.6.0",
  2250. "@scena/event-emitter": "^1.0.2"
  2251. }
  2252. },
  2253. "node_modules/@scena/event-emitter": {
  2254. "version": "1.0.5",
  2255. "license": "MIT",
  2256. "dependencies": {
  2257. "@daybrush/utils": "^1.1.1"
  2258. }
  2259. },
  2260. "node_modules/@scena/matrix": {
  2261. "version": "1.1.1",
  2262. "license": "MIT",
  2263. "dependencies": {
  2264. "@daybrush/utils": "^1.4.0"
  2265. }
  2266. },
  2267. "node_modules/@surma/rollup-plugin-off-main-thread": {
  2268. "version": "2.2.3",
  2269. "license": "Apache-2.0",
  2270. "dependencies": {
  2271. "ejs": "^3.1.6",
  2272. "json5": "^2.2.0",
  2273. "magic-string": "^0.25.0",
  2274. "string.prototype.matchall": "^4.0.6"
  2275. }
  2276. },
  2277. "node_modules/@surma/rollup-plugin-off-main-thread/node_modules/magic-string": {
  2278. "version": "0.25.9",
  2279. "license": "MIT",
  2280. "dependencies": {
  2281. "sourcemap-codec": "^1.4.8"
  2282. }
  2283. },
  2284. "node_modules/@types/crypto-js": {
  2285. "version": "4.1.1",
  2286. "dev": true,
  2287. "license": "MIT"
  2288. },
  2289. "node_modules/@types/eslint": {
  2290. "version": "8.44.2",
  2291. "dev": true,
  2292. "license": "MIT",
  2293. "dependencies": {
  2294. "@types/estree": "*",
  2295. "@types/json-schema": "*"
  2296. }
  2297. },
  2298. "node_modules/@types/estree": {
  2299. "version": "1.0.1",
  2300. "dev": true,
  2301. "license": "MIT"
  2302. },
  2303. "node_modules/@types/fined": {
  2304. "version": "1.1.3",
  2305. "dev": true,
  2306. "license": "MIT"
  2307. },
  2308. "node_modules/@types/inquirer": {
  2309. "version": "8.2.6",
  2310. "dev": true,
  2311. "license": "MIT",
  2312. "dependencies": {
  2313. "@types/through": "*",
  2314. "rxjs": "^7.2.0"
  2315. }
  2316. },
  2317. "node_modules/@types/json-schema": {
  2318. "version": "7.0.12",
  2319. "dev": true,
  2320. "license": "MIT"
  2321. },
  2322. "node_modules/@types/katex": {
  2323. "version": "0.16.7",
  2324. "resolved": "https://registry.npmmirror.com/@types/katex/-/katex-0.16.7.tgz",
  2325. "integrity": "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ=="
  2326. },
  2327. "node_modules/@types/liftoff": {
  2328. "version": "4.0.0",
  2329. "dev": true,
  2330. "license": "MIT",
  2331. "dependencies": {
  2332. "@types/fined": "*",
  2333. "@types/node": "*"
  2334. }
  2335. },
  2336. "node_modules/@types/lodash": {
  2337. "version": "4.17.14",
  2338. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.14.tgz",
  2339. "integrity": "sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A=="
  2340. },
  2341. "node_modules/@types/lodash-es": {
  2342. "version": "4.17.12",
  2343. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  2344. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  2345. "dependencies": {
  2346. "@types/lodash": "*"
  2347. }
  2348. },
  2349. "node_modules/@types/node": {
  2350. "version": "16.18.40",
  2351. "license": "MIT"
  2352. },
  2353. "node_modules/@types/numeral": {
  2354. "version": "2.0.2",
  2355. "dev": true,
  2356. "license": "MIT"
  2357. },
  2358. "node_modules/@types/resolve": {
  2359. "version": "1.17.1",
  2360. "license": "MIT",
  2361. "dependencies": {
  2362. "@types/node": "*"
  2363. }
  2364. },
  2365. "node_modules/@types/semver": {
  2366. "version": "7.5.0",
  2367. "dev": true,
  2368. "license": "MIT"
  2369. },
  2370. "node_modules/@types/through": {
  2371. "version": "0.0.30",
  2372. "dev": true,
  2373. "license": "MIT",
  2374. "dependencies": {
  2375. "@types/node": "*"
  2376. }
  2377. },
  2378. "node_modules/@types/trusted-types": {
  2379. "version": "2.0.3",
  2380. "license": "MIT"
  2381. },
  2382. "node_modules/@types/web-bluetooth": {
  2383. "version": "0.0.17",
  2384. "license": "MIT"
  2385. },
  2386. "node_modules/@typescript-eslint/eslint-plugin": {
  2387. "version": "5.62.0",
  2388. "dev": true,
  2389. "license": "MIT",
  2390. "dependencies": {
  2391. "@eslint-community/regexpp": "^4.4.0",
  2392. "@typescript-eslint/scope-manager": "5.62.0",
  2393. "@typescript-eslint/type-utils": "5.62.0",
  2394. "@typescript-eslint/utils": "5.62.0",
  2395. "debug": "^4.3.4",
  2396. "graphemer": "^1.4.0",
  2397. "ignore": "^5.2.0",
  2398. "natural-compare-lite": "^1.4.0",
  2399. "semver": "^7.3.7",
  2400. "tsutils": "^3.21.0"
  2401. },
  2402. "engines": {
  2403. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2404. },
  2405. "funding": {
  2406. "type": "opencollective",
  2407. "url": "https://opencollective.com/typescript-eslint"
  2408. },
  2409. "peerDependencies": {
  2410. "@typescript-eslint/parser": "^5.0.0",
  2411. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2412. },
  2413. "peerDependenciesMeta": {
  2414. "typescript": {
  2415. "optional": true
  2416. }
  2417. }
  2418. },
  2419. "node_modules/@typescript-eslint/eslint-plugin/node_modules/lru-cache": {
  2420. "version": "6.0.0",
  2421. "dev": true,
  2422. "license": "ISC",
  2423. "dependencies": {
  2424. "yallist": "^4.0.0"
  2425. },
  2426. "engines": {
  2427. "node": ">=10"
  2428. }
  2429. },
  2430. "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
  2431. "version": "7.5.4",
  2432. "dev": true,
  2433. "license": "ISC",
  2434. "dependencies": {
  2435. "lru-cache": "^6.0.0"
  2436. },
  2437. "bin": {
  2438. "semver": "bin/semver.js"
  2439. },
  2440. "engines": {
  2441. "node": ">=10"
  2442. }
  2443. },
  2444. "node_modules/@typescript-eslint/eslint-plugin/node_modules/yallist": {
  2445. "version": "4.0.0",
  2446. "dev": true,
  2447. "license": "ISC"
  2448. },
  2449. "node_modules/@typescript-eslint/parser": {
  2450. "version": "5.62.0",
  2451. "dev": true,
  2452. "license": "BSD-2-Clause",
  2453. "dependencies": {
  2454. "@typescript-eslint/scope-manager": "5.62.0",
  2455. "@typescript-eslint/types": "5.62.0",
  2456. "@typescript-eslint/typescript-estree": "5.62.0",
  2457. "debug": "^4.3.4"
  2458. },
  2459. "engines": {
  2460. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2461. },
  2462. "funding": {
  2463. "type": "opencollective",
  2464. "url": "https://opencollective.com/typescript-eslint"
  2465. },
  2466. "peerDependencies": {
  2467. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2468. },
  2469. "peerDependenciesMeta": {
  2470. "typescript": {
  2471. "optional": true
  2472. }
  2473. }
  2474. },
  2475. "node_modules/@typescript-eslint/scope-manager": {
  2476. "version": "5.62.0",
  2477. "dev": true,
  2478. "license": "MIT",
  2479. "dependencies": {
  2480. "@typescript-eslint/types": "5.62.0",
  2481. "@typescript-eslint/visitor-keys": "5.62.0"
  2482. },
  2483. "engines": {
  2484. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2485. },
  2486. "funding": {
  2487. "type": "opencollective",
  2488. "url": "https://opencollective.com/typescript-eslint"
  2489. }
  2490. },
  2491. "node_modules/@typescript-eslint/type-utils": {
  2492. "version": "5.62.0",
  2493. "dev": true,
  2494. "license": "MIT",
  2495. "dependencies": {
  2496. "@typescript-eslint/typescript-estree": "5.62.0",
  2497. "@typescript-eslint/utils": "5.62.0",
  2498. "debug": "^4.3.4",
  2499. "tsutils": "^3.21.0"
  2500. },
  2501. "engines": {
  2502. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2503. },
  2504. "funding": {
  2505. "type": "opencollective",
  2506. "url": "https://opencollective.com/typescript-eslint"
  2507. },
  2508. "peerDependencies": {
  2509. "eslint": "*"
  2510. },
  2511. "peerDependenciesMeta": {
  2512. "typescript": {
  2513. "optional": true
  2514. }
  2515. }
  2516. },
  2517. "node_modules/@typescript-eslint/types": {
  2518. "version": "5.62.0",
  2519. "dev": true,
  2520. "license": "MIT",
  2521. "engines": {
  2522. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2523. },
  2524. "funding": {
  2525. "type": "opencollective",
  2526. "url": "https://opencollective.com/typescript-eslint"
  2527. }
  2528. },
  2529. "node_modules/@typescript-eslint/typescript-estree": {
  2530. "version": "5.62.0",
  2531. "dev": true,
  2532. "license": "BSD-2-Clause",
  2533. "dependencies": {
  2534. "@typescript-eslint/types": "5.62.0",
  2535. "@typescript-eslint/visitor-keys": "5.62.0",
  2536. "debug": "^4.3.4",
  2537. "globby": "^11.1.0",
  2538. "is-glob": "^4.0.3",
  2539. "semver": "^7.3.7",
  2540. "tsutils": "^3.21.0"
  2541. },
  2542. "engines": {
  2543. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2544. },
  2545. "funding": {
  2546. "type": "opencollective",
  2547. "url": "https://opencollective.com/typescript-eslint"
  2548. },
  2549. "peerDependenciesMeta": {
  2550. "typescript": {
  2551. "optional": true
  2552. }
  2553. }
  2554. },
  2555. "node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache": {
  2556. "version": "6.0.0",
  2557. "dev": true,
  2558. "license": "ISC",
  2559. "dependencies": {
  2560. "yallist": "^4.0.0"
  2561. },
  2562. "engines": {
  2563. "node": ">=10"
  2564. }
  2565. },
  2566. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  2567. "version": "7.5.4",
  2568. "dev": true,
  2569. "license": "ISC",
  2570. "dependencies": {
  2571. "lru-cache": "^6.0.0"
  2572. },
  2573. "bin": {
  2574. "semver": "bin/semver.js"
  2575. },
  2576. "engines": {
  2577. "node": ">=10"
  2578. }
  2579. },
  2580. "node_modules/@typescript-eslint/typescript-estree/node_modules/yallist": {
  2581. "version": "4.0.0",
  2582. "dev": true,
  2583. "license": "ISC"
  2584. },
  2585. "node_modules/@typescript-eslint/utils": {
  2586. "version": "5.62.0",
  2587. "dev": true,
  2588. "license": "MIT",
  2589. "dependencies": {
  2590. "@eslint-community/eslint-utils": "^4.2.0",
  2591. "@types/json-schema": "^7.0.9",
  2592. "@types/semver": "^7.3.12",
  2593. "@typescript-eslint/scope-manager": "5.62.0",
  2594. "@typescript-eslint/types": "5.62.0",
  2595. "@typescript-eslint/typescript-estree": "5.62.0",
  2596. "eslint-scope": "^5.1.1",
  2597. "semver": "^7.3.7"
  2598. },
  2599. "engines": {
  2600. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2601. },
  2602. "funding": {
  2603. "type": "opencollective",
  2604. "url": "https://opencollective.com/typescript-eslint"
  2605. },
  2606. "peerDependencies": {
  2607. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2608. }
  2609. },
  2610. "node_modules/@typescript-eslint/utils/node_modules/lru-cache": {
  2611. "version": "6.0.0",
  2612. "dev": true,
  2613. "license": "ISC",
  2614. "dependencies": {
  2615. "yallist": "^4.0.0"
  2616. },
  2617. "engines": {
  2618. "node": ">=10"
  2619. }
  2620. },
  2621. "node_modules/@typescript-eslint/utils/node_modules/semver": {
  2622. "version": "7.5.4",
  2623. "dev": true,
  2624. "license": "ISC",
  2625. "dependencies": {
  2626. "lru-cache": "^6.0.0"
  2627. },
  2628. "bin": {
  2629. "semver": "bin/semver.js"
  2630. },
  2631. "engines": {
  2632. "node": ">=10"
  2633. }
  2634. },
  2635. "node_modules/@typescript-eslint/utils/node_modules/yallist": {
  2636. "version": "4.0.0",
  2637. "dev": true,
  2638. "license": "ISC"
  2639. },
  2640. "node_modules/@typescript-eslint/visitor-keys": {
  2641. "version": "5.62.0",
  2642. "dev": true,
  2643. "license": "MIT",
  2644. "dependencies": {
  2645. "@typescript-eslint/types": "5.62.0",
  2646. "eslint-visitor-keys": "^3.3.0"
  2647. },
  2648. "engines": {
  2649. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2650. },
  2651. "funding": {
  2652. "type": "opencollective",
  2653. "url": "https://opencollective.com/typescript-eslint"
  2654. }
  2655. },
  2656. "node_modules/@vant/use": {
  2657. "version": "1.5.2",
  2658. "license": "MIT",
  2659. "peerDependencies": {
  2660. "vue": "^3.0.0"
  2661. }
  2662. },
  2663. "node_modules/@vicons/ionicons5": {
  2664. "version": "0.12.0",
  2665. "license": "MIT"
  2666. },
  2667. "node_modules/@vitejs/plugin-legacy": {
  2668. "version": "4.1.1",
  2669. "dev": true,
  2670. "license": "MIT",
  2671. "dependencies": {
  2672. "@babel/core": "^7.22.9",
  2673. "@babel/preset-env": "^7.22.9",
  2674. "browserslist": "^4.21.9",
  2675. "core-js": "^3.31.1",
  2676. "magic-string": "^0.30.1",
  2677. "regenerator-runtime": "^0.13.11",
  2678. "systemjs": "^6.14.1"
  2679. },
  2680. "engines": {
  2681. "node": "^14.18.0 || >=16.0.0"
  2682. },
  2683. "funding": {
  2684. "url": "https://github.com/vitejs/vite?sponsor=1"
  2685. },
  2686. "peerDependencies": {
  2687. "terser": "^5.4.0",
  2688. "vite": "^4.0.0"
  2689. }
  2690. },
  2691. "node_modules/@vitejs/plugin-vue": {
  2692. "version": "4.3.1",
  2693. "dev": true,
  2694. "license": "MIT",
  2695. "engines": {
  2696. "node": "^14.18.0 || >=16.0.0"
  2697. },
  2698. "peerDependencies": {
  2699. "vite": "^4.0.0",
  2700. "vue": "^3.2.25"
  2701. }
  2702. },
  2703. "node_modules/@vitejs/plugin-vue-jsx": {
  2704. "version": "3.0.2",
  2705. "dev": true,
  2706. "license": "MIT",
  2707. "dependencies": {
  2708. "@babel/core": "^7.22.10",
  2709. "@babel/plugin-transform-typescript": "^7.22.10",
  2710. "@vue/babel-plugin-jsx": "^1.1.5"
  2711. },
  2712. "engines": {
  2713. "node": "^14.18.0 || >=16.0.0"
  2714. },
  2715. "peerDependencies": {
  2716. "vite": "^4.0.0",
  2717. "vue": "^3.0.0"
  2718. }
  2719. },
  2720. "node_modules/@volar/language-core": {
  2721. "version": "1.10.0",
  2722. "dev": true,
  2723. "license": "MIT",
  2724. "dependencies": {
  2725. "@volar/source-map": "1.10.0"
  2726. }
  2727. },
  2728. "node_modules/@volar/source-map": {
  2729. "version": "1.10.0",
  2730. "dev": true,
  2731. "license": "MIT",
  2732. "dependencies": {
  2733. "muggle-string": "^0.3.1"
  2734. }
  2735. },
  2736. "node_modules/@volar/typescript": {
  2737. "version": "1.10.0",
  2738. "dev": true,
  2739. "license": "MIT",
  2740. "dependencies": {
  2741. "@volar/language-core": "1.10.0"
  2742. }
  2743. },
  2744. "node_modules/@vue/babel-helper-vue-transform-on": {
  2745. "version": "1.1.5",
  2746. "dev": true,
  2747. "license": "MIT"
  2748. },
  2749. "node_modules/@vue/babel-plugin-jsx": {
  2750. "version": "1.1.5",
  2751. "dev": true,
  2752. "license": "MIT",
  2753. "dependencies": {
  2754. "@babel/helper-module-imports": "^7.22.5",
  2755. "@babel/plugin-syntax-jsx": "^7.22.5",
  2756. "@babel/template": "^7.22.5",
  2757. "@babel/traverse": "^7.22.5",
  2758. "@babel/types": "^7.22.5",
  2759. "@vue/babel-helper-vue-transform-on": "^1.1.5",
  2760. "camelcase": "^6.3.0",
  2761. "html-tags": "^3.3.1",
  2762. "svg-tags": "^1.0.0"
  2763. },
  2764. "peerDependencies": {
  2765. "@babel/core": "^7.0.0-0"
  2766. }
  2767. },
  2768. "node_modules/@vue/compiler-core": {
  2769. "version": "3.3.4",
  2770. "license": "MIT",
  2771. "dependencies": {
  2772. "@babel/parser": "^7.21.3",
  2773. "@vue/shared": "3.3.4",
  2774. "estree-walker": "^2.0.2",
  2775. "source-map-js": "^1.0.2"
  2776. }
  2777. },
  2778. "node_modules/@vue/compiler-dom": {
  2779. "version": "3.3.4",
  2780. "license": "MIT",
  2781. "dependencies": {
  2782. "@vue/compiler-core": "3.3.4",
  2783. "@vue/shared": "3.3.4"
  2784. }
  2785. },
  2786. "node_modules/@vue/compiler-sfc": {
  2787. "version": "3.3.4",
  2788. "license": "MIT",
  2789. "dependencies": {
  2790. "@babel/parser": "^7.20.15",
  2791. "@vue/compiler-core": "3.3.4",
  2792. "@vue/compiler-dom": "3.3.4",
  2793. "@vue/compiler-ssr": "3.3.4",
  2794. "@vue/reactivity-transform": "3.3.4",
  2795. "@vue/shared": "3.3.4",
  2796. "estree-walker": "^2.0.2",
  2797. "magic-string": "^0.30.0",
  2798. "postcss": "^8.1.10",
  2799. "source-map-js": "^1.0.2"
  2800. }
  2801. },
  2802. "node_modules/@vue/compiler-ssr": {
  2803. "version": "3.3.4",
  2804. "license": "MIT",
  2805. "dependencies": {
  2806. "@vue/compiler-dom": "3.3.4",
  2807. "@vue/shared": "3.3.4"
  2808. }
  2809. },
  2810. "node_modules/@vue/devtools-api": {
  2811. "version": "6.5.0",
  2812. "license": "MIT"
  2813. },
  2814. "node_modules/@vue/eslint-config-prettier": {
  2815. "version": "7.1.0",
  2816. "dev": true,
  2817. "license": "MIT",
  2818. "dependencies": {
  2819. "eslint-config-prettier": "^8.3.0",
  2820. "eslint-plugin-prettier": "^4.0.0"
  2821. },
  2822. "peerDependencies": {
  2823. "eslint": ">= 7.28.0",
  2824. "prettier": ">= 2.0.0"
  2825. }
  2826. },
  2827. "node_modules/@vue/eslint-config-typescript": {
  2828. "version": "11.0.3",
  2829. "dev": true,
  2830. "license": "MIT",
  2831. "dependencies": {
  2832. "@typescript-eslint/eslint-plugin": "^5.59.1",
  2833. "@typescript-eslint/parser": "^5.59.1",
  2834. "vue-eslint-parser": "^9.1.1"
  2835. },
  2836. "engines": {
  2837. "node": "^14.17.0 || >=16.0.0"
  2838. },
  2839. "peerDependencies": {
  2840. "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0",
  2841. "eslint-plugin-vue": "^9.0.0",
  2842. "typescript": "*"
  2843. },
  2844. "peerDependenciesMeta": {
  2845. "typescript": {
  2846. "optional": true
  2847. }
  2848. }
  2849. },
  2850. "node_modules/@vue/language-core": {
  2851. "version": "1.8.8",
  2852. "dev": true,
  2853. "license": "MIT",
  2854. "dependencies": {
  2855. "@volar/language-core": "~1.10.0",
  2856. "@volar/source-map": "~1.10.0",
  2857. "@vue/compiler-dom": "^3.3.0",
  2858. "@vue/reactivity": "^3.3.0",
  2859. "@vue/shared": "^3.3.0",
  2860. "minimatch": "^9.0.0",
  2861. "muggle-string": "^0.3.1",
  2862. "vue-template-compiler": "^2.7.14"
  2863. },
  2864. "peerDependencies": {
  2865. "typescript": "*"
  2866. },
  2867. "peerDependenciesMeta": {
  2868. "typescript": {
  2869. "optional": true
  2870. }
  2871. }
  2872. },
  2873. "node_modules/@vue/language-core/node_modules/brace-expansion": {
  2874. "version": "2.0.1",
  2875. "dev": true,
  2876. "license": "MIT",
  2877. "dependencies": {
  2878. "balanced-match": "^1.0.0"
  2879. }
  2880. },
  2881. "node_modules/@vue/language-core/node_modules/minimatch": {
  2882. "version": "9.0.3",
  2883. "dev": true,
  2884. "license": "ISC",
  2885. "dependencies": {
  2886. "brace-expansion": "^2.0.1"
  2887. },
  2888. "engines": {
  2889. "node": ">=16 || 14 >=14.17"
  2890. },
  2891. "funding": {
  2892. "url": "https://github.com/sponsors/isaacs"
  2893. }
  2894. },
  2895. "node_modules/@vue/reactivity": {
  2896. "version": "3.3.4",
  2897. "license": "MIT",
  2898. "dependencies": {
  2899. "@vue/shared": "3.3.4"
  2900. }
  2901. },
  2902. "node_modules/@vue/reactivity-transform": {
  2903. "version": "3.3.4",
  2904. "license": "MIT",
  2905. "dependencies": {
  2906. "@babel/parser": "^7.20.15",
  2907. "@vue/compiler-core": "3.3.4",
  2908. "@vue/shared": "3.3.4",
  2909. "estree-walker": "^2.0.2",
  2910. "magic-string": "^0.30.0"
  2911. }
  2912. },
  2913. "node_modules/@vue/runtime-core": {
  2914. "version": "3.3.4",
  2915. "license": "MIT",
  2916. "dependencies": {
  2917. "@vue/reactivity": "3.3.4",
  2918. "@vue/shared": "3.3.4"
  2919. }
  2920. },
  2921. "node_modules/@vue/runtime-dom": {
  2922. "version": "3.3.4",
  2923. "license": "MIT",
  2924. "dependencies": {
  2925. "@vue/runtime-core": "3.3.4",
  2926. "@vue/shared": "3.3.4",
  2927. "csstype": "^3.1.1"
  2928. }
  2929. },
  2930. "node_modules/@vue/server-renderer": {
  2931. "version": "3.3.4",
  2932. "license": "MIT",
  2933. "dependencies": {
  2934. "@vue/compiler-ssr": "3.3.4",
  2935. "@vue/shared": "3.3.4"
  2936. },
  2937. "peerDependencies": {
  2938. "vue": "3.3.4"
  2939. }
  2940. },
  2941. "node_modules/@vue/shared": {
  2942. "version": "3.3.4",
  2943. "license": "MIT"
  2944. },
  2945. "node_modules/@vue/typescript": {
  2946. "version": "1.8.8",
  2947. "dev": true,
  2948. "license": "MIT",
  2949. "dependencies": {
  2950. "@volar/typescript": "~1.10.0",
  2951. "@vue/language-core": "1.8.8"
  2952. }
  2953. },
  2954. "node_modules/@vuepic/vue-datepicker": {
  2955. "version": "5.4.0",
  2956. "license": "MIT",
  2957. "dependencies": {
  2958. "date-fns": "^2.30.0",
  2959. "date-fns-tz": "^1.3.7"
  2960. },
  2961. "engines": {
  2962. "node": ">=14"
  2963. },
  2964. "peerDependencies": {
  2965. "vue": ">=3.2.0"
  2966. }
  2967. },
  2968. "node_modules/@vueuse/core": {
  2969. "version": "10.3.0",
  2970. "license": "MIT",
  2971. "dependencies": {
  2972. "@types/web-bluetooth": "^0.0.17",
  2973. "@vueuse/metadata": "10.3.0",
  2974. "@vueuse/shared": "10.3.0",
  2975. "vue-demi": ">=0.14.5"
  2976. },
  2977. "funding": {
  2978. "url": "https://github.com/sponsors/antfu"
  2979. }
  2980. },
  2981. "node_modules/@vueuse/metadata": {
  2982. "version": "10.3.0",
  2983. "license": "MIT",
  2984. "funding": {
  2985. "url": "https://github.com/sponsors/antfu"
  2986. }
  2987. },
  2988. "node_modules/@vueuse/shared": {
  2989. "version": "10.3.0",
  2990. "license": "MIT",
  2991. "dependencies": {
  2992. "vue-demi": ">=0.14.5"
  2993. },
  2994. "funding": {
  2995. "url": "https://github.com/sponsors/antfu"
  2996. }
  2997. },
  2998. "node_modules/@xmldom/xmldom": {
  2999. "version": "0.8.10",
  3000. "license": "MIT",
  3001. "engines": {
  3002. "node": ">=10.0.0"
  3003. }
  3004. },
  3005. "node_modules/acorn": {
  3006. "version": "8.10.0",
  3007. "license": "MIT",
  3008. "bin": {
  3009. "acorn": "bin/acorn"
  3010. },
  3011. "engines": {
  3012. "node": ">=0.4.0"
  3013. }
  3014. },
  3015. "node_modules/acorn-jsx": {
  3016. "version": "5.3.2",
  3017. "dev": true,
  3018. "license": "MIT",
  3019. "peerDependencies": {
  3020. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3021. }
  3022. },
  3023. "node_modules/aggregate-error": {
  3024. "version": "3.1.0",
  3025. "dev": true,
  3026. "license": "MIT",
  3027. "dependencies": {
  3028. "clean-stack": "^2.0.0",
  3029. "indent-string": "^4.0.0"
  3030. },
  3031. "engines": {
  3032. "node": ">=8"
  3033. }
  3034. },
  3035. "node_modules/ajv": {
  3036. "version": "8.12.0",
  3037. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
  3038. "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
  3039. "dependencies": {
  3040. "fast-deep-equal": "^3.1.1",
  3041. "json-schema-traverse": "^1.0.0",
  3042. "require-from-string": "^2.0.2",
  3043. "uri-js": "^4.2.2"
  3044. },
  3045. "funding": {
  3046. "type": "github",
  3047. "url": "https://github.com/sponsors/epoberezkin"
  3048. }
  3049. },
  3050. "node_modules/animate.css": {
  3051. "version": "4.1.1",
  3052. "license": "MIT"
  3053. },
  3054. "node_modules/ansi-escapes": {
  3055. "version": "5.0.0",
  3056. "dev": true,
  3057. "license": "MIT",
  3058. "dependencies": {
  3059. "type-fest": "^1.0.2"
  3060. },
  3061. "engines": {
  3062. "node": ">=12"
  3063. },
  3064. "funding": {
  3065. "url": "https://github.com/sponsors/sindresorhus"
  3066. }
  3067. },
  3068. "node_modules/ansi-regex": {
  3069. "version": "5.0.1",
  3070. "dev": true,
  3071. "license": "MIT",
  3072. "engines": {
  3073. "node": ">=8"
  3074. }
  3075. },
  3076. "node_modules/ansi-styles": {
  3077. "version": "3.2.1",
  3078. "license": "MIT",
  3079. "dependencies": {
  3080. "color-convert": "^1.9.0"
  3081. },
  3082. "engines": {
  3083. "node": ">=4"
  3084. }
  3085. },
  3086. "node_modules/anymatch": {
  3087. "version": "3.1.3",
  3088. "dev": true,
  3089. "license": "ISC",
  3090. "dependencies": {
  3091. "normalize-path": "^3.0.0",
  3092. "picomatch": "^2.0.4"
  3093. },
  3094. "engines": {
  3095. "node": ">= 8"
  3096. }
  3097. },
  3098. "node_modules/argparse": {
  3099. "version": "2.0.1",
  3100. "dev": true,
  3101. "license": "Python-2.0"
  3102. },
  3103. "node_modules/array-buffer-byte-length": {
  3104. "version": "1.0.0",
  3105. "license": "MIT",
  3106. "dependencies": {
  3107. "call-bind": "^1.0.2",
  3108. "is-array-buffer": "^3.0.1"
  3109. },
  3110. "funding": {
  3111. "url": "https://github.com/sponsors/ljharb"
  3112. }
  3113. },
  3114. "node_modules/array-each": {
  3115. "version": "1.0.1",
  3116. "dev": true,
  3117. "license": "MIT",
  3118. "engines": {
  3119. "node": ">=0.10.0"
  3120. }
  3121. },
  3122. "node_modules/array-slice": {
  3123. "version": "1.1.0",
  3124. "dev": true,
  3125. "license": "MIT",
  3126. "engines": {
  3127. "node": ">=0.10.0"
  3128. }
  3129. },
  3130. "node_modules/array-union": {
  3131. "version": "2.1.0",
  3132. "dev": true,
  3133. "license": "MIT",
  3134. "engines": {
  3135. "node": ">=8"
  3136. }
  3137. },
  3138. "node_modules/arraybuffer.prototype.slice": {
  3139. "version": "1.0.1",
  3140. "license": "MIT",
  3141. "dependencies": {
  3142. "array-buffer-byte-length": "^1.0.0",
  3143. "call-bind": "^1.0.2",
  3144. "define-properties": "^1.2.0",
  3145. "get-intrinsic": "^1.2.1",
  3146. "is-array-buffer": "^3.0.2",
  3147. "is-shared-array-buffer": "^1.0.2"
  3148. },
  3149. "engines": {
  3150. "node": ">= 0.4"
  3151. },
  3152. "funding": {
  3153. "url": "https://github.com/sponsors/ljharb"
  3154. }
  3155. },
  3156. "node_modules/async": {
  3157. "version": "3.2.4",
  3158. "license": "MIT"
  3159. },
  3160. "node_modules/async-validator": {
  3161. "version": "4.2.5",
  3162. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  3163. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg=="
  3164. },
  3165. "node_modules/asynckit": {
  3166. "version": "0.4.0",
  3167. "license": "MIT"
  3168. },
  3169. "node_modules/at-least-node": {
  3170. "version": "1.0.0",
  3171. "license": "ISC",
  3172. "engines": {
  3173. "node": ">= 4.0.0"
  3174. }
  3175. },
  3176. "node_modules/atob": {
  3177. "version": "2.1.2",
  3178. "license": "(MIT OR Apache-2.0)",
  3179. "bin": {
  3180. "atob": "bin/atob.js"
  3181. },
  3182. "engines": {
  3183. "node": ">= 4.5.0"
  3184. }
  3185. },
  3186. "node_modules/autoprefixer": {
  3187. "version": "10.4.15",
  3188. "dev": true,
  3189. "funding": [
  3190. {
  3191. "type": "opencollective",
  3192. "url": "https://opencollective.com/postcss/"
  3193. },
  3194. {
  3195. "type": "tidelift",
  3196. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  3197. },
  3198. {
  3199. "type": "github",
  3200. "url": "https://github.com/sponsors/ai"
  3201. }
  3202. ],
  3203. "license": "MIT",
  3204. "dependencies": {
  3205. "browserslist": "^4.21.10",
  3206. "caniuse-lite": "^1.0.30001520",
  3207. "fraction.js": "^4.2.0",
  3208. "normalize-range": "^0.1.2",
  3209. "picocolors": "^1.0.0",
  3210. "postcss-value-parser": "^4.2.0"
  3211. },
  3212. "bin": {
  3213. "autoprefixer": "bin/autoprefixer"
  3214. },
  3215. "engines": {
  3216. "node": "^10 || ^12 || >=14"
  3217. },
  3218. "peerDependencies": {
  3219. "postcss": "^8.1.0"
  3220. }
  3221. },
  3222. "node_modules/available-typed-arrays": {
  3223. "version": "1.0.5",
  3224. "license": "MIT",
  3225. "engines": {
  3226. "node": ">= 0.4"
  3227. },
  3228. "funding": {
  3229. "url": "https://github.com/sponsors/ljharb"
  3230. }
  3231. },
  3232. "node_modules/axios": {
  3233. "version": "1.4.0",
  3234. "license": "MIT",
  3235. "dependencies": {
  3236. "follow-redirects": "^1.15.0",
  3237. "form-data": "^4.0.0",
  3238. "proxy-from-env": "^1.1.0"
  3239. }
  3240. },
  3241. "node_modules/babel-plugin-dynamic-import-node": {
  3242. "version": "2.3.3",
  3243. "dev": true,
  3244. "license": "MIT",
  3245. "dependencies": {
  3246. "object.assign": "^4.1.0"
  3247. }
  3248. },
  3249. "node_modules/babel-plugin-polyfill-corejs2": {
  3250. "version": "0.4.5",
  3251. "license": "MIT",
  3252. "dependencies": {
  3253. "@babel/compat-data": "^7.22.6",
  3254. "@babel/helper-define-polyfill-provider": "^0.4.2",
  3255. "semver": "^6.3.1"
  3256. },
  3257. "peerDependencies": {
  3258. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3259. }
  3260. },
  3261. "node_modules/babel-plugin-polyfill-corejs3": {
  3262. "version": "0.8.3",
  3263. "license": "MIT",
  3264. "dependencies": {
  3265. "@babel/helper-define-polyfill-provider": "^0.4.2",
  3266. "core-js-compat": "^3.31.0"
  3267. },
  3268. "peerDependencies": {
  3269. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3270. }
  3271. },
  3272. "node_modules/babel-plugin-polyfill-regenerator": {
  3273. "version": "0.5.2",
  3274. "license": "MIT",
  3275. "dependencies": {
  3276. "@babel/helper-define-polyfill-provider": "^0.4.2"
  3277. },
  3278. "peerDependencies": {
  3279. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3280. }
  3281. },
  3282. "node_modules/babel-runtime": {
  3283. "version": "6.26.0",
  3284. "license": "MIT",
  3285. "dependencies": {
  3286. "core-js": "^2.4.0",
  3287. "regenerator-runtime": "^0.11.0"
  3288. }
  3289. },
  3290. "node_modules/babel-runtime/node_modules/core-js": {
  3291. "version": "2.6.12",
  3292. "hasInstallScript": true,
  3293. "license": "MIT"
  3294. },
  3295. "node_modules/babel-runtime/node_modules/regenerator-runtime": {
  3296. "version": "0.11.1",
  3297. "license": "MIT"
  3298. },
  3299. "node_modules/balanced-match": {
  3300. "version": "1.0.2",
  3301. "license": "MIT"
  3302. },
  3303. "node_modules/base64-arraybuffer": {
  3304. "version": "1.0.2",
  3305. "license": "MIT",
  3306. "engines": {
  3307. "node": ">= 0.6.0"
  3308. }
  3309. },
  3310. "node_modules/base64-js": {
  3311. "version": "1.5.1",
  3312. "dev": true,
  3313. "funding": [
  3314. {
  3315. "type": "github",
  3316. "url": "https://github.com/sponsors/feross"
  3317. },
  3318. {
  3319. "type": "patreon",
  3320. "url": "https://www.patreon.com/feross"
  3321. },
  3322. {
  3323. "type": "consulting",
  3324. "url": "https://feross.org/support"
  3325. }
  3326. ],
  3327. "license": "MIT"
  3328. },
  3329. "node_modules/before-after-hook": {
  3330. "version": "2.2.3",
  3331. "dev": true,
  3332. "license": "Apache-2.0"
  3333. },
  3334. "node_modules/big.js": {
  3335. "version": "5.2.2",
  3336. "license": "MIT",
  3337. "engines": {
  3338. "node": "*"
  3339. }
  3340. },
  3341. "node_modules/binary-extensions": {
  3342. "version": "2.2.0",
  3343. "dev": true,
  3344. "license": "MIT",
  3345. "engines": {
  3346. "node": ">=8"
  3347. }
  3348. },
  3349. "node_modules/bl": {
  3350. "version": "5.1.0",
  3351. "dev": true,
  3352. "license": "MIT",
  3353. "dependencies": {
  3354. "buffer": "^6.0.3",
  3355. "inherits": "^2.0.4",
  3356. "readable-stream": "^3.4.0"
  3357. }
  3358. },
  3359. "node_modules/blueimp-md5": {
  3360. "version": "2.19.0",
  3361. "license": "MIT"
  3362. },
  3363. "node_modules/boolbase": {
  3364. "version": "1.0.0",
  3365. "dev": true,
  3366. "license": "ISC"
  3367. },
  3368. "node_modules/brace-expansion": {
  3369. "version": "1.1.11",
  3370. "license": "MIT",
  3371. "dependencies": {
  3372. "balanced-match": "^1.0.0",
  3373. "concat-map": "0.0.1"
  3374. }
  3375. },
  3376. "node_modules/braces": {
  3377. "version": "3.0.2",
  3378. "license": "MIT",
  3379. "dependencies": {
  3380. "fill-range": "^7.0.1"
  3381. },
  3382. "engines": {
  3383. "node": ">=8"
  3384. }
  3385. },
  3386. "node_modules/browserslist": {
  3387. "version": "4.21.10",
  3388. "funding": [
  3389. {
  3390. "type": "opencollective",
  3391. "url": "https://opencollective.com/browserslist"
  3392. },
  3393. {
  3394. "type": "tidelift",
  3395. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3396. },
  3397. {
  3398. "type": "github",
  3399. "url": "https://github.com/sponsors/ai"
  3400. }
  3401. ],
  3402. "license": "MIT",
  3403. "dependencies": {
  3404. "caniuse-lite": "^1.0.30001517",
  3405. "electron-to-chromium": "^1.4.477",
  3406. "node-releases": "^2.0.13",
  3407. "update-browserslist-db": "^1.0.11"
  3408. },
  3409. "bin": {
  3410. "browserslist": "cli.js"
  3411. },
  3412. "engines": {
  3413. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3414. }
  3415. },
  3416. "node_modules/buffer": {
  3417. "version": "6.0.3",
  3418. "dev": true,
  3419. "funding": [
  3420. {
  3421. "type": "github",
  3422. "url": "https://github.com/sponsors/feross"
  3423. },
  3424. {
  3425. "type": "patreon",
  3426. "url": "https://www.patreon.com/feross"
  3427. },
  3428. {
  3429. "type": "consulting",
  3430. "url": "https://feross.org/support"
  3431. }
  3432. ],
  3433. "license": "MIT",
  3434. "dependencies": {
  3435. "base64-js": "^1.3.1",
  3436. "ieee754": "^1.2.1"
  3437. }
  3438. },
  3439. "node_modules/buffer-from": {
  3440. "version": "1.1.2",
  3441. "license": "MIT"
  3442. },
  3443. "node_modules/builtin-modules": {
  3444. "version": "3.3.0",
  3445. "license": "MIT",
  3446. "engines": {
  3447. "node": ">=6"
  3448. },
  3449. "funding": {
  3450. "url": "https://github.com/sponsors/sindresorhus"
  3451. }
  3452. },
  3453. "node_modules/call-bind": {
  3454. "version": "1.0.2",
  3455. "license": "MIT",
  3456. "dependencies": {
  3457. "function-bind": "^1.1.1",
  3458. "get-intrinsic": "^1.0.2"
  3459. },
  3460. "funding": {
  3461. "url": "https://github.com/sponsors/ljharb"
  3462. }
  3463. },
  3464. "node_modules/callsites": {
  3465. "version": "3.1.0",
  3466. "dev": true,
  3467. "license": "MIT",
  3468. "engines": {
  3469. "node": ">=6"
  3470. }
  3471. },
  3472. "node_modules/camel-case": {
  3473. "version": "4.1.2",
  3474. "dev": true,
  3475. "license": "MIT",
  3476. "dependencies": {
  3477. "pascal-case": "^3.1.2",
  3478. "tslib": "^2.0.3"
  3479. }
  3480. },
  3481. "node_modules/camelcase": {
  3482. "version": "6.3.0",
  3483. "dev": true,
  3484. "license": "MIT",
  3485. "engines": {
  3486. "node": ">=10"
  3487. },
  3488. "funding": {
  3489. "url": "https://github.com/sponsors/sindresorhus"
  3490. }
  3491. },
  3492. "node_modules/caniuse-lite": {
  3493. "version": "1.0.30001521",
  3494. "funding": [
  3495. {
  3496. "type": "opencollective",
  3497. "url": "https://opencollective.com/browserslist"
  3498. },
  3499. {
  3500. "type": "tidelift",
  3501. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3502. },
  3503. {
  3504. "type": "github",
  3505. "url": "https://github.com/sponsors/ai"
  3506. }
  3507. ],
  3508. "license": "CC-BY-4.0"
  3509. },
  3510. "node_modules/capital-case": {
  3511. "version": "1.0.4",
  3512. "dev": true,
  3513. "license": "MIT",
  3514. "dependencies": {
  3515. "no-case": "^3.0.4",
  3516. "tslib": "^2.0.3",
  3517. "upper-case-first": "^2.0.2"
  3518. }
  3519. },
  3520. "node_modules/chalk": {
  3521. "version": "2.4.2",
  3522. "license": "MIT",
  3523. "dependencies": {
  3524. "ansi-styles": "^3.2.1",
  3525. "escape-string-regexp": "^1.0.5",
  3526. "supports-color": "^5.3.0"
  3527. },
  3528. "engines": {
  3529. "node": ">=4"
  3530. }
  3531. },
  3532. "node_modules/change-case": {
  3533. "version": "4.1.2",
  3534. "dev": true,
  3535. "license": "MIT",
  3536. "dependencies": {
  3537. "camel-case": "^4.1.2",
  3538. "capital-case": "^1.0.4",
  3539. "constant-case": "^3.0.4",
  3540. "dot-case": "^3.0.4",
  3541. "header-case": "^2.0.4",
  3542. "no-case": "^3.0.4",
  3543. "param-case": "^3.0.4",
  3544. "pascal-case": "^3.1.2",
  3545. "path-case": "^3.0.4",
  3546. "sentence-case": "^3.0.4",
  3547. "snake-case": "^3.0.4",
  3548. "tslib": "^2.0.3"
  3549. }
  3550. },
  3551. "node_modules/chardet": {
  3552. "version": "0.7.0",
  3553. "dev": true,
  3554. "license": "MIT"
  3555. },
  3556. "node_modules/charenc": {
  3557. "version": "0.0.2",
  3558. "license": "BSD-3-Clause",
  3559. "engines": {
  3560. "node": "*"
  3561. }
  3562. },
  3563. "node_modules/chokidar": {
  3564. "version": "3.5.3",
  3565. "dev": true,
  3566. "funding": [
  3567. {
  3568. "type": "individual",
  3569. "url": "https://paulmillr.com/funding/"
  3570. }
  3571. ],
  3572. "license": "MIT",
  3573. "dependencies": {
  3574. "anymatch": "~3.1.2",
  3575. "braces": "~3.0.2",
  3576. "glob-parent": "~5.1.2",
  3577. "is-binary-path": "~2.1.0",
  3578. "is-glob": "~4.0.1",
  3579. "normalize-path": "~3.0.0",
  3580. "readdirp": "~3.6.0"
  3581. },
  3582. "engines": {
  3583. "node": ">= 8.10.0"
  3584. },
  3585. "optionalDependencies": {
  3586. "fsevents": "~2.3.2"
  3587. }
  3588. },
  3589. "node_modules/chokidar/node_modules/glob-parent": {
  3590. "version": "5.1.2",
  3591. "dev": true,
  3592. "license": "ISC",
  3593. "dependencies": {
  3594. "is-glob": "^4.0.1"
  3595. },
  3596. "engines": {
  3597. "node": ">= 6"
  3598. }
  3599. },
  3600. "node_modules/ci-info": {
  3601. "version": "1.6.0",
  3602. "dev": true,
  3603. "license": "MIT"
  3604. },
  3605. "node_modules/clean-deep": {
  3606. "version": "3.4.0",
  3607. "license": "MIT",
  3608. "dependencies": {
  3609. "lodash.isempty": "^4.4.0",
  3610. "lodash.isplainobject": "^4.0.6",
  3611. "lodash.transform": "^4.6.0"
  3612. },
  3613. "engines": {
  3614. "node": ">=4"
  3615. }
  3616. },
  3617. "node_modules/clean-stack": {
  3618. "version": "2.2.0",
  3619. "dev": true,
  3620. "license": "MIT",
  3621. "engines": {
  3622. "node": ">=6"
  3623. }
  3624. },
  3625. "node_modules/cli-cursor": {
  3626. "version": "4.0.0",
  3627. "dev": true,
  3628. "license": "MIT",
  3629. "dependencies": {
  3630. "restore-cursor": "^4.0.0"
  3631. },
  3632. "engines": {
  3633. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3634. },
  3635. "funding": {
  3636. "url": "https://github.com/sponsors/sindresorhus"
  3637. }
  3638. },
  3639. "node_modules/cli-spinners": {
  3640. "version": "2.9.0",
  3641. "dev": true,
  3642. "license": "MIT",
  3643. "engines": {
  3644. "node": ">=6"
  3645. },
  3646. "funding": {
  3647. "url": "https://github.com/sponsors/sindresorhus"
  3648. }
  3649. },
  3650. "node_modules/cli-truncate": {
  3651. "version": "3.1.0",
  3652. "dev": true,
  3653. "license": "MIT",
  3654. "dependencies": {
  3655. "slice-ansi": "^5.0.0",
  3656. "string-width": "^5.0.0"
  3657. },
  3658. "engines": {
  3659. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3660. },
  3661. "funding": {
  3662. "url": "https://github.com/sponsors/sindresorhus"
  3663. }
  3664. },
  3665. "node_modules/cli-width": {
  3666. "version": "3.0.0",
  3667. "dev": true,
  3668. "license": "ISC",
  3669. "engines": {
  3670. "node": ">= 10"
  3671. }
  3672. },
  3673. "node_modules/clone": {
  3674. "version": "1.0.4",
  3675. "dev": true,
  3676. "license": "MIT",
  3677. "engines": {
  3678. "node": ">=0.8"
  3679. }
  3680. },
  3681. "node_modules/color-convert": {
  3682. "version": "1.9.3",
  3683. "license": "MIT",
  3684. "dependencies": {
  3685. "color-name": "1.1.3"
  3686. }
  3687. },
  3688. "node_modules/color-name": {
  3689. "version": "1.1.3",
  3690. "license": "MIT"
  3691. },
  3692. "node_modules/colorette": {
  3693. "version": "2.0.20",
  3694. "dev": true,
  3695. "license": "MIT"
  3696. },
  3697. "node_modules/combined-stream": {
  3698. "version": "1.0.8",
  3699. "license": "MIT",
  3700. "dependencies": {
  3701. "delayed-stream": "~1.0.0"
  3702. },
  3703. "engines": {
  3704. "node": ">= 0.8"
  3705. }
  3706. },
  3707. "node_modules/commander": {
  3708. "version": "11.0.0",
  3709. "dev": true,
  3710. "license": "MIT",
  3711. "engines": {
  3712. "node": ">=16"
  3713. }
  3714. },
  3715. "node_modules/common-tags": {
  3716. "version": "1.8.2",
  3717. "license": "MIT",
  3718. "engines": {
  3719. "node": ">=4.0.0"
  3720. }
  3721. },
  3722. "node_modules/concat-map": {
  3723. "version": "0.0.1",
  3724. "license": "MIT"
  3725. },
  3726. "node_modules/constant-case": {
  3727. "version": "3.0.4",
  3728. "dev": true,
  3729. "license": "MIT",
  3730. "dependencies": {
  3731. "no-case": "^3.0.4",
  3732. "tslib": "^2.0.3",
  3733. "upper-case": "^2.0.2"
  3734. }
  3735. },
  3736. "node_modules/convert-source-map": {
  3737. "version": "1.9.0",
  3738. "license": "MIT"
  3739. },
  3740. "node_modules/copy-anything": {
  3741. "version": "2.0.6",
  3742. "devOptional": true,
  3743. "license": "MIT",
  3744. "dependencies": {
  3745. "is-what": "^3.14.1"
  3746. },
  3747. "funding": {
  3748. "url": "https://github.com/sponsors/mesqueeb"
  3749. }
  3750. },
  3751. "node_modules/core-js": {
  3752. "version": "3.32.0",
  3753. "hasInstallScript": true,
  3754. "license": "MIT",
  3755. "funding": {
  3756. "type": "opencollective",
  3757. "url": "https://opencollective.com/core-js"
  3758. }
  3759. },
  3760. "node_modules/core-js-compat": {
  3761. "version": "3.32.0",
  3762. "license": "MIT",
  3763. "dependencies": {
  3764. "browserslist": "^4.21.9"
  3765. },
  3766. "funding": {
  3767. "type": "opencollective",
  3768. "url": "https://opencollective.com/core-js"
  3769. }
  3770. },
  3771. "node_modules/core-util-is": {
  3772. "version": "1.0.3",
  3773. "license": "MIT"
  3774. },
  3775. "node_modules/cos-js-sdk-v5": {
  3776. "version": "1.4.20",
  3777. "license": "ISC",
  3778. "dependencies": {
  3779. "@xmldom/xmldom": "^0.8.6"
  3780. }
  3781. },
  3782. "node_modules/croact": {
  3783. "version": "1.0.4",
  3784. "license": "MIT",
  3785. "dependencies": {
  3786. "@daybrush/utils": "^1.13.0",
  3787. "@egjs/list-differ": "^1.0.0"
  3788. }
  3789. },
  3790. "node_modules/croact-css-styled": {
  3791. "version": "1.1.9",
  3792. "license": "MIT",
  3793. "dependencies": {
  3794. "@daybrush/utils": "^1.13.0",
  3795. "css-styled": "~1.0.8",
  3796. "framework-utils": "^1.1.0"
  3797. }
  3798. },
  3799. "node_modules/croact-moveable": {
  3800. "version": "0.5.1",
  3801. "license": "MIT",
  3802. "dependencies": {
  3803. "@daybrush/utils": "^1.13.0",
  3804. "@egjs/agent": "^2.2.1",
  3805. "@egjs/children-differ": "^1.0.1",
  3806. "@egjs/list-differ": "^1.0.0",
  3807. "@scena/dragscroll": "^1.4.0",
  3808. "@scena/event-emitter": "^1.0.5",
  3809. "@scena/matrix": "^1.1.1",
  3810. "croact-css-styled": "^1.1.9",
  3811. "css-to-mat": "^1.1.1",
  3812. "framework-utils": "^1.1.0",
  3813. "gesto": "^1.19.0",
  3814. "overlap-area": "^1.1.0",
  3815. "react-css-styled": "^1.1.9",
  3816. "react-moveable": "~0.52.1"
  3817. },
  3818. "peerDependencies": {
  3819. "croact": "^1.0.4"
  3820. }
  3821. },
  3822. "node_modules/cropperjs": {
  3823. "version": "1.5.13",
  3824. "license": "MIT"
  3825. },
  3826. "node_modules/cross-spawn": {
  3827. "version": "7.0.3",
  3828. "dev": true,
  3829. "license": "MIT",
  3830. "dependencies": {
  3831. "path-key": "^3.1.0",
  3832. "shebang-command": "^2.0.0",
  3833. "which": "^2.0.1"
  3834. },
  3835. "engines": {
  3836. "node": ">= 8"
  3837. }
  3838. },
  3839. "node_modules/crunker": {
  3840. "version": "2.4.0",
  3841. "resolved": "https://registry.npmmirror.com/crunker/-/crunker-2.4.0.tgz",
  3842. "integrity": "sha512-3J0aBgLaB8jpGh6o+bisjYzOEkJLYxhnisHXogjY4fxYewh1aVCptWAz7RSTYPncCyxdfA+UaWAM1BrQiZvZgQ=="
  3843. },
  3844. "node_modules/crypt": {
  3845. "version": "0.0.2",
  3846. "license": "BSD-3-Clause",
  3847. "engines": {
  3848. "node": "*"
  3849. }
  3850. },
  3851. "node_modules/crypto-js": {
  3852. "version": "4.1.1",
  3853. "dev": true,
  3854. "license": "MIT"
  3855. },
  3856. "node_modules/crypto-random-string": {
  3857. "version": "2.0.0",
  3858. "license": "MIT",
  3859. "engines": {
  3860. "node": ">=8"
  3861. }
  3862. },
  3863. "node_modules/css": {
  3864. "version": "2.2.4",
  3865. "license": "MIT",
  3866. "dependencies": {
  3867. "inherits": "^2.0.3",
  3868. "source-map": "^0.6.1",
  3869. "source-map-resolve": "^0.5.2",
  3870. "urix": "^0.1.0"
  3871. }
  3872. },
  3873. "node_modules/css-line-break": {
  3874. "version": "2.1.0",
  3875. "license": "MIT",
  3876. "dependencies": {
  3877. "utrie": "^1.0.2"
  3878. }
  3879. },
  3880. "node_modules/css-render": {
  3881. "version": "0.15.14",
  3882. "resolved": "https://registry.npmmirror.com/css-render/-/css-render-0.15.14.tgz",
  3883. "integrity": "sha512-9nF4PdUle+5ta4W5SyZdLCCmFd37uVimSjg1evcTqKJCyvCEEj12WKzOSBNak6r4im4J4iYXKH1OWpUV5LBYFg==",
  3884. "dependencies": {
  3885. "@emotion/hash": "~0.8.0",
  3886. "csstype": "~3.0.5"
  3887. }
  3888. },
  3889. "node_modules/css-render/node_modules/csstype": {
  3890. "version": "3.0.11",
  3891. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.0.11.tgz",
  3892. "integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw=="
  3893. },
  3894. "node_modules/css-styled": {
  3895. "version": "1.0.8",
  3896. "license": "MIT",
  3897. "dependencies": {
  3898. "@daybrush/utils": "^1.13.0"
  3899. }
  3900. },
  3901. "node_modules/css-to-mat": {
  3902. "version": "1.1.1",
  3903. "license": "MIT",
  3904. "dependencies": {
  3905. "@daybrush/utils": "^1.13.0",
  3906. "@scena/matrix": "^1.0.0"
  3907. }
  3908. },
  3909. "node_modules/cssesc": {
  3910. "version": "3.0.0",
  3911. "dev": true,
  3912. "license": "MIT",
  3913. "bin": {
  3914. "cssesc": "bin/cssesc"
  3915. },
  3916. "engines": {
  3917. "node": ">=4"
  3918. }
  3919. },
  3920. "node_modules/csstype": {
  3921. "version": "3.1.3",
  3922. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  3923. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  3924. },
  3925. "node_modules/custom-event-polyfill": {
  3926. "version": "1.0.7",
  3927. "license": "MIT"
  3928. },
  3929. "node_modules/date-fns": {
  3930. "version": "2.30.0",
  3931. "license": "MIT",
  3932. "dependencies": {
  3933. "@babel/runtime": "^7.21.0"
  3934. },
  3935. "engines": {
  3936. "node": ">=0.11"
  3937. },
  3938. "funding": {
  3939. "type": "opencollective",
  3940. "url": "https://opencollective.com/date-fns"
  3941. }
  3942. },
  3943. "node_modules/date-fns-tz": {
  3944. "version": "1.3.8",
  3945. "license": "MIT",
  3946. "peerDependencies": {
  3947. "date-fns": ">=2.0.0"
  3948. }
  3949. },
  3950. "node_modules/dayjs": {
  3951. "version": "1.11.9",
  3952. "license": "MIT"
  3953. },
  3954. "node_modules/de-indent": {
  3955. "version": "1.0.2",
  3956. "dev": true,
  3957. "license": "MIT"
  3958. },
  3959. "node_modules/debug": {
  3960. "version": "4.3.4",
  3961. "license": "MIT",
  3962. "dependencies": {
  3963. "ms": "2.1.2"
  3964. },
  3965. "engines": {
  3966. "node": ">=6.0"
  3967. },
  3968. "peerDependenciesMeta": {
  3969. "supports-color": {
  3970. "optional": true
  3971. }
  3972. }
  3973. },
  3974. "node_modules/decode-uri-component": {
  3975. "version": "0.4.1",
  3976. "license": "MIT",
  3977. "engines": {
  3978. "node": ">=14.16"
  3979. }
  3980. },
  3981. "node_modules/decompress-response": {
  3982. "version": "6.0.0",
  3983. "license": "MIT",
  3984. "dependencies": {
  3985. "mimic-response": "^3.1.0"
  3986. },
  3987. "engines": {
  3988. "node": ">=10"
  3989. },
  3990. "funding": {
  3991. "url": "https://github.com/sponsors/sindresorhus"
  3992. }
  3993. },
  3994. "node_modules/deep-is": {
  3995. "version": "0.1.4",
  3996. "dev": true,
  3997. "license": "MIT"
  3998. },
  3999. "node_modules/deepmerge": {
  4000. "version": "4.3.1",
  4001. "license": "MIT",
  4002. "engines": {
  4003. "node": ">=0.10.0"
  4004. }
  4005. },
  4006. "node_modules/defaults": {
  4007. "version": "1.0.4",
  4008. "dev": true,
  4009. "license": "MIT",
  4010. "dependencies": {
  4011. "clone": "^1.0.2"
  4012. },
  4013. "funding": {
  4014. "url": "https://github.com/sponsors/sindresorhus"
  4015. }
  4016. },
  4017. "node_modules/define-properties": {
  4018. "version": "1.2.0",
  4019. "license": "MIT",
  4020. "dependencies": {
  4021. "has-property-descriptors": "^1.0.0",
  4022. "object-keys": "^1.1.1"
  4023. },
  4024. "engines": {
  4025. "node": ">= 0.4"
  4026. },
  4027. "funding": {
  4028. "url": "https://github.com/sponsors/ljharb"
  4029. }
  4030. },
  4031. "node_modules/del": {
  4032. "version": "6.1.1",
  4033. "dev": true,
  4034. "license": "MIT",
  4035. "dependencies": {
  4036. "globby": "^11.0.1",
  4037. "graceful-fs": "^4.2.4",
  4038. "is-glob": "^4.0.1",
  4039. "is-path-cwd": "^2.2.0",
  4040. "is-path-inside": "^3.0.2",
  4041. "p-map": "^4.0.0",
  4042. "rimraf": "^3.0.2",
  4043. "slash": "^3.0.0"
  4044. },
  4045. "engines": {
  4046. "node": ">=10"
  4047. },
  4048. "funding": {
  4049. "url": "https://github.com/sponsors/sindresorhus"
  4050. }
  4051. },
  4052. "node_modules/delayed-stream": {
  4053. "version": "1.0.0",
  4054. "license": "MIT",
  4055. "engines": {
  4056. "node": ">=0.4.0"
  4057. }
  4058. },
  4059. "node_modules/deprecation": {
  4060. "version": "2.3.1",
  4061. "dev": true,
  4062. "license": "ISC"
  4063. },
  4064. "node_modules/detect-file": {
  4065. "version": "1.0.0",
  4066. "dev": true,
  4067. "license": "MIT",
  4068. "engines": {
  4069. "node": ">=0.10.0"
  4070. }
  4071. },
  4072. "node_modules/dir-glob": {
  4073. "version": "3.0.1",
  4074. "dev": true,
  4075. "license": "MIT",
  4076. "dependencies": {
  4077. "path-type": "^4.0.0"
  4078. },
  4079. "engines": {
  4080. "node": ">=8"
  4081. }
  4082. },
  4083. "node_modules/doctrine": {
  4084. "version": "3.0.0",
  4085. "dev": true,
  4086. "license": "Apache-2.0",
  4087. "dependencies": {
  4088. "esutils": "^2.0.2"
  4089. },
  4090. "engines": {
  4091. "node": ">=6.0.0"
  4092. }
  4093. },
  4094. "node_modules/dom-walk": {
  4095. "version": "0.1.2"
  4096. },
  4097. "node_modules/dot-case": {
  4098. "version": "3.0.4",
  4099. "dev": true,
  4100. "license": "MIT",
  4101. "dependencies": {
  4102. "no-case": "^3.0.4",
  4103. "tslib": "^2.0.3"
  4104. }
  4105. },
  4106. "node_modules/driver.js": {
  4107. "version": "1.3.1",
  4108. "resolved": "https://registry.npmmirror.com/driver.js/-/driver.js-1.3.1.tgz",
  4109. "integrity": "sha512-MvUdXbqSgEsgS/H9KyWb5Rxy0aE6BhOVT4cssi2x2XjmXea6qQfgdx32XKVLLSqTaIw7q/uxU5Xl3NV7+cN6FQ=="
  4110. },
  4111. "node_modules/eastasianwidth": {
  4112. "version": "0.2.0",
  4113. "dev": true,
  4114. "license": "MIT"
  4115. },
  4116. "node_modules/echarts": {
  4117. "version": "5.4.3",
  4118. "license": "Apache-2.0",
  4119. "dependencies": {
  4120. "tslib": "2.3.0",
  4121. "zrender": "5.4.4"
  4122. }
  4123. },
  4124. "node_modules/ejs": {
  4125. "version": "3.1.9",
  4126. "license": "Apache-2.0",
  4127. "dependencies": {
  4128. "jake": "^10.8.5"
  4129. },
  4130. "bin": {
  4131. "ejs": "bin/cli.js"
  4132. },
  4133. "engines": {
  4134. "node": ">=0.10.0"
  4135. }
  4136. },
  4137. "node_modules/electron-to-chromium": {
  4138. "version": "1.4.494",
  4139. "license": "ISC"
  4140. },
  4141. "node_modules/emoji-regex": {
  4142. "version": "9.2.2",
  4143. "dev": true,
  4144. "license": "MIT"
  4145. },
  4146. "node_modules/emojis-list": {
  4147. "version": "3.0.0",
  4148. "license": "MIT",
  4149. "engines": {
  4150. "node": ">= 4"
  4151. }
  4152. },
  4153. "node_modules/encoding": {
  4154. "version": "0.1.13",
  4155. "license": "MIT",
  4156. "dependencies": {
  4157. "iconv-lite": "^0.6.2"
  4158. }
  4159. },
  4160. "node_modules/errno": {
  4161. "version": "0.1.8",
  4162. "license": "MIT",
  4163. "optional": true,
  4164. "dependencies": {
  4165. "prr": "~1.0.1"
  4166. },
  4167. "bin": {
  4168. "errno": "cli.js"
  4169. }
  4170. },
  4171. "node_modules/es-abstract": {
  4172. "version": "1.22.1",
  4173. "license": "MIT",
  4174. "dependencies": {
  4175. "array-buffer-byte-length": "^1.0.0",
  4176. "arraybuffer.prototype.slice": "^1.0.1",
  4177. "available-typed-arrays": "^1.0.5",
  4178. "call-bind": "^1.0.2",
  4179. "es-set-tostringtag": "^2.0.1",
  4180. "es-to-primitive": "^1.2.1",
  4181. "function.prototype.name": "^1.1.5",
  4182. "get-intrinsic": "^1.2.1",
  4183. "get-symbol-description": "^1.0.0",
  4184. "globalthis": "^1.0.3",
  4185. "gopd": "^1.0.1",
  4186. "has": "^1.0.3",
  4187. "has-property-descriptors": "^1.0.0",
  4188. "has-proto": "^1.0.1",
  4189. "has-symbols": "^1.0.3",
  4190. "internal-slot": "^1.0.5",
  4191. "is-array-buffer": "^3.0.2",
  4192. "is-callable": "^1.2.7",
  4193. "is-negative-zero": "^2.0.2",
  4194. "is-regex": "^1.1.4",
  4195. "is-shared-array-buffer": "^1.0.2",
  4196. "is-string": "^1.0.7",
  4197. "is-typed-array": "^1.1.10",
  4198. "is-weakref": "^1.0.2",
  4199. "object-inspect": "^1.12.3",
  4200. "object-keys": "^1.1.1",
  4201. "object.assign": "^4.1.4",
  4202. "regexp.prototype.flags": "^1.5.0",
  4203. "safe-array-concat": "^1.0.0",
  4204. "safe-regex-test": "^1.0.0",
  4205. "string.prototype.trim": "^1.2.7",
  4206. "string.prototype.trimend": "^1.0.6",
  4207. "string.prototype.trimstart": "^1.0.6",
  4208. "typed-array-buffer": "^1.0.0",
  4209. "typed-array-byte-length": "^1.0.0",
  4210. "typed-array-byte-offset": "^1.0.0",
  4211. "typed-array-length": "^1.0.4",
  4212. "unbox-primitive": "^1.0.2",
  4213. "which-typed-array": "^1.1.10"
  4214. },
  4215. "engines": {
  4216. "node": ">= 0.4"
  4217. },
  4218. "funding": {
  4219. "url": "https://github.com/sponsors/ljharb"
  4220. }
  4221. },
  4222. "node_modules/es-set-tostringtag": {
  4223. "version": "2.0.1",
  4224. "license": "MIT",
  4225. "dependencies": {
  4226. "get-intrinsic": "^1.1.3",
  4227. "has": "^1.0.3",
  4228. "has-tostringtag": "^1.0.0"
  4229. },
  4230. "engines": {
  4231. "node": ">= 0.4"
  4232. }
  4233. },
  4234. "node_modules/es-to-primitive": {
  4235. "version": "1.2.1",
  4236. "license": "MIT",
  4237. "dependencies": {
  4238. "is-callable": "^1.1.4",
  4239. "is-date-object": "^1.0.1",
  4240. "is-symbol": "^1.0.2"
  4241. },
  4242. "engines": {
  4243. "node": ">= 0.4"
  4244. },
  4245. "funding": {
  4246. "url": "https://github.com/sponsors/ljharb"
  4247. }
  4248. },
  4249. "node_modules/es5-shim": {
  4250. "version": "4.6.7",
  4251. "license": "MIT",
  4252. "engines": {
  4253. "node": ">=0.4.0"
  4254. }
  4255. },
  4256. "node_modules/esbuild": {
  4257. "version": "0.18.20",
  4258. "hasInstallScript": true,
  4259. "license": "MIT",
  4260. "bin": {
  4261. "esbuild": "bin/esbuild"
  4262. },
  4263. "engines": {
  4264. "node": ">=12"
  4265. },
  4266. "optionalDependencies": {
  4267. "@esbuild/android-arm": "0.18.20",
  4268. "@esbuild/android-arm64": "0.18.20",
  4269. "@esbuild/android-x64": "0.18.20",
  4270. "@esbuild/darwin-arm64": "0.18.20",
  4271. "@esbuild/darwin-x64": "0.18.20",
  4272. "@esbuild/freebsd-arm64": "0.18.20",
  4273. "@esbuild/freebsd-x64": "0.18.20",
  4274. "@esbuild/linux-arm": "0.18.20",
  4275. "@esbuild/linux-arm64": "0.18.20",
  4276. "@esbuild/linux-ia32": "0.18.20",
  4277. "@esbuild/linux-loong64": "0.18.20",
  4278. "@esbuild/linux-mips64el": "0.18.20",
  4279. "@esbuild/linux-ppc64": "0.18.20",
  4280. "@esbuild/linux-riscv64": "0.18.20",
  4281. "@esbuild/linux-s390x": "0.18.20",
  4282. "@esbuild/linux-x64": "0.18.20",
  4283. "@esbuild/netbsd-x64": "0.18.20",
  4284. "@esbuild/openbsd-x64": "0.18.20",
  4285. "@esbuild/sunos-x64": "0.18.20",
  4286. "@esbuild/win32-arm64": "0.18.20",
  4287. "@esbuild/win32-ia32": "0.18.20",
  4288. "@esbuild/win32-x64": "0.18.20"
  4289. }
  4290. },
  4291. "node_modules/escalade": {
  4292. "version": "3.1.1",
  4293. "license": "MIT",
  4294. "engines": {
  4295. "node": ">=6"
  4296. }
  4297. },
  4298. "node_modules/escape-string-regexp": {
  4299. "version": "1.0.5",
  4300. "license": "MIT",
  4301. "engines": {
  4302. "node": ">=0.8.0"
  4303. }
  4304. },
  4305. "node_modules/eslint": {
  4306. "version": "8.47.0",
  4307. "dev": true,
  4308. "license": "MIT",
  4309. "dependencies": {
  4310. "@eslint-community/eslint-utils": "^4.2.0",
  4311. "@eslint-community/regexpp": "^4.6.1",
  4312. "@eslint/eslintrc": "^2.1.2",
  4313. "@eslint/js": "^8.47.0",
  4314. "@humanwhocodes/config-array": "^0.11.10",
  4315. "@humanwhocodes/module-importer": "^1.0.1",
  4316. "@nodelib/fs.walk": "^1.2.8",
  4317. "ajv": "^6.12.4",
  4318. "chalk": "^4.0.0",
  4319. "cross-spawn": "^7.0.2",
  4320. "debug": "^4.3.2",
  4321. "doctrine": "^3.0.0",
  4322. "escape-string-regexp": "^4.0.0",
  4323. "eslint-scope": "^7.2.2",
  4324. "eslint-visitor-keys": "^3.4.3",
  4325. "espree": "^9.6.1",
  4326. "esquery": "^1.4.2",
  4327. "esutils": "^2.0.2",
  4328. "fast-deep-equal": "^3.1.3",
  4329. "file-entry-cache": "^6.0.1",
  4330. "find-up": "^5.0.0",
  4331. "glob-parent": "^6.0.2",
  4332. "globals": "^13.19.0",
  4333. "graphemer": "^1.4.0",
  4334. "ignore": "^5.2.0",
  4335. "imurmurhash": "^0.1.4",
  4336. "is-glob": "^4.0.0",
  4337. "is-path-inside": "^3.0.3",
  4338. "js-yaml": "^4.1.0",
  4339. "json-stable-stringify-without-jsonify": "^1.0.1",
  4340. "levn": "^0.4.1",
  4341. "lodash.merge": "^4.6.2",
  4342. "minimatch": "^3.1.2",
  4343. "natural-compare": "^1.4.0",
  4344. "optionator": "^0.9.3",
  4345. "strip-ansi": "^6.0.1",
  4346. "text-table": "^0.2.0"
  4347. },
  4348. "bin": {
  4349. "eslint": "bin/eslint.js"
  4350. },
  4351. "engines": {
  4352. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4353. },
  4354. "funding": {
  4355. "url": "https://opencollective.com/eslint"
  4356. }
  4357. },
  4358. "node_modules/eslint-config-prettier": {
  4359. "version": "8.10.0",
  4360. "dev": true,
  4361. "license": "MIT",
  4362. "bin": {
  4363. "eslint-config-prettier": "bin/cli.js"
  4364. },
  4365. "peerDependencies": {
  4366. "eslint": ">=7.0.0"
  4367. }
  4368. },
  4369. "node_modules/eslint-plugin-prettier": {
  4370. "version": "4.2.1",
  4371. "dev": true,
  4372. "license": "MIT",
  4373. "dependencies": {
  4374. "prettier-linter-helpers": "^1.0.0"
  4375. },
  4376. "engines": {
  4377. "node": ">=12.0.0"
  4378. },
  4379. "peerDependencies": {
  4380. "eslint": ">=7.28.0",
  4381. "prettier": ">=2.0.0"
  4382. },
  4383. "peerDependenciesMeta": {
  4384. "eslint-config-prettier": {
  4385. "optional": true
  4386. }
  4387. }
  4388. },
  4389. "node_modules/eslint-plugin-vue": {
  4390. "version": "9.17.0",
  4391. "dev": true,
  4392. "license": "MIT",
  4393. "dependencies": {
  4394. "@eslint-community/eslint-utils": "^4.4.0",
  4395. "natural-compare": "^1.4.0",
  4396. "nth-check": "^2.1.1",
  4397. "postcss-selector-parser": "^6.0.13",
  4398. "semver": "^7.5.4",
  4399. "vue-eslint-parser": "^9.3.1",
  4400. "xml-name-validator": "^4.0.0"
  4401. },
  4402. "engines": {
  4403. "node": "^14.17.0 || >=16.0.0"
  4404. },
  4405. "peerDependencies": {
  4406. "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0"
  4407. }
  4408. },
  4409. "node_modules/eslint-plugin-vue/node_modules/lru-cache": {
  4410. "version": "6.0.0",
  4411. "dev": true,
  4412. "license": "ISC",
  4413. "dependencies": {
  4414. "yallist": "^4.0.0"
  4415. },
  4416. "engines": {
  4417. "node": ">=10"
  4418. }
  4419. },
  4420. "node_modules/eslint-plugin-vue/node_modules/semver": {
  4421. "version": "7.5.4",
  4422. "dev": true,
  4423. "license": "ISC",
  4424. "dependencies": {
  4425. "lru-cache": "^6.0.0"
  4426. },
  4427. "bin": {
  4428. "semver": "bin/semver.js"
  4429. },
  4430. "engines": {
  4431. "node": ">=10"
  4432. }
  4433. },
  4434. "node_modules/eslint-plugin-vue/node_modules/yallist": {
  4435. "version": "4.0.0",
  4436. "dev": true,
  4437. "license": "ISC"
  4438. },
  4439. "node_modules/eslint-scope": {
  4440. "version": "5.1.1",
  4441. "dev": true,
  4442. "license": "BSD-2-Clause",
  4443. "dependencies": {
  4444. "esrecurse": "^4.3.0",
  4445. "estraverse": "^4.1.1"
  4446. },
  4447. "engines": {
  4448. "node": ">=8.0.0"
  4449. }
  4450. },
  4451. "node_modules/eslint-visitor-keys": {
  4452. "version": "3.4.3",
  4453. "dev": true,
  4454. "license": "Apache-2.0",
  4455. "engines": {
  4456. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4457. },
  4458. "funding": {
  4459. "url": "https://opencollective.com/eslint"
  4460. }
  4461. },
  4462. "node_modules/eslint/node_modules/ajv": {
  4463. "version": "6.12.6",
  4464. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  4465. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  4466. "dev": true,
  4467. "dependencies": {
  4468. "fast-deep-equal": "^3.1.1",
  4469. "fast-json-stable-stringify": "^2.0.0",
  4470. "json-schema-traverse": "^0.4.1",
  4471. "uri-js": "^4.2.2"
  4472. },
  4473. "funding": {
  4474. "type": "github",
  4475. "url": "https://github.com/sponsors/epoberezkin"
  4476. }
  4477. },
  4478. "node_modules/eslint/node_modules/ansi-styles": {
  4479. "version": "4.3.0",
  4480. "dev": true,
  4481. "license": "MIT",
  4482. "dependencies": {
  4483. "color-convert": "^2.0.1"
  4484. },
  4485. "engines": {
  4486. "node": ">=8"
  4487. },
  4488. "funding": {
  4489. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4490. }
  4491. },
  4492. "node_modules/eslint/node_modules/chalk": {
  4493. "version": "4.1.2",
  4494. "dev": true,
  4495. "license": "MIT",
  4496. "dependencies": {
  4497. "ansi-styles": "^4.1.0",
  4498. "supports-color": "^7.1.0"
  4499. },
  4500. "engines": {
  4501. "node": ">=10"
  4502. },
  4503. "funding": {
  4504. "url": "https://github.com/chalk/chalk?sponsor=1"
  4505. }
  4506. },
  4507. "node_modules/eslint/node_modules/color-convert": {
  4508. "version": "2.0.1",
  4509. "dev": true,
  4510. "license": "MIT",
  4511. "dependencies": {
  4512. "color-name": "~1.1.4"
  4513. },
  4514. "engines": {
  4515. "node": ">=7.0.0"
  4516. }
  4517. },
  4518. "node_modules/eslint/node_modules/color-name": {
  4519. "version": "1.1.4",
  4520. "dev": true,
  4521. "license": "MIT"
  4522. },
  4523. "node_modules/eslint/node_modules/escape-string-regexp": {
  4524. "version": "4.0.0",
  4525. "dev": true,
  4526. "license": "MIT",
  4527. "engines": {
  4528. "node": ">=10"
  4529. },
  4530. "funding": {
  4531. "url": "https://github.com/sponsors/sindresorhus"
  4532. }
  4533. },
  4534. "node_modules/eslint/node_modules/eslint-scope": {
  4535. "version": "7.2.2",
  4536. "dev": true,
  4537. "license": "BSD-2-Clause",
  4538. "dependencies": {
  4539. "esrecurse": "^4.3.0",
  4540. "estraverse": "^5.2.0"
  4541. },
  4542. "engines": {
  4543. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4544. },
  4545. "funding": {
  4546. "url": "https://opencollective.com/eslint"
  4547. }
  4548. },
  4549. "node_modules/eslint/node_modules/estraverse": {
  4550. "version": "5.3.0",
  4551. "dev": true,
  4552. "license": "BSD-2-Clause",
  4553. "engines": {
  4554. "node": ">=4.0"
  4555. }
  4556. },
  4557. "node_modules/eslint/node_modules/globals": {
  4558. "version": "13.21.0",
  4559. "dev": true,
  4560. "license": "MIT",
  4561. "dependencies": {
  4562. "type-fest": "^0.20.2"
  4563. },
  4564. "engines": {
  4565. "node": ">=8"
  4566. },
  4567. "funding": {
  4568. "url": "https://github.com/sponsors/sindresorhus"
  4569. }
  4570. },
  4571. "node_modules/eslint/node_modules/has-flag": {
  4572. "version": "4.0.0",
  4573. "dev": true,
  4574. "license": "MIT",
  4575. "engines": {
  4576. "node": ">=8"
  4577. }
  4578. },
  4579. "node_modules/eslint/node_modules/json-schema-traverse": {
  4580. "version": "0.4.1",
  4581. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4582. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4583. "dev": true
  4584. },
  4585. "node_modules/eslint/node_modules/supports-color": {
  4586. "version": "7.2.0",
  4587. "dev": true,
  4588. "license": "MIT",
  4589. "dependencies": {
  4590. "has-flag": "^4.0.0"
  4591. },
  4592. "engines": {
  4593. "node": ">=8"
  4594. }
  4595. },
  4596. "node_modules/eslint/node_modules/type-fest": {
  4597. "version": "0.20.2",
  4598. "dev": true,
  4599. "license": "(MIT OR CC0-1.0)",
  4600. "engines": {
  4601. "node": ">=10"
  4602. },
  4603. "funding": {
  4604. "url": "https://github.com/sponsors/sindresorhus"
  4605. }
  4606. },
  4607. "node_modules/espree": {
  4608. "version": "9.6.1",
  4609. "dev": true,
  4610. "license": "BSD-2-Clause",
  4611. "dependencies": {
  4612. "acorn": "^8.9.0",
  4613. "acorn-jsx": "^5.3.2",
  4614. "eslint-visitor-keys": "^3.4.1"
  4615. },
  4616. "engines": {
  4617. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4618. },
  4619. "funding": {
  4620. "url": "https://opencollective.com/eslint"
  4621. }
  4622. },
  4623. "node_modules/esquery": {
  4624. "version": "1.5.0",
  4625. "dev": true,
  4626. "license": "BSD-3-Clause",
  4627. "dependencies": {
  4628. "estraverse": "^5.1.0"
  4629. },
  4630. "engines": {
  4631. "node": ">=0.10"
  4632. }
  4633. },
  4634. "node_modules/esquery/node_modules/estraverse": {
  4635. "version": "5.3.0",
  4636. "dev": true,
  4637. "license": "BSD-2-Clause",
  4638. "engines": {
  4639. "node": ">=4.0"
  4640. }
  4641. },
  4642. "node_modules/esrecurse": {
  4643. "version": "4.3.0",
  4644. "dev": true,
  4645. "license": "BSD-2-Clause",
  4646. "dependencies": {
  4647. "estraverse": "^5.2.0"
  4648. },
  4649. "engines": {
  4650. "node": ">=4.0"
  4651. }
  4652. },
  4653. "node_modules/esrecurse/node_modules/estraverse": {
  4654. "version": "5.3.0",
  4655. "dev": true,
  4656. "license": "BSD-2-Clause",
  4657. "engines": {
  4658. "node": ">=4.0"
  4659. }
  4660. },
  4661. "node_modules/estraverse": {
  4662. "version": "4.3.0",
  4663. "dev": true,
  4664. "license": "BSD-2-Clause",
  4665. "engines": {
  4666. "node": ">=4.0"
  4667. }
  4668. },
  4669. "node_modules/estree-walker": {
  4670. "version": "2.0.2",
  4671. "license": "MIT"
  4672. },
  4673. "node_modules/esutils": {
  4674. "version": "2.0.3",
  4675. "license": "BSD-2-Clause",
  4676. "engines": {
  4677. "node": ">=0.10.0"
  4678. }
  4679. },
  4680. "node_modules/eventemitter3": {
  4681. "version": "5.0.1",
  4682. "license": "MIT"
  4683. },
  4684. "node_modules/evtd": {
  4685. "version": "0.2.4",
  4686. "resolved": "https://registry.npmmirror.com/evtd/-/evtd-0.2.4.tgz",
  4687. "integrity": "sha512-qaeGN5bx63s/AXgQo8gj6fBkxge+OoLddLniox5qtLAEY5HSnuSlISXVPxnSae1dWblvTh4/HoMIB+mbMsvZzw=="
  4688. },
  4689. "node_modules/execa": {
  4690. "version": "7.2.0",
  4691. "dev": true,
  4692. "license": "MIT",
  4693. "dependencies": {
  4694. "cross-spawn": "^7.0.3",
  4695. "get-stream": "^6.0.1",
  4696. "human-signals": "^4.3.0",
  4697. "is-stream": "^3.0.0",
  4698. "merge-stream": "^2.0.0",
  4699. "npm-run-path": "^5.1.0",
  4700. "onetime": "^6.0.0",
  4701. "signal-exit": "^3.0.7",
  4702. "strip-final-newline": "^3.0.0"
  4703. },
  4704. "engines": {
  4705. "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
  4706. },
  4707. "funding": {
  4708. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  4709. }
  4710. },
  4711. "node_modules/expand-tilde": {
  4712. "version": "2.0.2",
  4713. "dev": true,
  4714. "license": "MIT",
  4715. "dependencies": {
  4716. "homedir-polyfill": "^1.0.1"
  4717. },
  4718. "engines": {
  4719. "node": ">=0.10.0"
  4720. }
  4721. },
  4722. "node_modules/extend": {
  4723. "version": "3.0.2",
  4724. "license": "MIT"
  4725. },
  4726. "node_modules/external-editor": {
  4727. "version": "3.1.0",
  4728. "dev": true,
  4729. "license": "MIT",
  4730. "dependencies": {
  4731. "chardet": "^0.7.0",
  4732. "iconv-lite": "^0.4.24",
  4733. "tmp": "^0.0.33"
  4734. },
  4735. "engines": {
  4736. "node": ">=4"
  4737. }
  4738. },
  4739. "node_modules/external-editor/node_modules/iconv-lite": {
  4740. "version": "0.4.24",
  4741. "dev": true,
  4742. "license": "MIT",
  4743. "dependencies": {
  4744. "safer-buffer": ">= 2.1.2 < 3"
  4745. },
  4746. "engines": {
  4747. "node": ">=0.10.0"
  4748. }
  4749. },
  4750. "node_modules/fast-deep-equal": {
  4751. "version": "3.1.3",
  4752. "license": "MIT"
  4753. },
  4754. "node_modules/fast-diff": {
  4755. "version": "1.3.0",
  4756. "dev": true,
  4757. "license": "Apache-2.0"
  4758. },
  4759. "node_modules/fast-glob": {
  4760. "version": "3.3.1",
  4761. "license": "MIT",
  4762. "dependencies": {
  4763. "@nodelib/fs.stat": "^2.0.2",
  4764. "@nodelib/fs.walk": "^1.2.3",
  4765. "glob-parent": "^5.1.2",
  4766. "merge2": "^1.3.0",
  4767. "micromatch": "^4.0.4"
  4768. },
  4769. "engines": {
  4770. "node": ">=8.6.0"
  4771. }
  4772. },
  4773. "node_modules/fast-glob/node_modules/glob-parent": {
  4774. "version": "5.1.2",
  4775. "license": "ISC",
  4776. "dependencies": {
  4777. "is-glob": "^4.0.1"
  4778. },
  4779. "engines": {
  4780. "node": ">= 6"
  4781. }
  4782. },
  4783. "node_modules/fast-json-stable-stringify": {
  4784. "version": "2.1.0",
  4785. "license": "MIT"
  4786. },
  4787. "node_modules/fast-levenshtein": {
  4788. "version": "2.0.6",
  4789. "dev": true,
  4790. "license": "MIT"
  4791. },
  4792. "node_modules/fastq": {
  4793. "version": "1.15.0",
  4794. "license": "ISC",
  4795. "dependencies": {
  4796. "reusify": "^1.0.4"
  4797. }
  4798. },
  4799. "node_modules/figures": {
  4800. "version": "3.2.0",
  4801. "dev": true,
  4802. "license": "MIT",
  4803. "dependencies": {
  4804. "escape-string-regexp": "^1.0.5"
  4805. },
  4806. "engines": {
  4807. "node": ">=8"
  4808. },
  4809. "funding": {
  4810. "url": "https://github.com/sponsors/sindresorhus"
  4811. }
  4812. },
  4813. "node_modules/file-entry-cache": {
  4814. "version": "6.0.1",
  4815. "dev": true,
  4816. "license": "MIT",
  4817. "dependencies": {
  4818. "flat-cache": "^3.0.4"
  4819. },
  4820. "engines": {
  4821. "node": "^10.12.0 || >=12.0.0"
  4822. }
  4823. },
  4824. "node_modules/file-saver": {
  4825. "version": "2.0.5",
  4826. "license": "MIT"
  4827. },
  4828. "node_modules/filelist": {
  4829. "version": "1.0.4",
  4830. "license": "Apache-2.0",
  4831. "dependencies": {
  4832. "minimatch": "^5.0.1"
  4833. }
  4834. },
  4835. "node_modules/filelist/node_modules/brace-expansion": {
  4836. "version": "2.0.1",
  4837. "license": "MIT",
  4838. "dependencies": {
  4839. "balanced-match": "^1.0.0"
  4840. }
  4841. },
  4842. "node_modules/filelist/node_modules/minimatch": {
  4843. "version": "5.1.6",
  4844. "license": "ISC",
  4845. "dependencies": {
  4846. "brace-expansion": "^2.0.1"
  4847. },
  4848. "engines": {
  4849. "node": ">=10"
  4850. }
  4851. },
  4852. "node_modules/fill-range": {
  4853. "version": "7.0.1",
  4854. "license": "MIT",
  4855. "dependencies": {
  4856. "to-regex-range": "^5.0.1"
  4857. },
  4858. "engines": {
  4859. "node": ">=8"
  4860. }
  4861. },
  4862. "node_modules/filter-obj": {
  4863. "version": "5.1.0",
  4864. "license": "MIT",
  4865. "engines": {
  4866. "node": ">=14.16"
  4867. },
  4868. "funding": {
  4869. "url": "https://github.com/sponsors/sindresorhus"
  4870. }
  4871. },
  4872. "node_modules/find-up": {
  4873. "version": "5.0.0",
  4874. "dev": true,
  4875. "license": "MIT",
  4876. "dependencies": {
  4877. "locate-path": "^6.0.0",
  4878. "path-exists": "^4.0.0"
  4879. },
  4880. "engines": {
  4881. "node": ">=10"
  4882. },
  4883. "funding": {
  4884. "url": "https://github.com/sponsors/sindresorhus"
  4885. }
  4886. },
  4887. "node_modules/findup-sync": {
  4888. "version": "5.0.0",
  4889. "dev": true,
  4890. "license": "MIT",
  4891. "dependencies": {
  4892. "detect-file": "^1.0.0",
  4893. "is-glob": "^4.0.3",
  4894. "micromatch": "^4.0.4",
  4895. "resolve-dir": "^1.0.1"
  4896. },
  4897. "engines": {
  4898. "node": ">= 10.13.0"
  4899. }
  4900. },
  4901. "node_modules/fined": {
  4902. "version": "2.0.0",
  4903. "dev": true,
  4904. "license": "MIT",
  4905. "dependencies": {
  4906. "expand-tilde": "^2.0.2",
  4907. "is-plain-object": "^5.0.0",
  4908. "object.defaults": "^1.1.0",
  4909. "object.pick": "^1.3.0",
  4910. "parse-filepath": "^1.0.2"
  4911. },
  4912. "engines": {
  4913. "node": ">= 10.13.0"
  4914. }
  4915. },
  4916. "node_modules/flagged-respawn": {
  4917. "version": "2.0.0",
  4918. "dev": true,
  4919. "license": "MIT",
  4920. "engines": {
  4921. "node": ">= 10.13.0"
  4922. }
  4923. },
  4924. "node_modules/flat-cache": {
  4925. "version": "3.0.4",
  4926. "dev": true,
  4927. "license": "MIT",
  4928. "dependencies": {
  4929. "flatted": "^3.1.0",
  4930. "rimraf": "^3.0.2"
  4931. },
  4932. "engines": {
  4933. "node": "^10.12.0 || >=12.0.0"
  4934. }
  4935. },
  4936. "node_modules/flatted": {
  4937. "version": "3.2.7",
  4938. "dev": true,
  4939. "license": "ISC"
  4940. },
  4941. "node_modules/follow-redirects": {
  4942. "version": "1.15.2",
  4943. "funding": [
  4944. {
  4945. "type": "individual",
  4946. "url": "https://github.com/sponsors/RubenVerborgh"
  4947. }
  4948. ],
  4949. "license": "MIT",
  4950. "engines": {
  4951. "node": ">=4.0"
  4952. },
  4953. "peerDependenciesMeta": {
  4954. "debug": {
  4955. "optional": true
  4956. }
  4957. }
  4958. },
  4959. "node_modules/for-each": {
  4960. "version": "0.3.3",
  4961. "license": "MIT",
  4962. "dependencies": {
  4963. "is-callable": "^1.1.3"
  4964. }
  4965. },
  4966. "node_modules/for-in": {
  4967. "version": "1.0.2",
  4968. "dev": true,
  4969. "license": "MIT",
  4970. "engines": {
  4971. "node": ">=0.10.0"
  4972. }
  4973. },
  4974. "node_modules/for-own": {
  4975. "version": "1.0.0",
  4976. "dev": true,
  4977. "license": "MIT",
  4978. "dependencies": {
  4979. "for-in": "^1.0.1"
  4980. },
  4981. "engines": {
  4982. "node": ">=0.10.0"
  4983. }
  4984. },
  4985. "node_modules/form-data": {
  4986. "version": "4.0.0",
  4987. "license": "MIT",
  4988. "dependencies": {
  4989. "asynckit": "^0.4.0",
  4990. "combined-stream": "^1.0.8",
  4991. "mime-types": "^2.1.12"
  4992. },
  4993. "engines": {
  4994. "node": ">= 6"
  4995. }
  4996. },
  4997. "node_modules/fraction.js": {
  4998. "version": "4.2.0",
  4999. "dev": true,
  5000. "license": "MIT",
  5001. "engines": {
  5002. "node": "*"
  5003. },
  5004. "funding": {
  5005. "type": "patreon",
  5006. "url": "https://www.patreon.com/infusion"
  5007. }
  5008. },
  5009. "node_modules/framework-utils": {
  5010. "version": "1.1.0",
  5011. "license": "MIT"
  5012. },
  5013. "node_modules/fs-extra": {
  5014. "version": "0.16.5",
  5015. "dependencies": {
  5016. "graceful-fs": "^3.0.5",
  5017. "jsonfile": "^2.0.0",
  5018. "rimraf": "^2.2.8"
  5019. }
  5020. },
  5021. "node_modules/fs-extra/node_modules/graceful-fs": {
  5022. "version": "3.0.12",
  5023. "license": "ISC",
  5024. "dependencies": {
  5025. "natives": "^1.1.3"
  5026. },
  5027. "engines": {
  5028. "node": ">=0.4.0"
  5029. }
  5030. },
  5031. "node_modules/fs-extra/node_modules/rimraf": {
  5032. "version": "2.7.1",
  5033. "license": "ISC",
  5034. "dependencies": {
  5035. "glob": "^7.1.3"
  5036. },
  5037. "bin": {
  5038. "rimraf": "bin.js"
  5039. }
  5040. },
  5041. "node_modules/fs.realpath": {
  5042. "version": "1.0.0",
  5043. "license": "ISC"
  5044. },
  5045. "node_modules/fsevents": {
  5046. "version": "2.3.3",
  5047. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  5048. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  5049. "hasInstallScript": true,
  5050. "optional": true,
  5051. "os": [
  5052. "darwin"
  5053. ],
  5054. "engines": {
  5055. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5056. }
  5057. },
  5058. "node_modules/function-bind": {
  5059. "version": "1.1.1",
  5060. "license": "MIT"
  5061. },
  5062. "node_modules/function.prototype.name": {
  5063. "version": "1.1.5",
  5064. "license": "MIT",
  5065. "dependencies": {
  5066. "call-bind": "^1.0.2",
  5067. "define-properties": "^1.1.3",
  5068. "es-abstract": "^1.19.0",
  5069. "functions-have-names": "^1.2.2"
  5070. },
  5071. "engines": {
  5072. "node": ">= 0.4"
  5073. },
  5074. "funding": {
  5075. "url": "https://github.com/sponsors/ljharb"
  5076. }
  5077. },
  5078. "node_modules/functions-have-names": {
  5079. "version": "1.2.3",
  5080. "license": "MIT",
  5081. "funding": {
  5082. "url": "https://github.com/sponsors/ljharb"
  5083. }
  5084. },
  5085. "node_modules/gensync": {
  5086. "version": "1.0.0-beta.2",
  5087. "license": "MIT",
  5088. "engines": {
  5089. "node": ">=6.9.0"
  5090. }
  5091. },
  5092. "node_modules/gesto": {
  5093. "version": "1.19.1",
  5094. "license": "MIT",
  5095. "dependencies": {
  5096. "@daybrush/utils": "^1.13.0",
  5097. "@scena/event-emitter": "^1.0.2"
  5098. }
  5099. },
  5100. "node_modules/get-intrinsic": {
  5101. "version": "1.2.1",
  5102. "license": "MIT",
  5103. "dependencies": {
  5104. "function-bind": "^1.1.1",
  5105. "has": "^1.0.3",
  5106. "has-proto": "^1.0.1",
  5107. "has-symbols": "^1.0.3"
  5108. },
  5109. "funding": {
  5110. "url": "https://github.com/sponsors/ljharb"
  5111. }
  5112. },
  5113. "node_modules/get-own-enumerable-property-symbols": {
  5114. "version": "3.0.2",
  5115. "license": "ISC"
  5116. },
  5117. "node_modules/get-stream": {
  5118. "version": "6.0.1",
  5119. "dev": true,
  5120. "license": "MIT",
  5121. "engines": {
  5122. "node": ">=10"
  5123. },
  5124. "funding": {
  5125. "url": "https://github.com/sponsors/sindresorhus"
  5126. }
  5127. },
  5128. "node_modules/get-symbol-description": {
  5129. "version": "1.0.0",
  5130. "license": "MIT",
  5131. "dependencies": {
  5132. "call-bind": "^1.0.2",
  5133. "get-intrinsic": "^1.1.1"
  5134. },
  5135. "engines": {
  5136. "node": ">= 0.4"
  5137. },
  5138. "funding": {
  5139. "url": "https://github.com/sponsors/ljharb"
  5140. }
  5141. },
  5142. "node_modules/glob": {
  5143. "version": "7.2.3",
  5144. "license": "ISC",
  5145. "dependencies": {
  5146. "fs.realpath": "^1.0.0",
  5147. "inflight": "^1.0.4",
  5148. "inherits": "2",
  5149. "minimatch": "^3.1.1",
  5150. "once": "^1.3.0",
  5151. "path-is-absolute": "^1.0.0"
  5152. },
  5153. "engines": {
  5154. "node": "*"
  5155. },
  5156. "funding": {
  5157. "url": "https://github.com/sponsors/isaacs"
  5158. }
  5159. },
  5160. "node_modules/glob-parent": {
  5161. "version": "6.0.2",
  5162. "dev": true,
  5163. "license": "ISC",
  5164. "dependencies": {
  5165. "is-glob": "^4.0.3"
  5166. },
  5167. "engines": {
  5168. "node": ">=10.13.0"
  5169. }
  5170. },
  5171. "node_modules/global": {
  5172. "version": "4.3.2",
  5173. "license": "MIT",
  5174. "dependencies": {
  5175. "min-document": "^2.19.0",
  5176. "process": "~0.5.1"
  5177. }
  5178. },
  5179. "node_modules/global-modules": {
  5180. "version": "1.0.0",
  5181. "dev": true,
  5182. "license": "MIT",
  5183. "dependencies": {
  5184. "global-prefix": "^1.0.1",
  5185. "is-windows": "^1.0.1",
  5186. "resolve-dir": "^1.0.0"
  5187. },
  5188. "engines": {
  5189. "node": ">=0.10.0"
  5190. }
  5191. },
  5192. "node_modules/global-prefix": {
  5193. "version": "1.0.2",
  5194. "dev": true,
  5195. "license": "MIT",
  5196. "dependencies": {
  5197. "expand-tilde": "^2.0.2",
  5198. "homedir-polyfill": "^1.0.1",
  5199. "ini": "^1.3.4",
  5200. "is-windows": "^1.0.1",
  5201. "which": "^1.2.14"
  5202. },
  5203. "engines": {
  5204. "node": ">=0.10.0"
  5205. }
  5206. },
  5207. "node_modules/global-prefix/node_modules/which": {
  5208. "version": "1.3.1",
  5209. "dev": true,
  5210. "license": "ISC",
  5211. "dependencies": {
  5212. "isexe": "^2.0.0"
  5213. },
  5214. "bin": {
  5215. "which": "bin/which"
  5216. }
  5217. },
  5218. "node_modules/globals": {
  5219. "version": "11.12.0",
  5220. "license": "MIT",
  5221. "engines": {
  5222. "node": ">=4"
  5223. }
  5224. },
  5225. "node_modules/globalthis": {
  5226. "version": "1.0.3",
  5227. "license": "MIT",
  5228. "dependencies": {
  5229. "define-properties": "^1.1.3"
  5230. },
  5231. "engines": {
  5232. "node": ">= 0.4"
  5233. },
  5234. "funding": {
  5235. "url": "https://github.com/sponsors/ljharb"
  5236. }
  5237. },
  5238. "node_modules/globby": {
  5239. "version": "11.1.0",
  5240. "dev": true,
  5241. "license": "MIT",
  5242. "dependencies": {
  5243. "array-union": "^2.1.0",
  5244. "dir-glob": "^3.0.1",
  5245. "fast-glob": "^3.2.9",
  5246. "ignore": "^5.2.0",
  5247. "merge2": "^1.4.1",
  5248. "slash": "^3.0.0"
  5249. },
  5250. "engines": {
  5251. "node": ">=10"
  5252. },
  5253. "funding": {
  5254. "url": "https://github.com/sponsors/sindresorhus"
  5255. }
  5256. },
  5257. "node_modules/gopd": {
  5258. "version": "1.0.1",
  5259. "license": "MIT",
  5260. "dependencies": {
  5261. "get-intrinsic": "^1.1.3"
  5262. },
  5263. "funding": {
  5264. "url": "https://github.com/sponsors/ljharb"
  5265. }
  5266. },
  5267. "node_modules/graceful-fs": {
  5268. "version": "4.2.11",
  5269. "license": "ISC"
  5270. },
  5271. "node_modules/graphemer": {
  5272. "version": "1.4.0",
  5273. "dev": true,
  5274. "license": "MIT"
  5275. },
  5276. "node_modules/handlebars": {
  5277. "version": "4.7.8",
  5278. "dev": true,
  5279. "license": "MIT",
  5280. "dependencies": {
  5281. "minimist": "^1.2.5",
  5282. "neo-async": "^2.6.2",
  5283. "source-map": "^0.6.1",
  5284. "wordwrap": "^1.0.0"
  5285. },
  5286. "bin": {
  5287. "handlebars": "bin/handlebars"
  5288. },
  5289. "engines": {
  5290. "node": ">=0.4.7"
  5291. },
  5292. "optionalDependencies": {
  5293. "uglify-js": "^3.1.4"
  5294. }
  5295. },
  5296. "node_modules/has": {
  5297. "version": "1.0.3",
  5298. "license": "MIT",
  5299. "dependencies": {
  5300. "function-bind": "^1.1.1"
  5301. },
  5302. "engines": {
  5303. "node": ">= 0.4.0"
  5304. }
  5305. },
  5306. "node_modules/has-ansi": {
  5307. "version": "2.0.0",
  5308. "license": "MIT",
  5309. "dependencies": {
  5310. "ansi-regex": "^2.0.0"
  5311. },
  5312. "engines": {
  5313. "node": ">=0.10.0"
  5314. }
  5315. },
  5316. "node_modules/has-ansi/node_modules/ansi-regex": {
  5317. "version": "2.1.1",
  5318. "license": "MIT",
  5319. "engines": {
  5320. "node": ">=0.10.0"
  5321. }
  5322. },
  5323. "node_modules/has-bigints": {
  5324. "version": "1.0.2",
  5325. "license": "MIT",
  5326. "funding": {
  5327. "url": "https://github.com/sponsors/ljharb"
  5328. }
  5329. },
  5330. "node_modules/has-flag": {
  5331. "version": "3.0.0",
  5332. "license": "MIT",
  5333. "engines": {
  5334. "node": ">=4"
  5335. }
  5336. },
  5337. "node_modules/has-property-descriptors": {
  5338. "version": "1.0.0",
  5339. "license": "MIT",
  5340. "dependencies": {
  5341. "get-intrinsic": "^1.1.1"
  5342. },
  5343. "funding": {
  5344. "url": "https://github.com/sponsors/ljharb"
  5345. }
  5346. },
  5347. "node_modules/has-proto": {
  5348. "version": "1.0.1",
  5349. "license": "MIT",
  5350. "engines": {
  5351. "node": ">= 0.4"
  5352. },
  5353. "funding": {
  5354. "url": "https://github.com/sponsors/ljharb"
  5355. }
  5356. },
  5357. "node_modules/has-symbols": {
  5358. "version": "1.0.3",
  5359. "license": "MIT",
  5360. "engines": {
  5361. "node": ">= 0.4"
  5362. },
  5363. "funding": {
  5364. "url": "https://github.com/sponsors/ljharb"
  5365. }
  5366. },
  5367. "node_modules/has-tostringtag": {
  5368. "version": "1.0.0",
  5369. "license": "MIT",
  5370. "dependencies": {
  5371. "has-symbols": "^1.0.2"
  5372. },
  5373. "engines": {
  5374. "node": ">= 0.4"
  5375. },
  5376. "funding": {
  5377. "url": "https://github.com/sponsors/ljharb"
  5378. }
  5379. },
  5380. "node_modules/he": {
  5381. "version": "1.2.0",
  5382. "dev": true,
  5383. "license": "MIT",
  5384. "bin": {
  5385. "he": "bin/he"
  5386. }
  5387. },
  5388. "node_modules/header-case": {
  5389. "version": "2.0.4",
  5390. "dev": true,
  5391. "license": "MIT",
  5392. "dependencies": {
  5393. "capital-case": "^1.0.4",
  5394. "tslib": "^2.0.3"
  5395. }
  5396. },
  5397. "node_modules/highlight.js": {
  5398. "version": "11.11.1",
  5399. "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.11.1.tgz",
  5400. "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==",
  5401. "engines": {
  5402. "node": ">=12.0.0"
  5403. }
  5404. },
  5405. "node_modules/homedir-polyfill": {
  5406. "version": "1.0.3",
  5407. "dev": true,
  5408. "license": "MIT",
  5409. "dependencies": {
  5410. "parse-passwd": "^1.0.0"
  5411. },
  5412. "engines": {
  5413. "node": ">=0.10.0"
  5414. }
  5415. },
  5416. "node_modules/html-tags": {
  5417. "version": "3.3.1",
  5418. "dev": true,
  5419. "license": "MIT",
  5420. "engines": {
  5421. "node": ">=8"
  5422. },
  5423. "funding": {
  5424. "url": "https://github.com/sponsors/sindresorhus"
  5425. }
  5426. },
  5427. "node_modules/html2canvas": {
  5428. "version": "1.4.1",
  5429. "license": "MIT",
  5430. "dependencies": {
  5431. "css-line-break": "^2.1.0",
  5432. "text-segmentation": "^1.0.3"
  5433. },
  5434. "engines": {
  5435. "node": ">=8.0.0"
  5436. }
  5437. },
  5438. "node_modules/human-signals": {
  5439. "version": "4.3.1",
  5440. "dev": true,
  5441. "license": "Apache-2.0",
  5442. "engines": {
  5443. "node": ">=14.18.0"
  5444. }
  5445. },
  5446. "node_modules/husky": {
  5447. "version": "8.0.3",
  5448. "dev": true,
  5449. "license": "MIT",
  5450. "bin": {
  5451. "husky": "lib/bin.js"
  5452. },
  5453. "engines": {
  5454. "node": ">=14"
  5455. },
  5456. "funding": {
  5457. "url": "https://github.com/sponsors/typicode"
  5458. }
  5459. },
  5460. "node_modules/iconv-lite": {
  5461. "version": "0.6.3",
  5462. "license": "MIT",
  5463. "dependencies": {
  5464. "safer-buffer": ">= 2.1.2 < 3.0.0"
  5465. },
  5466. "engines": {
  5467. "node": ">=0.10.0"
  5468. }
  5469. },
  5470. "node_modules/idb": {
  5471. "version": "7.1.1",
  5472. "license": "ISC"
  5473. },
  5474. "node_modules/ieee754": {
  5475. "version": "1.2.1",
  5476. "dev": true,
  5477. "funding": [
  5478. {
  5479. "type": "github",
  5480. "url": "https://github.com/sponsors/feross"
  5481. },
  5482. {
  5483. "type": "patreon",
  5484. "url": "https://www.patreon.com/feross"
  5485. },
  5486. {
  5487. "type": "consulting",
  5488. "url": "https://feross.org/support"
  5489. }
  5490. ],
  5491. "license": "BSD-3-Clause"
  5492. },
  5493. "node_modules/ignore": {
  5494. "version": "5.2.4",
  5495. "dev": true,
  5496. "license": "MIT",
  5497. "engines": {
  5498. "node": ">= 4"
  5499. }
  5500. },
  5501. "node_modules/image-size": {
  5502. "version": "0.5.5",
  5503. "license": "MIT",
  5504. "optional": true,
  5505. "bin": {
  5506. "image-size": "bin/image-size.js"
  5507. },
  5508. "engines": {
  5509. "node": ">=0.10.0"
  5510. }
  5511. },
  5512. "node_modules/immediate": {
  5513. "version": "3.0.6",
  5514. "license": "MIT"
  5515. },
  5516. "node_modules/import-fresh": {
  5517. "version": "3.3.0",
  5518. "dev": true,
  5519. "license": "MIT",
  5520. "dependencies": {
  5521. "parent-module": "^1.0.0",
  5522. "resolve-from": "^4.0.0"
  5523. },
  5524. "engines": {
  5525. "node": ">=6"
  5526. },
  5527. "funding": {
  5528. "url": "https://github.com/sponsors/sindresorhus"
  5529. }
  5530. },
  5531. "node_modules/imurmurhash": {
  5532. "version": "0.1.4",
  5533. "dev": true,
  5534. "license": "MIT",
  5535. "engines": {
  5536. "node": ">=0.8.19"
  5537. }
  5538. },
  5539. "node_modules/indent-string": {
  5540. "version": "4.0.0",
  5541. "dev": true,
  5542. "license": "MIT",
  5543. "engines": {
  5544. "node": ">=8"
  5545. }
  5546. },
  5547. "node_modules/individual": {
  5548. "version": "2.0.0"
  5549. },
  5550. "node_modules/inflight": {
  5551. "version": "1.0.6",
  5552. "license": "ISC",
  5553. "dependencies": {
  5554. "once": "^1.3.0",
  5555. "wrappy": "1"
  5556. }
  5557. },
  5558. "node_modules/inherits": {
  5559. "version": "2.0.4",
  5560. "license": "ISC"
  5561. },
  5562. "node_modules/ini": {
  5563. "version": "1.3.8",
  5564. "dev": true,
  5565. "license": "ISC"
  5566. },
  5567. "node_modules/inquirer": {
  5568. "version": "8.2.6",
  5569. "dev": true,
  5570. "license": "MIT",
  5571. "dependencies": {
  5572. "ansi-escapes": "^4.2.1",
  5573. "chalk": "^4.1.1",
  5574. "cli-cursor": "^3.1.0",
  5575. "cli-width": "^3.0.0",
  5576. "external-editor": "^3.0.3",
  5577. "figures": "^3.0.0",
  5578. "lodash": "^4.17.21",
  5579. "mute-stream": "0.0.8",
  5580. "ora": "^5.4.1",
  5581. "run-async": "^2.4.0",
  5582. "rxjs": "^7.5.5",
  5583. "string-width": "^4.1.0",
  5584. "strip-ansi": "^6.0.0",
  5585. "through": "^2.3.6",
  5586. "wrap-ansi": "^6.0.1"
  5587. },
  5588. "engines": {
  5589. "node": ">=12.0.0"
  5590. }
  5591. },
  5592. "node_modules/inquirer/node_modules/ansi-escapes": {
  5593. "version": "4.3.2",
  5594. "dev": true,
  5595. "license": "MIT",
  5596. "dependencies": {
  5597. "type-fest": "^0.21.3"
  5598. },
  5599. "engines": {
  5600. "node": ">=8"
  5601. },
  5602. "funding": {
  5603. "url": "https://github.com/sponsors/sindresorhus"
  5604. }
  5605. },
  5606. "node_modules/inquirer/node_modules/ansi-styles": {
  5607. "version": "4.3.0",
  5608. "dev": true,
  5609. "license": "MIT",
  5610. "dependencies": {
  5611. "color-convert": "^2.0.1"
  5612. },
  5613. "engines": {
  5614. "node": ">=8"
  5615. },
  5616. "funding": {
  5617. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5618. }
  5619. },
  5620. "node_modules/inquirer/node_modules/bl": {
  5621. "version": "4.1.0",
  5622. "dev": true,
  5623. "license": "MIT",
  5624. "dependencies": {
  5625. "buffer": "^5.5.0",
  5626. "inherits": "^2.0.4",
  5627. "readable-stream": "^3.4.0"
  5628. }
  5629. },
  5630. "node_modules/inquirer/node_modules/buffer": {
  5631. "version": "5.7.1",
  5632. "dev": true,
  5633. "funding": [
  5634. {
  5635. "type": "github",
  5636. "url": "https://github.com/sponsors/feross"
  5637. },
  5638. {
  5639. "type": "patreon",
  5640. "url": "https://www.patreon.com/feross"
  5641. },
  5642. {
  5643. "type": "consulting",
  5644. "url": "https://feross.org/support"
  5645. }
  5646. ],
  5647. "license": "MIT",
  5648. "dependencies": {
  5649. "base64-js": "^1.3.1",
  5650. "ieee754": "^1.1.13"
  5651. }
  5652. },
  5653. "node_modules/inquirer/node_modules/chalk": {
  5654. "version": "4.1.2",
  5655. "dev": true,
  5656. "license": "MIT",
  5657. "dependencies": {
  5658. "ansi-styles": "^4.1.0",
  5659. "supports-color": "^7.1.0"
  5660. },
  5661. "engines": {
  5662. "node": ">=10"
  5663. },
  5664. "funding": {
  5665. "url": "https://github.com/chalk/chalk?sponsor=1"
  5666. }
  5667. },
  5668. "node_modules/inquirer/node_modules/cli-cursor": {
  5669. "version": "3.1.0",
  5670. "dev": true,
  5671. "license": "MIT",
  5672. "dependencies": {
  5673. "restore-cursor": "^3.1.0"
  5674. },
  5675. "engines": {
  5676. "node": ">=8"
  5677. }
  5678. },
  5679. "node_modules/inquirer/node_modules/color-convert": {
  5680. "version": "2.0.1",
  5681. "dev": true,
  5682. "license": "MIT",
  5683. "dependencies": {
  5684. "color-name": "~1.1.4"
  5685. },
  5686. "engines": {
  5687. "node": ">=7.0.0"
  5688. }
  5689. },
  5690. "node_modules/inquirer/node_modules/color-name": {
  5691. "version": "1.1.4",
  5692. "dev": true,
  5693. "license": "MIT"
  5694. },
  5695. "node_modules/inquirer/node_modules/emoji-regex": {
  5696. "version": "8.0.0",
  5697. "dev": true,
  5698. "license": "MIT"
  5699. },
  5700. "node_modules/inquirer/node_modules/has-flag": {
  5701. "version": "4.0.0",
  5702. "dev": true,
  5703. "license": "MIT",
  5704. "engines": {
  5705. "node": ">=8"
  5706. }
  5707. },
  5708. "node_modules/inquirer/node_modules/is-fullwidth-code-point": {
  5709. "version": "3.0.0",
  5710. "dev": true,
  5711. "license": "MIT",
  5712. "engines": {
  5713. "node": ">=8"
  5714. }
  5715. },
  5716. "node_modules/inquirer/node_modules/is-interactive": {
  5717. "version": "1.0.0",
  5718. "dev": true,
  5719. "license": "MIT",
  5720. "engines": {
  5721. "node": ">=8"
  5722. }
  5723. },
  5724. "node_modules/inquirer/node_modules/is-unicode-supported": {
  5725. "version": "0.1.0",
  5726. "dev": true,
  5727. "license": "MIT",
  5728. "engines": {
  5729. "node": ">=10"
  5730. },
  5731. "funding": {
  5732. "url": "https://github.com/sponsors/sindresorhus"
  5733. }
  5734. },
  5735. "node_modules/inquirer/node_modules/log-symbols": {
  5736. "version": "4.1.0",
  5737. "dev": true,
  5738. "license": "MIT",
  5739. "dependencies": {
  5740. "chalk": "^4.1.0",
  5741. "is-unicode-supported": "^0.1.0"
  5742. },
  5743. "engines": {
  5744. "node": ">=10"
  5745. },
  5746. "funding": {
  5747. "url": "https://github.com/sponsors/sindresorhus"
  5748. }
  5749. },
  5750. "node_modules/inquirer/node_modules/mimic-fn": {
  5751. "version": "2.1.0",
  5752. "dev": true,
  5753. "license": "MIT",
  5754. "engines": {
  5755. "node": ">=6"
  5756. }
  5757. },
  5758. "node_modules/inquirer/node_modules/onetime": {
  5759. "version": "5.1.2",
  5760. "dev": true,
  5761. "license": "MIT",
  5762. "dependencies": {
  5763. "mimic-fn": "^2.1.0"
  5764. },
  5765. "engines": {
  5766. "node": ">=6"
  5767. },
  5768. "funding": {
  5769. "url": "https://github.com/sponsors/sindresorhus"
  5770. }
  5771. },
  5772. "node_modules/inquirer/node_modules/ora": {
  5773. "version": "5.4.1",
  5774. "dev": true,
  5775. "license": "MIT",
  5776. "dependencies": {
  5777. "bl": "^4.1.0",
  5778. "chalk": "^4.1.0",
  5779. "cli-cursor": "^3.1.0",
  5780. "cli-spinners": "^2.5.0",
  5781. "is-interactive": "^1.0.0",
  5782. "is-unicode-supported": "^0.1.0",
  5783. "log-symbols": "^4.1.0",
  5784. "strip-ansi": "^6.0.0",
  5785. "wcwidth": "^1.0.1"
  5786. },
  5787. "engines": {
  5788. "node": ">=10"
  5789. },
  5790. "funding": {
  5791. "url": "https://github.com/sponsors/sindresorhus"
  5792. }
  5793. },
  5794. "node_modules/inquirer/node_modules/restore-cursor": {
  5795. "version": "3.1.0",
  5796. "dev": true,
  5797. "license": "MIT",
  5798. "dependencies": {
  5799. "onetime": "^5.1.0",
  5800. "signal-exit": "^3.0.2"
  5801. },
  5802. "engines": {
  5803. "node": ">=8"
  5804. }
  5805. },
  5806. "node_modules/inquirer/node_modules/string-width": {
  5807. "version": "4.2.3",
  5808. "dev": true,
  5809. "license": "MIT",
  5810. "dependencies": {
  5811. "emoji-regex": "^8.0.0",
  5812. "is-fullwidth-code-point": "^3.0.0",
  5813. "strip-ansi": "^6.0.1"
  5814. },
  5815. "engines": {
  5816. "node": ">=8"
  5817. }
  5818. },
  5819. "node_modules/inquirer/node_modules/supports-color": {
  5820. "version": "7.2.0",
  5821. "dev": true,
  5822. "license": "MIT",
  5823. "dependencies": {
  5824. "has-flag": "^4.0.0"
  5825. },
  5826. "engines": {
  5827. "node": ">=8"
  5828. }
  5829. },
  5830. "node_modules/inquirer/node_modules/type-fest": {
  5831. "version": "0.21.3",
  5832. "dev": true,
  5833. "license": "(MIT OR CC0-1.0)",
  5834. "engines": {
  5835. "node": ">=10"
  5836. },
  5837. "funding": {
  5838. "url": "https://github.com/sponsors/sindresorhus"
  5839. }
  5840. },
  5841. "node_modules/inquirer/node_modules/wrap-ansi": {
  5842. "version": "6.2.0",
  5843. "dev": true,
  5844. "license": "MIT",
  5845. "dependencies": {
  5846. "ansi-styles": "^4.0.0",
  5847. "string-width": "^4.1.0",
  5848. "strip-ansi": "^6.0.0"
  5849. },
  5850. "engines": {
  5851. "node": ">=8"
  5852. }
  5853. },
  5854. "node_modules/internal-slot": {
  5855. "version": "1.0.5",
  5856. "license": "MIT",
  5857. "dependencies": {
  5858. "get-intrinsic": "^1.2.0",
  5859. "has": "^1.0.3",
  5860. "side-channel": "^1.0.4"
  5861. },
  5862. "engines": {
  5863. "node": ">= 0.4"
  5864. }
  5865. },
  5866. "node_modules/interpret": {
  5867. "version": "2.2.0",
  5868. "dev": true,
  5869. "license": "MIT",
  5870. "engines": {
  5871. "node": ">= 0.10"
  5872. }
  5873. },
  5874. "node_modules/is-absolute": {
  5875. "version": "1.0.0",
  5876. "dev": true,
  5877. "license": "MIT",
  5878. "dependencies": {
  5879. "is-relative": "^1.0.0",
  5880. "is-windows": "^1.0.1"
  5881. },
  5882. "engines": {
  5883. "node": ">=0.10.0"
  5884. }
  5885. },
  5886. "node_modules/is-array-buffer": {
  5887. "version": "3.0.2",
  5888. "license": "MIT",
  5889. "dependencies": {
  5890. "call-bind": "^1.0.2",
  5891. "get-intrinsic": "^1.2.0",
  5892. "is-typed-array": "^1.1.10"
  5893. },
  5894. "funding": {
  5895. "url": "https://github.com/sponsors/ljharb"
  5896. }
  5897. },
  5898. "node_modules/is-bigint": {
  5899. "version": "1.0.4",
  5900. "license": "MIT",
  5901. "dependencies": {
  5902. "has-bigints": "^1.0.1"
  5903. },
  5904. "funding": {
  5905. "url": "https://github.com/sponsors/ljharb"
  5906. }
  5907. },
  5908. "node_modules/is-binary-path": {
  5909. "version": "2.1.0",
  5910. "dev": true,
  5911. "license": "MIT",
  5912. "dependencies": {
  5913. "binary-extensions": "^2.0.0"
  5914. },
  5915. "engines": {
  5916. "node": ">=8"
  5917. }
  5918. },
  5919. "node_modules/is-boolean-object": {
  5920. "version": "1.1.2",
  5921. "license": "MIT",
  5922. "dependencies": {
  5923. "call-bind": "^1.0.2",
  5924. "has-tostringtag": "^1.0.0"
  5925. },
  5926. "engines": {
  5927. "node": ">= 0.4"
  5928. },
  5929. "funding": {
  5930. "url": "https://github.com/sponsors/ljharb"
  5931. }
  5932. },
  5933. "node_modules/is-buffer": {
  5934. "version": "1.1.6",
  5935. "license": "MIT"
  5936. },
  5937. "node_modules/is-callable": {
  5938. "version": "1.2.7",
  5939. "license": "MIT",
  5940. "engines": {
  5941. "node": ">= 0.4"
  5942. },
  5943. "funding": {
  5944. "url": "https://github.com/sponsors/ljharb"
  5945. }
  5946. },
  5947. "node_modules/is-ci": {
  5948. "version": "1.2.1",
  5949. "dev": true,
  5950. "license": "MIT",
  5951. "dependencies": {
  5952. "ci-info": "^1.5.0"
  5953. },
  5954. "bin": {
  5955. "is-ci": "bin.js"
  5956. }
  5957. },
  5958. "node_modules/is-core-module": {
  5959. "version": "2.13.0",
  5960. "license": "MIT",
  5961. "dependencies": {
  5962. "has": "^1.0.3"
  5963. },
  5964. "funding": {
  5965. "url": "https://github.com/sponsors/ljharb"
  5966. }
  5967. },
  5968. "node_modules/is-date-object": {
  5969. "version": "1.0.5",
  5970. "license": "MIT",
  5971. "dependencies": {
  5972. "has-tostringtag": "^1.0.0"
  5973. },
  5974. "engines": {
  5975. "node": ">= 0.4"
  5976. },
  5977. "funding": {
  5978. "url": "https://github.com/sponsors/ljharb"
  5979. }
  5980. },
  5981. "node_modules/is-extglob": {
  5982. "version": "2.1.1",
  5983. "license": "MIT",
  5984. "engines": {
  5985. "node": ">=0.10.0"
  5986. }
  5987. },
  5988. "node_modules/is-fullwidth-code-point": {
  5989. "version": "4.0.0",
  5990. "dev": true,
  5991. "license": "MIT",
  5992. "engines": {
  5993. "node": ">=12"
  5994. },
  5995. "funding": {
  5996. "url": "https://github.com/sponsors/sindresorhus"
  5997. }
  5998. },
  5999. "node_modules/is-function": {
  6000. "version": "1.0.2",
  6001. "license": "MIT"
  6002. },
  6003. "node_modules/is-glob": {
  6004. "version": "4.0.3",
  6005. "license": "MIT",
  6006. "dependencies": {
  6007. "is-extglob": "^2.1.1"
  6008. },
  6009. "engines": {
  6010. "node": ">=0.10.0"
  6011. }
  6012. },
  6013. "node_modules/is-interactive": {
  6014. "version": "2.0.0",
  6015. "dev": true,
  6016. "license": "MIT",
  6017. "engines": {
  6018. "node": ">=12"
  6019. },
  6020. "funding": {
  6021. "url": "https://github.com/sponsors/sindresorhus"
  6022. }
  6023. },
  6024. "node_modules/is-module": {
  6025. "version": "1.0.0",
  6026. "license": "MIT"
  6027. },
  6028. "node_modules/is-negative-zero": {
  6029. "version": "2.0.2",
  6030. "license": "MIT",
  6031. "engines": {
  6032. "node": ">= 0.4"
  6033. },
  6034. "funding": {
  6035. "url": "https://github.com/sponsors/ljharb"
  6036. }
  6037. },
  6038. "node_modules/is-number": {
  6039. "version": "7.0.0",
  6040. "license": "MIT",
  6041. "engines": {
  6042. "node": ">=0.12.0"
  6043. }
  6044. },
  6045. "node_modules/is-number-object": {
  6046. "version": "1.0.7",
  6047. "license": "MIT",
  6048. "dependencies": {
  6049. "has-tostringtag": "^1.0.0"
  6050. },
  6051. "engines": {
  6052. "node": ">= 0.4"
  6053. },
  6054. "funding": {
  6055. "url": "https://github.com/sponsors/ljharb"
  6056. }
  6057. },
  6058. "node_modules/is-obj": {
  6059. "version": "1.0.1",
  6060. "license": "MIT",
  6061. "engines": {
  6062. "node": ">=0.10.0"
  6063. }
  6064. },
  6065. "node_modules/is-path-cwd": {
  6066. "version": "2.2.0",
  6067. "dev": true,
  6068. "license": "MIT",
  6069. "engines": {
  6070. "node": ">=6"
  6071. }
  6072. },
  6073. "node_modules/is-path-inside": {
  6074. "version": "3.0.3",
  6075. "dev": true,
  6076. "license": "MIT",
  6077. "engines": {
  6078. "node": ">=8"
  6079. }
  6080. },
  6081. "node_modules/is-plain-object": {
  6082. "version": "5.0.0",
  6083. "dev": true,
  6084. "license": "MIT",
  6085. "engines": {
  6086. "node": ">=0.10.0"
  6087. }
  6088. },
  6089. "node_modules/is-regex": {
  6090. "version": "1.1.4",
  6091. "license": "MIT",
  6092. "dependencies": {
  6093. "call-bind": "^1.0.2",
  6094. "has-tostringtag": "^1.0.0"
  6095. },
  6096. "engines": {
  6097. "node": ">= 0.4"
  6098. },
  6099. "funding": {
  6100. "url": "https://github.com/sponsors/ljharb"
  6101. }
  6102. },
  6103. "node_modules/is-regexp": {
  6104. "version": "1.0.0",
  6105. "license": "MIT",
  6106. "engines": {
  6107. "node": ">=0.10.0"
  6108. }
  6109. },
  6110. "node_modules/is-relative": {
  6111. "version": "1.0.0",
  6112. "dev": true,
  6113. "license": "MIT",
  6114. "dependencies": {
  6115. "is-unc-path": "^1.0.0"
  6116. },
  6117. "engines": {
  6118. "node": ">=0.10.0"
  6119. }
  6120. },
  6121. "node_modules/is-shared-array-buffer": {
  6122. "version": "1.0.2",
  6123. "license": "MIT",
  6124. "dependencies": {
  6125. "call-bind": "^1.0.2"
  6126. },
  6127. "funding": {
  6128. "url": "https://github.com/sponsors/ljharb"
  6129. }
  6130. },
  6131. "node_modules/is-stream": {
  6132. "version": "3.0.0",
  6133. "dev": true,
  6134. "license": "MIT",
  6135. "engines": {
  6136. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6137. },
  6138. "funding": {
  6139. "url": "https://github.com/sponsors/sindresorhus"
  6140. }
  6141. },
  6142. "node_modules/is-string": {
  6143. "version": "1.0.7",
  6144. "license": "MIT",
  6145. "dependencies": {
  6146. "has-tostringtag": "^1.0.0"
  6147. },
  6148. "engines": {
  6149. "node": ">= 0.4"
  6150. },
  6151. "funding": {
  6152. "url": "https://github.com/sponsors/ljharb"
  6153. }
  6154. },
  6155. "node_modules/is-symbol": {
  6156. "version": "1.0.4",
  6157. "license": "MIT",
  6158. "dependencies": {
  6159. "has-symbols": "^1.0.2"
  6160. },
  6161. "engines": {
  6162. "node": ">= 0.4"
  6163. },
  6164. "funding": {
  6165. "url": "https://github.com/sponsors/ljharb"
  6166. }
  6167. },
  6168. "node_modules/is-typed-array": {
  6169. "version": "1.1.12",
  6170. "license": "MIT",
  6171. "dependencies": {
  6172. "which-typed-array": "^1.1.11"
  6173. },
  6174. "engines": {
  6175. "node": ">= 0.4"
  6176. },
  6177. "funding": {
  6178. "url": "https://github.com/sponsors/ljharb"
  6179. }
  6180. },
  6181. "node_modules/is-unc-path": {
  6182. "version": "1.0.0",
  6183. "dev": true,
  6184. "license": "MIT",
  6185. "dependencies": {
  6186. "unc-path-regex": "^0.1.2"
  6187. },
  6188. "engines": {
  6189. "node": ">=0.10.0"
  6190. }
  6191. },
  6192. "node_modules/is-unicode-supported": {
  6193. "version": "1.3.0",
  6194. "dev": true,
  6195. "license": "MIT",
  6196. "engines": {
  6197. "node": ">=12"
  6198. },
  6199. "funding": {
  6200. "url": "https://github.com/sponsors/sindresorhus"
  6201. }
  6202. },
  6203. "node_modules/is-weakref": {
  6204. "version": "1.0.2",
  6205. "license": "MIT",
  6206. "dependencies": {
  6207. "call-bind": "^1.0.2"
  6208. },
  6209. "funding": {
  6210. "url": "https://github.com/sponsors/ljharb"
  6211. }
  6212. },
  6213. "node_modules/is-what": {
  6214. "version": "3.14.1",
  6215. "devOptional": true,
  6216. "license": "MIT"
  6217. },
  6218. "node_modules/is-windows": {
  6219. "version": "1.0.2",
  6220. "dev": true,
  6221. "license": "MIT",
  6222. "engines": {
  6223. "node": ">=0.10.0"
  6224. }
  6225. },
  6226. "node_modules/isarray": {
  6227. "version": "2.0.5",
  6228. "license": "MIT"
  6229. },
  6230. "node_modules/isbinaryfile": {
  6231. "version": "4.0.10",
  6232. "dev": true,
  6233. "license": "MIT",
  6234. "engines": {
  6235. "node": ">= 8.0.0"
  6236. },
  6237. "funding": {
  6238. "url": "https://github.com/sponsors/gjtorikian/"
  6239. }
  6240. },
  6241. "node_modules/isexe": {
  6242. "version": "2.0.0",
  6243. "dev": true,
  6244. "license": "ISC"
  6245. },
  6246. "node_modules/isobject": {
  6247. "version": "3.0.1",
  6248. "dev": true,
  6249. "license": "MIT",
  6250. "engines": {
  6251. "node": ">=0.10.0"
  6252. }
  6253. },
  6254. "node_modules/isomorphic-fetch": {
  6255. "version": "2.2.1",
  6256. "license": "MIT",
  6257. "dependencies": {
  6258. "node-fetch": "^1.0.1",
  6259. "whatwg-fetch": ">=0.10.0"
  6260. }
  6261. },
  6262. "node_modules/jake": {
  6263. "version": "10.8.7",
  6264. "license": "Apache-2.0",
  6265. "dependencies": {
  6266. "async": "^3.2.3",
  6267. "chalk": "^4.0.2",
  6268. "filelist": "^1.0.4",
  6269. "minimatch": "^3.1.2"
  6270. },
  6271. "bin": {
  6272. "jake": "bin/cli.js"
  6273. },
  6274. "engines": {
  6275. "node": ">=10"
  6276. }
  6277. },
  6278. "node_modules/jake/node_modules/ansi-styles": {
  6279. "version": "4.3.0",
  6280. "license": "MIT",
  6281. "dependencies": {
  6282. "color-convert": "^2.0.1"
  6283. },
  6284. "engines": {
  6285. "node": ">=8"
  6286. },
  6287. "funding": {
  6288. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  6289. }
  6290. },
  6291. "node_modules/jake/node_modules/chalk": {
  6292. "version": "4.1.2",
  6293. "license": "MIT",
  6294. "dependencies": {
  6295. "ansi-styles": "^4.1.0",
  6296. "supports-color": "^7.1.0"
  6297. },
  6298. "engines": {
  6299. "node": ">=10"
  6300. },
  6301. "funding": {
  6302. "url": "https://github.com/chalk/chalk?sponsor=1"
  6303. }
  6304. },
  6305. "node_modules/jake/node_modules/color-convert": {
  6306. "version": "2.0.1",
  6307. "license": "MIT",
  6308. "dependencies": {
  6309. "color-name": "~1.1.4"
  6310. },
  6311. "engines": {
  6312. "node": ">=7.0.0"
  6313. }
  6314. },
  6315. "node_modules/jake/node_modules/color-name": {
  6316. "version": "1.1.4",
  6317. "license": "MIT"
  6318. },
  6319. "node_modules/jake/node_modules/has-flag": {
  6320. "version": "4.0.0",
  6321. "license": "MIT",
  6322. "engines": {
  6323. "node": ">=8"
  6324. }
  6325. },
  6326. "node_modules/jake/node_modules/supports-color": {
  6327. "version": "7.2.0",
  6328. "license": "MIT",
  6329. "dependencies": {
  6330. "has-flag": "^4.0.0"
  6331. },
  6332. "engines": {
  6333. "node": ">=8"
  6334. }
  6335. },
  6336. "node_modules/jest-worker": {
  6337. "version": "26.6.2",
  6338. "license": "MIT",
  6339. "dependencies": {
  6340. "@types/node": "*",
  6341. "merge-stream": "^2.0.0",
  6342. "supports-color": "^7.0.0"
  6343. },
  6344. "engines": {
  6345. "node": ">= 10.13.0"
  6346. }
  6347. },
  6348. "node_modules/jest-worker/node_modules/has-flag": {
  6349. "version": "4.0.0",
  6350. "license": "MIT",
  6351. "engines": {
  6352. "node": ">=8"
  6353. }
  6354. },
  6355. "node_modules/jest-worker/node_modules/supports-color": {
  6356. "version": "7.2.0",
  6357. "license": "MIT",
  6358. "dependencies": {
  6359. "has-flag": "^4.0.0"
  6360. },
  6361. "engines": {
  6362. "node": ">=8"
  6363. }
  6364. },
  6365. "node_modules/js-base64": {
  6366. "version": "2.6.4",
  6367. "license": "BSD-3-Clause"
  6368. },
  6369. "node_modules/js-binary-schema-parser": {
  6370. "version": "2.0.3",
  6371. "license": "MIT"
  6372. },
  6373. "node_modules/js-tokens": {
  6374. "version": "4.0.0",
  6375. "license": "MIT"
  6376. },
  6377. "node_modules/js-yaml": {
  6378. "version": "4.1.0",
  6379. "dev": true,
  6380. "license": "MIT",
  6381. "dependencies": {
  6382. "argparse": "^2.0.1"
  6383. },
  6384. "bin": {
  6385. "js-yaml": "bin/js-yaml.js"
  6386. }
  6387. },
  6388. "node_modules/jsencrypt": {
  6389. "version": "3.3.2",
  6390. "license": "MIT"
  6391. },
  6392. "node_modules/jsesc": {
  6393. "version": "2.5.2",
  6394. "license": "MIT",
  6395. "bin": {
  6396. "jsesc": "bin/jsesc"
  6397. },
  6398. "engines": {
  6399. "node": ">=4"
  6400. }
  6401. },
  6402. "node_modules/json-schema": {
  6403. "version": "0.4.0",
  6404. "license": "(AFL-2.1 OR BSD-3-Clause)"
  6405. },
  6406. "node_modules/json-schema-traverse": {
  6407. "version": "1.0.0",
  6408. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  6409. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  6410. },
  6411. "node_modules/json-stable-stringify-without-jsonify": {
  6412. "version": "1.0.1",
  6413. "dev": true,
  6414. "license": "MIT"
  6415. },
  6416. "node_modules/json5": {
  6417. "version": "2.2.3",
  6418. "license": "MIT",
  6419. "bin": {
  6420. "json5": "lib/cli.js"
  6421. },
  6422. "engines": {
  6423. "node": ">=6"
  6424. }
  6425. },
  6426. "node_modules/jsonfile": {
  6427. "version": "2.4.0",
  6428. "license": "MIT",
  6429. "optionalDependencies": {
  6430. "graceful-fs": "^4.1.6"
  6431. }
  6432. },
  6433. "node_modules/jsonpointer": {
  6434. "version": "5.0.1",
  6435. "license": "MIT",
  6436. "engines": {
  6437. "node": ">=0.10.0"
  6438. }
  6439. },
  6440. "node_modules/jszip": {
  6441. "version": "3.10.1",
  6442. "license": "(MIT OR GPL-3.0-or-later)",
  6443. "dependencies": {
  6444. "lie": "~3.3.0",
  6445. "pako": "~1.0.2",
  6446. "readable-stream": "~2.3.6",
  6447. "setimmediate": "^1.0.5"
  6448. }
  6449. },
  6450. "node_modules/jszip/node_modules/isarray": {
  6451. "version": "1.0.0",
  6452. "license": "MIT"
  6453. },
  6454. "node_modules/jszip/node_modules/readable-stream": {
  6455. "version": "2.3.8",
  6456. "license": "MIT",
  6457. "dependencies": {
  6458. "core-util-is": "~1.0.0",
  6459. "inherits": "~2.0.3",
  6460. "isarray": "~1.0.0",
  6461. "process-nextick-args": "~2.0.0",
  6462. "safe-buffer": "~5.1.1",
  6463. "string_decoder": "~1.1.1",
  6464. "util-deprecate": "~1.0.1"
  6465. }
  6466. },
  6467. "node_modules/jszip/node_modules/safe-buffer": {
  6468. "version": "5.1.2",
  6469. "license": "MIT"
  6470. },
  6471. "node_modules/jszip/node_modules/string_decoder": {
  6472. "version": "1.1.1",
  6473. "license": "MIT",
  6474. "dependencies": {
  6475. "safe-buffer": "~5.1.0"
  6476. }
  6477. },
  6478. "node_modules/keycode": {
  6479. "version": "2.2.1",
  6480. "license": "MIT"
  6481. },
  6482. "node_modules/keycon": {
  6483. "version": "1.4.0",
  6484. "license": "MIT",
  6485. "dependencies": {
  6486. "@cfcs/core": "^0.0.6",
  6487. "@daybrush/utils": "^1.7.1",
  6488. "@scena/event-emitter": "^1.0.2",
  6489. "keycode": "^2.2.0"
  6490. }
  6491. },
  6492. "node_modules/kind-of": {
  6493. "version": "6.0.3",
  6494. "dev": true,
  6495. "license": "MIT",
  6496. "engines": {
  6497. "node": ">=0.10.0"
  6498. }
  6499. },
  6500. "node_modules/less": {
  6501. "version": "4.2.0",
  6502. "devOptional": true,
  6503. "license": "Apache-2.0",
  6504. "dependencies": {
  6505. "copy-anything": "^2.0.1",
  6506. "parse-node-version": "^1.0.1",
  6507. "tslib": "^2.3.0"
  6508. },
  6509. "bin": {
  6510. "lessc": "bin/lessc"
  6511. },
  6512. "engines": {
  6513. "node": ">=6"
  6514. },
  6515. "optionalDependencies": {
  6516. "errno": "^0.1.1",
  6517. "graceful-fs": "^4.1.2",
  6518. "image-size": "~0.5.0",
  6519. "make-dir": "^2.1.0",
  6520. "mime": "^1.4.1",
  6521. "needle": "^3.1.0",
  6522. "source-map": "~0.6.0"
  6523. }
  6524. },
  6525. "node_modules/leven": {
  6526. "version": "3.1.0",
  6527. "license": "MIT",
  6528. "engines": {
  6529. "node": ">=6"
  6530. }
  6531. },
  6532. "node_modules/levn": {
  6533. "version": "0.4.1",
  6534. "dev": true,
  6535. "license": "MIT",
  6536. "dependencies": {
  6537. "prelude-ls": "^1.2.1",
  6538. "type-check": "~0.4.0"
  6539. },
  6540. "engines": {
  6541. "node": ">= 0.8.0"
  6542. }
  6543. },
  6544. "node_modules/lib-flexible": {
  6545. "version": "0.3.2",
  6546. "license": "ISC"
  6547. },
  6548. "node_modules/lie": {
  6549. "version": "3.3.0",
  6550. "license": "MIT",
  6551. "dependencies": {
  6552. "immediate": "~3.0.5"
  6553. }
  6554. },
  6555. "node_modules/liftoff": {
  6556. "version": "4.0.0",
  6557. "dev": true,
  6558. "license": "MIT",
  6559. "dependencies": {
  6560. "extend": "^3.0.2",
  6561. "findup-sync": "^5.0.0",
  6562. "fined": "^2.0.0",
  6563. "flagged-respawn": "^2.0.0",
  6564. "is-plain-object": "^5.0.0",
  6565. "object.map": "^1.0.1",
  6566. "rechoir": "^0.8.0",
  6567. "resolve": "^1.20.0"
  6568. },
  6569. "engines": {
  6570. "node": ">=10.13.0"
  6571. }
  6572. },
  6573. "node_modules/lilconfig": {
  6574. "version": "2.1.0",
  6575. "dev": true,
  6576. "license": "MIT",
  6577. "engines": {
  6578. "node": ">=10"
  6579. }
  6580. },
  6581. "node_modules/lint-staged": {
  6582. "version": "13.3.0",
  6583. "dev": true,
  6584. "license": "MIT",
  6585. "dependencies": {
  6586. "chalk": "5.3.0",
  6587. "commander": "11.0.0",
  6588. "debug": "4.3.4",
  6589. "execa": "7.2.0",
  6590. "lilconfig": "2.1.0",
  6591. "listr2": "6.6.1",
  6592. "micromatch": "4.0.5",
  6593. "pidtree": "0.6.0",
  6594. "string-argv": "0.3.2",
  6595. "yaml": "2.3.1"
  6596. },
  6597. "bin": {
  6598. "lint-staged": "bin/lint-staged.js"
  6599. },
  6600. "engines": {
  6601. "node": "^16.14.0 || >=18.0.0"
  6602. },
  6603. "funding": {
  6604. "url": "https://opencollective.com/lint-staged"
  6605. }
  6606. },
  6607. "node_modules/lint-staged/node_modules/chalk": {
  6608. "version": "5.3.0",
  6609. "dev": true,
  6610. "license": "MIT",
  6611. "engines": {
  6612. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  6613. },
  6614. "funding": {
  6615. "url": "https://github.com/chalk/chalk?sponsor=1"
  6616. }
  6617. },
  6618. "node_modules/listr2": {
  6619. "version": "6.6.1",
  6620. "dev": true,
  6621. "license": "MIT",
  6622. "dependencies": {
  6623. "cli-truncate": "^3.1.0",
  6624. "colorette": "^2.0.20",
  6625. "eventemitter3": "^5.0.1",
  6626. "log-update": "^5.0.1",
  6627. "rfdc": "^1.3.0",
  6628. "wrap-ansi": "^8.1.0"
  6629. },
  6630. "engines": {
  6631. "node": ">=16.0.0"
  6632. },
  6633. "peerDependencies": {
  6634. "enquirer": ">= 2.3.0 < 3"
  6635. },
  6636. "peerDependenciesMeta": {
  6637. "enquirer": {
  6638. "optional": true
  6639. }
  6640. }
  6641. },
  6642. "node_modules/loader-utils": {
  6643. "version": "1.4.2",
  6644. "license": "MIT",
  6645. "dependencies": {
  6646. "big.js": "^5.2.2",
  6647. "emojis-list": "^3.0.0",
  6648. "json5": "^1.0.1"
  6649. },
  6650. "engines": {
  6651. "node": ">=4.0.0"
  6652. }
  6653. },
  6654. "node_modules/loader-utils/node_modules/json5": {
  6655. "version": "1.0.2",
  6656. "license": "MIT",
  6657. "dependencies": {
  6658. "minimist": "^1.2.0"
  6659. },
  6660. "bin": {
  6661. "json5": "lib/cli.js"
  6662. }
  6663. },
  6664. "node_modules/loadjs": {
  6665. "version": "4.2.0",
  6666. "license": "MIT"
  6667. },
  6668. "node_modules/local-pkg": {
  6669. "version": "0.4.3",
  6670. "dev": true,
  6671. "license": "MIT",
  6672. "engines": {
  6673. "node": ">=14"
  6674. },
  6675. "funding": {
  6676. "url": "https://github.com/sponsors/antfu"
  6677. }
  6678. },
  6679. "node_modules/locate-path": {
  6680. "version": "6.0.0",
  6681. "dev": true,
  6682. "license": "MIT",
  6683. "dependencies": {
  6684. "p-locate": "^5.0.0"
  6685. },
  6686. "engines": {
  6687. "node": ">=10"
  6688. },
  6689. "funding": {
  6690. "url": "https://github.com/sponsors/sindresorhus"
  6691. }
  6692. },
  6693. "node_modules/lodash": {
  6694. "version": "4.17.21",
  6695. "license": "MIT"
  6696. },
  6697. "node_modules/lodash-es": {
  6698. "version": "4.17.21",
  6699. "license": "MIT"
  6700. },
  6701. "node_modules/lodash.debounce": {
  6702. "version": "4.0.8",
  6703. "license": "MIT"
  6704. },
  6705. "node_modules/lodash.get": {
  6706. "version": "4.4.2",
  6707. "dev": true,
  6708. "license": "MIT"
  6709. },
  6710. "node_modules/lodash.isempty": {
  6711. "version": "4.4.0",
  6712. "license": "MIT"
  6713. },
  6714. "node_modules/lodash.isplainobject": {
  6715. "version": "4.0.6",
  6716. "license": "MIT"
  6717. },
  6718. "node_modules/lodash.merge": {
  6719. "version": "4.6.2",
  6720. "dev": true,
  6721. "license": "MIT"
  6722. },
  6723. "node_modules/lodash.sortby": {
  6724. "version": "4.7.0",
  6725. "license": "MIT"
  6726. },
  6727. "node_modules/lodash.transform": {
  6728. "version": "4.6.0",
  6729. "license": "MIT"
  6730. },
  6731. "node_modules/log-symbols": {
  6732. "version": "5.1.0",
  6733. "dev": true,
  6734. "license": "MIT",
  6735. "dependencies": {
  6736. "chalk": "^5.0.0",
  6737. "is-unicode-supported": "^1.1.0"
  6738. },
  6739. "engines": {
  6740. "node": ">=12"
  6741. },
  6742. "funding": {
  6743. "url": "https://github.com/sponsors/sindresorhus"
  6744. }
  6745. },
  6746. "node_modules/log-symbols/node_modules/chalk": {
  6747. "version": "5.3.0",
  6748. "dev": true,
  6749. "license": "MIT",
  6750. "engines": {
  6751. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  6752. },
  6753. "funding": {
  6754. "url": "https://github.com/chalk/chalk?sponsor=1"
  6755. }
  6756. },
  6757. "node_modules/log-update": {
  6758. "version": "5.0.1",
  6759. "dev": true,
  6760. "license": "MIT",
  6761. "dependencies": {
  6762. "ansi-escapes": "^5.0.0",
  6763. "cli-cursor": "^4.0.0",
  6764. "slice-ansi": "^5.0.0",
  6765. "strip-ansi": "^7.0.1",
  6766. "wrap-ansi": "^8.0.1"
  6767. },
  6768. "engines": {
  6769. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6770. },
  6771. "funding": {
  6772. "url": "https://github.com/sponsors/sindresorhus"
  6773. }
  6774. },
  6775. "node_modules/log-update/node_modules/ansi-regex": {
  6776. "version": "6.0.1",
  6777. "dev": true,
  6778. "license": "MIT",
  6779. "engines": {
  6780. "node": ">=12"
  6781. },
  6782. "funding": {
  6783. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  6784. }
  6785. },
  6786. "node_modules/log-update/node_modules/strip-ansi": {
  6787. "version": "7.1.0",
  6788. "dev": true,
  6789. "license": "MIT",
  6790. "dependencies": {
  6791. "ansi-regex": "^6.0.1"
  6792. },
  6793. "engines": {
  6794. "node": ">=12"
  6795. },
  6796. "funding": {
  6797. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  6798. }
  6799. },
  6800. "node_modules/lottie-web": {
  6801. "version": "5.12.2",
  6802. "license": "MIT"
  6803. },
  6804. "node_modules/lower-case": {
  6805. "version": "2.0.2",
  6806. "dev": true,
  6807. "license": "MIT",
  6808. "dependencies": {
  6809. "tslib": "^2.0.3"
  6810. }
  6811. },
  6812. "node_modules/lru-cache": {
  6813. "version": "5.1.1",
  6814. "license": "ISC",
  6815. "dependencies": {
  6816. "yallist": "^3.0.2"
  6817. }
  6818. },
  6819. "node_modules/magic-string": {
  6820. "version": "0.30.2",
  6821. "license": "MIT",
  6822. "dependencies": {
  6823. "@jridgewell/sourcemap-codec": "^1.4.15"
  6824. },
  6825. "engines": {
  6826. "node": ">=12"
  6827. }
  6828. },
  6829. "node_modules/make-dir": {
  6830. "version": "2.1.0",
  6831. "license": "MIT",
  6832. "optional": true,
  6833. "dependencies": {
  6834. "pify": "^4.0.1",
  6835. "semver": "^5.6.0"
  6836. },
  6837. "engines": {
  6838. "node": ">=6"
  6839. }
  6840. },
  6841. "node_modules/make-dir/node_modules/semver": {
  6842. "version": "5.7.2",
  6843. "license": "ISC",
  6844. "optional": true,
  6845. "bin": {
  6846. "semver": "bin/semver"
  6847. }
  6848. },
  6849. "node_modules/make-iterator": {
  6850. "version": "1.0.1",
  6851. "dev": true,
  6852. "license": "MIT",
  6853. "dependencies": {
  6854. "kind-of": "^6.0.2"
  6855. },
  6856. "engines": {
  6857. "node": ">=0.10.0"
  6858. }
  6859. },
  6860. "node_modules/map-cache": {
  6861. "version": "0.2.2",
  6862. "dev": true,
  6863. "license": "MIT",
  6864. "engines": {
  6865. "node": ">=0.10.0"
  6866. }
  6867. },
  6868. "node_modules/md5": {
  6869. "version": "2.3.0",
  6870. "license": "BSD-3-Clause",
  6871. "dependencies": {
  6872. "charenc": "0.0.2",
  6873. "crypt": "0.0.2",
  6874. "is-buffer": "~1.1.6"
  6875. }
  6876. },
  6877. "node_modules/merge-stream": {
  6878. "version": "2.0.0",
  6879. "license": "MIT"
  6880. },
  6881. "node_modules/merge2": {
  6882. "version": "1.4.1",
  6883. "license": "MIT",
  6884. "engines": {
  6885. "node": ">= 8"
  6886. }
  6887. },
  6888. "node_modules/micromatch": {
  6889. "version": "4.0.5",
  6890. "license": "MIT",
  6891. "dependencies": {
  6892. "braces": "^3.0.2",
  6893. "picomatch": "^2.3.1"
  6894. },
  6895. "engines": {
  6896. "node": ">=8.6"
  6897. }
  6898. },
  6899. "node_modules/mime": {
  6900. "version": "1.6.0",
  6901. "license": "MIT",
  6902. "optional": true,
  6903. "bin": {
  6904. "mime": "cli.js"
  6905. },
  6906. "engines": {
  6907. "node": ">=4"
  6908. }
  6909. },
  6910. "node_modules/mime-db": {
  6911. "version": "1.52.0",
  6912. "license": "MIT",
  6913. "engines": {
  6914. "node": ">= 0.6"
  6915. }
  6916. },
  6917. "node_modules/mime-types": {
  6918. "version": "2.1.35",
  6919. "license": "MIT",
  6920. "dependencies": {
  6921. "mime-db": "1.52.0"
  6922. },
  6923. "engines": {
  6924. "node": ">= 0.6"
  6925. }
  6926. },
  6927. "node_modules/mimic-fn": {
  6928. "version": "4.0.0",
  6929. "dev": true,
  6930. "license": "MIT",
  6931. "engines": {
  6932. "node": ">=12"
  6933. },
  6934. "funding": {
  6935. "url": "https://github.com/sponsors/sindresorhus"
  6936. }
  6937. },
  6938. "node_modules/mimic-response": {
  6939. "version": "3.1.0",
  6940. "license": "MIT",
  6941. "engines": {
  6942. "node": ">=10"
  6943. },
  6944. "funding": {
  6945. "url": "https://github.com/sponsors/sindresorhus"
  6946. }
  6947. },
  6948. "node_modules/min-document": {
  6949. "version": "2.19.0",
  6950. "dependencies": {
  6951. "dom-walk": "^0.1.0"
  6952. }
  6953. },
  6954. "node_modules/minimatch": {
  6955. "version": "3.1.2",
  6956. "license": "ISC",
  6957. "dependencies": {
  6958. "brace-expansion": "^1.1.7"
  6959. },
  6960. "engines": {
  6961. "node": "*"
  6962. }
  6963. },
  6964. "node_modules/minimist": {
  6965. "version": "1.2.8",
  6966. "license": "MIT",
  6967. "funding": {
  6968. "url": "https://github.com/sponsors/ljharb"
  6969. }
  6970. },
  6971. "node_modules/mkdirp": {
  6972. "version": "1.0.4",
  6973. "dev": true,
  6974. "license": "MIT",
  6975. "bin": {
  6976. "mkdirp": "bin/cmd.js"
  6977. },
  6978. "engines": {
  6979. "node": ">=10"
  6980. }
  6981. },
  6982. "node_modules/moveable": {
  6983. "version": "0.49.1",
  6984. "license": "MIT",
  6985. "dependencies": {
  6986. "@daybrush/utils": "^1.13.0",
  6987. "@scena/event-emitter": "^1.0.5",
  6988. "croact": "^1.0.4",
  6989. "croact-moveable": "~0.5.1",
  6990. "react-moveable": "~0.52.1"
  6991. }
  6992. },
  6993. "node_modules/ms": {
  6994. "version": "2.1.2",
  6995. "license": "MIT"
  6996. },
  6997. "node_modules/muggle-string": {
  6998. "version": "0.3.1",
  6999. "dev": true,
  7000. "license": "MIT"
  7001. },
  7002. "node_modules/mute-stream": {
  7003. "version": "0.0.8",
  7004. "dev": true,
  7005. "license": "ISC"
  7006. },
  7007. "node_modules/naive-ui": {
  7008. "version": "2.38.2",
  7009. "resolved": "https://registry.npmmirror.com/naive-ui/-/naive-ui-2.38.2.tgz",
  7010. "integrity": "sha512-WhZ+6DW61aYSmFyfH7evcSGFmd2xR68Yq1mNRrVdJwBhZsnNdAUsMN9IeNCVEPMCND/jzYZghkStoNoR5Xa09g==",
  7011. "dependencies": {
  7012. "@css-render/plugin-bem": "^0.15.12",
  7013. "@css-render/vue3-ssr": "^0.15.12",
  7014. "@types/katex": "^0.16.2",
  7015. "@types/lodash": "^4.14.198",
  7016. "@types/lodash-es": "^4.17.9",
  7017. "async-validator": "^4.2.5",
  7018. "css-render": "^0.15.12",
  7019. "csstype": "^3.1.3",
  7020. "date-fns": "^2.30.0",
  7021. "date-fns-tz": "^2.0.0",
  7022. "evtd": "^0.2.4",
  7023. "highlight.js": "^11.8.0",
  7024. "lodash": "^4.17.21",
  7025. "lodash-es": "^4.17.21",
  7026. "seemly": "^0.3.8",
  7027. "treemate": "^0.3.11",
  7028. "vdirs": "^0.1.8",
  7029. "vooks": "^0.2.12",
  7030. "vueuc": "^0.4.58"
  7031. },
  7032. "peerDependencies": {
  7033. "vue": "^3.0.0"
  7034. }
  7035. },
  7036. "node_modules/naive-ui/node_modules/date-fns-tz": {
  7037. "version": "2.0.1",
  7038. "resolved": "https://registry.npmmirror.com/date-fns-tz/-/date-fns-tz-2.0.1.tgz",
  7039. "integrity": "sha512-fJCG3Pwx8HUoLhkepdsP7Z5RsucUi+ZBOxyM5d0ZZ6c4SdYustq0VMmOu6Wf7bli+yS/Jwp91TOCqn9jMcVrUA==",
  7040. "peerDependencies": {
  7041. "date-fns": "2.x"
  7042. }
  7043. },
  7044. "node_modules/nanoid": {
  7045. "version": "3.3.6",
  7046. "funding": [
  7047. {
  7048. "type": "github",
  7049. "url": "https://github.com/sponsors/ai"
  7050. }
  7051. ],
  7052. "license": "MIT",
  7053. "bin": {
  7054. "nanoid": "bin/nanoid.cjs"
  7055. },
  7056. "engines": {
  7057. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  7058. }
  7059. },
  7060. "node_modules/natives": {
  7061. "version": "1.1.6",
  7062. "license": "ISC"
  7063. },
  7064. "node_modules/natural-compare": {
  7065. "version": "1.4.0",
  7066. "dev": true,
  7067. "license": "MIT"
  7068. },
  7069. "node_modules/natural-compare-lite": {
  7070. "version": "1.4.0",
  7071. "dev": true,
  7072. "license": "MIT"
  7073. },
  7074. "node_modules/needle": {
  7075. "version": "3.2.0",
  7076. "license": "MIT",
  7077. "optional": true,
  7078. "dependencies": {
  7079. "debug": "^3.2.6",
  7080. "iconv-lite": "^0.6.3",
  7081. "sax": "^1.2.4"
  7082. },
  7083. "bin": {
  7084. "needle": "bin/needle"
  7085. },
  7086. "engines": {
  7087. "node": ">= 4.4.x"
  7088. }
  7089. },
  7090. "node_modules/needle/node_modules/debug": {
  7091. "version": "3.2.7",
  7092. "license": "MIT",
  7093. "optional": true,
  7094. "dependencies": {
  7095. "ms": "^2.1.1"
  7096. }
  7097. },
  7098. "node_modules/neo-async": {
  7099. "version": "2.6.2",
  7100. "dev": true,
  7101. "license": "MIT"
  7102. },
  7103. "node_modules/no-case": {
  7104. "version": "3.0.4",
  7105. "dev": true,
  7106. "license": "MIT",
  7107. "dependencies": {
  7108. "lower-case": "^2.0.2",
  7109. "tslib": "^2.0.3"
  7110. }
  7111. },
  7112. "node_modules/node-fetch": {
  7113. "version": "1.7.3",
  7114. "license": "MIT",
  7115. "dependencies": {
  7116. "encoding": "^0.1.11",
  7117. "is-stream": "^1.0.1"
  7118. }
  7119. },
  7120. "node_modules/node-fetch/node_modules/is-stream": {
  7121. "version": "1.1.0",
  7122. "license": "MIT",
  7123. "engines": {
  7124. "node": ">=0.10.0"
  7125. }
  7126. },
  7127. "node_modules/node-plop": {
  7128. "version": "0.31.1",
  7129. "dev": true,
  7130. "license": "MIT",
  7131. "dependencies": {
  7132. "@types/inquirer": "^8.2.1",
  7133. "change-case": "^4.1.2",
  7134. "del": "^6.0.0",
  7135. "globby": "^13.1.1",
  7136. "handlebars": "^4.4.3",
  7137. "inquirer": "^8.2.2",
  7138. "isbinaryfile": "^4.0.8",
  7139. "lodash.get": "^4.4.2",
  7140. "lower-case": "^2.0.2",
  7141. "mkdirp": "^1.0.4",
  7142. "resolve": "^1.20.0",
  7143. "title-case": "^3.0.3",
  7144. "upper-case": "^2.0.2"
  7145. },
  7146. "engines": {
  7147. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7148. }
  7149. },
  7150. "node_modules/node-plop/node_modules/globby": {
  7151. "version": "13.2.2",
  7152. "dev": true,
  7153. "license": "MIT",
  7154. "dependencies": {
  7155. "dir-glob": "^3.0.1",
  7156. "fast-glob": "^3.3.0",
  7157. "ignore": "^5.2.4",
  7158. "merge2": "^1.4.1",
  7159. "slash": "^4.0.0"
  7160. },
  7161. "engines": {
  7162. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7163. },
  7164. "funding": {
  7165. "url": "https://github.com/sponsors/sindresorhus"
  7166. }
  7167. },
  7168. "node_modules/node-plop/node_modules/slash": {
  7169. "version": "4.0.0",
  7170. "dev": true,
  7171. "license": "MIT",
  7172. "engines": {
  7173. "node": ">=12"
  7174. },
  7175. "funding": {
  7176. "url": "https://github.com/sponsors/sindresorhus"
  7177. }
  7178. },
  7179. "node_modules/node-releases": {
  7180. "version": "2.0.13",
  7181. "license": "MIT"
  7182. },
  7183. "node_modules/normalize-path": {
  7184. "version": "3.0.0",
  7185. "dev": true,
  7186. "license": "MIT",
  7187. "engines": {
  7188. "node": ">=0.10.0"
  7189. }
  7190. },
  7191. "node_modules/normalize-range": {
  7192. "version": "0.1.2",
  7193. "dev": true,
  7194. "license": "MIT",
  7195. "engines": {
  7196. "node": ">=0.10.0"
  7197. }
  7198. },
  7199. "node_modules/npm-run-path": {
  7200. "version": "5.1.0",
  7201. "dev": true,
  7202. "license": "MIT",
  7203. "dependencies": {
  7204. "path-key": "^4.0.0"
  7205. },
  7206. "engines": {
  7207. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7208. },
  7209. "funding": {
  7210. "url": "https://github.com/sponsors/sindresorhus"
  7211. }
  7212. },
  7213. "node_modules/npm-run-path/node_modules/path-key": {
  7214. "version": "4.0.0",
  7215. "dev": true,
  7216. "license": "MIT",
  7217. "engines": {
  7218. "node": ">=12"
  7219. },
  7220. "funding": {
  7221. "url": "https://github.com/sponsors/sindresorhus"
  7222. }
  7223. },
  7224. "node_modules/nth-check": {
  7225. "version": "2.1.1",
  7226. "dev": true,
  7227. "license": "BSD-2-Clause",
  7228. "dependencies": {
  7229. "boolbase": "^1.0.0"
  7230. },
  7231. "funding": {
  7232. "url": "https://github.com/fb55/nth-check?sponsor=1"
  7233. }
  7234. },
  7235. "node_modules/numeral": {
  7236. "version": "2.0.6",
  7237. "license": "MIT",
  7238. "engines": {
  7239. "node": "*"
  7240. }
  7241. },
  7242. "node_modules/object-assign": {
  7243. "version": "4.1.1",
  7244. "license": "MIT",
  7245. "engines": {
  7246. "node": ">=0.10.0"
  7247. }
  7248. },
  7249. "node_modules/object-inspect": {
  7250. "version": "1.12.3",
  7251. "license": "MIT",
  7252. "funding": {
  7253. "url": "https://github.com/sponsors/ljharb"
  7254. }
  7255. },
  7256. "node_modules/object-keys": {
  7257. "version": "1.1.1",
  7258. "license": "MIT",
  7259. "engines": {
  7260. "node": ">= 0.4"
  7261. }
  7262. },
  7263. "node_modules/object.assign": {
  7264. "version": "4.1.4",
  7265. "license": "MIT",
  7266. "dependencies": {
  7267. "call-bind": "^1.0.2",
  7268. "define-properties": "^1.1.4",
  7269. "has-symbols": "^1.0.3",
  7270. "object-keys": "^1.1.1"
  7271. },
  7272. "engines": {
  7273. "node": ">= 0.4"
  7274. },
  7275. "funding": {
  7276. "url": "https://github.com/sponsors/ljharb"
  7277. }
  7278. },
  7279. "node_modules/object.defaults": {
  7280. "version": "1.1.0",
  7281. "dev": true,
  7282. "license": "MIT",
  7283. "dependencies": {
  7284. "array-each": "^1.0.1",
  7285. "array-slice": "^1.0.0",
  7286. "for-own": "^1.0.0",
  7287. "isobject": "^3.0.0"
  7288. },
  7289. "engines": {
  7290. "node": ">=0.10.0"
  7291. }
  7292. },
  7293. "node_modules/object.map": {
  7294. "version": "1.0.1",
  7295. "dev": true,
  7296. "license": "MIT",
  7297. "dependencies": {
  7298. "for-own": "^1.0.0",
  7299. "make-iterator": "^1.0.0"
  7300. },
  7301. "engines": {
  7302. "node": ">=0.10.0"
  7303. }
  7304. },
  7305. "node_modules/object.pick": {
  7306. "version": "1.3.0",
  7307. "dev": true,
  7308. "license": "MIT",
  7309. "dependencies": {
  7310. "isobject": "^3.0.1"
  7311. },
  7312. "engines": {
  7313. "node": ">=0.10.0"
  7314. }
  7315. },
  7316. "node_modules/once": {
  7317. "version": "1.4.0",
  7318. "license": "ISC",
  7319. "dependencies": {
  7320. "wrappy": "1"
  7321. }
  7322. },
  7323. "node_modules/onetime": {
  7324. "version": "6.0.0",
  7325. "dev": true,
  7326. "license": "MIT",
  7327. "dependencies": {
  7328. "mimic-fn": "^4.0.0"
  7329. },
  7330. "engines": {
  7331. "node": ">=12"
  7332. },
  7333. "funding": {
  7334. "url": "https://github.com/sponsors/sindresorhus"
  7335. }
  7336. },
  7337. "node_modules/optionator": {
  7338. "version": "0.9.3",
  7339. "dev": true,
  7340. "license": "MIT",
  7341. "dependencies": {
  7342. "@aashutoshrathi/word-wrap": "^1.2.3",
  7343. "deep-is": "^0.1.3",
  7344. "fast-levenshtein": "^2.0.6",
  7345. "levn": "^0.4.1",
  7346. "prelude-ls": "^1.2.1",
  7347. "type-check": "^0.4.0"
  7348. },
  7349. "engines": {
  7350. "node": ">= 0.8.0"
  7351. }
  7352. },
  7353. "node_modules/ora": {
  7354. "version": "6.3.1",
  7355. "dev": true,
  7356. "license": "MIT",
  7357. "dependencies": {
  7358. "chalk": "^5.0.0",
  7359. "cli-cursor": "^4.0.0",
  7360. "cli-spinners": "^2.6.1",
  7361. "is-interactive": "^2.0.0",
  7362. "is-unicode-supported": "^1.1.0",
  7363. "log-symbols": "^5.1.0",
  7364. "stdin-discarder": "^0.1.0",
  7365. "strip-ansi": "^7.0.1",
  7366. "wcwidth": "^1.0.1"
  7367. },
  7368. "engines": {
  7369. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7370. },
  7371. "funding": {
  7372. "url": "https://github.com/sponsors/sindresorhus"
  7373. }
  7374. },
  7375. "node_modules/ora/node_modules/ansi-regex": {
  7376. "version": "6.0.1",
  7377. "dev": true,
  7378. "license": "MIT",
  7379. "engines": {
  7380. "node": ">=12"
  7381. },
  7382. "funding": {
  7383. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  7384. }
  7385. },
  7386. "node_modules/ora/node_modules/chalk": {
  7387. "version": "5.3.0",
  7388. "dev": true,
  7389. "license": "MIT",
  7390. "engines": {
  7391. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  7392. },
  7393. "funding": {
  7394. "url": "https://github.com/chalk/chalk?sponsor=1"
  7395. }
  7396. },
  7397. "node_modules/ora/node_modules/strip-ansi": {
  7398. "version": "7.1.0",
  7399. "dev": true,
  7400. "license": "MIT",
  7401. "dependencies": {
  7402. "ansi-regex": "^6.0.1"
  7403. },
  7404. "engines": {
  7405. "node": ">=12"
  7406. },
  7407. "funding": {
  7408. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  7409. }
  7410. },
  7411. "node_modules/os-tmpdir": {
  7412. "version": "1.0.2",
  7413. "dev": true,
  7414. "license": "MIT",
  7415. "engines": {
  7416. "node": ">=0.10.0"
  7417. }
  7418. },
  7419. "node_modules/overlap-area": {
  7420. "version": "1.1.0",
  7421. "license": "MIT",
  7422. "dependencies": {
  7423. "@daybrush/utils": "^1.7.1"
  7424. }
  7425. },
  7426. "node_modules/p-finally": {
  7427. "version": "1.0.0",
  7428. "dev": true,
  7429. "license": "MIT",
  7430. "engines": {
  7431. "node": ">=4"
  7432. }
  7433. },
  7434. "node_modules/p-limit": {
  7435. "version": "3.1.0",
  7436. "dev": true,
  7437. "license": "MIT",
  7438. "dependencies": {
  7439. "yocto-queue": "^0.1.0"
  7440. },
  7441. "engines": {
  7442. "node": ">=10"
  7443. },
  7444. "funding": {
  7445. "url": "https://github.com/sponsors/sindresorhus"
  7446. }
  7447. },
  7448. "node_modules/p-locate": {
  7449. "version": "5.0.0",
  7450. "dev": true,
  7451. "license": "MIT",
  7452. "dependencies": {
  7453. "p-limit": "^3.0.2"
  7454. },
  7455. "engines": {
  7456. "node": ">=10"
  7457. },
  7458. "funding": {
  7459. "url": "https://github.com/sponsors/sindresorhus"
  7460. }
  7461. },
  7462. "node_modules/p-map": {
  7463. "version": "4.0.0",
  7464. "dev": true,
  7465. "license": "MIT",
  7466. "dependencies": {
  7467. "aggregate-error": "^3.0.0"
  7468. },
  7469. "engines": {
  7470. "node": ">=10"
  7471. },
  7472. "funding": {
  7473. "url": "https://github.com/sponsors/sindresorhus"
  7474. }
  7475. },
  7476. "node_modules/pako": {
  7477. "version": "1.0.11",
  7478. "license": "(MIT AND Zlib)"
  7479. },
  7480. "node_modules/param-case": {
  7481. "version": "3.0.4",
  7482. "dev": true,
  7483. "license": "MIT",
  7484. "dependencies": {
  7485. "dot-case": "^3.0.4",
  7486. "tslib": "^2.0.3"
  7487. }
  7488. },
  7489. "node_modules/parent-module": {
  7490. "version": "1.0.1",
  7491. "dev": true,
  7492. "license": "MIT",
  7493. "dependencies": {
  7494. "callsites": "^3.0.0"
  7495. },
  7496. "engines": {
  7497. "node": ">=6"
  7498. }
  7499. },
  7500. "node_modules/parenthesis": {
  7501. "version": "3.1.8",
  7502. "license": "MIT"
  7503. },
  7504. "node_modules/parse-filepath": {
  7505. "version": "1.0.2",
  7506. "dev": true,
  7507. "license": "MIT",
  7508. "dependencies": {
  7509. "is-absolute": "^1.0.0",
  7510. "map-cache": "^0.2.0",
  7511. "path-root": "^0.1.1"
  7512. },
  7513. "engines": {
  7514. "node": ">=0.8"
  7515. }
  7516. },
  7517. "node_modules/parse-headers": {
  7518. "version": "2.0.5",
  7519. "license": "MIT"
  7520. },
  7521. "node_modules/parse-node-version": {
  7522. "version": "1.0.1",
  7523. "devOptional": true,
  7524. "license": "MIT",
  7525. "engines": {
  7526. "node": ">= 0.10"
  7527. }
  7528. },
  7529. "node_modules/parse-passwd": {
  7530. "version": "1.0.0",
  7531. "dev": true,
  7532. "license": "MIT",
  7533. "engines": {
  7534. "node": ">=0.10.0"
  7535. }
  7536. },
  7537. "node_modules/pascal-case": {
  7538. "version": "3.1.2",
  7539. "dev": true,
  7540. "license": "MIT",
  7541. "dependencies": {
  7542. "no-case": "^3.0.4",
  7543. "tslib": "^2.0.3"
  7544. }
  7545. },
  7546. "node_modules/path-case": {
  7547. "version": "3.0.4",
  7548. "dev": true,
  7549. "license": "MIT",
  7550. "dependencies": {
  7551. "dot-case": "^3.0.4",
  7552. "tslib": "^2.0.3"
  7553. }
  7554. },
  7555. "node_modules/path-exists": {
  7556. "version": "4.0.0",
  7557. "dev": true,
  7558. "license": "MIT",
  7559. "engines": {
  7560. "node": ">=8"
  7561. }
  7562. },
  7563. "node_modules/path-is-absolute": {
  7564. "version": "1.0.1",
  7565. "license": "MIT",
  7566. "engines": {
  7567. "node": ">=0.10.0"
  7568. }
  7569. },
  7570. "node_modules/path-key": {
  7571. "version": "3.1.1",
  7572. "dev": true,
  7573. "license": "MIT",
  7574. "engines": {
  7575. "node": ">=8"
  7576. }
  7577. },
  7578. "node_modules/path-parse": {
  7579. "version": "1.0.7",
  7580. "license": "MIT"
  7581. },
  7582. "node_modules/path-root": {
  7583. "version": "0.1.1",
  7584. "dev": true,
  7585. "license": "MIT",
  7586. "dependencies": {
  7587. "path-root-regex": "^0.1.0"
  7588. },
  7589. "engines": {
  7590. "node": ">=0.10.0"
  7591. }
  7592. },
  7593. "node_modules/path-root-regex": {
  7594. "version": "0.1.2",
  7595. "dev": true,
  7596. "license": "MIT",
  7597. "engines": {
  7598. "node": ">=0.10.0"
  7599. }
  7600. },
  7601. "node_modules/path-type": {
  7602. "version": "4.0.0",
  7603. "dev": true,
  7604. "license": "MIT",
  7605. "engines": {
  7606. "node": ">=8"
  7607. }
  7608. },
  7609. "node_modules/picocolors": {
  7610. "version": "1.0.0",
  7611. "license": "ISC"
  7612. },
  7613. "node_modules/picomatch": {
  7614. "version": "2.3.1",
  7615. "license": "MIT",
  7616. "engines": {
  7617. "node": ">=8.6"
  7618. },
  7619. "funding": {
  7620. "url": "https://github.com/sponsors/jonschlinkert"
  7621. }
  7622. },
  7623. "node_modules/pidtree": {
  7624. "version": "0.6.0",
  7625. "dev": true,
  7626. "license": "MIT",
  7627. "bin": {
  7628. "pidtree": "bin/pidtree.js"
  7629. },
  7630. "engines": {
  7631. "node": ">=0.10"
  7632. }
  7633. },
  7634. "node_modules/pify": {
  7635. "version": "4.0.1",
  7636. "license": "MIT",
  7637. "optional": true,
  7638. "engines": {
  7639. "node": ">=6"
  7640. }
  7641. },
  7642. "node_modules/pinia": {
  7643. "version": "2.1.6",
  7644. "license": "MIT",
  7645. "dependencies": {
  7646. "@vue/devtools-api": "^6.5.0",
  7647. "vue-demi": ">=0.14.5"
  7648. },
  7649. "funding": {
  7650. "url": "https://github.com/sponsors/posva"
  7651. },
  7652. "peerDependencies": {
  7653. "@vue/composition-api": "^1.4.0",
  7654. "typescript": ">=4.4.4",
  7655. "vue": "^2.6.14 || ^3.3.0"
  7656. },
  7657. "peerDependenciesMeta": {
  7658. "@vue/composition-api": {
  7659. "optional": true
  7660. },
  7661. "typescript": {
  7662. "optional": true
  7663. }
  7664. }
  7665. },
  7666. "node_modules/plop": {
  7667. "version": "3.1.2",
  7668. "dev": true,
  7669. "license": "MIT",
  7670. "dependencies": {
  7671. "@types/liftoff": "^4.0.0",
  7672. "chalk": "^5.0.1",
  7673. "interpret": "^2.2.0",
  7674. "liftoff": "^4.0.0",
  7675. "minimist": "^1.2.6",
  7676. "node-plop": "^0.31.1",
  7677. "ora": "^6.0.1",
  7678. "v8flags": "^4.0.0"
  7679. },
  7680. "bin": {
  7681. "plop": "bin/plop.js"
  7682. },
  7683. "engines": {
  7684. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7685. }
  7686. },
  7687. "node_modules/plop/node_modules/chalk": {
  7688. "version": "5.3.0",
  7689. "dev": true,
  7690. "license": "MIT",
  7691. "engines": {
  7692. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  7693. },
  7694. "funding": {
  7695. "url": "https://github.com/chalk/chalk?sponsor=1"
  7696. }
  7697. },
  7698. "node_modules/plyr": {
  7699. "version": "3.7.8",
  7700. "license": "MIT",
  7701. "dependencies": {
  7702. "core-js": "^3.26.1",
  7703. "custom-event-polyfill": "^1.0.7",
  7704. "loadjs": "^4.2.0",
  7705. "rangetouch": "^2.0.1",
  7706. "url-polyfill": "^1.1.12"
  7707. }
  7708. },
  7709. "node_modules/postcss": {
  7710. "version": "8.4.28",
  7711. "funding": [
  7712. {
  7713. "type": "opencollective",
  7714. "url": "https://opencollective.com/postcss/"
  7715. },
  7716. {
  7717. "type": "tidelift",
  7718. "url": "https://tidelift.com/funding/github/npm/postcss"
  7719. },
  7720. {
  7721. "type": "github",
  7722. "url": "https://github.com/sponsors/ai"
  7723. }
  7724. ],
  7725. "license": "MIT",
  7726. "dependencies": {
  7727. "nanoid": "^3.3.6",
  7728. "picocolors": "^1.0.0",
  7729. "source-map-js": "^1.0.2"
  7730. },
  7731. "engines": {
  7732. "node": "^10 || ^12 || >=14"
  7733. }
  7734. },
  7735. "node_modules/postcss-px-to-viewport": {
  7736. "version": "1.1.1",
  7737. "dev": true,
  7738. "license": "MIT",
  7739. "dependencies": {
  7740. "object-assign": ">=4.0.1",
  7741. "postcss": ">=5.0.2"
  7742. }
  7743. },
  7744. "node_modules/postcss-px2rem": {
  7745. "version": "0.3.0",
  7746. "license": "MIT",
  7747. "dependencies": {
  7748. "postcss": "^5.0.0",
  7749. "px2rem": "~0.5.0"
  7750. }
  7751. },
  7752. "node_modules/postcss-px2rem/node_modules/ansi-regex": {
  7753. "version": "2.1.1",
  7754. "license": "MIT",
  7755. "engines": {
  7756. "node": ">=0.10.0"
  7757. }
  7758. },
  7759. "node_modules/postcss-px2rem/node_modules/ansi-styles": {
  7760. "version": "2.2.1",
  7761. "license": "MIT",
  7762. "engines": {
  7763. "node": ">=0.10.0"
  7764. }
  7765. },
  7766. "node_modules/postcss-px2rem/node_modules/chalk": {
  7767. "version": "1.1.3",
  7768. "license": "MIT",
  7769. "dependencies": {
  7770. "ansi-styles": "^2.2.1",
  7771. "escape-string-regexp": "^1.0.2",
  7772. "has-ansi": "^2.0.0",
  7773. "strip-ansi": "^3.0.0",
  7774. "supports-color": "^2.0.0"
  7775. },
  7776. "engines": {
  7777. "node": ">=0.10.0"
  7778. }
  7779. },
  7780. "node_modules/postcss-px2rem/node_modules/chalk/node_modules/supports-color": {
  7781. "version": "2.0.0",
  7782. "license": "MIT",
  7783. "engines": {
  7784. "node": ">=0.8.0"
  7785. }
  7786. },
  7787. "node_modules/postcss-px2rem/node_modules/has-flag": {
  7788. "version": "1.0.0",
  7789. "license": "MIT",
  7790. "engines": {
  7791. "node": ">=0.10.0"
  7792. }
  7793. },
  7794. "node_modules/postcss-px2rem/node_modules/postcss": {
  7795. "version": "5.2.18",
  7796. "license": "MIT",
  7797. "dependencies": {
  7798. "chalk": "^1.1.3",
  7799. "js-base64": "^2.1.9",
  7800. "source-map": "^0.5.6",
  7801. "supports-color": "^3.2.3"
  7802. },
  7803. "engines": {
  7804. "node": ">=0.12"
  7805. }
  7806. },
  7807. "node_modules/postcss-px2rem/node_modules/source-map": {
  7808. "version": "0.5.7",
  7809. "license": "BSD-3-Clause",
  7810. "engines": {
  7811. "node": ">=0.10.0"
  7812. }
  7813. },
  7814. "node_modules/postcss-px2rem/node_modules/strip-ansi": {
  7815. "version": "3.0.1",
  7816. "license": "MIT",
  7817. "dependencies": {
  7818. "ansi-regex": "^2.0.0"
  7819. },
  7820. "engines": {
  7821. "node": ">=0.10.0"
  7822. }
  7823. },
  7824. "node_modules/postcss-px2rem/node_modules/supports-color": {
  7825. "version": "3.2.3",
  7826. "license": "MIT",
  7827. "dependencies": {
  7828. "has-flag": "^1.0.0"
  7829. },
  7830. "engines": {
  7831. "node": ">=0.8.0"
  7832. }
  7833. },
  7834. "node_modules/postcss-selector-parser": {
  7835. "version": "6.0.13",
  7836. "dev": true,
  7837. "license": "MIT",
  7838. "dependencies": {
  7839. "cssesc": "^3.0.0",
  7840. "util-deprecate": "^1.0.2"
  7841. },
  7842. "engines": {
  7843. "node": ">=4"
  7844. }
  7845. },
  7846. "node_modules/postcss-value-parser": {
  7847. "version": "4.2.0",
  7848. "dev": true,
  7849. "license": "MIT"
  7850. },
  7851. "node_modules/prelude-ls": {
  7852. "version": "1.2.1",
  7853. "dev": true,
  7854. "license": "MIT",
  7855. "engines": {
  7856. "node": ">= 0.8.0"
  7857. }
  7858. },
  7859. "node_modules/prettier": {
  7860. "version": "2.8.8",
  7861. "dev": true,
  7862. "license": "MIT",
  7863. "bin": {
  7864. "prettier": "bin-prettier.js"
  7865. },
  7866. "engines": {
  7867. "node": ">=10.13.0"
  7868. },
  7869. "funding": {
  7870. "url": "https://github.com/prettier/prettier?sponsor=1"
  7871. }
  7872. },
  7873. "node_modules/prettier-linter-helpers": {
  7874. "version": "1.0.0",
  7875. "dev": true,
  7876. "license": "MIT",
  7877. "dependencies": {
  7878. "fast-diff": "^1.1.2"
  7879. },
  7880. "engines": {
  7881. "node": ">=6.0.0"
  7882. }
  7883. },
  7884. "node_modules/pretty-bytes": {
  7885. "version": "6.1.1",
  7886. "license": "MIT",
  7887. "engines": {
  7888. "node": "^14.13.1 || >=16.0.0"
  7889. },
  7890. "funding": {
  7891. "url": "https://github.com/sponsors/sindresorhus"
  7892. }
  7893. },
  7894. "node_modules/process": {
  7895. "version": "0.5.2",
  7896. "engines": {
  7897. "node": ">= 0.6.0"
  7898. }
  7899. },
  7900. "node_modules/process-nextick-args": {
  7901. "version": "2.0.1",
  7902. "license": "MIT"
  7903. },
  7904. "node_modules/proxy-from-env": {
  7905. "version": "1.1.0",
  7906. "license": "MIT"
  7907. },
  7908. "node_modules/prr": {
  7909. "version": "1.0.1",
  7910. "license": "MIT",
  7911. "optional": true
  7912. },
  7913. "node_modules/pseudomap": {
  7914. "version": "1.0.2",
  7915. "dev": true,
  7916. "license": "ISC"
  7917. },
  7918. "node_modules/punycode": {
  7919. "version": "2.3.0",
  7920. "license": "MIT",
  7921. "engines": {
  7922. "node": ">=6"
  7923. }
  7924. },
  7925. "node_modules/px2rem": {
  7926. "version": "0.5.0",
  7927. "license": "MIT",
  7928. "dependencies": {
  7929. "chalk": "~0.5.1",
  7930. "commander": "~2.6.0",
  7931. "css": "~2.2.0",
  7932. "extend": "~3.0.0",
  7933. "fs-extra": "~0.16.3"
  7934. },
  7935. "bin": {
  7936. "px2rem": "bin/px2rem.js"
  7937. }
  7938. },
  7939. "node_modules/px2rem-loader": {
  7940. "version": "0.1.9",
  7941. "license": "MIT",
  7942. "dependencies": {
  7943. "loader-utils": "^1.1.0",
  7944. "px2rem": "^0.5.0"
  7945. }
  7946. },
  7947. "node_modules/px2rem/node_modules/ansi-regex": {
  7948. "version": "0.2.1",
  7949. "license": "MIT",
  7950. "engines": {
  7951. "node": ">=0.10.0"
  7952. }
  7953. },
  7954. "node_modules/px2rem/node_modules/ansi-styles": {
  7955. "version": "1.1.0",
  7956. "license": "MIT",
  7957. "engines": {
  7958. "node": ">=0.10.0"
  7959. }
  7960. },
  7961. "node_modules/px2rem/node_modules/chalk": {
  7962. "version": "0.5.1",
  7963. "license": "MIT",
  7964. "dependencies": {
  7965. "ansi-styles": "^1.1.0",
  7966. "escape-string-regexp": "^1.0.0",
  7967. "has-ansi": "^0.1.0",
  7968. "strip-ansi": "^0.3.0",
  7969. "supports-color": "^0.2.0"
  7970. },
  7971. "engines": {
  7972. "node": ">=0.10.0"
  7973. }
  7974. },
  7975. "node_modules/px2rem/node_modules/commander": {
  7976. "version": "2.6.0",
  7977. "license": "MIT",
  7978. "engines": {
  7979. "node": ">= 0.6.x"
  7980. }
  7981. },
  7982. "node_modules/px2rem/node_modules/has-ansi": {
  7983. "version": "0.1.0",
  7984. "license": "MIT",
  7985. "dependencies": {
  7986. "ansi-regex": "^0.2.0"
  7987. },
  7988. "bin": {
  7989. "has-ansi": "cli.js"
  7990. },
  7991. "engines": {
  7992. "node": ">=0.10.0"
  7993. }
  7994. },
  7995. "node_modules/px2rem/node_modules/strip-ansi": {
  7996. "version": "0.3.0",
  7997. "license": "MIT",
  7998. "dependencies": {
  7999. "ansi-regex": "^0.2.1"
  8000. },
  8001. "bin": {
  8002. "strip-ansi": "cli.js"
  8003. },
  8004. "engines": {
  8005. "node": ">=0.10.0"
  8006. }
  8007. },
  8008. "node_modules/px2rem/node_modules/supports-color": {
  8009. "version": "0.2.0",
  8010. "license": "MIT",
  8011. "bin": {
  8012. "supports-color": "cli.js"
  8013. },
  8014. "engines": {
  8015. "node": ">=0.10.0"
  8016. }
  8017. },
  8018. "node_modules/qs": {
  8019. "version": "6.11.2",
  8020. "license": "BSD-3-Clause",
  8021. "dependencies": {
  8022. "side-channel": "^1.0.4"
  8023. },
  8024. "engines": {
  8025. "node": ">=0.6"
  8026. },
  8027. "funding": {
  8028. "url": "https://github.com/sponsors/ljharb"
  8029. }
  8030. },
  8031. "node_modules/query-string": {
  8032. "version": "8.1.0",
  8033. "license": "MIT",
  8034. "dependencies": {
  8035. "decode-uri-component": "^0.4.1",
  8036. "filter-obj": "^5.1.0",
  8037. "split-on-first": "^3.0.0"
  8038. },
  8039. "engines": {
  8040. "node": ">=14.16"
  8041. },
  8042. "funding": {
  8043. "url": "https://github.com/sponsors/sindresorhus"
  8044. }
  8045. },
  8046. "node_modules/queue-microtask": {
  8047. "version": "1.2.3",
  8048. "funding": [
  8049. {
  8050. "type": "github",
  8051. "url": "https://github.com/sponsors/feross"
  8052. },
  8053. {
  8054. "type": "patreon",
  8055. "url": "https://www.patreon.com/feross"
  8056. },
  8057. {
  8058. "type": "consulting",
  8059. "url": "https://feross.org/support"
  8060. }
  8061. ],
  8062. "license": "MIT"
  8063. },
  8064. "node_modules/randombytes": {
  8065. "version": "2.1.0",
  8066. "license": "MIT",
  8067. "dependencies": {
  8068. "safe-buffer": "^5.1.0"
  8069. }
  8070. },
  8071. "node_modules/rangetouch": {
  8072. "version": "2.0.1",
  8073. "license": "MIT"
  8074. },
  8075. "node_modules/react-css-styled": {
  8076. "version": "1.1.9",
  8077. "license": "MIT",
  8078. "dependencies": {
  8079. "css-styled": "~1.0.8",
  8080. "framework-utils": "^1.1.0"
  8081. }
  8082. },
  8083. "node_modules/react-moveable": {
  8084. "version": "0.52.1",
  8085. "license": "MIT",
  8086. "dependencies": {
  8087. "@daybrush/utils": "^1.13.0",
  8088. "@egjs/agent": "^2.2.1",
  8089. "@egjs/children-differ": "^1.0.1",
  8090. "@egjs/list-differ": "^1.0.0",
  8091. "@scena/dragscroll": "^1.4.0",
  8092. "@scena/event-emitter": "^1.0.5",
  8093. "@scena/matrix": "^1.1.1",
  8094. "css-to-mat": "^1.1.1",
  8095. "framework-utils": "^1.1.0",
  8096. "gesto": "^1.19.0",
  8097. "overlap-area": "^1.1.0",
  8098. "react-css-styled": "^1.1.9",
  8099. "react-selecto": "^1.25.0"
  8100. }
  8101. },
  8102. "node_modules/react-selecto": {
  8103. "version": "1.26.0",
  8104. "license": "MIT",
  8105. "dependencies": {
  8106. "selecto": "~1.26.0"
  8107. }
  8108. },
  8109. "node_modules/readable-stream": {
  8110. "version": "3.6.2",
  8111. "dev": true,
  8112. "license": "MIT",
  8113. "dependencies": {
  8114. "inherits": "^2.0.3",
  8115. "string_decoder": "^1.1.1",
  8116. "util-deprecate": "^1.0.1"
  8117. },
  8118. "engines": {
  8119. "node": ">= 6"
  8120. }
  8121. },
  8122. "node_modules/readdirp": {
  8123. "version": "3.6.0",
  8124. "dev": true,
  8125. "license": "MIT",
  8126. "dependencies": {
  8127. "picomatch": "^2.2.1"
  8128. },
  8129. "engines": {
  8130. "node": ">=8.10.0"
  8131. }
  8132. },
  8133. "node_modules/rechoir": {
  8134. "version": "0.8.0",
  8135. "dev": true,
  8136. "license": "MIT",
  8137. "dependencies": {
  8138. "resolve": "^1.20.0"
  8139. },
  8140. "engines": {
  8141. "node": ">= 10.13.0"
  8142. }
  8143. },
  8144. "node_modules/regenerate": {
  8145. "version": "1.4.2",
  8146. "license": "MIT"
  8147. },
  8148. "node_modules/regenerate-unicode-properties": {
  8149. "version": "10.1.0",
  8150. "license": "MIT",
  8151. "dependencies": {
  8152. "regenerate": "^1.4.2"
  8153. },
  8154. "engines": {
  8155. "node": ">=4"
  8156. }
  8157. },
  8158. "node_modules/regenerator-runtime": {
  8159. "version": "0.13.11",
  8160. "dev": true,
  8161. "license": "MIT"
  8162. },
  8163. "node_modules/regenerator-transform": {
  8164. "version": "0.15.2",
  8165. "license": "MIT",
  8166. "dependencies": {
  8167. "@babel/runtime": "^7.8.4"
  8168. }
  8169. },
  8170. "node_modules/regexp.prototype.flags": {
  8171. "version": "1.5.0",
  8172. "license": "MIT",
  8173. "dependencies": {
  8174. "call-bind": "^1.0.2",
  8175. "define-properties": "^1.2.0",
  8176. "functions-have-names": "^1.2.3"
  8177. },
  8178. "engines": {
  8179. "node": ">= 0.4"
  8180. },
  8181. "funding": {
  8182. "url": "https://github.com/sponsors/ljharb"
  8183. }
  8184. },
  8185. "node_modules/regexpu-core": {
  8186. "version": "5.3.2",
  8187. "license": "MIT",
  8188. "dependencies": {
  8189. "@babel/regjsgen": "^0.8.0",
  8190. "regenerate": "^1.4.2",
  8191. "regenerate-unicode-properties": "^10.1.0",
  8192. "regjsparser": "^0.9.1",
  8193. "unicode-match-property-ecmascript": "^2.0.0",
  8194. "unicode-match-property-value-ecmascript": "^2.1.0"
  8195. },
  8196. "engines": {
  8197. "node": ">=4"
  8198. }
  8199. },
  8200. "node_modules/regjsparser": {
  8201. "version": "0.9.1",
  8202. "license": "BSD-2-Clause",
  8203. "dependencies": {
  8204. "jsesc": "~0.5.0"
  8205. },
  8206. "bin": {
  8207. "regjsparser": "bin/parser"
  8208. }
  8209. },
  8210. "node_modules/regjsparser/node_modules/jsesc": {
  8211. "version": "0.5.0",
  8212. "bin": {
  8213. "jsesc": "bin/jsesc"
  8214. }
  8215. },
  8216. "node_modules/require-from-string": {
  8217. "version": "2.0.2",
  8218. "license": "MIT",
  8219. "engines": {
  8220. "node": ">=0.10.0"
  8221. }
  8222. },
  8223. "node_modules/resolve": {
  8224. "version": "1.22.4",
  8225. "license": "MIT",
  8226. "dependencies": {
  8227. "is-core-module": "^2.13.0",
  8228. "path-parse": "^1.0.7",
  8229. "supports-preserve-symlinks-flag": "^1.0.0"
  8230. },
  8231. "bin": {
  8232. "resolve": "bin/resolve"
  8233. },
  8234. "funding": {
  8235. "url": "https://github.com/sponsors/ljharb"
  8236. }
  8237. },
  8238. "node_modules/resolve-dir": {
  8239. "version": "1.0.1",
  8240. "dev": true,
  8241. "license": "MIT",
  8242. "dependencies": {
  8243. "expand-tilde": "^2.0.0",
  8244. "global-modules": "^1.0.0"
  8245. },
  8246. "engines": {
  8247. "node": ">=0.10.0"
  8248. }
  8249. },
  8250. "node_modules/resolve-from": {
  8251. "version": "4.0.0",
  8252. "dev": true,
  8253. "license": "MIT",
  8254. "engines": {
  8255. "node": ">=4"
  8256. }
  8257. },
  8258. "node_modules/resolve-url": {
  8259. "version": "0.2.1",
  8260. "license": "MIT"
  8261. },
  8262. "node_modules/restore-cursor": {
  8263. "version": "4.0.0",
  8264. "dev": true,
  8265. "license": "MIT",
  8266. "dependencies": {
  8267. "onetime": "^5.1.0",
  8268. "signal-exit": "^3.0.2"
  8269. },
  8270. "engines": {
  8271. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  8272. },
  8273. "funding": {
  8274. "url": "https://github.com/sponsors/sindresorhus"
  8275. }
  8276. },
  8277. "node_modules/restore-cursor/node_modules/mimic-fn": {
  8278. "version": "2.1.0",
  8279. "dev": true,
  8280. "license": "MIT",
  8281. "engines": {
  8282. "node": ">=6"
  8283. }
  8284. },
  8285. "node_modules/restore-cursor/node_modules/onetime": {
  8286. "version": "5.1.2",
  8287. "dev": true,
  8288. "license": "MIT",
  8289. "dependencies": {
  8290. "mimic-fn": "^2.1.0"
  8291. },
  8292. "engines": {
  8293. "node": ">=6"
  8294. },
  8295. "funding": {
  8296. "url": "https://github.com/sponsors/sindresorhus"
  8297. }
  8298. },
  8299. "node_modules/reusify": {
  8300. "version": "1.0.4",
  8301. "license": "MIT",
  8302. "engines": {
  8303. "iojs": ">=1.0.0",
  8304. "node": ">=0.10.0"
  8305. }
  8306. },
  8307. "node_modules/rfdc": {
  8308. "version": "1.3.0",
  8309. "dev": true,
  8310. "license": "MIT"
  8311. },
  8312. "node_modules/rimraf": {
  8313. "version": "3.0.2",
  8314. "dev": true,
  8315. "license": "ISC",
  8316. "dependencies": {
  8317. "glob": "^7.1.3"
  8318. },
  8319. "bin": {
  8320. "rimraf": "bin.js"
  8321. },
  8322. "funding": {
  8323. "url": "https://github.com/sponsors/isaacs"
  8324. }
  8325. },
  8326. "node_modules/rollup": {
  8327. "version": "2.79.1",
  8328. "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz",
  8329. "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==",
  8330. "bin": {
  8331. "rollup": "dist/bin/rollup"
  8332. },
  8333. "engines": {
  8334. "node": ">=10.0.0"
  8335. },
  8336. "optionalDependencies": {
  8337. "fsevents": "~2.3.2"
  8338. }
  8339. },
  8340. "node_modules/rollup-plugin-terser": {
  8341. "version": "7.0.2",
  8342. "license": "MIT",
  8343. "dependencies": {
  8344. "@babel/code-frame": "^7.10.4",
  8345. "jest-worker": "^26.2.1",
  8346. "serialize-javascript": "^4.0.0",
  8347. "terser": "^5.0.0"
  8348. },
  8349. "peerDependencies": {
  8350. "rollup": "^2.0.0"
  8351. }
  8352. },
  8353. "node_modules/run-async": {
  8354. "version": "2.4.1",
  8355. "dev": true,
  8356. "license": "MIT",
  8357. "engines": {
  8358. "node": ">=0.12.0"
  8359. }
  8360. },
  8361. "node_modules/run-parallel": {
  8362. "version": "1.2.0",
  8363. "funding": [
  8364. {
  8365. "type": "github",
  8366. "url": "https://github.com/sponsors/feross"
  8367. },
  8368. {
  8369. "type": "patreon",
  8370. "url": "https://www.patreon.com/feross"
  8371. },
  8372. {
  8373. "type": "consulting",
  8374. "url": "https://feross.org/support"
  8375. }
  8376. ],
  8377. "license": "MIT",
  8378. "dependencies": {
  8379. "queue-microtask": "^1.2.2"
  8380. }
  8381. },
  8382. "node_modules/rust-result": {
  8383. "version": "1.0.0",
  8384. "license": "MIT",
  8385. "dependencies": {
  8386. "individual": "^2.0.0"
  8387. }
  8388. },
  8389. "node_modules/rxjs": {
  8390. "version": "7.8.1",
  8391. "dev": true,
  8392. "license": "Apache-2.0",
  8393. "dependencies": {
  8394. "tslib": "^2.1.0"
  8395. }
  8396. },
  8397. "node_modules/safe-array-concat": {
  8398. "version": "1.0.0",
  8399. "license": "MIT",
  8400. "dependencies": {
  8401. "call-bind": "^1.0.2",
  8402. "get-intrinsic": "^1.2.0",
  8403. "has-symbols": "^1.0.3",
  8404. "isarray": "^2.0.5"
  8405. },
  8406. "engines": {
  8407. "node": ">=0.4"
  8408. },
  8409. "funding": {
  8410. "url": "https://github.com/sponsors/ljharb"
  8411. }
  8412. },
  8413. "node_modules/safe-buffer": {
  8414. "version": "5.2.1",
  8415. "funding": [
  8416. {
  8417. "type": "github",
  8418. "url": "https://github.com/sponsors/feross"
  8419. },
  8420. {
  8421. "type": "patreon",
  8422. "url": "https://www.patreon.com/feross"
  8423. },
  8424. {
  8425. "type": "consulting",
  8426. "url": "https://feross.org/support"
  8427. }
  8428. ],
  8429. "license": "MIT"
  8430. },
  8431. "node_modules/safe-json-parse": {
  8432. "version": "4.0.0",
  8433. "dependencies": {
  8434. "rust-result": "^1.0.0"
  8435. }
  8436. },
  8437. "node_modules/safe-regex-test": {
  8438. "version": "1.0.0",
  8439. "license": "MIT",
  8440. "dependencies": {
  8441. "call-bind": "^1.0.2",
  8442. "get-intrinsic": "^1.1.3",
  8443. "is-regex": "^1.1.4"
  8444. },
  8445. "funding": {
  8446. "url": "https://github.com/sponsors/ljharb"
  8447. }
  8448. },
  8449. "node_modules/safer-buffer": {
  8450. "version": "2.1.2",
  8451. "license": "MIT"
  8452. },
  8453. "node_modules/sax": {
  8454. "version": "1.2.4",
  8455. "license": "ISC",
  8456. "optional": true
  8457. },
  8458. "node_modules/seemly": {
  8459. "version": "0.3.9",
  8460. "resolved": "https://registry.npmmirror.com/seemly/-/seemly-0.3.9.tgz",
  8461. "integrity": "sha512-bMLcaEqhIViiPbaumjLN8t1y+JpD/N8SiyYOyp0i0W6RgdyLWboIsUWAbZojF//JyerxPZR5Tgda+x3Pdne75A=="
  8462. },
  8463. "node_modules/selecto": {
  8464. "version": "1.26.0",
  8465. "license": "MIT",
  8466. "dependencies": {
  8467. "@daybrush/utils": "^1.13.0",
  8468. "@egjs/children-differ": "^1.0.1",
  8469. "@scena/dragscroll": "^1.4.0",
  8470. "@scena/event-emitter": "^1.0.5",
  8471. "css-styled": "^1.0.8",
  8472. "css-to-mat": "^1.1.1",
  8473. "framework-utils": "^1.1.0",
  8474. "gesto": "^1.19.1",
  8475. "keycon": "^1.2.0",
  8476. "overlap-area": "^1.1.0"
  8477. }
  8478. },
  8479. "node_modules/semver": {
  8480. "version": "6.3.1",
  8481. "license": "ISC",
  8482. "bin": {
  8483. "semver": "bin/semver.js"
  8484. }
  8485. },
  8486. "node_modules/sentence-case": {
  8487. "version": "3.0.4",
  8488. "dev": true,
  8489. "license": "MIT",
  8490. "dependencies": {
  8491. "no-case": "^3.0.4",
  8492. "tslib": "^2.0.3",
  8493. "upper-case-first": "^2.0.2"
  8494. }
  8495. },
  8496. "node_modules/serialize-javascript": {
  8497. "version": "4.0.0",
  8498. "license": "BSD-3-Clause",
  8499. "dependencies": {
  8500. "randombytes": "^2.1.0"
  8501. }
  8502. },
  8503. "node_modules/setimmediate": {
  8504. "version": "1.0.5",
  8505. "license": "MIT"
  8506. },
  8507. "node_modules/shebang-command": {
  8508. "version": "2.0.0",
  8509. "dev": true,
  8510. "license": "MIT",
  8511. "dependencies": {
  8512. "shebang-regex": "^3.0.0"
  8513. },
  8514. "engines": {
  8515. "node": ">=8"
  8516. }
  8517. },
  8518. "node_modules/shebang-regex": {
  8519. "version": "3.0.0",
  8520. "dev": true,
  8521. "license": "MIT",
  8522. "engines": {
  8523. "node": ">=8"
  8524. }
  8525. },
  8526. "node_modules/side-channel": {
  8527. "version": "1.0.4",
  8528. "license": "MIT",
  8529. "dependencies": {
  8530. "call-bind": "^1.0.0",
  8531. "get-intrinsic": "^1.0.2",
  8532. "object-inspect": "^1.9.0"
  8533. },
  8534. "funding": {
  8535. "url": "https://github.com/sponsors/ljharb"
  8536. }
  8537. },
  8538. "node_modules/signal-exit": {
  8539. "version": "3.0.7",
  8540. "dev": true,
  8541. "license": "ISC"
  8542. },
  8543. "node_modules/simple-concat": {
  8544. "version": "1.0.1",
  8545. "funding": [
  8546. {
  8547. "type": "github",
  8548. "url": "https://github.com/sponsors/feross"
  8549. },
  8550. {
  8551. "type": "patreon",
  8552. "url": "https://www.patreon.com/feross"
  8553. },
  8554. {
  8555. "type": "consulting",
  8556. "url": "https://feross.org/support"
  8557. }
  8558. ],
  8559. "license": "MIT"
  8560. },
  8561. "node_modules/simple-get": {
  8562. "version": "4.0.1",
  8563. "funding": [
  8564. {
  8565. "type": "github",
  8566. "url": "https://github.com/sponsors/feross"
  8567. },
  8568. {
  8569. "type": "patreon",
  8570. "url": "https://www.patreon.com/feross"
  8571. },
  8572. {
  8573. "type": "consulting",
  8574. "url": "https://feross.org/support"
  8575. }
  8576. ],
  8577. "license": "MIT",
  8578. "dependencies": {
  8579. "decompress-response": "^6.0.0",
  8580. "once": "^1.3.1",
  8581. "simple-concat": "^1.0.0"
  8582. }
  8583. },
  8584. "node_modules/slash": {
  8585. "version": "3.0.0",
  8586. "dev": true,
  8587. "license": "MIT",
  8588. "engines": {
  8589. "node": ">=8"
  8590. }
  8591. },
  8592. "node_modules/slice-ansi": {
  8593. "version": "5.0.0",
  8594. "dev": true,
  8595. "license": "MIT",
  8596. "dependencies": {
  8597. "ansi-styles": "^6.0.0",
  8598. "is-fullwidth-code-point": "^4.0.0"
  8599. },
  8600. "engines": {
  8601. "node": ">=12"
  8602. },
  8603. "funding": {
  8604. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  8605. }
  8606. },
  8607. "node_modules/slice-ansi/node_modules/ansi-styles": {
  8608. "version": "6.2.1",
  8609. "dev": true,
  8610. "license": "MIT",
  8611. "engines": {
  8612. "node": ">=12"
  8613. },
  8614. "funding": {
  8615. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8616. }
  8617. },
  8618. "node_modules/snake-case": {
  8619. "version": "3.0.4",
  8620. "dev": true,
  8621. "license": "MIT",
  8622. "dependencies": {
  8623. "dot-case": "^3.0.4",
  8624. "tslib": "^2.0.3"
  8625. }
  8626. },
  8627. "node_modules/sortablejs": {
  8628. "version": "1.14.0",
  8629. "license": "MIT"
  8630. },
  8631. "node_modules/source-map": {
  8632. "version": "0.6.1",
  8633. "license": "BSD-3-Clause",
  8634. "engines": {
  8635. "node": ">=0.10.0"
  8636. }
  8637. },
  8638. "node_modules/source-map-js": {
  8639. "version": "1.0.2",
  8640. "license": "BSD-3-Clause",
  8641. "engines": {
  8642. "node": ">=0.10.0"
  8643. }
  8644. },
  8645. "node_modules/source-map-resolve": {
  8646. "version": "0.5.3",
  8647. "license": "MIT",
  8648. "dependencies": {
  8649. "atob": "^2.1.2",
  8650. "decode-uri-component": "^0.2.0",
  8651. "resolve-url": "^0.2.1",
  8652. "source-map-url": "^0.4.0",
  8653. "urix": "^0.1.0"
  8654. }
  8655. },
  8656. "node_modules/source-map-resolve/node_modules/decode-uri-component": {
  8657. "version": "0.2.2",
  8658. "license": "MIT",
  8659. "engines": {
  8660. "node": ">=0.10"
  8661. }
  8662. },
  8663. "node_modules/source-map-support": {
  8664. "version": "0.5.21",
  8665. "license": "MIT",
  8666. "dependencies": {
  8667. "buffer-from": "^1.0.0",
  8668. "source-map": "^0.6.0"
  8669. }
  8670. },
  8671. "node_modules/source-map-url": {
  8672. "version": "0.4.1",
  8673. "license": "MIT"
  8674. },
  8675. "node_modules/sourcemap-codec": {
  8676. "version": "1.4.8",
  8677. "license": "MIT"
  8678. },
  8679. "node_modules/split-on-first": {
  8680. "version": "3.0.0",
  8681. "license": "MIT",
  8682. "engines": {
  8683. "node": ">=12"
  8684. },
  8685. "funding": {
  8686. "url": "https://github.com/sponsors/sindresorhus"
  8687. }
  8688. },
  8689. "node_modules/stdin-discarder": {
  8690. "version": "0.1.0",
  8691. "dev": true,
  8692. "license": "MIT",
  8693. "dependencies": {
  8694. "bl": "^5.0.0"
  8695. },
  8696. "engines": {
  8697. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  8698. },
  8699. "funding": {
  8700. "url": "https://github.com/sponsors/sindresorhus"
  8701. }
  8702. },
  8703. "node_modules/store": {
  8704. "version": "2.0.12",
  8705. "license": "MIT",
  8706. "engines": {
  8707. "node": "*"
  8708. }
  8709. },
  8710. "node_modules/store2": {
  8711. "version": "2.14.2",
  8712. "license": "(MIT OR GPL-3.0)"
  8713. },
  8714. "node_modules/strict-uri-encode": {
  8715. "version": "1.1.0",
  8716. "license": "MIT",
  8717. "engines": {
  8718. "node": ">=0.10.0"
  8719. }
  8720. },
  8721. "node_modules/string_decoder": {
  8722. "version": "1.3.0",
  8723. "dev": true,
  8724. "license": "MIT",
  8725. "dependencies": {
  8726. "safe-buffer": "~5.2.0"
  8727. }
  8728. },
  8729. "node_modules/string-argv": {
  8730. "version": "0.3.2",
  8731. "dev": true,
  8732. "license": "MIT",
  8733. "engines": {
  8734. "node": ">=0.6.19"
  8735. }
  8736. },
  8737. "node_modules/string-split-by": {
  8738. "version": "1.0.0",
  8739. "license": "MIT",
  8740. "dependencies": {
  8741. "parenthesis": "^3.1.5"
  8742. }
  8743. },
  8744. "node_modules/string-width": {
  8745. "version": "5.1.2",
  8746. "dev": true,
  8747. "license": "MIT",
  8748. "dependencies": {
  8749. "eastasianwidth": "^0.2.0",
  8750. "emoji-regex": "^9.2.2",
  8751. "strip-ansi": "^7.0.1"
  8752. },
  8753. "engines": {
  8754. "node": ">=12"
  8755. },
  8756. "funding": {
  8757. "url": "https://github.com/sponsors/sindresorhus"
  8758. }
  8759. },
  8760. "node_modules/string-width/node_modules/ansi-regex": {
  8761. "version": "6.0.1",
  8762. "dev": true,
  8763. "license": "MIT",
  8764. "engines": {
  8765. "node": ">=12"
  8766. },
  8767. "funding": {
  8768. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  8769. }
  8770. },
  8771. "node_modules/string-width/node_modules/strip-ansi": {
  8772. "version": "7.1.0",
  8773. "dev": true,
  8774. "license": "MIT",
  8775. "dependencies": {
  8776. "ansi-regex": "^6.0.1"
  8777. },
  8778. "engines": {
  8779. "node": ">=12"
  8780. },
  8781. "funding": {
  8782. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  8783. }
  8784. },
  8785. "node_modules/string.prototype.matchall": {
  8786. "version": "4.0.8",
  8787. "license": "MIT",
  8788. "dependencies": {
  8789. "call-bind": "^1.0.2",
  8790. "define-properties": "^1.1.4",
  8791. "es-abstract": "^1.20.4",
  8792. "get-intrinsic": "^1.1.3",
  8793. "has-symbols": "^1.0.3",
  8794. "internal-slot": "^1.0.3",
  8795. "regexp.prototype.flags": "^1.4.3",
  8796. "side-channel": "^1.0.4"
  8797. },
  8798. "funding": {
  8799. "url": "https://github.com/sponsors/ljharb"
  8800. }
  8801. },
  8802. "node_modules/string.prototype.trim": {
  8803. "version": "1.2.7",
  8804. "license": "MIT",
  8805. "dependencies": {
  8806. "call-bind": "^1.0.2",
  8807. "define-properties": "^1.1.4",
  8808. "es-abstract": "^1.20.4"
  8809. },
  8810. "engines": {
  8811. "node": ">= 0.4"
  8812. },
  8813. "funding": {
  8814. "url": "https://github.com/sponsors/ljharb"
  8815. }
  8816. },
  8817. "node_modules/string.prototype.trimend": {
  8818. "version": "1.0.6",
  8819. "license": "MIT",
  8820. "dependencies": {
  8821. "call-bind": "^1.0.2",
  8822. "define-properties": "^1.1.4",
  8823. "es-abstract": "^1.20.4"
  8824. },
  8825. "funding": {
  8826. "url": "https://github.com/sponsors/ljharb"
  8827. }
  8828. },
  8829. "node_modules/string.prototype.trimstart": {
  8830. "version": "1.0.6",
  8831. "license": "MIT",
  8832. "dependencies": {
  8833. "call-bind": "^1.0.2",
  8834. "define-properties": "^1.1.4",
  8835. "es-abstract": "^1.20.4"
  8836. },
  8837. "funding": {
  8838. "url": "https://github.com/sponsors/ljharb"
  8839. }
  8840. },
  8841. "node_modules/stringify-object": {
  8842. "version": "3.3.0",
  8843. "license": "BSD-2-Clause",
  8844. "dependencies": {
  8845. "get-own-enumerable-property-symbols": "^3.0.0",
  8846. "is-obj": "^1.0.1",
  8847. "is-regexp": "^1.0.0"
  8848. },
  8849. "engines": {
  8850. "node": ">=4"
  8851. }
  8852. },
  8853. "node_modules/strip-ansi": {
  8854. "version": "6.0.1",
  8855. "dev": true,
  8856. "license": "MIT",
  8857. "dependencies": {
  8858. "ansi-regex": "^5.0.1"
  8859. },
  8860. "engines": {
  8861. "node": ">=8"
  8862. }
  8863. },
  8864. "node_modules/strip-comments": {
  8865. "version": "2.0.1",
  8866. "license": "MIT",
  8867. "engines": {
  8868. "node": ">=10"
  8869. }
  8870. },
  8871. "node_modules/strip-eof": {
  8872. "version": "1.0.0",
  8873. "dev": true,
  8874. "license": "MIT",
  8875. "engines": {
  8876. "node": ">=0.10.0"
  8877. }
  8878. },
  8879. "node_modules/strip-final-newline": {
  8880. "version": "3.0.0",
  8881. "dev": true,
  8882. "license": "MIT",
  8883. "engines": {
  8884. "node": ">=12"
  8885. },
  8886. "funding": {
  8887. "url": "https://github.com/sponsors/sindresorhus"
  8888. }
  8889. },
  8890. "node_modules/strip-indent": {
  8891. "version": "2.0.0",
  8892. "dev": true,
  8893. "license": "MIT",
  8894. "engines": {
  8895. "node": ">=4"
  8896. }
  8897. },
  8898. "node_modules/strip-json-comments": {
  8899. "version": "3.1.1",
  8900. "dev": true,
  8901. "license": "MIT",
  8902. "engines": {
  8903. "node": ">=8"
  8904. },
  8905. "funding": {
  8906. "url": "https://github.com/sponsors/sindresorhus"
  8907. }
  8908. },
  8909. "node_modules/supports-color": {
  8910. "version": "5.5.0",
  8911. "license": "MIT",
  8912. "dependencies": {
  8913. "has-flag": "^3.0.0"
  8914. },
  8915. "engines": {
  8916. "node": ">=4"
  8917. }
  8918. },
  8919. "node_modules/supports-preserve-symlinks-flag": {
  8920. "version": "1.0.0",
  8921. "license": "MIT",
  8922. "engines": {
  8923. "node": ">= 0.4"
  8924. },
  8925. "funding": {
  8926. "url": "https://github.com/sponsors/ljharb"
  8927. }
  8928. },
  8929. "node_modules/svg-tags": {
  8930. "version": "1.0.0",
  8931. "dev": true
  8932. },
  8933. "node_modules/systemjs": {
  8934. "version": "6.14.2",
  8935. "dev": true,
  8936. "license": "MIT"
  8937. },
  8938. "node_modules/tcplayer.js": {
  8939. "version": "4.8.0",
  8940. "license": "Apache-2.0",
  8941. "dependencies": {
  8942. "babel-runtime": "^6.9.2",
  8943. "blueimp-md5": "^2.10.0",
  8944. "global": "4.3.2",
  8945. "jsencrypt": "^3.2.0",
  8946. "md5": "^2.3.0",
  8947. "query-string": "^5.0.1",
  8948. "safe-json-parse": "4.0.0",
  8949. "store": "^2.0.12",
  8950. "store2": "^2.7.1",
  8951. "tsml": "1.0.1",
  8952. "videojs-font": "2.1.0",
  8953. "videojs-ie8": "1.1.2",
  8954. "videojs-vtt.js": "0.12.4",
  8955. "xhr": "2.4.0"
  8956. }
  8957. },
  8958. "node_modules/tcplayer.js/node_modules/decode-uri-component": {
  8959. "version": "0.2.2",
  8960. "license": "MIT",
  8961. "engines": {
  8962. "node": ">=0.10"
  8963. }
  8964. },
  8965. "node_modules/tcplayer.js/node_modules/query-string": {
  8966. "version": "5.1.1",
  8967. "license": "MIT",
  8968. "dependencies": {
  8969. "decode-uri-component": "^0.2.0",
  8970. "object-assign": "^4.1.0",
  8971. "strict-uri-encode": "^1.0.0"
  8972. },
  8973. "engines": {
  8974. "node": ">=0.10.0"
  8975. }
  8976. },
  8977. "node_modules/temp-dir": {
  8978. "version": "2.0.0",
  8979. "license": "MIT",
  8980. "engines": {
  8981. "node": ">=8"
  8982. }
  8983. },
  8984. "node_modules/tempy": {
  8985. "version": "0.6.0",
  8986. "license": "MIT",
  8987. "dependencies": {
  8988. "is-stream": "^2.0.0",
  8989. "temp-dir": "^2.0.0",
  8990. "type-fest": "^0.16.0",
  8991. "unique-string": "^2.0.0"
  8992. },
  8993. "engines": {
  8994. "node": ">=10"
  8995. },
  8996. "funding": {
  8997. "url": "https://github.com/sponsors/sindresorhus"
  8998. }
  8999. },
  9000. "node_modules/tempy/node_modules/is-stream": {
  9001. "version": "2.0.1",
  9002. "license": "MIT",
  9003. "engines": {
  9004. "node": ">=8"
  9005. },
  9006. "funding": {
  9007. "url": "https://github.com/sponsors/sindresorhus"
  9008. }
  9009. },
  9010. "node_modules/tempy/node_modules/type-fest": {
  9011. "version": "0.16.0",
  9012. "license": "(MIT OR CC0-1.0)",
  9013. "engines": {
  9014. "node": ">=10"
  9015. },
  9016. "funding": {
  9017. "url": "https://github.com/sponsors/sindresorhus"
  9018. }
  9019. },
  9020. "node_modules/terser": {
  9021. "version": "5.19.2",
  9022. "license": "BSD-2-Clause",
  9023. "dependencies": {
  9024. "@jridgewell/source-map": "^0.3.3",
  9025. "acorn": "^8.8.2",
  9026. "commander": "^2.20.0",
  9027. "source-map-support": "~0.5.20"
  9028. },
  9029. "bin": {
  9030. "terser": "bin/terser"
  9031. },
  9032. "engines": {
  9033. "node": ">=10"
  9034. }
  9035. },
  9036. "node_modules/terser/node_modules/commander": {
  9037. "version": "2.20.3",
  9038. "license": "MIT"
  9039. },
  9040. "node_modules/text-segmentation": {
  9041. "version": "1.0.3",
  9042. "license": "MIT",
  9043. "dependencies": {
  9044. "utrie": "^1.0.2"
  9045. }
  9046. },
  9047. "node_modules/text-table": {
  9048. "version": "0.2.0",
  9049. "dev": true,
  9050. "license": "MIT"
  9051. },
  9052. "node_modules/through": {
  9053. "version": "2.3.8",
  9054. "dev": true,
  9055. "license": "MIT"
  9056. },
  9057. "node_modules/title-case": {
  9058. "version": "3.0.3",
  9059. "dev": true,
  9060. "license": "MIT",
  9061. "dependencies": {
  9062. "tslib": "^2.0.3"
  9063. }
  9064. },
  9065. "node_modules/tmp": {
  9066. "version": "0.0.33",
  9067. "dev": true,
  9068. "license": "MIT",
  9069. "dependencies": {
  9070. "os-tmpdir": "~1.0.2"
  9071. },
  9072. "engines": {
  9073. "node": ">=0.6.0"
  9074. }
  9075. },
  9076. "node_modules/to-fast-properties": {
  9077. "version": "2.0.0",
  9078. "license": "MIT",
  9079. "engines": {
  9080. "node": ">=4"
  9081. }
  9082. },
  9083. "node_modules/to-regex-range": {
  9084. "version": "5.0.1",
  9085. "license": "MIT",
  9086. "dependencies": {
  9087. "is-number": "^7.0.0"
  9088. },
  9089. "engines": {
  9090. "node": ">=8.0"
  9091. }
  9092. },
  9093. "node_modules/tr46": {
  9094. "version": "0.0.3",
  9095. "dev": true,
  9096. "license": "MIT"
  9097. },
  9098. "node_modules/treemate": {
  9099. "version": "0.3.11",
  9100. "resolved": "https://registry.npmmirror.com/treemate/-/treemate-0.3.11.tgz",
  9101. "integrity": "sha512-M8RGFoKtZ8dF+iwJfAJTOH/SM4KluKOKRJpjCMhI8bG3qB74zrFoArKZ62ll0Fr3mqkMJiQOmWYkdYgDeITYQg=="
  9102. },
  9103. "node_modules/tslib": {
  9104. "version": "2.3.0",
  9105. "license": "0BSD"
  9106. },
  9107. "node_modules/tsml": {
  9108. "version": "1.0.1",
  9109. "license": "MIT"
  9110. },
  9111. "node_modules/tsutils": {
  9112. "version": "3.21.0",
  9113. "dev": true,
  9114. "license": "MIT",
  9115. "dependencies": {
  9116. "tslib": "^1.8.1"
  9117. },
  9118. "engines": {
  9119. "node": ">= 6"
  9120. },
  9121. "peerDependencies": {
  9122. "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"
  9123. }
  9124. },
  9125. "node_modules/tsutils/node_modules/tslib": {
  9126. "version": "1.14.1",
  9127. "dev": true,
  9128. "license": "0BSD"
  9129. },
  9130. "node_modules/type-check": {
  9131. "version": "0.4.0",
  9132. "dev": true,
  9133. "license": "MIT",
  9134. "dependencies": {
  9135. "prelude-ls": "^1.2.1"
  9136. },
  9137. "engines": {
  9138. "node": ">= 0.8.0"
  9139. }
  9140. },
  9141. "node_modules/type-fest": {
  9142. "version": "1.4.0",
  9143. "dev": true,
  9144. "license": "(MIT OR CC0-1.0)",
  9145. "engines": {
  9146. "node": ">=10"
  9147. },
  9148. "funding": {
  9149. "url": "https://github.com/sponsors/sindresorhus"
  9150. }
  9151. },
  9152. "node_modules/typed-array-buffer": {
  9153. "version": "1.0.0",
  9154. "license": "MIT",
  9155. "dependencies": {
  9156. "call-bind": "^1.0.2",
  9157. "get-intrinsic": "^1.2.1",
  9158. "is-typed-array": "^1.1.10"
  9159. },
  9160. "engines": {
  9161. "node": ">= 0.4"
  9162. }
  9163. },
  9164. "node_modules/typed-array-byte-length": {
  9165. "version": "1.0.0",
  9166. "license": "MIT",
  9167. "dependencies": {
  9168. "call-bind": "^1.0.2",
  9169. "for-each": "^0.3.3",
  9170. "has-proto": "^1.0.1",
  9171. "is-typed-array": "^1.1.10"
  9172. },
  9173. "engines": {
  9174. "node": ">= 0.4"
  9175. },
  9176. "funding": {
  9177. "url": "https://github.com/sponsors/ljharb"
  9178. }
  9179. },
  9180. "node_modules/typed-array-byte-offset": {
  9181. "version": "1.0.0",
  9182. "license": "MIT",
  9183. "dependencies": {
  9184. "available-typed-arrays": "^1.0.5",
  9185. "call-bind": "^1.0.2",
  9186. "for-each": "^0.3.3",
  9187. "has-proto": "^1.0.1",
  9188. "is-typed-array": "^1.1.10"
  9189. },
  9190. "engines": {
  9191. "node": ">= 0.4"
  9192. },
  9193. "funding": {
  9194. "url": "https://github.com/sponsors/ljharb"
  9195. }
  9196. },
  9197. "node_modules/typed-array-length": {
  9198. "version": "1.0.4",
  9199. "license": "MIT",
  9200. "dependencies": {
  9201. "call-bind": "^1.0.2",
  9202. "for-each": "^0.3.3",
  9203. "is-typed-array": "^1.1.9"
  9204. },
  9205. "funding": {
  9206. "url": "https://github.com/sponsors/ljharb"
  9207. }
  9208. },
  9209. "node_modules/typescript": {
  9210. "version": "5.1.6",
  9211. "devOptional": true,
  9212. "license": "Apache-2.0",
  9213. "bin": {
  9214. "tsc": "bin/tsc",
  9215. "tsserver": "bin/tsserver"
  9216. },
  9217. "engines": {
  9218. "node": ">=14.17"
  9219. }
  9220. },
  9221. "node_modules/uglify-js": {
  9222. "version": "3.17.4",
  9223. "dev": true,
  9224. "license": "BSD-2-Clause",
  9225. "optional": true,
  9226. "bin": {
  9227. "uglifyjs": "bin/uglifyjs"
  9228. },
  9229. "engines": {
  9230. "node": ">=0.8.0"
  9231. }
  9232. },
  9233. "node_modules/umi-request": {
  9234. "version": "1.4.0",
  9235. "license": "MIT",
  9236. "dependencies": {
  9237. "isomorphic-fetch": "^2.2.1",
  9238. "qs": "^6.9.1"
  9239. }
  9240. },
  9241. "node_modules/unbox-primitive": {
  9242. "version": "1.0.2",
  9243. "license": "MIT",
  9244. "dependencies": {
  9245. "call-bind": "^1.0.2",
  9246. "has-bigints": "^1.0.2",
  9247. "has-symbols": "^1.0.3",
  9248. "which-boxed-primitive": "^1.0.2"
  9249. },
  9250. "funding": {
  9251. "url": "https://github.com/sponsors/ljharb"
  9252. }
  9253. },
  9254. "node_modules/unc-path-regex": {
  9255. "version": "0.1.2",
  9256. "dev": true,
  9257. "license": "MIT",
  9258. "engines": {
  9259. "node": ">=0.10.0"
  9260. }
  9261. },
  9262. "node_modules/unicode-canonical-property-names-ecmascript": {
  9263. "version": "2.0.0",
  9264. "license": "MIT",
  9265. "engines": {
  9266. "node": ">=4"
  9267. }
  9268. },
  9269. "node_modules/unicode-match-property-ecmascript": {
  9270. "version": "2.0.0",
  9271. "license": "MIT",
  9272. "dependencies": {
  9273. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  9274. "unicode-property-aliases-ecmascript": "^2.0.0"
  9275. },
  9276. "engines": {
  9277. "node": ">=4"
  9278. }
  9279. },
  9280. "node_modules/unicode-match-property-value-ecmascript": {
  9281. "version": "2.1.0",
  9282. "license": "MIT",
  9283. "engines": {
  9284. "node": ">=4"
  9285. }
  9286. },
  9287. "node_modules/unicode-property-aliases-ecmascript": {
  9288. "version": "2.1.0",
  9289. "license": "MIT",
  9290. "engines": {
  9291. "node": ">=4"
  9292. }
  9293. },
  9294. "node_modules/unique-string": {
  9295. "version": "2.0.0",
  9296. "license": "MIT",
  9297. "dependencies": {
  9298. "crypto-random-string": "^2.0.0"
  9299. },
  9300. "engines": {
  9301. "node": ">=8"
  9302. }
  9303. },
  9304. "node_modules/universal-user-agent": {
  9305. "version": "6.0.0",
  9306. "dev": true,
  9307. "license": "ISC"
  9308. },
  9309. "node_modules/universalify": {
  9310. "version": "2.0.0",
  9311. "license": "MIT",
  9312. "engines": {
  9313. "node": ">= 10.0.0"
  9314. }
  9315. },
  9316. "node_modules/unplugin": {
  9317. "version": "1.4.0",
  9318. "dev": true,
  9319. "license": "MIT",
  9320. "dependencies": {
  9321. "acorn": "^8.9.0",
  9322. "chokidar": "^3.5.3",
  9323. "webpack-sources": "^3.2.3",
  9324. "webpack-virtual-modules": "^0.5.0"
  9325. }
  9326. },
  9327. "node_modules/unplugin-vue-components": {
  9328. "version": "0.24.1",
  9329. "dev": true,
  9330. "license": "MIT",
  9331. "dependencies": {
  9332. "@antfu/utils": "^0.7.2",
  9333. "@rollup/pluginutils": "^5.0.2",
  9334. "chokidar": "^3.5.3",
  9335. "debug": "^4.3.4",
  9336. "fast-glob": "^3.2.12",
  9337. "local-pkg": "^0.4.3",
  9338. "magic-string": "^0.30.0",
  9339. "minimatch": "^7.4.2",
  9340. "resolve": "^1.22.1",
  9341. "unplugin": "^1.1.0"
  9342. },
  9343. "engines": {
  9344. "node": ">=14"
  9345. },
  9346. "funding": {
  9347. "url": "https://github.com/sponsors/antfu"
  9348. },
  9349. "peerDependencies": {
  9350. "@babel/parser": "^7.15.8",
  9351. "@nuxt/kit": "^3.2.2",
  9352. "vue": "2 || 3"
  9353. },
  9354. "peerDependenciesMeta": {
  9355. "@babel/parser": {
  9356. "optional": true
  9357. },
  9358. "@nuxt/kit": {
  9359. "optional": true
  9360. }
  9361. }
  9362. },
  9363. "node_modules/unplugin-vue-components/node_modules/brace-expansion": {
  9364. "version": "2.0.1",
  9365. "dev": true,
  9366. "license": "MIT",
  9367. "dependencies": {
  9368. "balanced-match": "^1.0.0"
  9369. }
  9370. },
  9371. "node_modules/unplugin-vue-components/node_modules/minimatch": {
  9372. "version": "7.4.6",
  9373. "dev": true,
  9374. "license": "ISC",
  9375. "dependencies": {
  9376. "brace-expansion": "^2.0.1"
  9377. },
  9378. "engines": {
  9379. "node": ">=10"
  9380. },
  9381. "funding": {
  9382. "url": "https://github.com/sponsors/isaacs"
  9383. }
  9384. },
  9385. "node_modules/upath": {
  9386. "version": "1.2.0",
  9387. "license": "MIT",
  9388. "engines": {
  9389. "node": ">=4",
  9390. "yarn": "*"
  9391. }
  9392. },
  9393. "node_modules/update-browserslist-db": {
  9394. "version": "1.0.11",
  9395. "funding": [
  9396. {
  9397. "type": "opencollective",
  9398. "url": "https://opencollective.com/browserslist"
  9399. },
  9400. {
  9401. "type": "tidelift",
  9402. "url": "https://tidelift.com/funding/github/npm/browserslist"
  9403. },
  9404. {
  9405. "type": "github",
  9406. "url": "https://github.com/sponsors/ai"
  9407. }
  9408. ],
  9409. "license": "MIT",
  9410. "dependencies": {
  9411. "escalade": "^3.1.1",
  9412. "picocolors": "^1.0.0"
  9413. },
  9414. "bin": {
  9415. "update-browserslist-db": "cli.js"
  9416. },
  9417. "peerDependencies": {
  9418. "browserslist": ">= 4.21.0"
  9419. }
  9420. },
  9421. "node_modules/upper-case": {
  9422. "version": "2.0.2",
  9423. "dev": true,
  9424. "license": "MIT",
  9425. "dependencies": {
  9426. "tslib": "^2.0.3"
  9427. }
  9428. },
  9429. "node_modules/upper-case-first": {
  9430. "version": "2.0.2",
  9431. "dev": true,
  9432. "license": "MIT",
  9433. "dependencies": {
  9434. "tslib": "^2.0.3"
  9435. }
  9436. },
  9437. "node_modules/uri-js": {
  9438. "version": "4.4.1",
  9439. "license": "BSD-2-Clause",
  9440. "dependencies": {
  9441. "punycode": "^2.1.0"
  9442. }
  9443. },
  9444. "node_modules/urix": {
  9445. "version": "0.1.0",
  9446. "license": "MIT"
  9447. },
  9448. "node_modules/url-polyfill": {
  9449. "version": "1.1.12",
  9450. "license": "MIT"
  9451. },
  9452. "node_modules/util-deprecate": {
  9453. "version": "1.0.2",
  9454. "license": "MIT"
  9455. },
  9456. "node_modules/utrie": {
  9457. "version": "1.0.2",
  9458. "license": "MIT",
  9459. "dependencies": {
  9460. "base64-arraybuffer": "^1.0.2"
  9461. }
  9462. },
  9463. "node_modules/v8flags": {
  9464. "version": "4.0.0",
  9465. "dev": true,
  9466. "license": "MIT",
  9467. "engines": {
  9468. "node": ">= 10.13.0"
  9469. }
  9470. },
  9471. "node_modules/vdirs": {
  9472. "version": "0.1.8",
  9473. "resolved": "https://registry.npmmirror.com/vdirs/-/vdirs-0.1.8.tgz",
  9474. "integrity": "sha512-H9V1zGRLQZg9b+GdMk8MXDN2Lva0zx72MPahDKc30v+DtwKjfyOSXWRIX4t2mhDubM1H09gPhWeth/BJWPHGUw==",
  9475. "dependencies": {
  9476. "evtd": "^0.2.2"
  9477. },
  9478. "peerDependencies": {
  9479. "vue": "^3.0.11"
  9480. }
  9481. },
  9482. "node_modules/videojs-font": {
  9483. "version": "2.1.0",
  9484. "license": "Apache-2.0"
  9485. },
  9486. "node_modules/videojs-ie8": {
  9487. "version": "1.1.2",
  9488. "license": "Apache 2.0",
  9489. "dependencies": {
  9490. "es5-shim": "^4.5.1"
  9491. }
  9492. },
  9493. "node_modules/videojs-vtt.js": {
  9494. "version": "0.12.4",
  9495. "license": "Apache-2.0",
  9496. "dependencies": {
  9497. "global": "^4.3.1"
  9498. }
  9499. },
  9500. "node_modules/vite": {
  9501. "version": "4.4.9",
  9502. "license": "MIT",
  9503. "dependencies": {
  9504. "esbuild": "^0.18.10",
  9505. "postcss": "^8.4.27",
  9506. "rollup": "^3.27.1"
  9507. },
  9508. "bin": {
  9509. "vite": "bin/vite.js"
  9510. },
  9511. "engines": {
  9512. "node": "^14.18.0 || >=16.0.0"
  9513. },
  9514. "funding": {
  9515. "url": "https://github.com/vitejs/vite?sponsor=1"
  9516. },
  9517. "optionalDependencies": {
  9518. "fsevents": "~2.3.2"
  9519. },
  9520. "peerDependencies": {
  9521. "@types/node": ">= 14",
  9522. "less": "*",
  9523. "lightningcss": "^1.21.0",
  9524. "sass": "*",
  9525. "stylus": "*",
  9526. "sugarss": "*",
  9527. "terser": "^5.4.0"
  9528. },
  9529. "peerDependenciesMeta": {
  9530. "@types/node": {
  9531. "optional": true
  9532. },
  9533. "less": {
  9534. "optional": true
  9535. },
  9536. "lightningcss": {
  9537. "optional": true
  9538. },
  9539. "sass": {
  9540. "optional": true
  9541. },
  9542. "stylus": {
  9543. "optional": true
  9544. },
  9545. "sugarss": {
  9546. "optional": true
  9547. },
  9548. "terser": {
  9549. "optional": true
  9550. }
  9551. }
  9552. },
  9553. "node_modules/vite-plugin-eslint": {
  9554. "version": "1.8.1",
  9555. "dev": true,
  9556. "license": "MIT",
  9557. "dependencies": {
  9558. "@rollup/pluginutils": "^4.2.1",
  9559. "@types/eslint": "^8.4.5",
  9560. "rollup": "^2.77.2"
  9561. },
  9562. "peerDependencies": {
  9563. "eslint": ">=7",
  9564. "vite": ">=2"
  9565. }
  9566. },
  9567. "node_modules/vite-plugin-eslint/node_modules/@rollup/pluginutils": {
  9568. "version": "4.2.1",
  9569. "dev": true,
  9570. "license": "MIT",
  9571. "dependencies": {
  9572. "estree-walker": "^2.0.1",
  9573. "picomatch": "^2.2.2"
  9574. },
  9575. "engines": {
  9576. "node": ">= 8.0.0"
  9577. }
  9578. },
  9579. "node_modules/vite-plugin-mkcert": {
  9580. "version": "1.16.0",
  9581. "dev": true,
  9582. "license": "MIT",
  9583. "dependencies": {
  9584. "@octokit/rest": "^19.0.5",
  9585. "axios": "^1.2.2",
  9586. "debug": "^4.3.4",
  9587. "picocolors": "^1.0.0"
  9588. },
  9589. "engines": {
  9590. "node": ">=v16.7.0"
  9591. },
  9592. "peerDependencies": {
  9593. "vite": ">=3"
  9594. }
  9595. },
  9596. "node_modules/vite-plugin-pwa": {
  9597. "version": "0.16.4",
  9598. "license": "MIT",
  9599. "dependencies": {
  9600. "debug": "^4.3.4",
  9601. "fast-glob": "^3.2.12",
  9602. "pretty-bytes": "^6.0.0",
  9603. "workbox-build": "^7.0.0",
  9604. "workbox-window": "^7.0.0"
  9605. },
  9606. "engines": {
  9607. "node": ">=16.0.0"
  9608. },
  9609. "funding": {
  9610. "url": "https://github.com/sponsors/antfu"
  9611. },
  9612. "peerDependencies": {
  9613. "vite": "^3.1.0 || ^4.0.0",
  9614. "workbox-build": "^7.0.0",
  9615. "workbox-window": "^7.0.0"
  9616. }
  9617. },
  9618. "node_modules/vite/node_modules/rollup": {
  9619. "version": "3.29.4",
  9620. "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz",
  9621. "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==",
  9622. "bin": {
  9623. "rollup": "dist/bin/rollup"
  9624. },
  9625. "engines": {
  9626. "node": ">=14.18.0",
  9627. "npm": ">=8.0.0"
  9628. },
  9629. "optionalDependencies": {
  9630. "fsevents": "~2.3.2"
  9631. }
  9632. },
  9633. "node_modules/vooks": {
  9634. "version": "0.2.12",
  9635. "resolved": "https://registry.npmmirror.com/vooks/-/vooks-0.2.12.tgz",
  9636. "integrity": "sha512-iox0I3RZzxtKlcgYaStQYKEzWWGAduMmq+jS7OrNdQo1FgGfPMubGL3uGHOU9n97NIvfFDBGnpSvkWyb/NSn/Q==",
  9637. "dependencies": {
  9638. "evtd": "^0.2.2"
  9639. },
  9640. "peerDependencies": {
  9641. "vue": "^3.0.0"
  9642. }
  9643. },
  9644. "node_modules/vudio.js": {
  9645. "version": "1.0.3",
  9646. "license": "ISC"
  9647. },
  9648. "node_modules/vue": {
  9649. "version": "3.3.4",
  9650. "license": "MIT",
  9651. "dependencies": {
  9652. "@vue/compiler-dom": "3.3.4",
  9653. "@vue/compiler-sfc": "3.3.4",
  9654. "@vue/runtime-dom": "3.3.4",
  9655. "@vue/server-renderer": "3.3.4",
  9656. "@vue/shared": "3.3.4"
  9657. }
  9658. },
  9659. "node_modules/vue-demi": {
  9660. "version": "0.14.5",
  9661. "hasInstallScript": true,
  9662. "license": "MIT",
  9663. "bin": {
  9664. "vue-demi-fix": "bin/vue-demi-fix.js",
  9665. "vue-demi-switch": "bin/vue-demi-switch.js"
  9666. },
  9667. "engines": {
  9668. "node": ">=12"
  9669. },
  9670. "funding": {
  9671. "url": "https://github.com/sponsors/antfu"
  9672. },
  9673. "peerDependencies": {
  9674. "@vue/composition-api": "^1.0.0-rc.1",
  9675. "vue": "^3.0.0-0 || ^2.6.0"
  9676. },
  9677. "peerDependenciesMeta": {
  9678. "@vue/composition-api": {
  9679. "optional": true
  9680. }
  9681. }
  9682. },
  9683. "node_modules/vue-eslint-parser": {
  9684. "version": "9.3.1",
  9685. "dev": true,
  9686. "license": "MIT",
  9687. "dependencies": {
  9688. "debug": "^4.3.4",
  9689. "eslint-scope": "^7.1.1",
  9690. "eslint-visitor-keys": "^3.3.0",
  9691. "espree": "^9.3.1",
  9692. "esquery": "^1.4.0",
  9693. "lodash": "^4.17.21",
  9694. "semver": "^7.3.6"
  9695. },
  9696. "engines": {
  9697. "node": "^14.17.0 || >=16.0.0"
  9698. },
  9699. "funding": {
  9700. "url": "https://github.com/sponsors/mysticatea"
  9701. },
  9702. "peerDependencies": {
  9703. "eslint": ">=6.0.0"
  9704. }
  9705. },
  9706. "node_modules/vue-eslint-parser/node_modules/eslint-scope": {
  9707. "version": "7.2.2",
  9708. "dev": true,
  9709. "license": "BSD-2-Clause",
  9710. "dependencies": {
  9711. "esrecurse": "^4.3.0",
  9712. "estraverse": "^5.2.0"
  9713. },
  9714. "engines": {
  9715. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  9716. },
  9717. "funding": {
  9718. "url": "https://opencollective.com/eslint"
  9719. }
  9720. },
  9721. "node_modules/vue-eslint-parser/node_modules/estraverse": {
  9722. "version": "5.3.0",
  9723. "dev": true,
  9724. "license": "BSD-2-Clause",
  9725. "engines": {
  9726. "node": ">=4.0"
  9727. }
  9728. },
  9729. "node_modules/vue-eslint-parser/node_modules/lru-cache": {
  9730. "version": "6.0.0",
  9731. "dev": true,
  9732. "license": "ISC",
  9733. "dependencies": {
  9734. "yallist": "^4.0.0"
  9735. },
  9736. "engines": {
  9737. "node": ">=10"
  9738. }
  9739. },
  9740. "node_modules/vue-eslint-parser/node_modules/semver": {
  9741. "version": "7.5.4",
  9742. "dev": true,
  9743. "license": "ISC",
  9744. "dependencies": {
  9745. "lru-cache": "^6.0.0"
  9746. },
  9747. "bin": {
  9748. "semver": "bin/semver.js"
  9749. },
  9750. "engines": {
  9751. "node": ">=10"
  9752. }
  9753. },
  9754. "node_modules/vue-eslint-parser/node_modules/yallist": {
  9755. "version": "4.0.0",
  9756. "dev": true,
  9757. "license": "ISC"
  9758. },
  9759. "node_modules/vue-i18n": {
  9760. "version": "9.2.2",
  9761. "license": "MIT",
  9762. "dependencies": {
  9763. "@intlify/core-base": "9.2.2",
  9764. "@intlify/shared": "9.2.2",
  9765. "@intlify/vue-devtools": "9.2.2",
  9766. "@vue/devtools-api": "^6.2.1"
  9767. },
  9768. "engines": {
  9769. "node": ">= 14"
  9770. },
  9771. "peerDependencies": {
  9772. "vue": "^3.0.0"
  9773. }
  9774. },
  9775. "node_modules/vue-qr": {
  9776. "version": "4.0.9",
  9777. "license": "MIT",
  9778. "dependencies": {
  9779. "glob": "^8.0.1",
  9780. "js-binary-schema-parser": "^2.0.2",
  9781. "simple-get": "^4.0.1",
  9782. "string-split-by": "^1.0.0"
  9783. }
  9784. },
  9785. "node_modules/vue-qr/node_modules/brace-expansion": {
  9786. "version": "2.0.1",
  9787. "license": "MIT",
  9788. "dependencies": {
  9789. "balanced-match": "^1.0.0"
  9790. }
  9791. },
  9792. "node_modules/vue-qr/node_modules/glob": {
  9793. "version": "8.1.0",
  9794. "license": "ISC",
  9795. "dependencies": {
  9796. "fs.realpath": "^1.0.0",
  9797. "inflight": "^1.0.4",
  9798. "inherits": "2",
  9799. "minimatch": "^5.0.1",
  9800. "once": "^1.3.0"
  9801. },
  9802. "engines": {
  9803. "node": ">=12"
  9804. },
  9805. "funding": {
  9806. "url": "https://github.com/sponsors/isaacs"
  9807. }
  9808. },
  9809. "node_modules/vue-qr/node_modules/minimatch": {
  9810. "version": "5.1.6",
  9811. "license": "ISC",
  9812. "dependencies": {
  9813. "brace-expansion": "^2.0.1"
  9814. },
  9815. "engines": {
  9816. "node": ">=10"
  9817. }
  9818. },
  9819. "node_modules/vue-router": {
  9820. "version": "4.2.4",
  9821. "license": "MIT",
  9822. "dependencies": {
  9823. "@vue/devtools-api": "^6.5.0"
  9824. },
  9825. "funding": {
  9826. "url": "https://github.com/sponsors/posva"
  9827. },
  9828. "peerDependencies": {
  9829. "vue": "^3.2.0"
  9830. }
  9831. },
  9832. "node_modules/vue-template-compiler": {
  9833. "version": "2.7.14",
  9834. "dev": true,
  9835. "license": "MIT",
  9836. "dependencies": {
  9837. "de-indent": "^1.0.2",
  9838. "he": "^1.2.0"
  9839. }
  9840. },
  9841. "node_modules/vue-tsc": {
  9842. "version": "1.8.8",
  9843. "dev": true,
  9844. "license": "MIT",
  9845. "dependencies": {
  9846. "@vue/language-core": "1.8.8",
  9847. "@vue/typescript": "1.8.8",
  9848. "semver": "^7.3.8"
  9849. },
  9850. "bin": {
  9851. "vue-tsc": "bin/vue-tsc.js"
  9852. },
  9853. "peerDependencies": {
  9854. "typescript": "*"
  9855. }
  9856. },
  9857. "node_modules/vue-tsc/node_modules/lru-cache": {
  9858. "version": "6.0.0",
  9859. "dev": true,
  9860. "license": "ISC",
  9861. "dependencies": {
  9862. "yallist": "^4.0.0"
  9863. },
  9864. "engines": {
  9865. "node": ">=10"
  9866. }
  9867. },
  9868. "node_modules/vue-tsc/node_modules/semver": {
  9869. "version": "7.5.4",
  9870. "dev": true,
  9871. "license": "ISC",
  9872. "dependencies": {
  9873. "lru-cache": "^6.0.0"
  9874. },
  9875. "bin": {
  9876. "semver": "bin/semver.js"
  9877. },
  9878. "engines": {
  9879. "node": ">=10"
  9880. }
  9881. },
  9882. "node_modules/vue-tsc/node_modules/yallist": {
  9883. "version": "4.0.0",
  9884. "dev": true,
  9885. "license": "ISC"
  9886. },
  9887. "node_modules/vue3-lottie": {
  9888. "version": "2.7.4",
  9889. "license": "MIT",
  9890. "dependencies": {
  9891. "lodash-es": "^4.17.21",
  9892. "lottie-web": "5.12.2"
  9893. },
  9894. "engines": {
  9895. "node": ">=12"
  9896. },
  9897. "peerDependencies": {
  9898. "vue": "^3.2"
  9899. }
  9900. },
  9901. "node_modules/vuedraggable": {
  9902. "version": "4.1.0",
  9903. "license": "MIT",
  9904. "dependencies": {
  9905. "sortablejs": "1.14.0"
  9906. },
  9907. "peerDependencies": {
  9908. "vue": "^3.0.1"
  9909. }
  9910. },
  9911. "node_modules/vueuc": {
  9912. "version": "0.4.64",
  9913. "resolved": "https://registry.npmmirror.com/vueuc/-/vueuc-0.4.64.tgz",
  9914. "integrity": "sha512-wlJQj7fIwKK2pOEoOq4Aro8JdPOGpX8aWQhV8YkTW9OgWD2uj2O8ANzvSsIGjx7LTOc7QbS7sXdxHi6XvRnHPA==",
  9915. "dependencies": {
  9916. "@css-render/vue3-ssr": "^0.15.10",
  9917. "@juggle/resize-observer": "^3.3.1",
  9918. "css-render": "^0.15.10",
  9919. "evtd": "^0.2.4",
  9920. "seemly": "^0.3.6",
  9921. "vdirs": "^0.1.4",
  9922. "vooks": "^0.2.4"
  9923. },
  9924. "peerDependencies": {
  9925. "vue": "^3.0.11"
  9926. }
  9927. },
  9928. "node_modules/vuex": {
  9929. "version": "4.1.0",
  9930. "license": "MIT",
  9931. "dependencies": {
  9932. "@vue/devtools-api": "^6.0.0-beta.11"
  9933. },
  9934. "peerDependencies": {
  9935. "vue": "^3.2.0"
  9936. }
  9937. },
  9938. "node_modules/wavesurfer.js": {
  9939. "version": "7.1.4",
  9940. "license": "BSD-3-Clause"
  9941. },
  9942. "node_modules/wcwidth": {
  9943. "version": "1.0.1",
  9944. "dev": true,
  9945. "license": "MIT",
  9946. "dependencies": {
  9947. "defaults": "^1.0.3"
  9948. }
  9949. },
  9950. "node_modules/webidl-conversions": {
  9951. "version": "3.0.1",
  9952. "dev": true,
  9953. "license": "BSD-2-Clause"
  9954. },
  9955. "node_modules/webpack-sources": {
  9956. "version": "3.2.3",
  9957. "dev": true,
  9958. "license": "MIT",
  9959. "engines": {
  9960. "node": ">=10.13.0"
  9961. }
  9962. },
  9963. "node_modules/webpack-virtual-modules": {
  9964. "version": "0.5.0",
  9965. "dev": true,
  9966. "license": "MIT"
  9967. },
  9968. "node_modules/whatwg-fetch": {
  9969. "version": "3.6.17",
  9970. "license": "MIT"
  9971. },
  9972. "node_modules/whatwg-url": {
  9973. "version": "5.0.0",
  9974. "dev": true,
  9975. "license": "MIT",
  9976. "dependencies": {
  9977. "tr46": "~0.0.3",
  9978. "webidl-conversions": "^3.0.0"
  9979. }
  9980. },
  9981. "node_modules/which": {
  9982. "version": "2.0.2",
  9983. "dev": true,
  9984. "license": "ISC",
  9985. "dependencies": {
  9986. "isexe": "^2.0.0"
  9987. },
  9988. "bin": {
  9989. "node-which": "bin/node-which"
  9990. },
  9991. "engines": {
  9992. "node": ">= 8"
  9993. }
  9994. },
  9995. "node_modules/which-boxed-primitive": {
  9996. "version": "1.0.2",
  9997. "license": "MIT",
  9998. "dependencies": {
  9999. "is-bigint": "^1.0.1",
  10000. "is-boolean-object": "^1.1.0",
  10001. "is-number-object": "^1.0.4",
  10002. "is-string": "^1.0.5",
  10003. "is-symbol": "^1.0.3"
  10004. },
  10005. "funding": {
  10006. "url": "https://github.com/sponsors/ljharb"
  10007. }
  10008. },
  10009. "node_modules/which-typed-array": {
  10010. "version": "1.1.11",
  10011. "license": "MIT",
  10012. "dependencies": {
  10013. "available-typed-arrays": "^1.0.5",
  10014. "call-bind": "^1.0.2",
  10015. "for-each": "^0.3.3",
  10016. "gopd": "^1.0.1",
  10017. "has-tostringtag": "^1.0.0"
  10018. },
  10019. "engines": {
  10020. "node": ">= 0.4"
  10021. },
  10022. "funding": {
  10023. "url": "https://github.com/sponsors/ljharb"
  10024. }
  10025. },
  10026. "node_modules/wordwrap": {
  10027. "version": "1.0.0",
  10028. "dev": true,
  10029. "license": "MIT"
  10030. },
  10031. "node_modules/workbox-background-sync": {
  10032. "version": "7.0.0",
  10033. "license": "MIT",
  10034. "dependencies": {
  10035. "idb": "^7.0.1",
  10036. "workbox-core": "7.0.0"
  10037. }
  10038. },
  10039. "node_modules/workbox-broadcast-update": {
  10040. "version": "7.0.0",
  10041. "license": "MIT",
  10042. "dependencies": {
  10043. "workbox-core": "7.0.0"
  10044. }
  10045. },
  10046. "node_modules/workbox-build": {
  10047. "version": "7.0.0",
  10048. "license": "MIT",
  10049. "dependencies": {
  10050. "@apideck/better-ajv-errors": "^0.3.1",
  10051. "@babel/core": "^7.11.1",
  10052. "@babel/preset-env": "^7.11.0",
  10053. "@babel/runtime": "^7.11.2",
  10054. "@rollup/plugin-babel": "^5.2.0",
  10055. "@rollup/plugin-node-resolve": "^11.2.1",
  10056. "@rollup/plugin-replace": "^2.4.1",
  10057. "@surma/rollup-plugin-off-main-thread": "^2.2.3",
  10058. "ajv": "^8.6.0",
  10059. "common-tags": "^1.8.0",
  10060. "fast-json-stable-stringify": "^2.1.0",
  10061. "fs-extra": "^9.0.1",
  10062. "glob": "^7.1.6",
  10063. "lodash": "^4.17.20",
  10064. "pretty-bytes": "^5.3.0",
  10065. "rollup": "^2.43.1",
  10066. "rollup-plugin-terser": "^7.0.0",
  10067. "source-map": "^0.8.0-beta.0",
  10068. "stringify-object": "^3.3.0",
  10069. "strip-comments": "^2.0.1",
  10070. "tempy": "^0.6.0",
  10071. "upath": "^1.2.0",
  10072. "workbox-background-sync": "7.0.0",
  10073. "workbox-broadcast-update": "7.0.0",
  10074. "workbox-cacheable-response": "7.0.0",
  10075. "workbox-core": "7.0.0",
  10076. "workbox-expiration": "7.0.0",
  10077. "workbox-google-analytics": "7.0.0",
  10078. "workbox-navigation-preload": "7.0.0",
  10079. "workbox-precaching": "7.0.0",
  10080. "workbox-range-requests": "7.0.0",
  10081. "workbox-recipes": "7.0.0",
  10082. "workbox-routing": "7.0.0",
  10083. "workbox-strategies": "7.0.0",
  10084. "workbox-streams": "7.0.0",
  10085. "workbox-sw": "7.0.0",
  10086. "workbox-window": "7.0.0"
  10087. },
  10088. "engines": {
  10089. "node": ">=16.0.0"
  10090. }
  10091. },
  10092. "node_modules/workbox-build/node_modules/fs-extra": {
  10093. "version": "9.1.0",
  10094. "license": "MIT",
  10095. "dependencies": {
  10096. "at-least-node": "^1.0.0",
  10097. "graceful-fs": "^4.2.0",
  10098. "jsonfile": "^6.0.1",
  10099. "universalify": "^2.0.0"
  10100. },
  10101. "engines": {
  10102. "node": ">=10"
  10103. }
  10104. },
  10105. "node_modules/workbox-build/node_modules/jsonfile": {
  10106. "version": "6.1.0",
  10107. "license": "MIT",
  10108. "dependencies": {
  10109. "universalify": "^2.0.0"
  10110. },
  10111. "optionalDependencies": {
  10112. "graceful-fs": "^4.1.6"
  10113. }
  10114. },
  10115. "node_modules/workbox-build/node_modules/pretty-bytes": {
  10116. "version": "5.6.0",
  10117. "license": "MIT",
  10118. "engines": {
  10119. "node": ">=6"
  10120. },
  10121. "funding": {
  10122. "url": "https://github.com/sponsors/sindresorhus"
  10123. }
  10124. },
  10125. "node_modules/workbox-build/node_modules/source-map": {
  10126. "version": "0.8.0-beta.0",
  10127. "license": "BSD-3-Clause",
  10128. "dependencies": {
  10129. "whatwg-url": "^7.0.0"
  10130. },
  10131. "engines": {
  10132. "node": ">= 8"
  10133. }
  10134. },
  10135. "node_modules/workbox-build/node_modules/tr46": {
  10136. "version": "1.0.1",
  10137. "license": "MIT",
  10138. "dependencies": {
  10139. "punycode": "^2.1.0"
  10140. }
  10141. },
  10142. "node_modules/workbox-build/node_modules/webidl-conversions": {
  10143. "version": "4.0.2",
  10144. "license": "BSD-2-Clause"
  10145. },
  10146. "node_modules/workbox-build/node_modules/whatwg-url": {
  10147. "version": "7.1.0",
  10148. "license": "MIT",
  10149. "dependencies": {
  10150. "lodash.sortby": "^4.7.0",
  10151. "tr46": "^1.0.1",
  10152. "webidl-conversions": "^4.0.2"
  10153. }
  10154. },
  10155. "node_modules/workbox-cacheable-response": {
  10156. "version": "7.0.0",
  10157. "license": "MIT",
  10158. "dependencies": {
  10159. "workbox-core": "7.0.0"
  10160. }
  10161. },
  10162. "node_modules/workbox-core": {
  10163. "version": "7.0.0",
  10164. "license": "MIT"
  10165. },
  10166. "node_modules/workbox-expiration": {
  10167. "version": "7.0.0",
  10168. "license": "MIT",
  10169. "dependencies": {
  10170. "idb": "^7.0.1",
  10171. "workbox-core": "7.0.0"
  10172. }
  10173. },
  10174. "node_modules/workbox-google-analytics": {
  10175. "version": "7.0.0",
  10176. "license": "MIT",
  10177. "dependencies": {
  10178. "workbox-background-sync": "7.0.0",
  10179. "workbox-core": "7.0.0",
  10180. "workbox-routing": "7.0.0",
  10181. "workbox-strategies": "7.0.0"
  10182. }
  10183. },
  10184. "node_modules/workbox-navigation-preload": {
  10185. "version": "7.0.0",
  10186. "license": "MIT",
  10187. "dependencies": {
  10188. "workbox-core": "7.0.0"
  10189. }
  10190. },
  10191. "node_modules/workbox-precaching": {
  10192. "version": "7.0.0",
  10193. "license": "MIT",
  10194. "dependencies": {
  10195. "workbox-core": "7.0.0",
  10196. "workbox-routing": "7.0.0",
  10197. "workbox-strategies": "7.0.0"
  10198. }
  10199. },
  10200. "node_modules/workbox-range-requests": {
  10201. "version": "7.0.0",
  10202. "license": "MIT",
  10203. "dependencies": {
  10204. "workbox-core": "7.0.0"
  10205. }
  10206. },
  10207. "node_modules/workbox-recipes": {
  10208. "version": "7.0.0",
  10209. "license": "MIT",
  10210. "dependencies": {
  10211. "workbox-cacheable-response": "7.0.0",
  10212. "workbox-core": "7.0.0",
  10213. "workbox-expiration": "7.0.0",
  10214. "workbox-precaching": "7.0.0",
  10215. "workbox-routing": "7.0.0",
  10216. "workbox-strategies": "7.0.0"
  10217. }
  10218. },
  10219. "node_modules/workbox-routing": {
  10220. "version": "7.0.0",
  10221. "license": "MIT",
  10222. "dependencies": {
  10223. "workbox-core": "7.0.0"
  10224. }
  10225. },
  10226. "node_modules/workbox-strategies": {
  10227. "version": "7.0.0",
  10228. "license": "MIT",
  10229. "dependencies": {
  10230. "workbox-core": "7.0.0"
  10231. }
  10232. },
  10233. "node_modules/workbox-streams": {
  10234. "version": "7.0.0",
  10235. "license": "MIT",
  10236. "dependencies": {
  10237. "workbox-core": "7.0.0",
  10238. "workbox-routing": "7.0.0"
  10239. }
  10240. },
  10241. "node_modules/workbox-sw": {
  10242. "version": "7.0.0",
  10243. "license": "MIT"
  10244. },
  10245. "node_modules/workbox-window": {
  10246. "version": "7.0.0",
  10247. "license": "MIT",
  10248. "dependencies": {
  10249. "@types/trusted-types": "^2.0.2",
  10250. "workbox-core": "7.0.0"
  10251. }
  10252. },
  10253. "node_modules/wrap-ansi": {
  10254. "version": "8.1.0",
  10255. "dev": true,
  10256. "license": "MIT",
  10257. "dependencies": {
  10258. "ansi-styles": "^6.1.0",
  10259. "string-width": "^5.0.1",
  10260. "strip-ansi": "^7.0.1"
  10261. },
  10262. "engines": {
  10263. "node": ">=12"
  10264. },
  10265. "funding": {
  10266. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10267. }
  10268. },
  10269. "node_modules/wrap-ansi/node_modules/ansi-regex": {
  10270. "version": "6.0.1",
  10271. "dev": true,
  10272. "license": "MIT",
  10273. "engines": {
  10274. "node": ">=12"
  10275. },
  10276. "funding": {
  10277. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  10278. }
  10279. },
  10280. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  10281. "version": "6.2.1",
  10282. "dev": true,
  10283. "license": "MIT",
  10284. "engines": {
  10285. "node": ">=12"
  10286. },
  10287. "funding": {
  10288. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10289. }
  10290. },
  10291. "node_modules/wrap-ansi/node_modules/strip-ansi": {
  10292. "version": "7.1.0",
  10293. "dev": true,
  10294. "license": "MIT",
  10295. "dependencies": {
  10296. "ansi-regex": "^6.0.1"
  10297. },
  10298. "engines": {
  10299. "node": ">=12"
  10300. },
  10301. "funding": {
  10302. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  10303. }
  10304. },
  10305. "node_modules/wrappy": {
  10306. "version": "1.0.2",
  10307. "license": "ISC"
  10308. },
  10309. "node_modules/xhr": {
  10310. "version": "2.4.0",
  10311. "license": "MIT",
  10312. "dependencies": {
  10313. "global": "~4.3.0",
  10314. "is-function": "^1.0.1",
  10315. "parse-headers": "^2.0.0",
  10316. "xtend": "^4.0.0"
  10317. }
  10318. },
  10319. "node_modules/xml-name-validator": {
  10320. "version": "4.0.0",
  10321. "dev": true,
  10322. "license": "Apache-2.0",
  10323. "engines": {
  10324. "node": ">=12"
  10325. }
  10326. },
  10327. "node_modules/xtend": {
  10328. "version": "4.0.2",
  10329. "license": "MIT",
  10330. "engines": {
  10331. "node": ">=0.4"
  10332. }
  10333. },
  10334. "node_modules/yallist": {
  10335. "version": "3.1.1",
  10336. "license": "ISC"
  10337. },
  10338. "node_modules/yaml": {
  10339. "version": "2.3.1",
  10340. "dev": true,
  10341. "license": "ISC",
  10342. "engines": {
  10343. "node": ">= 14"
  10344. }
  10345. },
  10346. "node_modules/yocto-queue": {
  10347. "version": "0.1.0",
  10348. "dev": true,
  10349. "license": "MIT",
  10350. "engines": {
  10351. "node": ">=10"
  10352. },
  10353. "funding": {
  10354. "url": "https://github.com/sponsors/sindresorhus"
  10355. }
  10356. },
  10357. "node_modules/yorkie": {
  10358. "version": "2.0.0",
  10359. "dev": true,
  10360. "hasInstallScript": true,
  10361. "license": "MIT",
  10362. "dependencies": {
  10363. "execa": "^0.8.0",
  10364. "is-ci": "^1.0.10",
  10365. "normalize-path": "^1.0.0",
  10366. "strip-indent": "^2.0.0"
  10367. },
  10368. "engines": {
  10369. "node": ">=4"
  10370. }
  10371. },
  10372. "node_modules/yorkie/node_modules/cross-spawn": {
  10373. "version": "5.1.0",
  10374. "dev": true,
  10375. "license": "MIT",
  10376. "dependencies": {
  10377. "lru-cache": "^4.0.1",
  10378. "shebang-command": "^1.2.0",
  10379. "which": "^1.2.9"
  10380. }
  10381. },
  10382. "node_modules/yorkie/node_modules/execa": {
  10383. "version": "0.8.0",
  10384. "dev": true,
  10385. "license": "MIT",
  10386. "dependencies": {
  10387. "cross-spawn": "^5.0.1",
  10388. "get-stream": "^3.0.0",
  10389. "is-stream": "^1.1.0",
  10390. "npm-run-path": "^2.0.0",
  10391. "p-finally": "^1.0.0",
  10392. "signal-exit": "^3.0.0",
  10393. "strip-eof": "^1.0.0"
  10394. },
  10395. "engines": {
  10396. "node": ">=4"
  10397. }
  10398. },
  10399. "node_modules/yorkie/node_modules/get-stream": {
  10400. "version": "3.0.0",
  10401. "dev": true,
  10402. "license": "MIT",
  10403. "engines": {
  10404. "node": ">=4"
  10405. }
  10406. },
  10407. "node_modules/yorkie/node_modules/is-stream": {
  10408. "version": "1.1.0",
  10409. "dev": true,
  10410. "license": "MIT",
  10411. "engines": {
  10412. "node": ">=0.10.0"
  10413. }
  10414. },
  10415. "node_modules/yorkie/node_modules/lru-cache": {
  10416. "version": "4.1.5",
  10417. "dev": true,
  10418. "license": "ISC",
  10419. "dependencies": {
  10420. "pseudomap": "^1.0.2",
  10421. "yallist": "^2.1.2"
  10422. }
  10423. },
  10424. "node_modules/yorkie/node_modules/normalize-path": {
  10425. "version": "1.0.0",
  10426. "dev": true,
  10427. "license": "MIT",
  10428. "engines": {
  10429. "node": ">=0.10.0"
  10430. }
  10431. },
  10432. "node_modules/yorkie/node_modules/npm-run-path": {
  10433. "version": "2.0.2",
  10434. "dev": true,
  10435. "license": "MIT",
  10436. "dependencies": {
  10437. "path-key": "^2.0.0"
  10438. },
  10439. "engines": {
  10440. "node": ">=4"
  10441. }
  10442. },
  10443. "node_modules/yorkie/node_modules/path-key": {
  10444. "version": "2.0.1",
  10445. "dev": true,
  10446. "license": "MIT",
  10447. "engines": {
  10448. "node": ">=4"
  10449. }
  10450. },
  10451. "node_modules/yorkie/node_modules/shebang-command": {
  10452. "version": "1.2.0",
  10453. "dev": true,
  10454. "license": "MIT",
  10455. "dependencies": {
  10456. "shebang-regex": "^1.0.0"
  10457. },
  10458. "engines": {
  10459. "node": ">=0.10.0"
  10460. }
  10461. },
  10462. "node_modules/yorkie/node_modules/shebang-regex": {
  10463. "version": "1.0.0",
  10464. "dev": true,
  10465. "license": "MIT",
  10466. "engines": {
  10467. "node": ">=0.10.0"
  10468. }
  10469. },
  10470. "node_modules/yorkie/node_modules/which": {
  10471. "version": "1.3.1",
  10472. "dev": true,
  10473. "license": "ISC",
  10474. "dependencies": {
  10475. "isexe": "^2.0.0"
  10476. },
  10477. "bin": {
  10478. "which": "bin/which"
  10479. }
  10480. },
  10481. "node_modules/yorkie/node_modules/yallist": {
  10482. "version": "2.1.2",
  10483. "dev": true,
  10484. "license": "ISC"
  10485. },
  10486. "node_modules/zrender": {
  10487. "version": "5.4.4",
  10488. "license": "BSD-3-Clause",
  10489. "dependencies": {
  10490. "tslib": "2.3.0"
  10491. }
  10492. }
  10493. }
  10494. }