package-lock.json 361 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751
  1. {
  2. "name": "django-vue3-admin",
  3. "version": "3.0.3",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "django-vue3-admin",
  9. "version": "3.0.3",
  10. "license": "MIT",
  11. "dependencies": {
  12. "@element-plus/icons-vue": "^2.0.10",
  13. "@fast-crud/fast-crud": "^1.20.1",
  14. "@fast-crud/fast-extends": "^1.20.1",
  15. "@fast-crud/ui-element": "^1.20.1",
  16. "@fast-crud/ui-interface": "^1.20.1",
  17. "@iconify/vue": "^4.1.1",
  18. "@types/lodash": "^4.14.202",
  19. "@vitejs/plugin-vue-jsx": "^3.0.0",
  20. "@wangeditor/editor": "^5.1.23",
  21. "@wangeditor/editor-for-vue": "^5.1.12",
  22. "autoprefixer": "^10.4.14",
  23. "axios": "^1.2.1",
  24. "countup.js": "^2.3.2",
  25. "cropperjs": "^1.5.13",
  26. "dayjs": "^1.11.13",
  27. "e-icon-picker": "2.1.1",
  28. "echarts": "^5.4.1",
  29. "echarts-gl": "^2.0.9",
  30. "echarts-wordcloud": "^2.1.0",
  31. "element-plus": "^2.8.1",
  32. "element-tree-line": "^0.2.1",
  33. "font-awesome": "^4.7.0",
  34. "js-cookie": "^3.0.1",
  35. "js-table2excel": "^1.0.3",
  36. "jsplumb": "^2.15.6",
  37. "lodash-es": "^4.17.21",
  38. "mitt": "^3.0.0",
  39. "nprogress": "^0.2.0",
  40. "pinia": "^2.0.28",
  41. "pinia-plugin-persist": "^1.0.0",
  42. "postcss": "^8.4.21",
  43. "print-js": "^1.6.0",
  44. "qrcodejs2-fixes": "^0.0.2",
  45. "qs": "^6.11.0",
  46. "screenfull": "^6.0.2",
  47. "sortablejs": "^1.15.0",
  48. "splitpanes": "^3.1.5",
  49. "tailwindcss": "^3.2.7",
  50. "ts-md5": "^1.3.1",
  51. "upgrade": "^1.1.0",
  52. "vite-plugin-compression": "^0.5.1",
  53. "vue": "^3.5.0",
  54. "vue-clipboard3": "^2.0.0",
  55. "vue-cropper": "^1.0.8",
  56. "vue-grid-layout": "^3.0.0-beta1",
  57. "vue-i18n": "^9.2.2",
  58. "vue-router": "^4.1.6",
  59. "vxe-table": "^4.7.94",
  60. "xe-utils": "^3.5.7"
  61. },
  62. "devDependencies": {
  63. "@types/node": "^18.11.13",
  64. "@types/nprogress": "^0.2.0",
  65. "@types/sortablejs": "^1.15.0",
  66. "@typescript-eslint/eslint-plugin": "^5.46.0",
  67. "@typescript-eslint/parser": "^5.46.0",
  68. "@vitejs/plugin-vue": "^4.0.0",
  69. "@vue/compiler-sfc": "^3.2.45",
  70. "eslint": "^8.54.0",
  71. "eslint-plugin-vue": "^9.8.0",
  72. "prettier": "^2.8.1",
  73. "sass": "^1.80.1",
  74. "typescript": "^5.6.2",
  75. "unplugin-auto-import": "^0.18.3",
  76. "unplugin-vue-components": "^0.27.4",
  77. "vite": "^5.4.9",
  78. "vite-plugin-lazy-import": "^1.0.7",
  79. "vite-plugin-vue-setup-extend": "^0.4.0",
  80. "vue-eslint-parser": "^9.1.0"
  81. },
  82. "engines": {
  83. "node": ">=18.20.0",
  84. "npm": ">= 10.0.0"
  85. }
  86. },
  87. "node_modules/@alloc/quick-lru": {
  88. "version": "5.2.0",
  89. "resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  90. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  91. "license": "MIT",
  92. "engines": {
  93. "node": ">=10"
  94. },
  95. "funding": {
  96. "url": "https://github.com/sponsors/sindresorhus"
  97. }
  98. },
  99. "node_modules/@ampproject/remapping": {
  100. "version": "2.3.0",
  101. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  102. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  103. "license": "Apache-2.0",
  104. "dependencies": {
  105. "@jridgewell/gen-mapping": "^0.3.5",
  106. "@jridgewell/trace-mapping": "^0.3.24"
  107. },
  108. "engines": {
  109. "node": ">=6.0.0"
  110. }
  111. },
  112. "node_modules/@antfu/utils": {
  113. "version": "0.7.10",
  114. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  115. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  116. "dev": true,
  117. "license": "MIT",
  118. "funding": {
  119. "url": "https://github.com/sponsors/antfu"
  120. }
  121. },
  122. "node_modules/@aws-crypto/crc32": {
  123. "version": "5.2.0",
  124. "resolved": "https://registry.npmmirror.com/@aws-crypto/crc32/-/crc32-5.2.0.tgz",
  125. "integrity": "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==",
  126. "license": "Apache-2.0",
  127. "dependencies": {
  128. "@aws-crypto/util": "^5.2.0",
  129. "@aws-sdk/types": "^3.222.0",
  130. "tslib": "^2.6.2"
  131. },
  132. "engines": {
  133. "node": ">=16.0.0"
  134. }
  135. },
  136. "node_modules/@aws-crypto/crc32c": {
  137. "version": "5.2.0",
  138. "resolved": "https://registry.npmmirror.com/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz",
  139. "integrity": "sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==",
  140. "license": "Apache-2.0",
  141. "dependencies": {
  142. "@aws-crypto/util": "^5.2.0",
  143. "@aws-sdk/types": "^3.222.0",
  144. "tslib": "^2.6.2"
  145. }
  146. },
  147. "node_modules/@aws-crypto/sha1-browser": {
  148. "version": "5.2.0",
  149. "resolved": "https://registry.npmmirror.com/@aws-crypto/sha1-browser/-/sha1-browser-5.2.0.tgz",
  150. "integrity": "sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==",
  151. "license": "Apache-2.0",
  152. "dependencies": {
  153. "@aws-crypto/supports-web-crypto": "^5.2.0",
  154. "@aws-crypto/util": "^5.2.0",
  155. "@aws-sdk/types": "^3.222.0",
  156. "@aws-sdk/util-locate-window": "^3.0.0",
  157. "@smithy/util-utf8": "^2.0.0",
  158. "tslib": "^2.6.2"
  159. }
  160. },
  161. "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer": {
  162. "version": "2.2.0",
  163. "resolved": "https://registry.npmmirror.com/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
  164. "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
  165. "license": "Apache-2.0",
  166. "dependencies": {
  167. "tslib": "^2.6.2"
  168. },
  169. "engines": {
  170. "node": ">=14.0.0"
  171. }
  172. },
  173. "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from": {
  174. "version": "2.2.0",
  175. "resolved": "https://registry.npmmirror.com/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
  176. "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
  177. "license": "Apache-2.0",
  178. "dependencies": {
  179. "@smithy/is-array-buffer": "^2.2.0",
  180. "tslib": "^2.6.2"
  181. },
  182. "engines": {
  183. "node": ">=14.0.0"
  184. }
  185. },
  186. "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8": {
  187. "version": "2.3.0",
  188. "resolved": "https://registry.npmmirror.com/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
  189. "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
  190. "license": "Apache-2.0",
  191. "dependencies": {
  192. "@smithy/util-buffer-from": "^2.2.0",
  193. "tslib": "^2.6.2"
  194. },
  195. "engines": {
  196. "node": ">=14.0.0"
  197. }
  198. },
  199. "node_modules/@aws-crypto/sha256-browser": {
  200. "version": "5.2.0",
  201. "resolved": "https://registry.npmmirror.com/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz",
  202. "integrity": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==",
  203. "license": "Apache-2.0",
  204. "dependencies": {
  205. "@aws-crypto/sha256-js": "^5.2.0",
  206. "@aws-crypto/supports-web-crypto": "^5.2.0",
  207. "@aws-crypto/util": "^5.2.0",
  208. "@aws-sdk/types": "^3.222.0",
  209. "@aws-sdk/util-locate-window": "^3.0.0",
  210. "@smithy/util-utf8": "^2.0.0",
  211. "tslib": "^2.6.2"
  212. }
  213. },
  214. "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer": {
  215. "version": "2.2.0",
  216. "resolved": "https://registry.npmmirror.com/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
  217. "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
  218. "license": "Apache-2.0",
  219. "dependencies": {
  220. "tslib": "^2.6.2"
  221. },
  222. "engines": {
  223. "node": ">=14.0.0"
  224. }
  225. },
  226. "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from": {
  227. "version": "2.2.0",
  228. "resolved": "https://registry.npmmirror.com/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
  229. "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
  230. "license": "Apache-2.0",
  231. "dependencies": {
  232. "@smithy/is-array-buffer": "^2.2.0",
  233. "tslib": "^2.6.2"
  234. },
  235. "engines": {
  236. "node": ">=14.0.0"
  237. }
  238. },
  239. "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8": {
  240. "version": "2.3.0",
  241. "resolved": "https://registry.npmmirror.com/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
  242. "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
  243. "license": "Apache-2.0",
  244. "dependencies": {
  245. "@smithy/util-buffer-from": "^2.2.0",
  246. "tslib": "^2.6.2"
  247. },
  248. "engines": {
  249. "node": ">=14.0.0"
  250. }
  251. },
  252. "node_modules/@aws-crypto/sha256-js": {
  253. "version": "5.2.0",
  254. "resolved": "https://registry.npmmirror.com/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz",
  255. "integrity": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==",
  256. "license": "Apache-2.0",
  257. "dependencies": {
  258. "@aws-crypto/util": "^5.2.0",
  259. "@aws-sdk/types": "^3.222.0",
  260. "tslib": "^2.6.2"
  261. },
  262. "engines": {
  263. "node": ">=16.0.0"
  264. }
  265. },
  266. "node_modules/@aws-crypto/supports-web-crypto": {
  267. "version": "5.2.0",
  268. "resolved": "https://registry.npmmirror.com/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
  269. "integrity": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==",
  270. "license": "Apache-2.0",
  271. "dependencies": {
  272. "tslib": "^2.6.2"
  273. }
  274. },
  275. "node_modules/@aws-crypto/util": {
  276. "version": "5.2.0",
  277. "resolved": "https://registry.npmmirror.com/@aws-crypto/util/-/util-5.2.0.tgz",
  278. "integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
  279. "license": "Apache-2.0",
  280. "dependencies": {
  281. "@aws-sdk/types": "^3.222.0",
  282. "@smithy/util-utf8": "^2.0.0",
  283. "tslib": "^2.6.2"
  284. }
  285. },
  286. "node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": {
  287. "version": "2.2.0",
  288. "resolved": "https://registry.npmmirror.com/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
  289. "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
  290. "license": "Apache-2.0",
  291. "dependencies": {
  292. "tslib": "^2.6.2"
  293. },
  294. "engines": {
  295. "node": ">=14.0.0"
  296. }
  297. },
  298. "node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": {
  299. "version": "2.2.0",
  300. "resolved": "https://registry.npmmirror.com/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
  301. "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
  302. "license": "Apache-2.0",
  303. "dependencies": {
  304. "@smithy/is-array-buffer": "^2.2.0",
  305. "tslib": "^2.6.2"
  306. },
  307. "engines": {
  308. "node": ">=14.0.0"
  309. }
  310. },
  311. "node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8": {
  312. "version": "2.3.0",
  313. "resolved": "https://registry.npmmirror.com/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
  314. "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
  315. "license": "Apache-2.0",
  316. "dependencies": {
  317. "@smithy/util-buffer-from": "^2.2.0",
  318. "tslib": "^2.6.2"
  319. },
  320. "engines": {
  321. "node": ">=14.0.0"
  322. }
  323. },
  324. "node_modules/@aws-sdk/client-s3": {
  325. "version": "3.673.0",
  326. "resolved": "https://registry.npmmirror.com/@aws-sdk/client-s3/-/client-s3-3.673.0.tgz",
  327. "integrity": "sha512-GREQlgG13Jveu9I+4pH2wfxHnl8TN0geVdUO8vOh6VbudmtfdC8hXUuMiTMX7VZ6c4zyOFStzBwysUv0Ze7kFg==",
  328. "license": "Apache-2.0",
  329. "dependencies": {
  330. "@aws-crypto/sha1-browser": "5.2.0",
  331. "@aws-crypto/sha256-browser": "5.2.0",
  332. "@aws-crypto/sha256-js": "5.2.0",
  333. "@aws-sdk/client-sso-oidc": "3.670.0",
  334. "@aws-sdk/client-sts": "3.670.0",
  335. "@aws-sdk/core": "3.667.0",
  336. "@aws-sdk/credential-provider-node": "3.670.0",
  337. "@aws-sdk/middleware-bucket-endpoint": "3.667.0",
  338. "@aws-sdk/middleware-expect-continue": "3.667.0",
  339. "@aws-sdk/middleware-flexible-checksums": "3.669.0",
  340. "@aws-sdk/middleware-host-header": "3.667.0",
  341. "@aws-sdk/middleware-location-constraint": "3.667.0",
  342. "@aws-sdk/middleware-logger": "3.667.0",
  343. "@aws-sdk/middleware-recursion-detection": "3.667.0",
  344. "@aws-sdk/middleware-sdk-s3": "3.669.0",
  345. "@aws-sdk/middleware-ssec": "3.667.0",
  346. "@aws-sdk/middleware-user-agent": "3.669.0",
  347. "@aws-sdk/region-config-resolver": "3.667.0",
  348. "@aws-sdk/signature-v4-multi-region": "3.669.0",
  349. "@aws-sdk/types": "3.667.0",
  350. "@aws-sdk/util-endpoints": "3.667.0",
  351. "@aws-sdk/util-user-agent-browser": "3.670.0",
  352. "@aws-sdk/util-user-agent-node": "3.669.0",
  353. "@aws-sdk/xml-builder": "3.662.0",
  354. "@smithy/config-resolver": "^3.0.9",
  355. "@smithy/core": "^2.4.8",
  356. "@smithy/eventstream-serde-browser": "^3.0.10",
  357. "@smithy/eventstream-serde-config-resolver": "^3.0.7",
  358. "@smithy/eventstream-serde-node": "^3.0.9",
  359. "@smithy/fetch-http-handler": "^3.2.9",
  360. "@smithy/hash-blob-browser": "^3.1.6",
  361. "@smithy/hash-node": "^3.0.7",
  362. "@smithy/hash-stream-node": "^3.1.6",
  363. "@smithy/invalid-dependency": "^3.0.7",
  364. "@smithy/md5-js": "^3.0.7",
  365. "@smithy/middleware-content-length": "^3.0.9",
  366. "@smithy/middleware-endpoint": "^3.1.4",
  367. "@smithy/middleware-retry": "^3.0.23",
  368. "@smithy/middleware-serde": "^3.0.7",
  369. "@smithy/middleware-stack": "^3.0.7",
  370. "@smithy/node-config-provider": "^3.1.8",
  371. "@smithy/node-http-handler": "^3.2.4",
  372. "@smithy/protocol-http": "^4.1.4",
  373. "@smithy/smithy-client": "^3.4.0",
  374. "@smithy/types": "^3.5.0",
  375. "@smithy/url-parser": "^3.0.7",
  376. "@smithy/util-base64": "^3.0.0",
  377. "@smithy/util-body-length-browser": "^3.0.0",
  378. "@smithy/util-body-length-node": "^3.0.0",
  379. "@smithy/util-defaults-mode-browser": "^3.0.23",
  380. "@smithy/util-defaults-mode-node": "^3.0.23",
  381. "@smithy/util-endpoints": "^2.1.3",
  382. "@smithy/util-middleware": "^3.0.7",
  383. "@smithy/util-retry": "^3.0.7",
  384. "@smithy/util-stream": "^3.1.9",
  385. "@smithy/util-utf8": "^3.0.0",
  386. "@smithy/util-waiter": "^3.1.6",
  387. "tslib": "^2.6.2"
  388. },
  389. "engines": {
  390. "node": ">=16.0.0"
  391. }
  392. },
  393. "node_modules/@aws-sdk/client-sso": {
  394. "version": "3.670.0",
  395. "resolved": "https://registry.npmmirror.com/@aws-sdk/client-sso/-/client-sso-3.670.0.tgz",
  396. "integrity": "sha512-J+oz6uSsDvk4pimMDnKJb1wsV216zTrejvMTIL4RhUD1QPIVVOpteTdUShcjZUIZnkcJZGI+cym/SFK0kuzTpg==",
  397. "license": "Apache-2.0",
  398. "dependencies": {
  399. "@aws-crypto/sha256-browser": "5.2.0",
  400. "@aws-crypto/sha256-js": "5.2.0",
  401. "@aws-sdk/core": "3.667.0",
  402. "@aws-sdk/middleware-host-header": "3.667.0",
  403. "@aws-sdk/middleware-logger": "3.667.0",
  404. "@aws-sdk/middleware-recursion-detection": "3.667.0",
  405. "@aws-sdk/middleware-user-agent": "3.669.0",
  406. "@aws-sdk/region-config-resolver": "3.667.0",
  407. "@aws-sdk/types": "3.667.0",
  408. "@aws-sdk/util-endpoints": "3.667.0",
  409. "@aws-sdk/util-user-agent-browser": "3.670.0",
  410. "@aws-sdk/util-user-agent-node": "3.669.0",
  411. "@smithy/config-resolver": "^3.0.9",
  412. "@smithy/core": "^2.4.8",
  413. "@smithy/fetch-http-handler": "^3.2.9",
  414. "@smithy/hash-node": "^3.0.7",
  415. "@smithy/invalid-dependency": "^3.0.7",
  416. "@smithy/middleware-content-length": "^3.0.9",
  417. "@smithy/middleware-endpoint": "^3.1.4",
  418. "@smithy/middleware-retry": "^3.0.23",
  419. "@smithy/middleware-serde": "^3.0.7",
  420. "@smithy/middleware-stack": "^3.0.7",
  421. "@smithy/node-config-provider": "^3.1.8",
  422. "@smithy/node-http-handler": "^3.2.4",
  423. "@smithy/protocol-http": "^4.1.4",
  424. "@smithy/smithy-client": "^3.4.0",
  425. "@smithy/types": "^3.5.0",
  426. "@smithy/url-parser": "^3.0.7",
  427. "@smithy/util-base64": "^3.0.0",
  428. "@smithy/util-body-length-browser": "^3.0.0",
  429. "@smithy/util-body-length-node": "^3.0.0",
  430. "@smithy/util-defaults-mode-browser": "^3.0.23",
  431. "@smithy/util-defaults-mode-node": "^3.0.23",
  432. "@smithy/util-endpoints": "^2.1.3",
  433. "@smithy/util-middleware": "^3.0.7",
  434. "@smithy/util-retry": "^3.0.7",
  435. "@smithy/util-utf8": "^3.0.0",
  436. "tslib": "^2.6.2"
  437. },
  438. "engines": {
  439. "node": ">=16.0.0"
  440. }
  441. },
  442. "node_modules/@aws-sdk/client-sso-oidc": {
  443. "version": "3.670.0",
  444. "resolved": "https://registry.npmmirror.com/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.670.0.tgz",
  445. "integrity": "sha512-4qDK2L36Q4J1lfemaHHd9ZxqKRaos3STp44qPAHf/8QyX6Uk5sXgZNVO2yWM7SIEtVKwwBh/fZAsdBkGPBfZcw==",
  446. "license": "Apache-2.0",
  447. "dependencies": {
  448. "@aws-crypto/sha256-browser": "5.2.0",
  449. "@aws-crypto/sha256-js": "5.2.0",
  450. "@aws-sdk/core": "3.667.0",
  451. "@aws-sdk/credential-provider-node": "3.670.0",
  452. "@aws-sdk/middleware-host-header": "3.667.0",
  453. "@aws-sdk/middleware-logger": "3.667.0",
  454. "@aws-sdk/middleware-recursion-detection": "3.667.0",
  455. "@aws-sdk/middleware-user-agent": "3.669.0",
  456. "@aws-sdk/region-config-resolver": "3.667.0",
  457. "@aws-sdk/types": "3.667.0",
  458. "@aws-sdk/util-endpoints": "3.667.0",
  459. "@aws-sdk/util-user-agent-browser": "3.670.0",
  460. "@aws-sdk/util-user-agent-node": "3.669.0",
  461. "@smithy/config-resolver": "^3.0.9",
  462. "@smithy/core": "^2.4.8",
  463. "@smithy/fetch-http-handler": "^3.2.9",
  464. "@smithy/hash-node": "^3.0.7",
  465. "@smithy/invalid-dependency": "^3.0.7",
  466. "@smithy/middleware-content-length": "^3.0.9",
  467. "@smithy/middleware-endpoint": "^3.1.4",
  468. "@smithy/middleware-retry": "^3.0.23",
  469. "@smithy/middleware-serde": "^3.0.7",
  470. "@smithy/middleware-stack": "^3.0.7",
  471. "@smithy/node-config-provider": "^3.1.8",
  472. "@smithy/node-http-handler": "^3.2.4",
  473. "@smithy/protocol-http": "^4.1.4",
  474. "@smithy/smithy-client": "^3.4.0",
  475. "@smithy/types": "^3.5.0",
  476. "@smithy/url-parser": "^3.0.7",
  477. "@smithy/util-base64": "^3.0.0",
  478. "@smithy/util-body-length-browser": "^3.0.0",
  479. "@smithy/util-body-length-node": "^3.0.0",
  480. "@smithy/util-defaults-mode-browser": "^3.0.23",
  481. "@smithy/util-defaults-mode-node": "^3.0.23",
  482. "@smithy/util-endpoints": "^2.1.3",
  483. "@smithy/util-middleware": "^3.0.7",
  484. "@smithy/util-retry": "^3.0.7",
  485. "@smithy/util-utf8": "^3.0.0",
  486. "tslib": "^2.6.2"
  487. },
  488. "engines": {
  489. "node": ">=16.0.0"
  490. },
  491. "peerDependencies": {
  492. "@aws-sdk/client-sts": "^3.670.0"
  493. }
  494. },
  495. "node_modules/@aws-sdk/client-sts": {
  496. "version": "3.670.0",
  497. "resolved": "https://registry.npmmirror.com/@aws-sdk/client-sts/-/client-sts-3.670.0.tgz",
  498. "integrity": "sha512-bExrNo8ZVWorS3cjMZKQnA2HWqDmAzcZoSN/cPVoPFNkHwdl1lzPxvcLzmhpIr48JHgKfybBjrbluDZfIYeEog==",
  499. "license": "Apache-2.0",
  500. "dependencies": {
  501. "@aws-crypto/sha256-browser": "5.2.0",
  502. "@aws-crypto/sha256-js": "5.2.0",
  503. "@aws-sdk/client-sso-oidc": "3.670.0",
  504. "@aws-sdk/core": "3.667.0",
  505. "@aws-sdk/credential-provider-node": "3.670.0",
  506. "@aws-sdk/middleware-host-header": "3.667.0",
  507. "@aws-sdk/middleware-logger": "3.667.0",
  508. "@aws-sdk/middleware-recursion-detection": "3.667.0",
  509. "@aws-sdk/middleware-user-agent": "3.669.0",
  510. "@aws-sdk/region-config-resolver": "3.667.0",
  511. "@aws-sdk/types": "3.667.0",
  512. "@aws-sdk/util-endpoints": "3.667.0",
  513. "@aws-sdk/util-user-agent-browser": "3.670.0",
  514. "@aws-sdk/util-user-agent-node": "3.669.0",
  515. "@smithy/config-resolver": "^3.0.9",
  516. "@smithy/core": "^2.4.8",
  517. "@smithy/fetch-http-handler": "^3.2.9",
  518. "@smithy/hash-node": "^3.0.7",
  519. "@smithy/invalid-dependency": "^3.0.7",
  520. "@smithy/middleware-content-length": "^3.0.9",
  521. "@smithy/middleware-endpoint": "^3.1.4",
  522. "@smithy/middleware-retry": "^3.0.23",
  523. "@smithy/middleware-serde": "^3.0.7",
  524. "@smithy/middleware-stack": "^3.0.7",
  525. "@smithy/node-config-provider": "^3.1.8",
  526. "@smithy/node-http-handler": "^3.2.4",
  527. "@smithy/protocol-http": "^4.1.4",
  528. "@smithy/smithy-client": "^3.4.0",
  529. "@smithy/types": "^3.5.0",
  530. "@smithy/url-parser": "^3.0.7",
  531. "@smithy/util-base64": "^3.0.0",
  532. "@smithy/util-body-length-browser": "^3.0.0",
  533. "@smithy/util-body-length-node": "^3.0.0",
  534. "@smithy/util-defaults-mode-browser": "^3.0.23",
  535. "@smithy/util-defaults-mode-node": "^3.0.23",
  536. "@smithy/util-endpoints": "^2.1.3",
  537. "@smithy/util-middleware": "^3.0.7",
  538. "@smithy/util-retry": "^3.0.7",
  539. "@smithy/util-utf8": "^3.0.0",
  540. "tslib": "^2.6.2"
  541. },
  542. "engines": {
  543. "node": ">=16.0.0"
  544. }
  545. },
  546. "node_modules/@aws-sdk/core": {
  547. "version": "3.667.0",
  548. "resolved": "https://registry.npmmirror.com/@aws-sdk/core/-/core-3.667.0.tgz",
  549. "integrity": "sha512-pMcDVI7Tmdsc8R3sDv0Omj/4iRParGY+uJtAfF669WnZfDfaBQaix2Mq7+Mu08vdjqO9K3gicFvjk9S1VLmOKA==",
  550. "license": "Apache-2.0",
  551. "dependencies": {
  552. "@aws-sdk/types": "3.667.0",
  553. "@smithy/core": "^2.4.8",
  554. "@smithy/node-config-provider": "^3.1.8",
  555. "@smithy/property-provider": "^3.1.7",
  556. "@smithy/protocol-http": "^4.1.4",
  557. "@smithy/signature-v4": "^4.2.0",
  558. "@smithy/smithy-client": "^3.4.0",
  559. "@smithy/types": "^3.5.0",
  560. "@smithy/util-middleware": "^3.0.7",
  561. "fast-xml-parser": "4.4.1",
  562. "tslib": "^2.6.2"
  563. },
  564. "engines": {
  565. "node": ">=16.0.0"
  566. }
  567. },
  568. "node_modules/@aws-sdk/credential-provider-env": {
  569. "version": "3.667.0",
  570. "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.667.0.tgz",
  571. "integrity": "sha512-zZbrkkaPc54WXm+QAnpuv0LPNfsts0HPPd+oCECGs7IQRaFsGj187cwvPg9RMWDFZqpm64MdBDoA8OQHsqzYCw==",
  572. "license": "Apache-2.0",
  573. "dependencies": {
  574. "@aws-sdk/core": "3.667.0",
  575. "@aws-sdk/types": "3.667.0",
  576. "@smithy/property-provider": "^3.1.7",
  577. "@smithy/types": "^3.5.0",
  578. "tslib": "^2.6.2"
  579. },
  580. "engines": {
  581. "node": ">=16.0.0"
  582. }
  583. },
  584. "node_modules/@aws-sdk/credential-provider-http": {
  585. "version": "3.667.0",
  586. "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.667.0.tgz",
  587. "integrity": "sha512-sjtybFfERZWiqTY7fswBxKQLvUkiCucOWyqh3IaPo/4nE1PXRnaZCVG0+kRBPrYIxWqiVwytvZzMJy8sVZcG0A==",
  588. "license": "Apache-2.0",
  589. "dependencies": {
  590. "@aws-sdk/core": "3.667.0",
  591. "@aws-sdk/types": "3.667.0",
  592. "@smithy/fetch-http-handler": "^3.2.9",
  593. "@smithy/node-http-handler": "^3.2.4",
  594. "@smithy/property-provider": "^3.1.7",
  595. "@smithy/protocol-http": "^4.1.4",
  596. "@smithy/smithy-client": "^3.4.0",
  597. "@smithy/types": "^3.5.0",
  598. "@smithy/util-stream": "^3.1.9",
  599. "tslib": "^2.6.2"
  600. },
  601. "engines": {
  602. "node": ">=16.0.0"
  603. }
  604. },
  605. "node_modules/@aws-sdk/credential-provider-ini": {
  606. "version": "3.670.0",
  607. "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.670.0.tgz",
  608. "integrity": "sha512-TB1gacUj75leaTt2JsCTzygDSIk4ksv9uZoR7VenlgFPRktyOeT+fapwIVBeB2Qg7b9uxAY2K5XkKstDZyBEEw==",
  609. "license": "Apache-2.0",
  610. "dependencies": {
  611. "@aws-sdk/core": "3.667.0",
  612. "@aws-sdk/credential-provider-env": "3.667.0",
  613. "@aws-sdk/credential-provider-http": "3.667.0",
  614. "@aws-sdk/credential-provider-process": "3.667.0",
  615. "@aws-sdk/credential-provider-sso": "3.670.0",
  616. "@aws-sdk/credential-provider-web-identity": "3.667.0",
  617. "@aws-sdk/types": "3.667.0",
  618. "@smithy/credential-provider-imds": "^3.2.4",
  619. "@smithy/property-provider": "^3.1.7",
  620. "@smithy/shared-ini-file-loader": "^3.1.8",
  621. "@smithy/types": "^3.5.0",
  622. "tslib": "^2.6.2"
  623. },
  624. "engines": {
  625. "node": ">=16.0.0"
  626. },
  627. "peerDependencies": {
  628. "@aws-sdk/client-sts": "^3.670.0"
  629. }
  630. },
  631. "node_modules/@aws-sdk/credential-provider-node": {
  632. "version": "3.670.0",
  633. "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.670.0.tgz",
  634. "integrity": "sha512-zwNrRYzubk4CaZ7zebeDhxsm8QtNWkbGKopZPOaZSnd5uqUGRcmx4ccVRngWUK68XDP44aEUWC8iU5Pc7btpHQ==",
  635. "license": "Apache-2.0",
  636. "dependencies": {
  637. "@aws-sdk/credential-provider-env": "3.667.0",
  638. "@aws-sdk/credential-provider-http": "3.667.0",
  639. "@aws-sdk/credential-provider-ini": "3.670.0",
  640. "@aws-sdk/credential-provider-process": "3.667.0",
  641. "@aws-sdk/credential-provider-sso": "3.670.0",
  642. "@aws-sdk/credential-provider-web-identity": "3.667.0",
  643. "@aws-sdk/types": "3.667.0",
  644. "@smithy/credential-provider-imds": "^3.2.4",
  645. "@smithy/property-provider": "^3.1.7",
  646. "@smithy/shared-ini-file-loader": "^3.1.8",
  647. "@smithy/types": "^3.5.0",
  648. "tslib": "^2.6.2"
  649. },
  650. "engines": {
  651. "node": ">=16.0.0"
  652. }
  653. },
  654. "node_modules/@aws-sdk/credential-provider-process": {
  655. "version": "3.667.0",
  656. "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.667.0.tgz",
  657. "integrity": "sha512-HZHnvop32fKgsNHkdhVaul7UzQ25sEc0j9yqA4bjhtbk0ECl42kj3f1pJ+ZU/YD9ut8lMJs/vVqiOdNThVdeBw==",
  658. "license": "Apache-2.0",
  659. "dependencies": {
  660. "@aws-sdk/core": "3.667.0",
  661. "@aws-sdk/types": "3.667.0",
  662. "@smithy/property-provider": "^3.1.7",
  663. "@smithy/shared-ini-file-loader": "^3.1.8",
  664. "@smithy/types": "^3.5.0",
  665. "tslib": "^2.6.2"
  666. },
  667. "engines": {
  668. "node": ">=16.0.0"
  669. }
  670. },
  671. "node_modules/@aws-sdk/credential-provider-sso": {
  672. "version": "3.670.0",
  673. "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.670.0.tgz",
  674. "integrity": "sha512-5PkA8BOy4q57Vhe9AESoHKZ7vjRbElNPKjXA4qC01xY+DitClRFz4O3B9sMzFp0PHlz9nDVSXXKgq0yzF/nAag==",
  675. "license": "Apache-2.0",
  676. "dependencies": {
  677. "@aws-sdk/client-sso": "3.670.0",
  678. "@aws-sdk/core": "3.667.0",
  679. "@aws-sdk/token-providers": "3.667.0",
  680. "@aws-sdk/types": "3.667.0",
  681. "@smithy/property-provider": "^3.1.7",
  682. "@smithy/shared-ini-file-loader": "^3.1.8",
  683. "@smithy/types": "^3.5.0",
  684. "tslib": "^2.6.2"
  685. },
  686. "engines": {
  687. "node": ">=16.0.0"
  688. }
  689. },
  690. "node_modules/@aws-sdk/credential-provider-web-identity": {
  691. "version": "3.667.0",
  692. "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.667.0.tgz",
  693. "integrity": "sha512-t8CFlZMD/1p/8Cli3rvRiTJpjr/8BO64gw166AHgFZYSN2h95L2l1tcW0jpsc3PprA32nLg1iQVKYt4WGM4ugw==",
  694. "license": "Apache-2.0",
  695. "dependencies": {
  696. "@aws-sdk/core": "3.667.0",
  697. "@aws-sdk/types": "3.667.0",
  698. "@smithy/property-provider": "^3.1.7",
  699. "@smithy/types": "^3.5.0",
  700. "tslib": "^2.6.2"
  701. },
  702. "engines": {
  703. "node": ">=16.0.0"
  704. },
  705. "peerDependencies": {
  706. "@aws-sdk/client-sts": "^3.667.0"
  707. }
  708. },
  709. "node_modules/@aws-sdk/middleware-bucket-endpoint": {
  710. "version": "3.667.0",
  711. "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.667.0.tgz",
  712. "integrity": "sha512-XGz4jMAkDoTyFdtLz7ZF+C05IAhCTC1PllpvTBaj821z/L0ilhbqVhrT/f2Buw8Id/K5A390csGXgusXyrFFjA==",
  713. "license": "Apache-2.0",
  714. "dependencies": {
  715. "@aws-sdk/types": "3.667.0",
  716. "@aws-sdk/util-arn-parser": "3.568.0",
  717. "@smithy/node-config-provider": "^3.1.8",
  718. "@smithy/protocol-http": "^4.1.4",
  719. "@smithy/types": "^3.5.0",
  720. "@smithy/util-config-provider": "^3.0.0",
  721. "tslib": "^2.6.2"
  722. },
  723. "engines": {
  724. "node": ">=16.0.0"
  725. }
  726. },
  727. "node_modules/@aws-sdk/middleware-expect-continue": {
  728. "version": "3.667.0",
  729. "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.667.0.tgz",
  730. "integrity": "sha512-0TiSL9S5DSG95NHGIz6qTMuV7GDKVn8tvvGSrSSZu/wXO3JaYSH0AElVpYfc4PtPRqVpEyNA7nnc7W56mMCLWQ==",
  731. "license": "Apache-2.0",
  732. "dependencies": {
  733. "@aws-sdk/types": "3.667.0",
  734. "@smithy/protocol-http": "^4.1.4",
  735. "@smithy/types": "^3.5.0",
  736. "tslib": "^2.6.2"
  737. },
  738. "engines": {
  739. "node": ">=16.0.0"
  740. }
  741. },
  742. "node_modules/@aws-sdk/middleware-flexible-checksums": {
  743. "version": "3.669.0",
  744. "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.669.0.tgz",
  745. "integrity": "sha512-01UQLoUzVwWMf+b+AEuwJ2lluBD+Cp8AcbyEHqvEaPdjGKHIS4BCvnY70mZYnAfRtL8R2h9tt7iI61oWU3Gjkg==",
  746. "license": "Apache-2.0",
  747. "dependencies": {
  748. "@aws-crypto/crc32": "5.2.0",
  749. "@aws-crypto/crc32c": "5.2.0",
  750. "@aws-sdk/core": "3.667.0",
  751. "@aws-sdk/types": "3.667.0",
  752. "@smithy/is-array-buffer": "^3.0.0",
  753. "@smithy/node-config-provider": "^3.1.8",
  754. "@smithy/protocol-http": "^4.1.4",
  755. "@smithy/types": "^3.5.0",
  756. "@smithy/util-middleware": "^3.0.7",
  757. "@smithy/util-utf8": "^3.0.0",
  758. "tslib": "^2.6.2"
  759. },
  760. "engines": {
  761. "node": ">=16.0.0"
  762. }
  763. },
  764. "node_modules/@aws-sdk/middleware-host-header": {
  765. "version": "3.667.0",
  766. "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.667.0.tgz",
  767. "integrity": "sha512-Z7fIAMQnPegs7JjAQvlOeWXwpMRfegh5eCoIP6VLJIeR6DLfYKbP35JBtt98R6DXslrN2RsbTogjbxPEDQfw1w==",
  768. "license": "Apache-2.0",
  769. "dependencies": {
  770. "@aws-sdk/types": "3.667.0",
  771. "@smithy/protocol-http": "^4.1.4",
  772. "@smithy/types": "^3.5.0",
  773. "tslib": "^2.6.2"
  774. },
  775. "engines": {
  776. "node": ">=16.0.0"
  777. }
  778. },
  779. "node_modules/@aws-sdk/middleware-location-constraint": {
  780. "version": "3.667.0",
  781. "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.667.0.tgz",
  782. "integrity": "sha512-ob85H3HhT3/u5O+x0o557xGZ78vSNeSSwMaSitxdsfs2hOuoUl1uk+OeLpi1hkuJnL41FPpokV7TVII2XrFfmg==",
  783. "license": "Apache-2.0",
  784. "dependencies": {
  785. "@aws-sdk/types": "3.667.0",
  786. "@smithy/types": "^3.5.0",
  787. "tslib": "^2.6.2"
  788. },
  789. "engines": {
  790. "node": ">=16.0.0"
  791. }
  792. },
  793. "node_modules/@aws-sdk/middleware-logger": {
  794. "version": "3.667.0",
  795. "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-logger/-/middleware-logger-3.667.0.tgz",
  796. "integrity": "sha512-PtTRNpNm/5c746jRgZCNg4X9xEJIwggkGJrF0GP9AB1ANg4pc/sF2Fvn1NtqPe9wtQ2stunJprnm5WkCHN7QiA==",
  797. "license": "Apache-2.0",
  798. "dependencies": {
  799. "@aws-sdk/types": "3.667.0",
  800. "@smithy/types": "^3.5.0",
  801. "tslib": "^2.6.2"
  802. },
  803. "engines": {
  804. "node": ">=16.0.0"
  805. }
  806. },
  807. "node_modules/@aws-sdk/middleware-recursion-detection": {
  808. "version": "3.667.0",
  809. "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.667.0.tgz",
  810. "integrity": "sha512-U5glWD3ehFohzpUpopLtmqAlDurGWo2wRGPNgi4SwhWU7UDt6LS7E/UvJjqC0CUrjlzOw+my2A+Ncf+fisMhxQ==",
  811. "license": "Apache-2.0",
  812. "dependencies": {
  813. "@aws-sdk/types": "3.667.0",
  814. "@smithy/protocol-http": "^4.1.4",
  815. "@smithy/types": "^3.5.0",
  816. "tslib": "^2.6.2"
  817. },
  818. "engines": {
  819. "node": ">=16.0.0"
  820. }
  821. },
  822. "node_modules/@aws-sdk/middleware-sdk-s3": {
  823. "version": "3.669.0",
  824. "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.669.0.tgz",
  825. "integrity": "sha512-b2QUQ7DcIcVCUFhvmFEDI90BemvQhO0ntIajllLqQSy88PSNdLDCVx5mIzfxaaK/1tdY/UsEDRRm1kMQHJDQpg==",
  826. "license": "Apache-2.0",
  827. "dependencies": {
  828. "@aws-sdk/core": "3.667.0",
  829. "@aws-sdk/types": "3.667.0",
  830. "@aws-sdk/util-arn-parser": "3.568.0",
  831. "@smithy/core": "^2.4.8",
  832. "@smithy/node-config-provider": "^3.1.8",
  833. "@smithy/protocol-http": "^4.1.4",
  834. "@smithy/signature-v4": "^4.2.0",
  835. "@smithy/smithy-client": "^3.4.0",
  836. "@smithy/types": "^3.5.0",
  837. "@smithy/util-config-provider": "^3.0.0",
  838. "@smithy/util-middleware": "^3.0.7",
  839. "@smithy/util-stream": "^3.1.9",
  840. "@smithy/util-utf8": "^3.0.0",
  841. "tslib": "^2.6.2"
  842. },
  843. "engines": {
  844. "node": ">=16.0.0"
  845. }
  846. },
  847. "node_modules/@aws-sdk/middleware-ssec": {
  848. "version": "3.667.0",
  849. "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-ssec/-/middleware-ssec-3.667.0.tgz",
  850. "integrity": "sha512-1wuAUZIkmZIvOmGg5qNQU821CGFHhkuKioxXgNh0DpUxZ9+AeiV7yorJr+bqkb2KBFv1i1TnzGRecvKf/KvZIQ==",
  851. "license": "Apache-2.0",
  852. "dependencies": {
  853. "@aws-sdk/types": "3.667.0",
  854. "@smithy/types": "^3.5.0",
  855. "tslib": "^2.6.2"
  856. },
  857. "engines": {
  858. "node": ">=16.0.0"
  859. }
  860. },
  861. "node_modules/@aws-sdk/middleware-user-agent": {
  862. "version": "3.669.0",
  863. "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.669.0.tgz",
  864. "integrity": "sha512-K8ScPi45zjJrj5Y2gRqVsvKKQCQbvQBfYGcBw9ZOx9TTavH80bOCBjWg/GFnvs4f37tqVc1wMN2oGvcTF6HveQ==",
  865. "license": "Apache-2.0",
  866. "dependencies": {
  867. "@aws-sdk/core": "3.667.0",
  868. "@aws-sdk/types": "3.667.0",
  869. "@aws-sdk/util-endpoints": "3.667.0",
  870. "@smithy/core": "^2.4.8",
  871. "@smithy/protocol-http": "^4.1.4",
  872. "@smithy/types": "^3.5.0",
  873. "tslib": "^2.6.2"
  874. },
  875. "engines": {
  876. "node": ">=16.0.0"
  877. }
  878. },
  879. "node_modules/@aws-sdk/region-config-resolver": {
  880. "version": "3.667.0",
  881. "resolved": "https://registry.npmmirror.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.667.0.tgz",
  882. "integrity": "sha512-iNr+JhhA902JMKHG9IwT9YdaEx6KGl6vjAL5BRNeOjfj4cZYMog6Lz/IlfOAltMtT0w88DAHDEFrBd2uO0l2eg==",
  883. "license": "Apache-2.0",
  884. "dependencies": {
  885. "@aws-sdk/types": "3.667.0",
  886. "@smithy/node-config-provider": "^3.1.8",
  887. "@smithy/types": "^3.5.0",
  888. "@smithy/util-config-provider": "^3.0.0",
  889. "@smithy/util-middleware": "^3.0.7",
  890. "tslib": "^2.6.2"
  891. },
  892. "engines": {
  893. "node": ">=16.0.0"
  894. }
  895. },
  896. "node_modules/@aws-sdk/s3-request-presigner": {
  897. "version": "3.673.0",
  898. "resolved": "https://registry.npmmirror.com/@aws-sdk/s3-request-presigner/-/s3-request-presigner-3.673.0.tgz",
  899. "integrity": "sha512-q890Emj3B8Ohe3gQg1rDuUjdlDFKOAdIzQYaO7H8eLJn1msoeCS0mM+17F8AdzXdpKH6ZNIt78bdU18aLp3y7w==",
  900. "license": "Apache-2.0",
  901. "dependencies": {
  902. "@aws-sdk/signature-v4-multi-region": "3.669.0",
  903. "@aws-sdk/types": "3.667.0",
  904. "@aws-sdk/util-format-url": "3.667.0",
  905. "@smithy/middleware-endpoint": "^3.1.4",
  906. "@smithy/protocol-http": "^4.1.4",
  907. "@smithy/smithy-client": "^3.4.0",
  908. "@smithy/types": "^3.5.0",
  909. "tslib": "^2.6.2"
  910. },
  911. "engines": {
  912. "node": ">=16.0.0"
  913. }
  914. },
  915. "node_modules/@aws-sdk/signature-v4-crt": {
  916. "version": "3.669.0",
  917. "resolved": "https://registry.npmmirror.com/@aws-sdk/signature-v4-crt/-/signature-v4-crt-3.669.0.tgz",
  918. "integrity": "sha512-//WgZaIUrwJqdlwajFmvHspEPwGRGs1QFtHUkvrmQZ1lmtmBoQHuX9GslFXQMviClFql8HI40mChaT7GtgkTXg==",
  919. "license": "Apache-2.0",
  920. "dependencies": {
  921. "@aws-sdk/signature-v4-multi-region": "3.669.0",
  922. "@aws-sdk/types": "3.667.0",
  923. "@aws-sdk/util-user-agent-node": "3.669.0",
  924. "@smithy/querystring-parser": "^3.0.7",
  925. "@smithy/signature-v4": "^4.2.0",
  926. "@smithy/types": "^3.5.0",
  927. "@smithy/util-middleware": "^3.0.7",
  928. "aws-crt": "^1.18.3",
  929. "tslib": "^2.6.2"
  930. },
  931. "engines": {
  932. "node": ">=16.0.0"
  933. }
  934. },
  935. "node_modules/@aws-sdk/signature-v4-multi-region": {
  936. "version": "3.669.0",
  937. "resolved": "https://registry.npmmirror.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.669.0.tgz",
  938. "integrity": "sha512-TVwlWAxfBHnFjnfTBQWUhzVJzjwVhkq1+KR0JZV7JrfqeyBOdZjAaV9ie3VNY9HUouecq1fDuKaSwe4JiWQsHg==",
  939. "license": "Apache-2.0",
  940. "dependencies": {
  941. "@aws-sdk/middleware-sdk-s3": "3.669.0",
  942. "@aws-sdk/types": "3.667.0",
  943. "@smithy/protocol-http": "^4.1.4",
  944. "@smithy/signature-v4": "^4.2.0",
  945. "@smithy/types": "^3.5.0",
  946. "tslib": "^2.6.2"
  947. },
  948. "engines": {
  949. "node": ">=16.0.0"
  950. }
  951. },
  952. "node_modules/@aws-sdk/token-providers": {
  953. "version": "3.667.0",
  954. "resolved": "https://registry.npmmirror.com/@aws-sdk/token-providers/-/token-providers-3.667.0.tgz",
  955. "integrity": "sha512-ZecJlG8p6D4UTYlBHwOWX6nknVtw/OBJ3yPXTSajBjhUlj9lE2xvejI8gl4rqkyLXk7z3bki+KR4tATbMaM9yg==",
  956. "license": "Apache-2.0",
  957. "dependencies": {
  958. "@aws-sdk/types": "3.667.0",
  959. "@smithy/property-provider": "^3.1.7",
  960. "@smithy/shared-ini-file-loader": "^3.1.8",
  961. "@smithy/types": "^3.5.0",
  962. "tslib": "^2.6.2"
  963. },
  964. "engines": {
  965. "node": ">=16.0.0"
  966. },
  967. "peerDependencies": {
  968. "@aws-sdk/client-sso-oidc": "^3.667.0"
  969. }
  970. },
  971. "node_modules/@aws-sdk/types": {
  972. "version": "3.667.0",
  973. "resolved": "https://registry.npmmirror.com/@aws-sdk/types/-/types-3.667.0.tgz",
  974. "integrity": "sha512-gYq0xCsqFfQaSL/yT1Gl1vIUjtsg7d7RhnUfsXaHt8xTxOKRTdH9GjbesBjXOzgOvB0W0vfssfreSNGFlOOMJg==",
  975. "license": "Apache-2.0",
  976. "dependencies": {
  977. "@smithy/types": "^3.5.0",
  978. "tslib": "^2.6.2"
  979. },
  980. "engines": {
  981. "node": ">=16.0.0"
  982. }
  983. },
  984. "node_modules/@aws-sdk/util-arn-parser": {
  985. "version": "3.568.0",
  986. "resolved": "https://registry.npmmirror.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.568.0.tgz",
  987. "integrity": "sha512-XUKJWWo+KOB7fbnPP0+g/o5Ulku/X53t7i/h+sPHr5xxYTJJ9CYnbToo95mzxe7xWvkLrsNtJ8L+MnNn9INs2w==",
  988. "license": "Apache-2.0",
  989. "dependencies": {
  990. "tslib": "^2.6.2"
  991. },
  992. "engines": {
  993. "node": ">=16.0.0"
  994. }
  995. },
  996. "node_modules/@aws-sdk/util-endpoints": {
  997. "version": "3.667.0",
  998. "resolved": "https://registry.npmmirror.com/@aws-sdk/util-endpoints/-/util-endpoints-3.667.0.tgz",
  999. "integrity": "sha512-X22SYDAuQJWnkF1/q17pkX3nGw5XMD9YEUbmt87vUnRq7iyJ3JOpl6UKOBeUBaL838wA5yzdbinmCITJ/VZ1QA==",
  1000. "license": "Apache-2.0",
  1001. "dependencies": {
  1002. "@aws-sdk/types": "3.667.0",
  1003. "@smithy/types": "^3.5.0",
  1004. "@smithy/util-endpoints": "^2.1.3",
  1005. "tslib": "^2.6.2"
  1006. },
  1007. "engines": {
  1008. "node": ">=16.0.0"
  1009. }
  1010. },
  1011. "node_modules/@aws-sdk/util-format-url": {
  1012. "version": "3.667.0",
  1013. "resolved": "https://registry.npmmirror.com/@aws-sdk/util-format-url/-/util-format-url-3.667.0.tgz",
  1014. "integrity": "sha512-S0D731SnEPnTfbJ/Dldw5dDrOc8uipK6NLXHDs2xIq0t61iwZLMEiN8yWCs2wAZVVJKpldUM1THLaaufU9SSSA==",
  1015. "license": "Apache-2.0",
  1016. "dependencies": {
  1017. "@aws-sdk/types": "3.667.0",
  1018. "@smithy/querystring-builder": "^3.0.7",
  1019. "@smithy/types": "^3.5.0",
  1020. "tslib": "^2.6.2"
  1021. },
  1022. "engines": {
  1023. "node": ">=16.0.0"
  1024. }
  1025. },
  1026. "node_modules/@aws-sdk/util-locate-window": {
  1027. "version": "3.568.0",
  1028. "resolved": "https://registry.npmmirror.com/@aws-sdk/util-locate-window/-/util-locate-window-3.568.0.tgz",
  1029. "integrity": "sha512-3nh4TINkXYr+H41QaPelCceEB2FXP3fxp93YZXB/kqJvX0U9j0N0Uk45gvsjmEPzG8XxkPEeLIfT2I1M7A6Lig==",
  1030. "license": "Apache-2.0",
  1031. "dependencies": {
  1032. "tslib": "^2.6.2"
  1033. },
  1034. "engines": {
  1035. "node": ">=16.0.0"
  1036. }
  1037. },
  1038. "node_modules/@aws-sdk/util-user-agent-browser": {
  1039. "version": "3.670.0",
  1040. "resolved": "https://registry.npmmirror.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.670.0.tgz",
  1041. "integrity": "sha512-iRynWWazqEcCKwGMcQcywKTDLdLvqts1Yx474U64I9OKQXXwhOwhXbF5CAPSRta86lkVNAVYJa/0Bsv45pNn1A==",
  1042. "license": "Apache-2.0",
  1043. "dependencies": {
  1044. "@aws-sdk/types": "3.667.0",
  1045. "@smithy/types": "^3.5.0",
  1046. "bowser": "^2.11.0",
  1047. "tslib": "^2.6.2"
  1048. }
  1049. },
  1050. "node_modules/@aws-sdk/util-user-agent-node": {
  1051. "version": "3.669.0",
  1052. "resolved": "https://registry.npmmirror.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.669.0.tgz",
  1053. "integrity": "sha512-9jxCYrgggy2xd44ZASqI7AMiRVaSiFp+06Kg8BQSU0ijKpBJlwcsqIS8pDT/n6LxuOw2eV5ipvM2C0r1iKzrGA==",
  1054. "license": "Apache-2.0",
  1055. "dependencies": {
  1056. "@aws-sdk/middleware-user-agent": "3.669.0",
  1057. "@aws-sdk/types": "3.667.0",
  1058. "@smithy/node-config-provider": "^3.1.8",
  1059. "@smithy/types": "^3.5.0",
  1060. "tslib": "^2.6.2"
  1061. },
  1062. "engines": {
  1063. "node": ">=16.0.0"
  1064. },
  1065. "peerDependencies": {
  1066. "aws-crt": ">=1.0.0"
  1067. },
  1068. "peerDependenciesMeta": {
  1069. "aws-crt": {
  1070. "optional": true
  1071. }
  1072. }
  1073. },
  1074. "node_modules/@aws-sdk/util-utf8-browser": {
  1075. "version": "3.259.0",
  1076. "resolved": "https://registry.npmmirror.com/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz",
  1077. "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==",
  1078. "license": "Apache-2.0",
  1079. "dependencies": {
  1080. "tslib": "^2.3.1"
  1081. }
  1082. },
  1083. "node_modules/@aws-sdk/xml-builder": {
  1084. "version": "3.662.0",
  1085. "resolved": "https://registry.npmmirror.com/@aws-sdk/xml-builder/-/xml-builder-3.662.0.tgz",
  1086. "integrity": "sha512-ikLkXn0igUpnJu2mCZjklvmcDGWT9OaLRv3JyC/cRkTaaSrblPjPM7KKsltxdMTLQ+v7fjCN0TsJpxphMfaOPA==",
  1087. "license": "Apache-2.0",
  1088. "dependencies": {
  1089. "@smithy/types": "^3.5.0",
  1090. "tslib": "^2.6.2"
  1091. },
  1092. "engines": {
  1093. "node": ">=16.0.0"
  1094. }
  1095. },
  1096. "node_modules/@babel/code-frame": {
  1097. "version": "7.25.7",
  1098. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.25.7.tgz",
  1099. "integrity": "sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==",
  1100. "license": "MIT",
  1101. "dependencies": {
  1102. "@babel/highlight": "^7.25.7",
  1103. "picocolors": "^1.0.0"
  1104. },
  1105. "engines": {
  1106. "node": ">=6.9.0"
  1107. }
  1108. },
  1109. "node_modules/@babel/compat-data": {
  1110. "version": "7.25.8",
  1111. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.25.8.tgz",
  1112. "integrity": "sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA==",
  1113. "license": "MIT",
  1114. "engines": {
  1115. "node": ">=6.9.0"
  1116. }
  1117. },
  1118. "node_modules/@babel/core": {
  1119. "version": "7.25.8",
  1120. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.25.8.tgz",
  1121. "integrity": "sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==",
  1122. "license": "MIT",
  1123. "dependencies": {
  1124. "@ampproject/remapping": "^2.2.0",
  1125. "@babel/code-frame": "^7.25.7",
  1126. "@babel/generator": "^7.25.7",
  1127. "@babel/helper-compilation-targets": "^7.25.7",
  1128. "@babel/helper-module-transforms": "^7.25.7",
  1129. "@babel/helpers": "^7.25.7",
  1130. "@babel/parser": "^7.25.8",
  1131. "@babel/template": "^7.25.7",
  1132. "@babel/traverse": "^7.25.7",
  1133. "@babel/types": "^7.25.8",
  1134. "convert-source-map": "^2.0.0",
  1135. "debug": "^4.1.0",
  1136. "gensync": "^1.0.0-beta.2",
  1137. "json5": "^2.2.3",
  1138. "semver": "^6.3.1"
  1139. },
  1140. "engines": {
  1141. "node": ">=6.9.0"
  1142. },
  1143. "funding": {
  1144. "type": "opencollective",
  1145. "url": "https://opencollective.com/babel"
  1146. }
  1147. },
  1148. "node_modules/@babel/core/node_modules/semver": {
  1149. "version": "6.3.1",
  1150. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  1151. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  1152. "license": "ISC",
  1153. "bin": {
  1154. "semver": "bin/semver.js"
  1155. }
  1156. },
  1157. "node_modules/@babel/generator": {
  1158. "version": "7.25.7",
  1159. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.25.7.tgz",
  1160. "integrity": "sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==",
  1161. "license": "MIT",
  1162. "dependencies": {
  1163. "@babel/types": "^7.25.7",
  1164. "@jridgewell/gen-mapping": "^0.3.5",
  1165. "@jridgewell/trace-mapping": "^0.3.25",
  1166. "jsesc": "^3.0.2"
  1167. },
  1168. "engines": {
  1169. "node": ">=6.9.0"
  1170. }
  1171. },
  1172. "node_modules/@babel/helper-annotate-as-pure": {
  1173. "version": "7.25.7",
  1174. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz",
  1175. "integrity": "sha512-4xwU8StnqnlIhhioZf1tqnVWeQ9pvH/ujS8hRfw/WOza+/a+1qv69BWNy+oY231maTCWgKWhfBU7kDpsds6zAA==",
  1176. "license": "MIT",
  1177. "dependencies": {
  1178. "@babel/types": "^7.25.7"
  1179. },
  1180. "engines": {
  1181. "node": ">=6.9.0"
  1182. }
  1183. },
  1184. "node_modules/@babel/helper-compilation-targets": {
  1185. "version": "7.25.7",
  1186. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz",
  1187. "integrity": "sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==",
  1188. "license": "MIT",
  1189. "dependencies": {
  1190. "@babel/compat-data": "^7.25.7",
  1191. "@babel/helper-validator-option": "^7.25.7",
  1192. "browserslist": "^4.24.0",
  1193. "lru-cache": "^5.1.1",
  1194. "semver": "^6.3.1"
  1195. },
  1196. "engines": {
  1197. "node": ">=6.9.0"
  1198. }
  1199. },
  1200. "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
  1201. "version": "5.1.1",
  1202. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  1203. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  1204. "license": "ISC",
  1205. "dependencies": {
  1206. "yallist": "^3.0.2"
  1207. }
  1208. },
  1209. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  1210. "version": "6.3.1",
  1211. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  1212. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  1213. "license": "ISC",
  1214. "bin": {
  1215. "semver": "bin/semver.js"
  1216. }
  1217. },
  1218. "node_modules/@babel/helper-create-class-features-plugin": {
  1219. "version": "7.25.7",
  1220. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.7.tgz",
  1221. "integrity": "sha512-bD4WQhbkx80mAyj/WCm4ZHcF4rDxkoLFO6ph8/5/mQ3z4vAzltQXAmbc7GvVJx5H+lk5Mi5EmbTeox5nMGCsbw==",
  1222. "license": "MIT",
  1223. "dependencies": {
  1224. "@babel/helper-annotate-as-pure": "^7.25.7",
  1225. "@babel/helper-member-expression-to-functions": "^7.25.7",
  1226. "@babel/helper-optimise-call-expression": "^7.25.7",
  1227. "@babel/helper-replace-supers": "^7.25.7",
  1228. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.7",
  1229. "@babel/traverse": "^7.25.7",
  1230. "semver": "^6.3.1"
  1231. },
  1232. "engines": {
  1233. "node": ">=6.9.0"
  1234. },
  1235. "peerDependencies": {
  1236. "@babel/core": "^7.0.0"
  1237. }
  1238. },
  1239. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  1240. "version": "6.3.1",
  1241. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  1242. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  1243. "license": "ISC",
  1244. "bin": {
  1245. "semver": "bin/semver.js"
  1246. }
  1247. },
  1248. "node_modules/@babel/helper-member-expression-to-functions": {
  1249. "version": "7.25.7",
  1250. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.7.tgz",
  1251. "integrity": "sha512-O31Ssjd5K6lPbTX9AAYpSKrZmLeagt9uwschJd+Ixo6QiRyfpvgtVQp8qrDR9UNFjZ8+DO34ZkdrN+BnPXemeA==",
  1252. "license": "MIT",
  1253. "dependencies": {
  1254. "@babel/traverse": "^7.25.7",
  1255. "@babel/types": "^7.25.7"
  1256. },
  1257. "engines": {
  1258. "node": ">=6.9.0"
  1259. }
  1260. },
  1261. "node_modules/@babel/helper-module-imports": {
  1262. "version": "7.25.7",
  1263. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz",
  1264. "integrity": "sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==",
  1265. "license": "MIT",
  1266. "dependencies": {
  1267. "@babel/traverse": "^7.25.7",
  1268. "@babel/types": "^7.25.7"
  1269. },
  1270. "engines": {
  1271. "node": ">=6.9.0"
  1272. }
  1273. },
  1274. "node_modules/@babel/helper-module-transforms": {
  1275. "version": "7.25.7",
  1276. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz",
  1277. "integrity": "sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==",
  1278. "license": "MIT",
  1279. "dependencies": {
  1280. "@babel/helper-module-imports": "^7.25.7",
  1281. "@babel/helper-simple-access": "^7.25.7",
  1282. "@babel/helper-validator-identifier": "^7.25.7",
  1283. "@babel/traverse": "^7.25.7"
  1284. },
  1285. "engines": {
  1286. "node": ">=6.9.0"
  1287. },
  1288. "peerDependencies": {
  1289. "@babel/core": "^7.0.0"
  1290. }
  1291. },
  1292. "node_modules/@babel/helper-optimise-call-expression": {
  1293. "version": "7.25.7",
  1294. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.7.tgz",
  1295. "integrity": "sha512-VAwcwuYhv/AT+Vfr28c9y6SHzTan1ryqrydSTFGjU0uDJHw3uZ+PduI8plCLkRsDnqK2DMEDmwrOQRsK/Ykjng==",
  1296. "license": "MIT",
  1297. "dependencies": {
  1298. "@babel/types": "^7.25.7"
  1299. },
  1300. "engines": {
  1301. "node": ">=6.9.0"
  1302. }
  1303. },
  1304. "node_modules/@babel/helper-plugin-utils": {
  1305. "version": "7.25.7",
  1306. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz",
  1307. "integrity": "sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==",
  1308. "license": "MIT",
  1309. "engines": {
  1310. "node": ">=6.9.0"
  1311. }
  1312. },
  1313. "node_modules/@babel/helper-replace-supers": {
  1314. "version": "7.25.7",
  1315. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.7.tgz",
  1316. "integrity": "sha512-iy8JhqlUW9PtZkd4pHM96v6BdJ66Ba9yWSE4z0W4TvSZwLBPkyDsiIU3ENe4SmrzRBs76F7rQXTy1lYC49n6Lw==",
  1317. "license": "MIT",
  1318. "dependencies": {
  1319. "@babel/helper-member-expression-to-functions": "^7.25.7",
  1320. "@babel/helper-optimise-call-expression": "^7.25.7",
  1321. "@babel/traverse": "^7.25.7"
  1322. },
  1323. "engines": {
  1324. "node": ">=6.9.0"
  1325. },
  1326. "peerDependencies": {
  1327. "@babel/core": "^7.0.0"
  1328. }
  1329. },
  1330. "node_modules/@babel/helper-simple-access": {
  1331. "version": "7.25.7",
  1332. "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz",
  1333. "integrity": "sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==",
  1334. "license": "MIT",
  1335. "dependencies": {
  1336. "@babel/traverse": "^7.25.7",
  1337. "@babel/types": "^7.25.7"
  1338. },
  1339. "engines": {
  1340. "node": ">=6.9.0"
  1341. }
  1342. },
  1343. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  1344. "version": "7.25.7",
  1345. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.7.tgz",
  1346. "integrity": "sha512-pPbNbchZBkPMD50K0p3JGcFMNLVUCuU/ABybm/PGNj4JiHrpmNyqqCphBk4i19xXtNV0JhldQJJtbSW5aUvbyA==",
  1347. "license": "MIT",
  1348. "dependencies": {
  1349. "@babel/traverse": "^7.25.7",
  1350. "@babel/types": "^7.25.7"
  1351. },
  1352. "engines": {
  1353. "node": ">=6.9.0"
  1354. }
  1355. },
  1356. "node_modules/@babel/helper-string-parser": {
  1357. "version": "7.25.7",
  1358. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz",
  1359. "integrity": "sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==",
  1360. "license": "MIT",
  1361. "engines": {
  1362. "node": ">=6.9.0"
  1363. }
  1364. },
  1365. "node_modules/@babel/helper-validator-identifier": {
  1366. "version": "7.25.7",
  1367. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz",
  1368. "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==",
  1369. "license": "MIT",
  1370. "engines": {
  1371. "node": ">=6.9.0"
  1372. }
  1373. },
  1374. "node_modules/@babel/helper-validator-option": {
  1375. "version": "7.25.7",
  1376. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz",
  1377. "integrity": "sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==",
  1378. "license": "MIT",
  1379. "engines": {
  1380. "node": ">=6.9.0"
  1381. }
  1382. },
  1383. "node_modules/@babel/helpers": {
  1384. "version": "7.25.7",
  1385. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.25.7.tgz",
  1386. "integrity": "sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==",
  1387. "license": "MIT",
  1388. "dependencies": {
  1389. "@babel/template": "^7.25.7",
  1390. "@babel/types": "^7.25.7"
  1391. },
  1392. "engines": {
  1393. "node": ">=6.9.0"
  1394. }
  1395. },
  1396. "node_modules/@babel/highlight": {
  1397. "version": "7.25.7",
  1398. "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.25.7.tgz",
  1399. "integrity": "sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==",
  1400. "license": "MIT",
  1401. "dependencies": {
  1402. "@babel/helper-validator-identifier": "^7.25.7",
  1403. "chalk": "^2.4.2",
  1404. "js-tokens": "^4.0.0",
  1405. "picocolors": "^1.0.0"
  1406. },
  1407. "engines": {
  1408. "node": ">=6.9.0"
  1409. }
  1410. },
  1411. "node_modules/@babel/parser": {
  1412. "version": "7.25.8",
  1413. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.25.8.tgz",
  1414. "integrity": "sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==",
  1415. "license": "MIT",
  1416. "dependencies": {
  1417. "@babel/types": "^7.25.8"
  1418. },
  1419. "bin": {
  1420. "parser": "bin/babel-parser.js"
  1421. },
  1422. "engines": {
  1423. "node": ">=6.0.0"
  1424. }
  1425. },
  1426. "node_modules/@babel/plugin-syntax-jsx": {
  1427. "version": "7.25.7",
  1428. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.7.tgz",
  1429. "integrity": "sha512-ruZOnKO+ajVL/MVx+PwNBPOkrnXTXoWMtte1MBpegfCArhqOe3Bj52avVj1huLLxNKYKXYaSxZ2F+woK1ekXfw==",
  1430. "license": "MIT",
  1431. "dependencies": {
  1432. "@babel/helper-plugin-utils": "^7.25.7"
  1433. },
  1434. "engines": {
  1435. "node": ">=6.9.0"
  1436. },
  1437. "peerDependencies": {
  1438. "@babel/core": "^7.0.0-0"
  1439. }
  1440. },
  1441. "node_modules/@babel/plugin-syntax-typescript": {
  1442. "version": "7.25.7",
  1443. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.7.tgz",
  1444. "integrity": "sha512-rR+5FDjpCHqqZN2bzZm18bVYGaejGq5ZkpVCJLXor/+zlSrSoc4KWcHI0URVWjl/68Dyr1uwZUz/1njycEAv9g==",
  1445. "license": "MIT",
  1446. "dependencies": {
  1447. "@babel/helper-plugin-utils": "^7.25.7"
  1448. },
  1449. "engines": {
  1450. "node": ">=6.9.0"
  1451. },
  1452. "peerDependencies": {
  1453. "@babel/core": "^7.0.0-0"
  1454. }
  1455. },
  1456. "node_modules/@babel/plugin-transform-typescript": {
  1457. "version": "7.25.7",
  1458. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.7.tgz",
  1459. "integrity": "sha512-VKlgy2vBzj8AmEzunocMun2fF06bsSWV+FvVXohtL6FGve/+L217qhHxRTVGHEDO/YR8IANcjzgJsd04J8ge5Q==",
  1460. "license": "MIT",
  1461. "dependencies": {
  1462. "@babel/helper-annotate-as-pure": "^7.25.7",
  1463. "@babel/helper-create-class-features-plugin": "^7.25.7",
  1464. "@babel/helper-plugin-utils": "^7.25.7",
  1465. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.7",
  1466. "@babel/plugin-syntax-typescript": "^7.25.7"
  1467. },
  1468. "engines": {
  1469. "node": ">=6.9.0"
  1470. },
  1471. "peerDependencies": {
  1472. "@babel/core": "^7.0.0-0"
  1473. }
  1474. },
  1475. "node_modules/@babel/runtime": {
  1476. "version": "7.25.7",
  1477. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.25.7.tgz",
  1478. "integrity": "sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==",
  1479. "license": "MIT",
  1480. "dependencies": {
  1481. "regenerator-runtime": "^0.14.0"
  1482. },
  1483. "engines": {
  1484. "node": ">=6.9.0"
  1485. }
  1486. },
  1487. "node_modules/@babel/runtime-corejs2": {
  1488. "version": "7.25.7",
  1489. "resolved": "https://registry.npmmirror.com/@babel/runtime-corejs2/-/runtime-corejs2-7.25.7.tgz",
  1490. "integrity": "sha512-xdsLBlDCJIZzwH1fBJ7GJu+bRFO0Sqv10WotmwMu83Joep1erPcWbTr84rZD42kPzSjtmrFgshdWHKfQTWOsng==",
  1491. "license": "MIT",
  1492. "dependencies": {
  1493. "core-js": "^2.6.12",
  1494. "regenerator-runtime": "^0.14.0"
  1495. },
  1496. "engines": {
  1497. "node": ">=6.9.0"
  1498. }
  1499. },
  1500. "node_modules/@babel/template": {
  1501. "version": "7.25.7",
  1502. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.25.7.tgz",
  1503. "integrity": "sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==",
  1504. "license": "MIT",
  1505. "dependencies": {
  1506. "@babel/code-frame": "^7.25.7",
  1507. "@babel/parser": "^7.25.7",
  1508. "@babel/types": "^7.25.7"
  1509. },
  1510. "engines": {
  1511. "node": ">=6.9.0"
  1512. }
  1513. },
  1514. "node_modules/@babel/traverse": {
  1515. "version": "7.25.7",
  1516. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.25.7.tgz",
  1517. "integrity": "sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==",
  1518. "license": "MIT",
  1519. "dependencies": {
  1520. "@babel/code-frame": "^7.25.7",
  1521. "@babel/generator": "^7.25.7",
  1522. "@babel/parser": "^7.25.7",
  1523. "@babel/template": "^7.25.7",
  1524. "@babel/types": "^7.25.7",
  1525. "debug": "^4.3.1",
  1526. "globals": "^11.1.0"
  1527. },
  1528. "engines": {
  1529. "node": ">=6.9.0"
  1530. }
  1531. },
  1532. "node_modules/@babel/types": {
  1533. "version": "7.25.8",
  1534. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.25.8.tgz",
  1535. "integrity": "sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==",
  1536. "license": "MIT",
  1537. "dependencies": {
  1538. "@babel/helper-string-parser": "^7.25.7",
  1539. "@babel/helper-validator-identifier": "^7.25.7",
  1540. "to-fast-properties": "^2.0.0"
  1541. },
  1542. "engines": {
  1543. "node": ">=6.9.0"
  1544. }
  1545. },
  1546. "node_modules/@ctrl/tinycolor": {
  1547. "version": "3.6.1",
  1548. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  1549. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  1550. "license": "MIT",
  1551. "engines": {
  1552. "node": ">=10"
  1553. }
  1554. },
  1555. "node_modules/@element-plus/icons-vue": {
  1556. "version": "2.3.1",
  1557. "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
  1558. "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
  1559. "license": "MIT",
  1560. "peerDependencies": {
  1561. "vue": "^3.2.0"
  1562. }
  1563. },
  1564. "node_modules/@esbuild/aix-ppc64": {
  1565. "version": "0.21.5",
  1566. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  1567. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  1568. "cpu": [
  1569. "ppc64"
  1570. ],
  1571. "license": "MIT",
  1572. "optional": true,
  1573. "os": [
  1574. "aix"
  1575. ],
  1576. "engines": {
  1577. "node": ">=12"
  1578. }
  1579. },
  1580. "node_modules/@esbuild/android-arm": {
  1581. "version": "0.21.5",
  1582. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  1583. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  1584. "cpu": [
  1585. "arm"
  1586. ],
  1587. "license": "MIT",
  1588. "optional": true,
  1589. "os": [
  1590. "android"
  1591. ],
  1592. "engines": {
  1593. "node": ">=12"
  1594. }
  1595. },
  1596. "node_modules/@esbuild/android-arm64": {
  1597. "version": "0.21.5",
  1598. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  1599. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  1600. "cpu": [
  1601. "arm64"
  1602. ],
  1603. "license": "MIT",
  1604. "optional": true,
  1605. "os": [
  1606. "android"
  1607. ],
  1608. "engines": {
  1609. "node": ">=12"
  1610. }
  1611. },
  1612. "node_modules/@esbuild/android-x64": {
  1613. "version": "0.21.5",
  1614. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  1615. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  1616. "cpu": [
  1617. "x64"
  1618. ],
  1619. "license": "MIT",
  1620. "optional": true,
  1621. "os": [
  1622. "android"
  1623. ],
  1624. "engines": {
  1625. "node": ">=12"
  1626. }
  1627. },
  1628. "node_modules/@esbuild/darwin-arm64": {
  1629. "version": "0.21.5",
  1630. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  1631. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  1632. "cpu": [
  1633. "arm64"
  1634. ],
  1635. "license": "MIT",
  1636. "optional": true,
  1637. "os": [
  1638. "darwin"
  1639. ],
  1640. "engines": {
  1641. "node": ">=12"
  1642. }
  1643. },
  1644. "node_modules/@esbuild/darwin-x64": {
  1645. "version": "0.21.5",
  1646. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  1647. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  1648. "cpu": [
  1649. "x64"
  1650. ],
  1651. "license": "MIT",
  1652. "optional": true,
  1653. "os": [
  1654. "darwin"
  1655. ],
  1656. "engines": {
  1657. "node": ">=12"
  1658. }
  1659. },
  1660. "node_modules/@esbuild/freebsd-arm64": {
  1661. "version": "0.21.5",
  1662. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  1663. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  1664. "cpu": [
  1665. "arm64"
  1666. ],
  1667. "license": "MIT",
  1668. "optional": true,
  1669. "os": [
  1670. "freebsd"
  1671. ],
  1672. "engines": {
  1673. "node": ">=12"
  1674. }
  1675. },
  1676. "node_modules/@esbuild/freebsd-x64": {
  1677. "version": "0.21.5",
  1678. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  1679. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  1680. "cpu": [
  1681. "x64"
  1682. ],
  1683. "license": "MIT",
  1684. "optional": true,
  1685. "os": [
  1686. "freebsd"
  1687. ],
  1688. "engines": {
  1689. "node": ">=12"
  1690. }
  1691. },
  1692. "node_modules/@esbuild/linux-arm": {
  1693. "version": "0.21.5",
  1694. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  1695. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  1696. "cpu": [
  1697. "arm"
  1698. ],
  1699. "license": "MIT",
  1700. "optional": true,
  1701. "os": [
  1702. "linux"
  1703. ],
  1704. "engines": {
  1705. "node": ">=12"
  1706. }
  1707. },
  1708. "node_modules/@esbuild/linux-arm64": {
  1709. "version": "0.21.5",
  1710. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  1711. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  1712. "cpu": [
  1713. "arm64"
  1714. ],
  1715. "license": "MIT",
  1716. "optional": true,
  1717. "os": [
  1718. "linux"
  1719. ],
  1720. "engines": {
  1721. "node": ">=12"
  1722. }
  1723. },
  1724. "node_modules/@esbuild/linux-ia32": {
  1725. "version": "0.21.5",
  1726. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  1727. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  1728. "cpu": [
  1729. "ia32"
  1730. ],
  1731. "license": "MIT",
  1732. "optional": true,
  1733. "os": [
  1734. "linux"
  1735. ],
  1736. "engines": {
  1737. "node": ">=12"
  1738. }
  1739. },
  1740. "node_modules/@esbuild/linux-loong64": {
  1741. "version": "0.21.5",
  1742. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  1743. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  1744. "cpu": [
  1745. "loong64"
  1746. ],
  1747. "license": "MIT",
  1748. "optional": true,
  1749. "os": [
  1750. "linux"
  1751. ],
  1752. "engines": {
  1753. "node": ">=12"
  1754. }
  1755. },
  1756. "node_modules/@esbuild/linux-mips64el": {
  1757. "version": "0.21.5",
  1758. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  1759. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  1760. "cpu": [
  1761. "mips64el"
  1762. ],
  1763. "license": "MIT",
  1764. "optional": true,
  1765. "os": [
  1766. "linux"
  1767. ],
  1768. "engines": {
  1769. "node": ">=12"
  1770. }
  1771. },
  1772. "node_modules/@esbuild/linux-ppc64": {
  1773. "version": "0.21.5",
  1774. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  1775. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  1776. "cpu": [
  1777. "ppc64"
  1778. ],
  1779. "license": "MIT",
  1780. "optional": true,
  1781. "os": [
  1782. "linux"
  1783. ],
  1784. "engines": {
  1785. "node": ">=12"
  1786. }
  1787. },
  1788. "node_modules/@esbuild/linux-riscv64": {
  1789. "version": "0.21.5",
  1790. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  1791. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  1792. "cpu": [
  1793. "riscv64"
  1794. ],
  1795. "license": "MIT",
  1796. "optional": true,
  1797. "os": [
  1798. "linux"
  1799. ],
  1800. "engines": {
  1801. "node": ">=12"
  1802. }
  1803. },
  1804. "node_modules/@esbuild/linux-s390x": {
  1805. "version": "0.21.5",
  1806. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  1807. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  1808. "cpu": [
  1809. "s390x"
  1810. ],
  1811. "license": "MIT",
  1812. "optional": true,
  1813. "os": [
  1814. "linux"
  1815. ],
  1816. "engines": {
  1817. "node": ">=12"
  1818. }
  1819. },
  1820. "node_modules/@esbuild/linux-x64": {
  1821. "version": "0.21.5",
  1822. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  1823. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  1824. "cpu": [
  1825. "x64"
  1826. ],
  1827. "license": "MIT",
  1828. "optional": true,
  1829. "os": [
  1830. "linux"
  1831. ],
  1832. "engines": {
  1833. "node": ">=12"
  1834. }
  1835. },
  1836. "node_modules/@esbuild/netbsd-x64": {
  1837. "version": "0.21.5",
  1838. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  1839. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  1840. "cpu": [
  1841. "x64"
  1842. ],
  1843. "license": "MIT",
  1844. "optional": true,
  1845. "os": [
  1846. "netbsd"
  1847. ],
  1848. "engines": {
  1849. "node": ">=12"
  1850. }
  1851. },
  1852. "node_modules/@esbuild/openbsd-x64": {
  1853. "version": "0.21.5",
  1854. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  1855. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  1856. "cpu": [
  1857. "x64"
  1858. ],
  1859. "license": "MIT",
  1860. "optional": true,
  1861. "os": [
  1862. "openbsd"
  1863. ],
  1864. "engines": {
  1865. "node": ">=12"
  1866. }
  1867. },
  1868. "node_modules/@esbuild/sunos-x64": {
  1869. "version": "0.21.5",
  1870. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  1871. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  1872. "cpu": [
  1873. "x64"
  1874. ],
  1875. "license": "MIT",
  1876. "optional": true,
  1877. "os": [
  1878. "sunos"
  1879. ],
  1880. "engines": {
  1881. "node": ">=12"
  1882. }
  1883. },
  1884. "node_modules/@esbuild/win32-arm64": {
  1885. "version": "0.21.5",
  1886. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  1887. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  1888. "cpu": [
  1889. "arm64"
  1890. ],
  1891. "license": "MIT",
  1892. "optional": true,
  1893. "os": [
  1894. "win32"
  1895. ],
  1896. "engines": {
  1897. "node": ">=12"
  1898. }
  1899. },
  1900. "node_modules/@esbuild/win32-ia32": {
  1901. "version": "0.21.5",
  1902. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  1903. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  1904. "cpu": [
  1905. "ia32"
  1906. ],
  1907. "license": "MIT",
  1908. "optional": true,
  1909. "os": [
  1910. "win32"
  1911. ],
  1912. "engines": {
  1913. "node": ">=12"
  1914. }
  1915. },
  1916. "node_modules/@esbuild/win32-x64": {
  1917. "version": "0.21.5",
  1918. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  1919. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  1920. "cpu": [
  1921. "x64"
  1922. ],
  1923. "license": "MIT",
  1924. "optional": true,
  1925. "os": [
  1926. "win32"
  1927. ],
  1928. "engines": {
  1929. "node": ">=12"
  1930. }
  1931. },
  1932. "node_modules/@eslint-community/eslint-utils": {
  1933. "version": "4.4.0",
  1934. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
  1935. "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
  1936. "dev": true,
  1937. "license": "MIT",
  1938. "dependencies": {
  1939. "eslint-visitor-keys": "^3.3.0"
  1940. },
  1941. "engines": {
  1942. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1943. },
  1944. "peerDependencies": {
  1945. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  1946. }
  1947. },
  1948. "node_modules/@eslint-community/regexpp": {
  1949. "version": "4.11.1",
  1950. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz",
  1951. "integrity": "sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==",
  1952. "dev": true,
  1953. "license": "MIT",
  1954. "engines": {
  1955. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  1956. }
  1957. },
  1958. "node_modules/@eslint/eslintrc": {
  1959. "version": "2.1.4",
  1960. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  1961. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  1962. "dev": true,
  1963. "license": "MIT",
  1964. "dependencies": {
  1965. "ajv": "^6.12.4",
  1966. "debug": "^4.3.2",
  1967. "espree": "^9.6.0",
  1968. "globals": "^13.19.0",
  1969. "ignore": "^5.2.0",
  1970. "import-fresh": "^3.2.1",
  1971. "js-yaml": "^4.1.0",
  1972. "minimatch": "^3.1.2",
  1973. "strip-json-comments": "^3.1.1"
  1974. },
  1975. "engines": {
  1976. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1977. },
  1978. "funding": {
  1979. "url": "https://opencollective.com/eslint"
  1980. }
  1981. },
  1982. "node_modules/@eslint/eslintrc/node_modules/globals": {
  1983. "version": "13.24.0",
  1984. "resolved": "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz",
  1985. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  1986. "dev": true,
  1987. "license": "MIT",
  1988. "dependencies": {
  1989. "type-fest": "^0.20.2"
  1990. },
  1991. "engines": {
  1992. "node": ">=8"
  1993. },
  1994. "funding": {
  1995. "url": "https://github.com/sponsors/sindresorhus"
  1996. }
  1997. },
  1998. "node_modules/@eslint/js": {
  1999. "version": "8.57.1",
  2000. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-8.57.1.tgz",
  2001. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  2002. "dev": true,
  2003. "license": "MIT",
  2004. "engines": {
  2005. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2006. }
  2007. },
  2008. "node_modules/@fast-crud/fast-crud": {
  2009. "version": "1.21.4",
  2010. "resolved": "https://registry.npmmirror.com/@fast-crud/fast-crud/-/fast-crud-1.21.4.tgz",
  2011. "integrity": "sha512-Mrl0zEeXOMsM4ACujgn6L840m0Wd9fj13t4WalNg5Ywsx1WFkuuakWiNt02omBgkbidWxmsV7MaxN91INfANYQ==",
  2012. "license": "MIT",
  2013. "dependencies": {
  2014. "file-saver": "^2.0.5",
  2015. "lru-cache": "^10.0.0",
  2016. "vuedraggable-es": "^4.1.1",
  2017. "xlsx": "^0.18.5"
  2018. }
  2019. },
  2020. "node_modules/@fast-crud/fast-extends": {
  2021. "version": "1.21.4",
  2022. "resolved": "https://registry.npmmirror.com/@fast-crud/fast-extends/-/fast-extends-1.21.4.tgz",
  2023. "integrity": "sha512-FNWtZjZToDwD9B+vCt1uS9tYE2QZOOng6w46eCbPeuNdU4HgS6q0PNYcvhAozzxcDuFhsBsYmjYd6/hqhBTo9w==",
  2024. "license": "MIT",
  2025. "dependencies": {
  2026. "@aws-sdk/client-s3": "^3.383.0",
  2027. "@aws-sdk/s3-request-presigner": "^3.383.0",
  2028. "@aws-sdk/signature-v4-crt": "^3.378.0",
  2029. "@soerenmartius/vue3-clipboard": "^0.1.2",
  2030. "@wangeditor/editor": "^5.1.23",
  2031. "@wangeditor/editor-for-vue": "^5.1.12",
  2032. "ali-oss": "^6.18.0",
  2033. "cos-js-sdk-v5": "^1.4.19",
  2034. "cropperjs": "^1.5.13",
  2035. "dayjs": "^1.11.9",
  2036. "glob": "^10.3.3",
  2037. "humanize-duration": "^3.29.0",
  2038. "jsoneditor": "^9.10.2",
  2039. "lodash-es": "^4.17.21",
  2040. "object-assign": "^4.1.1",
  2041. "qiniu-js": "3.4.1",
  2042. "quill": "^1.3.7",
  2043. "vue-cropperjs": "^5.0.0"
  2044. }
  2045. },
  2046. "node_modules/@fast-crud/ui-element": {
  2047. "version": "1.21.4",
  2048. "resolved": "https://registry.npmmirror.com/@fast-crud/ui-element/-/ui-element-1.21.4.tgz",
  2049. "integrity": "sha512-holHNt03zabhCkXg+6LDMmsRGQ7JGqWn259zsspuT0wcrPBqRDSEAXfEpZ5rFrG/Q2kRDdpG1IwEdS25JnLd1A==",
  2050. "license": "MIT"
  2051. },
  2052. "node_modules/@fast-crud/ui-interface": {
  2053. "version": "1.21.4",
  2054. "resolved": "https://registry.npmmirror.com/@fast-crud/ui-interface/-/ui-interface-1.21.4.tgz",
  2055. "integrity": "sha512-KY5V/qhDKKipIx/VgqWUOv79jlF/fTtgGk8RU+fPGuP7HOnZXOTbmqdZGquFn1yvvyPTctpprjZYeFOOWDUWeg==",
  2056. "license": "MIT",
  2057. "dependencies": {
  2058. "lodash-es": "^4.17.21"
  2059. }
  2060. },
  2061. "node_modules/@floating-ui/core": {
  2062. "version": "1.6.8",
  2063. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.6.8.tgz",
  2064. "integrity": "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==",
  2065. "license": "MIT",
  2066. "dependencies": {
  2067. "@floating-ui/utils": "^0.2.8"
  2068. }
  2069. },
  2070. "node_modules/@floating-ui/dom": {
  2071. "version": "1.6.11",
  2072. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.6.11.tgz",
  2073. "integrity": "sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==",
  2074. "license": "MIT",
  2075. "dependencies": {
  2076. "@floating-ui/core": "^1.6.0",
  2077. "@floating-ui/utils": "^0.2.8"
  2078. }
  2079. },
  2080. "node_modules/@floating-ui/utils": {
  2081. "version": "0.2.8",
  2082. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.8.tgz",
  2083. "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==",
  2084. "license": "MIT"
  2085. },
  2086. "node_modules/@httptoolkit/websocket-stream": {
  2087. "version": "6.0.1",
  2088. "resolved": "https://registry.npmmirror.com/@httptoolkit/websocket-stream/-/websocket-stream-6.0.1.tgz",
  2089. "integrity": "sha512-A0NOZI+Glp3Xgcz6Na7i7o09+/+xm2m0UCU8gdtM2nIv6/cjLmhMZMqehSpTlgbx9omtLmV8LVqOskPEyWnmZQ==",
  2090. "license": "BSD-2-Clause",
  2091. "dependencies": {
  2092. "@types/ws": "*",
  2093. "duplexify": "^3.5.1",
  2094. "inherits": "^2.0.1",
  2095. "isomorphic-ws": "^4.0.1",
  2096. "readable-stream": "^2.3.3",
  2097. "safe-buffer": "^5.1.2",
  2098. "ws": "*",
  2099. "xtend": "^4.0.0"
  2100. }
  2101. },
  2102. "node_modules/@humanwhocodes/config-array": {
  2103. "version": "0.13.0",
  2104. "resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  2105. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  2106. "deprecated": "Use @eslint/config-array instead",
  2107. "dev": true,
  2108. "license": "Apache-2.0",
  2109. "dependencies": {
  2110. "@humanwhocodes/object-schema": "^2.0.3",
  2111. "debug": "^4.3.1",
  2112. "minimatch": "^3.0.5"
  2113. },
  2114. "engines": {
  2115. "node": ">=10.10.0"
  2116. }
  2117. },
  2118. "node_modules/@humanwhocodes/module-importer": {
  2119. "version": "1.0.1",
  2120. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2121. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2122. "dev": true,
  2123. "license": "Apache-2.0",
  2124. "engines": {
  2125. "node": ">=12.22"
  2126. },
  2127. "funding": {
  2128. "type": "github",
  2129. "url": "https://github.com/sponsors/nzakas"
  2130. }
  2131. },
  2132. "node_modules/@humanwhocodes/object-schema": {
  2133. "version": "2.0.3",
  2134. "resolved": "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  2135. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  2136. "deprecated": "Use @eslint/object-schema instead",
  2137. "dev": true,
  2138. "license": "BSD-3-Clause"
  2139. },
  2140. "node_modules/@iconify/types": {
  2141. "version": "2.0.0",
  2142. "resolved": "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz",
  2143. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  2144. "license": "MIT"
  2145. },
  2146. "node_modules/@iconify/vue": {
  2147. "version": "4.1.2",
  2148. "resolved": "https://registry.npmmirror.com/@iconify/vue/-/vue-4.1.2.tgz",
  2149. "integrity": "sha512-CQnYqLiQD5LOAaXhBrmj1mdL2/NCJvwcC4jtW2Z8ukhThiFkLDkutarTOV2trfc9EXqUqRs0KqXOL9pZ/IyysA==",
  2150. "license": "MIT",
  2151. "dependencies": {
  2152. "@iconify/types": "^2.0.0"
  2153. },
  2154. "funding": {
  2155. "url": "https://github.com/sponsors/cyberalien"
  2156. },
  2157. "peerDependencies": {
  2158. "vue": ">=3"
  2159. }
  2160. },
  2161. "node_modules/@interactjs/actions": {
  2162. "version": "1.10.27",
  2163. "resolved": "https://registry.npmmirror.com/@interactjs/actions/-/actions-1.10.27.tgz",
  2164. "integrity": "sha512-FCRg5KwB+stkPcAMx/Cn0fgGP6p4LyMX9S/Upcn/W+hpYme31bPi54PCqmOebzz6myTthN6zFf9jMyLOqtI/gg==",
  2165. "license": "MIT",
  2166. "optionalDependencies": {
  2167. "@interactjs/interact": "1.10.27"
  2168. },
  2169. "peerDependencies": {
  2170. "@interactjs/core": "1.10.27",
  2171. "@interactjs/utils": "1.10.27"
  2172. }
  2173. },
  2174. "node_modules/@interactjs/auto-scroll": {
  2175. "version": "1.10.27",
  2176. "resolved": "https://registry.npmmirror.com/@interactjs/auto-scroll/-/auto-scroll-1.10.27.tgz",
  2177. "integrity": "sha512-zPg5TnVsZv+9Hnt4qnbxLvBMf+rIWHkoJVoSETEbLNaj90C8hIyr0pVwukSUySSgDhCgQ7np0f3pg4INLq9beQ==",
  2178. "license": "MIT",
  2179. "optionalDependencies": {
  2180. "@interactjs/interact": "1.10.27"
  2181. },
  2182. "peerDependencies": {
  2183. "@interactjs/utils": "1.10.27"
  2184. }
  2185. },
  2186. "node_modules/@interactjs/auto-start": {
  2187. "version": "1.10.27",
  2188. "resolved": "https://registry.npmmirror.com/@interactjs/auto-start/-/auto-start-1.10.27.tgz",
  2189. "integrity": "sha512-ECLBO/nxmaF1knncJKIE5F7la3KKRgEkn0Cu2JTPOYj9xy/LpfYElo3wkRHsodgOqF651nR70GK2/IzPR2lO9A==",
  2190. "license": "MIT",
  2191. "optionalDependencies": {
  2192. "@interactjs/interact": "1.10.27"
  2193. },
  2194. "peerDependencies": {
  2195. "@interactjs/core": "1.10.27",
  2196. "@interactjs/utils": "1.10.27"
  2197. }
  2198. },
  2199. "node_modules/@interactjs/core": {
  2200. "version": "1.10.27",
  2201. "resolved": "https://registry.npmmirror.com/@interactjs/core/-/core-1.10.27.tgz",
  2202. "integrity": "sha512-SliUr/3ZbLAdED8LokzYzWHWMdCB5Cq+UnpXuRy+BIod1j97m4IUFf/D1iIKUBBjBcucgXbz28z96WnenVCB7Q==",
  2203. "license": "MIT",
  2204. "peerDependencies": {
  2205. "@interactjs/utils": "1.10.27"
  2206. }
  2207. },
  2208. "node_modules/@interactjs/dev-tools": {
  2209. "version": "1.10.27",
  2210. "resolved": "https://registry.npmmirror.com/@interactjs/dev-tools/-/dev-tools-1.10.27.tgz",
  2211. "integrity": "sha512-YolmBwRaKH1gWbvyLeV3m5QSwtD38lOZnCBA87PCAlcd9PQAC2gb03fEPeEyD336bE20oLB8f0WZt4Wre+afiw==",
  2212. "license": "MIT",
  2213. "optionalDependencies": {
  2214. "@interactjs/interact": "1.10.27",
  2215. "vue": "3"
  2216. },
  2217. "peerDependencies": {
  2218. "@interactjs/modifiers": "1.10.27",
  2219. "@interactjs/utils": "1.10.27"
  2220. }
  2221. },
  2222. "node_modules/@interactjs/inertia": {
  2223. "version": "1.10.27",
  2224. "resolved": "https://registry.npmmirror.com/@interactjs/inertia/-/inertia-1.10.27.tgz",
  2225. "integrity": "sha512-S/SVj/M0D+wWWPVXHcXN/YUWOK51LFJsEA+CTgVnFhlSU04+1FUvNLwilCZcHgECu1RJxZNKDwZysDATg+r8jQ==",
  2226. "license": "MIT",
  2227. "dependencies": {
  2228. "@interactjs/offset": "1.10.27"
  2229. },
  2230. "optionalDependencies": {
  2231. "@interactjs/interact": "1.10.27"
  2232. },
  2233. "peerDependencies": {
  2234. "@interactjs/core": "1.10.27",
  2235. "@interactjs/modifiers": "1.10.27",
  2236. "@interactjs/utils": "1.10.27"
  2237. }
  2238. },
  2239. "node_modules/@interactjs/interact": {
  2240. "version": "1.10.27",
  2241. "resolved": "https://registry.npmmirror.com/@interactjs/interact/-/interact-1.10.27.tgz",
  2242. "integrity": "sha512-XdH3A2UUzjEFGGJgFuJlhiz99tE8jB8xNh/DmnoMuL6uOQPxNA+sWRnzEVjG0+zY2P3/dbhEpi4Cn3FLPzydwA==",
  2243. "license": "MIT",
  2244. "dependencies": {
  2245. "@interactjs/core": "1.10.27",
  2246. "@interactjs/utils": "1.10.27"
  2247. }
  2248. },
  2249. "node_modules/@interactjs/interactjs": {
  2250. "version": "1.10.27",
  2251. "resolved": "https://registry.npmmirror.com/@interactjs/interactjs/-/interactjs-1.10.27.tgz",
  2252. "integrity": "sha512-UwhfUZMZVXUY72efPABuKSBz1sUY+r+49v8t6Ku9o5Jq76AKg9mwmdGszIlOn3ppnFDDjvtzK/8TL+Sbd0EQEA==",
  2253. "license": "MIT",
  2254. "dependencies": {
  2255. "@interactjs/actions": "1.10.27",
  2256. "@interactjs/auto-scroll": "1.10.27",
  2257. "@interactjs/auto-start": "1.10.27",
  2258. "@interactjs/core": "1.10.27",
  2259. "@interactjs/dev-tools": "1.10.27",
  2260. "@interactjs/inertia": "1.10.27",
  2261. "@interactjs/interact": "1.10.27",
  2262. "@interactjs/modifiers": "1.10.27",
  2263. "@interactjs/offset": "1.10.27",
  2264. "@interactjs/pointer-events": "1.10.27",
  2265. "@interactjs/reflow": "1.10.27",
  2266. "@interactjs/utils": "1.10.27"
  2267. }
  2268. },
  2269. "node_modules/@interactjs/modifiers": {
  2270. "version": "1.10.27",
  2271. "resolved": "https://registry.npmmirror.com/@interactjs/modifiers/-/modifiers-1.10.27.tgz",
  2272. "integrity": "sha512-ei/qfoQ+9/8k6WzNzdNqHI6cWkIV576N4Ap16r5CoqOWwhA6Xzj3OMHf1g0t1O4eSq2HdJsVJn3eLNfw9HsbeQ==",
  2273. "license": "MIT",
  2274. "dependencies": {
  2275. "@interactjs/snappers": "1.10.27"
  2276. },
  2277. "optionalDependencies": {
  2278. "@interactjs/interact": "1.10.27"
  2279. },
  2280. "peerDependencies": {
  2281. "@interactjs/core": "1.10.27",
  2282. "@interactjs/utils": "1.10.27"
  2283. }
  2284. },
  2285. "node_modules/@interactjs/offset": {
  2286. "version": "1.10.27",
  2287. "resolved": "https://registry.npmmirror.com/@interactjs/offset/-/offset-1.10.27.tgz",
  2288. "integrity": "sha512-AezsLiuK+Qv4jXdYuRa65HJ2pMFMZPlqiAep6ZRLwhP9HE7O75c0EAm+gfx+dpPrHNHs6J9LaiKSZl+B+A2qAw==",
  2289. "license": "MIT",
  2290. "optionalDependencies": {
  2291. "@interactjs/interact": "1.10.27"
  2292. },
  2293. "peerDependencies": {
  2294. "@interactjs/core": "1.10.27",
  2295. "@interactjs/utils": "1.10.27"
  2296. }
  2297. },
  2298. "node_modules/@interactjs/pointer-events": {
  2299. "version": "1.10.27",
  2300. "resolved": "https://registry.npmmirror.com/@interactjs/pointer-events/-/pointer-events-1.10.27.tgz",
  2301. "integrity": "sha512-Yo5SS6PhWfC93gHNxnwwW0wvebo5hSYJKGaSnAHO4f9Lh25yibecMnmPBmiEfWVcdMboK/kXrme43mHQaRegVg==",
  2302. "license": "MIT",
  2303. "optionalDependencies": {
  2304. "@interactjs/interact": "1.10.27"
  2305. },
  2306. "peerDependencies": {
  2307. "@interactjs/core": "1.10.27",
  2308. "@interactjs/utils": "1.10.27"
  2309. }
  2310. },
  2311. "node_modules/@interactjs/reflow": {
  2312. "version": "1.10.27",
  2313. "resolved": "https://registry.npmmirror.com/@interactjs/reflow/-/reflow-1.10.27.tgz",
  2314. "integrity": "sha512-Msm0QdYFr40oSsPFxyCR3dHN/pQx34k7QSkdN1uIsUn/drrm+YSFvrvVOu99DFOwr7gTThr5vNe06Sz4vubTSA==",
  2315. "license": "MIT",
  2316. "optionalDependencies": {
  2317. "@interactjs/interact": "1.10.27"
  2318. },
  2319. "peerDependencies": {
  2320. "@interactjs/core": "1.10.27",
  2321. "@interactjs/utils": "1.10.27"
  2322. }
  2323. },
  2324. "node_modules/@interactjs/snappers": {
  2325. "version": "1.10.27",
  2326. "resolved": "https://registry.npmmirror.com/@interactjs/snappers/-/snappers-1.10.27.tgz",
  2327. "integrity": "sha512-HZLZ0XSi6HI08OmTv/HKG6AltQoaKAALLQ+KDW92utj3XSgw7oren0KsWUKPhaPg3Av7R1jFQd08s+uafqIlLw==",
  2328. "license": "MIT",
  2329. "optionalDependencies": {
  2330. "@interactjs/interact": "1.10.27"
  2331. },
  2332. "peerDependencies": {
  2333. "@interactjs/utils": "1.10.27"
  2334. }
  2335. },
  2336. "node_modules/@interactjs/utils": {
  2337. "version": "1.10.27",
  2338. "resolved": "https://registry.npmmirror.com/@interactjs/utils/-/utils-1.10.27.tgz",
  2339. "integrity": "sha512-+qfLOio2OxQqg1cXSnRaCl+N8MQDQLDS9w+aOGxH8YLAhIMyt7Asxx/46//sT8orgsi16pmlBPtngPHT9s8zKw==",
  2340. "license": "MIT"
  2341. },
  2342. "node_modules/@intlify/core-base": {
  2343. "version": "9.14.1",
  2344. "resolved": "https://registry.npmmirror.com/@intlify/core-base/-/core-base-9.14.1.tgz",
  2345. "integrity": "sha512-rG5/hlNW6Qfve41go37szEf0mVLcfhYuOu83JcY0jZKasnwsrcZYYWDzebCcuO5I/6Sy1JFWo9p+nvkQS1Dy+w==",
  2346. "license": "MIT",
  2347. "dependencies": {
  2348. "@intlify/message-compiler": "9.14.1",
  2349. "@intlify/shared": "9.14.1"
  2350. },
  2351. "engines": {
  2352. "node": ">= 16"
  2353. },
  2354. "funding": {
  2355. "url": "https://github.com/sponsors/kazupon"
  2356. }
  2357. },
  2358. "node_modules/@intlify/message-compiler": {
  2359. "version": "9.14.1",
  2360. "resolved": "https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-9.14.1.tgz",
  2361. "integrity": "sha512-MY8hwukJBnXvGAncVKlHsqKDQ5ZcQx4peqEmI8wBUTXn4pezrtTGYXNoz81cLyEEHB+L/zlKWVBSh5TiX4gYoQ==",
  2362. "license": "MIT",
  2363. "dependencies": {
  2364. "@intlify/shared": "9.14.1",
  2365. "source-map-js": "^1.0.2"
  2366. },
  2367. "engines": {
  2368. "node": ">= 16"
  2369. },
  2370. "funding": {
  2371. "url": "https://github.com/sponsors/kazupon"
  2372. }
  2373. },
  2374. "node_modules/@intlify/shared": {
  2375. "version": "9.14.1",
  2376. "resolved": "https://registry.npmmirror.com/@intlify/shared/-/shared-9.14.1.tgz",
  2377. "integrity": "sha512-XjHu6PEQup9MnP1x0W9y0nXXfq9jFftAYSfV11hryjtH4XqXP8HrzMvXI+ZVifF+jZLszaTzIhvukllplxTQTg==",
  2378. "license": "MIT",
  2379. "engines": {
  2380. "node": ">= 16"
  2381. },
  2382. "funding": {
  2383. "url": "https://github.com/sponsors/kazupon"
  2384. }
  2385. },
  2386. "node_modules/@isaacs/cliui": {
  2387. "version": "8.0.2",
  2388. "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz",
  2389. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  2390. "license": "ISC",
  2391. "dependencies": {
  2392. "string-width": "^5.1.2",
  2393. "string-width-cjs": "npm:string-width@^4.2.0",
  2394. "strip-ansi": "^7.0.1",
  2395. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  2396. "wrap-ansi": "^8.1.0",
  2397. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  2398. },
  2399. "engines": {
  2400. "node": ">=12"
  2401. }
  2402. },
  2403. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  2404. "version": "6.1.0",
  2405. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz",
  2406. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  2407. "license": "MIT",
  2408. "engines": {
  2409. "node": ">=12"
  2410. },
  2411. "funding": {
  2412. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  2413. }
  2414. },
  2415. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  2416. "version": "7.1.0",
  2417. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz",
  2418. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  2419. "license": "MIT",
  2420. "dependencies": {
  2421. "ansi-regex": "^6.0.1"
  2422. },
  2423. "engines": {
  2424. "node": ">=12"
  2425. },
  2426. "funding": {
  2427. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  2428. }
  2429. },
  2430. "node_modules/@jridgewell/gen-mapping": {
  2431. "version": "0.3.5",
  2432. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  2433. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  2434. "license": "MIT",
  2435. "dependencies": {
  2436. "@jridgewell/set-array": "^1.2.1",
  2437. "@jridgewell/sourcemap-codec": "^1.4.10",
  2438. "@jridgewell/trace-mapping": "^0.3.24"
  2439. },
  2440. "engines": {
  2441. "node": ">=6.0.0"
  2442. }
  2443. },
  2444. "node_modules/@jridgewell/resolve-uri": {
  2445. "version": "3.1.2",
  2446. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  2447. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  2448. "license": "MIT",
  2449. "engines": {
  2450. "node": ">=6.0.0"
  2451. }
  2452. },
  2453. "node_modules/@jridgewell/set-array": {
  2454. "version": "1.2.1",
  2455. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  2456. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  2457. "license": "MIT",
  2458. "engines": {
  2459. "node": ">=6.0.0"
  2460. }
  2461. },
  2462. "node_modules/@jridgewell/sourcemap-codec": {
  2463. "version": "1.5.0",
  2464. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  2465. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  2466. "license": "MIT"
  2467. },
  2468. "node_modules/@jridgewell/trace-mapping": {
  2469. "version": "0.3.25",
  2470. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  2471. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  2472. "license": "MIT",
  2473. "dependencies": {
  2474. "@jridgewell/resolve-uri": "^3.1.0",
  2475. "@jridgewell/sourcemap-codec": "^1.4.14"
  2476. }
  2477. },
  2478. "node_modules/@nodelib/fs.scandir": {
  2479. "version": "2.1.5",
  2480. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  2481. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  2482. "license": "MIT",
  2483. "dependencies": {
  2484. "@nodelib/fs.stat": "2.0.5",
  2485. "run-parallel": "^1.1.9"
  2486. },
  2487. "engines": {
  2488. "node": ">= 8"
  2489. }
  2490. },
  2491. "node_modules/@nodelib/fs.stat": {
  2492. "version": "2.0.5",
  2493. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  2494. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  2495. "license": "MIT",
  2496. "engines": {
  2497. "node": ">= 8"
  2498. }
  2499. },
  2500. "node_modules/@nodelib/fs.walk": {
  2501. "version": "1.2.8",
  2502. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  2503. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  2504. "license": "MIT",
  2505. "dependencies": {
  2506. "@nodelib/fs.scandir": "2.1.5",
  2507. "fastq": "^1.6.0"
  2508. },
  2509. "engines": {
  2510. "node": ">= 8"
  2511. }
  2512. },
  2513. "node_modules/@parcel/watcher": {
  2514. "version": "2.4.1",
  2515. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.4.1.tgz",
  2516. "integrity": "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==",
  2517. "devOptional": true,
  2518. "license": "MIT",
  2519. "dependencies": {
  2520. "detect-libc": "^1.0.3",
  2521. "is-glob": "^4.0.3",
  2522. "micromatch": "^4.0.5",
  2523. "node-addon-api": "^7.0.0"
  2524. },
  2525. "engines": {
  2526. "node": ">= 10.0.0"
  2527. },
  2528. "funding": {
  2529. "type": "opencollective",
  2530. "url": "https://opencollective.com/parcel"
  2531. },
  2532. "optionalDependencies": {
  2533. "@parcel/watcher-android-arm64": "2.4.1",
  2534. "@parcel/watcher-darwin-arm64": "2.4.1",
  2535. "@parcel/watcher-darwin-x64": "2.4.1",
  2536. "@parcel/watcher-freebsd-x64": "2.4.1",
  2537. "@parcel/watcher-linux-arm-glibc": "2.4.1",
  2538. "@parcel/watcher-linux-arm64-glibc": "2.4.1",
  2539. "@parcel/watcher-linux-arm64-musl": "2.4.1",
  2540. "@parcel/watcher-linux-x64-glibc": "2.4.1",
  2541. "@parcel/watcher-linux-x64-musl": "2.4.1",
  2542. "@parcel/watcher-win32-arm64": "2.4.1",
  2543. "@parcel/watcher-win32-ia32": "2.4.1",
  2544. "@parcel/watcher-win32-x64": "2.4.1"
  2545. }
  2546. },
  2547. "node_modules/@parcel/watcher-android-arm64": {
  2548. "version": "2.4.1",
  2549. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz",
  2550. "integrity": "sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==",
  2551. "cpu": [
  2552. "arm64"
  2553. ],
  2554. "license": "MIT",
  2555. "optional": true,
  2556. "os": [
  2557. "android"
  2558. ],
  2559. "engines": {
  2560. "node": ">= 10.0.0"
  2561. },
  2562. "funding": {
  2563. "type": "opencollective",
  2564. "url": "https://opencollective.com/parcel"
  2565. }
  2566. },
  2567. "node_modules/@parcel/watcher-darwin-arm64": {
  2568. "version": "2.4.1",
  2569. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.4.1.tgz",
  2570. "integrity": "sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==",
  2571. "cpu": [
  2572. "arm64"
  2573. ],
  2574. "license": "MIT",
  2575. "optional": true,
  2576. "os": [
  2577. "darwin"
  2578. ],
  2579. "engines": {
  2580. "node": ">= 10.0.0"
  2581. },
  2582. "funding": {
  2583. "type": "opencollective",
  2584. "url": "https://opencollective.com/parcel"
  2585. }
  2586. },
  2587. "node_modules/@parcel/watcher-darwin-x64": {
  2588. "version": "2.4.1",
  2589. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.4.1.tgz",
  2590. "integrity": "sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==",
  2591. "cpu": [
  2592. "x64"
  2593. ],
  2594. "license": "MIT",
  2595. "optional": true,
  2596. "os": [
  2597. "darwin"
  2598. ],
  2599. "engines": {
  2600. "node": ">= 10.0.0"
  2601. },
  2602. "funding": {
  2603. "type": "opencollective",
  2604. "url": "https://opencollective.com/parcel"
  2605. }
  2606. },
  2607. "node_modules/@parcel/watcher-freebsd-x64": {
  2608. "version": "2.4.1",
  2609. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.4.1.tgz",
  2610. "integrity": "sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==",
  2611. "cpu": [
  2612. "x64"
  2613. ],
  2614. "license": "MIT",
  2615. "optional": true,
  2616. "os": [
  2617. "freebsd"
  2618. ],
  2619. "engines": {
  2620. "node": ">= 10.0.0"
  2621. },
  2622. "funding": {
  2623. "type": "opencollective",
  2624. "url": "https://opencollective.com/parcel"
  2625. }
  2626. },
  2627. "node_modules/@parcel/watcher-linux-arm-glibc": {
  2628. "version": "2.4.1",
  2629. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.4.1.tgz",
  2630. "integrity": "sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==",
  2631. "cpu": [
  2632. "arm"
  2633. ],
  2634. "license": "MIT",
  2635. "optional": true,
  2636. "os": [
  2637. "linux"
  2638. ],
  2639. "engines": {
  2640. "node": ">= 10.0.0"
  2641. },
  2642. "funding": {
  2643. "type": "opencollective",
  2644. "url": "https://opencollective.com/parcel"
  2645. }
  2646. },
  2647. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  2648. "version": "2.4.1",
  2649. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.4.1.tgz",
  2650. "integrity": "sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==",
  2651. "cpu": [
  2652. "arm64"
  2653. ],
  2654. "license": "MIT",
  2655. "optional": true,
  2656. "os": [
  2657. "linux"
  2658. ],
  2659. "engines": {
  2660. "node": ">= 10.0.0"
  2661. },
  2662. "funding": {
  2663. "type": "opencollective",
  2664. "url": "https://opencollective.com/parcel"
  2665. }
  2666. },
  2667. "node_modules/@parcel/watcher-linux-arm64-musl": {
  2668. "version": "2.4.1",
  2669. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.4.1.tgz",
  2670. "integrity": "sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==",
  2671. "cpu": [
  2672. "arm64"
  2673. ],
  2674. "license": "MIT",
  2675. "optional": true,
  2676. "os": [
  2677. "linux"
  2678. ],
  2679. "engines": {
  2680. "node": ">= 10.0.0"
  2681. },
  2682. "funding": {
  2683. "type": "opencollective",
  2684. "url": "https://opencollective.com/parcel"
  2685. }
  2686. },
  2687. "node_modules/@parcel/watcher-linux-x64-glibc": {
  2688. "version": "2.4.1",
  2689. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz",
  2690. "integrity": "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==",
  2691. "cpu": [
  2692. "x64"
  2693. ],
  2694. "license": "MIT",
  2695. "optional": true,
  2696. "os": [
  2697. "linux"
  2698. ],
  2699. "engines": {
  2700. "node": ">= 10.0.0"
  2701. },
  2702. "funding": {
  2703. "type": "opencollective",
  2704. "url": "https://opencollective.com/parcel"
  2705. }
  2706. },
  2707. "node_modules/@parcel/watcher-linux-x64-musl": {
  2708. "version": "2.4.1",
  2709. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz",
  2710. "integrity": "sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==",
  2711. "cpu": [
  2712. "x64"
  2713. ],
  2714. "license": "MIT",
  2715. "optional": true,
  2716. "os": [
  2717. "linux"
  2718. ],
  2719. "engines": {
  2720. "node": ">= 10.0.0"
  2721. },
  2722. "funding": {
  2723. "type": "opencollective",
  2724. "url": "https://opencollective.com/parcel"
  2725. }
  2726. },
  2727. "node_modules/@parcel/watcher-win32-arm64": {
  2728. "version": "2.4.1",
  2729. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz",
  2730. "integrity": "sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==",
  2731. "cpu": [
  2732. "arm64"
  2733. ],
  2734. "license": "MIT",
  2735. "optional": true,
  2736. "os": [
  2737. "win32"
  2738. ],
  2739. "engines": {
  2740. "node": ">= 10.0.0"
  2741. },
  2742. "funding": {
  2743. "type": "opencollective",
  2744. "url": "https://opencollective.com/parcel"
  2745. }
  2746. },
  2747. "node_modules/@parcel/watcher-win32-ia32": {
  2748. "version": "2.4.1",
  2749. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.4.1.tgz",
  2750. "integrity": "sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==",
  2751. "cpu": [
  2752. "ia32"
  2753. ],
  2754. "license": "MIT",
  2755. "optional": true,
  2756. "os": [
  2757. "win32"
  2758. ],
  2759. "engines": {
  2760. "node": ">= 10.0.0"
  2761. },
  2762. "funding": {
  2763. "type": "opencollective",
  2764. "url": "https://opencollective.com/parcel"
  2765. }
  2766. },
  2767. "node_modules/@parcel/watcher-win32-x64": {
  2768. "version": "2.4.1",
  2769. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.1.tgz",
  2770. "integrity": "sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==",
  2771. "cpu": [
  2772. "x64"
  2773. ],
  2774. "license": "MIT",
  2775. "optional": true,
  2776. "os": [
  2777. "win32"
  2778. ],
  2779. "engines": {
  2780. "node": ">= 10.0.0"
  2781. },
  2782. "funding": {
  2783. "type": "opencollective",
  2784. "url": "https://opencollective.com/parcel"
  2785. }
  2786. },
  2787. "node_modules/@pkgjs/parseargs": {
  2788. "version": "0.11.0",
  2789. "resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  2790. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  2791. "license": "MIT",
  2792. "optional": true,
  2793. "engines": {
  2794. "node": ">=14"
  2795. }
  2796. },
  2797. "node_modules/@popperjs/core": {
  2798. "version": "2.11.8",
  2799. "resolved": "https://registry.npmmirror.com/@popperjs/core/-/core-2.11.8.tgz",
  2800. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  2801. "license": "MIT",
  2802. "funding": {
  2803. "type": "opencollective",
  2804. "url": "https://opencollective.com/popperjs"
  2805. }
  2806. },
  2807. "node_modules/@rollup/pluginutils": {
  2808. "version": "5.1.2",
  2809. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.2.tgz",
  2810. "integrity": "sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==",
  2811. "dev": true,
  2812. "license": "MIT",
  2813. "dependencies": {
  2814. "@types/estree": "^1.0.0",
  2815. "estree-walker": "^2.0.2",
  2816. "picomatch": "^2.3.1"
  2817. },
  2818. "engines": {
  2819. "node": ">=14.0.0"
  2820. },
  2821. "peerDependencies": {
  2822. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2823. },
  2824. "peerDependenciesMeta": {
  2825. "rollup": {
  2826. "optional": true
  2827. }
  2828. }
  2829. },
  2830. "node_modules/@rollup/rollup-android-arm-eabi": {
  2831. "version": "4.24.0",
  2832. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.0.tgz",
  2833. "integrity": "sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==",
  2834. "cpu": [
  2835. "arm"
  2836. ],
  2837. "license": "MIT",
  2838. "optional": true,
  2839. "os": [
  2840. "android"
  2841. ]
  2842. },
  2843. "node_modules/@rollup/rollup-android-arm64": {
  2844. "version": "4.24.0",
  2845. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.0.tgz",
  2846. "integrity": "sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==",
  2847. "cpu": [
  2848. "arm64"
  2849. ],
  2850. "license": "MIT",
  2851. "optional": true,
  2852. "os": [
  2853. "android"
  2854. ]
  2855. },
  2856. "node_modules/@rollup/rollup-darwin-arm64": {
  2857. "version": "4.24.0",
  2858. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.0.tgz",
  2859. "integrity": "sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==",
  2860. "cpu": [
  2861. "arm64"
  2862. ],
  2863. "license": "MIT",
  2864. "optional": true,
  2865. "os": [
  2866. "darwin"
  2867. ]
  2868. },
  2869. "node_modules/@rollup/rollup-darwin-x64": {
  2870. "version": "4.24.0",
  2871. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.0.tgz",
  2872. "integrity": "sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==",
  2873. "cpu": [
  2874. "x64"
  2875. ],
  2876. "license": "MIT",
  2877. "optional": true,
  2878. "os": [
  2879. "darwin"
  2880. ]
  2881. },
  2882. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  2883. "version": "4.24.0",
  2884. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.0.tgz",
  2885. "integrity": "sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==",
  2886. "cpu": [
  2887. "arm"
  2888. ],
  2889. "license": "MIT",
  2890. "optional": true,
  2891. "os": [
  2892. "linux"
  2893. ]
  2894. },
  2895. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  2896. "version": "4.24.0",
  2897. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.0.tgz",
  2898. "integrity": "sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==",
  2899. "cpu": [
  2900. "arm"
  2901. ],
  2902. "license": "MIT",
  2903. "optional": true,
  2904. "os": [
  2905. "linux"
  2906. ]
  2907. },
  2908. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  2909. "version": "4.24.0",
  2910. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.0.tgz",
  2911. "integrity": "sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==",
  2912. "cpu": [
  2913. "arm64"
  2914. ],
  2915. "license": "MIT",
  2916. "optional": true,
  2917. "os": [
  2918. "linux"
  2919. ]
  2920. },
  2921. "node_modules/@rollup/rollup-linux-arm64-musl": {
  2922. "version": "4.24.0",
  2923. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.0.tgz",
  2924. "integrity": "sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==",
  2925. "cpu": [
  2926. "arm64"
  2927. ],
  2928. "license": "MIT",
  2929. "optional": true,
  2930. "os": [
  2931. "linux"
  2932. ]
  2933. },
  2934. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  2935. "version": "4.24.0",
  2936. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.0.tgz",
  2937. "integrity": "sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==",
  2938. "cpu": [
  2939. "ppc64"
  2940. ],
  2941. "license": "MIT",
  2942. "optional": true,
  2943. "os": [
  2944. "linux"
  2945. ]
  2946. },
  2947. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  2948. "version": "4.24.0",
  2949. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.0.tgz",
  2950. "integrity": "sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==",
  2951. "cpu": [
  2952. "riscv64"
  2953. ],
  2954. "license": "MIT",
  2955. "optional": true,
  2956. "os": [
  2957. "linux"
  2958. ]
  2959. },
  2960. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  2961. "version": "4.24.0",
  2962. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.0.tgz",
  2963. "integrity": "sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==",
  2964. "cpu": [
  2965. "s390x"
  2966. ],
  2967. "license": "MIT",
  2968. "optional": true,
  2969. "os": [
  2970. "linux"
  2971. ]
  2972. },
  2973. "node_modules/@rollup/rollup-linux-x64-gnu": {
  2974. "version": "4.24.0",
  2975. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz",
  2976. "integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==",
  2977. "cpu": [
  2978. "x64"
  2979. ],
  2980. "license": "MIT",
  2981. "optional": true,
  2982. "os": [
  2983. "linux"
  2984. ]
  2985. },
  2986. "node_modules/@rollup/rollup-linux-x64-musl": {
  2987. "version": "4.24.0",
  2988. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.0.tgz",
  2989. "integrity": "sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==",
  2990. "cpu": [
  2991. "x64"
  2992. ],
  2993. "license": "MIT",
  2994. "optional": true,
  2995. "os": [
  2996. "linux"
  2997. ]
  2998. },
  2999. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  3000. "version": "4.24.0",
  3001. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.0.tgz",
  3002. "integrity": "sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==",
  3003. "cpu": [
  3004. "arm64"
  3005. ],
  3006. "license": "MIT",
  3007. "optional": true,
  3008. "os": [
  3009. "win32"
  3010. ]
  3011. },
  3012. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  3013. "version": "4.24.0",
  3014. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.0.tgz",
  3015. "integrity": "sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==",
  3016. "cpu": [
  3017. "ia32"
  3018. ],
  3019. "license": "MIT",
  3020. "optional": true,
  3021. "os": [
  3022. "win32"
  3023. ]
  3024. },
  3025. "node_modules/@rollup/rollup-win32-x64-msvc": {
  3026. "version": "4.24.0",
  3027. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.0.tgz",
  3028. "integrity": "sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==",
  3029. "cpu": [
  3030. "x64"
  3031. ],
  3032. "license": "MIT",
  3033. "optional": true,
  3034. "os": [
  3035. "win32"
  3036. ]
  3037. },
  3038. "node_modules/@smithy/abort-controller": {
  3039. "version": "3.1.5",
  3040. "resolved": "https://registry.npmmirror.com/@smithy/abort-controller/-/abort-controller-3.1.5.tgz",
  3041. "integrity": "sha512-DhNPnqTqPoG8aZ5dWkFOgsuY+i0GQ3CI6hMmvCoduNsnU9gUZWZBwGfDQsTTB7NvFPkom1df7jMIJWU90kuXXg==",
  3042. "license": "Apache-2.0",
  3043. "dependencies": {
  3044. "@smithy/types": "^3.5.0",
  3045. "tslib": "^2.6.2"
  3046. },
  3047. "engines": {
  3048. "node": ">=16.0.0"
  3049. }
  3050. },
  3051. "node_modules/@smithy/chunked-blob-reader": {
  3052. "version": "3.0.0",
  3053. "resolved": "https://registry.npmmirror.com/@smithy/chunked-blob-reader/-/chunked-blob-reader-3.0.0.tgz",
  3054. "integrity": "sha512-sbnURCwjF0gSToGlsBiAmd1lRCmSn72nu9axfJu5lIx6RUEgHu6GwTMbqCdhQSi0Pumcm5vFxsi9XWXb2mTaoA==",
  3055. "license": "Apache-2.0",
  3056. "dependencies": {
  3057. "tslib": "^2.6.2"
  3058. }
  3059. },
  3060. "node_modules/@smithy/chunked-blob-reader-native": {
  3061. "version": "3.0.0",
  3062. "resolved": "https://registry.npmmirror.com/@smithy/chunked-blob-reader-native/-/chunked-blob-reader-native-3.0.0.tgz",
  3063. "integrity": "sha512-VDkpCYW+peSuM4zJip5WDfqvg2Mo/e8yxOv3VF1m11y7B8KKMKVFtmZWDe36Fvk8rGuWrPZHHXZ7rR7uM5yWyg==",
  3064. "license": "Apache-2.0",
  3065. "dependencies": {
  3066. "@smithy/util-base64": "^3.0.0",
  3067. "tslib": "^2.6.2"
  3068. }
  3069. },
  3070. "node_modules/@smithy/config-resolver": {
  3071. "version": "3.0.9",
  3072. "resolved": "https://registry.npmmirror.com/@smithy/config-resolver/-/config-resolver-3.0.9.tgz",
  3073. "integrity": "sha512-5d9oBf40qC7n2xUoHmntKLdqsyTMMo/r49+eqSIjJ73eDfEtljAxEhzIQ3bkgXJtR3xiv7YzMT/3FF3ORkjWdg==",
  3074. "license": "Apache-2.0",
  3075. "dependencies": {
  3076. "@smithy/node-config-provider": "^3.1.8",
  3077. "@smithy/types": "^3.5.0",
  3078. "@smithy/util-config-provider": "^3.0.0",
  3079. "@smithy/util-middleware": "^3.0.7",
  3080. "tslib": "^2.6.2"
  3081. },
  3082. "engines": {
  3083. "node": ">=16.0.0"
  3084. }
  3085. },
  3086. "node_modules/@smithy/core": {
  3087. "version": "2.4.8",
  3088. "resolved": "https://registry.npmmirror.com/@smithy/core/-/core-2.4.8.tgz",
  3089. "integrity": "sha512-x4qWk7p/a4dcf7Vxb2MODIf4OIcqNbK182WxRvZ/3oKPrf/6Fdic5sSElhO1UtXpWKBazWfqg0ZEK9xN1DsuHA==",
  3090. "license": "Apache-2.0",
  3091. "dependencies": {
  3092. "@smithy/middleware-endpoint": "^3.1.4",
  3093. "@smithy/middleware-retry": "^3.0.23",
  3094. "@smithy/middleware-serde": "^3.0.7",
  3095. "@smithy/protocol-http": "^4.1.4",
  3096. "@smithy/smithy-client": "^3.4.0",
  3097. "@smithy/types": "^3.5.0",
  3098. "@smithy/util-body-length-browser": "^3.0.0",
  3099. "@smithy/util-middleware": "^3.0.7",
  3100. "@smithy/util-utf8": "^3.0.0",
  3101. "tslib": "^2.6.2"
  3102. },
  3103. "engines": {
  3104. "node": ">=16.0.0"
  3105. }
  3106. },
  3107. "node_modules/@smithy/credential-provider-imds": {
  3108. "version": "3.2.4",
  3109. "resolved": "https://registry.npmmirror.com/@smithy/credential-provider-imds/-/credential-provider-imds-3.2.4.tgz",
  3110. "integrity": "sha512-S9bb0EIokfYEuar4kEbLta+ivlKCWOCFsLZuilkNy9i0uEUEHSi47IFLPaxqqCl+0ftKmcOTHayY5nQhAuq7+w==",
  3111. "license": "Apache-2.0",
  3112. "dependencies": {
  3113. "@smithy/node-config-provider": "^3.1.8",
  3114. "@smithy/property-provider": "^3.1.7",
  3115. "@smithy/types": "^3.5.0",
  3116. "@smithy/url-parser": "^3.0.7",
  3117. "tslib": "^2.6.2"
  3118. },
  3119. "engines": {
  3120. "node": ">=16.0.0"
  3121. }
  3122. },
  3123. "node_modules/@smithy/eventstream-codec": {
  3124. "version": "3.1.6",
  3125. "resolved": "https://registry.npmmirror.com/@smithy/eventstream-codec/-/eventstream-codec-3.1.6.tgz",
  3126. "integrity": "sha512-SBiOYPBH+5wOyPS7lfI150ePfGLhnp/eTu5RnV9xvhGvRiKfnl6HzRK9wehBph+il8FxS9KTeadx7Rcmf1GLPQ==",
  3127. "license": "Apache-2.0",
  3128. "dependencies": {
  3129. "@aws-crypto/crc32": "5.2.0",
  3130. "@smithy/types": "^3.5.0",
  3131. "@smithy/util-hex-encoding": "^3.0.0",
  3132. "tslib": "^2.6.2"
  3133. }
  3134. },
  3135. "node_modules/@smithy/eventstream-serde-browser": {
  3136. "version": "3.0.10",
  3137. "resolved": "https://registry.npmmirror.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-3.0.10.tgz",
  3138. "integrity": "sha512-1i9aMY6Pl/SmA6NjvidxnfBLHMPzhKu2BP148pEt5VwhMdmXn36PE2kWKGa9Hj8b0XGtCTRucpCncylevCtI7g==",
  3139. "license": "Apache-2.0",
  3140. "dependencies": {
  3141. "@smithy/eventstream-serde-universal": "^3.0.9",
  3142. "@smithy/types": "^3.5.0",
  3143. "tslib": "^2.6.2"
  3144. },
  3145. "engines": {
  3146. "node": ">=16.0.0"
  3147. }
  3148. },
  3149. "node_modules/@smithy/eventstream-serde-config-resolver": {
  3150. "version": "3.0.7",
  3151. "resolved": "https://registry.npmmirror.com/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-3.0.7.tgz",
  3152. "integrity": "sha512-eVzhGQBPEqXXYHvIUku0jMTxd4gDvenRzUQPTmKVWdRvp9JUCKrbAXGQRYiGxUYq9+cqQckRm0wq3kTWnNtDhw==",
  3153. "license": "Apache-2.0",
  3154. "dependencies": {
  3155. "@smithy/types": "^3.5.0",
  3156. "tslib": "^2.6.2"
  3157. },
  3158. "engines": {
  3159. "node": ">=16.0.0"
  3160. }
  3161. },
  3162. "node_modules/@smithy/eventstream-serde-node": {
  3163. "version": "3.0.9",
  3164. "resolved": "https://registry.npmmirror.com/@smithy/eventstream-serde-node/-/eventstream-serde-node-3.0.9.tgz",
  3165. "integrity": "sha512-JE0Guqvt0xsmfQ5y1EI342/qtJqznBv8cJqkHZV10PwC8GWGU5KNgFbQnsVCcX+xF+qIqwwfRmeWoJCjuOLmng==",
  3166. "license": "Apache-2.0",
  3167. "dependencies": {
  3168. "@smithy/eventstream-serde-universal": "^3.0.9",
  3169. "@smithy/types": "^3.5.0",
  3170. "tslib": "^2.6.2"
  3171. },
  3172. "engines": {
  3173. "node": ">=16.0.0"
  3174. }
  3175. },
  3176. "node_modules/@smithy/eventstream-serde-universal": {
  3177. "version": "3.0.9",
  3178. "resolved": "https://registry.npmmirror.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-3.0.9.tgz",
  3179. "integrity": "sha512-bydfgSisfepCufw9kCEnWRxqxJFzX/o8ysXWv+W9F2FIyiaEwZ/D8bBKINbh4ONz3i05QJ1xE7A5OKYvgJsXaw==",
  3180. "license": "Apache-2.0",
  3181. "dependencies": {
  3182. "@smithy/eventstream-codec": "^3.1.6",
  3183. "@smithy/types": "^3.5.0",
  3184. "tslib": "^2.6.2"
  3185. },
  3186. "engines": {
  3187. "node": ">=16.0.0"
  3188. }
  3189. },
  3190. "node_modules/@smithy/fetch-http-handler": {
  3191. "version": "3.2.9",
  3192. "resolved": "https://registry.npmmirror.com/@smithy/fetch-http-handler/-/fetch-http-handler-3.2.9.tgz",
  3193. "integrity": "sha512-hYNVQOqhFQ6vOpenifFME546f0GfJn2OiQ3M0FDmuUu8V/Uiwy2wej7ZXxFBNqdx0R5DZAqWM1l6VRhGz8oE6A==",
  3194. "license": "Apache-2.0",
  3195. "dependencies": {
  3196. "@smithy/protocol-http": "^4.1.4",
  3197. "@smithy/querystring-builder": "^3.0.7",
  3198. "@smithy/types": "^3.5.0",
  3199. "@smithy/util-base64": "^3.0.0",
  3200. "tslib": "^2.6.2"
  3201. }
  3202. },
  3203. "node_modules/@smithy/hash-blob-browser": {
  3204. "version": "3.1.6",
  3205. "resolved": "https://registry.npmmirror.com/@smithy/hash-blob-browser/-/hash-blob-browser-3.1.6.tgz",
  3206. "integrity": "sha512-BKNcMIaeZ9lB67sgo88iCF4YB35KT8X2dNJ8DqrtZNTgN6tUDYBKThzfGtos/mnZkGkW91AYHisESHmSiYQmKw==",
  3207. "license": "Apache-2.0",
  3208. "dependencies": {
  3209. "@smithy/chunked-blob-reader": "^3.0.0",
  3210. "@smithy/chunked-blob-reader-native": "^3.0.0",
  3211. "@smithy/types": "^3.5.0",
  3212. "tslib": "^2.6.2"
  3213. }
  3214. },
  3215. "node_modules/@smithy/hash-node": {
  3216. "version": "3.0.7",
  3217. "resolved": "https://registry.npmmirror.com/@smithy/hash-node/-/hash-node-3.0.7.tgz",
  3218. "integrity": "sha512-SAGHN+QkrwcHFjfWzs/czX94ZEjPJ0CrWJS3M43WswDXVEuP4AVy9gJ3+AF6JQHZD13bojmuf/Ap/ItDeZ+Qfw==",
  3219. "license": "Apache-2.0",
  3220. "dependencies": {
  3221. "@smithy/types": "^3.5.0",
  3222. "@smithy/util-buffer-from": "^3.0.0",
  3223. "@smithy/util-utf8": "^3.0.0",
  3224. "tslib": "^2.6.2"
  3225. },
  3226. "engines": {
  3227. "node": ">=16.0.0"
  3228. }
  3229. },
  3230. "node_modules/@smithy/hash-stream-node": {
  3231. "version": "3.1.6",
  3232. "resolved": "https://registry.npmmirror.com/@smithy/hash-stream-node/-/hash-stream-node-3.1.6.tgz",
  3233. "integrity": "sha512-sFSSt7cmCpFWZPfVx7k80Bgb1K2VJ27VmMxH8X+dDhp7Wv8IBgID4K2VK5ehMJROF8hQgcj4WywnkHIwX/xlwQ==",
  3234. "license": "Apache-2.0",
  3235. "dependencies": {
  3236. "@smithy/types": "^3.5.0",
  3237. "@smithy/util-utf8": "^3.0.0",
  3238. "tslib": "^2.6.2"
  3239. },
  3240. "engines": {
  3241. "node": ">=16.0.0"
  3242. }
  3243. },
  3244. "node_modules/@smithy/invalid-dependency": {
  3245. "version": "3.0.7",
  3246. "resolved": "https://registry.npmmirror.com/@smithy/invalid-dependency/-/invalid-dependency-3.0.7.tgz",
  3247. "integrity": "sha512-Bq00GsAhHeYSuZX8Kpu4sbI9agH2BNYnqUmmbTGWOhki9NVsWn2jFr896vvoTMH8KAjNX/ErC/8t5QHuEXG+IA==",
  3248. "license": "Apache-2.0",
  3249. "dependencies": {
  3250. "@smithy/types": "^3.5.0",
  3251. "tslib": "^2.6.2"
  3252. }
  3253. },
  3254. "node_modules/@smithy/is-array-buffer": {
  3255. "version": "3.0.0",
  3256. "resolved": "https://registry.npmmirror.com/@smithy/is-array-buffer/-/is-array-buffer-3.0.0.tgz",
  3257. "integrity": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==",
  3258. "license": "Apache-2.0",
  3259. "dependencies": {
  3260. "tslib": "^2.6.2"
  3261. },
  3262. "engines": {
  3263. "node": ">=16.0.0"
  3264. }
  3265. },
  3266. "node_modules/@smithy/md5-js": {
  3267. "version": "3.0.7",
  3268. "resolved": "https://registry.npmmirror.com/@smithy/md5-js/-/md5-js-3.0.7.tgz",
  3269. "integrity": "sha512-+wco9IN9uOW4tNGkZIqTR6IXyfO7Z8A+IOq82QCRn/f/xcmt7H1fXwmQVbfDSvbeFwfNnhv7s+u0G9PzPG6o2w==",
  3270. "license": "Apache-2.0",
  3271. "dependencies": {
  3272. "@smithy/types": "^3.5.0",
  3273. "@smithy/util-utf8": "^3.0.0",
  3274. "tslib": "^2.6.2"
  3275. }
  3276. },
  3277. "node_modules/@smithy/middleware-content-length": {
  3278. "version": "3.0.9",
  3279. "resolved": "https://registry.npmmirror.com/@smithy/middleware-content-length/-/middleware-content-length-3.0.9.tgz",
  3280. "integrity": "sha512-t97PidoGElF9hTtLCrof32wfWMqC5g2SEJNxaVH3NjlatuNGsdxXRYO/t+RPnxA15RpYiS0f+zG7FuE2DeGgjA==",
  3281. "license": "Apache-2.0",
  3282. "dependencies": {
  3283. "@smithy/protocol-http": "^4.1.4",
  3284. "@smithy/types": "^3.5.0",
  3285. "tslib": "^2.6.2"
  3286. },
  3287. "engines": {
  3288. "node": ">=16.0.0"
  3289. }
  3290. },
  3291. "node_modules/@smithy/middleware-endpoint": {
  3292. "version": "3.1.4",
  3293. "resolved": "https://registry.npmmirror.com/@smithy/middleware-endpoint/-/middleware-endpoint-3.1.4.tgz",
  3294. "integrity": "sha512-/ChcVHekAyzUbyPRI8CzPPLj6y8QRAfJngWcLMgsWxKVzw/RzBV69mSOzJYDD3pRwushA1+5tHtPF8fjmzBnrQ==",
  3295. "license": "Apache-2.0",
  3296. "dependencies": {
  3297. "@smithy/middleware-serde": "^3.0.7",
  3298. "@smithy/node-config-provider": "^3.1.8",
  3299. "@smithy/shared-ini-file-loader": "^3.1.8",
  3300. "@smithy/types": "^3.5.0",
  3301. "@smithy/url-parser": "^3.0.7",
  3302. "@smithy/util-middleware": "^3.0.7",
  3303. "tslib": "^2.6.2"
  3304. },
  3305. "engines": {
  3306. "node": ">=16.0.0"
  3307. }
  3308. },
  3309. "node_modules/@smithy/middleware-retry": {
  3310. "version": "3.0.23",
  3311. "resolved": "https://registry.npmmirror.com/@smithy/middleware-retry/-/middleware-retry-3.0.23.tgz",
  3312. "integrity": "sha512-x9PbGXxkcXIpm6L26qRSCC+eaYcHwybRmqU8LO/WM2RRlW0g8lz6FIiKbKgGvHuoK3dLZRiQVSQJveiCzwnA5A==",
  3313. "license": "Apache-2.0",
  3314. "dependencies": {
  3315. "@smithy/node-config-provider": "^3.1.8",
  3316. "@smithy/protocol-http": "^4.1.4",
  3317. "@smithy/service-error-classification": "^3.0.7",
  3318. "@smithy/smithy-client": "^3.4.0",
  3319. "@smithy/types": "^3.5.0",
  3320. "@smithy/util-middleware": "^3.0.7",
  3321. "@smithy/util-retry": "^3.0.7",
  3322. "tslib": "^2.6.2",
  3323. "uuid": "^9.0.1"
  3324. },
  3325. "engines": {
  3326. "node": ">=16.0.0"
  3327. }
  3328. },
  3329. "node_modules/@smithy/middleware-serde": {
  3330. "version": "3.0.7",
  3331. "resolved": "https://registry.npmmirror.com/@smithy/middleware-serde/-/middleware-serde-3.0.7.tgz",
  3332. "integrity": "sha512-VytaagsQqtH2OugzVTq4qvjkLNbWehHfGcGr0JLJmlDRrNCeZoWkWsSOw1nhS/4hyUUWF/TLGGml4X/OnEep5g==",
  3333. "license": "Apache-2.0",
  3334. "dependencies": {
  3335. "@smithy/types": "^3.5.0",
  3336. "tslib": "^2.6.2"
  3337. },
  3338. "engines": {
  3339. "node": ">=16.0.0"
  3340. }
  3341. },
  3342. "node_modules/@smithy/middleware-stack": {
  3343. "version": "3.0.7",
  3344. "resolved": "https://registry.npmmirror.com/@smithy/middleware-stack/-/middleware-stack-3.0.7.tgz",
  3345. "integrity": "sha512-EyTbMCdqS1DoeQsO4gI7z2Gzq1MoRFAeS8GkFYIwbedB7Lp5zlLHJdg+56tllIIG5Hnf9ZWX48YKSHlsKvugGA==",
  3346. "license": "Apache-2.0",
  3347. "dependencies": {
  3348. "@smithy/types": "^3.5.0",
  3349. "tslib": "^2.6.2"
  3350. },
  3351. "engines": {
  3352. "node": ">=16.0.0"
  3353. }
  3354. },
  3355. "node_modules/@smithy/node-config-provider": {
  3356. "version": "3.1.8",
  3357. "resolved": "https://registry.npmmirror.com/@smithy/node-config-provider/-/node-config-provider-3.1.8.tgz",
  3358. "integrity": "sha512-E0rU0DglpeJn5ge64mk8wTGEXcQwmpUTY5Zr7IzTpDLmHKiIamINERNZYrPQjg58Ck236sEKSwRSHA4CwshU6Q==",
  3359. "license": "Apache-2.0",
  3360. "dependencies": {
  3361. "@smithy/property-provider": "^3.1.7",
  3362. "@smithy/shared-ini-file-loader": "^3.1.8",
  3363. "@smithy/types": "^3.5.0",
  3364. "tslib": "^2.6.2"
  3365. },
  3366. "engines": {
  3367. "node": ">=16.0.0"
  3368. }
  3369. },
  3370. "node_modules/@smithy/node-http-handler": {
  3371. "version": "3.2.4",
  3372. "resolved": "https://registry.npmmirror.com/@smithy/node-http-handler/-/node-http-handler-3.2.4.tgz",
  3373. "integrity": "sha512-49reY3+JgLMFNm7uTAKBWiKCA6XSvkNp9FqhVmusm2jpVnHORYFeFZ704LShtqWfjZW/nhX+7Iexyb6zQfXYIQ==",
  3374. "license": "Apache-2.0",
  3375. "dependencies": {
  3376. "@smithy/abort-controller": "^3.1.5",
  3377. "@smithy/protocol-http": "^4.1.4",
  3378. "@smithy/querystring-builder": "^3.0.7",
  3379. "@smithy/types": "^3.5.0",
  3380. "tslib": "^2.6.2"
  3381. },
  3382. "engines": {
  3383. "node": ">=16.0.0"
  3384. }
  3385. },
  3386. "node_modules/@smithy/property-provider": {
  3387. "version": "3.1.7",
  3388. "resolved": "https://registry.npmmirror.com/@smithy/property-provider/-/property-provider-3.1.7.tgz",
  3389. "integrity": "sha512-QfzLi1GPMisY7bAM5hOUqBdGYnY5S2JAlr201pghksrQv139f8iiiMalXtjczIP5f6owxFn3MINLNUNvUkgtPw==",
  3390. "license": "Apache-2.0",
  3391. "dependencies": {
  3392. "@smithy/types": "^3.5.0",
  3393. "tslib": "^2.6.2"
  3394. },
  3395. "engines": {
  3396. "node": ">=16.0.0"
  3397. }
  3398. },
  3399. "node_modules/@smithy/protocol-http": {
  3400. "version": "4.1.4",
  3401. "resolved": "https://registry.npmmirror.com/@smithy/protocol-http/-/protocol-http-4.1.4.tgz",
  3402. "integrity": "sha512-MlWK8eqj0JlpZBnWmjQLqmFp71Ug00P+m72/1xQB3YByXD4zZ+y9N4hYrR0EDmrUCZIkyATWHOXFgtavwGDTzQ==",
  3403. "license": "Apache-2.0",
  3404. "dependencies": {
  3405. "@smithy/types": "^3.5.0",
  3406. "tslib": "^2.6.2"
  3407. },
  3408. "engines": {
  3409. "node": ">=16.0.0"
  3410. }
  3411. },
  3412. "node_modules/@smithy/querystring-builder": {
  3413. "version": "3.0.7",
  3414. "resolved": "https://registry.npmmirror.com/@smithy/querystring-builder/-/querystring-builder-3.0.7.tgz",
  3415. "integrity": "sha512-65RXGZZ20rzqqxTsChdqSpbhA6tdt5IFNgG6o7e1lnPVLCe6TNWQq4rTl4N87hTDD8mV4IxJJnvyE7brbnRkQw==",
  3416. "license": "Apache-2.0",
  3417. "dependencies": {
  3418. "@smithy/types": "^3.5.0",
  3419. "@smithy/util-uri-escape": "^3.0.0",
  3420. "tslib": "^2.6.2"
  3421. },
  3422. "engines": {
  3423. "node": ">=16.0.0"
  3424. }
  3425. },
  3426. "node_modules/@smithy/querystring-parser": {
  3427. "version": "3.0.7",
  3428. "resolved": "https://registry.npmmirror.com/@smithy/querystring-parser/-/querystring-parser-3.0.7.tgz",
  3429. "integrity": "sha512-Fouw4KJVWqqUVIu1gZW8BH2HakwLz6dvdrAhXeXfeymOBrZw+hcqaWs+cS1AZPVp4nlbeIujYrKA921ZW2WMPA==",
  3430. "license": "Apache-2.0",
  3431. "dependencies": {
  3432. "@smithy/types": "^3.5.0",
  3433. "tslib": "^2.6.2"
  3434. },
  3435. "engines": {
  3436. "node": ">=16.0.0"
  3437. }
  3438. },
  3439. "node_modules/@smithy/service-error-classification": {
  3440. "version": "3.0.7",
  3441. "resolved": "https://registry.npmmirror.com/@smithy/service-error-classification/-/service-error-classification-3.0.7.tgz",
  3442. "integrity": "sha512-91PRkTfiBf9hxkIchhRKJfl1rsplRDyBnmyFca3y0Z3x/q0JJN480S83LBd8R6sBCkm2bBbqw2FHp0Mbh+ecSA==",
  3443. "license": "Apache-2.0",
  3444. "dependencies": {
  3445. "@smithy/types": "^3.5.0"
  3446. },
  3447. "engines": {
  3448. "node": ">=16.0.0"
  3449. }
  3450. },
  3451. "node_modules/@smithy/shared-ini-file-loader": {
  3452. "version": "3.1.8",
  3453. "resolved": "https://registry.npmmirror.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-3.1.8.tgz",
  3454. "integrity": "sha512-0NHdQiSkeGl0ICQKcJQ2lCOKH23Nb0EaAa7RDRId6ZqwXkw4LJyIyZ0t3iusD4bnKYDPLGy2/5e2rfUhrt0Acw==",
  3455. "license": "Apache-2.0",
  3456. "dependencies": {
  3457. "@smithy/types": "^3.5.0",
  3458. "tslib": "^2.6.2"
  3459. },
  3460. "engines": {
  3461. "node": ">=16.0.0"
  3462. }
  3463. },
  3464. "node_modules/@smithy/signature-v4": {
  3465. "version": "4.2.0",
  3466. "resolved": "https://registry.npmmirror.com/@smithy/signature-v4/-/signature-v4-4.2.0.tgz",
  3467. "integrity": "sha512-LafbclHNKnsorMgUkKm7Tk7oJ7xizsZ1VwqhGKqoCIrXh4fqDDp73fK99HOEEgcsQbtemmeY/BPv0vTVYYUNEQ==",
  3468. "license": "Apache-2.0",
  3469. "dependencies": {
  3470. "@smithy/is-array-buffer": "^3.0.0",
  3471. "@smithy/protocol-http": "^4.1.4",
  3472. "@smithy/types": "^3.5.0",
  3473. "@smithy/util-hex-encoding": "^3.0.0",
  3474. "@smithy/util-middleware": "^3.0.7",
  3475. "@smithy/util-uri-escape": "^3.0.0",
  3476. "@smithy/util-utf8": "^3.0.0",
  3477. "tslib": "^2.6.2"
  3478. },
  3479. "engines": {
  3480. "node": ">=16.0.0"
  3481. }
  3482. },
  3483. "node_modules/@smithy/smithy-client": {
  3484. "version": "3.4.0",
  3485. "resolved": "https://registry.npmmirror.com/@smithy/smithy-client/-/smithy-client-3.4.0.tgz",
  3486. "integrity": "sha512-nOfJ1nVQsxiP6srKt43r2My0Gp5PLWCW2ASqUioxIiGmu6d32v4Nekidiv5qOmmtzIrmaD+ADX5SKHUuhReeBQ==",
  3487. "license": "Apache-2.0",
  3488. "dependencies": {
  3489. "@smithy/middleware-endpoint": "^3.1.4",
  3490. "@smithy/middleware-stack": "^3.0.7",
  3491. "@smithy/protocol-http": "^4.1.4",
  3492. "@smithy/types": "^3.5.0",
  3493. "@smithy/util-stream": "^3.1.9",
  3494. "tslib": "^2.6.2"
  3495. },
  3496. "engines": {
  3497. "node": ">=16.0.0"
  3498. }
  3499. },
  3500. "node_modules/@smithy/types": {
  3501. "version": "3.5.0",
  3502. "resolved": "https://registry.npmmirror.com/@smithy/types/-/types-3.5.0.tgz",
  3503. "integrity": "sha512-QN0twHNfe8mNJdH9unwsCK13GURU7oEAZqkBI+rsvpv1jrmserO+WnLE7jidR9W/1dxwZ0u/CB01mV2Gms/K2Q==",
  3504. "license": "Apache-2.0",
  3505. "dependencies": {
  3506. "tslib": "^2.6.2"
  3507. },
  3508. "engines": {
  3509. "node": ">=16.0.0"
  3510. }
  3511. },
  3512. "node_modules/@smithy/url-parser": {
  3513. "version": "3.0.7",
  3514. "resolved": "https://registry.npmmirror.com/@smithy/url-parser/-/url-parser-3.0.7.tgz",
  3515. "integrity": "sha512-70UbSSR8J97c1rHZOWhl+VKiZDqHWxs/iW8ZHrHp5fCCPLSBE7GcUlUvKSle3Ca+J9LLbYCj/A79BxztBvAfpA==",
  3516. "license": "Apache-2.0",
  3517. "dependencies": {
  3518. "@smithy/querystring-parser": "^3.0.7",
  3519. "@smithy/types": "^3.5.0",
  3520. "tslib": "^2.6.2"
  3521. }
  3522. },
  3523. "node_modules/@smithy/util-base64": {
  3524. "version": "3.0.0",
  3525. "resolved": "https://registry.npmmirror.com/@smithy/util-base64/-/util-base64-3.0.0.tgz",
  3526. "integrity": "sha512-Kxvoh5Qtt0CDsfajiZOCpJxgtPHXOKwmM+Zy4waD43UoEMA+qPxxa98aE/7ZhdnBFZFXMOiBR5xbcaMhLtznQQ==",
  3527. "license": "Apache-2.0",
  3528. "dependencies": {
  3529. "@smithy/util-buffer-from": "^3.0.0",
  3530. "@smithy/util-utf8": "^3.0.0",
  3531. "tslib": "^2.6.2"
  3532. },
  3533. "engines": {
  3534. "node": ">=16.0.0"
  3535. }
  3536. },
  3537. "node_modules/@smithy/util-body-length-browser": {
  3538. "version": "3.0.0",
  3539. "resolved": "https://registry.npmmirror.com/@smithy/util-body-length-browser/-/util-body-length-browser-3.0.0.tgz",
  3540. "integrity": "sha512-cbjJs2A1mLYmqmyVl80uoLTJhAcfzMOyPgjwAYusWKMdLeNtzmMz9YxNl3/jRLoxSS3wkqkf0jwNdtXWtyEBaQ==",
  3541. "license": "Apache-2.0",
  3542. "dependencies": {
  3543. "tslib": "^2.6.2"
  3544. }
  3545. },
  3546. "node_modules/@smithy/util-body-length-node": {
  3547. "version": "3.0.0",
  3548. "resolved": "https://registry.npmmirror.com/@smithy/util-body-length-node/-/util-body-length-node-3.0.0.tgz",
  3549. "integrity": "sha512-Tj7pZ4bUloNUP6PzwhN7K386tmSmEET9QtQg0TgdNOnxhZvCssHji+oZTUIuzxECRfG8rdm2PMw2WCFs6eIYkA==",
  3550. "license": "Apache-2.0",
  3551. "dependencies": {
  3552. "tslib": "^2.6.2"
  3553. },
  3554. "engines": {
  3555. "node": ">=16.0.0"
  3556. }
  3557. },
  3558. "node_modules/@smithy/util-buffer-from": {
  3559. "version": "3.0.0",
  3560. "resolved": "https://registry.npmmirror.com/@smithy/util-buffer-from/-/util-buffer-from-3.0.0.tgz",
  3561. "integrity": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==",
  3562. "license": "Apache-2.0",
  3563. "dependencies": {
  3564. "@smithy/is-array-buffer": "^3.0.0",
  3565. "tslib": "^2.6.2"
  3566. },
  3567. "engines": {
  3568. "node": ">=16.0.0"
  3569. }
  3570. },
  3571. "node_modules/@smithy/util-config-provider": {
  3572. "version": "3.0.0",
  3573. "resolved": "https://registry.npmmirror.com/@smithy/util-config-provider/-/util-config-provider-3.0.0.tgz",
  3574. "integrity": "sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==",
  3575. "license": "Apache-2.0",
  3576. "dependencies": {
  3577. "tslib": "^2.6.2"
  3578. },
  3579. "engines": {
  3580. "node": ">=16.0.0"
  3581. }
  3582. },
  3583. "node_modules/@smithy/util-defaults-mode-browser": {
  3584. "version": "3.0.23",
  3585. "resolved": "https://registry.npmmirror.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-3.0.23.tgz",
  3586. "integrity": "sha512-Y07qslyRtXDP/C5aWKqxTPBl4YxplEELG3xRrz2dnAQ6Lq/FgNrcKWmV561nNaZmFH+EzeGOX3ZRMbU8p1T6Nw==",
  3587. "license": "Apache-2.0",
  3588. "dependencies": {
  3589. "@smithy/property-provider": "^3.1.7",
  3590. "@smithy/smithy-client": "^3.4.0",
  3591. "@smithy/types": "^3.5.0",
  3592. "bowser": "^2.11.0",
  3593. "tslib": "^2.6.2"
  3594. },
  3595. "engines": {
  3596. "node": ">= 10.0.0"
  3597. }
  3598. },
  3599. "node_modules/@smithy/util-defaults-mode-node": {
  3600. "version": "3.0.23",
  3601. "resolved": "https://registry.npmmirror.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-3.0.23.tgz",
  3602. "integrity": "sha512-9Y4WH7f0vnDGuHUa4lGX9e2p+sMwODibsceSV6rfkZOvMC+BY3StB2LdO1NHafpsyHJLpwAgChxQ38tFyd6vkg==",
  3603. "license": "Apache-2.0",
  3604. "dependencies": {
  3605. "@smithy/config-resolver": "^3.0.9",
  3606. "@smithy/credential-provider-imds": "^3.2.4",
  3607. "@smithy/node-config-provider": "^3.1.8",
  3608. "@smithy/property-provider": "^3.1.7",
  3609. "@smithy/smithy-client": "^3.4.0",
  3610. "@smithy/types": "^3.5.0",
  3611. "tslib": "^2.6.2"
  3612. },
  3613. "engines": {
  3614. "node": ">= 10.0.0"
  3615. }
  3616. },
  3617. "node_modules/@smithy/util-endpoints": {
  3618. "version": "2.1.3",
  3619. "resolved": "https://registry.npmmirror.com/@smithy/util-endpoints/-/util-endpoints-2.1.3.tgz",
  3620. "integrity": "sha512-34eACeKov6jZdHqS5hxBMJ4KyWKztTMulhuQ2UdOoP6vVxMLrOKUqIXAwJe/wiWMhXhydLW664B02CNpQBQ4Aw==",
  3621. "license": "Apache-2.0",
  3622. "dependencies": {
  3623. "@smithy/node-config-provider": "^3.1.8",
  3624. "@smithy/types": "^3.5.0",
  3625. "tslib": "^2.6.2"
  3626. },
  3627. "engines": {
  3628. "node": ">=16.0.0"
  3629. }
  3630. },
  3631. "node_modules/@smithy/util-hex-encoding": {
  3632. "version": "3.0.0",
  3633. "resolved": "https://registry.npmmirror.com/@smithy/util-hex-encoding/-/util-hex-encoding-3.0.0.tgz",
  3634. "integrity": "sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==",
  3635. "license": "Apache-2.0",
  3636. "dependencies": {
  3637. "tslib": "^2.6.2"
  3638. },
  3639. "engines": {
  3640. "node": ">=16.0.0"
  3641. }
  3642. },
  3643. "node_modules/@smithy/util-middleware": {
  3644. "version": "3.0.7",
  3645. "resolved": "https://registry.npmmirror.com/@smithy/util-middleware/-/util-middleware-3.0.7.tgz",
  3646. "integrity": "sha512-OVA6fv/3o7TMJTpTgOi1H5OTwnuUa8hzRzhSFDtZyNxi6OZ70L/FHattSmhE212I7b6WSOJAAmbYnvcjTHOJCA==",
  3647. "license": "Apache-2.0",
  3648. "dependencies": {
  3649. "@smithy/types": "^3.5.0",
  3650. "tslib": "^2.6.2"
  3651. },
  3652. "engines": {
  3653. "node": ">=16.0.0"
  3654. }
  3655. },
  3656. "node_modules/@smithy/util-retry": {
  3657. "version": "3.0.7",
  3658. "resolved": "https://registry.npmmirror.com/@smithy/util-retry/-/util-retry-3.0.7.tgz",
  3659. "integrity": "sha512-nh1ZO1vTeo2YX1plFPSe/OXaHkLAHza5jpokNiiKX2M5YpNUv6RxGJZhpfmiR4jSvVHCjIDmILjrxKmP+/Ghug==",
  3660. "license": "Apache-2.0",
  3661. "dependencies": {
  3662. "@smithy/service-error-classification": "^3.0.7",
  3663. "@smithy/types": "^3.5.0",
  3664. "tslib": "^2.6.2"
  3665. },
  3666. "engines": {
  3667. "node": ">=16.0.0"
  3668. }
  3669. },
  3670. "node_modules/@smithy/util-stream": {
  3671. "version": "3.1.9",
  3672. "resolved": "https://registry.npmmirror.com/@smithy/util-stream/-/util-stream-3.1.9.tgz",
  3673. "integrity": "sha512-7YAR0Ub3MwTMjDfjnup4qa6W8gygZMxikBhFMPESi6ASsl/rZJhwLpF/0k9TuezScCojsM0FryGdz4LZtjKPPQ==",
  3674. "license": "Apache-2.0",
  3675. "dependencies": {
  3676. "@smithy/fetch-http-handler": "^3.2.9",
  3677. "@smithy/node-http-handler": "^3.2.4",
  3678. "@smithy/types": "^3.5.0",
  3679. "@smithy/util-base64": "^3.0.0",
  3680. "@smithy/util-buffer-from": "^3.0.0",
  3681. "@smithy/util-hex-encoding": "^3.0.0",
  3682. "@smithy/util-utf8": "^3.0.0",
  3683. "tslib": "^2.6.2"
  3684. },
  3685. "engines": {
  3686. "node": ">=16.0.0"
  3687. }
  3688. },
  3689. "node_modules/@smithy/util-uri-escape": {
  3690. "version": "3.0.0",
  3691. "resolved": "https://registry.npmmirror.com/@smithy/util-uri-escape/-/util-uri-escape-3.0.0.tgz",
  3692. "integrity": "sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==",
  3693. "license": "Apache-2.0",
  3694. "dependencies": {
  3695. "tslib": "^2.6.2"
  3696. },
  3697. "engines": {
  3698. "node": ">=16.0.0"
  3699. }
  3700. },
  3701. "node_modules/@smithy/util-utf8": {
  3702. "version": "3.0.0",
  3703. "resolved": "https://registry.npmmirror.com/@smithy/util-utf8/-/util-utf8-3.0.0.tgz",
  3704. "integrity": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==",
  3705. "license": "Apache-2.0",
  3706. "dependencies": {
  3707. "@smithy/util-buffer-from": "^3.0.0",
  3708. "tslib": "^2.6.2"
  3709. },
  3710. "engines": {
  3711. "node": ">=16.0.0"
  3712. }
  3713. },
  3714. "node_modules/@smithy/util-waiter": {
  3715. "version": "3.1.6",
  3716. "resolved": "https://registry.npmmirror.com/@smithy/util-waiter/-/util-waiter-3.1.6.tgz",
  3717. "integrity": "sha512-xs/KAwWOeCklq8aMlnpk25LgxEYHKOEodfjfKclDMLcBJEVEKzDLxZxBQyztcuPJ7F54213NJS8PxoiHNMdItQ==",
  3718. "license": "Apache-2.0",
  3719. "dependencies": {
  3720. "@smithy/abort-controller": "^3.1.5",
  3721. "@smithy/types": "^3.5.0",
  3722. "tslib": "^2.6.2"
  3723. },
  3724. "engines": {
  3725. "node": ">=16.0.0"
  3726. }
  3727. },
  3728. "node_modules/@soerenmartius/vue3-clipboard": {
  3729. "version": "0.1.2",
  3730. "resolved": "https://registry.npmmirror.com/@soerenmartius/vue3-clipboard/-/vue3-clipboard-0.1.2.tgz",
  3731. "integrity": "sha512-a5er6cFGcFIQ/3qg6kWvU0yFqIz9iWoQGEVs9azjevyRyMAKvj1w3JuLH9y6+u0WhMNby3kn7nuR8nktSnDesg==",
  3732. "license": "MIT",
  3733. "dependencies": {
  3734. "clipboard": "^2.0.0"
  3735. }
  3736. },
  3737. "node_modules/@sphinxxxx/color-conversion": {
  3738. "version": "2.2.2",
  3739. "resolved": "https://registry.npmmirror.com/@sphinxxxx/color-conversion/-/color-conversion-2.2.2.tgz",
  3740. "integrity": "sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==",
  3741. "license": "ISC"
  3742. },
  3743. "node_modules/@transloadit/prettier-bytes": {
  3744. "version": "0.0.7",
  3745. "resolved": "https://registry.npmmirror.com/@transloadit/prettier-bytes/-/prettier-bytes-0.0.7.tgz",
  3746. "integrity": "sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==",
  3747. "license": "MIT"
  3748. },
  3749. "node_modules/@types/estree": {
  3750. "version": "1.0.6",
  3751. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.6.tgz",
  3752. "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
  3753. "license": "MIT"
  3754. },
  3755. "node_modules/@types/event-emitter": {
  3756. "version": "0.3.5",
  3757. "resolved": "https://registry.npmmirror.com/@types/event-emitter/-/event-emitter-0.3.5.tgz",
  3758. "integrity": "sha512-zx2/Gg0Eg7gwEiOIIh5w9TrhKKTeQh7CPCOPNc0el4pLSwzebA8SmnHwZs2dWlLONvyulykSwGSQxQHLhjGLvQ==",
  3759. "license": "MIT"
  3760. },
  3761. "node_modules/@types/json-schema": {
  3762. "version": "7.0.15",
  3763. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  3764. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  3765. "dev": true,
  3766. "license": "MIT"
  3767. },
  3768. "node_modules/@types/lodash": {
  3769. "version": "4.17.10",
  3770. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.10.tgz",
  3771. "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==",
  3772. "license": "MIT"
  3773. },
  3774. "node_modules/@types/lodash-es": {
  3775. "version": "4.17.12",
  3776. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  3777. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  3778. "license": "MIT",
  3779. "dependencies": {
  3780. "@types/lodash": "*"
  3781. }
  3782. },
  3783. "node_modules/@types/node": {
  3784. "version": "18.19.56",
  3785. "resolved": "https://registry.npmmirror.com/@types/node/-/node-18.19.56.tgz",
  3786. "integrity": "sha512-4EMJlWwwGnVPflJAtM14p9eVSa6BOv5b92mCsh5zcM1UagNtEtrbbtaE6WE1tw2TabavatnwqXjlIpcAEuJJNg==",
  3787. "license": "MIT",
  3788. "dependencies": {
  3789. "undici-types": "~5.26.4"
  3790. }
  3791. },
  3792. "node_modules/@types/nprogress": {
  3793. "version": "0.2.3",
  3794. "resolved": "https://registry.npmmirror.com/@types/nprogress/-/nprogress-0.2.3.tgz",
  3795. "integrity": "sha512-k7kRA033QNtC+gLc4VPlfnue58CM1iQLgn1IMAU8VPHGOj7oIHPp9UlhedEnD/Gl8evoCjwkZjlBORtZ3JByUA==",
  3796. "dev": true,
  3797. "license": "MIT"
  3798. },
  3799. "node_modules/@types/readable-stream": {
  3800. "version": "4.0.15",
  3801. "resolved": "https://registry.npmmirror.com/@types/readable-stream/-/readable-stream-4.0.15.tgz",
  3802. "integrity": "sha512-oAZ3kw+kJFkEqyh7xORZOku1YAKvsFTogRY8kVl4vHpEKiDkfnSA/My8haRE7fvmix5Zyy+1pwzOi7yycGLBJw==",
  3803. "license": "MIT",
  3804. "dependencies": {
  3805. "@types/node": "*",
  3806. "safe-buffer": "~5.1.1"
  3807. }
  3808. },
  3809. "node_modules/@types/readable-stream/node_modules/safe-buffer": {
  3810. "version": "5.1.2",
  3811. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  3812. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  3813. "license": "MIT"
  3814. },
  3815. "node_modules/@types/semver": {
  3816. "version": "7.5.8",
  3817. "resolved": "https://registry.npmmirror.com/@types/semver/-/semver-7.5.8.tgz",
  3818. "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
  3819. "dev": true,
  3820. "license": "MIT"
  3821. },
  3822. "node_modules/@types/sortablejs": {
  3823. "version": "1.15.8",
  3824. "resolved": "https://registry.npmmirror.com/@types/sortablejs/-/sortablejs-1.15.8.tgz",
  3825. "integrity": "sha512-b79830lW+RZfwaztgs1aVPgbasJ8e7AXtZYHTELNXZPsERt4ymJdjV4OccDbHQAvHrCcFpbF78jkm0R6h/pZVg==",
  3826. "dev": true,
  3827. "license": "MIT"
  3828. },
  3829. "node_modules/@types/web-bluetooth": {
  3830. "version": "0.0.16",
  3831. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
  3832. "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==",
  3833. "license": "MIT"
  3834. },
  3835. "node_modules/@types/ws": {
  3836. "version": "8.5.12",
  3837. "resolved": "https://registry.npmmirror.com/@types/ws/-/ws-8.5.12.tgz",
  3838. "integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==",
  3839. "license": "MIT",
  3840. "dependencies": {
  3841. "@types/node": "*"
  3842. }
  3843. },
  3844. "node_modules/@typescript-eslint/eslint-plugin": {
  3845. "version": "5.62.0",
  3846. "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
  3847. "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==",
  3848. "dev": true,
  3849. "license": "MIT",
  3850. "dependencies": {
  3851. "@eslint-community/regexpp": "^4.4.0",
  3852. "@typescript-eslint/scope-manager": "5.62.0",
  3853. "@typescript-eslint/type-utils": "5.62.0",
  3854. "@typescript-eslint/utils": "5.62.0",
  3855. "debug": "^4.3.4",
  3856. "graphemer": "^1.4.0",
  3857. "ignore": "^5.2.0",
  3858. "natural-compare-lite": "^1.4.0",
  3859. "semver": "^7.3.7",
  3860. "tsutils": "^3.21.0"
  3861. },
  3862. "engines": {
  3863. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3864. },
  3865. "funding": {
  3866. "type": "opencollective",
  3867. "url": "https://opencollective.com/typescript-eslint"
  3868. },
  3869. "peerDependencies": {
  3870. "@typescript-eslint/parser": "^5.0.0",
  3871. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3872. },
  3873. "peerDependenciesMeta": {
  3874. "typescript": {
  3875. "optional": true
  3876. }
  3877. }
  3878. },
  3879. "node_modules/@typescript-eslint/parser": {
  3880. "version": "5.62.0",
  3881. "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-5.62.0.tgz",
  3882. "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==",
  3883. "dev": true,
  3884. "license": "BSD-2-Clause",
  3885. "dependencies": {
  3886. "@typescript-eslint/scope-manager": "5.62.0",
  3887. "@typescript-eslint/types": "5.62.0",
  3888. "@typescript-eslint/typescript-estree": "5.62.0",
  3889. "debug": "^4.3.4"
  3890. },
  3891. "engines": {
  3892. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3893. },
  3894. "funding": {
  3895. "type": "opencollective",
  3896. "url": "https://opencollective.com/typescript-eslint"
  3897. },
  3898. "peerDependencies": {
  3899. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3900. },
  3901. "peerDependenciesMeta": {
  3902. "typescript": {
  3903. "optional": true
  3904. }
  3905. }
  3906. },
  3907. "node_modules/@typescript-eslint/scope-manager": {
  3908. "version": "5.62.0",
  3909. "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
  3910. "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==",
  3911. "dev": true,
  3912. "license": "MIT",
  3913. "dependencies": {
  3914. "@typescript-eslint/types": "5.62.0",
  3915. "@typescript-eslint/visitor-keys": "5.62.0"
  3916. },
  3917. "engines": {
  3918. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3919. },
  3920. "funding": {
  3921. "type": "opencollective",
  3922. "url": "https://opencollective.com/typescript-eslint"
  3923. }
  3924. },
  3925. "node_modules/@typescript-eslint/type-utils": {
  3926. "version": "5.62.0",
  3927. "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz",
  3928. "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==",
  3929. "dev": true,
  3930. "license": "MIT",
  3931. "dependencies": {
  3932. "@typescript-eslint/typescript-estree": "5.62.0",
  3933. "@typescript-eslint/utils": "5.62.0",
  3934. "debug": "^4.3.4",
  3935. "tsutils": "^3.21.0"
  3936. },
  3937. "engines": {
  3938. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3939. },
  3940. "funding": {
  3941. "type": "opencollective",
  3942. "url": "https://opencollective.com/typescript-eslint"
  3943. },
  3944. "peerDependencies": {
  3945. "eslint": "*"
  3946. },
  3947. "peerDependenciesMeta": {
  3948. "typescript": {
  3949. "optional": true
  3950. }
  3951. }
  3952. },
  3953. "node_modules/@typescript-eslint/types": {
  3954. "version": "5.62.0",
  3955. "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-5.62.0.tgz",
  3956. "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==",
  3957. "dev": true,
  3958. "license": "MIT",
  3959. "engines": {
  3960. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3961. },
  3962. "funding": {
  3963. "type": "opencollective",
  3964. "url": "https://opencollective.com/typescript-eslint"
  3965. }
  3966. },
  3967. "node_modules/@typescript-eslint/typescript-estree": {
  3968. "version": "5.62.0",
  3969. "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz",
  3970. "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==",
  3971. "dev": true,
  3972. "license": "BSD-2-Clause",
  3973. "dependencies": {
  3974. "@typescript-eslint/types": "5.62.0",
  3975. "@typescript-eslint/visitor-keys": "5.62.0",
  3976. "debug": "^4.3.4",
  3977. "globby": "^11.1.0",
  3978. "is-glob": "^4.0.3",
  3979. "semver": "^7.3.7",
  3980. "tsutils": "^3.21.0"
  3981. },
  3982. "engines": {
  3983. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3984. },
  3985. "funding": {
  3986. "type": "opencollective",
  3987. "url": "https://opencollective.com/typescript-eslint"
  3988. },
  3989. "peerDependenciesMeta": {
  3990. "typescript": {
  3991. "optional": true
  3992. }
  3993. }
  3994. },
  3995. "node_modules/@typescript-eslint/utils": {
  3996. "version": "5.62.0",
  3997. "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-5.62.0.tgz",
  3998. "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==",
  3999. "dev": true,
  4000. "license": "MIT",
  4001. "dependencies": {
  4002. "@eslint-community/eslint-utils": "^4.2.0",
  4003. "@types/json-schema": "^7.0.9",
  4004. "@types/semver": "^7.3.12",
  4005. "@typescript-eslint/scope-manager": "5.62.0",
  4006. "@typescript-eslint/types": "5.62.0",
  4007. "@typescript-eslint/typescript-estree": "5.62.0",
  4008. "eslint-scope": "^5.1.1",
  4009. "semver": "^7.3.7"
  4010. },
  4011. "engines": {
  4012. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4013. },
  4014. "funding": {
  4015. "type": "opencollective",
  4016. "url": "https://opencollective.com/typescript-eslint"
  4017. },
  4018. "peerDependencies": {
  4019. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4020. }
  4021. },
  4022. "node_modules/@typescript-eslint/visitor-keys": {
  4023. "version": "5.62.0",
  4024. "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
  4025. "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==",
  4026. "dev": true,
  4027. "license": "MIT",
  4028. "dependencies": {
  4029. "@typescript-eslint/types": "5.62.0",
  4030. "eslint-visitor-keys": "^3.3.0"
  4031. },
  4032. "engines": {
  4033. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4034. },
  4035. "funding": {
  4036. "type": "opencollective",
  4037. "url": "https://opencollective.com/typescript-eslint"
  4038. }
  4039. },
  4040. "node_modules/@ungap/structured-clone": {
  4041. "version": "1.2.0",
  4042. "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
  4043. "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
  4044. "dev": true,
  4045. "license": "ISC"
  4046. },
  4047. "node_modules/@uppy/companion-client": {
  4048. "version": "2.2.2",
  4049. "resolved": "https://registry.npmmirror.com/@uppy/companion-client/-/companion-client-2.2.2.tgz",
  4050. "integrity": "sha512-5mTp2iq97/mYSisMaBtFRry6PTgZA6SIL7LePteOV5x0/DxKfrZW3DEiQERJmYpHzy7k8johpm2gHnEKto56Og==",
  4051. "license": "MIT",
  4052. "dependencies": {
  4053. "@uppy/utils": "^4.1.2",
  4054. "namespace-emitter": "^2.0.1"
  4055. }
  4056. },
  4057. "node_modules/@uppy/core": {
  4058. "version": "2.3.4",
  4059. "resolved": "https://registry.npmmirror.com/@uppy/core/-/core-2.3.4.tgz",
  4060. "integrity": "sha512-iWAqppC8FD8mMVqewavCz+TNaet6HPXitmGXpGGREGrakZ4FeuWytVdrelydzTdXx6vVKkOmI2FLztGg73sENQ==",
  4061. "license": "MIT",
  4062. "dependencies": {
  4063. "@transloadit/prettier-bytes": "0.0.7",
  4064. "@uppy/store-default": "^2.1.1",
  4065. "@uppy/utils": "^4.1.3",
  4066. "lodash.throttle": "^4.1.1",
  4067. "mime-match": "^1.0.2",
  4068. "namespace-emitter": "^2.0.1",
  4069. "nanoid": "^3.1.25",
  4070. "preact": "^10.5.13"
  4071. }
  4072. },
  4073. "node_modules/@uppy/store-default": {
  4074. "version": "2.1.1",
  4075. "resolved": "https://registry.npmmirror.com/@uppy/store-default/-/store-default-2.1.1.tgz",
  4076. "integrity": "sha512-xnpTxvot2SeAwGwbvmJ899ASk5tYXhmZzD/aCFsXePh/v8rNvR2pKlcQUH7cF/y4baUGq3FHO/daKCok/mpKqQ==",
  4077. "license": "MIT"
  4078. },
  4079. "node_modules/@uppy/utils": {
  4080. "version": "4.1.3",
  4081. "resolved": "https://registry.npmmirror.com/@uppy/utils/-/utils-4.1.3.tgz",
  4082. "integrity": "sha512-nTuMvwWYobnJcytDO3t+D6IkVq/Qs4Xv3vyoEZ+Iaf8gegZP+rEyoaFT2CK5XLRMienPyqRqNbIfRuFaOWSIFw==",
  4083. "license": "MIT",
  4084. "dependencies": {
  4085. "lodash.throttle": "^4.1.1"
  4086. }
  4087. },
  4088. "node_modules/@uppy/xhr-upload": {
  4089. "version": "2.1.3",
  4090. "resolved": "https://registry.npmmirror.com/@uppy/xhr-upload/-/xhr-upload-2.1.3.tgz",
  4091. "integrity": "sha512-YWOQ6myBVPs+mhNjfdWsQyMRWUlrDLMoaG7nvf/G6Y3GKZf8AyjFDjvvJ49XWQ+DaZOftGkHmF1uh/DBeGivJQ==",
  4092. "license": "MIT",
  4093. "dependencies": {
  4094. "@uppy/companion-client": "^2.2.2",
  4095. "@uppy/utils": "^4.1.2",
  4096. "nanoid": "^3.1.25"
  4097. },
  4098. "peerDependencies": {
  4099. "@uppy/core": "^2.3.3"
  4100. }
  4101. },
  4102. "node_modules/@vitejs/plugin-vue": {
  4103. "version": "4.6.2",
  4104. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.6.2.tgz",
  4105. "integrity": "sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==",
  4106. "dev": true,
  4107. "license": "MIT",
  4108. "engines": {
  4109. "node": "^14.18.0 || >=16.0.0"
  4110. },
  4111. "peerDependencies": {
  4112. "vite": "^4.0.0 || ^5.0.0",
  4113. "vue": "^3.2.25"
  4114. }
  4115. },
  4116. "node_modules/@vitejs/plugin-vue-jsx": {
  4117. "version": "3.1.0",
  4118. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.1.0.tgz",
  4119. "integrity": "sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==",
  4120. "license": "MIT",
  4121. "dependencies": {
  4122. "@babel/core": "^7.23.3",
  4123. "@babel/plugin-transform-typescript": "^7.23.3",
  4124. "@vue/babel-plugin-jsx": "^1.1.5"
  4125. },
  4126. "engines": {
  4127. "node": "^14.18.0 || >=16.0.0"
  4128. },
  4129. "peerDependencies": {
  4130. "vite": "^4.0.0 || ^5.0.0",
  4131. "vue": "^3.0.0"
  4132. }
  4133. },
  4134. "node_modules/@vue/babel-helper-vue-transform-on": {
  4135. "version": "1.2.5",
  4136. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.5.tgz",
  4137. "integrity": "sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==",
  4138. "license": "MIT"
  4139. },
  4140. "node_modules/@vue/babel-plugin-jsx": {
  4141. "version": "1.2.5",
  4142. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.5.tgz",
  4143. "integrity": "sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==",
  4144. "license": "MIT",
  4145. "dependencies": {
  4146. "@babel/helper-module-imports": "^7.24.7",
  4147. "@babel/helper-plugin-utils": "^7.24.8",
  4148. "@babel/plugin-syntax-jsx": "^7.24.7",
  4149. "@babel/template": "^7.25.0",
  4150. "@babel/traverse": "^7.25.6",
  4151. "@babel/types": "^7.25.6",
  4152. "@vue/babel-helper-vue-transform-on": "1.2.5",
  4153. "@vue/babel-plugin-resolve-type": "1.2.5",
  4154. "html-tags": "^3.3.1",
  4155. "svg-tags": "^1.0.0"
  4156. },
  4157. "peerDependencies": {
  4158. "@babel/core": "^7.0.0-0"
  4159. },
  4160. "peerDependenciesMeta": {
  4161. "@babel/core": {
  4162. "optional": true
  4163. }
  4164. }
  4165. },
  4166. "node_modules/@vue/babel-plugin-resolve-type": {
  4167. "version": "1.2.5",
  4168. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.5.tgz",
  4169. "integrity": "sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==",
  4170. "license": "MIT",
  4171. "dependencies": {
  4172. "@babel/code-frame": "^7.24.7",
  4173. "@babel/helper-module-imports": "^7.24.7",
  4174. "@babel/helper-plugin-utils": "^7.24.8",
  4175. "@babel/parser": "^7.25.6",
  4176. "@vue/compiler-sfc": "^3.5.3"
  4177. },
  4178. "peerDependencies": {
  4179. "@babel/core": "^7.0.0-0"
  4180. }
  4181. },
  4182. "node_modules/@vue/compiler-core": {
  4183. "version": "3.5.12",
  4184. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.12.tgz",
  4185. "integrity": "sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw==",
  4186. "license": "MIT",
  4187. "dependencies": {
  4188. "@babel/parser": "^7.25.3",
  4189. "@vue/shared": "3.5.12",
  4190. "entities": "^4.5.0",
  4191. "estree-walker": "^2.0.2",
  4192. "source-map-js": "^1.2.0"
  4193. }
  4194. },
  4195. "node_modules/@vue/compiler-dom": {
  4196. "version": "3.5.12",
  4197. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.12.tgz",
  4198. "integrity": "sha512-9G6PbJ03uwxLHKQ3P42cMTi85lDRvGLB2rSGOiQqtXELat6uI4n8cNz9yjfVHRPIu+MsK6TE418Giruvgptckg==",
  4199. "license": "MIT",
  4200. "dependencies": {
  4201. "@vue/compiler-core": "3.5.12",
  4202. "@vue/shared": "3.5.12"
  4203. }
  4204. },
  4205. "node_modules/@vue/compiler-sfc": {
  4206. "version": "3.5.12",
  4207. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.12.tgz",
  4208. "integrity": "sha512-2k973OGo2JuAa5+ZlekuQJtitI5CgLMOwgl94BzMCsKZCX/xiqzJYzapl4opFogKHqwJk34vfsaKpfEhd1k5nw==",
  4209. "license": "MIT",
  4210. "dependencies": {
  4211. "@babel/parser": "^7.25.3",
  4212. "@vue/compiler-core": "3.5.12",
  4213. "@vue/compiler-dom": "3.5.12",
  4214. "@vue/compiler-ssr": "3.5.12",
  4215. "@vue/shared": "3.5.12",
  4216. "estree-walker": "^2.0.2",
  4217. "magic-string": "^0.30.11",
  4218. "postcss": "^8.4.47",
  4219. "source-map-js": "^1.2.0"
  4220. }
  4221. },
  4222. "node_modules/@vue/compiler-ssr": {
  4223. "version": "3.5.12",
  4224. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.12.tgz",
  4225. "integrity": "sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==",
  4226. "license": "MIT",
  4227. "dependencies": {
  4228. "@vue/compiler-dom": "3.5.12",
  4229. "@vue/shared": "3.5.12"
  4230. }
  4231. },
  4232. "node_modules/@vue/devtools-api": {
  4233. "version": "6.6.4",
  4234. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  4235. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  4236. "license": "MIT"
  4237. },
  4238. "node_modules/@vue/reactivity": {
  4239. "version": "3.5.12",
  4240. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.12.tgz",
  4241. "integrity": "sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg==",
  4242. "license": "MIT",
  4243. "dependencies": {
  4244. "@vue/shared": "3.5.12"
  4245. }
  4246. },
  4247. "node_modules/@vue/runtime-core": {
  4248. "version": "3.5.12",
  4249. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.12.tgz",
  4250. "integrity": "sha512-hrMUYV6tpocr3TL3Ad8DqxOdpDe4zuQY4HPY3X/VRh+L2myQO8MFXPAMarIOSGNu0bFAjh1yBkMPXZBqCk62Uw==",
  4251. "license": "MIT",
  4252. "dependencies": {
  4253. "@vue/reactivity": "3.5.12",
  4254. "@vue/shared": "3.5.12"
  4255. }
  4256. },
  4257. "node_modules/@vue/runtime-dom": {
  4258. "version": "3.5.12",
  4259. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.12.tgz",
  4260. "integrity": "sha512-q8VFxR9A2MRfBr6/55Q3umyoN7ya836FzRXajPB6/Vvuv0zOPL+qltd9rIMzG/DbRLAIlREmnLsplEF/kotXKA==",
  4261. "license": "MIT",
  4262. "dependencies": {
  4263. "@vue/reactivity": "3.5.12",
  4264. "@vue/runtime-core": "3.5.12",
  4265. "@vue/shared": "3.5.12",
  4266. "csstype": "^3.1.3"
  4267. }
  4268. },
  4269. "node_modules/@vue/server-renderer": {
  4270. "version": "3.5.12",
  4271. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.12.tgz",
  4272. "integrity": "sha512-I3QoeDDeEPZm8yR28JtY+rk880Oqmj43hreIBVTicisFTx/Dl7JpG72g/X7YF8hnQD3IFhkky5i2bPonwrTVPg==",
  4273. "license": "MIT",
  4274. "dependencies": {
  4275. "@vue/compiler-ssr": "3.5.12",
  4276. "@vue/shared": "3.5.12"
  4277. },
  4278. "peerDependencies": {
  4279. "vue": "3.5.12"
  4280. }
  4281. },
  4282. "node_modules/@vue/shared": {
  4283. "version": "3.5.12",
  4284. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.12.tgz",
  4285. "integrity": "sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg==",
  4286. "license": "MIT"
  4287. },
  4288. "node_modules/@vueuse/core": {
  4289. "version": "9.13.0",
  4290. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-9.13.0.tgz",
  4291. "integrity": "sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==",
  4292. "license": "MIT",
  4293. "dependencies": {
  4294. "@types/web-bluetooth": "^0.0.16",
  4295. "@vueuse/metadata": "9.13.0",
  4296. "@vueuse/shared": "9.13.0",
  4297. "vue-demi": "*"
  4298. },
  4299. "funding": {
  4300. "url": "https://github.com/sponsors/antfu"
  4301. }
  4302. },
  4303. "node_modules/@vueuse/core/node_modules/vue-demi": {
  4304. "version": "0.14.10",
  4305. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  4306. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  4307. "hasInstallScript": true,
  4308. "license": "MIT",
  4309. "bin": {
  4310. "vue-demi-fix": "bin/vue-demi-fix.js",
  4311. "vue-demi-switch": "bin/vue-demi-switch.js"
  4312. },
  4313. "engines": {
  4314. "node": ">=12"
  4315. },
  4316. "funding": {
  4317. "url": "https://github.com/sponsors/antfu"
  4318. },
  4319. "peerDependencies": {
  4320. "@vue/composition-api": "^1.0.0-rc.1",
  4321. "vue": "^3.0.0-0 || ^2.6.0"
  4322. },
  4323. "peerDependenciesMeta": {
  4324. "@vue/composition-api": {
  4325. "optional": true
  4326. }
  4327. }
  4328. },
  4329. "node_modules/@vueuse/metadata": {
  4330. "version": "9.13.0",
  4331. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.13.0.tgz",
  4332. "integrity": "sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==",
  4333. "license": "MIT",
  4334. "funding": {
  4335. "url": "https://github.com/sponsors/antfu"
  4336. }
  4337. },
  4338. "node_modules/@vueuse/shared": {
  4339. "version": "9.13.0",
  4340. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.13.0.tgz",
  4341. "integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==",
  4342. "license": "MIT",
  4343. "dependencies": {
  4344. "vue-demi": "*"
  4345. },
  4346. "funding": {
  4347. "url": "https://github.com/sponsors/antfu"
  4348. }
  4349. },
  4350. "node_modules/@vueuse/shared/node_modules/vue-demi": {
  4351. "version": "0.14.10",
  4352. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  4353. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  4354. "hasInstallScript": true,
  4355. "license": "MIT",
  4356. "bin": {
  4357. "vue-demi-fix": "bin/vue-demi-fix.js",
  4358. "vue-demi-switch": "bin/vue-demi-switch.js"
  4359. },
  4360. "engines": {
  4361. "node": ">=12"
  4362. },
  4363. "funding": {
  4364. "url": "https://github.com/sponsors/antfu"
  4365. },
  4366. "peerDependencies": {
  4367. "@vue/composition-api": "^1.0.0-rc.1",
  4368. "vue": "^3.0.0-0 || ^2.6.0"
  4369. },
  4370. "peerDependenciesMeta": {
  4371. "@vue/composition-api": {
  4372. "optional": true
  4373. }
  4374. }
  4375. },
  4376. "node_modules/@vxe-ui/core": {
  4377. "version": "4.0.16",
  4378. "resolved": "https://registry.npmmirror.com/@vxe-ui/core/-/core-4.0.16.tgz",
  4379. "integrity": "sha512-7d8485RYAv3tgr5+ckz5iK+Tt3yPjcXBaWcRdxRrxnDJNYVq6A4jAFT+Z9eHoFxqx60ASTOVCqnS8Tav/oPutA==",
  4380. "license": "MIT",
  4381. "dependencies": {
  4382. "dom-zindex": "^1.0.6",
  4383. "xe-utils": "^3.5.31"
  4384. },
  4385. "peerDependencies": {
  4386. "vue": "^3.2.0"
  4387. }
  4388. },
  4389. "node_modules/@wangeditor/basic-modules": {
  4390. "version": "1.1.7",
  4391. "resolved": "https://registry.npmmirror.com/@wangeditor/basic-modules/-/basic-modules-1.1.7.tgz",
  4392. "integrity": "sha512-cY9CPkLJaqF05STqfpZKWG4LpxTMeGSIIF1fHvfm/mz+JXatCagjdkbxdikOuKYlxDdeqvOeBmsUBItufDLXZg==",
  4393. "license": "MIT",
  4394. "dependencies": {
  4395. "is-url": "^1.2.4"
  4396. },
  4397. "peerDependencies": {
  4398. "@wangeditor/core": "1.x",
  4399. "dom7": "^3.0.0",
  4400. "lodash.throttle": "^4.1.1",
  4401. "nanoid": "^3.2.0",
  4402. "slate": "^0.72.0",
  4403. "snabbdom": "^3.1.0"
  4404. }
  4405. },
  4406. "node_modules/@wangeditor/code-highlight": {
  4407. "version": "1.0.3",
  4408. "resolved": "https://registry.npmmirror.com/@wangeditor/code-highlight/-/code-highlight-1.0.3.tgz",
  4409. "integrity": "sha512-iazHwO14XpCuIWJNTQTikqUhGKyqj+dUNWJ9288Oym9M2xMVHvnsOmDU2sgUDWVy+pOLojReMPgXCsvvNlOOhw==",
  4410. "license": "MIT",
  4411. "dependencies": {
  4412. "prismjs": "^1.23.0"
  4413. },
  4414. "peerDependencies": {
  4415. "@wangeditor/core": "1.x",
  4416. "dom7": "^3.0.0",
  4417. "slate": "^0.72.0",
  4418. "snabbdom": "^3.1.0"
  4419. }
  4420. },
  4421. "node_modules/@wangeditor/core": {
  4422. "version": "1.1.19",
  4423. "resolved": "https://registry.npmmirror.com/@wangeditor/core/-/core-1.1.19.tgz",
  4424. "integrity": "sha512-KevkB47+7GhVszyYF2pKGKtCSj/YzmClsD03C3zTt+9SR2XWT5T0e3yQqg8baZpcMvkjs1D8Dv4fk8ok/UaS2Q==",
  4425. "license": "MIT",
  4426. "dependencies": {
  4427. "@types/event-emitter": "^0.3.3",
  4428. "event-emitter": "^0.3.5",
  4429. "html-void-elements": "^2.0.0",
  4430. "i18next": "^20.4.0",
  4431. "scroll-into-view-if-needed": "^2.2.28",
  4432. "slate-history": "^0.66.0"
  4433. },
  4434. "peerDependencies": {
  4435. "@uppy/core": "^2.1.1",
  4436. "@uppy/xhr-upload": "^2.0.3",
  4437. "dom7": "^3.0.0",
  4438. "is-hotkey": "^0.2.0",
  4439. "lodash.camelcase": "^4.3.0",
  4440. "lodash.clonedeep": "^4.5.0",
  4441. "lodash.debounce": "^4.0.8",
  4442. "lodash.foreach": "^4.5.0",
  4443. "lodash.isequal": "^4.5.0",
  4444. "lodash.throttle": "^4.1.1",
  4445. "lodash.toarray": "^4.4.0",
  4446. "nanoid": "^3.2.0",
  4447. "slate": "^0.72.0",
  4448. "snabbdom": "^3.1.0"
  4449. }
  4450. },
  4451. "node_modules/@wangeditor/editor": {
  4452. "version": "5.1.23",
  4453. "resolved": "https://registry.npmmirror.com/@wangeditor/editor/-/editor-5.1.23.tgz",
  4454. "integrity": "sha512-0RxfeVTuK1tktUaPROnCoFfaHVJpRAIE2zdS0mpP+vq1axVQpLjM8+fCvKzqYIkH0Pg+C+44hJpe3VVroSkEuQ==",
  4455. "license": "MIT",
  4456. "dependencies": {
  4457. "@uppy/core": "^2.1.1",
  4458. "@uppy/xhr-upload": "^2.0.3",
  4459. "@wangeditor/basic-modules": "^1.1.7",
  4460. "@wangeditor/code-highlight": "^1.0.3",
  4461. "@wangeditor/core": "^1.1.19",
  4462. "@wangeditor/list-module": "^1.0.5",
  4463. "@wangeditor/table-module": "^1.1.4",
  4464. "@wangeditor/upload-image-module": "^1.0.2",
  4465. "@wangeditor/video-module": "^1.1.4",
  4466. "dom7": "^3.0.0",
  4467. "is-hotkey": "^0.2.0",
  4468. "lodash.camelcase": "^4.3.0",
  4469. "lodash.clonedeep": "^4.5.0",
  4470. "lodash.debounce": "^4.0.8",
  4471. "lodash.foreach": "^4.5.0",
  4472. "lodash.isequal": "^4.5.0",
  4473. "lodash.throttle": "^4.1.1",
  4474. "lodash.toarray": "^4.4.0",
  4475. "nanoid": "^3.2.0",
  4476. "slate": "^0.72.0",
  4477. "snabbdom": "^3.1.0"
  4478. }
  4479. },
  4480. "node_modules/@wangeditor/editor-for-vue": {
  4481. "version": "5.1.12",
  4482. "resolved": "https://registry.npmmirror.com/@wangeditor/editor-for-vue/-/editor-for-vue-5.1.12.tgz",
  4483. "integrity": "sha512-0Ds3D8I+xnpNWezAeO7HmPRgTfUxHLMd9JKcIw+QzvSmhC5xUHbpCcLU+KLmeBKTR/zffnS5GQo6qi3GhTMJWQ==",
  4484. "license": "MIT",
  4485. "peerDependencies": {
  4486. "@wangeditor/editor": ">=5.1.0",
  4487. "vue": "^3.0.5"
  4488. }
  4489. },
  4490. "node_modules/@wangeditor/list-module": {
  4491. "version": "1.0.5",
  4492. "resolved": "https://registry.npmmirror.com/@wangeditor/list-module/-/list-module-1.0.5.tgz",
  4493. "integrity": "sha512-uDuYTP6DVhcYf7mF1pTlmNn5jOb4QtcVhYwSSAkyg09zqxI1qBqsfUnveeDeDqIuptSJhkh81cyxi+MF8sEPOQ==",
  4494. "license": "MIT",
  4495. "peerDependencies": {
  4496. "@wangeditor/core": "1.x",
  4497. "dom7": "^3.0.0",
  4498. "slate": "^0.72.0",
  4499. "snabbdom": "^3.1.0"
  4500. }
  4501. },
  4502. "node_modules/@wangeditor/table-module": {
  4503. "version": "1.1.4",
  4504. "resolved": "https://registry.npmmirror.com/@wangeditor/table-module/-/table-module-1.1.4.tgz",
  4505. "integrity": "sha512-5saanU9xuEocxaemGdNi9t8MCDSucnykEC6jtuiT72kt+/Hhh4nERYx1J20OPsTCCdVr7hIyQenFD1iSRkIQ6w==",
  4506. "license": "MIT",
  4507. "peerDependencies": {
  4508. "@wangeditor/core": "1.x",
  4509. "dom7": "^3.0.0",
  4510. "lodash.isequal": "^4.5.0",
  4511. "lodash.throttle": "^4.1.1",
  4512. "nanoid": "^3.2.0",
  4513. "slate": "^0.72.0",
  4514. "snabbdom": "^3.1.0"
  4515. }
  4516. },
  4517. "node_modules/@wangeditor/upload-image-module": {
  4518. "version": "1.0.2",
  4519. "resolved": "https://registry.npmmirror.com/@wangeditor/upload-image-module/-/upload-image-module-1.0.2.tgz",
  4520. "integrity": "sha512-z81lk/v71OwPDYeQDxj6cVr81aDP90aFuywb8nPD6eQeECtOymrqRODjpO6VGvCVxVck8nUxBHtbxKtjgcwyiA==",
  4521. "license": "MIT",
  4522. "peerDependencies": {
  4523. "@uppy/core": "^2.0.3",
  4524. "@uppy/xhr-upload": "^2.0.3",
  4525. "@wangeditor/basic-modules": "1.x",
  4526. "@wangeditor/core": "1.x",
  4527. "dom7": "^3.0.0",
  4528. "lodash.foreach": "^4.5.0",
  4529. "slate": "^0.72.0",
  4530. "snabbdom": "^3.1.0"
  4531. }
  4532. },
  4533. "node_modules/@wangeditor/video-module": {
  4534. "version": "1.1.4",
  4535. "resolved": "https://registry.npmmirror.com/@wangeditor/video-module/-/video-module-1.1.4.tgz",
  4536. "integrity": "sha512-ZdodDPqKQrgx3IwWu4ZiQmXI8EXZ3hm2/fM6E3t5dB8tCaIGWQZhmqd6P5knfkRAd3z2+YRSRbxOGfoRSp/rLg==",
  4537. "license": "MIT",
  4538. "peerDependencies": {
  4539. "@uppy/core": "^2.1.4",
  4540. "@uppy/xhr-upload": "^2.0.7",
  4541. "@wangeditor/core": "1.x",
  4542. "dom7": "^3.0.0",
  4543. "nanoid": "^3.2.0",
  4544. "slate": "^0.72.0",
  4545. "snabbdom": "^3.1.0"
  4546. }
  4547. },
  4548. "node_modules/abort-controller": {
  4549. "version": "3.0.0",
  4550. "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz",
  4551. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  4552. "license": "MIT",
  4553. "dependencies": {
  4554. "event-target-shim": "^5.0.0"
  4555. },
  4556. "engines": {
  4557. "node": ">=6.5"
  4558. }
  4559. },
  4560. "node_modules/ace-builds": {
  4561. "version": "1.36.2",
  4562. "resolved": "https://registry.npmmirror.com/ace-builds/-/ace-builds-1.36.2.tgz",
  4563. "integrity": "sha512-eqqfbGwx/GKjM/EnFu4QtQ+d2NNBu84MGgxoG8R5iyFpcVeQ4p9YlTL+ZzdEJqhdkASqoqOxCSNNGyB6lvMm+A==",
  4564. "license": "BSD-3-Clause"
  4565. },
  4566. "node_modules/acorn": {
  4567. "version": "8.13.0",
  4568. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.13.0.tgz",
  4569. "integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==",
  4570. "dev": true,
  4571. "license": "MIT",
  4572. "bin": {
  4573. "acorn": "bin/acorn"
  4574. },
  4575. "engines": {
  4576. "node": ">=0.4.0"
  4577. }
  4578. },
  4579. "node_modules/acorn-jsx": {
  4580. "version": "5.3.2",
  4581. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  4582. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  4583. "dev": true,
  4584. "license": "MIT",
  4585. "peerDependencies": {
  4586. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4587. }
  4588. },
  4589. "node_modules/address": {
  4590. "version": "1.2.2",
  4591. "resolved": "https://registry.npmmirror.com/address/-/address-1.2.2.tgz",
  4592. "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
  4593. "license": "MIT",
  4594. "engines": {
  4595. "node": ">= 10.0.0"
  4596. }
  4597. },
  4598. "node_modules/adler-32": {
  4599. "version": "1.3.1",
  4600. "resolved": "https://registry.npmmirror.com/adler-32/-/adler-32-1.3.1.tgz",
  4601. "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==",
  4602. "license": "Apache-2.0",
  4603. "engines": {
  4604. "node": ">=0.8"
  4605. }
  4606. },
  4607. "node_modules/agentkeepalive": {
  4608. "version": "3.5.3",
  4609. "resolved": "https://registry.npmmirror.com/agentkeepalive/-/agentkeepalive-3.5.3.tgz",
  4610. "integrity": "sha512-yqXL+k5rr8+ZRpOAntkaaRgWgE5o8ESAj5DyRmVTCSoZxXmqemb9Dd7T4i5UzwuERdLAJUy6XzR9zFVuf0kzkw==",
  4611. "license": "MIT",
  4612. "dependencies": {
  4613. "humanize-ms": "^1.2.1"
  4614. },
  4615. "engines": {
  4616. "node": ">= 4.0.0"
  4617. }
  4618. },
  4619. "node_modules/ajv": {
  4620. "version": "6.12.6",
  4621. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  4622. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  4623. "license": "MIT",
  4624. "dependencies": {
  4625. "fast-deep-equal": "^3.1.1",
  4626. "fast-json-stable-stringify": "^2.0.0",
  4627. "json-schema-traverse": "^0.4.1",
  4628. "uri-js": "^4.2.2"
  4629. },
  4630. "funding": {
  4631. "type": "github",
  4632. "url": "https://github.com/sponsors/epoberezkin"
  4633. }
  4634. },
  4635. "node_modules/ali-oss": {
  4636. "version": "6.21.0",
  4637. "resolved": "https://registry.npmmirror.com/ali-oss/-/ali-oss-6.21.0.tgz",
  4638. "integrity": "sha512-dRvKWO/GJEa6dlsCnvmgHIbU5+yE/SmZsE4kZRGNU7Uotr9uIkQWGqv4szLTxRSxWv3YgL+BZgt+swIgitYGjA==",
  4639. "license": "MIT",
  4640. "dependencies": {
  4641. "address": "^1.2.2",
  4642. "agentkeepalive": "^3.4.1",
  4643. "bowser": "^1.6.0",
  4644. "copy-to": "^2.0.1",
  4645. "dateformat": "^2.0.0",
  4646. "debug": "^4.3.4",
  4647. "destroy": "^1.0.4",
  4648. "end-or-error": "^1.0.1",
  4649. "get-ready": "^1.0.0",
  4650. "humanize-ms": "^1.2.0",
  4651. "is-type-of": "^1.4.0",
  4652. "js-base64": "^2.5.2",
  4653. "jstoxml": "^2.0.0",
  4654. "lodash": "^4.17.21",
  4655. "merge-descriptors": "^1.0.1",
  4656. "mime": "^2.4.5",
  4657. "platform": "^1.3.1",
  4658. "pump": "^3.0.0",
  4659. "qs": "^6.4.0",
  4660. "sdk-base": "^2.0.1",
  4661. "stream-http": "2.8.2",
  4662. "stream-wormhole": "^1.0.4",
  4663. "urllib": "^2.44.0",
  4664. "utility": "^1.18.0",
  4665. "xml2js": "^0.6.2"
  4666. },
  4667. "engines": {
  4668. "node": ">=8"
  4669. }
  4670. },
  4671. "node_modules/ali-oss/node_modules/bowser": {
  4672. "version": "1.9.4",
  4673. "resolved": "https://registry.npmmirror.com/bowser/-/bowser-1.9.4.tgz",
  4674. "integrity": "sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ==",
  4675. "license": "MIT"
  4676. },
  4677. "node_modules/ansi-regex": {
  4678. "version": "5.0.1",
  4679. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4680. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4681. "license": "MIT",
  4682. "engines": {
  4683. "node": ">=8"
  4684. }
  4685. },
  4686. "node_modules/ansi-styles": {
  4687. "version": "3.2.1",
  4688. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
  4689. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  4690. "license": "MIT",
  4691. "dependencies": {
  4692. "color-convert": "^1.9.0"
  4693. },
  4694. "engines": {
  4695. "node": ">=4"
  4696. }
  4697. },
  4698. "node_modules/any-promise": {
  4699. "version": "1.3.0",
  4700. "resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz",
  4701. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  4702. "license": "MIT"
  4703. },
  4704. "node_modules/anymatch": {
  4705. "version": "3.1.3",
  4706. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  4707. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  4708. "license": "ISC",
  4709. "dependencies": {
  4710. "normalize-path": "^3.0.0",
  4711. "picomatch": "^2.0.4"
  4712. },
  4713. "engines": {
  4714. "node": ">= 8"
  4715. }
  4716. },
  4717. "node_modules/arg": {
  4718. "version": "5.0.2",
  4719. "resolved": "https://registry.npmmirror.com/arg/-/arg-5.0.2.tgz",
  4720. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  4721. "license": "MIT"
  4722. },
  4723. "node_modules/argparse": {
  4724. "version": "2.0.1",
  4725. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  4726. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  4727. "dev": true,
  4728. "license": "Python-2.0"
  4729. },
  4730. "node_modules/array-union": {
  4731. "version": "2.1.0",
  4732. "resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz",
  4733. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  4734. "dev": true,
  4735. "license": "MIT",
  4736. "engines": {
  4737. "node": ">=8"
  4738. }
  4739. },
  4740. "node_modules/async-validator": {
  4741. "version": "4.2.5",
  4742. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  4743. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  4744. "license": "MIT"
  4745. },
  4746. "node_modules/asynckit": {
  4747. "version": "0.4.0",
  4748. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  4749. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  4750. "license": "MIT"
  4751. },
  4752. "node_modules/autoprefixer": {
  4753. "version": "10.4.20",
  4754. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.20.tgz",
  4755. "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
  4756. "funding": [
  4757. {
  4758. "type": "opencollective",
  4759. "url": "https://opencollective.com/postcss/"
  4760. },
  4761. {
  4762. "type": "tidelift",
  4763. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  4764. },
  4765. {
  4766. "type": "github",
  4767. "url": "https://github.com/sponsors/ai"
  4768. }
  4769. ],
  4770. "license": "MIT",
  4771. "dependencies": {
  4772. "browserslist": "^4.23.3",
  4773. "caniuse-lite": "^1.0.30001646",
  4774. "fraction.js": "^4.3.7",
  4775. "normalize-range": "^0.1.2",
  4776. "picocolors": "^1.0.1",
  4777. "postcss-value-parser": "^4.2.0"
  4778. },
  4779. "bin": {
  4780. "autoprefixer": "bin/autoprefixer"
  4781. },
  4782. "engines": {
  4783. "node": "^10 || ^12 || >=14"
  4784. },
  4785. "peerDependencies": {
  4786. "postcss": "^8.1.0"
  4787. }
  4788. },
  4789. "node_modules/aws-crt": {
  4790. "version": "1.22.0",
  4791. "resolved": "https://registry.npmmirror.com/aws-crt/-/aws-crt-1.22.0.tgz",
  4792. "integrity": "sha512-gLyn73oBmJt/bpLHaQLbl8GNYNbKs+AcdIok8jeMFa9CwL3mcaLCrFzZu4KYacbcHRONJeGa2qYXwDT3EyQ1jw==",
  4793. "hasInstallScript": true,
  4794. "license": "Apache-2.0",
  4795. "dependencies": {
  4796. "@aws-sdk/util-utf8-browser": "^3.259.0",
  4797. "@httptoolkit/websocket-stream": "^6.0.1",
  4798. "axios": "^1.7.4",
  4799. "buffer": "^6.0.3",
  4800. "crypto-js": "^4.2.0",
  4801. "mqtt": "^5.9.1",
  4802. "process": "^0.11.10"
  4803. }
  4804. },
  4805. "node_modules/axios": {
  4806. "version": "1.7.7",
  4807. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.7.7.tgz",
  4808. "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
  4809. "license": "MIT",
  4810. "dependencies": {
  4811. "follow-redirects": "^1.15.6",
  4812. "form-data": "^4.0.0",
  4813. "proxy-from-env": "^1.1.0"
  4814. }
  4815. },
  4816. "node_modules/balanced-match": {
  4817. "version": "1.0.2",
  4818. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  4819. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  4820. "license": "MIT"
  4821. },
  4822. "node_modules/base64-js": {
  4823. "version": "1.5.1",
  4824. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  4825. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  4826. "funding": [
  4827. {
  4828. "type": "github",
  4829. "url": "https://github.com/sponsors/feross"
  4830. },
  4831. {
  4832. "type": "patreon",
  4833. "url": "https://www.patreon.com/feross"
  4834. },
  4835. {
  4836. "type": "consulting",
  4837. "url": "https://feross.org/support"
  4838. }
  4839. ],
  4840. "license": "MIT"
  4841. },
  4842. "node_modules/batch-processor": {
  4843. "version": "1.0.0",
  4844. "resolved": "https://registry.npmmirror.com/batch-processor/-/batch-processor-1.0.0.tgz",
  4845. "integrity": "sha512-xoLQD8gmmR32MeuBHgH0Tzd5PuSZx71ZsbhVxOCRbgktZEPe4SQy7s9Z50uPp0F/f7iw2XmkHN2xkgbMfckMDA==",
  4846. "license": "MIT"
  4847. },
  4848. "node_modules/binary-extensions": {
  4849. "version": "2.3.0",
  4850. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
  4851. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  4852. "license": "MIT",
  4853. "engines": {
  4854. "node": ">=8"
  4855. },
  4856. "funding": {
  4857. "url": "https://github.com/sponsors/sindresorhus"
  4858. }
  4859. },
  4860. "node_modules/bl": {
  4861. "version": "6.0.16",
  4862. "resolved": "https://registry.npmmirror.com/bl/-/bl-6.0.16.tgz",
  4863. "integrity": "sha512-V/kz+z2Mx5/6qDfRCilmrukUXcXuCoXKg3/3hDvzKKoSUx8CJKudfIoT29XZc3UE9xBvxs5qictiHdprwtteEg==",
  4864. "license": "MIT",
  4865. "dependencies": {
  4866. "@types/readable-stream": "^4.0.0",
  4867. "buffer": "^6.0.3",
  4868. "inherits": "^2.0.4",
  4869. "readable-stream": "^4.2.0"
  4870. }
  4871. },
  4872. "node_modules/bl/node_modules/readable-stream": {
  4873. "version": "4.5.2",
  4874. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-4.5.2.tgz",
  4875. "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
  4876. "license": "MIT",
  4877. "dependencies": {
  4878. "abort-controller": "^3.0.0",
  4879. "buffer": "^6.0.3",
  4880. "events": "^3.3.0",
  4881. "process": "^0.11.10",
  4882. "string_decoder": "^1.3.0"
  4883. },
  4884. "engines": {
  4885. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4886. }
  4887. },
  4888. "node_modules/bl/node_modules/string_decoder": {
  4889. "version": "1.3.0",
  4890. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
  4891. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  4892. "license": "MIT",
  4893. "dependencies": {
  4894. "safe-buffer": "~5.2.0"
  4895. }
  4896. },
  4897. "node_modules/boolbase": {
  4898. "version": "1.0.0",
  4899. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  4900. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  4901. "dev": true,
  4902. "license": "ISC"
  4903. },
  4904. "node_modules/bowser": {
  4905. "version": "2.11.0",
  4906. "resolved": "https://registry.npmmirror.com/bowser/-/bowser-2.11.0.tgz",
  4907. "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==",
  4908. "license": "MIT"
  4909. },
  4910. "node_modules/brace-expansion": {
  4911. "version": "1.1.11",
  4912. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  4913. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  4914. "dev": true,
  4915. "license": "MIT",
  4916. "dependencies": {
  4917. "balanced-match": "^1.0.0",
  4918. "concat-map": "0.0.1"
  4919. }
  4920. },
  4921. "node_modules/braces": {
  4922. "version": "3.0.3",
  4923. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  4924. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  4925. "license": "MIT",
  4926. "dependencies": {
  4927. "fill-range": "^7.1.1"
  4928. },
  4929. "engines": {
  4930. "node": ">=8"
  4931. }
  4932. },
  4933. "node_modules/browserslist": {
  4934. "version": "4.24.0",
  4935. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.0.tgz",
  4936. "integrity": "sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==",
  4937. "funding": [
  4938. {
  4939. "type": "opencollective",
  4940. "url": "https://opencollective.com/browserslist"
  4941. },
  4942. {
  4943. "type": "tidelift",
  4944. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4945. },
  4946. {
  4947. "type": "github",
  4948. "url": "https://github.com/sponsors/ai"
  4949. }
  4950. ],
  4951. "license": "MIT",
  4952. "dependencies": {
  4953. "caniuse-lite": "^1.0.30001663",
  4954. "electron-to-chromium": "^1.5.28",
  4955. "node-releases": "^2.0.18",
  4956. "update-browserslist-db": "^1.1.0"
  4957. },
  4958. "bin": {
  4959. "browserslist": "cli.js"
  4960. },
  4961. "engines": {
  4962. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  4963. }
  4964. },
  4965. "node_modules/buffer": {
  4966. "version": "6.0.3",
  4967. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz",
  4968. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  4969. "funding": [
  4970. {
  4971. "type": "github",
  4972. "url": "https://github.com/sponsors/feross"
  4973. },
  4974. {
  4975. "type": "patreon",
  4976. "url": "https://www.patreon.com/feross"
  4977. },
  4978. {
  4979. "type": "consulting",
  4980. "url": "https://feross.org/support"
  4981. }
  4982. ],
  4983. "license": "MIT",
  4984. "dependencies": {
  4985. "base64-js": "^1.3.1",
  4986. "ieee754": "^1.2.1"
  4987. }
  4988. },
  4989. "node_modules/buffer-from": {
  4990. "version": "1.1.2",
  4991. "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
  4992. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  4993. "license": "MIT"
  4994. },
  4995. "node_modules/builtin-status-codes": {
  4996. "version": "3.0.0",
  4997. "resolved": "https://registry.npmmirror.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
  4998. "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==",
  4999. "license": "MIT"
  5000. },
  5001. "node_modules/call-bind": {
  5002. "version": "1.0.7",
  5003. "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.7.tgz",
  5004. "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
  5005. "license": "MIT",
  5006. "dependencies": {
  5007. "es-define-property": "^1.0.0",
  5008. "es-errors": "^1.3.0",
  5009. "function-bind": "^1.1.2",
  5010. "get-intrinsic": "^1.2.4",
  5011. "set-function-length": "^1.2.1"
  5012. },
  5013. "engines": {
  5014. "node": ">= 0.4"
  5015. },
  5016. "funding": {
  5017. "url": "https://github.com/sponsors/ljharb"
  5018. }
  5019. },
  5020. "node_modules/callsites": {
  5021. "version": "3.1.0",
  5022. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  5023. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  5024. "dev": true,
  5025. "license": "MIT",
  5026. "engines": {
  5027. "node": ">=6"
  5028. }
  5029. },
  5030. "node_modules/camelcase-css": {
  5031. "version": "2.0.1",
  5032. "resolved": "https://registry.npmmirror.com/camelcase-css/-/camelcase-css-2.0.1.tgz",
  5033. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  5034. "license": "MIT",
  5035. "engines": {
  5036. "node": ">= 6"
  5037. }
  5038. },
  5039. "node_modules/caniuse-lite": {
  5040. "version": "1.0.30001669",
  5041. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001669.tgz",
  5042. "integrity": "sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==",
  5043. "funding": [
  5044. {
  5045. "type": "opencollective",
  5046. "url": "https://opencollective.com/browserslist"
  5047. },
  5048. {
  5049. "type": "tidelift",
  5050. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  5051. },
  5052. {
  5053. "type": "github",
  5054. "url": "https://github.com/sponsors/ai"
  5055. }
  5056. ],
  5057. "license": "CC-BY-4.0"
  5058. },
  5059. "node_modules/cfb": {
  5060. "version": "1.2.2",
  5061. "resolved": "https://registry.npmmirror.com/cfb/-/cfb-1.2.2.tgz",
  5062. "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==",
  5063. "license": "Apache-2.0",
  5064. "dependencies": {
  5065. "adler-32": "~1.3.0",
  5066. "crc-32": "~1.2.0"
  5067. },
  5068. "engines": {
  5069. "node": ">=0.8"
  5070. }
  5071. },
  5072. "node_modules/chalk": {
  5073. "version": "2.4.2",
  5074. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz",
  5075. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  5076. "license": "MIT",
  5077. "dependencies": {
  5078. "ansi-styles": "^3.2.1",
  5079. "escape-string-regexp": "^1.0.5",
  5080. "supports-color": "^5.3.0"
  5081. },
  5082. "engines": {
  5083. "node": ">=4"
  5084. }
  5085. },
  5086. "node_modules/chokidar": {
  5087. "version": "4.0.1",
  5088. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.1.tgz",
  5089. "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==",
  5090. "devOptional": true,
  5091. "license": "MIT",
  5092. "dependencies": {
  5093. "readdirp": "^4.0.1"
  5094. },
  5095. "engines": {
  5096. "node": ">= 14.16.0"
  5097. },
  5098. "funding": {
  5099. "url": "https://paulmillr.com/funding/"
  5100. }
  5101. },
  5102. "node_modules/claygl": {
  5103. "version": "1.3.0",
  5104. "resolved": "https://registry.npmmirror.com/claygl/-/claygl-1.3.0.tgz",
  5105. "integrity": "sha512-+gGtJjT6SSHD2l2yC3MCubW/sCV40tZuSs5opdtn79vFSGUgp/lH139RNEQ6Jy078/L0aV8odCw8RSrUcMfLaQ=="
  5106. },
  5107. "node_modules/clipboard": {
  5108. "version": "2.0.11",
  5109. "resolved": "https://registry.npmmirror.com/clipboard/-/clipboard-2.0.11.tgz",
  5110. "integrity": "sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==",
  5111. "license": "MIT",
  5112. "dependencies": {
  5113. "good-listener": "^1.2.2",
  5114. "select": "^1.1.2",
  5115. "tiny-emitter": "^2.0.0"
  5116. }
  5117. },
  5118. "node_modules/clone": {
  5119. "version": "2.1.2",
  5120. "resolved": "https://registry.npmmirror.com/clone/-/clone-2.1.2.tgz",
  5121. "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
  5122. "license": "MIT",
  5123. "engines": {
  5124. "node": ">=0.8"
  5125. }
  5126. },
  5127. "node_modules/codepage": {
  5128. "version": "1.15.0",
  5129. "resolved": "https://registry.npmmirror.com/codepage/-/codepage-1.15.0.tgz",
  5130. "integrity": "sha512-3g6NUTPd/YtuuGrhMnOMRjFc+LJw/bnMp3+0r/Wcz3IXUuCosKRJvMphm5+Q+bvTVGcJJuRvVLuYba+WojaFaA==",
  5131. "license": "Apache-2.0",
  5132. "engines": {
  5133. "node": ">=0.8"
  5134. }
  5135. },
  5136. "node_modules/color-convert": {
  5137. "version": "1.9.3",
  5138. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz",
  5139. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  5140. "license": "MIT",
  5141. "dependencies": {
  5142. "color-name": "1.1.3"
  5143. }
  5144. },
  5145. "node_modules/color-name": {
  5146. "version": "1.1.3",
  5147. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz",
  5148. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
  5149. "license": "MIT"
  5150. },
  5151. "node_modules/combined-stream": {
  5152. "version": "1.0.8",
  5153. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  5154. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  5155. "license": "MIT",
  5156. "dependencies": {
  5157. "delayed-stream": "~1.0.0"
  5158. },
  5159. "engines": {
  5160. "node": ">= 0.8"
  5161. }
  5162. },
  5163. "node_modules/commander": {
  5164. "version": "4.1.1",
  5165. "resolved": "https://registry.npmmirror.com/commander/-/commander-4.1.1.tgz",
  5166. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  5167. "license": "MIT",
  5168. "engines": {
  5169. "node": ">= 6"
  5170. }
  5171. },
  5172. "node_modules/commist": {
  5173. "version": "3.2.0",
  5174. "resolved": "https://registry.npmmirror.com/commist/-/commist-3.2.0.tgz",
  5175. "integrity": "sha512-4PIMoPniho+LqXmpS5d3NuGYncG6XWlkBSVGiWycL22dd42OYdUGil2CWuzklaJoNxyxUSpO4MKIBU94viWNAw==",
  5176. "license": "MIT"
  5177. },
  5178. "node_modules/compute-scroll-into-view": {
  5179. "version": "1.0.20",
  5180. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
  5181. "integrity": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==",
  5182. "license": "MIT"
  5183. },
  5184. "node_modules/concat-map": {
  5185. "version": "0.0.1",
  5186. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  5187. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  5188. "dev": true,
  5189. "license": "MIT"
  5190. },
  5191. "node_modules/concat-stream": {
  5192. "version": "2.0.0",
  5193. "resolved": "https://registry.npmmirror.com/concat-stream/-/concat-stream-2.0.0.tgz",
  5194. "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==",
  5195. "engines": [
  5196. "node >= 6.0"
  5197. ],
  5198. "license": "MIT",
  5199. "dependencies": {
  5200. "buffer-from": "^1.0.0",
  5201. "inherits": "^2.0.3",
  5202. "readable-stream": "^3.0.2",
  5203. "typedarray": "^0.0.6"
  5204. }
  5205. },
  5206. "node_modules/concat-stream/node_modules/readable-stream": {
  5207. "version": "3.6.2",
  5208. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
  5209. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  5210. "license": "MIT",
  5211. "dependencies": {
  5212. "inherits": "^2.0.3",
  5213. "string_decoder": "^1.1.1",
  5214. "util-deprecate": "^1.0.1"
  5215. },
  5216. "engines": {
  5217. "node": ">= 6"
  5218. }
  5219. },
  5220. "node_modules/confbox": {
  5221. "version": "0.1.8",
  5222. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  5223. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  5224. "dev": true,
  5225. "license": "MIT"
  5226. },
  5227. "node_modules/content-type": {
  5228. "version": "1.0.5",
  5229. "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
  5230. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  5231. "license": "MIT",
  5232. "engines": {
  5233. "node": ">= 0.6"
  5234. }
  5235. },
  5236. "node_modules/convert-source-map": {
  5237. "version": "2.0.0",
  5238. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  5239. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  5240. "license": "MIT"
  5241. },
  5242. "node_modules/copy-to": {
  5243. "version": "2.0.1",
  5244. "resolved": "https://registry.npmmirror.com/copy-to/-/copy-to-2.0.1.tgz",
  5245. "integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==",
  5246. "license": "MIT"
  5247. },
  5248. "node_modules/core-js": {
  5249. "version": "2.6.12",
  5250. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-2.6.12.tgz",
  5251. "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
  5252. "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
  5253. "hasInstallScript": true,
  5254. "license": "MIT"
  5255. },
  5256. "node_modules/core-util-is": {
  5257. "version": "1.0.3",
  5258. "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
  5259. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  5260. "license": "MIT"
  5261. },
  5262. "node_modules/cos-js-sdk-v5": {
  5263. "version": "1.8.6",
  5264. "resolved": "https://registry.npmmirror.com/cos-js-sdk-v5/-/cos-js-sdk-v5-1.8.6.tgz",
  5265. "integrity": "sha512-FCygXb5cNQhlwmsGf5B5WnqFsx+cQiPW+I4SWjVg08IaSA+1Uu8VqpP+FI7+LIA9PoC3GpX6ehgV0olsfEnoHg==",
  5266. "license": "ISC",
  5267. "dependencies": {
  5268. "fast-xml-parser": "^4.4.0"
  5269. }
  5270. },
  5271. "node_modules/countup.js": {
  5272. "version": "2.8.0",
  5273. "resolved": "https://registry.npmmirror.com/countup.js/-/countup.js-2.8.0.tgz",
  5274. "integrity": "sha512-f7xEhX0awl4NOElHulrl4XRfKoNH3rB+qfNSZZyjSZhaAoUk6elvhH+MNxMmlmuUJ2/QNTWPSA7U4mNtIAKljQ==",
  5275. "license": "MIT"
  5276. },
  5277. "node_modules/crc-32": {
  5278. "version": "1.2.2",
  5279. "resolved": "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz",
  5280. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  5281. "license": "Apache-2.0",
  5282. "bin": {
  5283. "crc32": "bin/crc32.njs"
  5284. },
  5285. "engines": {
  5286. "node": ">=0.8"
  5287. }
  5288. },
  5289. "node_modules/cropperjs": {
  5290. "version": "1.6.2",
  5291. "resolved": "https://registry.npmmirror.com/cropperjs/-/cropperjs-1.6.2.tgz",
  5292. "integrity": "sha512-nhymn9GdnV3CqiEHJVai54TULFAE3VshJTXSqSJKa8yXAKyBKDWdhHarnlIPrshJ0WMFTGuFvG02YjLXfPiuOA==",
  5293. "license": "MIT"
  5294. },
  5295. "node_modules/cross-spawn": {
  5296. "version": "7.0.3",
  5297. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz",
  5298. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  5299. "license": "MIT",
  5300. "dependencies": {
  5301. "path-key": "^3.1.0",
  5302. "shebang-command": "^2.0.0",
  5303. "which": "^2.0.1"
  5304. },
  5305. "engines": {
  5306. "node": ">= 8"
  5307. }
  5308. },
  5309. "node_modules/crypto-js": {
  5310. "version": "4.2.0",
  5311. "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.2.0.tgz",
  5312. "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
  5313. "license": "MIT"
  5314. },
  5315. "node_modules/cssesc": {
  5316. "version": "3.0.0",
  5317. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  5318. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  5319. "license": "MIT",
  5320. "bin": {
  5321. "cssesc": "bin/cssesc"
  5322. },
  5323. "engines": {
  5324. "node": ">=4"
  5325. }
  5326. },
  5327. "node_modules/csstype": {
  5328. "version": "3.1.3",
  5329. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  5330. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  5331. "license": "MIT"
  5332. },
  5333. "node_modules/d": {
  5334. "version": "1.0.2",
  5335. "resolved": "https://registry.npmmirror.com/d/-/d-1.0.2.tgz",
  5336. "integrity": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==",
  5337. "license": "ISC",
  5338. "dependencies": {
  5339. "es5-ext": "^0.10.64",
  5340. "type": "^2.7.2"
  5341. },
  5342. "engines": {
  5343. "node": ">=0.12"
  5344. }
  5345. },
  5346. "node_modules/dateformat": {
  5347. "version": "2.2.0",
  5348. "resolved": "https://registry.npmmirror.com/dateformat/-/dateformat-2.2.0.tgz",
  5349. "integrity": "sha512-GODcnWq3YGoTnygPfi02ygEiRxqUxpJwuRHjdhJYuxpcZmDq4rjBiXYmbCCzStxo176ixfLT6i4NPwQooRySnw==",
  5350. "license": "MIT",
  5351. "engines": {
  5352. "node": "*"
  5353. }
  5354. },
  5355. "node_modules/dayjs": {
  5356. "version": "1.11.13",
  5357. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  5358. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  5359. "license": "MIT"
  5360. },
  5361. "node_modules/debounce": {
  5362. "version": "1.2.1",
  5363. "resolved": "https://registry.npmmirror.com/debounce/-/debounce-1.2.1.tgz",
  5364. "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==",
  5365. "license": "MIT"
  5366. },
  5367. "node_modules/debug": {
  5368. "version": "4.3.7",
  5369. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.7.tgz",
  5370. "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
  5371. "license": "MIT",
  5372. "dependencies": {
  5373. "ms": "^2.1.3"
  5374. },
  5375. "engines": {
  5376. "node": ">=6.0"
  5377. },
  5378. "peerDependenciesMeta": {
  5379. "supports-color": {
  5380. "optional": true
  5381. }
  5382. }
  5383. },
  5384. "node_modules/deep-equal": {
  5385. "version": "1.1.2",
  5386. "resolved": "https://registry.npmmirror.com/deep-equal/-/deep-equal-1.1.2.tgz",
  5387. "integrity": "sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg==",
  5388. "license": "MIT",
  5389. "dependencies": {
  5390. "is-arguments": "^1.1.1",
  5391. "is-date-object": "^1.0.5",
  5392. "is-regex": "^1.1.4",
  5393. "object-is": "^1.1.5",
  5394. "object-keys": "^1.1.1",
  5395. "regexp.prototype.flags": "^1.5.1"
  5396. },
  5397. "engines": {
  5398. "node": ">= 0.4"
  5399. },
  5400. "funding": {
  5401. "url": "https://github.com/sponsors/ljharb"
  5402. }
  5403. },
  5404. "node_modules/deep-is": {
  5405. "version": "0.1.4",
  5406. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  5407. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  5408. "dev": true,
  5409. "license": "MIT"
  5410. },
  5411. "node_modules/default-user-agent": {
  5412. "version": "1.0.0",
  5413. "resolved": "https://registry.npmmirror.com/default-user-agent/-/default-user-agent-1.0.0.tgz",
  5414. "integrity": "sha512-bDF7bg6OSNcSwFWPu4zYKpVkJZQYVrAANMYB8bc9Szem1D0yKdm4sa/rOCs2aC9+2GMqQ7KnwtZRvDhmLF0dXw==",
  5415. "license": "MIT",
  5416. "dependencies": {
  5417. "os-name": "~1.0.3"
  5418. },
  5419. "engines": {
  5420. "node": ">= 0.10.0"
  5421. }
  5422. },
  5423. "node_modules/define-data-property": {
  5424. "version": "1.1.4",
  5425. "resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz",
  5426. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  5427. "license": "MIT",
  5428. "dependencies": {
  5429. "es-define-property": "^1.0.0",
  5430. "es-errors": "^1.3.0",
  5431. "gopd": "^1.0.1"
  5432. },
  5433. "engines": {
  5434. "node": ">= 0.4"
  5435. },
  5436. "funding": {
  5437. "url": "https://github.com/sponsors/ljharb"
  5438. }
  5439. },
  5440. "node_modules/define-properties": {
  5441. "version": "1.2.1",
  5442. "resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.2.1.tgz",
  5443. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  5444. "license": "MIT",
  5445. "dependencies": {
  5446. "define-data-property": "^1.0.1",
  5447. "has-property-descriptors": "^1.0.0",
  5448. "object-keys": "^1.1.1"
  5449. },
  5450. "engines": {
  5451. "node": ">= 0.4"
  5452. },
  5453. "funding": {
  5454. "url": "https://github.com/sponsors/ljharb"
  5455. }
  5456. },
  5457. "node_modules/delayed-stream": {
  5458. "version": "1.0.0",
  5459. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  5460. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  5461. "license": "MIT",
  5462. "engines": {
  5463. "node": ">=0.4.0"
  5464. }
  5465. },
  5466. "node_modules/delegate": {
  5467. "version": "3.2.0",
  5468. "resolved": "https://registry.npmmirror.com/delegate/-/delegate-3.2.0.tgz",
  5469. "integrity": "sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==",
  5470. "license": "MIT"
  5471. },
  5472. "node_modules/destroy": {
  5473. "version": "1.2.0",
  5474. "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  5475. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  5476. "license": "MIT",
  5477. "engines": {
  5478. "node": ">= 0.8",
  5479. "npm": "1.2.8000 || >= 1.4.16"
  5480. }
  5481. },
  5482. "node_modules/detect-libc": {
  5483. "version": "1.0.3",
  5484. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  5485. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  5486. "devOptional": true,
  5487. "license": "Apache-2.0",
  5488. "bin": {
  5489. "detect-libc": "bin/detect-libc.js"
  5490. },
  5491. "engines": {
  5492. "node": ">=0.10"
  5493. }
  5494. },
  5495. "node_modules/didyoumean": {
  5496. "version": "1.2.2",
  5497. "resolved": "https://registry.npmmirror.com/didyoumean/-/didyoumean-1.2.2.tgz",
  5498. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
  5499. "license": "Apache-2.0"
  5500. },
  5501. "node_modules/digest-header": {
  5502. "version": "1.1.0",
  5503. "resolved": "https://registry.npmmirror.com/digest-header/-/digest-header-1.1.0.tgz",
  5504. "integrity": "sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg==",
  5505. "license": "MIT",
  5506. "engines": {
  5507. "node": ">= 8.0.0"
  5508. }
  5509. },
  5510. "node_modules/dir-glob": {
  5511. "version": "3.0.1",
  5512. "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz",
  5513. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  5514. "dev": true,
  5515. "license": "MIT",
  5516. "dependencies": {
  5517. "path-type": "^4.0.0"
  5518. },
  5519. "engines": {
  5520. "node": ">=8"
  5521. }
  5522. },
  5523. "node_modules/dlv": {
  5524. "version": "1.1.3",
  5525. "resolved": "https://registry.npmmirror.com/dlv/-/dlv-1.1.3.tgz",
  5526. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
  5527. "license": "MIT"
  5528. },
  5529. "node_modules/doctrine": {
  5530. "version": "3.0.0",
  5531. "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz",
  5532. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  5533. "dev": true,
  5534. "license": "Apache-2.0",
  5535. "dependencies": {
  5536. "esutils": "^2.0.2"
  5537. },
  5538. "engines": {
  5539. "node": ">=6.0.0"
  5540. }
  5541. },
  5542. "node_modules/dom-zindex": {
  5543. "version": "1.0.6",
  5544. "resolved": "https://registry.npmmirror.com/dom-zindex/-/dom-zindex-1.0.6.tgz",
  5545. "integrity": "sha512-FKWIhiU96bi3xpP9ewRMgANsoVmMUBnMnmpCT6dPMZOunVYJQmJhSRruoI0XSPoHeIif3kyEuiHbFrOJwEJaEA==",
  5546. "license": "MIT"
  5547. },
  5548. "node_modules/dom7": {
  5549. "version": "3.0.0",
  5550. "resolved": "https://registry.npmmirror.com/dom7/-/dom7-3.0.0.tgz",
  5551. "integrity": "sha512-oNlcUdHsC4zb7Msx7JN3K0Nro1dzJ48knvBOnDPKJ2GV9wl1i5vydJZUSyOfrkKFDZEud/jBsTk92S/VGSAe/g==",
  5552. "license": "MIT",
  5553. "dependencies": {
  5554. "ssr-window": "^3.0.0-alpha.1"
  5555. }
  5556. },
  5557. "node_modules/duplexify": {
  5558. "version": "3.7.1",
  5559. "resolved": "https://registry.npmmirror.com/duplexify/-/duplexify-3.7.1.tgz",
  5560. "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==",
  5561. "license": "MIT",
  5562. "dependencies": {
  5563. "end-of-stream": "^1.0.0",
  5564. "inherits": "^2.0.1",
  5565. "readable-stream": "^2.0.0",
  5566. "stream-shift": "^1.0.0"
  5567. }
  5568. },
  5569. "node_modules/e-icon-picker": {
  5570. "version": "2.1.1",
  5571. "resolved": "https://registry.npmmirror.com/e-icon-picker/-/e-icon-picker-2.1.1.tgz",
  5572. "integrity": "sha512-oj+gDuqDEQErbZctBX+DW8IcB0AYvHUJYo7/TcMPpiToITwOPcDRZYbVILb+M+j446YqG71Kkon4y1Y4BkGDww==",
  5573. "license": "MIT",
  5574. "dependencies": {
  5575. "@popperjs/core": "^2.11.6",
  5576. "@vue/shared": "^3.2.45",
  5577. "@vueuse/core": "^9.9.0",
  5578. "debounce": "^1.2.1",
  5579. "vue": "^3.2.45"
  5580. },
  5581. "peerDependencies": {
  5582. "vue": "^3.2.0"
  5583. }
  5584. },
  5585. "node_modules/eastasianwidth": {
  5586. "version": "0.2.0",
  5587. "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  5588. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  5589. "license": "MIT"
  5590. },
  5591. "node_modules/echarts": {
  5592. "version": "5.5.1",
  5593. "resolved": "https://registry.npmmirror.com/echarts/-/echarts-5.5.1.tgz",
  5594. "integrity": "sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==",
  5595. "license": "Apache-2.0",
  5596. "dependencies": {
  5597. "tslib": "2.3.0",
  5598. "zrender": "5.6.0"
  5599. }
  5600. },
  5601. "node_modules/echarts-gl": {
  5602. "version": "2.0.9",
  5603. "resolved": "https://registry.npmmirror.com/echarts-gl/-/echarts-gl-2.0.9.tgz",
  5604. "integrity": "sha512-oKeMdkkkpJGWOzjgZUsF41DOh6cMsyrGGXimbjK2l6Xeq/dBQu4ShG2w2Dzrs/1bD27b2pLTGSaUzouY191gzA==",
  5605. "dependencies": {
  5606. "claygl": "^1.2.1",
  5607. "zrender": "^5.1.1"
  5608. },
  5609. "peerDependencies": {
  5610. "echarts": "^5.1.2"
  5611. }
  5612. },
  5613. "node_modules/echarts-wordcloud": {
  5614. "version": "2.1.0",
  5615. "resolved": "https://registry.npmmirror.com/echarts-wordcloud/-/echarts-wordcloud-2.1.0.tgz",
  5616. "integrity": "sha512-Kt1JmbcROgb+3IMI48KZECK2AP5lG6bSsOEs+AsuwaWJxQom31RTNd6NFYI01E/YaI1PFZeueaupjlmzSQasjQ==",
  5617. "license": "ISC",
  5618. "peerDependencies": {
  5619. "echarts": "^5.0.1"
  5620. }
  5621. },
  5622. "node_modules/echarts/node_modules/tslib": {
  5623. "version": "2.3.0",
  5624. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
  5625. "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
  5626. "license": "0BSD"
  5627. },
  5628. "node_modules/ee-first": {
  5629. "version": "1.1.1",
  5630. "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
  5631. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  5632. "license": "MIT"
  5633. },
  5634. "node_modules/electron-to-chromium": {
  5635. "version": "1.5.40",
  5636. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.40.tgz",
  5637. "integrity": "sha512-LYm78o6if4zTasnYclgQzxEcgMoIcybWOhkATWepN95uwVVWV0/IW10v+2sIeHE+bIYWipLneTftVyQm45UY7g==",
  5638. "license": "ISC"
  5639. },
  5640. "node_modules/element-plus": {
  5641. "version": "2.8.5",
  5642. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.8.5.tgz",
  5643. "integrity": "sha512-Px+kPbRTVvn5oa5+9saa7QEOnUweKXm0JVI7yJHzKF/doQGixwcFMsQEF2+3Fy62EA/7dRRKVuhsNGGZYNk3cw==",
  5644. "license": "MIT",
  5645. "dependencies": {
  5646. "@ctrl/tinycolor": "^3.4.1",
  5647. "@element-plus/icons-vue": "^2.3.1",
  5648. "@floating-ui/dom": "^1.0.1",
  5649. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  5650. "@types/lodash": "^4.14.182",
  5651. "@types/lodash-es": "^4.17.6",
  5652. "@vueuse/core": "^9.1.0",
  5653. "async-validator": "^4.2.5",
  5654. "dayjs": "^1.11.3",
  5655. "escape-html": "^1.0.3",
  5656. "lodash": "^4.17.21",
  5657. "lodash-es": "^4.17.21",
  5658. "lodash-unified": "^1.0.2",
  5659. "memoize-one": "^6.0.0",
  5660. "normalize-wheel-es": "^1.2.0"
  5661. },
  5662. "peerDependencies": {
  5663. "vue": "^3.2.0"
  5664. }
  5665. },
  5666. "node_modules/element-resize-detector": {
  5667. "version": "1.2.4",
  5668. "resolved": "https://registry.npmmirror.com/element-resize-detector/-/element-resize-detector-1.2.4.tgz",
  5669. "integrity": "sha512-Fl5Ftk6WwXE0wqCgNoseKWndjzZlDCwuPTcoVZfCP9R3EHQF8qUtr3YUPNETegRBOKqQKPW3n4kiIWngGi8tKg==",
  5670. "license": "MIT",
  5671. "dependencies": {
  5672. "batch-processor": "1.0.0"
  5673. }
  5674. },
  5675. "node_modules/element-tree-line": {
  5676. "version": "0.2.1",
  5677. "resolved": "https://registry.npmmirror.com/element-tree-line/-/element-tree-line-0.2.1.tgz",
  5678. "integrity": "sha512-YWHftDSOFiBuw49drxJV7Yi7pCqPpwBBBeQmySjchcxU3uUOAu72FDLK5RyTGJ5qt4Ci+yoUg7zJqsFP5u7N5A==",
  5679. "license": "MIT",
  5680. "peerDependencies": {
  5681. "vue": "^2.6.11 || ^3.2.0"
  5682. }
  5683. },
  5684. "node_modules/emoji-regex": {
  5685. "version": "9.2.2",
  5686. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  5687. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  5688. "license": "MIT"
  5689. },
  5690. "node_modules/end-of-stream": {
  5691. "version": "1.4.4",
  5692. "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
  5693. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  5694. "license": "MIT",
  5695. "dependencies": {
  5696. "once": "^1.4.0"
  5697. }
  5698. },
  5699. "node_modules/end-or-error": {
  5700. "version": "1.0.1",
  5701. "resolved": "https://registry.npmmirror.com/end-or-error/-/end-or-error-1.0.1.tgz",
  5702. "integrity": "sha512-OclLMSug+k2A0JKuf494im25ANRBVW8qsjmwbgX7lQ8P82H21PQ1PWkoYwb9y5yMBS69BPlwtzdIFClo3+7kOQ==",
  5703. "license": "MIT",
  5704. "engines": {
  5705. "node": ">= 0.11.14"
  5706. }
  5707. },
  5708. "node_modules/entities": {
  5709. "version": "4.5.0",
  5710. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  5711. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  5712. "license": "BSD-2-Clause",
  5713. "engines": {
  5714. "node": ">=0.12"
  5715. },
  5716. "funding": {
  5717. "url": "https://github.com/fb55/entities?sponsor=1"
  5718. }
  5719. },
  5720. "node_modules/es-define-property": {
  5721. "version": "1.0.0",
  5722. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.0.tgz",
  5723. "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
  5724. "license": "MIT",
  5725. "dependencies": {
  5726. "get-intrinsic": "^1.2.4"
  5727. },
  5728. "engines": {
  5729. "node": ">= 0.4"
  5730. }
  5731. },
  5732. "node_modules/es-errors": {
  5733. "version": "1.3.0",
  5734. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  5735. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  5736. "license": "MIT",
  5737. "engines": {
  5738. "node": ">= 0.4"
  5739. }
  5740. },
  5741. "node_modules/es-module-lexer": {
  5742. "version": "1.5.4",
  5743. "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.5.4.tgz",
  5744. "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==",
  5745. "dev": true,
  5746. "license": "MIT"
  5747. },
  5748. "node_modules/es5-ext": {
  5749. "version": "0.10.64",
  5750. "resolved": "https://registry.npmmirror.com/es5-ext/-/es5-ext-0.10.64.tgz",
  5751. "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==",
  5752. "hasInstallScript": true,
  5753. "license": "ISC",
  5754. "dependencies": {
  5755. "es6-iterator": "^2.0.3",
  5756. "es6-symbol": "^3.1.3",
  5757. "esniff": "^2.0.1",
  5758. "next-tick": "^1.1.0"
  5759. },
  5760. "engines": {
  5761. "node": ">=0.10"
  5762. }
  5763. },
  5764. "node_modules/es6-iterator": {
  5765. "version": "2.0.3",
  5766. "resolved": "https://registry.npmmirror.com/es6-iterator/-/es6-iterator-2.0.3.tgz",
  5767. "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==",
  5768. "license": "MIT",
  5769. "dependencies": {
  5770. "d": "1",
  5771. "es5-ext": "^0.10.35",
  5772. "es6-symbol": "^3.1.1"
  5773. }
  5774. },
  5775. "node_modules/es6-symbol": {
  5776. "version": "3.1.4",
  5777. "resolved": "https://registry.npmmirror.com/es6-symbol/-/es6-symbol-3.1.4.tgz",
  5778. "integrity": "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==",
  5779. "license": "ISC",
  5780. "dependencies": {
  5781. "d": "^1.0.2",
  5782. "ext": "^1.7.0"
  5783. },
  5784. "engines": {
  5785. "node": ">=0.12"
  5786. }
  5787. },
  5788. "node_modules/esbuild": {
  5789. "version": "0.21.5",
  5790. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz",
  5791. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  5792. "hasInstallScript": true,
  5793. "license": "MIT",
  5794. "bin": {
  5795. "esbuild": "bin/esbuild"
  5796. },
  5797. "engines": {
  5798. "node": ">=12"
  5799. },
  5800. "optionalDependencies": {
  5801. "@esbuild/aix-ppc64": "0.21.5",
  5802. "@esbuild/android-arm": "0.21.5",
  5803. "@esbuild/android-arm64": "0.21.5",
  5804. "@esbuild/android-x64": "0.21.5",
  5805. "@esbuild/darwin-arm64": "0.21.5",
  5806. "@esbuild/darwin-x64": "0.21.5",
  5807. "@esbuild/freebsd-arm64": "0.21.5",
  5808. "@esbuild/freebsd-x64": "0.21.5",
  5809. "@esbuild/linux-arm": "0.21.5",
  5810. "@esbuild/linux-arm64": "0.21.5",
  5811. "@esbuild/linux-ia32": "0.21.5",
  5812. "@esbuild/linux-loong64": "0.21.5",
  5813. "@esbuild/linux-mips64el": "0.21.5",
  5814. "@esbuild/linux-ppc64": "0.21.5",
  5815. "@esbuild/linux-riscv64": "0.21.5",
  5816. "@esbuild/linux-s390x": "0.21.5",
  5817. "@esbuild/linux-x64": "0.21.5",
  5818. "@esbuild/netbsd-x64": "0.21.5",
  5819. "@esbuild/openbsd-x64": "0.21.5",
  5820. "@esbuild/sunos-x64": "0.21.5",
  5821. "@esbuild/win32-arm64": "0.21.5",
  5822. "@esbuild/win32-ia32": "0.21.5",
  5823. "@esbuild/win32-x64": "0.21.5"
  5824. }
  5825. },
  5826. "node_modules/escalade": {
  5827. "version": "3.2.0",
  5828. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  5829. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  5830. "license": "MIT",
  5831. "engines": {
  5832. "node": ">=6"
  5833. }
  5834. },
  5835. "node_modules/escape-html": {
  5836. "version": "1.0.3",
  5837. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  5838. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  5839. "license": "MIT"
  5840. },
  5841. "node_modules/escape-string-regexp": {
  5842. "version": "1.0.5",
  5843. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  5844. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  5845. "license": "MIT",
  5846. "engines": {
  5847. "node": ">=0.8.0"
  5848. }
  5849. },
  5850. "node_modules/eslint": {
  5851. "version": "8.57.1",
  5852. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-8.57.1.tgz",
  5853. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  5854. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  5855. "dev": true,
  5856. "license": "MIT",
  5857. "dependencies": {
  5858. "@eslint-community/eslint-utils": "^4.2.0",
  5859. "@eslint-community/regexpp": "^4.6.1",
  5860. "@eslint/eslintrc": "^2.1.4",
  5861. "@eslint/js": "8.57.1",
  5862. "@humanwhocodes/config-array": "^0.13.0",
  5863. "@humanwhocodes/module-importer": "^1.0.1",
  5864. "@nodelib/fs.walk": "^1.2.8",
  5865. "@ungap/structured-clone": "^1.2.0",
  5866. "ajv": "^6.12.4",
  5867. "chalk": "^4.0.0",
  5868. "cross-spawn": "^7.0.2",
  5869. "debug": "^4.3.2",
  5870. "doctrine": "^3.0.0",
  5871. "escape-string-regexp": "^4.0.0",
  5872. "eslint-scope": "^7.2.2",
  5873. "eslint-visitor-keys": "^3.4.3",
  5874. "espree": "^9.6.1",
  5875. "esquery": "^1.4.2",
  5876. "esutils": "^2.0.2",
  5877. "fast-deep-equal": "^3.1.3",
  5878. "file-entry-cache": "^6.0.1",
  5879. "find-up": "^5.0.0",
  5880. "glob-parent": "^6.0.2",
  5881. "globals": "^13.19.0",
  5882. "graphemer": "^1.4.0",
  5883. "ignore": "^5.2.0",
  5884. "imurmurhash": "^0.1.4",
  5885. "is-glob": "^4.0.0",
  5886. "is-path-inside": "^3.0.3",
  5887. "js-yaml": "^4.1.0",
  5888. "json-stable-stringify-without-jsonify": "^1.0.1",
  5889. "levn": "^0.4.1",
  5890. "lodash.merge": "^4.6.2",
  5891. "minimatch": "^3.1.2",
  5892. "natural-compare": "^1.4.0",
  5893. "optionator": "^0.9.3",
  5894. "strip-ansi": "^6.0.1",
  5895. "text-table": "^0.2.0"
  5896. },
  5897. "bin": {
  5898. "eslint": "bin/eslint.js"
  5899. },
  5900. "engines": {
  5901. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5902. },
  5903. "funding": {
  5904. "url": "https://opencollective.com/eslint"
  5905. }
  5906. },
  5907. "node_modules/eslint-plugin-vue": {
  5908. "version": "9.29.0",
  5909. "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.29.0.tgz",
  5910. "integrity": "sha512-hamyjrBhNH6Li6R1h1VF9KHfshJlKgKEg3ARbGTn72CMNDSMhWbgC7NdkRDEh25AFW+4SDATzyNM+3gWuZii8g==",
  5911. "dev": true,
  5912. "license": "MIT",
  5913. "dependencies": {
  5914. "@eslint-community/eslint-utils": "^4.4.0",
  5915. "globals": "^13.24.0",
  5916. "natural-compare": "^1.4.0",
  5917. "nth-check": "^2.1.1",
  5918. "postcss-selector-parser": "^6.0.15",
  5919. "semver": "^7.6.3",
  5920. "vue-eslint-parser": "^9.4.3",
  5921. "xml-name-validator": "^4.0.0"
  5922. },
  5923. "engines": {
  5924. "node": "^14.17.0 || >=16.0.0"
  5925. },
  5926. "peerDependencies": {
  5927. "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
  5928. }
  5929. },
  5930. "node_modules/eslint-plugin-vue/node_modules/globals": {
  5931. "version": "13.24.0",
  5932. "resolved": "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz",
  5933. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  5934. "dev": true,
  5935. "license": "MIT",
  5936. "dependencies": {
  5937. "type-fest": "^0.20.2"
  5938. },
  5939. "engines": {
  5940. "node": ">=8"
  5941. },
  5942. "funding": {
  5943. "url": "https://github.com/sponsors/sindresorhus"
  5944. }
  5945. },
  5946. "node_modules/eslint-scope": {
  5947. "version": "5.1.1",
  5948. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-5.1.1.tgz",
  5949. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  5950. "dev": true,
  5951. "license": "BSD-2-Clause",
  5952. "dependencies": {
  5953. "esrecurse": "^4.3.0",
  5954. "estraverse": "^4.1.1"
  5955. },
  5956. "engines": {
  5957. "node": ">=8.0.0"
  5958. }
  5959. },
  5960. "node_modules/eslint-visitor-keys": {
  5961. "version": "3.4.3",
  5962. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  5963. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  5964. "dev": true,
  5965. "license": "Apache-2.0",
  5966. "engines": {
  5967. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5968. },
  5969. "funding": {
  5970. "url": "https://opencollective.com/eslint"
  5971. }
  5972. },
  5973. "node_modules/eslint/node_modules/ansi-styles": {
  5974. "version": "4.3.0",
  5975. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5976. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5977. "dev": true,
  5978. "license": "MIT",
  5979. "dependencies": {
  5980. "color-convert": "^2.0.1"
  5981. },
  5982. "engines": {
  5983. "node": ">=8"
  5984. },
  5985. "funding": {
  5986. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5987. }
  5988. },
  5989. "node_modules/eslint/node_modules/chalk": {
  5990. "version": "4.1.2",
  5991. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  5992. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  5993. "dev": true,
  5994. "license": "MIT",
  5995. "dependencies": {
  5996. "ansi-styles": "^4.1.0",
  5997. "supports-color": "^7.1.0"
  5998. },
  5999. "engines": {
  6000. "node": ">=10"
  6001. },
  6002. "funding": {
  6003. "url": "https://github.com/chalk/chalk?sponsor=1"
  6004. }
  6005. },
  6006. "node_modules/eslint/node_modules/color-convert": {
  6007. "version": "2.0.1",
  6008. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  6009. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  6010. "dev": true,
  6011. "license": "MIT",
  6012. "dependencies": {
  6013. "color-name": "~1.1.4"
  6014. },
  6015. "engines": {
  6016. "node": ">=7.0.0"
  6017. }
  6018. },
  6019. "node_modules/eslint/node_modules/color-name": {
  6020. "version": "1.1.4",
  6021. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  6022. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  6023. "dev": true,
  6024. "license": "MIT"
  6025. },
  6026. "node_modules/eslint/node_modules/escape-string-regexp": {
  6027. "version": "4.0.0",
  6028. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  6029. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  6030. "dev": true,
  6031. "license": "MIT",
  6032. "engines": {
  6033. "node": ">=10"
  6034. },
  6035. "funding": {
  6036. "url": "https://github.com/sponsors/sindresorhus"
  6037. }
  6038. },
  6039. "node_modules/eslint/node_modules/eslint-scope": {
  6040. "version": "7.2.2",
  6041. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.2.tgz",
  6042. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  6043. "dev": true,
  6044. "license": "BSD-2-Clause",
  6045. "dependencies": {
  6046. "esrecurse": "^4.3.0",
  6047. "estraverse": "^5.2.0"
  6048. },
  6049. "engines": {
  6050. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  6051. },
  6052. "funding": {
  6053. "url": "https://opencollective.com/eslint"
  6054. }
  6055. },
  6056. "node_modules/eslint/node_modules/estraverse": {
  6057. "version": "5.3.0",
  6058. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  6059. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  6060. "dev": true,
  6061. "license": "BSD-2-Clause",
  6062. "engines": {
  6063. "node": ">=4.0"
  6064. }
  6065. },
  6066. "node_modules/eslint/node_modules/globals": {
  6067. "version": "13.24.0",
  6068. "resolved": "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz",
  6069. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  6070. "dev": true,
  6071. "license": "MIT",
  6072. "dependencies": {
  6073. "type-fest": "^0.20.2"
  6074. },
  6075. "engines": {
  6076. "node": ">=8"
  6077. },
  6078. "funding": {
  6079. "url": "https://github.com/sponsors/sindresorhus"
  6080. }
  6081. },
  6082. "node_modules/eslint/node_modules/has-flag": {
  6083. "version": "4.0.0",
  6084. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  6085. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  6086. "dev": true,
  6087. "license": "MIT",
  6088. "engines": {
  6089. "node": ">=8"
  6090. }
  6091. },
  6092. "node_modules/eslint/node_modules/supports-color": {
  6093. "version": "7.2.0",
  6094. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  6095. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6096. "dev": true,
  6097. "license": "MIT",
  6098. "dependencies": {
  6099. "has-flag": "^4.0.0"
  6100. },
  6101. "engines": {
  6102. "node": ">=8"
  6103. }
  6104. },
  6105. "node_modules/esniff": {
  6106. "version": "2.0.1",
  6107. "resolved": "https://registry.npmmirror.com/esniff/-/esniff-2.0.1.tgz",
  6108. "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==",
  6109. "license": "ISC",
  6110. "dependencies": {
  6111. "d": "^1.0.1",
  6112. "es5-ext": "^0.10.62",
  6113. "event-emitter": "^0.3.5",
  6114. "type": "^2.7.2"
  6115. },
  6116. "engines": {
  6117. "node": ">=0.10"
  6118. }
  6119. },
  6120. "node_modules/espree": {
  6121. "version": "9.6.1",
  6122. "resolved": "https://registry.npmmirror.com/espree/-/espree-9.6.1.tgz",
  6123. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  6124. "dev": true,
  6125. "license": "BSD-2-Clause",
  6126. "dependencies": {
  6127. "acorn": "^8.9.0",
  6128. "acorn-jsx": "^5.3.2",
  6129. "eslint-visitor-keys": "^3.4.1"
  6130. },
  6131. "engines": {
  6132. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  6133. },
  6134. "funding": {
  6135. "url": "https://opencollective.com/eslint"
  6136. }
  6137. },
  6138. "node_modules/esquery": {
  6139. "version": "1.6.0",
  6140. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.6.0.tgz",
  6141. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  6142. "dev": true,
  6143. "license": "BSD-3-Clause",
  6144. "dependencies": {
  6145. "estraverse": "^5.1.0"
  6146. },
  6147. "engines": {
  6148. "node": ">=0.10"
  6149. }
  6150. },
  6151. "node_modules/esquery/node_modules/estraverse": {
  6152. "version": "5.3.0",
  6153. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  6154. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  6155. "dev": true,
  6156. "license": "BSD-2-Clause",
  6157. "engines": {
  6158. "node": ">=4.0"
  6159. }
  6160. },
  6161. "node_modules/esrecurse": {
  6162. "version": "4.3.0",
  6163. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  6164. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  6165. "dev": true,
  6166. "license": "BSD-2-Clause",
  6167. "dependencies": {
  6168. "estraverse": "^5.2.0"
  6169. },
  6170. "engines": {
  6171. "node": ">=4.0"
  6172. }
  6173. },
  6174. "node_modules/esrecurse/node_modules/estraverse": {
  6175. "version": "5.3.0",
  6176. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  6177. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  6178. "dev": true,
  6179. "license": "BSD-2-Clause",
  6180. "engines": {
  6181. "node": ">=4.0"
  6182. }
  6183. },
  6184. "node_modules/estraverse": {
  6185. "version": "4.3.0",
  6186. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-4.3.0.tgz",
  6187. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  6188. "dev": true,
  6189. "license": "BSD-2-Clause",
  6190. "engines": {
  6191. "node": ">=4.0"
  6192. }
  6193. },
  6194. "node_modules/estree-walker": {
  6195. "version": "2.0.2",
  6196. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  6197. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  6198. "license": "MIT"
  6199. },
  6200. "node_modules/esutils": {
  6201. "version": "2.0.3",
  6202. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  6203. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  6204. "dev": true,
  6205. "license": "BSD-2-Clause",
  6206. "engines": {
  6207. "node": ">=0.10.0"
  6208. }
  6209. },
  6210. "node_modules/event-emitter": {
  6211. "version": "0.3.5",
  6212. "resolved": "https://registry.npmmirror.com/event-emitter/-/event-emitter-0.3.5.tgz",
  6213. "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==",
  6214. "license": "MIT",
  6215. "dependencies": {
  6216. "d": "1",
  6217. "es5-ext": "~0.10.14"
  6218. }
  6219. },
  6220. "node_modules/event-target-shim": {
  6221. "version": "5.0.1",
  6222. "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
  6223. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  6224. "license": "MIT",
  6225. "engines": {
  6226. "node": ">=6"
  6227. }
  6228. },
  6229. "node_modules/eventemitter3": {
  6230. "version": "2.0.3",
  6231. "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-2.0.3.tgz",
  6232. "integrity": "sha512-jLN68Dx5kyFHaePoXWPsCGW5qdyZQtLYHkxkg02/Mz6g0kYpDx4FyP6XfArhQdlOC4b8Mv+EMxPo/8La7Tzghg==",
  6233. "license": "MIT"
  6234. },
  6235. "node_modules/events": {
  6236. "version": "3.3.0",
  6237. "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz",
  6238. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  6239. "license": "MIT",
  6240. "engines": {
  6241. "node": ">=0.8.x"
  6242. }
  6243. },
  6244. "node_modules/ext": {
  6245. "version": "1.7.0",
  6246. "resolved": "https://registry.npmmirror.com/ext/-/ext-1.7.0.tgz",
  6247. "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==",
  6248. "license": "ISC",
  6249. "dependencies": {
  6250. "type": "^2.7.2"
  6251. }
  6252. },
  6253. "node_modules/extend": {
  6254. "version": "3.0.2",
  6255. "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
  6256. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  6257. "license": "MIT"
  6258. },
  6259. "node_modules/extend-shallow": {
  6260. "version": "2.0.1",
  6261. "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  6262. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  6263. "license": "MIT",
  6264. "dependencies": {
  6265. "is-extendable": "^0.1.0"
  6266. },
  6267. "engines": {
  6268. "node": ">=0.10.0"
  6269. }
  6270. },
  6271. "node_modules/fast-deep-equal": {
  6272. "version": "3.1.3",
  6273. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  6274. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  6275. "license": "MIT"
  6276. },
  6277. "node_modules/fast-diff": {
  6278. "version": "1.1.2",
  6279. "resolved": "https://registry.npmmirror.com/fast-diff/-/fast-diff-1.1.2.tgz",
  6280. "integrity": "sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==",
  6281. "license": "Apache-2.0"
  6282. },
  6283. "node_modules/fast-glob": {
  6284. "version": "3.3.2",
  6285. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz",
  6286. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  6287. "license": "MIT",
  6288. "dependencies": {
  6289. "@nodelib/fs.stat": "^2.0.2",
  6290. "@nodelib/fs.walk": "^1.2.3",
  6291. "glob-parent": "^5.1.2",
  6292. "merge2": "^1.3.0",
  6293. "micromatch": "^4.0.4"
  6294. },
  6295. "engines": {
  6296. "node": ">=8.6.0"
  6297. }
  6298. },
  6299. "node_modules/fast-glob/node_modules/glob-parent": {
  6300. "version": "5.1.2",
  6301. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  6302. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  6303. "license": "ISC",
  6304. "dependencies": {
  6305. "is-glob": "^4.0.1"
  6306. },
  6307. "engines": {
  6308. "node": ">= 6"
  6309. }
  6310. },
  6311. "node_modules/fast-json-stable-stringify": {
  6312. "version": "2.1.0",
  6313. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  6314. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  6315. "license": "MIT"
  6316. },
  6317. "node_modules/fast-levenshtein": {
  6318. "version": "2.0.6",
  6319. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  6320. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  6321. "dev": true,
  6322. "license": "MIT"
  6323. },
  6324. "node_modules/fast-unique-numbers": {
  6325. "version": "8.0.13",
  6326. "resolved": "https://registry.npmmirror.com/fast-unique-numbers/-/fast-unique-numbers-8.0.13.tgz",
  6327. "integrity": "sha512-7OnTFAVPefgw2eBJ1xj2PGGR9FwYzSUso9decayHgCDX4sJkHLdcsYTytTg+tYv+wKF3U8gJuSBz2jJpQV4u/g==",
  6328. "license": "MIT",
  6329. "dependencies": {
  6330. "@babel/runtime": "^7.23.8",
  6331. "tslib": "^2.6.2"
  6332. },
  6333. "engines": {
  6334. "node": ">=16.1.0"
  6335. }
  6336. },
  6337. "node_modules/fast-xml-parser": {
  6338. "version": "4.4.1",
  6339. "resolved": "https://registry.npmmirror.com/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
  6340. "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
  6341. "funding": [
  6342. {
  6343. "type": "github",
  6344. "url": "https://github.com/sponsors/NaturalIntelligence"
  6345. },
  6346. {
  6347. "type": "paypal",
  6348. "url": "https://paypal.me/naturalintelligence"
  6349. }
  6350. ],
  6351. "license": "MIT",
  6352. "dependencies": {
  6353. "strnum": "^1.0.5"
  6354. },
  6355. "bin": {
  6356. "fxparser": "src/cli/cli.js"
  6357. }
  6358. },
  6359. "node_modules/fastq": {
  6360. "version": "1.17.1",
  6361. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.17.1.tgz",
  6362. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  6363. "license": "ISC",
  6364. "dependencies": {
  6365. "reusify": "^1.0.4"
  6366. }
  6367. },
  6368. "node_modules/file-entry-cache": {
  6369. "version": "6.0.1",
  6370. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  6371. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  6372. "dev": true,
  6373. "license": "MIT",
  6374. "dependencies": {
  6375. "flat-cache": "^3.0.4"
  6376. },
  6377. "engines": {
  6378. "node": "^10.12.0 || >=12.0.0"
  6379. }
  6380. },
  6381. "node_modules/file-saver": {
  6382. "version": "2.0.5",
  6383. "resolved": "https://registry.npmmirror.com/file-saver/-/file-saver-2.0.5.tgz",
  6384. "integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==",
  6385. "license": "MIT"
  6386. },
  6387. "node_modules/fill-range": {
  6388. "version": "7.1.1",
  6389. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  6390. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  6391. "license": "MIT",
  6392. "dependencies": {
  6393. "to-regex-range": "^5.0.1"
  6394. },
  6395. "engines": {
  6396. "node": ">=8"
  6397. }
  6398. },
  6399. "node_modules/find-up": {
  6400. "version": "5.0.0",
  6401. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  6402. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  6403. "dev": true,
  6404. "license": "MIT",
  6405. "dependencies": {
  6406. "locate-path": "^6.0.0",
  6407. "path-exists": "^4.0.0"
  6408. },
  6409. "engines": {
  6410. "node": ">=10"
  6411. },
  6412. "funding": {
  6413. "url": "https://github.com/sponsors/sindresorhus"
  6414. }
  6415. },
  6416. "node_modules/flat-cache": {
  6417. "version": "3.2.0",
  6418. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-3.2.0.tgz",
  6419. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  6420. "dev": true,
  6421. "license": "MIT",
  6422. "dependencies": {
  6423. "flatted": "^3.2.9",
  6424. "keyv": "^4.5.3",
  6425. "rimraf": "^3.0.2"
  6426. },
  6427. "engines": {
  6428. "node": "^10.12.0 || >=12.0.0"
  6429. }
  6430. },
  6431. "node_modules/flatted": {
  6432. "version": "3.3.1",
  6433. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.1.tgz",
  6434. "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
  6435. "dev": true,
  6436. "license": "ISC"
  6437. },
  6438. "node_modules/follow-redirects": {
  6439. "version": "1.15.9",
  6440. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  6441. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  6442. "funding": [
  6443. {
  6444. "type": "individual",
  6445. "url": "https://github.com/sponsors/RubenVerborgh"
  6446. }
  6447. ],
  6448. "license": "MIT",
  6449. "engines": {
  6450. "node": ">=4.0"
  6451. },
  6452. "peerDependenciesMeta": {
  6453. "debug": {
  6454. "optional": true
  6455. }
  6456. }
  6457. },
  6458. "node_modules/font-awesome": {
  6459. "version": "4.7.0",
  6460. "resolved": "https://registry.npmmirror.com/font-awesome/-/font-awesome-4.7.0.tgz",
  6461. "integrity": "sha512-U6kGnykA/6bFmg1M/oT9EkFeIYv7JlX3bozwQJWiiLz6L0w3F5vBVPxHlwyX/vtNq1ckcpRKOB9f2Qal/VtFpg==",
  6462. "license": "(OFL-1.1 AND MIT)",
  6463. "engines": {
  6464. "node": ">=0.10.3"
  6465. }
  6466. },
  6467. "node_modules/foreground-child": {
  6468. "version": "3.3.0",
  6469. "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.0.tgz",
  6470. "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
  6471. "license": "ISC",
  6472. "dependencies": {
  6473. "cross-spawn": "^7.0.0",
  6474. "signal-exit": "^4.0.1"
  6475. },
  6476. "engines": {
  6477. "node": ">=14"
  6478. },
  6479. "funding": {
  6480. "url": "https://github.com/sponsors/isaacs"
  6481. }
  6482. },
  6483. "node_modules/form-data": {
  6484. "version": "4.0.1",
  6485. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.1.tgz",
  6486. "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==",
  6487. "license": "MIT",
  6488. "dependencies": {
  6489. "asynckit": "^0.4.0",
  6490. "combined-stream": "^1.0.8",
  6491. "mime-types": "^2.1.12"
  6492. },
  6493. "engines": {
  6494. "node": ">= 6"
  6495. }
  6496. },
  6497. "node_modules/formstream": {
  6498. "version": "1.5.1",
  6499. "resolved": "https://registry.npmmirror.com/formstream/-/formstream-1.5.1.tgz",
  6500. "integrity": "sha512-q7ORzFqotpwn3Y/GBK2lK7PjtZZwJHz9QE9Phv8zb5IrL9ftGLyi2zjGURON3voK8TaZ+mqJKERYN4lrHYTkUQ==",
  6501. "license": "MIT",
  6502. "dependencies": {
  6503. "destroy": "^1.0.4",
  6504. "mime": "^2.5.2",
  6505. "node-hex": "^1.0.1",
  6506. "pause-stream": "~0.0.11"
  6507. }
  6508. },
  6509. "node_modules/frac": {
  6510. "version": "1.1.2",
  6511. "resolved": "https://registry.npmmirror.com/frac/-/frac-1.1.2.tgz",
  6512. "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==",
  6513. "license": "Apache-2.0",
  6514. "engines": {
  6515. "node": ">=0.8"
  6516. }
  6517. },
  6518. "node_modules/fraction.js": {
  6519. "version": "4.3.7",
  6520. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz",
  6521. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  6522. "license": "MIT",
  6523. "engines": {
  6524. "node": "*"
  6525. },
  6526. "funding": {
  6527. "type": "patreon",
  6528. "url": "https://github.com/sponsors/rawify"
  6529. }
  6530. },
  6531. "node_modules/fs-extra": {
  6532. "version": "10.1.0",
  6533. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-10.1.0.tgz",
  6534. "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
  6535. "license": "MIT",
  6536. "dependencies": {
  6537. "graceful-fs": "^4.2.0",
  6538. "jsonfile": "^6.0.1",
  6539. "universalify": "^2.0.0"
  6540. },
  6541. "engines": {
  6542. "node": ">=12"
  6543. }
  6544. },
  6545. "node_modules/fs.realpath": {
  6546. "version": "1.0.0",
  6547. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  6548. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  6549. "dev": true,
  6550. "license": "ISC"
  6551. },
  6552. "node_modules/fsevents": {
  6553. "version": "2.3.3",
  6554. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  6555. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  6556. "hasInstallScript": true,
  6557. "license": "MIT",
  6558. "optional": true,
  6559. "os": [
  6560. "darwin"
  6561. ],
  6562. "engines": {
  6563. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  6564. }
  6565. },
  6566. "node_modules/function-bind": {
  6567. "version": "1.1.2",
  6568. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  6569. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  6570. "license": "MIT",
  6571. "funding": {
  6572. "url": "https://github.com/sponsors/ljharb"
  6573. }
  6574. },
  6575. "node_modules/functions-have-names": {
  6576. "version": "1.2.3",
  6577. "resolved": "https://registry.npmmirror.com/functions-have-names/-/functions-have-names-1.2.3.tgz",
  6578. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  6579. "license": "MIT",
  6580. "funding": {
  6581. "url": "https://github.com/sponsors/ljharb"
  6582. }
  6583. },
  6584. "node_modules/gensync": {
  6585. "version": "1.0.0-beta.2",
  6586. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  6587. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  6588. "license": "MIT",
  6589. "engines": {
  6590. "node": ">=6.9.0"
  6591. }
  6592. },
  6593. "node_modules/get-intrinsic": {
  6594. "version": "1.2.4",
  6595. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
  6596. "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
  6597. "license": "MIT",
  6598. "dependencies": {
  6599. "es-errors": "^1.3.0",
  6600. "function-bind": "^1.1.2",
  6601. "has-proto": "^1.0.1",
  6602. "has-symbols": "^1.0.3",
  6603. "hasown": "^2.0.0"
  6604. },
  6605. "engines": {
  6606. "node": ">= 0.4"
  6607. },
  6608. "funding": {
  6609. "url": "https://github.com/sponsors/ljharb"
  6610. }
  6611. },
  6612. "node_modules/get-ready": {
  6613. "version": "1.0.0",
  6614. "resolved": "https://registry.npmmirror.com/get-ready/-/get-ready-1.0.0.tgz",
  6615. "integrity": "sha512-mFXCZPJIlcYcth+N8267+mghfYN9h3EhsDa6JSnbA3Wrhh/XFpuowviFcsDeYZtKspQyWyJqfs4O6P8CHeTwzw==",
  6616. "license": "MIT"
  6617. },
  6618. "node_modules/glob": {
  6619. "version": "10.4.5",
  6620. "resolved": "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz",
  6621. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  6622. "license": "ISC",
  6623. "dependencies": {
  6624. "foreground-child": "^3.1.0",
  6625. "jackspeak": "^3.1.2",
  6626. "minimatch": "^9.0.4",
  6627. "minipass": "^7.1.2",
  6628. "package-json-from-dist": "^1.0.0",
  6629. "path-scurry": "^1.11.1"
  6630. },
  6631. "bin": {
  6632. "glob": "dist/esm/bin.mjs"
  6633. },
  6634. "funding": {
  6635. "url": "https://github.com/sponsors/isaacs"
  6636. }
  6637. },
  6638. "node_modules/glob-parent": {
  6639. "version": "6.0.2",
  6640. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  6641. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  6642. "license": "ISC",
  6643. "dependencies": {
  6644. "is-glob": "^4.0.3"
  6645. },
  6646. "engines": {
  6647. "node": ">=10.13.0"
  6648. }
  6649. },
  6650. "node_modules/glob/node_modules/brace-expansion": {
  6651. "version": "2.0.1",
  6652. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  6653. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  6654. "license": "MIT",
  6655. "dependencies": {
  6656. "balanced-match": "^1.0.0"
  6657. }
  6658. },
  6659. "node_modules/glob/node_modules/minimatch": {
  6660. "version": "9.0.5",
  6661. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  6662. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  6663. "license": "ISC",
  6664. "dependencies": {
  6665. "brace-expansion": "^2.0.1"
  6666. },
  6667. "engines": {
  6668. "node": ">=16 || 14 >=14.17"
  6669. },
  6670. "funding": {
  6671. "url": "https://github.com/sponsors/isaacs"
  6672. }
  6673. },
  6674. "node_modules/globals": {
  6675. "version": "11.12.0",
  6676. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  6677. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  6678. "license": "MIT",
  6679. "engines": {
  6680. "node": ">=4"
  6681. }
  6682. },
  6683. "node_modules/globby": {
  6684. "version": "11.1.0",
  6685. "resolved": "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz",
  6686. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  6687. "dev": true,
  6688. "license": "MIT",
  6689. "dependencies": {
  6690. "array-union": "^2.1.0",
  6691. "dir-glob": "^3.0.1",
  6692. "fast-glob": "^3.2.9",
  6693. "ignore": "^5.2.0",
  6694. "merge2": "^1.4.1",
  6695. "slash": "^3.0.0"
  6696. },
  6697. "engines": {
  6698. "node": ">=10"
  6699. },
  6700. "funding": {
  6701. "url": "https://github.com/sponsors/sindresorhus"
  6702. }
  6703. },
  6704. "node_modules/good-listener": {
  6705. "version": "1.2.2",
  6706. "resolved": "https://registry.npmmirror.com/good-listener/-/good-listener-1.2.2.tgz",
  6707. "integrity": "sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw==",
  6708. "license": "MIT",
  6709. "dependencies": {
  6710. "delegate": "^3.1.2"
  6711. }
  6712. },
  6713. "node_modules/gopd": {
  6714. "version": "1.0.1",
  6715. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.0.1.tgz",
  6716. "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  6717. "license": "MIT",
  6718. "dependencies": {
  6719. "get-intrinsic": "^1.1.3"
  6720. },
  6721. "funding": {
  6722. "url": "https://github.com/sponsors/ljharb"
  6723. }
  6724. },
  6725. "node_modules/graceful-fs": {
  6726. "version": "4.2.11",
  6727. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  6728. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  6729. "license": "ISC"
  6730. },
  6731. "node_modules/graphemer": {
  6732. "version": "1.4.0",
  6733. "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz",
  6734. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  6735. "dev": true,
  6736. "license": "MIT"
  6737. },
  6738. "node_modules/has-flag": {
  6739. "version": "3.0.0",
  6740. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz",
  6741. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  6742. "license": "MIT",
  6743. "engines": {
  6744. "node": ">=4"
  6745. }
  6746. },
  6747. "node_modules/has-property-descriptors": {
  6748. "version": "1.0.2",
  6749. "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  6750. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  6751. "license": "MIT",
  6752. "dependencies": {
  6753. "es-define-property": "^1.0.0"
  6754. },
  6755. "funding": {
  6756. "url": "https://github.com/sponsors/ljharb"
  6757. }
  6758. },
  6759. "node_modules/has-proto": {
  6760. "version": "1.0.3",
  6761. "resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.0.3.tgz",
  6762. "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
  6763. "license": "MIT",
  6764. "engines": {
  6765. "node": ">= 0.4"
  6766. },
  6767. "funding": {
  6768. "url": "https://github.com/sponsors/ljharb"
  6769. }
  6770. },
  6771. "node_modules/has-symbols": {
  6772. "version": "1.0.3",
  6773. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz",
  6774. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  6775. "license": "MIT",
  6776. "engines": {
  6777. "node": ">= 0.4"
  6778. },
  6779. "funding": {
  6780. "url": "https://github.com/sponsors/ljharb"
  6781. }
  6782. },
  6783. "node_modules/has-tostringtag": {
  6784. "version": "1.0.2",
  6785. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  6786. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  6787. "license": "MIT",
  6788. "dependencies": {
  6789. "has-symbols": "^1.0.3"
  6790. },
  6791. "engines": {
  6792. "node": ">= 0.4"
  6793. },
  6794. "funding": {
  6795. "url": "https://github.com/sponsors/ljharb"
  6796. }
  6797. },
  6798. "node_modules/hasown": {
  6799. "version": "2.0.2",
  6800. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  6801. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  6802. "license": "MIT",
  6803. "dependencies": {
  6804. "function-bind": "^1.1.2"
  6805. },
  6806. "engines": {
  6807. "node": ">= 0.4"
  6808. }
  6809. },
  6810. "node_modules/help-me": {
  6811. "version": "5.0.0",
  6812. "resolved": "https://registry.npmmirror.com/help-me/-/help-me-5.0.0.tgz",
  6813. "integrity": "sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==",
  6814. "license": "MIT"
  6815. },
  6816. "node_modules/html-tags": {
  6817. "version": "3.3.1",
  6818. "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.3.1.tgz",
  6819. "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
  6820. "license": "MIT",
  6821. "engines": {
  6822. "node": ">=8"
  6823. },
  6824. "funding": {
  6825. "url": "https://github.com/sponsors/sindresorhus"
  6826. }
  6827. },
  6828. "node_modules/html-void-elements": {
  6829. "version": "2.0.1",
  6830. "resolved": "https://registry.npmmirror.com/html-void-elements/-/html-void-elements-2.0.1.tgz",
  6831. "integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==",
  6832. "license": "MIT",
  6833. "funding": {
  6834. "type": "github",
  6835. "url": "https://github.com/sponsors/wooorm"
  6836. }
  6837. },
  6838. "node_modules/humanize-duration": {
  6839. "version": "3.32.1",
  6840. "resolved": "https://registry.npmmirror.com/humanize-duration/-/humanize-duration-3.32.1.tgz",
  6841. "integrity": "sha512-inh5wue5XdfObhu/IGEMiA1nUXigSGcaKNemcbLRKa7jXYGDZXr3LoT9pTIzq2hPEbld7w/qv9h+ikWGz8fL1g==",
  6842. "license": "Unlicense"
  6843. },
  6844. "node_modules/humanize-ms": {
  6845. "version": "1.2.1",
  6846. "resolved": "https://registry.npmmirror.com/humanize-ms/-/humanize-ms-1.2.1.tgz",
  6847. "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
  6848. "license": "MIT",
  6849. "dependencies": {
  6850. "ms": "^2.0.0"
  6851. }
  6852. },
  6853. "node_modules/i18next": {
  6854. "version": "20.6.1",
  6855. "resolved": "https://registry.npmmirror.com/i18next/-/i18next-20.6.1.tgz",
  6856. "integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==",
  6857. "license": "MIT",
  6858. "dependencies": {
  6859. "@babel/runtime": "^7.12.0"
  6860. }
  6861. },
  6862. "node_modules/iconv-lite": {
  6863. "version": "0.6.3",
  6864. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  6865. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  6866. "license": "MIT",
  6867. "dependencies": {
  6868. "safer-buffer": ">= 2.1.2 < 3.0.0"
  6869. },
  6870. "engines": {
  6871. "node": ">=0.10.0"
  6872. }
  6873. },
  6874. "node_modules/ieee754": {
  6875. "version": "1.2.1",
  6876. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  6877. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  6878. "funding": [
  6879. {
  6880. "type": "github",
  6881. "url": "https://github.com/sponsors/feross"
  6882. },
  6883. {
  6884. "type": "patreon",
  6885. "url": "https://www.patreon.com/feross"
  6886. },
  6887. {
  6888. "type": "consulting",
  6889. "url": "https://feross.org/support"
  6890. }
  6891. ],
  6892. "license": "BSD-3-Clause"
  6893. },
  6894. "node_modules/ignore": {
  6895. "version": "5.3.2",
  6896. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  6897. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  6898. "dev": true,
  6899. "license": "MIT",
  6900. "engines": {
  6901. "node": ">= 4"
  6902. }
  6903. },
  6904. "node_modules/immer": {
  6905. "version": "9.0.21",
  6906. "resolved": "https://registry.npmmirror.com/immer/-/immer-9.0.21.tgz",
  6907. "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
  6908. "license": "MIT",
  6909. "funding": {
  6910. "type": "opencollective",
  6911. "url": "https://opencollective.com/immer"
  6912. }
  6913. },
  6914. "node_modules/immutable": {
  6915. "version": "4.3.7",
  6916. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-4.3.7.tgz",
  6917. "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==",
  6918. "devOptional": true,
  6919. "license": "MIT"
  6920. },
  6921. "node_modules/import-fresh": {
  6922. "version": "3.3.0",
  6923. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz",
  6924. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  6925. "dev": true,
  6926. "license": "MIT",
  6927. "dependencies": {
  6928. "parent-module": "^1.0.0",
  6929. "resolve-from": "^4.0.0"
  6930. },
  6931. "engines": {
  6932. "node": ">=6"
  6933. },
  6934. "funding": {
  6935. "url": "https://github.com/sponsors/sindresorhus"
  6936. }
  6937. },
  6938. "node_modules/imurmurhash": {
  6939. "version": "0.1.4",
  6940. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  6941. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  6942. "dev": true,
  6943. "license": "MIT",
  6944. "engines": {
  6945. "node": ">=0.8.19"
  6946. }
  6947. },
  6948. "node_modules/inflight": {
  6949. "version": "1.0.6",
  6950. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  6951. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  6952. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  6953. "dev": true,
  6954. "license": "ISC",
  6955. "dependencies": {
  6956. "once": "^1.3.0",
  6957. "wrappy": "1"
  6958. }
  6959. },
  6960. "node_modules/inherits": {
  6961. "version": "2.0.4",
  6962. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  6963. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  6964. "license": "ISC"
  6965. },
  6966. "node_modules/is-arguments": {
  6967. "version": "1.1.1",
  6968. "resolved": "https://registry.npmmirror.com/is-arguments/-/is-arguments-1.1.1.tgz",
  6969. "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
  6970. "license": "MIT",
  6971. "dependencies": {
  6972. "call-bind": "^1.0.2",
  6973. "has-tostringtag": "^1.0.0"
  6974. },
  6975. "engines": {
  6976. "node": ">= 0.4"
  6977. },
  6978. "funding": {
  6979. "url": "https://github.com/sponsors/ljharb"
  6980. }
  6981. },
  6982. "node_modules/is-binary-path": {
  6983. "version": "2.1.0",
  6984. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  6985. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  6986. "license": "MIT",
  6987. "dependencies": {
  6988. "binary-extensions": "^2.0.0"
  6989. },
  6990. "engines": {
  6991. "node": ">=8"
  6992. }
  6993. },
  6994. "node_modules/is-class-hotfix": {
  6995. "version": "0.0.6",
  6996. "resolved": "https://registry.npmmirror.com/is-class-hotfix/-/is-class-hotfix-0.0.6.tgz",
  6997. "integrity": "sha512-0n+pzCC6ICtVr/WXnN2f03TK/3BfXY7me4cjCAqT8TYXEl0+JBRoqBo94JJHXcyDSLUeWbNX8Fvy5g5RJdAstQ==",
  6998. "license": "MIT"
  6999. },
  7000. "node_modules/is-core-module": {
  7001. "version": "2.15.1",
  7002. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.15.1.tgz",
  7003. "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
  7004. "license": "MIT",
  7005. "dependencies": {
  7006. "hasown": "^2.0.2"
  7007. },
  7008. "engines": {
  7009. "node": ">= 0.4"
  7010. },
  7011. "funding": {
  7012. "url": "https://github.com/sponsors/ljharb"
  7013. }
  7014. },
  7015. "node_modules/is-date-object": {
  7016. "version": "1.0.5",
  7017. "resolved": "https://registry.npmmirror.com/is-date-object/-/is-date-object-1.0.5.tgz",
  7018. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  7019. "license": "MIT",
  7020. "dependencies": {
  7021. "has-tostringtag": "^1.0.0"
  7022. },
  7023. "engines": {
  7024. "node": ">= 0.4"
  7025. },
  7026. "funding": {
  7027. "url": "https://github.com/sponsors/ljharb"
  7028. }
  7029. },
  7030. "node_modules/is-extendable": {
  7031. "version": "0.1.1",
  7032. "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
  7033. "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  7034. "license": "MIT",
  7035. "engines": {
  7036. "node": ">=0.10.0"
  7037. }
  7038. },
  7039. "node_modules/is-extglob": {
  7040. "version": "2.1.1",
  7041. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  7042. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  7043. "license": "MIT",
  7044. "engines": {
  7045. "node": ">=0.10.0"
  7046. }
  7047. },
  7048. "node_modules/is-fullwidth-code-point": {
  7049. "version": "3.0.0",
  7050. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  7051. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  7052. "license": "MIT",
  7053. "engines": {
  7054. "node": ">=8"
  7055. }
  7056. },
  7057. "node_modules/is-glob": {
  7058. "version": "4.0.3",
  7059. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  7060. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  7061. "license": "MIT",
  7062. "dependencies": {
  7063. "is-extglob": "^2.1.1"
  7064. },
  7065. "engines": {
  7066. "node": ">=0.10.0"
  7067. }
  7068. },
  7069. "node_modules/is-hotkey": {
  7070. "version": "0.2.0",
  7071. "resolved": "https://registry.npmmirror.com/is-hotkey/-/is-hotkey-0.2.0.tgz",
  7072. "integrity": "sha512-UknnZK4RakDmTgz4PI1wIph5yxSs/mvChWs9ifnlXsKuXgWmOkY/hAE0H/k2MIqH0RlRye0i1oC07MCRSD28Mw==",
  7073. "license": "MIT"
  7074. },
  7075. "node_modules/is-number": {
  7076. "version": "7.0.0",
  7077. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  7078. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  7079. "license": "MIT",
  7080. "engines": {
  7081. "node": ">=0.12.0"
  7082. }
  7083. },
  7084. "node_modules/is-path-inside": {
  7085. "version": "3.0.3",
  7086. "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-3.0.3.tgz",
  7087. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  7088. "dev": true,
  7089. "license": "MIT",
  7090. "engines": {
  7091. "node": ">=8"
  7092. }
  7093. },
  7094. "node_modules/is-plain-object": {
  7095. "version": "5.0.0",
  7096. "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-5.0.0.tgz",
  7097. "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
  7098. "license": "MIT",
  7099. "engines": {
  7100. "node": ">=0.10.0"
  7101. }
  7102. },
  7103. "node_modules/is-regex": {
  7104. "version": "1.1.4",
  7105. "resolved": "https://registry.npmmirror.com/is-regex/-/is-regex-1.1.4.tgz",
  7106. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  7107. "license": "MIT",
  7108. "dependencies": {
  7109. "call-bind": "^1.0.2",
  7110. "has-tostringtag": "^1.0.0"
  7111. },
  7112. "engines": {
  7113. "node": ">= 0.4"
  7114. },
  7115. "funding": {
  7116. "url": "https://github.com/sponsors/ljharb"
  7117. }
  7118. },
  7119. "node_modules/is-type-of": {
  7120. "version": "1.4.0",
  7121. "resolved": "https://registry.npmmirror.com/is-type-of/-/is-type-of-1.4.0.tgz",
  7122. "integrity": "sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ==",
  7123. "license": "MIT",
  7124. "dependencies": {
  7125. "core-util-is": "^1.0.2",
  7126. "is-class-hotfix": "~0.0.6",
  7127. "isstream": "~0.1.2"
  7128. }
  7129. },
  7130. "node_modules/is-url": {
  7131. "version": "1.2.4",
  7132. "resolved": "https://registry.npmmirror.com/is-url/-/is-url-1.2.4.tgz",
  7133. "integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==",
  7134. "license": "MIT"
  7135. },
  7136. "node_modules/isarray": {
  7137. "version": "1.0.0",
  7138. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
  7139. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  7140. "license": "MIT"
  7141. },
  7142. "node_modules/isexe": {
  7143. "version": "2.0.0",
  7144. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  7145. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  7146. "license": "ISC"
  7147. },
  7148. "node_modules/isomorphic-ws": {
  7149. "version": "4.0.1",
  7150. "resolved": "https://registry.npmmirror.com/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz",
  7151. "integrity": "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==",
  7152. "license": "MIT",
  7153. "peerDependencies": {
  7154. "ws": "*"
  7155. }
  7156. },
  7157. "node_modules/isstream": {
  7158. "version": "0.1.2",
  7159. "resolved": "https://registry.npmmirror.com/isstream/-/isstream-0.1.2.tgz",
  7160. "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==",
  7161. "license": "MIT"
  7162. },
  7163. "node_modules/jackspeak": {
  7164. "version": "3.4.3",
  7165. "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz",
  7166. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  7167. "license": "BlueOak-1.0.0",
  7168. "dependencies": {
  7169. "@isaacs/cliui": "^8.0.2"
  7170. },
  7171. "funding": {
  7172. "url": "https://github.com/sponsors/isaacs"
  7173. },
  7174. "optionalDependencies": {
  7175. "@pkgjs/parseargs": "^0.11.0"
  7176. }
  7177. },
  7178. "node_modules/javascript-natural-sort": {
  7179. "version": "0.7.1",
  7180. "resolved": "https://registry.npmmirror.com/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz",
  7181. "integrity": "sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==",
  7182. "license": "MIT"
  7183. },
  7184. "node_modules/jiti": {
  7185. "version": "1.21.6",
  7186. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-1.21.6.tgz",
  7187. "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
  7188. "license": "MIT",
  7189. "bin": {
  7190. "jiti": "bin/jiti.js"
  7191. }
  7192. },
  7193. "node_modules/jmespath": {
  7194. "version": "0.16.0",
  7195. "resolved": "https://registry.npmmirror.com/jmespath/-/jmespath-0.16.0.tgz",
  7196. "integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==",
  7197. "license": "Apache-2.0",
  7198. "engines": {
  7199. "node": ">= 0.6.0"
  7200. }
  7201. },
  7202. "node_modules/js-base64": {
  7203. "version": "2.6.4",
  7204. "resolved": "https://registry.npmmirror.com/js-base64/-/js-base64-2.6.4.tgz",
  7205. "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==",
  7206. "license": "BSD-3-Clause"
  7207. },
  7208. "node_modules/js-cookie": {
  7209. "version": "3.0.5",
  7210. "resolved": "https://registry.npmmirror.com/js-cookie/-/js-cookie-3.0.5.tgz",
  7211. "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
  7212. "license": "MIT",
  7213. "engines": {
  7214. "node": ">=14"
  7215. }
  7216. },
  7217. "node_modules/js-sdsl": {
  7218. "version": "4.3.0",
  7219. "resolved": "https://registry.npmmirror.com/js-sdsl/-/js-sdsl-4.3.0.tgz",
  7220. "integrity": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==",
  7221. "license": "MIT",
  7222. "funding": {
  7223. "type": "opencollective",
  7224. "url": "https://opencollective.com/js-sdsl"
  7225. }
  7226. },
  7227. "node_modules/js-table2excel": {
  7228. "version": "1.1.2",
  7229. "resolved": "https://registry.npmmirror.com/js-table2excel/-/js-table2excel-1.1.2.tgz",
  7230. "integrity": "sha512-E5QcPLjlF7qcqqF+DgaPxj9b+lQsItMqkwcXKpODtZ8zo5f07huuvem3Ek1WYzOcSOalU7RwEAG/66WQ5PVfWA==",
  7231. "license": "MIT"
  7232. },
  7233. "node_modules/js-tokens": {
  7234. "version": "4.0.0",
  7235. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  7236. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  7237. "license": "MIT"
  7238. },
  7239. "node_modules/js-yaml": {
  7240. "version": "4.1.0",
  7241. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  7242. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  7243. "dev": true,
  7244. "license": "MIT",
  7245. "dependencies": {
  7246. "argparse": "^2.0.1"
  7247. },
  7248. "bin": {
  7249. "js-yaml": "bin/js-yaml.js"
  7250. }
  7251. },
  7252. "node_modules/jsesc": {
  7253. "version": "3.0.2",
  7254. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.0.2.tgz",
  7255. "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
  7256. "license": "MIT",
  7257. "bin": {
  7258. "jsesc": "bin/jsesc"
  7259. },
  7260. "engines": {
  7261. "node": ">=6"
  7262. }
  7263. },
  7264. "node_modules/json-buffer": {
  7265. "version": "3.0.1",
  7266. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  7267. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  7268. "dev": true,
  7269. "license": "MIT"
  7270. },
  7271. "node_modules/json-schema-traverse": {
  7272. "version": "0.4.1",
  7273. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  7274. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  7275. "license": "MIT"
  7276. },
  7277. "node_modules/json-source-map": {
  7278. "version": "0.6.1",
  7279. "resolved": "https://registry.npmmirror.com/json-source-map/-/json-source-map-0.6.1.tgz",
  7280. "integrity": "sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==",
  7281. "license": "MIT"
  7282. },
  7283. "node_modules/json-stable-stringify-without-jsonify": {
  7284. "version": "1.0.1",
  7285. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  7286. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  7287. "dev": true,
  7288. "license": "MIT"
  7289. },
  7290. "node_modules/json5": {
  7291. "version": "2.2.3",
  7292. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  7293. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  7294. "license": "MIT",
  7295. "bin": {
  7296. "json5": "lib/cli.js"
  7297. },
  7298. "engines": {
  7299. "node": ">=6"
  7300. }
  7301. },
  7302. "node_modules/jsoneditor": {
  7303. "version": "9.10.5",
  7304. "resolved": "https://registry.npmmirror.com/jsoneditor/-/jsoneditor-9.10.5.tgz",
  7305. "integrity": "sha512-fVZ0NMt+zm4rqTKBv2x7zPdLeaRyKo1EjJkaR1QjK4gEM1rMwICILYSW1OPxSc1qqyAoDaA/eeNrluKoxOocCA==",
  7306. "license": "Apache-2.0",
  7307. "dependencies": {
  7308. "ace-builds": "^1.31.1",
  7309. "ajv": "^6.12.6",
  7310. "javascript-natural-sort": "^0.7.1",
  7311. "jmespath": "^0.16.0",
  7312. "json-source-map": "^0.6.1",
  7313. "jsonrepair": "3.1.0",
  7314. "mobius1-selectr": "^2.4.13",
  7315. "picomodal": "^3.0.0",
  7316. "vanilla-picker": "^2.12.2"
  7317. }
  7318. },
  7319. "node_modules/jsonfile": {
  7320. "version": "6.1.0",
  7321. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  7322. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  7323. "license": "MIT",
  7324. "dependencies": {
  7325. "universalify": "^2.0.0"
  7326. },
  7327. "optionalDependencies": {
  7328. "graceful-fs": "^4.1.6"
  7329. }
  7330. },
  7331. "node_modules/jsonrepair": {
  7332. "version": "3.1.0",
  7333. "resolved": "https://registry.npmmirror.com/jsonrepair/-/jsonrepair-3.1.0.tgz",
  7334. "integrity": "sha512-idqReg23J0PVRAADmZMc5xQM3xeOX5bTB6OTyMnzq33IXJXmn9iJuWIEvGmrN80rQf4d7uLTMEDwpzujNcI0Rg==",
  7335. "license": "ISC",
  7336. "bin": {
  7337. "jsonrepair": "bin/cli.js"
  7338. }
  7339. },
  7340. "node_modules/jsplumb": {
  7341. "version": "2.15.6",
  7342. "resolved": "https://registry.npmmirror.com/jsplumb/-/jsplumb-2.15.6.tgz",
  7343. "integrity": "sha512-sIpbpz5eMVM+vV+MQzFCidlaa1RsknrQs6LOTKYDjYUDdTAi2AN2bFi94TxB33TifcIsRNV1jebcaxg0tCoPzg==",
  7344. "license": "(MIT OR GPL-2.0)"
  7345. },
  7346. "node_modules/jstoxml": {
  7347. "version": "2.2.9",
  7348. "resolved": "https://registry.npmmirror.com/jstoxml/-/jstoxml-2.2.9.tgz",
  7349. "integrity": "sha512-OYWlK0j+roh+eyaMROlNbS5cd5R25Y+IUpdl7cNdB8HNrkgwQzIS7L9MegxOiWNBj9dQhA/yAxiMwCC5mwNoBw==",
  7350. "license": "MIT"
  7351. },
  7352. "node_modules/keyv": {
  7353. "version": "4.5.4",
  7354. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  7355. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  7356. "dev": true,
  7357. "license": "MIT",
  7358. "dependencies": {
  7359. "json-buffer": "3.0.1"
  7360. }
  7361. },
  7362. "node_modules/levn": {
  7363. "version": "0.4.1",
  7364. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  7365. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  7366. "dev": true,
  7367. "license": "MIT",
  7368. "dependencies": {
  7369. "prelude-ls": "^1.2.1",
  7370. "type-check": "~0.4.0"
  7371. },
  7372. "engines": {
  7373. "node": ">= 0.8.0"
  7374. }
  7375. },
  7376. "node_modules/lilconfig": {
  7377. "version": "2.1.0",
  7378. "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-2.1.0.tgz",
  7379. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  7380. "license": "MIT",
  7381. "engines": {
  7382. "node": ">=10"
  7383. }
  7384. },
  7385. "node_modules/lines-and-columns": {
  7386. "version": "1.2.4",
  7387. "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  7388. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  7389. "license": "MIT"
  7390. },
  7391. "node_modules/local-pkg": {
  7392. "version": "0.5.0",
  7393. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.0.tgz",
  7394. "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
  7395. "dev": true,
  7396. "license": "MIT",
  7397. "dependencies": {
  7398. "mlly": "^1.4.2",
  7399. "pkg-types": "^1.0.3"
  7400. },
  7401. "engines": {
  7402. "node": ">=14"
  7403. },
  7404. "funding": {
  7405. "url": "https://github.com/sponsors/antfu"
  7406. }
  7407. },
  7408. "node_modules/locate-path": {
  7409. "version": "6.0.0",
  7410. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  7411. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  7412. "dev": true,
  7413. "license": "MIT",
  7414. "dependencies": {
  7415. "p-locate": "^5.0.0"
  7416. },
  7417. "engines": {
  7418. "node": ">=10"
  7419. },
  7420. "funding": {
  7421. "url": "https://github.com/sponsors/sindresorhus"
  7422. }
  7423. },
  7424. "node_modules/lodash": {
  7425. "version": "4.17.21",
  7426. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  7427. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  7428. "license": "MIT"
  7429. },
  7430. "node_modules/lodash-es": {
  7431. "version": "4.17.21",
  7432. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  7433. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  7434. "license": "MIT"
  7435. },
  7436. "node_modules/lodash-unified": {
  7437. "version": "1.0.3",
  7438. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  7439. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  7440. "license": "MIT",
  7441. "peerDependencies": {
  7442. "@types/lodash-es": "*",
  7443. "lodash": "*",
  7444. "lodash-es": "*"
  7445. }
  7446. },
  7447. "node_modules/lodash.camelcase": {
  7448. "version": "4.3.0",
  7449. "resolved": "https://registry.npmmirror.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
  7450. "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
  7451. "license": "MIT"
  7452. },
  7453. "node_modules/lodash.clonedeep": {
  7454. "version": "4.5.0",
  7455. "resolved": "https://registry.npmmirror.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
  7456. "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
  7457. "license": "MIT"
  7458. },
  7459. "node_modules/lodash.debounce": {
  7460. "version": "4.0.8",
  7461. "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  7462. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  7463. "license": "MIT"
  7464. },
  7465. "node_modules/lodash.foreach": {
  7466. "version": "4.5.0",
  7467. "resolved": "https://registry.npmmirror.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz",
  7468. "integrity": "sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==",
  7469. "license": "MIT"
  7470. },
  7471. "node_modules/lodash.isequal": {
  7472. "version": "4.5.0",
  7473. "resolved": "https://registry.npmmirror.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
  7474. "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==",
  7475. "license": "MIT"
  7476. },
  7477. "node_modules/lodash.merge": {
  7478. "version": "4.6.2",
  7479. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  7480. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  7481. "dev": true,
  7482. "license": "MIT"
  7483. },
  7484. "node_modules/lodash.throttle": {
  7485. "version": "4.1.1",
  7486. "resolved": "https://registry.npmmirror.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
  7487. "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==",
  7488. "license": "MIT"
  7489. },
  7490. "node_modules/lodash.toarray": {
  7491. "version": "4.4.0",
  7492. "resolved": "https://registry.npmmirror.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz",
  7493. "integrity": "sha512-QyffEA3i5dma5q2490+SgCvDN0pXLmRGSyAANuVi0HQ01Pkfr9fuoKQW8wm1wGBnJITs/mS7wQvS6VshUEBFCw==",
  7494. "license": "MIT"
  7495. },
  7496. "node_modules/lru-cache": {
  7497. "version": "10.4.3",
  7498. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  7499. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  7500. "license": "ISC"
  7501. },
  7502. "node_modules/magic-string": {
  7503. "version": "0.30.12",
  7504. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.12.tgz",
  7505. "integrity": "sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==",
  7506. "license": "MIT",
  7507. "dependencies": {
  7508. "@jridgewell/sourcemap-codec": "^1.5.0"
  7509. }
  7510. },
  7511. "node_modules/memoize-one": {
  7512. "version": "6.0.0",
  7513. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  7514. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  7515. "license": "MIT"
  7516. },
  7517. "node_modules/merge-descriptors": {
  7518. "version": "1.0.3",
  7519. "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
  7520. "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
  7521. "license": "MIT",
  7522. "funding": {
  7523. "url": "https://github.com/sponsors/sindresorhus"
  7524. }
  7525. },
  7526. "node_modules/merge2": {
  7527. "version": "1.4.1",
  7528. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  7529. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  7530. "license": "MIT",
  7531. "engines": {
  7532. "node": ">= 8"
  7533. }
  7534. },
  7535. "node_modules/micromatch": {
  7536. "version": "4.0.8",
  7537. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  7538. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  7539. "license": "MIT",
  7540. "dependencies": {
  7541. "braces": "^3.0.3",
  7542. "picomatch": "^2.3.1"
  7543. },
  7544. "engines": {
  7545. "node": ">=8.6"
  7546. }
  7547. },
  7548. "node_modules/mime": {
  7549. "version": "2.6.0",
  7550. "resolved": "https://registry.npmmirror.com/mime/-/mime-2.6.0.tgz",
  7551. "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
  7552. "license": "MIT",
  7553. "bin": {
  7554. "mime": "cli.js"
  7555. },
  7556. "engines": {
  7557. "node": ">=4.0.0"
  7558. }
  7559. },
  7560. "node_modules/mime-db": {
  7561. "version": "1.52.0",
  7562. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  7563. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  7564. "license": "MIT",
  7565. "engines": {
  7566. "node": ">= 0.6"
  7567. }
  7568. },
  7569. "node_modules/mime-match": {
  7570. "version": "1.0.2",
  7571. "resolved": "https://registry.npmmirror.com/mime-match/-/mime-match-1.0.2.tgz",
  7572. "integrity": "sha512-VXp/ugGDVh3eCLOBCiHZMYWQaTNUHv2IJrut+yXA6+JbLPXHglHwfS/5A5L0ll+jkCY7fIzRJcH6OIunF+c6Cg==",
  7573. "license": "ISC",
  7574. "dependencies": {
  7575. "wildcard": "^1.1.0"
  7576. }
  7577. },
  7578. "node_modules/mime-types": {
  7579. "version": "2.1.35",
  7580. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  7581. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  7582. "license": "MIT",
  7583. "dependencies": {
  7584. "mime-db": "1.52.0"
  7585. },
  7586. "engines": {
  7587. "node": ">= 0.6"
  7588. }
  7589. },
  7590. "node_modules/minimatch": {
  7591. "version": "3.1.2",
  7592. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  7593. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  7594. "dev": true,
  7595. "license": "ISC",
  7596. "dependencies": {
  7597. "brace-expansion": "^1.1.7"
  7598. },
  7599. "engines": {
  7600. "node": "*"
  7601. }
  7602. },
  7603. "node_modules/minimist": {
  7604. "version": "1.2.8",
  7605. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  7606. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  7607. "license": "MIT",
  7608. "funding": {
  7609. "url": "https://github.com/sponsors/ljharb"
  7610. }
  7611. },
  7612. "node_modules/minipass": {
  7613. "version": "7.1.2",
  7614. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  7615. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  7616. "license": "ISC",
  7617. "engines": {
  7618. "node": ">=16 || 14 >=14.17"
  7619. }
  7620. },
  7621. "node_modules/mitt": {
  7622. "version": "3.0.1",
  7623. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  7624. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  7625. "license": "MIT"
  7626. },
  7627. "node_modules/mkdirp": {
  7628. "version": "0.5.6",
  7629. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz",
  7630. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  7631. "license": "MIT",
  7632. "dependencies": {
  7633. "minimist": "^1.2.6"
  7634. },
  7635. "bin": {
  7636. "mkdirp": "bin/cmd.js"
  7637. }
  7638. },
  7639. "node_modules/mlly": {
  7640. "version": "1.7.2",
  7641. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.2.tgz",
  7642. "integrity": "sha512-tN3dvVHYVz4DhSXinXIk7u9syPYaJvio118uomkovAtWBT+RdbP6Lfh/5Lvo519YMmwBafwlh20IPTXIStscpA==",
  7643. "dev": true,
  7644. "license": "MIT",
  7645. "dependencies": {
  7646. "acorn": "^8.12.1",
  7647. "pathe": "^1.1.2",
  7648. "pkg-types": "^1.2.0",
  7649. "ufo": "^1.5.4"
  7650. }
  7651. },
  7652. "node_modules/mobius1-selectr": {
  7653. "version": "2.4.13",
  7654. "resolved": "https://registry.npmmirror.com/mobius1-selectr/-/mobius1-selectr-2.4.13.tgz",
  7655. "integrity": "sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw==",
  7656. "license": "MIT"
  7657. },
  7658. "node_modules/mqtt": {
  7659. "version": "5.10.1",
  7660. "resolved": "https://registry.npmmirror.com/mqtt/-/mqtt-5.10.1.tgz",
  7661. "integrity": "sha512-hXCOki8sANoQ7w+2OzJzg6qMBxTtrH9RlnVNV8panLZgnl+Gh0J/t4k6r8Az8+C7y3KAcyXtn0mmLixyUom8Sw==",
  7662. "license": "MIT",
  7663. "dependencies": {
  7664. "@types/readable-stream": "^4.0.5",
  7665. "@types/ws": "^8.5.9",
  7666. "commist": "^3.2.0",
  7667. "concat-stream": "^2.0.0",
  7668. "debug": "^4.3.4",
  7669. "help-me": "^5.0.0",
  7670. "lru-cache": "^10.0.1",
  7671. "minimist": "^1.2.8",
  7672. "mqtt-packet": "^9.0.0",
  7673. "number-allocator": "^1.0.14",
  7674. "readable-stream": "^4.4.2",
  7675. "reinterval": "^1.1.0",
  7676. "rfdc": "^1.3.0",
  7677. "split2": "^4.2.0",
  7678. "worker-timers": "^7.1.4",
  7679. "ws": "^8.17.1"
  7680. },
  7681. "bin": {
  7682. "mqtt": "build/bin/mqtt.js",
  7683. "mqtt_pub": "build/bin/pub.js",
  7684. "mqtt_sub": "build/bin/sub.js"
  7685. },
  7686. "engines": {
  7687. "node": ">=16.0.0"
  7688. }
  7689. },
  7690. "node_modules/mqtt-packet": {
  7691. "version": "9.0.0",
  7692. "resolved": "https://registry.npmmirror.com/mqtt-packet/-/mqtt-packet-9.0.0.tgz",
  7693. "integrity": "sha512-8v+HkX+fwbodsWAZIZTI074XIoxVBOmPeggQuDFCGg1SqNcC+uoRMWu7J6QlJPqIUIJXmjNYYHxBBLr1Y/Df4w==",
  7694. "license": "MIT",
  7695. "dependencies": {
  7696. "bl": "^6.0.8",
  7697. "debug": "^4.3.4",
  7698. "process-nextick-args": "^2.0.1"
  7699. }
  7700. },
  7701. "node_modules/mqtt/node_modules/readable-stream": {
  7702. "version": "4.5.2",
  7703. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-4.5.2.tgz",
  7704. "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
  7705. "license": "MIT",
  7706. "dependencies": {
  7707. "abort-controller": "^3.0.0",
  7708. "buffer": "^6.0.3",
  7709. "events": "^3.3.0",
  7710. "process": "^0.11.10",
  7711. "string_decoder": "^1.3.0"
  7712. },
  7713. "engines": {
  7714. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7715. }
  7716. },
  7717. "node_modules/mqtt/node_modules/string_decoder": {
  7718. "version": "1.3.0",
  7719. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
  7720. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  7721. "license": "MIT",
  7722. "dependencies": {
  7723. "safe-buffer": "~5.2.0"
  7724. }
  7725. },
  7726. "node_modules/ms": {
  7727. "version": "2.1.3",
  7728. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  7729. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  7730. "license": "MIT"
  7731. },
  7732. "node_modules/mz": {
  7733. "version": "2.7.0",
  7734. "resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz",
  7735. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  7736. "license": "MIT",
  7737. "dependencies": {
  7738. "any-promise": "^1.0.0",
  7739. "object-assign": "^4.0.1",
  7740. "thenify-all": "^1.0.0"
  7741. }
  7742. },
  7743. "node_modules/namespace-emitter": {
  7744. "version": "2.0.1",
  7745. "resolved": "https://registry.npmmirror.com/namespace-emitter/-/namespace-emitter-2.0.1.tgz",
  7746. "integrity": "sha512-N/sMKHniSDJBjfrkbS/tpkPj4RAbvW3mr8UAzvlMHyun93XEm83IAvhWtJVHo+RHn/oO8Job5YN4b+wRjSVp5g==",
  7747. "license": "MIT"
  7748. },
  7749. "node_modules/nanoid": {
  7750. "version": "3.3.7",
  7751. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz",
  7752. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  7753. "funding": [
  7754. {
  7755. "type": "github",
  7756. "url": "https://github.com/sponsors/ai"
  7757. }
  7758. ],
  7759. "license": "MIT",
  7760. "bin": {
  7761. "nanoid": "bin/nanoid.cjs"
  7762. },
  7763. "engines": {
  7764. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  7765. }
  7766. },
  7767. "node_modules/natural-compare": {
  7768. "version": "1.4.0",
  7769. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  7770. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  7771. "dev": true,
  7772. "license": "MIT"
  7773. },
  7774. "node_modules/natural-compare-lite": {
  7775. "version": "1.4.0",
  7776. "resolved": "https://registry.npmmirror.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
  7777. "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
  7778. "dev": true,
  7779. "license": "MIT"
  7780. },
  7781. "node_modules/next-tick": {
  7782. "version": "1.1.0",
  7783. "resolved": "https://registry.npmmirror.com/next-tick/-/next-tick-1.1.0.tgz",
  7784. "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==",
  7785. "license": "ISC"
  7786. },
  7787. "node_modules/node-addon-api": {
  7788. "version": "7.1.1",
  7789. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  7790. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  7791. "devOptional": true,
  7792. "license": "MIT"
  7793. },
  7794. "node_modules/node-hex": {
  7795. "version": "1.0.1",
  7796. "resolved": "https://registry.npmmirror.com/node-hex/-/node-hex-1.0.1.tgz",
  7797. "integrity": "sha512-iwpZdvW6Umz12ICmu9IYPRxg0tOLGmU3Tq2tKetejCj3oZd7b2nUXwP3a7QA5M9glWy8wlPS1G3RwM/CdsUbdQ==",
  7798. "license": "MIT",
  7799. "engines": {
  7800. "node": ">=8.0.0"
  7801. }
  7802. },
  7803. "node_modules/node-releases": {
  7804. "version": "2.0.18",
  7805. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.18.tgz",
  7806. "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
  7807. "license": "MIT"
  7808. },
  7809. "node_modules/normalize-path": {
  7810. "version": "3.0.0",
  7811. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  7812. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  7813. "license": "MIT",
  7814. "engines": {
  7815. "node": ">=0.10.0"
  7816. }
  7817. },
  7818. "node_modules/normalize-range": {
  7819. "version": "0.1.2",
  7820. "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz",
  7821. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  7822. "license": "MIT",
  7823. "engines": {
  7824. "node": ">=0.10.0"
  7825. }
  7826. },
  7827. "node_modules/normalize-wheel-es": {
  7828. "version": "1.2.0",
  7829. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  7830. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  7831. "license": "BSD-3-Clause"
  7832. },
  7833. "node_modules/nprogress": {
  7834. "version": "0.2.0",
  7835. "resolved": "https://registry.npmmirror.com/nprogress/-/nprogress-0.2.0.tgz",
  7836. "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==",
  7837. "license": "MIT"
  7838. },
  7839. "node_modules/nth-check": {
  7840. "version": "2.1.1",
  7841. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  7842. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  7843. "dev": true,
  7844. "license": "BSD-2-Clause",
  7845. "dependencies": {
  7846. "boolbase": "^1.0.0"
  7847. },
  7848. "funding": {
  7849. "url": "https://github.com/fb55/nth-check?sponsor=1"
  7850. }
  7851. },
  7852. "node_modules/number-allocator": {
  7853. "version": "1.0.14",
  7854. "resolved": "https://registry.npmmirror.com/number-allocator/-/number-allocator-1.0.14.tgz",
  7855. "integrity": "sha512-OrL44UTVAvkKdOdRQZIJpLkAdjXGTRda052sN4sO77bKEzYYqWKMBjQvrJFzqygI99gL6Z4u2xctPW1tB8ErvA==",
  7856. "license": "MIT",
  7857. "dependencies": {
  7858. "debug": "^4.3.1",
  7859. "js-sdsl": "4.3.0"
  7860. }
  7861. },
  7862. "node_modules/object-assign": {
  7863. "version": "4.1.1",
  7864. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  7865. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  7866. "license": "MIT",
  7867. "engines": {
  7868. "node": ">=0.10.0"
  7869. }
  7870. },
  7871. "node_modules/object-hash": {
  7872. "version": "3.0.0",
  7873. "resolved": "https://registry.npmmirror.com/object-hash/-/object-hash-3.0.0.tgz",
  7874. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  7875. "license": "MIT",
  7876. "engines": {
  7877. "node": ">= 6"
  7878. }
  7879. },
  7880. "node_modules/object-inspect": {
  7881. "version": "1.13.2",
  7882. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.2.tgz",
  7883. "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
  7884. "license": "MIT",
  7885. "engines": {
  7886. "node": ">= 0.4"
  7887. },
  7888. "funding": {
  7889. "url": "https://github.com/sponsors/ljharb"
  7890. }
  7891. },
  7892. "node_modules/object-is": {
  7893. "version": "1.1.6",
  7894. "resolved": "https://registry.npmmirror.com/object-is/-/object-is-1.1.6.tgz",
  7895. "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==",
  7896. "license": "MIT",
  7897. "dependencies": {
  7898. "call-bind": "^1.0.7",
  7899. "define-properties": "^1.2.1"
  7900. },
  7901. "engines": {
  7902. "node": ">= 0.4"
  7903. },
  7904. "funding": {
  7905. "url": "https://github.com/sponsors/ljharb"
  7906. }
  7907. },
  7908. "node_modules/object-keys": {
  7909. "version": "1.1.1",
  7910. "resolved": "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz",
  7911. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  7912. "license": "MIT",
  7913. "engines": {
  7914. "node": ">= 0.4"
  7915. }
  7916. },
  7917. "node_modules/once": {
  7918. "version": "1.4.0",
  7919. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  7920. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  7921. "license": "ISC",
  7922. "dependencies": {
  7923. "wrappy": "1"
  7924. }
  7925. },
  7926. "node_modules/optionator": {
  7927. "version": "0.9.4",
  7928. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  7929. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  7930. "dev": true,
  7931. "license": "MIT",
  7932. "dependencies": {
  7933. "deep-is": "^0.1.3",
  7934. "fast-levenshtein": "^2.0.6",
  7935. "levn": "^0.4.1",
  7936. "prelude-ls": "^1.2.1",
  7937. "type-check": "^0.4.0",
  7938. "word-wrap": "^1.2.5"
  7939. },
  7940. "engines": {
  7941. "node": ">= 0.8.0"
  7942. }
  7943. },
  7944. "node_modules/os-name": {
  7945. "version": "1.0.3",
  7946. "resolved": "https://registry.npmmirror.com/os-name/-/os-name-1.0.3.tgz",
  7947. "integrity": "sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew==",
  7948. "license": "MIT",
  7949. "dependencies": {
  7950. "osx-release": "^1.0.0",
  7951. "win-release": "^1.0.0"
  7952. },
  7953. "bin": {
  7954. "os-name": "cli.js"
  7955. },
  7956. "engines": {
  7957. "node": ">=0.10.0"
  7958. }
  7959. },
  7960. "node_modules/osx-release": {
  7961. "version": "1.1.0",
  7962. "resolved": "https://registry.npmmirror.com/osx-release/-/osx-release-1.1.0.tgz",
  7963. "integrity": "sha512-ixCMMwnVxyHFQLQnINhmIpWqXIfS2YOXchwQrk+OFzmo6nDjQ0E4KXAyyUh0T0MZgV4bUhkRrAbVqlE4yLVq4A==",
  7964. "license": "MIT",
  7965. "dependencies": {
  7966. "minimist": "^1.1.0"
  7967. },
  7968. "bin": {
  7969. "osx-release": "cli.js"
  7970. },
  7971. "engines": {
  7972. "node": ">=0.10.0"
  7973. }
  7974. },
  7975. "node_modules/p-limit": {
  7976. "version": "3.1.0",
  7977. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  7978. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  7979. "dev": true,
  7980. "license": "MIT",
  7981. "dependencies": {
  7982. "yocto-queue": "^0.1.0"
  7983. },
  7984. "engines": {
  7985. "node": ">=10"
  7986. },
  7987. "funding": {
  7988. "url": "https://github.com/sponsors/sindresorhus"
  7989. }
  7990. },
  7991. "node_modules/p-locate": {
  7992. "version": "5.0.0",
  7993. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  7994. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  7995. "dev": true,
  7996. "license": "MIT",
  7997. "dependencies": {
  7998. "p-limit": "^3.0.2"
  7999. },
  8000. "engines": {
  8001. "node": ">=10"
  8002. },
  8003. "funding": {
  8004. "url": "https://github.com/sponsors/sindresorhus"
  8005. }
  8006. },
  8007. "node_modules/package-json-from-dist": {
  8008. "version": "1.0.1",
  8009. "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  8010. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  8011. "license": "BlueOak-1.0.0"
  8012. },
  8013. "node_modules/parchment": {
  8014. "version": "1.1.4",
  8015. "resolved": "https://registry.npmmirror.com/parchment/-/parchment-1.1.4.tgz",
  8016. "integrity": "sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==",
  8017. "license": "BSD-3-Clause"
  8018. },
  8019. "node_modules/parent-module": {
  8020. "version": "1.0.1",
  8021. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  8022. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  8023. "dev": true,
  8024. "license": "MIT",
  8025. "dependencies": {
  8026. "callsites": "^3.0.0"
  8027. },
  8028. "engines": {
  8029. "node": ">=6"
  8030. }
  8031. },
  8032. "node_modules/path-exists": {
  8033. "version": "4.0.0",
  8034. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  8035. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  8036. "dev": true,
  8037. "license": "MIT",
  8038. "engines": {
  8039. "node": ">=8"
  8040. }
  8041. },
  8042. "node_modules/path-is-absolute": {
  8043. "version": "1.0.1",
  8044. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  8045. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  8046. "dev": true,
  8047. "license": "MIT",
  8048. "engines": {
  8049. "node": ">=0.10.0"
  8050. }
  8051. },
  8052. "node_modules/path-key": {
  8053. "version": "3.1.1",
  8054. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  8055. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  8056. "license": "MIT",
  8057. "engines": {
  8058. "node": ">=8"
  8059. }
  8060. },
  8061. "node_modules/path-parse": {
  8062. "version": "1.0.7",
  8063. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  8064. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  8065. "license": "MIT"
  8066. },
  8067. "node_modules/path-scurry": {
  8068. "version": "1.11.1",
  8069. "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
  8070. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  8071. "license": "BlueOak-1.0.0",
  8072. "dependencies": {
  8073. "lru-cache": "^10.2.0",
  8074. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  8075. },
  8076. "engines": {
  8077. "node": ">=16 || 14 >=14.18"
  8078. },
  8079. "funding": {
  8080. "url": "https://github.com/sponsors/isaacs"
  8081. }
  8082. },
  8083. "node_modules/path-type": {
  8084. "version": "4.0.0",
  8085. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
  8086. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  8087. "dev": true,
  8088. "license": "MIT",
  8089. "engines": {
  8090. "node": ">=8"
  8091. }
  8092. },
  8093. "node_modules/pathe": {
  8094. "version": "1.1.2",
  8095. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  8096. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  8097. "dev": true,
  8098. "license": "MIT"
  8099. },
  8100. "node_modules/pause-stream": {
  8101. "version": "0.0.11",
  8102. "resolved": "https://registry.npmmirror.com/pause-stream/-/pause-stream-0.0.11.tgz",
  8103. "integrity": "sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==",
  8104. "license": [
  8105. "MIT",
  8106. "Apache2"
  8107. ],
  8108. "dependencies": {
  8109. "through": "~2.3"
  8110. }
  8111. },
  8112. "node_modules/picocolors": {
  8113. "version": "1.1.1",
  8114. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  8115. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  8116. "license": "ISC"
  8117. },
  8118. "node_modules/picomatch": {
  8119. "version": "2.3.1",
  8120. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  8121. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  8122. "license": "MIT",
  8123. "engines": {
  8124. "node": ">=8.6"
  8125. },
  8126. "funding": {
  8127. "url": "https://github.com/sponsors/jonschlinkert"
  8128. }
  8129. },
  8130. "node_modules/picomodal": {
  8131. "version": "3.0.0",
  8132. "resolved": "https://registry.npmmirror.com/picomodal/-/picomodal-3.0.0.tgz",
  8133. "integrity": "sha512-FoR3TDfuLlqUvcEeK5ifpKSVVns6B4BQvc8SDF6THVMuadya6LLtji0QgUDSStw0ZR2J7I6UGi5V2V23rnPWTw==",
  8134. "license": "MIT"
  8135. },
  8136. "node_modules/pify": {
  8137. "version": "2.3.0",
  8138. "resolved": "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz",
  8139. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  8140. "license": "MIT",
  8141. "engines": {
  8142. "node": ">=0.10.0"
  8143. }
  8144. },
  8145. "node_modules/pinia": {
  8146. "version": "2.2.4",
  8147. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.2.4.tgz",
  8148. "integrity": "sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==",
  8149. "license": "MIT",
  8150. "dependencies": {
  8151. "@vue/devtools-api": "^6.6.3",
  8152. "vue-demi": "^0.14.10"
  8153. },
  8154. "funding": {
  8155. "url": "https://github.com/sponsors/posva"
  8156. },
  8157. "peerDependencies": {
  8158. "@vue/composition-api": "^1.4.0",
  8159. "typescript": ">=4.4.4",
  8160. "vue": "^2.6.14 || ^3.3.0"
  8161. },
  8162. "peerDependenciesMeta": {
  8163. "@vue/composition-api": {
  8164. "optional": true
  8165. },
  8166. "typescript": {
  8167. "optional": true
  8168. }
  8169. }
  8170. },
  8171. "node_modules/pinia-plugin-persist": {
  8172. "version": "1.0.0",
  8173. "resolved": "https://registry.npmmirror.com/pinia-plugin-persist/-/pinia-plugin-persist-1.0.0.tgz",
  8174. "integrity": "sha512-M4hBBd8fz/GgNmUPaaUsC29y1M09lqbXrMAHcusVoU8xlQi1TqgkWnnhvMikZwr7Le/hVyMx8KUcumGGrR6GVw==",
  8175. "license": "MIT",
  8176. "dependencies": {
  8177. "vue-demi": "^0.12.1"
  8178. },
  8179. "peerDependencies": {
  8180. "@vue/composition-api": "^1.0.0",
  8181. "pinia": "^2.0.0",
  8182. "vue": "^2.0.0 || >=3.0.0"
  8183. },
  8184. "peerDependenciesMeta": {
  8185. "@vue/composition-api": {
  8186. "optional": true
  8187. }
  8188. }
  8189. },
  8190. "node_modules/pinia-plugin-persist/node_modules/vue-demi": {
  8191. "version": "0.12.5",
  8192. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.12.5.tgz",
  8193. "integrity": "sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==",
  8194. "hasInstallScript": true,
  8195. "license": "MIT",
  8196. "bin": {
  8197. "vue-demi-fix": "bin/vue-demi-fix.js",
  8198. "vue-demi-switch": "bin/vue-demi-switch.js"
  8199. },
  8200. "engines": {
  8201. "node": ">=12"
  8202. },
  8203. "funding": {
  8204. "url": "https://github.com/sponsors/antfu"
  8205. },
  8206. "peerDependencies": {
  8207. "@vue/composition-api": "^1.0.0-rc.1",
  8208. "vue": "^3.0.0-0 || ^2.6.0"
  8209. },
  8210. "peerDependenciesMeta": {
  8211. "@vue/composition-api": {
  8212. "optional": true
  8213. }
  8214. }
  8215. },
  8216. "node_modules/pinia/node_modules/vue-demi": {
  8217. "version": "0.14.10",
  8218. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  8219. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  8220. "hasInstallScript": true,
  8221. "license": "MIT",
  8222. "bin": {
  8223. "vue-demi-fix": "bin/vue-demi-fix.js",
  8224. "vue-demi-switch": "bin/vue-demi-switch.js"
  8225. },
  8226. "engines": {
  8227. "node": ">=12"
  8228. },
  8229. "funding": {
  8230. "url": "https://github.com/sponsors/antfu"
  8231. },
  8232. "peerDependencies": {
  8233. "@vue/composition-api": "^1.0.0-rc.1",
  8234. "vue": "^3.0.0-0 || ^2.6.0"
  8235. },
  8236. "peerDependenciesMeta": {
  8237. "@vue/composition-api": {
  8238. "optional": true
  8239. }
  8240. }
  8241. },
  8242. "node_modules/pirates": {
  8243. "version": "4.0.6",
  8244. "resolved": "https://registry.npmmirror.com/pirates/-/pirates-4.0.6.tgz",
  8245. "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
  8246. "license": "MIT",
  8247. "engines": {
  8248. "node": ">= 6"
  8249. }
  8250. },
  8251. "node_modules/pkg-types": {
  8252. "version": "1.2.1",
  8253. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.2.1.tgz",
  8254. "integrity": "sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==",
  8255. "dev": true,
  8256. "license": "MIT",
  8257. "dependencies": {
  8258. "confbox": "^0.1.8",
  8259. "mlly": "^1.7.2",
  8260. "pathe": "^1.1.2"
  8261. }
  8262. },
  8263. "node_modules/platform": {
  8264. "version": "1.3.6",
  8265. "resolved": "https://registry.npmmirror.com/platform/-/platform-1.3.6.tgz",
  8266. "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
  8267. "license": "MIT"
  8268. },
  8269. "node_modules/postcss": {
  8270. "version": "8.4.47",
  8271. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.47.tgz",
  8272. "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
  8273. "funding": [
  8274. {
  8275. "type": "opencollective",
  8276. "url": "https://opencollective.com/postcss/"
  8277. },
  8278. {
  8279. "type": "tidelift",
  8280. "url": "https://tidelift.com/funding/github/npm/postcss"
  8281. },
  8282. {
  8283. "type": "github",
  8284. "url": "https://github.com/sponsors/ai"
  8285. }
  8286. ],
  8287. "license": "MIT",
  8288. "dependencies": {
  8289. "nanoid": "^3.3.7",
  8290. "picocolors": "^1.1.0",
  8291. "source-map-js": "^1.2.1"
  8292. },
  8293. "engines": {
  8294. "node": "^10 || ^12 || >=14"
  8295. }
  8296. },
  8297. "node_modules/postcss-import": {
  8298. "version": "15.1.0",
  8299. "resolved": "https://registry.npmmirror.com/postcss-import/-/postcss-import-15.1.0.tgz",
  8300. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  8301. "license": "MIT",
  8302. "dependencies": {
  8303. "postcss-value-parser": "^4.0.0",
  8304. "read-cache": "^1.0.0",
  8305. "resolve": "^1.1.7"
  8306. },
  8307. "engines": {
  8308. "node": ">=14.0.0"
  8309. },
  8310. "peerDependencies": {
  8311. "postcss": "^8.0.0"
  8312. }
  8313. },
  8314. "node_modules/postcss-js": {
  8315. "version": "4.0.1",
  8316. "resolved": "https://registry.npmmirror.com/postcss-js/-/postcss-js-4.0.1.tgz",
  8317. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  8318. "license": "MIT",
  8319. "dependencies": {
  8320. "camelcase-css": "^2.0.1"
  8321. },
  8322. "engines": {
  8323. "node": "^12 || ^14 || >= 16"
  8324. },
  8325. "funding": {
  8326. "type": "opencollective",
  8327. "url": "https://opencollective.com/postcss/"
  8328. },
  8329. "peerDependencies": {
  8330. "postcss": "^8.4.21"
  8331. }
  8332. },
  8333. "node_modules/postcss-load-config": {
  8334. "version": "4.0.2",
  8335. "resolved": "https://registry.npmmirror.com/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
  8336. "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
  8337. "funding": [
  8338. {
  8339. "type": "opencollective",
  8340. "url": "https://opencollective.com/postcss/"
  8341. },
  8342. {
  8343. "type": "github",
  8344. "url": "https://github.com/sponsors/ai"
  8345. }
  8346. ],
  8347. "license": "MIT",
  8348. "dependencies": {
  8349. "lilconfig": "^3.0.0",
  8350. "yaml": "^2.3.4"
  8351. },
  8352. "engines": {
  8353. "node": ">= 14"
  8354. },
  8355. "peerDependencies": {
  8356. "postcss": ">=8.0.9",
  8357. "ts-node": ">=9.0.0"
  8358. },
  8359. "peerDependenciesMeta": {
  8360. "postcss": {
  8361. "optional": true
  8362. },
  8363. "ts-node": {
  8364. "optional": true
  8365. }
  8366. }
  8367. },
  8368. "node_modules/postcss-load-config/node_modules/lilconfig": {
  8369. "version": "3.1.2",
  8370. "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.2.tgz",
  8371. "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
  8372. "license": "MIT",
  8373. "engines": {
  8374. "node": ">=14"
  8375. },
  8376. "funding": {
  8377. "url": "https://github.com/sponsors/antonk52"
  8378. }
  8379. },
  8380. "node_modules/postcss-nested": {
  8381. "version": "6.2.0",
  8382. "resolved": "https://registry.npmmirror.com/postcss-nested/-/postcss-nested-6.2.0.tgz",
  8383. "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
  8384. "funding": [
  8385. {
  8386. "type": "opencollective",
  8387. "url": "https://opencollective.com/postcss/"
  8388. },
  8389. {
  8390. "type": "github",
  8391. "url": "https://github.com/sponsors/ai"
  8392. }
  8393. ],
  8394. "license": "MIT",
  8395. "dependencies": {
  8396. "postcss-selector-parser": "^6.1.1"
  8397. },
  8398. "engines": {
  8399. "node": ">=12.0"
  8400. },
  8401. "peerDependencies": {
  8402. "postcss": "^8.2.14"
  8403. }
  8404. },
  8405. "node_modules/postcss-selector-parser": {
  8406. "version": "6.1.2",
  8407. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  8408. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  8409. "license": "MIT",
  8410. "dependencies": {
  8411. "cssesc": "^3.0.0",
  8412. "util-deprecate": "^1.0.2"
  8413. },
  8414. "engines": {
  8415. "node": ">=4"
  8416. }
  8417. },
  8418. "node_modules/postcss-value-parser": {
  8419. "version": "4.2.0",
  8420. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  8421. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  8422. "license": "MIT"
  8423. },
  8424. "node_modules/preact": {
  8425. "version": "10.24.3",
  8426. "resolved": "https://registry.npmmirror.com/preact/-/preact-10.24.3.tgz",
  8427. "integrity": "sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==",
  8428. "license": "MIT",
  8429. "funding": {
  8430. "type": "opencollective",
  8431. "url": "https://opencollective.com/preact"
  8432. }
  8433. },
  8434. "node_modules/prelude-ls": {
  8435. "version": "1.2.1",
  8436. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  8437. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  8438. "dev": true,
  8439. "license": "MIT",
  8440. "engines": {
  8441. "node": ">= 0.8.0"
  8442. }
  8443. },
  8444. "node_modules/prettier": {
  8445. "version": "2.8.8",
  8446. "resolved": "https://registry.npmmirror.com/prettier/-/prettier-2.8.8.tgz",
  8447. "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
  8448. "dev": true,
  8449. "license": "MIT",
  8450. "bin": {
  8451. "prettier": "bin-prettier.js"
  8452. },
  8453. "engines": {
  8454. "node": ">=10.13.0"
  8455. },
  8456. "funding": {
  8457. "url": "https://github.com/prettier/prettier?sponsor=1"
  8458. }
  8459. },
  8460. "node_modules/print-js": {
  8461. "version": "1.6.0",
  8462. "resolved": "https://registry.npmmirror.com/print-js/-/print-js-1.6.0.tgz",
  8463. "integrity": "sha512-BfnOIzSKbqGRtO4o0rnj/K3681BSd2QUrsIZy/+WdCIugjIswjmx3lDEZpXB2ruGf9d4b3YNINri81+J0FsBWg==",
  8464. "license": "MIT"
  8465. },
  8466. "node_modules/prismjs": {
  8467. "version": "1.29.0",
  8468. "resolved": "https://registry.npmmirror.com/prismjs/-/prismjs-1.29.0.tgz",
  8469. "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==",
  8470. "license": "MIT",
  8471. "engines": {
  8472. "node": ">=6"
  8473. }
  8474. },
  8475. "node_modules/process": {
  8476. "version": "0.11.10",
  8477. "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
  8478. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  8479. "license": "MIT",
  8480. "engines": {
  8481. "node": ">= 0.6.0"
  8482. }
  8483. },
  8484. "node_modules/process-nextick-args": {
  8485. "version": "2.0.1",
  8486. "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  8487. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  8488. "license": "MIT"
  8489. },
  8490. "node_modules/proxy-from-env": {
  8491. "version": "1.1.0",
  8492. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  8493. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  8494. "license": "MIT"
  8495. },
  8496. "node_modules/pump": {
  8497. "version": "3.0.2",
  8498. "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.2.tgz",
  8499. "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
  8500. "license": "MIT",
  8501. "dependencies": {
  8502. "end-of-stream": "^1.1.0",
  8503. "once": "^1.3.1"
  8504. }
  8505. },
  8506. "node_modules/punycode": {
  8507. "version": "2.3.1",
  8508. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  8509. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  8510. "license": "MIT",
  8511. "engines": {
  8512. "node": ">=6"
  8513. }
  8514. },
  8515. "node_modules/qiniu-js": {
  8516. "version": "3.4.1",
  8517. "resolved": "https://registry.npmmirror.com/qiniu-js/-/qiniu-js-3.4.1.tgz",
  8518. "integrity": "sha512-8vxrLqDPlJUk3fUAaTozh3TAT3ww9B5KqGogmGuTiFHnewXDoMxTCSY5z8Ab5UNdrCo6ZxDM07G/o++CICRUFw==",
  8519. "license": "MIT",
  8520. "dependencies": {
  8521. "@babel/runtime-corejs2": "^7.10.2",
  8522. "querystring": "^0.2.1",
  8523. "spark-md5": "^3.0.0"
  8524. }
  8525. },
  8526. "node_modules/qrcodejs2-fixes": {
  8527. "version": "0.0.2",
  8528. "resolved": "https://registry.npmmirror.com/qrcodejs2-fixes/-/qrcodejs2-fixes-0.0.2.tgz",
  8529. "integrity": "sha512-wMUXYMOixAEJlLnjk5MbLiFaz0gQObWYm/TIFWB5+j7sTY5gPyr09Cx1EpcLYbsgfFdN3wHjrKAhZofTuCBGhg==",
  8530. "license": "MIT"
  8531. },
  8532. "node_modules/qs": {
  8533. "version": "6.13.0",
  8534. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.13.0.tgz",
  8535. "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
  8536. "license": "BSD-3-Clause",
  8537. "dependencies": {
  8538. "side-channel": "^1.0.6"
  8539. },
  8540. "engines": {
  8541. "node": ">=0.6"
  8542. },
  8543. "funding": {
  8544. "url": "https://github.com/sponsors/ljharb"
  8545. }
  8546. },
  8547. "node_modules/querystring": {
  8548. "version": "0.2.1",
  8549. "resolved": "https://registry.npmmirror.com/querystring/-/querystring-0.2.1.tgz",
  8550. "integrity": "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==",
  8551. "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.",
  8552. "license": "MIT",
  8553. "engines": {
  8554. "node": ">=0.4.x"
  8555. }
  8556. },
  8557. "node_modules/queue-microtask": {
  8558. "version": "1.2.3",
  8559. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  8560. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  8561. "funding": [
  8562. {
  8563. "type": "github",
  8564. "url": "https://github.com/sponsors/feross"
  8565. },
  8566. {
  8567. "type": "patreon",
  8568. "url": "https://www.patreon.com/feross"
  8569. },
  8570. {
  8571. "type": "consulting",
  8572. "url": "https://feross.org/support"
  8573. }
  8574. ],
  8575. "license": "MIT"
  8576. },
  8577. "node_modules/quill": {
  8578. "version": "1.3.7",
  8579. "resolved": "https://registry.npmmirror.com/quill/-/quill-1.3.7.tgz",
  8580. "integrity": "sha512-hG/DVzh/TiknWtE6QmWAF/pxoZKYxfe3J/d/+ShUWkDvvkZQVTPeVmUJVu1uE6DDooC4fWTiCLh84ul89oNz5g==",
  8581. "license": "BSD-3-Clause",
  8582. "dependencies": {
  8583. "clone": "^2.1.1",
  8584. "deep-equal": "^1.0.1",
  8585. "eventemitter3": "^2.0.3",
  8586. "extend": "^3.0.2",
  8587. "parchment": "^1.1.4",
  8588. "quill-delta": "^3.6.2"
  8589. }
  8590. },
  8591. "node_modules/quill-delta": {
  8592. "version": "3.6.3",
  8593. "resolved": "https://registry.npmmirror.com/quill-delta/-/quill-delta-3.6.3.tgz",
  8594. "integrity": "sha512-wdIGBlcX13tCHOXGMVnnTVFtGRLoP0imqxM696fIPwIf5ODIYUHIvHbZcyvGlZFiFhK5XzDC2lpjbxRhnM05Tg==",
  8595. "license": "MIT",
  8596. "dependencies": {
  8597. "deep-equal": "^1.0.1",
  8598. "extend": "^3.0.2",
  8599. "fast-diff": "1.1.2"
  8600. },
  8601. "engines": {
  8602. "node": ">=0.10"
  8603. }
  8604. },
  8605. "node_modules/read-cache": {
  8606. "version": "1.0.0",
  8607. "resolved": "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz",
  8608. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  8609. "license": "MIT",
  8610. "dependencies": {
  8611. "pify": "^2.3.0"
  8612. }
  8613. },
  8614. "node_modules/readable-stream": {
  8615. "version": "2.3.8",
  8616. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  8617. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  8618. "license": "MIT",
  8619. "dependencies": {
  8620. "core-util-is": "~1.0.0",
  8621. "inherits": "~2.0.3",
  8622. "isarray": "~1.0.0",
  8623. "process-nextick-args": "~2.0.0",
  8624. "safe-buffer": "~5.1.1",
  8625. "string_decoder": "~1.1.1",
  8626. "util-deprecate": "~1.0.1"
  8627. }
  8628. },
  8629. "node_modules/readable-stream/node_modules/safe-buffer": {
  8630. "version": "5.1.2",
  8631. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  8632. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  8633. "license": "MIT"
  8634. },
  8635. "node_modules/readdirp": {
  8636. "version": "4.0.2",
  8637. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.0.2.tgz",
  8638. "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==",
  8639. "devOptional": true,
  8640. "license": "MIT",
  8641. "engines": {
  8642. "node": ">= 14.16.0"
  8643. },
  8644. "funding": {
  8645. "type": "individual",
  8646. "url": "https://paulmillr.com/funding/"
  8647. }
  8648. },
  8649. "node_modules/regenerator-runtime": {
  8650. "version": "0.14.1",
  8651. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  8652. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
  8653. "license": "MIT"
  8654. },
  8655. "node_modules/regexp.prototype.flags": {
  8656. "version": "1.5.3",
  8657. "resolved": "https://registry.npmmirror.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz",
  8658. "integrity": "sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==",
  8659. "license": "MIT",
  8660. "dependencies": {
  8661. "call-bind": "^1.0.7",
  8662. "define-properties": "^1.2.1",
  8663. "es-errors": "^1.3.0",
  8664. "set-function-name": "^2.0.2"
  8665. },
  8666. "engines": {
  8667. "node": ">= 0.4"
  8668. },
  8669. "funding": {
  8670. "url": "https://github.com/sponsors/ljharb"
  8671. }
  8672. },
  8673. "node_modules/reinterval": {
  8674. "version": "1.1.0",
  8675. "resolved": "https://registry.npmmirror.com/reinterval/-/reinterval-1.1.0.tgz",
  8676. "integrity": "sha512-QIRet3SYrGp0HUHO88jVskiG6seqUGC5iAG7AwI/BV4ypGcuqk9Du6YQBUOUqm9c8pw1eyLoIaONifRua1lsEQ==",
  8677. "license": "MIT"
  8678. },
  8679. "node_modules/resolve": {
  8680. "version": "1.22.8",
  8681. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz",
  8682. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  8683. "license": "MIT",
  8684. "dependencies": {
  8685. "is-core-module": "^2.13.0",
  8686. "path-parse": "^1.0.7",
  8687. "supports-preserve-symlinks-flag": "^1.0.0"
  8688. },
  8689. "bin": {
  8690. "resolve": "bin/resolve"
  8691. },
  8692. "funding": {
  8693. "url": "https://github.com/sponsors/ljharb"
  8694. }
  8695. },
  8696. "node_modules/resolve-from": {
  8697. "version": "4.0.0",
  8698. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  8699. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  8700. "dev": true,
  8701. "license": "MIT",
  8702. "engines": {
  8703. "node": ">=4"
  8704. }
  8705. },
  8706. "node_modules/reusify": {
  8707. "version": "1.0.4",
  8708. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz",
  8709. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  8710. "license": "MIT",
  8711. "engines": {
  8712. "iojs": ">=1.0.0",
  8713. "node": ">=0.10.0"
  8714. }
  8715. },
  8716. "node_modules/rfdc": {
  8717. "version": "1.4.1",
  8718. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  8719. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  8720. "license": "MIT"
  8721. },
  8722. "node_modules/rimraf": {
  8723. "version": "3.0.2",
  8724. "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
  8725. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  8726. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  8727. "dev": true,
  8728. "license": "ISC",
  8729. "dependencies": {
  8730. "glob": "^7.1.3"
  8731. },
  8732. "bin": {
  8733. "rimraf": "bin.js"
  8734. },
  8735. "funding": {
  8736. "url": "https://github.com/sponsors/isaacs"
  8737. }
  8738. },
  8739. "node_modules/rimraf/node_modules/glob": {
  8740. "version": "7.2.3",
  8741. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  8742. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  8743. "deprecated": "Glob versions prior to v9 are no longer supported",
  8744. "dev": true,
  8745. "license": "ISC",
  8746. "dependencies": {
  8747. "fs.realpath": "^1.0.0",
  8748. "inflight": "^1.0.4",
  8749. "inherits": "2",
  8750. "minimatch": "^3.1.1",
  8751. "once": "^1.3.0",
  8752. "path-is-absolute": "^1.0.0"
  8753. },
  8754. "engines": {
  8755. "node": "*"
  8756. },
  8757. "funding": {
  8758. "url": "https://github.com/sponsors/isaacs"
  8759. }
  8760. },
  8761. "node_modules/rollup": {
  8762. "version": "4.24.0",
  8763. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.24.0.tgz",
  8764. "integrity": "sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==",
  8765. "license": "MIT",
  8766. "dependencies": {
  8767. "@types/estree": "1.0.6"
  8768. },
  8769. "bin": {
  8770. "rollup": "dist/bin/rollup"
  8771. },
  8772. "engines": {
  8773. "node": ">=18.0.0",
  8774. "npm": ">=8.0.0"
  8775. },
  8776. "optionalDependencies": {
  8777. "@rollup/rollup-android-arm-eabi": "4.24.0",
  8778. "@rollup/rollup-android-arm64": "4.24.0",
  8779. "@rollup/rollup-darwin-arm64": "4.24.0",
  8780. "@rollup/rollup-darwin-x64": "4.24.0",
  8781. "@rollup/rollup-linux-arm-gnueabihf": "4.24.0",
  8782. "@rollup/rollup-linux-arm-musleabihf": "4.24.0",
  8783. "@rollup/rollup-linux-arm64-gnu": "4.24.0",
  8784. "@rollup/rollup-linux-arm64-musl": "4.24.0",
  8785. "@rollup/rollup-linux-powerpc64le-gnu": "4.24.0",
  8786. "@rollup/rollup-linux-riscv64-gnu": "4.24.0",
  8787. "@rollup/rollup-linux-s390x-gnu": "4.24.0",
  8788. "@rollup/rollup-linux-x64-gnu": "4.24.0",
  8789. "@rollup/rollup-linux-x64-musl": "4.24.0",
  8790. "@rollup/rollup-win32-arm64-msvc": "4.24.0",
  8791. "@rollup/rollup-win32-ia32-msvc": "4.24.0",
  8792. "@rollup/rollup-win32-x64-msvc": "4.24.0",
  8793. "fsevents": "~2.3.2"
  8794. }
  8795. },
  8796. "node_modules/run-parallel": {
  8797. "version": "1.2.0",
  8798. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  8799. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  8800. "funding": [
  8801. {
  8802. "type": "github",
  8803. "url": "https://github.com/sponsors/feross"
  8804. },
  8805. {
  8806. "type": "patreon",
  8807. "url": "https://www.patreon.com/feross"
  8808. },
  8809. {
  8810. "type": "consulting",
  8811. "url": "https://feross.org/support"
  8812. }
  8813. ],
  8814. "license": "MIT",
  8815. "dependencies": {
  8816. "queue-microtask": "^1.2.2"
  8817. }
  8818. },
  8819. "node_modules/safe-buffer": {
  8820. "version": "5.2.1",
  8821. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  8822. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  8823. "funding": [
  8824. {
  8825. "type": "github",
  8826. "url": "https://github.com/sponsors/feross"
  8827. },
  8828. {
  8829. "type": "patreon",
  8830. "url": "https://www.patreon.com/feross"
  8831. },
  8832. {
  8833. "type": "consulting",
  8834. "url": "https://feross.org/support"
  8835. }
  8836. ],
  8837. "license": "MIT"
  8838. },
  8839. "node_modules/safer-buffer": {
  8840. "version": "2.1.2",
  8841. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  8842. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  8843. "license": "MIT"
  8844. },
  8845. "node_modules/sass": {
  8846. "version": "1.80.1",
  8847. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.80.1.tgz",
  8848. "integrity": "sha512-9lBwDZ7j3y/1DKj5Ec249EVGo5CVpwnzIyIj+cqlCjKkApLnzsJ/l9SnV4YnORvW9dQwQN+gQvh/mFZ8CnDs7Q==",
  8849. "devOptional": true,
  8850. "license": "MIT",
  8851. "dependencies": {
  8852. "@parcel/watcher": "^2.4.1",
  8853. "chokidar": "^4.0.0",
  8854. "immutable": "^4.0.0",
  8855. "source-map-js": ">=0.6.2 <2.0.0"
  8856. },
  8857. "bin": {
  8858. "sass": "sass.js"
  8859. },
  8860. "engines": {
  8861. "node": ">=14.0.0"
  8862. }
  8863. },
  8864. "node_modules/sax": {
  8865. "version": "1.4.1",
  8866. "resolved": "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz",
  8867. "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
  8868. "license": "ISC"
  8869. },
  8870. "node_modules/screenfull": {
  8871. "version": "6.0.2",
  8872. "resolved": "https://registry.npmmirror.com/screenfull/-/screenfull-6.0.2.tgz",
  8873. "integrity": "sha512-AQdy8s4WhNvUZ6P8F6PB21tSPIYKniic+Ogx0AacBMjKP1GUHN2E9URxQHtCusiwxudnCKkdy4GrHXPPJSkCCw==",
  8874. "license": "MIT",
  8875. "engines": {
  8876. "node": "^14.13.1 || >=16.0.0"
  8877. },
  8878. "funding": {
  8879. "url": "https://github.com/sponsors/sindresorhus"
  8880. }
  8881. },
  8882. "node_modules/scroll-into-view-if-needed": {
  8883. "version": "2.2.31",
  8884. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
  8885. "integrity": "sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==",
  8886. "license": "MIT",
  8887. "dependencies": {
  8888. "compute-scroll-into-view": "^1.0.20"
  8889. }
  8890. },
  8891. "node_modules/scule": {
  8892. "version": "1.3.0",
  8893. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  8894. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  8895. "dev": true,
  8896. "license": "MIT"
  8897. },
  8898. "node_modules/sdk-base": {
  8899. "version": "2.0.1",
  8900. "resolved": "https://registry.npmmirror.com/sdk-base/-/sdk-base-2.0.1.tgz",
  8901. "integrity": "sha512-eeG26wRwhtwYuKGCDM3LixCaxY27Pa/5lK4rLKhQa7HBjJ3U3Y+f81MMZQRsDw/8SC2Dao/83yJTXJ8aULuN8Q==",
  8902. "license": "MIT",
  8903. "dependencies": {
  8904. "get-ready": "~1.0.0"
  8905. }
  8906. },
  8907. "node_modules/select": {
  8908. "version": "1.1.2",
  8909. "resolved": "https://registry.npmmirror.com/select/-/select-1.1.2.tgz",
  8910. "integrity": "sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==",
  8911. "license": "MIT"
  8912. },
  8913. "node_modules/semver": {
  8914. "version": "7.6.3",
  8915. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.3.tgz",
  8916. "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
  8917. "dev": true,
  8918. "license": "ISC",
  8919. "bin": {
  8920. "semver": "bin/semver.js"
  8921. },
  8922. "engines": {
  8923. "node": ">=10"
  8924. }
  8925. },
  8926. "node_modules/set-function-length": {
  8927. "version": "1.2.2",
  8928. "resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.2.tgz",
  8929. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  8930. "license": "MIT",
  8931. "dependencies": {
  8932. "define-data-property": "^1.1.4",
  8933. "es-errors": "^1.3.0",
  8934. "function-bind": "^1.1.2",
  8935. "get-intrinsic": "^1.2.4",
  8936. "gopd": "^1.0.1",
  8937. "has-property-descriptors": "^1.0.2"
  8938. },
  8939. "engines": {
  8940. "node": ">= 0.4"
  8941. }
  8942. },
  8943. "node_modules/set-function-name": {
  8944. "version": "2.0.2",
  8945. "resolved": "https://registry.npmmirror.com/set-function-name/-/set-function-name-2.0.2.tgz",
  8946. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  8947. "license": "MIT",
  8948. "dependencies": {
  8949. "define-data-property": "^1.1.4",
  8950. "es-errors": "^1.3.0",
  8951. "functions-have-names": "^1.2.3",
  8952. "has-property-descriptors": "^1.0.2"
  8953. },
  8954. "engines": {
  8955. "node": ">= 0.4"
  8956. }
  8957. },
  8958. "node_modules/shebang-command": {
  8959. "version": "2.0.0",
  8960. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  8961. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  8962. "license": "MIT",
  8963. "dependencies": {
  8964. "shebang-regex": "^3.0.0"
  8965. },
  8966. "engines": {
  8967. "node": ">=8"
  8968. }
  8969. },
  8970. "node_modules/shebang-regex": {
  8971. "version": "3.0.0",
  8972. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  8973. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  8974. "license": "MIT",
  8975. "engines": {
  8976. "node": ">=8"
  8977. }
  8978. },
  8979. "node_modules/side-channel": {
  8980. "version": "1.0.6",
  8981. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.6.tgz",
  8982. "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
  8983. "license": "MIT",
  8984. "dependencies": {
  8985. "call-bind": "^1.0.7",
  8986. "es-errors": "^1.3.0",
  8987. "get-intrinsic": "^1.2.4",
  8988. "object-inspect": "^1.13.1"
  8989. },
  8990. "engines": {
  8991. "node": ">= 0.4"
  8992. },
  8993. "funding": {
  8994. "url": "https://github.com/sponsors/ljharb"
  8995. }
  8996. },
  8997. "node_modules/signal-exit": {
  8998. "version": "4.1.0",
  8999. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  9000. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  9001. "license": "ISC",
  9002. "engines": {
  9003. "node": ">=14"
  9004. },
  9005. "funding": {
  9006. "url": "https://github.com/sponsors/isaacs"
  9007. }
  9008. },
  9009. "node_modules/slash": {
  9010. "version": "3.0.0",
  9011. "resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz",
  9012. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  9013. "dev": true,
  9014. "license": "MIT",
  9015. "engines": {
  9016. "node": ">=8"
  9017. }
  9018. },
  9019. "node_modules/slate": {
  9020. "version": "0.72.8",
  9021. "resolved": "https://registry.npmmirror.com/slate/-/slate-0.72.8.tgz",
  9022. "integrity": "sha512-/nJwTswQgnRurpK+bGJFH1oM7naD5qDmHd89JyiKNT2oOKD8marW0QSBtuFnwEbL5aGCS8AmrhXQgNOsn4osAw==",
  9023. "license": "MIT",
  9024. "dependencies": {
  9025. "immer": "^9.0.6",
  9026. "is-plain-object": "^5.0.0",
  9027. "tiny-warning": "^1.0.3"
  9028. }
  9029. },
  9030. "node_modules/slate-history": {
  9031. "version": "0.66.0",
  9032. "resolved": "https://registry.npmmirror.com/slate-history/-/slate-history-0.66.0.tgz",
  9033. "integrity": "sha512-6MWpxGQZiMvSINlCbMW43E2YBSVMCMCIwQfBzGssjWw4kb0qfvj0pIdblWNRQZD0hR6WHP+dHHgGSeVdMWzfng==",
  9034. "license": "MIT",
  9035. "dependencies": {
  9036. "is-plain-object": "^5.0.0"
  9037. },
  9038. "peerDependencies": {
  9039. "slate": ">=0.65.3"
  9040. }
  9041. },
  9042. "node_modules/snabbdom": {
  9043. "version": "3.6.2",
  9044. "resolved": "https://registry.npmmirror.com/snabbdom/-/snabbdom-3.6.2.tgz",
  9045. "integrity": "sha512-ig5qOnCDbugFntKi6c7Xlib8bA6xiJVk8O+WdFrV3wxbMqeHO0hXFQC4nAhPVWfZfi8255lcZkNhtIBINCc4+Q==",
  9046. "license": "MIT",
  9047. "engines": {
  9048. "node": ">=12.17.0"
  9049. }
  9050. },
  9051. "node_modules/sortablejs": {
  9052. "version": "1.15.3",
  9053. "resolved": "https://registry.npmmirror.com/sortablejs/-/sortablejs-1.15.3.tgz",
  9054. "integrity": "sha512-zdK3/kwwAK1cJgy1rwl1YtNTbRmc8qW/+vgXf75A7NHag5of4pyI6uK86ktmQETyWRH7IGaE73uZOOBcGxgqZg==",
  9055. "license": "MIT"
  9056. },
  9057. "node_modules/source-map-js": {
  9058. "version": "1.2.1",
  9059. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  9060. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  9061. "license": "BSD-3-Clause",
  9062. "engines": {
  9063. "node": ">=0.10.0"
  9064. }
  9065. },
  9066. "node_modules/sourcemap-codec": {
  9067. "version": "1.4.8",
  9068. "resolved": "https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  9069. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
  9070. "deprecated": "Please use @jridgewell/sourcemap-codec instead",
  9071. "dev": true,
  9072. "license": "MIT"
  9073. },
  9074. "node_modules/spark-md5": {
  9075. "version": "3.0.2",
  9076. "resolved": "https://registry.npmmirror.com/spark-md5/-/spark-md5-3.0.2.tgz",
  9077. "integrity": "sha512-wcFzz9cDfbuqe0FZzfi2or1sgyIrsDwmPwfZC4hiNidPdPINjeUwNfv5kldczoEAcjl9Y1L3SM7Uz2PUEQzxQw==",
  9078. "license": "(WTFPL OR MIT)"
  9079. },
  9080. "node_modules/split2": {
  9081. "version": "4.2.0",
  9082. "resolved": "https://registry.npmmirror.com/split2/-/split2-4.2.0.tgz",
  9083. "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
  9084. "license": "ISC",
  9085. "engines": {
  9086. "node": ">= 10.x"
  9087. }
  9088. },
  9089. "node_modules/splitpanes": {
  9090. "version": "3.1.5",
  9091. "resolved": "https://registry.npmmirror.com/splitpanes/-/splitpanes-3.1.5.tgz",
  9092. "integrity": "sha512-r3Mq2ITFQ5a2VXLOy4/Sb2Ptp7OfEO8YIbhVJqJXoFc9hc5nTXXkCvtVDjIGbvC0vdE7tse+xTM9BMjsszP6bw==",
  9093. "license": "MIT",
  9094. "funding": {
  9095. "url": "https://github.com/sponsors/antoniandre"
  9096. }
  9097. },
  9098. "node_modules/ssf": {
  9099. "version": "0.11.2",
  9100. "resolved": "https://registry.npmmirror.com/ssf/-/ssf-0.11.2.tgz",
  9101. "integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==",
  9102. "license": "Apache-2.0",
  9103. "dependencies": {
  9104. "frac": "~1.1.2"
  9105. },
  9106. "engines": {
  9107. "node": ">=0.8"
  9108. }
  9109. },
  9110. "node_modules/ssr-window": {
  9111. "version": "3.0.0",
  9112. "resolved": "https://registry.npmmirror.com/ssr-window/-/ssr-window-3.0.0.tgz",
  9113. "integrity": "sha512-q+8UfWDg9Itrg0yWK7oe5p/XRCJpJF9OBtXfOPgSJl+u3Xd5KI328RUEvUqSMVM9CiQUEf1QdBzJMkYGErj9QA==",
  9114. "license": "MIT"
  9115. },
  9116. "node_modules/statuses": {
  9117. "version": "1.5.0",
  9118. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz",
  9119. "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
  9120. "license": "MIT",
  9121. "engines": {
  9122. "node": ">= 0.6"
  9123. }
  9124. },
  9125. "node_modules/stream-http": {
  9126. "version": "2.8.2",
  9127. "resolved": "https://registry.npmmirror.com/stream-http/-/stream-http-2.8.2.tgz",
  9128. "integrity": "sha512-QllfrBhqF1DPcz46WxKTs6Mz1Bpc+8Qm6vbqOpVav5odAXwbyzwnEczoWqtxrsmlO+cJqtPrp/8gWKWjaKLLlA==",
  9129. "license": "MIT",
  9130. "dependencies": {
  9131. "builtin-status-codes": "^3.0.0",
  9132. "inherits": "^2.0.1",
  9133. "readable-stream": "^2.3.6",
  9134. "to-arraybuffer": "^1.0.0",
  9135. "xtend": "^4.0.0"
  9136. }
  9137. },
  9138. "node_modules/stream-shift": {
  9139. "version": "1.0.3",
  9140. "resolved": "https://registry.npmmirror.com/stream-shift/-/stream-shift-1.0.3.tgz",
  9141. "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==",
  9142. "license": "MIT"
  9143. },
  9144. "node_modules/stream-wormhole": {
  9145. "version": "1.1.0",
  9146. "resolved": "https://registry.npmmirror.com/stream-wormhole/-/stream-wormhole-1.1.0.tgz",
  9147. "integrity": "sha512-gHFfL3px0Kctd6Po0M8TzEvt3De/xu6cnRrjlfYNhwbhLPLwigI2t1nc6jrzNuaYg5C4YF78PPFuQPzRiqn9ew==",
  9148. "license": "MIT",
  9149. "engines": {
  9150. "node": ">=4.0.0"
  9151. }
  9152. },
  9153. "node_modules/string_decoder": {
  9154. "version": "1.1.1",
  9155. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  9156. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  9157. "license": "MIT",
  9158. "dependencies": {
  9159. "safe-buffer": "~5.1.0"
  9160. }
  9161. },
  9162. "node_modules/string_decoder/node_modules/safe-buffer": {
  9163. "version": "5.1.2",
  9164. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  9165. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  9166. "license": "MIT"
  9167. },
  9168. "node_modules/string-width": {
  9169. "version": "5.1.2",
  9170. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz",
  9171. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  9172. "license": "MIT",
  9173. "dependencies": {
  9174. "eastasianwidth": "^0.2.0",
  9175. "emoji-regex": "^9.2.2",
  9176. "strip-ansi": "^7.0.1"
  9177. },
  9178. "engines": {
  9179. "node": ">=12"
  9180. },
  9181. "funding": {
  9182. "url": "https://github.com/sponsors/sindresorhus"
  9183. }
  9184. },
  9185. "node_modules/string-width-cjs": {
  9186. "name": "string-width",
  9187. "version": "4.2.3",
  9188. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  9189. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  9190. "license": "MIT",
  9191. "dependencies": {
  9192. "emoji-regex": "^8.0.0",
  9193. "is-fullwidth-code-point": "^3.0.0",
  9194. "strip-ansi": "^6.0.1"
  9195. },
  9196. "engines": {
  9197. "node": ">=8"
  9198. }
  9199. },
  9200. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  9201. "version": "8.0.0",
  9202. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  9203. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  9204. "license": "MIT"
  9205. },
  9206. "node_modules/string-width/node_modules/ansi-regex": {
  9207. "version": "6.1.0",
  9208. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz",
  9209. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  9210. "license": "MIT",
  9211. "engines": {
  9212. "node": ">=12"
  9213. },
  9214. "funding": {
  9215. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  9216. }
  9217. },
  9218. "node_modules/string-width/node_modules/strip-ansi": {
  9219. "version": "7.1.0",
  9220. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz",
  9221. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  9222. "license": "MIT",
  9223. "dependencies": {
  9224. "ansi-regex": "^6.0.1"
  9225. },
  9226. "engines": {
  9227. "node": ">=12"
  9228. },
  9229. "funding": {
  9230. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  9231. }
  9232. },
  9233. "node_modules/strip-ansi": {
  9234. "version": "6.0.1",
  9235. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  9236. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  9237. "license": "MIT",
  9238. "dependencies": {
  9239. "ansi-regex": "^5.0.1"
  9240. },
  9241. "engines": {
  9242. "node": ">=8"
  9243. }
  9244. },
  9245. "node_modules/strip-ansi-cjs": {
  9246. "name": "strip-ansi",
  9247. "version": "6.0.1",
  9248. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  9249. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  9250. "license": "MIT",
  9251. "dependencies": {
  9252. "ansi-regex": "^5.0.1"
  9253. },
  9254. "engines": {
  9255. "node": ">=8"
  9256. }
  9257. },
  9258. "node_modules/strip-json-comments": {
  9259. "version": "3.1.1",
  9260. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  9261. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  9262. "dev": true,
  9263. "license": "MIT",
  9264. "engines": {
  9265. "node": ">=8"
  9266. },
  9267. "funding": {
  9268. "url": "https://github.com/sponsors/sindresorhus"
  9269. }
  9270. },
  9271. "node_modules/strip-literal": {
  9272. "version": "2.1.0",
  9273. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-2.1.0.tgz",
  9274. "integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==",
  9275. "dev": true,
  9276. "license": "MIT",
  9277. "dependencies": {
  9278. "js-tokens": "^9.0.0"
  9279. },
  9280. "funding": {
  9281. "url": "https://github.com/sponsors/antfu"
  9282. }
  9283. },
  9284. "node_modules/strip-literal/node_modules/js-tokens": {
  9285. "version": "9.0.0",
  9286. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.0.tgz",
  9287. "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==",
  9288. "dev": true,
  9289. "license": "MIT"
  9290. },
  9291. "node_modules/strnum": {
  9292. "version": "1.0.5",
  9293. "resolved": "https://registry.npmmirror.com/strnum/-/strnum-1.0.5.tgz",
  9294. "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
  9295. "license": "MIT"
  9296. },
  9297. "node_modules/sucrase": {
  9298. "version": "3.35.0",
  9299. "resolved": "https://registry.npmmirror.com/sucrase/-/sucrase-3.35.0.tgz",
  9300. "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
  9301. "license": "MIT",
  9302. "dependencies": {
  9303. "@jridgewell/gen-mapping": "^0.3.2",
  9304. "commander": "^4.0.0",
  9305. "glob": "^10.3.10",
  9306. "lines-and-columns": "^1.1.6",
  9307. "mz": "^2.7.0",
  9308. "pirates": "^4.0.1",
  9309. "ts-interface-checker": "^0.1.9"
  9310. },
  9311. "bin": {
  9312. "sucrase": "bin/sucrase",
  9313. "sucrase-node": "bin/sucrase-node"
  9314. },
  9315. "engines": {
  9316. "node": ">=16 || 14 >=14.17"
  9317. }
  9318. },
  9319. "node_modules/supports-color": {
  9320. "version": "5.5.0",
  9321. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz",
  9322. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  9323. "license": "MIT",
  9324. "dependencies": {
  9325. "has-flag": "^3.0.0"
  9326. },
  9327. "engines": {
  9328. "node": ">=4"
  9329. }
  9330. },
  9331. "node_modules/supports-preserve-symlinks-flag": {
  9332. "version": "1.0.0",
  9333. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  9334. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  9335. "license": "MIT",
  9336. "engines": {
  9337. "node": ">= 0.4"
  9338. },
  9339. "funding": {
  9340. "url": "https://github.com/sponsors/ljharb"
  9341. }
  9342. },
  9343. "node_modules/svg-tags": {
  9344. "version": "1.0.0",
  9345. "resolved": "https://registry.npmmirror.com/svg-tags/-/svg-tags-1.0.0.tgz",
  9346. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA=="
  9347. },
  9348. "node_modules/tailwindcss": {
  9349. "version": "3.4.14",
  9350. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-3.4.14.tgz",
  9351. "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==",
  9352. "license": "MIT",
  9353. "dependencies": {
  9354. "@alloc/quick-lru": "^5.2.0",
  9355. "arg": "^5.0.2",
  9356. "chokidar": "^3.5.3",
  9357. "didyoumean": "^1.2.2",
  9358. "dlv": "^1.1.3",
  9359. "fast-glob": "^3.3.0",
  9360. "glob-parent": "^6.0.2",
  9361. "is-glob": "^4.0.3",
  9362. "jiti": "^1.21.0",
  9363. "lilconfig": "^2.1.0",
  9364. "micromatch": "^4.0.5",
  9365. "normalize-path": "^3.0.0",
  9366. "object-hash": "^3.0.0",
  9367. "picocolors": "^1.0.0",
  9368. "postcss": "^8.4.23",
  9369. "postcss-import": "^15.1.0",
  9370. "postcss-js": "^4.0.1",
  9371. "postcss-load-config": "^4.0.1",
  9372. "postcss-nested": "^6.0.1",
  9373. "postcss-selector-parser": "^6.0.11",
  9374. "resolve": "^1.22.2",
  9375. "sucrase": "^3.32.0"
  9376. },
  9377. "bin": {
  9378. "tailwind": "lib/cli.js",
  9379. "tailwindcss": "lib/cli.js"
  9380. },
  9381. "engines": {
  9382. "node": ">=14.0.0"
  9383. }
  9384. },
  9385. "node_modules/tailwindcss/node_modules/chokidar": {
  9386. "version": "3.6.0",
  9387. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  9388. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  9389. "license": "MIT",
  9390. "dependencies": {
  9391. "anymatch": "~3.1.2",
  9392. "braces": "~3.0.2",
  9393. "glob-parent": "~5.1.2",
  9394. "is-binary-path": "~2.1.0",
  9395. "is-glob": "~4.0.1",
  9396. "normalize-path": "~3.0.0",
  9397. "readdirp": "~3.6.0"
  9398. },
  9399. "engines": {
  9400. "node": ">= 8.10.0"
  9401. },
  9402. "funding": {
  9403. "url": "https://paulmillr.com/funding/"
  9404. },
  9405. "optionalDependencies": {
  9406. "fsevents": "~2.3.2"
  9407. }
  9408. },
  9409. "node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent": {
  9410. "version": "5.1.2",
  9411. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  9412. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  9413. "license": "ISC",
  9414. "dependencies": {
  9415. "is-glob": "^4.0.1"
  9416. },
  9417. "engines": {
  9418. "node": ">= 6"
  9419. }
  9420. },
  9421. "node_modules/tailwindcss/node_modules/readdirp": {
  9422. "version": "3.6.0",
  9423. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  9424. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  9425. "license": "MIT",
  9426. "dependencies": {
  9427. "picomatch": "^2.2.1"
  9428. },
  9429. "engines": {
  9430. "node": ">=8.10.0"
  9431. }
  9432. },
  9433. "node_modules/text-table": {
  9434. "version": "0.2.0",
  9435. "resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz",
  9436. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  9437. "dev": true,
  9438. "license": "MIT"
  9439. },
  9440. "node_modules/thenify": {
  9441. "version": "3.3.1",
  9442. "resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz",
  9443. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  9444. "license": "MIT",
  9445. "dependencies": {
  9446. "any-promise": "^1.0.0"
  9447. }
  9448. },
  9449. "node_modules/thenify-all": {
  9450. "version": "1.6.0",
  9451. "resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz",
  9452. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  9453. "license": "MIT",
  9454. "dependencies": {
  9455. "thenify": ">= 3.1.0 < 4"
  9456. },
  9457. "engines": {
  9458. "node": ">=0.8"
  9459. }
  9460. },
  9461. "node_modules/through": {
  9462. "version": "2.3.8",
  9463. "resolved": "https://registry.npmmirror.com/through/-/through-2.3.8.tgz",
  9464. "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
  9465. "license": "MIT"
  9466. },
  9467. "node_modules/tiny-emitter": {
  9468. "version": "2.1.0",
  9469. "resolved": "https://registry.npmmirror.com/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
  9470. "integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==",
  9471. "license": "MIT"
  9472. },
  9473. "node_modules/tiny-warning": {
  9474. "version": "1.0.3",
  9475. "resolved": "https://registry.npmmirror.com/tiny-warning/-/tiny-warning-1.0.3.tgz",
  9476. "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==",
  9477. "license": "MIT"
  9478. },
  9479. "node_modules/to-arraybuffer": {
  9480. "version": "1.0.1",
  9481. "resolved": "https://registry.npmmirror.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
  9482. "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==",
  9483. "license": "MIT"
  9484. },
  9485. "node_modules/to-fast-properties": {
  9486. "version": "2.0.0",
  9487. "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  9488. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  9489. "license": "MIT",
  9490. "engines": {
  9491. "node": ">=4"
  9492. }
  9493. },
  9494. "node_modules/to-regex-range": {
  9495. "version": "5.0.1",
  9496. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  9497. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  9498. "license": "MIT",
  9499. "dependencies": {
  9500. "is-number": "^7.0.0"
  9501. },
  9502. "engines": {
  9503. "node": ">=8.0"
  9504. }
  9505. },
  9506. "node_modules/ts-interface-checker": {
  9507. "version": "0.1.13",
  9508. "resolved": "https://registry.npmmirror.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  9509. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  9510. "license": "Apache-2.0"
  9511. },
  9512. "node_modules/ts-md5": {
  9513. "version": "1.3.1",
  9514. "resolved": "https://registry.npmmirror.com/ts-md5/-/ts-md5-1.3.1.tgz",
  9515. "integrity": "sha512-DiwiXfwvcTeZ5wCE0z+2A9EseZsztaiZtGrtSaY5JOD7ekPnR/GoIVD5gXZAlK9Na9Kvpo9Waz5rW64WKAWApg==",
  9516. "license": "MIT",
  9517. "engines": {
  9518. "node": ">=12"
  9519. }
  9520. },
  9521. "node_modules/tslib": {
  9522. "version": "2.8.0",
  9523. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.0.tgz",
  9524. "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==",
  9525. "license": "0BSD"
  9526. },
  9527. "node_modules/tsutils": {
  9528. "version": "3.21.0",
  9529. "resolved": "https://registry.npmmirror.com/tsutils/-/tsutils-3.21.0.tgz",
  9530. "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  9531. "dev": true,
  9532. "license": "MIT",
  9533. "dependencies": {
  9534. "tslib": "^1.8.1"
  9535. },
  9536. "engines": {
  9537. "node": ">= 6"
  9538. },
  9539. "peerDependencies": {
  9540. "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"
  9541. }
  9542. },
  9543. "node_modules/tsutils/node_modules/tslib": {
  9544. "version": "1.14.1",
  9545. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-1.14.1.tgz",
  9546. "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
  9547. "dev": true,
  9548. "license": "0BSD"
  9549. },
  9550. "node_modules/type": {
  9551. "version": "2.7.3",
  9552. "resolved": "https://registry.npmmirror.com/type/-/type-2.7.3.tgz",
  9553. "integrity": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==",
  9554. "license": "ISC"
  9555. },
  9556. "node_modules/type-check": {
  9557. "version": "0.4.0",
  9558. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  9559. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  9560. "dev": true,
  9561. "license": "MIT",
  9562. "dependencies": {
  9563. "prelude-ls": "^1.2.1"
  9564. },
  9565. "engines": {
  9566. "node": ">= 0.8.0"
  9567. }
  9568. },
  9569. "node_modules/type-fest": {
  9570. "version": "0.20.2",
  9571. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz",
  9572. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  9573. "dev": true,
  9574. "license": "(MIT OR CC0-1.0)",
  9575. "engines": {
  9576. "node": ">=10"
  9577. },
  9578. "funding": {
  9579. "url": "https://github.com/sponsors/sindresorhus"
  9580. }
  9581. },
  9582. "node_modules/typedarray": {
  9583. "version": "0.0.6",
  9584. "resolved": "https://registry.npmmirror.com/typedarray/-/typedarray-0.0.6.tgz",
  9585. "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==",
  9586. "license": "MIT"
  9587. },
  9588. "node_modules/typescript": {
  9589. "version": "5.6.3",
  9590. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.6.3.tgz",
  9591. "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
  9592. "devOptional": true,
  9593. "license": "Apache-2.0",
  9594. "bin": {
  9595. "tsc": "bin/tsc",
  9596. "tsserver": "bin/tsserver"
  9597. },
  9598. "engines": {
  9599. "node": ">=14.17"
  9600. }
  9601. },
  9602. "node_modules/ufo": {
  9603. "version": "1.5.4",
  9604. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.5.4.tgz",
  9605. "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==",
  9606. "dev": true,
  9607. "license": "MIT"
  9608. },
  9609. "node_modules/undici-types": {
  9610. "version": "5.26.5",
  9611. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz",
  9612. "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
  9613. "license": "MIT"
  9614. },
  9615. "node_modules/unescape": {
  9616. "version": "1.0.1",
  9617. "resolved": "https://registry.npmmirror.com/unescape/-/unescape-1.0.1.tgz",
  9618. "integrity": "sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ==",
  9619. "license": "MIT",
  9620. "dependencies": {
  9621. "extend-shallow": "^2.0.1"
  9622. },
  9623. "engines": {
  9624. "node": ">=0.10.0"
  9625. }
  9626. },
  9627. "node_modules/unimport": {
  9628. "version": "3.13.1",
  9629. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-3.13.1.tgz",
  9630. "integrity": "sha512-nNrVzcs93yrZQOW77qnyOVHtb68LegvhYFwxFMfuuWScmwQmyVCG/NBuN8tYsaGzgQUVYv34E/af+Cc9u4og4A==",
  9631. "dev": true,
  9632. "license": "MIT",
  9633. "dependencies": {
  9634. "@rollup/pluginutils": "^5.1.2",
  9635. "acorn": "^8.12.1",
  9636. "escape-string-regexp": "^5.0.0",
  9637. "estree-walker": "^3.0.3",
  9638. "fast-glob": "^3.3.2",
  9639. "local-pkg": "^0.5.0",
  9640. "magic-string": "^0.30.11",
  9641. "mlly": "^1.7.1",
  9642. "pathe": "^1.1.2",
  9643. "pkg-types": "^1.2.0",
  9644. "scule": "^1.3.0",
  9645. "strip-literal": "^2.1.0",
  9646. "unplugin": "^1.14.1"
  9647. }
  9648. },
  9649. "node_modules/unimport/node_modules/escape-string-regexp": {
  9650. "version": "5.0.0",
  9651. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  9652. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  9653. "dev": true,
  9654. "license": "MIT",
  9655. "engines": {
  9656. "node": ">=12"
  9657. },
  9658. "funding": {
  9659. "url": "https://github.com/sponsors/sindresorhus"
  9660. }
  9661. },
  9662. "node_modules/unimport/node_modules/estree-walker": {
  9663. "version": "3.0.3",
  9664. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  9665. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  9666. "dev": true,
  9667. "license": "MIT",
  9668. "dependencies": {
  9669. "@types/estree": "^1.0.0"
  9670. }
  9671. },
  9672. "node_modules/universalify": {
  9673. "version": "2.0.1",
  9674. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  9675. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  9676. "license": "MIT",
  9677. "engines": {
  9678. "node": ">= 10.0.0"
  9679. }
  9680. },
  9681. "node_modules/unplugin": {
  9682. "version": "1.14.1",
  9683. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.14.1.tgz",
  9684. "integrity": "sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==",
  9685. "dev": true,
  9686. "license": "MIT",
  9687. "dependencies": {
  9688. "acorn": "^8.12.1",
  9689. "webpack-virtual-modules": "^0.6.2"
  9690. },
  9691. "engines": {
  9692. "node": ">=14.0.0"
  9693. },
  9694. "peerDependencies": {
  9695. "webpack-sources": "^3"
  9696. },
  9697. "peerDependenciesMeta": {
  9698. "webpack-sources": {
  9699. "optional": true
  9700. }
  9701. }
  9702. },
  9703. "node_modules/unplugin-auto-import": {
  9704. "version": "0.18.3",
  9705. "resolved": "https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-0.18.3.tgz",
  9706. "integrity": "sha512-q3FUtGQjYA2e+kb1WumyiQMjHM27MrTQ05QfVwtLRVhyYe+KF6TblBYaEX9L6Z0EibsqaXAiW+RFfkcQpfaXzg==",
  9707. "dev": true,
  9708. "license": "MIT",
  9709. "dependencies": {
  9710. "@antfu/utils": "^0.7.10",
  9711. "@rollup/pluginutils": "^5.1.0",
  9712. "fast-glob": "^3.3.2",
  9713. "local-pkg": "^0.5.0",
  9714. "magic-string": "^0.30.11",
  9715. "minimatch": "^9.0.5",
  9716. "unimport": "^3.12.0",
  9717. "unplugin": "^1.14.1"
  9718. },
  9719. "engines": {
  9720. "node": ">=14"
  9721. },
  9722. "funding": {
  9723. "url": "https://github.com/sponsors/antfu"
  9724. },
  9725. "peerDependencies": {
  9726. "@nuxt/kit": "^3.2.2",
  9727. "@vueuse/core": "*"
  9728. },
  9729. "peerDependenciesMeta": {
  9730. "@nuxt/kit": {
  9731. "optional": true
  9732. },
  9733. "@vueuse/core": {
  9734. "optional": true
  9735. }
  9736. }
  9737. },
  9738. "node_modules/unplugin-auto-import/node_modules/brace-expansion": {
  9739. "version": "2.0.1",
  9740. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  9741. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  9742. "dev": true,
  9743. "license": "MIT",
  9744. "dependencies": {
  9745. "balanced-match": "^1.0.0"
  9746. }
  9747. },
  9748. "node_modules/unplugin-auto-import/node_modules/minimatch": {
  9749. "version": "9.0.5",
  9750. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  9751. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  9752. "dev": true,
  9753. "license": "ISC",
  9754. "dependencies": {
  9755. "brace-expansion": "^2.0.1"
  9756. },
  9757. "engines": {
  9758. "node": ">=16 || 14 >=14.17"
  9759. },
  9760. "funding": {
  9761. "url": "https://github.com/sponsors/isaacs"
  9762. }
  9763. },
  9764. "node_modules/unplugin-vue-components": {
  9765. "version": "0.27.4",
  9766. "resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-0.27.4.tgz",
  9767. "integrity": "sha512-1XVl5iXG7P1UrOMnaj2ogYa5YTq8aoh5jwDPQhemwO/OrXW+lPQKDXd1hMz15qxQPxgb/XXlbgo3HQ2rLEbmXQ==",
  9768. "dev": true,
  9769. "license": "MIT",
  9770. "dependencies": {
  9771. "@antfu/utils": "^0.7.10",
  9772. "@rollup/pluginutils": "^5.1.0",
  9773. "chokidar": "^3.6.0",
  9774. "debug": "^4.3.6",
  9775. "fast-glob": "^3.3.2",
  9776. "local-pkg": "^0.5.0",
  9777. "magic-string": "^0.30.11",
  9778. "minimatch": "^9.0.5",
  9779. "mlly": "^1.7.1",
  9780. "unplugin": "^1.12.1"
  9781. },
  9782. "engines": {
  9783. "node": ">=14"
  9784. },
  9785. "funding": {
  9786. "url": "https://github.com/sponsors/antfu"
  9787. },
  9788. "peerDependencies": {
  9789. "@babel/parser": "^7.15.8",
  9790. "@nuxt/kit": "^3.2.2",
  9791. "vue": "2 || 3"
  9792. },
  9793. "peerDependenciesMeta": {
  9794. "@babel/parser": {
  9795. "optional": true
  9796. },
  9797. "@nuxt/kit": {
  9798. "optional": true
  9799. }
  9800. }
  9801. },
  9802. "node_modules/unplugin-vue-components/node_modules/brace-expansion": {
  9803. "version": "2.0.1",
  9804. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  9805. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  9806. "dev": true,
  9807. "license": "MIT",
  9808. "dependencies": {
  9809. "balanced-match": "^1.0.0"
  9810. }
  9811. },
  9812. "node_modules/unplugin-vue-components/node_modules/chokidar": {
  9813. "version": "3.6.0",
  9814. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  9815. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  9816. "dev": true,
  9817. "license": "MIT",
  9818. "dependencies": {
  9819. "anymatch": "~3.1.2",
  9820. "braces": "~3.0.2",
  9821. "glob-parent": "~5.1.2",
  9822. "is-binary-path": "~2.1.0",
  9823. "is-glob": "~4.0.1",
  9824. "normalize-path": "~3.0.0",
  9825. "readdirp": "~3.6.0"
  9826. },
  9827. "engines": {
  9828. "node": ">= 8.10.0"
  9829. },
  9830. "funding": {
  9831. "url": "https://paulmillr.com/funding/"
  9832. },
  9833. "optionalDependencies": {
  9834. "fsevents": "~2.3.2"
  9835. }
  9836. },
  9837. "node_modules/unplugin-vue-components/node_modules/glob-parent": {
  9838. "version": "5.1.2",
  9839. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  9840. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  9841. "dev": true,
  9842. "license": "ISC",
  9843. "dependencies": {
  9844. "is-glob": "^4.0.1"
  9845. },
  9846. "engines": {
  9847. "node": ">= 6"
  9848. }
  9849. },
  9850. "node_modules/unplugin-vue-components/node_modules/minimatch": {
  9851. "version": "9.0.5",
  9852. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  9853. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  9854. "dev": true,
  9855. "license": "ISC",
  9856. "dependencies": {
  9857. "brace-expansion": "^2.0.1"
  9858. },
  9859. "engines": {
  9860. "node": ">=16 || 14 >=14.17"
  9861. },
  9862. "funding": {
  9863. "url": "https://github.com/sponsors/isaacs"
  9864. }
  9865. },
  9866. "node_modules/unplugin-vue-components/node_modules/readdirp": {
  9867. "version": "3.6.0",
  9868. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  9869. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  9870. "dev": true,
  9871. "license": "MIT",
  9872. "dependencies": {
  9873. "picomatch": "^2.2.1"
  9874. },
  9875. "engines": {
  9876. "node": ">=8.10.0"
  9877. }
  9878. },
  9879. "node_modules/update-browserslist-db": {
  9880. "version": "1.1.1",
  9881. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz",
  9882. "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==",
  9883. "funding": [
  9884. {
  9885. "type": "opencollective",
  9886. "url": "https://opencollective.com/browserslist"
  9887. },
  9888. {
  9889. "type": "tidelift",
  9890. "url": "https://tidelift.com/funding/github/npm/browserslist"
  9891. },
  9892. {
  9893. "type": "github",
  9894. "url": "https://github.com/sponsors/ai"
  9895. }
  9896. ],
  9897. "license": "MIT",
  9898. "dependencies": {
  9899. "escalade": "^3.2.0",
  9900. "picocolors": "^1.1.0"
  9901. },
  9902. "bin": {
  9903. "update-browserslist-db": "cli.js"
  9904. },
  9905. "peerDependencies": {
  9906. "browserslist": ">= 4.21.0"
  9907. }
  9908. },
  9909. "node_modules/upgrade": {
  9910. "version": "1.1.0",
  9911. "resolved": "https://registry.npmmirror.com/upgrade/-/upgrade-1.1.0.tgz",
  9912. "integrity": "sha512-NtkVvqVCqsJo5U3mYRum2Tw6uCltOxfIJ/AfTZeTmw6U39IB5X23xF+kRZ9aiPaORqeiQQ7Q209/ibhOvxzwHA==",
  9913. "license": "MIT"
  9914. },
  9915. "node_modules/uri-js": {
  9916. "version": "4.4.1",
  9917. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  9918. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  9919. "license": "BSD-2-Clause",
  9920. "dependencies": {
  9921. "punycode": "^2.1.0"
  9922. }
  9923. },
  9924. "node_modules/urllib": {
  9925. "version": "2.44.0",
  9926. "resolved": "https://registry.npmmirror.com/urllib/-/urllib-2.44.0.tgz",
  9927. "integrity": "sha512-zRCJqdfYllRDA9bXUtx+vccyRqtJPKsw85f44zH7zPD28PIvjMqIgw9VwoTLV7xTBWZsbebUFVHU5ghQcWku2A==",
  9928. "license": "MIT",
  9929. "dependencies": {
  9930. "any-promise": "^1.3.0",
  9931. "content-type": "^1.0.2",
  9932. "default-user-agent": "^1.0.0",
  9933. "digest-header": "^1.0.0",
  9934. "ee-first": "~1.1.1",
  9935. "formstream": "^1.1.0",
  9936. "humanize-ms": "^1.2.0",
  9937. "iconv-lite": "^0.6.3",
  9938. "pump": "^3.0.0",
  9939. "qs": "^6.4.0",
  9940. "statuses": "^1.3.1",
  9941. "utility": "^1.16.1"
  9942. },
  9943. "engines": {
  9944. "node": ">= 0.10.0"
  9945. },
  9946. "peerDependencies": {
  9947. "proxy-agent": "^5.0.0"
  9948. },
  9949. "peerDependenciesMeta": {
  9950. "proxy-agent": {
  9951. "optional": true
  9952. }
  9953. }
  9954. },
  9955. "node_modules/util-deprecate": {
  9956. "version": "1.0.2",
  9957. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  9958. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  9959. "license": "MIT"
  9960. },
  9961. "node_modules/utility": {
  9962. "version": "1.18.0",
  9963. "resolved": "https://registry.npmmirror.com/utility/-/utility-1.18.0.tgz",
  9964. "integrity": "sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==",
  9965. "license": "MIT",
  9966. "dependencies": {
  9967. "copy-to": "^2.0.1",
  9968. "escape-html": "^1.0.3",
  9969. "mkdirp": "^0.5.1",
  9970. "mz": "^2.7.0",
  9971. "unescape": "^1.0.1"
  9972. },
  9973. "engines": {
  9974. "node": ">= 0.12.0"
  9975. }
  9976. },
  9977. "node_modules/uuid": {
  9978. "version": "9.0.1",
  9979. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz",
  9980. "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
  9981. "funding": [
  9982. "https://github.com/sponsors/broofa",
  9983. "https://github.com/sponsors/ctavan"
  9984. ],
  9985. "license": "MIT",
  9986. "bin": {
  9987. "uuid": "dist/bin/uuid"
  9988. }
  9989. },
  9990. "node_modules/vanilla-picker": {
  9991. "version": "2.12.3",
  9992. "resolved": "https://registry.npmmirror.com/vanilla-picker/-/vanilla-picker-2.12.3.tgz",
  9993. "integrity": "sha512-qVkT1E7yMbUsB2mmJNFmaXMWE2hF8ffqzMMwe9zdAikd8u2VfnsVY2HQcOUi2F38bgbxzlJBEdS1UUhOXdF9GQ==",
  9994. "license": "ISC",
  9995. "dependencies": {
  9996. "@sphinxxxx/color-conversion": "^2.2.2"
  9997. }
  9998. },
  9999. "node_modules/vite": {
  10000. "version": "5.4.9",
  10001. "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.9.tgz",
  10002. "integrity": "sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==",
  10003. "license": "MIT",
  10004. "dependencies": {
  10005. "esbuild": "^0.21.3",
  10006. "postcss": "^8.4.43",
  10007. "rollup": "^4.20.0"
  10008. },
  10009. "bin": {
  10010. "vite": "bin/vite.js"
  10011. },
  10012. "engines": {
  10013. "node": "^18.0.0 || >=20.0.0"
  10014. },
  10015. "funding": {
  10016. "url": "https://github.com/vitejs/vite?sponsor=1"
  10017. },
  10018. "optionalDependencies": {
  10019. "fsevents": "~2.3.3"
  10020. },
  10021. "peerDependencies": {
  10022. "@types/node": "^18.0.0 || >=20.0.0",
  10023. "less": "*",
  10024. "lightningcss": "^1.21.0",
  10025. "sass": "*",
  10026. "sass-embedded": "*",
  10027. "stylus": "*",
  10028. "sugarss": "*",
  10029. "terser": "^5.4.0"
  10030. },
  10031. "peerDependenciesMeta": {
  10032. "@types/node": {
  10033. "optional": true
  10034. },
  10035. "less": {
  10036. "optional": true
  10037. },
  10038. "lightningcss": {
  10039. "optional": true
  10040. },
  10041. "sass": {
  10042. "optional": true
  10043. },
  10044. "sass-embedded": {
  10045. "optional": true
  10046. },
  10047. "stylus": {
  10048. "optional": true
  10049. },
  10050. "sugarss": {
  10051. "optional": true
  10052. },
  10053. "terser": {
  10054. "optional": true
  10055. }
  10056. }
  10057. },
  10058. "node_modules/vite-plugin-compression": {
  10059. "version": "0.5.1",
  10060. "resolved": "https://registry.npmmirror.com/vite-plugin-compression/-/vite-plugin-compression-0.5.1.tgz",
  10061. "integrity": "sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==",
  10062. "license": "MIT",
  10063. "dependencies": {
  10064. "chalk": "^4.1.2",
  10065. "debug": "^4.3.3",
  10066. "fs-extra": "^10.0.0"
  10067. },
  10068. "peerDependencies": {
  10069. "vite": ">=2.0.0"
  10070. }
  10071. },
  10072. "node_modules/vite-plugin-compression/node_modules/ansi-styles": {
  10073. "version": "4.3.0",
  10074. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10075. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10076. "license": "MIT",
  10077. "dependencies": {
  10078. "color-convert": "^2.0.1"
  10079. },
  10080. "engines": {
  10081. "node": ">=8"
  10082. },
  10083. "funding": {
  10084. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10085. }
  10086. },
  10087. "node_modules/vite-plugin-compression/node_modules/chalk": {
  10088. "version": "4.1.2",
  10089. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  10090. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10091. "license": "MIT",
  10092. "dependencies": {
  10093. "ansi-styles": "^4.1.0",
  10094. "supports-color": "^7.1.0"
  10095. },
  10096. "engines": {
  10097. "node": ">=10"
  10098. },
  10099. "funding": {
  10100. "url": "https://github.com/chalk/chalk?sponsor=1"
  10101. }
  10102. },
  10103. "node_modules/vite-plugin-compression/node_modules/color-convert": {
  10104. "version": "2.0.1",
  10105. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  10106. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10107. "license": "MIT",
  10108. "dependencies": {
  10109. "color-name": "~1.1.4"
  10110. },
  10111. "engines": {
  10112. "node": ">=7.0.0"
  10113. }
  10114. },
  10115. "node_modules/vite-plugin-compression/node_modules/color-name": {
  10116. "version": "1.1.4",
  10117. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  10118. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  10119. "license": "MIT"
  10120. },
  10121. "node_modules/vite-plugin-compression/node_modules/has-flag": {
  10122. "version": "4.0.0",
  10123. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  10124. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10125. "license": "MIT",
  10126. "engines": {
  10127. "node": ">=8"
  10128. }
  10129. },
  10130. "node_modules/vite-plugin-compression/node_modules/supports-color": {
  10131. "version": "7.2.0",
  10132. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  10133. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10134. "license": "MIT",
  10135. "dependencies": {
  10136. "has-flag": "^4.0.0"
  10137. },
  10138. "engines": {
  10139. "node": ">=8"
  10140. }
  10141. },
  10142. "node_modules/vite-plugin-lazy-import": {
  10143. "version": "1.0.7",
  10144. "resolved": "https://registry.npmmirror.com/vite-plugin-lazy-import/-/vite-plugin-lazy-import-1.0.7.tgz",
  10145. "integrity": "sha512-mE6oAObOb4wqso4AoUGi9cLjdR+4vay1RCaKJvziBuFPlziZl7J0aw2hsqRTokLVRx3bli0a0VyjMOwsNDv58A==",
  10146. "dev": true,
  10147. "license": "MIT",
  10148. "dependencies": {
  10149. "@rollup/pluginutils": "^5.1.0",
  10150. "es-module-lexer": "^1.5.3",
  10151. "rollup": "^4.18.0",
  10152. "xe-utils": "^3.5.26"
  10153. }
  10154. },
  10155. "node_modules/vite-plugin-vue-setup-extend": {
  10156. "version": "0.4.0",
  10157. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-setup-extend/-/vite-plugin-vue-setup-extend-0.4.0.tgz",
  10158. "integrity": "sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==",
  10159. "dev": true,
  10160. "license": "MIT",
  10161. "dependencies": {
  10162. "@vue/compiler-sfc": "^3.2.29",
  10163. "magic-string": "^0.25.7"
  10164. },
  10165. "peerDependencies": {
  10166. "vite": ">=2.0.0"
  10167. }
  10168. },
  10169. "node_modules/vite-plugin-vue-setup-extend/node_modules/magic-string": {
  10170. "version": "0.25.9",
  10171. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz",
  10172. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  10173. "dev": true,
  10174. "license": "MIT",
  10175. "dependencies": {
  10176. "sourcemap-codec": "^1.4.8"
  10177. }
  10178. },
  10179. "node_modules/vue": {
  10180. "version": "3.5.12",
  10181. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.12.tgz",
  10182. "integrity": "sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==",
  10183. "license": "MIT",
  10184. "dependencies": {
  10185. "@vue/compiler-dom": "3.5.12",
  10186. "@vue/compiler-sfc": "3.5.12",
  10187. "@vue/runtime-dom": "3.5.12",
  10188. "@vue/server-renderer": "3.5.12",
  10189. "@vue/shared": "3.5.12"
  10190. },
  10191. "peerDependencies": {
  10192. "typescript": "*"
  10193. },
  10194. "peerDependenciesMeta": {
  10195. "typescript": {
  10196. "optional": true
  10197. }
  10198. }
  10199. },
  10200. "node_modules/vue-clipboard3": {
  10201. "version": "2.0.0",
  10202. "resolved": "https://registry.npmmirror.com/vue-clipboard3/-/vue-clipboard3-2.0.0.tgz",
  10203. "integrity": "sha512-Q9S7dzWGax7LN5iiSPcu/K1GGm2gcBBlYwmMsUc5/16N6w90cbKow3FnPmPs95sungns4yvd9/+JhbAznECS2A==",
  10204. "license": "MIT",
  10205. "dependencies": {
  10206. "clipboard": "^2.0.6"
  10207. }
  10208. },
  10209. "node_modules/vue-cropper": {
  10210. "version": "1.1.4",
  10211. "resolved": "https://registry.npmmirror.com/vue-cropper/-/vue-cropper-1.1.4.tgz",
  10212. "integrity": "sha512-5m98vBsCEI9rbS4JxELxXidtAui3qNyTHLHg67Qbn7g8cg+E6LcnC+hh3SM/p94x6mFh6KRxT1ttnta+wCYqWA==",
  10213. "license": "ISC"
  10214. },
  10215. "node_modules/vue-cropperjs": {
  10216. "version": "5.0.0",
  10217. "resolved": "https://registry.npmmirror.com/vue-cropperjs/-/vue-cropperjs-5.0.0.tgz",
  10218. "integrity": "sha512-RhnC8O33uRZNkn74aiHZwNHnBJOXWlS4P6gsRI0lw4cZlWjKSCywZI9oSI9POlIPI6OYv30jvnHMXGch85tw7w==",
  10219. "license": "MIT",
  10220. "dependencies": {
  10221. "cropperjs": "^1.5.6"
  10222. },
  10223. "peerDependencies": {
  10224. "vue": ">=3.0.0"
  10225. }
  10226. },
  10227. "node_modules/vue-eslint-parser": {
  10228. "version": "9.4.3",
  10229. "resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz",
  10230. "integrity": "sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==",
  10231. "dev": true,
  10232. "license": "MIT",
  10233. "dependencies": {
  10234. "debug": "^4.3.4",
  10235. "eslint-scope": "^7.1.1",
  10236. "eslint-visitor-keys": "^3.3.0",
  10237. "espree": "^9.3.1",
  10238. "esquery": "^1.4.0",
  10239. "lodash": "^4.17.21",
  10240. "semver": "^7.3.6"
  10241. },
  10242. "engines": {
  10243. "node": "^14.17.0 || >=16.0.0"
  10244. },
  10245. "funding": {
  10246. "url": "https://github.com/sponsors/mysticatea"
  10247. },
  10248. "peerDependencies": {
  10249. "eslint": ">=6.0.0"
  10250. }
  10251. },
  10252. "node_modules/vue-eslint-parser/node_modules/eslint-scope": {
  10253. "version": "7.2.2",
  10254. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.2.tgz",
  10255. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  10256. "dev": true,
  10257. "license": "BSD-2-Clause",
  10258. "dependencies": {
  10259. "esrecurse": "^4.3.0",
  10260. "estraverse": "^5.2.0"
  10261. },
  10262. "engines": {
  10263. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  10264. },
  10265. "funding": {
  10266. "url": "https://opencollective.com/eslint"
  10267. }
  10268. },
  10269. "node_modules/vue-eslint-parser/node_modules/estraverse": {
  10270. "version": "5.3.0",
  10271. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  10272. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  10273. "dev": true,
  10274. "license": "BSD-2-Clause",
  10275. "engines": {
  10276. "node": ">=4.0"
  10277. }
  10278. },
  10279. "node_modules/vue-grid-layout": {
  10280. "version": "3.0.0-beta1",
  10281. "resolved": "https://registry.npmmirror.com/vue-grid-layout/-/vue-grid-layout-3.0.0-beta1.tgz",
  10282. "integrity": "sha512-MsW0yfYNtnAO/uDhfZvkP6effxSJxvhAFbIL37x6Rn3vW9xf0WHVefKaSbQMLpSq3mXnR6ut0pg2Cd5lqIIZzg==",
  10283. "license": "MIT",
  10284. "dependencies": {
  10285. "@interactjs/actions": "^1.10.2",
  10286. "@interactjs/auto-start": "^1.10.2",
  10287. "@interactjs/dev-tools": "^1.10.2",
  10288. "@interactjs/interactjs": "^1.10.2",
  10289. "@interactjs/modifiers": "^1.10.2",
  10290. "element-resize-detector": "^1.2.1",
  10291. "mitt": "^2.1.0"
  10292. }
  10293. },
  10294. "node_modules/vue-grid-layout/node_modules/mitt": {
  10295. "version": "2.1.0",
  10296. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-2.1.0.tgz",
  10297. "integrity": "sha512-ILj2TpLiysu2wkBbWjAmww7TkZb65aiQO+DkVdUTBpBXq+MHYiETENkKFMtsJZX1Lf4pe4QOrTSjIfUwN5lRdg==",
  10298. "license": "MIT"
  10299. },
  10300. "node_modules/vue-i18n": {
  10301. "version": "9.14.1",
  10302. "resolved": "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-9.14.1.tgz",
  10303. "integrity": "sha512-xjxV0LYc1xQ8TbAVfIyZiOSS8qoU1R0YwV7V5I8I6Fd64+zvsTsdPgtylPsie3Vdt9wekeYhr+smKDeaK6RBuA==",
  10304. "license": "MIT",
  10305. "dependencies": {
  10306. "@intlify/core-base": "9.14.1",
  10307. "@intlify/shared": "9.14.1",
  10308. "@vue/devtools-api": "^6.5.0"
  10309. },
  10310. "engines": {
  10311. "node": ">= 16"
  10312. },
  10313. "funding": {
  10314. "url": "https://github.com/sponsors/kazupon"
  10315. },
  10316. "peerDependencies": {
  10317. "vue": "^3.0.0"
  10318. }
  10319. },
  10320. "node_modules/vue-router": {
  10321. "version": "4.4.5",
  10322. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.4.5.tgz",
  10323. "integrity": "sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==",
  10324. "license": "MIT",
  10325. "dependencies": {
  10326. "@vue/devtools-api": "^6.6.4"
  10327. },
  10328. "funding": {
  10329. "url": "https://github.com/sponsors/posva"
  10330. },
  10331. "peerDependencies": {
  10332. "vue": "^3.2.0"
  10333. }
  10334. },
  10335. "node_modules/vuedraggable-es": {
  10336. "version": "4.1.1",
  10337. "resolved": "https://registry.npmmirror.com/vuedraggable-es/-/vuedraggable-es-4.1.1.tgz",
  10338. "integrity": "sha512-F35pjSwC8HS/lnaOd+B59nYR4FZmwuhWAzccK9xftRuWds8SU1TZh5myKVM86j5dFOI7S26O64Kwe7LUHnXjlA==",
  10339. "license": "MIT",
  10340. "dependencies": {
  10341. "sortablejs": "1.14.0"
  10342. },
  10343. "peerDependencies": {
  10344. "vue": "^3.2.31"
  10345. }
  10346. },
  10347. "node_modules/vuedraggable-es/node_modules/sortablejs": {
  10348. "version": "1.14.0",
  10349. "resolved": "https://registry.npmmirror.com/sortablejs/-/sortablejs-1.14.0.tgz",
  10350. "integrity": "sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w==",
  10351. "license": "MIT"
  10352. },
  10353. "node_modules/vxe-pc-ui": {
  10354. "version": "4.2.26",
  10355. "resolved": "https://registry.npmmirror.com/vxe-pc-ui/-/vxe-pc-ui-4.2.26.tgz",
  10356. "integrity": "sha512-dwPN0r0X+C6fr8ve0Tug19RZjxcdWQRfYy3V2fzqOoz+t2eB2F085/Pn7+Zpjps7mxajJCsgfQKSakN9tOKTmg==",
  10357. "license": "MIT",
  10358. "dependencies": {
  10359. "@vxe-ui/core": "^4.0.16"
  10360. }
  10361. },
  10362. "node_modules/vxe-table": {
  10363. "version": "4.7.94",
  10364. "resolved": "https://registry.npmmirror.com/vxe-table/-/vxe-table-4.7.94.tgz",
  10365. "integrity": "sha512-jlWSIU2txvowBX8DTa5dXzys973DC2qgYSCsSH8t3aR0AceMKJ7TcZWo3U0GOz94j8kJGI1ftw6k3xXLwf0qww==",
  10366. "license": "MIT",
  10367. "dependencies": {
  10368. "vxe-pc-ui": "^4.2.26"
  10369. }
  10370. },
  10371. "node_modules/webpack-virtual-modules": {
  10372. "version": "0.6.2",
  10373. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  10374. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  10375. "dev": true,
  10376. "license": "MIT"
  10377. },
  10378. "node_modules/which": {
  10379. "version": "2.0.2",
  10380. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  10381. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  10382. "license": "ISC",
  10383. "dependencies": {
  10384. "isexe": "^2.0.0"
  10385. },
  10386. "bin": {
  10387. "node-which": "bin/node-which"
  10388. },
  10389. "engines": {
  10390. "node": ">= 8"
  10391. }
  10392. },
  10393. "node_modules/wildcard": {
  10394. "version": "1.1.2",
  10395. "resolved": "https://registry.npmmirror.com/wildcard/-/wildcard-1.1.2.tgz",
  10396. "integrity": "sha512-DXukZJxpHA8LuotRwL0pP1+rS6CS7FF2qStDDE1C7DDg2rLud2PXRMuEDYIPhgEezwnlHNL4c+N6MfMTjCGTng==",
  10397. "license": "MIT"
  10398. },
  10399. "node_modules/win-release": {
  10400. "version": "1.1.1",
  10401. "resolved": "https://registry.npmmirror.com/win-release/-/win-release-1.1.1.tgz",
  10402. "integrity": "sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw==",
  10403. "license": "MIT",
  10404. "dependencies": {
  10405. "semver": "^5.0.1"
  10406. },
  10407. "engines": {
  10408. "node": ">=0.10.0"
  10409. }
  10410. },
  10411. "node_modules/win-release/node_modules/semver": {
  10412. "version": "5.7.2",
  10413. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
  10414. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  10415. "license": "ISC",
  10416. "bin": {
  10417. "semver": "bin/semver"
  10418. }
  10419. },
  10420. "node_modules/wmf": {
  10421. "version": "1.0.2",
  10422. "resolved": "https://registry.npmmirror.com/wmf/-/wmf-1.0.2.tgz",
  10423. "integrity": "sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==",
  10424. "license": "Apache-2.0",
  10425. "engines": {
  10426. "node": ">=0.8"
  10427. }
  10428. },
  10429. "node_modules/word": {
  10430. "version": "0.3.0",
  10431. "resolved": "https://registry.npmmirror.com/word/-/word-0.3.0.tgz",
  10432. "integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==",
  10433. "license": "Apache-2.0",
  10434. "engines": {
  10435. "node": ">=0.8"
  10436. }
  10437. },
  10438. "node_modules/word-wrap": {
  10439. "version": "1.2.5",
  10440. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  10441. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  10442. "dev": true,
  10443. "license": "MIT",
  10444. "engines": {
  10445. "node": ">=0.10.0"
  10446. }
  10447. },
  10448. "node_modules/worker-timers": {
  10449. "version": "7.1.8",
  10450. "resolved": "https://registry.npmmirror.com/worker-timers/-/worker-timers-7.1.8.tgz",
  10451. "integrity": "sha512-R54psRKYVLuzff7c1OTFcq/4Hue5Vlz4bFtNEIarpSiCYhpifHU3aIQI29S84o1j87ePCYqbmEJPqwBTf+3sfw==",
  10452. "license": "MIT",
  10453. "dependencies": {
  10454. "@babel/runtime": "^7.24.5",
  10455. "tslib": "^2.6.2",
  10456. "worker-timers-broker": "^6.1.8",
  10457. "worker-timers-worker": "^7.0.71"
  10458. }
  10459. },
  10460. "node_modules/worker-timers-broker": {
  10461. "version": "6.1.8",
  10462. "resolved": "https://registry.npmmirror.com/worker-timers-broker/-/worker-timers-broker-6.1.8.tgz",
  10463. "integrity": "sha512-FUCJu9jlK3A8WqLTKXM9E6kAmI/dR1vAJ8dHYLMisLNB/n3GuaFIjJ7pn16ZcD1zCOf7P6H62lWIEBi+yz/zQQ==",
  10464. "license": "MIT",
  10465. "dependencies": {
  10466. "@babel/runtime": "^7.24.5",
  10467. "fast-unique-numbers": "^8.0.13",
  10468. "tslib": "^2.6.2",
  10469. "worker-timers-worker": "^7.0.71"
  10470. }
  10471. },
  10472. "node_modules/worker-timers-worker": {
  10473. "version": "7.0.71",
  10474. "resolved": "https://registry.npmmirror.com/worker-timers-worker/-/worker-timers-worker-7.0.71.tgz",
  10475. "integrity": "sha512-ks/5YKwZsto1c2vmljroppOKCivB/ma97g9y77MAAz2TBBjPPgpoOiS1qYQKIgvGTr2QYPT3XhJWIB6Rj2MVPQ==",
  10476. "license": "MIT",
  10477. "dependencies": {
  10478. "@babel/runtime": "^7.24.5",
  10479. "tslib": "^2.6.2"
  10480. }
  10481. },
  10482. "node_modules/wrap-ansi": {
  10483. "version": "8.1.0",
  10484. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  10485. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  10486. "license": "MIT",
  10487. "dependencies": {
  10488. "ansi-styles": "^6.1.0",
  10489. "string-width": "^5.0.1",
  10490. "strip-ansi": "^7.0.1"
  10491. },
  10492. "engines": {
  10493. "node": ">=12"
  10494. },
  10495. "funding": {
  10496. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10497. }
  10498. },
  10499. "node_modules/wrap-ansi-cjs": {
  10500. "name": "wrap-ansi",
  10501. "version": "7.0.0",
  10502. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  10503. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  10504. "license": "MIT",
  10505. "dependencies": {
  10506. "ansi-styles": "^4.0.0",
  10507. "string-width": "^4.1.0",
  10508. "strip-ansi": "^6.0.0"
  10509. },
  10510. "engines": {
  10511. "node": ">=10"
  10512. },
  10513. "funding": {
  10514. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10515. }
  10516. },
  10517. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  10518. "version": "4.3.0",
  10519. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10520. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10521. "license": "MIT",
  10522. "dependencies": {
  10523. "color-convert": "^2.0.1"
  10524. },
  10525. "engines": {
  10526. "node": ">=8"
  10527. },
  10528. "funding": {
  10529. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10530. }
  10531. },
  10532. "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
  10533. "version": "2.0.1",
  10534. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  10535. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10536. "license": "MIT",
  10537. "dependencies": {
  10538. "color-name": "~1.1.4"
  10539. },
  10540. "engines": {
  10541. "node": ">=7.0.0"
  10542. }
  10543. },
  10544. "node_modules/wrap-ansi-cjs/node_modules/color-name": {
  10545. "version": "1.1.4",
  10546. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  10547. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  10548. "license": "MIT"
  10549. },
  10550. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  10551. "version": "8.0.0",
  10552. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  10553. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  10554. "license": "MIT"
  10555. },
  10556. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  10557. "version": "4.2.3",
  10558. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  10559. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  10560. "license": "MIT",
  10561. "dependencies": {
  10562. "emoji-regex": "^8.0.0",
  10563. "is-fullwidth-code-point": "^3.0.0",
  10564. "strip-ansi": "^6.0.1"
  10565. },
  10566. "engines": {
  10567. "node": ">=8"
  10568. }
  10569. },
  10570. "node_modules/wrap-ansi/node_modules/ansi-regex": {
  10571. "version": "6.1.0",
  10572. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz",
  10573. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  10574. "license": "MIT",
  10575. "engines": {
  10576. "node": ">=12"
  10577. },
  10578. "funding": {
  10579. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  10580. }
  10581. },
  10582. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  10583. "version": "6.2.1",
  10584. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
  10585. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  10586. "license": "MIT",
  10587. "engines": {
  10588. "node": ">=12"
  10589. },
  10590. "funding": {
  10591. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10592. }
  10593. },
  10594. "node_modules/wrap-ansi/node_modules/strip-ansi": {
  10595. "version": "7.1.0",
  10596. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz",
  10597. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  10598. "license": "MIT",
  10599. "dependencies": {
  10600. "ansi-regex": "^6.0.1"
  10601. },
  10602. "engines": {
  10603. "node": ">=12"
  10604. },
  10605. "funding": {
  10606. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  10607. }
  10608. },
  10609. "node_modules/wrappy": {
  10610. "version": "1.0.2",
  10611. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  10612. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  10613. "license": "ISC"
  10614. },
  10615. "node_modules/ws": {
  10616. "version": "8.18.0",
  10617. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.0.tgz",
  10618. "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
  10619. "license": "MIT",
  10620. "engines": {
  10621. "node": ">=10.0.0"
  10622. },
  10623. "peerDependencies": {
  10624. "bufferutil": "^4.0.1",
  10625. "utf-8-validate": ">=5.0.2"
  10626. },
  10627. "peerDependenciesMeta": {
  10628. "bufferutil": {
  10629. "optional": true
  10630. },
  10631. "utf-8-validate": {
  10632. "optional": true
  10633. }
  10634. }
  10635. },
  10636. "node_modules/xe-utils": {
  10637. "version": "3.5.31",
  10638. "resolved": "https://registry.npmmirror.com/xe-utils/-/xe-utils-3.5.31.tgz",
  10639. "integrity": "sha512-oS4yv8qktvlE0wc9yYkitDidEmThc5qN0UTRvKCvrWnejxbTyIxbwfrdZmPKdKGZtB+/U8cEAMFywLJjHtD11A==",
  10640. "license": "MIT"
  10641. },
  10642. "node_modules/xlsx": {
  10643. "version": "0.18.5",
  10644. "resolved": "https://registry.npmmirror.com/xlsx/-/xlsx-0.18.5.tgz",
  10645. "integrity": "sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==",
  10646. "license": "Apache-2.0",
  10647. "dependencies": {
  10648. "adler-32": "~1.3.0",
  10649. "cfb": "~1.2.1",
  10650. "codepage": "~1.15.0",
  10651. "crc-32": "~1.2.1",
  10652. "ssf": "~0.11.2",
  10653. "wmf": "~1.0.1",
  10654. "word": "~0.3.0"
  10655. },
  10656. "bin": {
  10657. "xlsx": "bin/xlsx.njs"
  10658. },
  10659. "engines": {
  10660. "node": ">=0.8"
  10661. }
  10662. },
  10663. "node_modules/xml-name-validator": {
  10664. "version": "4.0.0",
  10665. "resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  10666. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  10667. "dev": true,
  10668. "license": "Apache-2.0",
  10669. "engines": {
  10670. "node": ">=12"
  10671. }
  10672. },
  10673. "node_modules/xml2js": {
  10674. "version": "0.6.2",
  10675. "resolved": "https://registry.npmmirror.com/xml2js/-/xml2js-0.6.2.tgz",
  10676. "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
  10677. "license": "MIT",
  10678. "dependencies": {
  10679. "sax": ">=0.6.0",
  10680. "xmlbuilder": "~11.0.0"
  10681. },
  10682. "engines": {
  10683. "node": ">=4.0.0"
  10684. }
  10685. },
  10686. "node_modules/xmlbuilder": {
  10687. "version": "11.0.1",
  10688. "resolved": "https://registry.npmmirror.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
  10689. "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
  10690. "license": "MIT",
  10691. "engines": {
  10692. "node": ">=4.0"
  10693. }
  10694. },
  10695. "node_modules/xtend": {
  10696. "version": "4.0.2",
  10697. "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz",
  10698. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  10699. "license": "MIT",
  10700. "engines": {
  10701. "node": ">=0.4"
  10702. }
  10703. },
  10704. "node_modules/yallist": {
  10705. "version": "3.1.1",
  10706. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  10707. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  10708. "license": "ISC"
  10709. },
  10710. "node_modules/yaml": {
  10711. "version": "2.6.0",
  10712. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.6.0.tgz",
  10713. "integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==",
  10714. "license": "ISC",
  10715. "bin": {
  10716. "yaml": "bin.mjs"
  10717. },
  10718. "engines": {
  10719. "node": ">= 14"
  10720. }
  10721. },
  10722. "node_modules/yocto-queue": {
  10723. "version": "0.1.0",
  10724. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  10725. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  10726. "dev": true,
  10727. "license": "MIT",
  10728. "engines": {
  10729. "node": ">=10"
  10730. },
  10731. "funding": {
  10732. "url": "https://github.com/sponsors/sindresorhus"
  10733. }
  10734. },
  10735. "node_modules/zrender": {
  10736. "version": "5.6.0",
  10737. "resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.6.0.tgz",
  10738. "integrity": "sha512-uzgraf4njmmHAbEUxMJ8Oxg+P3fT04O+9p7gY+wJRVxo8Ge+KmYv0WJev945EH4wFuc4OY2NLXz46FZrWS9xJg==",
  10739. "license": "BSD-3-Clause",
  10740. "dependencies": {
  10741. "tslib": "2.3.0"
  10742. }
  10743. },
  10744. "node_modules/zrender/node_modules/tslib": {
  10745. "version": "2.3.0",
  10746. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
  10747. "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
  10748. "license": "0BSD"
  10749. }
  10750. }
  10751. }