package-lock.json 258 KB

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