package-lock.json 257 KB

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