package-lock.json 256 KB

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