package-lock.json 256 KB

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