package-lock.json 254 KB

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