package-lock.json 256 KB

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