package-lock.json 339 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882
  1. {
  2. "name": "six-hms",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "six-hms",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@ant-design/icons-vue": "^7.0.1",
  12. "@logicflow/core": "^2.1.2",
  13. "@logicflow/extension": "^2.1.4",
  14. "@logicflow/layout": "^2.0.2",
  15. "@logicflow/vue-node-registry": "^1.1.3",
  16. "@unocss/reset": "^0.61.0",
  17. "@vueuse/components": "^10.11.0",
  18. "@vueuse/core": "^10.11.0",
  19. "@vueuse/router": "^10.11.1",
  20. "@wangeditor/editor": "^5.1.23",
  21. "@wangeditor/editor-for-vue": "^5.1.12",
  22. "alova": "^3.2.10",
  23. "ant-design-vue": "^4.2.3",
  24. "china-division": "^2.7.0",
  25. "dayjs": "^1.11.11",
  26. "echarts": "^5.5.1",
  27. "element-plus": "^2.9.10",
  28. "pinia": "^2.1.7",
  29. "pinia-plugin-persistedstate": "^3.2.1",
  30. "swiper": "^8.4.7",
  31. "v-selectpage": "^3.0.1",
  32. "vite-svg-loader": "^5.1.0",
  33. "vue": "^3.4.29",
  34. "vue-echarts": "^7.0.2",
  35. "vue-range-component": "^1.0.3",
  36. "vue-router": "^4.3.3",
  37. "vue-virtual-scroller": "2.0.0-beta.8",
  38. "vue3-slider": "^1.10.1",
  39. "vuedraggable": "^4.1.0",
  40. "vxe-pc-ui": "^4.6.42",
  41. "vxe-table": "^4.7.62"
  42. },
  43. "devDependencies": {
  44. "@alova/mock": "^2.0.4",
  45. "@iconify/json": "^2.2.222",
  46. "@rushstack/eslint-patch": "^1.8.0",
  47. "@tsconfig/node20": "^20.1.4",
  48. "@types/mockjs": "^1.0.10",
  49. "@types/node": "^20.14.5",
  50. "@unocss/preset-icons": "^0.61.0",
  51. "@unocss/preset-uno": "^0.61.0",
  52. "@vitejs/plugin-vue": "^5.0.5",
  53. "@vitejs/plugin-vue-jsx": "^4.0.0",
  54. "@vue/eslint-config-prettier": "^9.0.0",
  55. "@vue/eslint-config-typescript": "^13.0.0",
  56. "@vue/tsconfig": "^0.5.1",
  57. "eslint": "^8.57.0",
  58. "eslint-plugin-vue": "^9.23.0",
  59. "mockjs": "^1.1.0",
  60. "npm-run-all2": "^6.2.0",
  61. "prettier": "^3.2.5",
  62. "sass": "^1.77.6",
  63. "typescript": "~5.4.0",
  64. "unocss": "^0.61.0",
  65. "unplugin-auto-import": "^0.17.6",
  66. "unplugin-vue-components": "^0.27.0",
  67. "unplugin-vue-router": "^0.10.2",
  68. "vite": "^5.3.1",
  69. "vite-plugin-lazy-import": "^1.0.7",
  70. "vite-plugin-vue-devtools": "^7.3.1",
  71. "vue-tsc": "^2.0.21"
  72. }
  73. },
  74. "node_modules/@alova/mock": {
  75. "version": "2.0.13",
  76. "dev": true,
  77. "license": "MIT",
  78. "dependencies": {
  79. "@alova/shared": "1.1.2"
  80. },
  81. "peerDependencies": {
  82. "alova": "^3.0.20"
  83. }
  84. },
  85. "node_modules/@alova/shared": {
  86. "version": "1.1.2",
  87. "resolved": "https://registry.npmmirror.com/@alova/shared/-/shared-1.1.2.tgz",
  88. "integrity": "sha512-8q/gMHFpzm7XYcaUlsyTCMDRRhFnewwheTeObMjPl1+bFdr+wZuBEHEPYIyd8tyzLwfrqpBeonaMN2tlngM8EA==",
  89. "license": "MIT"
  90. },
  91. "node_modules/@ampproject/remapping": {
  92. "version": "2.3.0",
  93. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  94. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  95. "dev": true,
  96. "license": "Apache-2.0",
  97. "dependencies": {
  98. "@jridgewell/gen-mapping": "^0.3.5",
  99. "@jridgewell/trace-mapping": "^0.3.24"
  100. },
  101. "engines": {
  102. "node": ">=6.0.0"
  103. }
  104. },
  105. "node_modules/@ant-design/colors": {
  106. "version": "6.0.0",
  107. "resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-6.0.0.tgz",
  108. "integrity": "sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==",
  109. "license": "MIT",
  110. "dependencies": {
  111. "@ctrl/tinycolor": "^3.4.0"
  112. }
  113. },
  114. "node_modules/@ant-design/icons-svg": {
  115. "version": "4.4.2",
  116. "resolved": "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
  117. "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==",
  118. "license": "MIT"
  119. },
  120. "node_modules/@ant-design/icons-vue": {
  121. "version": "7.0.1",
  122. "license": "MIT",
  123. "dependencies": {
  124. "@ant-design/colors": "^6.0.0",
  125. "@ant-design/icons-svg": "^4.2.1"
  126. },
  127. "peerDependencies": {
  128. "vue": ">=3.0.3"
  129. }
  130. },
  131. "node_modules/@antfu/install-pkg": {
  132. "version": "1.1.0",
  133. "resolved": "https://registry.npmmirror.com/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
  134. "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
  135. "dev": true,
  136. "license": "MIT",
  137. "dependencies": {
  138. "package-manager-detector": "^1.3.0",
  139. "tinyexec": "^1.0.1"
  140. },
  141. "funding": {
  142. "url": "https://github.com/sponsors/antfu"
  143. }
  144. },
  145. "node_modules/@antfu/utils": {
  146. "version": "8.1.1",
  147. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-8.1.1.tgz",
  148. "integrity": "sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==",
  149. "dev": true,
  150. "license": "MIT",
  151. "funding": {
  152. "url": "https://github.com/sponsors/antfu"
  153. }
  154. },
  155. "node_modules/@antv/hierarchy": {
  156. "version": "0.6.14",
  157. "resolved": "https://registry.npmmirror.com/@antv/hierarchy/-/hierarchy-0.6.14.tgz",
  158. "integrity": "sha512-V3uknf7bhynOqQDw2sg+9r9DwZ9pc6k/EcqyTFdfXB1+ydr7urisP0MipIuimucvQKN+Qkd+d6w601r1UIroqQ==",
  159. "license": "MIT"
  160. },
  161. "node_modules/@babel/code-frame": {
  162. "version": "7.27.1",
  163. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  164. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  165. "dev": true,
  166. "license": "MIT",
  167. "dependencies": {
  168. "@babel/helper-validator-identifier": "^7.27.1",
  169. "js-tokens": "^4.0.0",
  170. "picocolors": "^1.1.1"
  171. },
  172. "engines": {
  173. "node": ">=6.9.0"
  174. }
  175. },
  176. "node_modules/@babel/compat-data": {
  177. "version": "7.27.2",
  178. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.27.2.tgz",
  179. "integrity": "sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==",
  180. "dev": true,
  181. "license": "MIT",
  182. "engines": {
  183. "node": ">=6.9.0"
  184. }
  185. },
  186. "node_modules/@babel/core": {
  187. "version": "7.27.1",
  188. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.27.1.tgz",
  189. "integrity": "sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==",
  190. "dev": true,
  191. "license": "MIT",
  192. "peer": true,
  193. "dependencies": {
  194. "@ampproject/remapping": "^2.2.0",
  195. "@babel/code-frame": "^7.27.1",
  196. "@babel/generator": "^7.27.1",
  197. "@babel/helper-compilation-targets": "^7.27.1",
  198. "@babel/helper-module-transforms": "^7.27.1",
  199. "@babel/helpers": "^7.27.1",
  200. "@babel/parser": "^7.27.1",
  201. "@babel/template": "^7.27.1",
  202. "@babel/traverse": "^7.27.1",
  203. "@babel/types": "^7.27.1",
  204. "convert-source-map": "^2.0.0",
  205. "debug": "^4.1.0",
  206. "gensync": "^1.0.0-beta.2",
  207. "json5": "^2.2.3",
  208. "semver": "^6.3.1"
  209. },
  210. "engines": {
  211. "node": ">=6.9.0"
  212. },
  213. "funding": {
  214. "type": "opencollective",
  215. "url": "https://opencollective.com/babel"
  216. }
  217. },
  218. "node_modules/@babel/generator": {
  219. "version": "7.27.1",
  220. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.27.1.tgz",
  221. "integrity": "sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==",
  222. "dev": true,
  223. "license": "MIT",
  224. "dependencies": {
  225. "@babel/parser": "^7.27.1",
  226. "@babel/types": "^7.27.1",
  227. "@jridgewell/gen-mapping": "^0.3.5",
  228. "@jridgewell/trace-mapping": "^0.3.25",
  229. "jsesc": "^3.0.2"
  230. },
  231. "engines": {
  232. "node": ">=6.9.0"
  233. }
  234. },
  235. "node_modules/@babel/helper-annotate-as-pure": {
  236. "version": "7.27.1",
  237. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.1.tgz",
  238. "integrity": "sha512-WnuuDILl9oOBbKnb4L+DyODx7iC47XfzmNCpTttFsSp6hTG7XZxu60+4IO+2/hPfcGOoKbFiwoI/+zwARbNQow==",
  239. "dev": true,
  240. "license": "MIT",
  241. "dependencies": {
  242. "@babel/types": "^7.27.1"
  243. },
  244. "engines": {
  245. "node": ">=6.9.0"
  246. }
  247. },
  248. "node_modules/@babel/helper-compilation-targets": {
  249. "version": "7.27.2",
  250. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  251. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  252. "dev": true,
  253. "license": "MIT",
  254. "dependencies": {
  255. "@babel/compat-data": "^7.27.2",
  256. "@babel/helper-validator-option": "^7.27.1",
  257. "browserslist": "^4.24.0",
  258. "lru-cache": "^5.1.1",
  259. "semver": "^6.3.1"
  260. },
  261. "engines": {
  262. "node": ">=6.9.0"
  263. }
  264. },
  265. "node_modules/@babel/helper-create-class-features-plugin": {
  266. "version": "7.27.1",
  267. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz",
  268. "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==",
  269. "dev": true,
  270. "license": "MIT",
  271. "dependencies": {
  272. "@babel/helper-annotate-as-pure": "^7.27.1",
  273. "@babel/helper-member-expression-to-functions": "^7.27.1",
  274. "@babel/helper-optimise-call-expression": "^7.27.1",
  275. "@babel/helper-replace-supers": "^7.27.1",
  276. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  277. "@babel/traverse": "^7.27.1",
  278. "semver": "^6.3.1"
  279. },
  280. "engines": {
  281. "node": ">=6.9.0"
  282. },
  283. "peerDependencies": {
  284. "@babel/core": "^7.0.0"
  285. }
  286. },
  287. "node_modules/@babel/helper-member-expression-to-functions": {
  288. "version": "7.27.1",
  289. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
  290. "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
  291. "dev": true,
  292. "license": "MIT",
  293. "dependencies": {
  294. "@babel/traverse": "^7.27.1",
  295. "@babel/types": "^7.27.1"
  296. },
  297. "engines": {
  298. "node": ">=6.9.0"
  299. }
  300. },
  301. "node_modules/@babel/helper-module-imports": {
  302. "version": "7.27.1",
  303. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  304. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  305. "dev": true,
  306. "license": "MIT",
  307. "dependencies": {
  308. "@babel/traverse": "^7.27.1",
  309. "@babel/types": "^7.27.1"
  310. },
  311. "engines": {
  312. "node": ">=6.9.0"
  313. }
  314. },
  315. "node_modules/@babel/helper-module-transforms": {
  316. "version": "7.27.1",
  317. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz",
  318. "integrity": "sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==",
  319. "dev": true,
  320. "license": "MIT",
  321. "dependencies": {
  322. "@babel/helper-module-imports": "^7.27.1",
  323. "@babel/helper-validator-identifier": "^7.27.1",
  324. "@babel/traverse": "^7.27.1"
  325. },
  326. "engines": {
  327. "node": ">=6.9.0"
  328. },
  329. "peerDependencies": {
  330. "@babel/core": "^7.0.0"
  331. }
  332. },
  333. "node_modules/@babel/helper-optimise-call-expression": {
  334. "version": "7.27.1",
  335. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  336. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  337. "dev": true,
  338. "license": "MIT",
  339. "dependencies": {
  340. "@babel/types": "^7.27.1"
  341. },
  342. "engines": {
  343. "node": ">=6.9.0"
  344. }
  345. },
  346. "node_modules/@babel/helper-plugin-utils": {
  347. "version": "7.27.1",
  348. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  349. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  350. "dev": true,
  351. "license": "MIT",
  352. "engines": {
  353. "node": ">=6.9.0"
  354. }
  355. },
  356. "node_modules/@babel/helper-replace-supers": {
  357. "version": "7.27.1",
  358. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  359. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  360. "dev": true,
  361. "license": "MIT",
  362. "dependencies": {
  363. "@babel/helper-member-expression-to-functions": "^7.27.1",
  364. "@babel/helper-optimise-call-expression": "^7.27.1",
  365. "@babel/traverse": "^7.27.1"
  366. },
  367. "engines": {
  368. "node": ">=6.9.0"
  369. },
  370. "peerDependencies": {
  371. "@babel/core": "^7.0.0"
  372. }
  373. },
  374. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  375. "version": "7.27.1",
  376. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  377. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  378. "dev": true,
  379. "license": "MIT",
  380. "dependencies": {
  381. "@babel/traverse": "^7.27.1",
  382. "@babel/types": "^7.27.1"
  383. },
  384. "engines": {
  385. "node": ">=6.9.0"
  386. }
  387. },
  388. "node_modules/@babel/helper-string-parser": {
  389. "version": "7.27.1",
  390. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  391. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  392. "license": "MIT",
  393. "engines": {
  394. "node": ">=6.9.0"
  395. }
  396. },
  397. "node_modules/@babel/helper-validator-identifier": {
  398. "version": "7.27.1",
  399. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  400. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
  401. "license": "MIT",
  402. "engines": {
  403. "node": ">=6.9.0"
  404. }
  405. },
  406. "node_modules/@babel/helper-validator-option": {
  407. "version": "7.27.1",
  408. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  409. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  410. "dev": true,
  411. "license": "MIT",
  412. "engines": {
  413. "node": ">=6.9.0"
  414. }
  415. },
  416. "node_modules/@babel/helpers": {
  417. "version": "7.27.1",
  418. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.27.1.tgz",
  419. "integrity": "sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==",
  420. "dev": true,
  421. "license": "MIT",
  422. "dependencies": {
  423. "@babel/template": "^7.27.1",
  424. "@babel/types": "^7.27.1"
  425. },
  426. "engines": {
  427. "node": ">=6.9.0"
  428. }
  429. },
  430. "node_modules/@babel/parser": {
  431. "version": "7.27.2",
  432. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.2.tgz",
  433. "integrity": "sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==",
  434. "license": "MIT",
  435. "peer": true,
  436. "dependencies": {
  437. "@babel/types": "^7.27.1"
  438. },
  439. "bin": {
  440. "parser": "bin/babel-parser.js"
  441. },
  442. "engines": {
  443. "node": ">=6.0.0"
  444. }
  445. },
  446. "node_modules/@babel/plugin-proposal-decorators": {
  447. "version": "7.27.1",
  448. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.27.1.tgz",
  449. "integrity": "sha512-DTxe4LBPrtFdsWzgpmbBKevg3e9PBy+dXRt19kSbucbZvL2uqtdqwwpluL1jfxYE0wIDTFp1nTy/q6gNLsxXrg==",
  450. "dev": true,
  451. "license": "MIT",
  452. "dependencies": {
  453. "@babel/helper-create-class-features-plugin": "^7.27.1",
  454. "@babel/helper-plugin-utils": "^7.27.1",
  455. "@babel/plugin-syntax-decorators": "^7.27.1"
  456. },
  457. "engines": {
  458. "node": ">=6.9.0"
  459. },
  460. "peerDependencies": {
  461. "@babel/core": "^7.0.0-0"
  462. }
  463. },
  464. "node_modules/@babel/plugin-syntax-decorators": {
  465. "version": "7.27.1",
  466. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
  467. "integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
  468. "dev": true,
  469. "license": "MIT",
  470. "dependencies": {
  471. "@babel/helper-plugin-utils": "^7.27.1"
  472. },
  473. "engines": {
  474. "node": ">=6.9.0"
  475. },
  476. "peerDependencies": {
  477. "@babel/core": "^7.0.0-0"
  478. }
  479. },
  480. "node_modules/@babel/plugin-syntax-import-attributes": {
  481. "version": "7.27.1",
  482. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
  483. "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
  484. "dev": true,
  485. "license": "MIT",
  486. "dependencies": {
  487. "@babel/helper-plugin-utils": "^7.27.1"
  488. },
  489. "engines": {
  490. "node": ">=6.9.0"
  491. },
  492. "peerDependencies": {
  493. "@babel/core": "^7.0.0-0"
  494. }
  495. },
  496. "node_modules/@babel/plugin-syntax-import-meta": {
  497. "version": "7.10.4",
  498. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  499. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  500. "dev": true,
  501. "license": "MIT",
  502. "dependencies": {
  503. "@babel/helper-plugin-utils": "^7.10.4"
  504. },
  505. "peerDependencies": {
  506. "@babel/core": "^7.0.0-0"
  507. }
  508. },
  509. "node_modules/@babel/plugin-syntax-jsx": {
  510. "version": "7.27.1",
  511. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
  512. "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
  513. "dev": true,
  514. "license": "MIT",
  515. "dependencies": {
  516. "@babel/helper-plugin-utils": "^7.27.1"
  517. },
  518. "engines": {
  519. "node": ">=6.9.0"
  520. },
  521. "peerDependencies": {
  522. "@babel/core": "^7.0.0-0"
  523. }
  524. },
  525. "node_modules/@babel/plugin-syntax-typescript": {
  526. "version": "7.27.1",
  527. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
  528. "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
  529. "dev": true,
  530. "license": "MIT",
  531. "dependencies": {
  532. "@babel/helper-plugin-utils": "^7.27.1"
  533. },
  534. "engines": {
  535. "node": ">=6.9.0"
  536. },
  537. "peerDependencies": {
  538. "@babel/core": "^7.0.0-0"
  539. }
  540. },
  541. "node_modules/@babel/plugin-transform-modules-commonjs": {
  542. "version": "7.27.1",
  543. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
  544. "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
  545. "dev": true,
  546. "license": "MIT",
  547. "dependencies": {
  548. "@babel/helper-module-transforms": "^7.27.1",
  549. "@babel/helper-plugin-utils": "^7.27.1"
  550. },
  551. "engines": {
  552. "node": ">=6.9.0"
  553. },
  554. "peerDependencies": {
  555. "@babel/core": "^7.0.0-0"
  556. }
  557. },
  558. "node_modules/@babel/plugin-transform-typescript": {
  559. "version": "7.27.1",
  560. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.1.tgz",
  561. "integrity": "sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==",
  562. "dev": true,
  563. "license": "MIT",
  564. "dependencies": {
  565. "@babel/helper-annotate-as-pure": "^7.27.1",
  566. "@babel/helper-create-class-features-plugin": "^7.27.1",
  567. "@babel/helper-plugin-utils": "^7.27.1",
  568. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  569. "@babel/plugin-syntax-typescript": "^7.27.1"
  570. },
  571. "engines": {
  572. "node": ">=6.9.0"
  573. },
  574. "peerDependencies": {
  575. "@babel/core": "^7.0.0-0"
  576. }
  577. },
  578. "node_modules/@babel/preset-typescript": {
  579. "version": "7.27.1",
  580. "resolved": "https://registry.npmmirror.com/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
  581. "integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
  582. "dev": true,
  583. "license": "MIT",
  584. "dependencies": {
  585. "@babel/helper-plugin-utils": "^7.27.1",
  586. "@babel/helper-validator-option": "^7.27.1",
  587. "@babel/plugin-syntax-jsx": "^7.27.1",
  588. "@babel/plugin-transform-modules-commonjs": "^7.27.1",
  589. "@babel/plugin-transform-typescript": "^7.27.1"
  590. },
  591. "engines": {
  592. "node": ">=6.9.0"
  593. },
  594. "peerDependencies": {
  595. "@babel/core": "^7.0.0-0"
  596. }
  597. },
  598. "node_modules/@babel/runtime": {
  599. "version": "7.27.1",
  600. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.27.1.tgz",
  601. "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==",
  602. "license": "MIT",
  603. "engines": {
  604. "node": ">=6.9.0"
  605. }
  606. },
  607. "node_modules/@babel/template": {
  608. "version": "7.27.2",
  609. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  610. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  611. "dev": true,
  612. "license": "MIT",
  613. "dependencies": {
  614. "@babel/code-frame": "^7.27.1",
  615. "@babel/parser": "^7.27.2",
  616. "@babel/types": "^7.27.1"
  617. },
  618. "engines": {
  619. "node": ">=6.9.0"
  620. }
  621. },
  622. "node_modules/@babel/traverse": {
  623. "version": "7.27.1",
  624. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.27.1.tgz",
  625. "integrity": "sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==",
  626. "dev": true,
  627. "license": "MIT",
  628. "dependencies": {
  629. "@babel/code-frame": "^7.27.1",
  630. "@babel/generator": "^7.27.1",
  631. "@babel/parser": "^7.27.1",
  632. "@babel/template": "^7.27.1",
  633. "@babel/types": "^7.27.1",
  634. "debug": "^4.3.1",
  635. "globals": "^11.1.0"
  636. },
  637. "engines": {
  638. "node": ">=6.9.0"
  639. }
  640. },
  641. "node_modules/@babel/traverse/node_modules/globals": {
  642. "version": "11.12.0",
  643. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  644. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  645. "dev": true,
  646. "license": "MIT",
  647. "engines": {
  648. "node": ">=4"
  649. }
  650. },
  651. "node_modules/@babel/types": {
  652. "version": "7.27.1",
  653. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.1.tgz",
  654. "integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
  655. "license": "MIT",
  656. "dependencies": {
  657. "@babel/helper-string-parser": "^7.27.1",
  658. "@babel/helper-validator-identifier": "^7.27.1"
  659. },
  660. "engines": {
  661. "node": ">=6.9.0"
  662. }
  663. },
  664. "node_modules/@ctrl/tinycolor": {
  665. "version": "3.6.1",
  666. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  667. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  668. "license": "MIT",
  669. "engines": {
  670. "node": ">=10"
  671. }
  672. },
  673. "node_modules/@element-plus/icons-vue": {
  674. "version": "2.3.1",
  675. "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
  676. "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
  677. "license": "MIT",
  678. "peerDependencies": {
  679. "vue": "^3.2.0"
  680. }
  681. },
  682. "node_modules/@emotion/hash": {
  683. "version": "0.9.2",
  684. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz",
  685. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  686. "license": "MIT"
  687. },
  688. "node_modules/@emotion/unitless": {
  689. "version": "0.8.1",
  690. "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.8.1.tgz",
  691. "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==",
  692. "license": "MIT"
  693. },
  694. "node_modules/@esbuild/aix-ppc64": {
  695. "version": "0.23.1",
  696. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz",
  697. "integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==",
  698. "cpu": [
  699. "ppc64"
  700. ],
  701. "dev": true,
  702. "license": "MIT",
  703. "optional": true,
  704. "os": [
  705. "aix"
  706. ],
  707. "engines": {
  708. "node": ">=18"
  709. }
  710. },
  711. "node_modules/@esbuild/android-arm": {
  712. "version": "0.23.1",
  713. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.23.1.tgz",
  714. "integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==",
  715. "cpu": [
  716. "arm"
  717. ],
  718. "dev": true,
  719. "license": "MIT",
  720. "optional": true,
  721. "os": [
  722. "android"
  723. ],
  724. "engines": {
  725. "node": ">=18"
  726. }
  727. },
  728. "node_modules/@esbuild/android-arm64": {
  729. "version": "0.23.1",
  730. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz",
  731. "integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==",
  732. "cpu": [
  733. "arm64"
  734. ],
  735. "dev": true,
  736. "license": "MIT",
  737. "optional": true,
  738. "os": [
  739. "android"
  740. ],
  741. "engines": {
  742. "node": ">=18"
  743. }
  744. },
  745. "node_modules/@esbuild/android-x64": {
  746. "version": "0.23.1",
  747. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.23.1.tgz",
  748. "integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==",
  749. "cpu": [
  750. "x64"
  751. ],
  752. "dev": true,
  753. "license": "MIT",
  754. "optional": true,
  755. "os": [
  756. "android"
  757. ],
  758. "engines": {
  759. "node": ">=18"
  760. }
  761. },
  762. "node_modules/@esbuild/darwin-arm64": {
  763. "version": "0.23.1",
  764. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz",
  765. "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==",
  766. "cpu": [
  767. "arm64"
  768. ],
  769. "dev": true,
  770. "license": "MIT",
  771. "optional": true,
  772. "os": [
  773. "darwin"
  774. ],
  775. "engines": {
  776. "node": ">=18"
  777. }
  778. },
  779. "node_modules/@esbuild/darwin-x64": {
  780. "version": "0.23.1",
  781. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz",
  782. "integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==",
  783. "cpu": [
  784. "x64"
  785. ],
  786. "dev": true,
  787. "license": "MIT",
  788. "optional": true,
  789. "os": [
  790. "darwin"
  791. ],
  792. "engines": {
  793. "node": ">=18"
  794. }
  795. },
  796. "node_modules/@esbuild/freebsd-arm64": {
  797. "version": "0.23.1",
  798. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz",
  799. "integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==",
  800. "cpu": [
  801. "arm64"
  802. ],
  803. "dev": true,
  804. "license": "MIT",
  805. "optional": true,
  806. "os": [
  807. "freebsd"
  808. ],
  809. "engines": {
  810. "node": ">=18"
  811. }
  812. },
  813. "node_modules/@esbuild/freebsd-x64": {
  814. "version": "0.23.1",
  815. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz",
  816. "integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==",
  817. "cpu": [
  818. "x64"
  819. ],
  820. "dev": true,
  821. "license": "MIT",
  822. "optional": true,
  823. "os": [
  824. "freebsd"
  825. ],
  826. "engines": {
  827. "node": ">=18"
  828. }
  829. },
  830. "node_modules/@esbuild/linux-arm": {
  831. "version": "0.23.1",
  832. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz",
  833. "integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==",
  834. "cpu": [
  835. "arm"
  836. ],
  837. "dev": true,
  838. "license": "MIT",
  839. "optional": true,
  840. "os": [
  841. "linux"
  842. ],
  843. "engines": {
  844. "node": ">=18"
  845. }
  846. },
  847. "node_modules/@esbuild/linux-arm64": {
  848. "version": "0.23.1",
  849. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz",
  850. "integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==",
  851. "cpu": [
  852. "arm64"
  853. ],
  854. "dev": true,
  855. "license": "MIT",
  856. "optional": true,
  857. "os": [
  858. "linux"
  859. ],
  860. "engines": {
  861. "node": ">=18"
  862. }
  863. },
  864. "node_modules/@esbuild/linux-ia32": {
  865. "version": "0.23.1",
  866. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz",
  867. "integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==",
  868. "cpu": [
  869. "ia32"
  870. ],
  871. "dev": true,
  872. "license": "MIT",
  873. "optional": true,
  874. "os": [
  875. "linux"
  876. ],
  877. "engines": {
  878. "node": ">=18"
  879. }
  880. },
  881. "node_modules/@esbuild/linux-loong64": {
  882. "version": "0.23.1",
  883. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz",
  884. "integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==",
  885. "cpu": [
  886. "loong64"
  887. ],
  888. "dev": true,
  889. "license": "MIT",
  890. "optional": true,
  891. "os": [
  892. "linux"
  893. ],
  894. "engines": {
  895. "node": ">=18"
  896. }
  897. },
  898. "node_modules/@esbuild/linux-mips64el": {
  899. "version": "0.23.1",
  900. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz",
  901. "integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==",
  902. "cpu": [
  903. "mips64el"
  904. ],
  905. "dev": true,
  906. "license": "MIT",
  907. "optional": true,
  908. "os": [
  909. "linux"
  910. ],
  911. "engines": {
  912. "node": ">=18"
  913. }
  914. },
  915. "node_modules/@esbuild/linux-ppc64": {
  916. "version": "0.23.1",
  917. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz",
  918. "integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==",
  919. "cpu": [
  920. "ppc64"
  921. ],
  922. "dev": true,
  923. "license": "MIT",
  924. "optional": true,
  925. "os": [
  926. "linux"
  927. ],
  928. "engines": {
  929. "node": ">=18"
  930. }
  931. },
  932. "node_modules/@esbuild/linux-riscv64": {
  933. "version": "0.23.1",
  934. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz",
  935. "integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==",
  936. "cpu": [
  937. "riscv64"
  938. ],
  939. "dev": true,
  940. "license": "MIT",
  941. "optional": true,
  942. "os": [
  943. "linux"
  944. ],
  945. "engines": {
  946. "node": ">=18"
  947. }
  948. },
  949. "node_modules/@esbuild/linux-s390x": {
  950. "version": "0.23.1",
  951. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz",
  952. "integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==",
  953. "cpu": [
  954. "s390x"
  955. ],
  956. "dev": true,
  957. "license": "MIT",
  958. "optional": true,
  959. "os": [
  960. "linux"
  961. ],
  962. "engines": {
  963. "node": ">=18"
  964. }
  965. },
  966. "node_modules/@esbuild/linux-x64": {
  967. "version": "0.23.1",
  968. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz",
  969. "integrity": "sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==",
  970. "cpu": [
  971. "x64"
  972. ],
  973. "dev": true,
  974. "license": "MIT",
  975. "optional": true,
  976. "os": [
  977. "linux"
  978. ],
  979. "engines": {
  980. "node": ">=18"
  981. }
  982. },
  983. "node_modules/@esbuild/netbsd-arm64": {
  984. "version": "0.25.4",
  985. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.4.tgz",
  986. "integrity": "sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==",
  987. "cpu": [
  988. "arm64"
  989. ],
  990. "dev": true,
  991. "license": "MIT",
  992. "optional": true,
  993. "os": [
  994. "netbsd"
  995. ],
  996. "engines": {
  997. "node": ">=18"
  998. }
  999. },
  1000. "node_modules/@esbuild/netbsd-x64": {
  1001. "version": "0.23.1",
  1002. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz",
  1003. "integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==",
  1004. "cpu": [
  1005. "x64"
  1006. ],
  1007. "dev": true,
  1008. "license": "MIT",
  1009. "optional": true,
  1010. "os": [
  1011. "netbsd"
  1012. ],
  1013. "engines": {
  1014. "node": ">=18"
  1015. }
  1016. },
  1017. "node_modules/@esbuild/openbsd-arm64": {
  1018. "version": "0.23.1",
  1019. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.1.tgz",
  1020. "integrity": "sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==",
  1021. "cpu": [
  1022. "arm64"
  1023. ],
  1024. "dev": true,
  1025. "license": "MIT",
  1026. "optional": true,
  1027. "os": [
  1028. "openbsd"
  1029. ],
  1030. "engines": {
  1031. "node": ">=18"
  1032. }
  1033. },
  1034. "node_modules/@esbuild/openbsd-x64": {
  1035. "version": "0.23.1",
  1036. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz",
  1037. "integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==",
  1038. "cpu": [
  1039. "x64"
  1040. ],
  1041. "dev": true,
  1042. "license": "MIT",
  1043. "optional": true,
  1044. "os": [
  1045. "openbsd"
  1046. ],
  1047. "engines": {
  1048. "node": ">=18"
  1049. }
  1050. },
  1051. "node_modules/@esbuild/sunos-x64": {
  1052. "version": "0.23.1",
  1053. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz",
  1054. "integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==",
  1055. "cpu": [
  1056. "x64"
  1057. ],
  1058. "dev": true,
  1059. "license": "MIT",
  1060. "optional": true,
  1061. "os": [
  1062. "sunos"
  1063. ],
  1064. "engines": {
  1065. "node": ">=18"
  1066. }
  1067. },
  1068. "node_modules/@esbuild/win32-arm64": {
  1069. "version": "0.23.1",
  1070. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz",
  1071. "integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==",
  1072. "cpu": [
  1073. "arm64"
  1074. ],
  1075. "dev": true,
  1076. "license": "MIT",
  1077. "optional": true,
  1078. "os": [
  1079. "win32"
  1080. ],
  1081. "engines": {
  1082. "node": ">=18"
  1083. }
  1084. },
  1085. "node_modules/@esbuild/win32-ia32": {
  1086. "version": "0.23.1",
  1087. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz",
  1088. "integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==",
  1089. "cpu": [
  1090. "ia32"
  1091. ],
  1092. "dev": true,
  1093. "license": "MIT",
  1094. "optional": true,
  1095. "os": [
  1096. "win32"
  1097. ],
  1098. "engines": {
  1099. "node": ">=18"
  1100. }
  1101. },
  1102. "node_modules/@esbuild/win32-x64": {
  1103. "version": "0.23.1",
  1104. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz",
  1105. "integrity": "sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==",
  1106. "cpu": [
  1107. "x64"
  1108. ],
  1109. "dev": true,
  1110. "license": "MIT",
  1111. "optional": true,
  1112. "os": [
  1113. "win32"
  1114. ],
  1115. "engines": {
  1116. "node": ">=18"
  1117. }
  1118. },
  1119. "node_modules/@eslint-community/eslint-utils": {
  1120. "version": "4.7.0",
  1121. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
  1122. "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
  1123. "dev": true,
  1124. "license": "MIT",
  1125. "dependencies": {
  1126. "eslint-visitor-keys": "^3.4.3"
  1127. },
  1128. "engines": {
  1129. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1130. },
  1131. "funding": {
  1132. "url": "https://opencollective.com/eslint"
  1133. },
  1134. "peerDependencies": {
  1135. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  1136. }
  1137. },
  1138. "node_modules/@eslint-community/regexpp": {
  1139. "version": "4.12.1",
  1140. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  1141. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  1142. "dev": true,
  1143. "license": "MIT",
  1144. "engines": {
  1145. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  1146. }
  1147. },
  1148. "node_modules/@eslint/eslintrc": {
  1149. "version": "2.1.4",
  1150. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  1151. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  1152. "dev": true,
  1153. "license": "MIT",
  1154. "dependencies": {
  1155. "ajv": "^6.12.4",
  1156. "debug": "^4.3.2",
  1157. "espree": "^9.6.0",
  1158. "globals": "^13.19.0",
  1159. "ignore": "^5.2.0",
  1160. "import-fresh": "^3.2.1",
  1161. "js-yaml": "^4.1.0",
  1162. "minimatch": "^3.1.2",
  1163. "strip-json-comments": "^3.1.1"
  1164. },
  1165. "engines": {
  1166. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1167. },
  1168. "funding": {
  1169. "url": "https://opencollective.com/eslint"
  1170. }
  1171. },
  1172. "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
  1173. "version": "1.1.11",
  1174. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  1175. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  1176. "dev": true,
  1177. "license": "MIT",
  1178. "dependencies": {
  1179. "balanced-match": "^1.0.0",
  1180. "concat-map": "0.0.1"
  1181. }
  1182. },
  1183. "node_modules/@eslint/eslintrc/node_modules/globals": {
  1184. "version": "13.24.0",
  1185. "resolved": "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz",
  1186. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  1187. "dev": true,
  1188. "license": "MIT",
  1189. "dependencies": {
  1190. "type-fest": "^0.20.2"
  1191. },
  1192. "engines": {
  1193. "node": ">=8"
  1194. },
  1195. "funding": {
  1196. "url": "https://github.com/sponsors/sindresorhus"
  1197. }
  1198. },
  1199. "node_modules/@eslint/eslintrc/node_modules/minimatch": {
  1200. "version": "3.1.2",
  1201. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  1202. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  1203. "dev": true,
  1204. "license": "ISC",
  1205. "dependencies": {
  1206. "brace-expansion": "^1.1.7"
  1207. },
  1208. "engines": {
  1209. "node": "*"
  1210. }
  1211. },
  1212. "node_modules/@eslint/js": {
  1213. "version": "8.57.1",
  1214. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-8.57.1.tgz",
  1215. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  1216. "dev": true,
  1217. "license": "MIT",
  1218. "engines": {
  1219. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1220. }
  1221. },
  1222. "node_modules/@floating-ui/core": {
  1223. "version": "1.7.0",
  1224. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.0.tgz",
  1225. "integrity": "sha512-FRdBLykrPPA6P76GGGqlex/e7fbe0F1ykgxHYNXQsH/iTEtjMj/f9bpY5oQqbjt5VgZvgz/uKXbGuROijh3VLA==",
  1226. "license": "MIT",
  1227. "dependencies": {
  1228. "@floating-ui/utils": "^0.2.9"
  1229. }
  1230. },
  1231. "node_modules/@floating-ui/dom": {
  1232. "version": "1.7.0",
  1233. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.0.tgz",
  1234. "integrity": "sha512-lGTor4VlXcesUMh1cupTUTDoCxMb0V6bm3CnxHzQcw8Eaf1jQbgQX4i02fYgT0vJ82tb5MZ4CZk1LRGkktJCzg==",
  1235. "license": "MIT",
  1236. "dependencies": {
  1237. "@floating-ui/core": "^1.7.0",
  1238. "@floating-ui/utils": "^0.2.9"
  1239. }
  1240. },
  1241. "node_modules/@floating-ui/utils": {
  1242. "version": "0.2.9",
  1243. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.9.tgz",
  1244. "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==",
  1245. "license": "MIT"
  1246. },
  1247. "node_modules/@humanwhocodes/config-array": {
  1248. "version": "0.13.0",
  1249. "resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  1250. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  1251. "deprecated": "Use @eslint/config-array instead",
  1252. "dev": true,
  1253. "license": "Apache-2.0",
  1254. "dependencies": {
  1255. "@humanwhocodes/object-schema": "^2.0.3",
  1256. "debug": "^4.3.1",
  1257. "minimatch": "^3.0.5"
  1258. },
  1259. "engines": {
  1260. "node": ">=10.10.0"
  1261. }
  1262. },
  1263. "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
  1264. "version": "1.1.11",
  1265. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  1266. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  1267. "dev": true,
  1268. "license": "MIT",
  1269. "dependencies": {
  1270. "balanced-match": "^1.0.0",
  1271. "concat-map": "0.0.1"
  1272. }
  1273. },
  1274. "node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
  1275. "version": "3.1.2",
  1276. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  1277. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  1278. "dev": true,
  1279. "license": "ISC",
  1280. "dependencies": {
  1281. "brace-expansion": "^1.1.7"
  1282. },
  1283. "engines": {
  1284. "node": "*"
  1285. }
  1286. },
  1287. "node_modules/@humanwhocodes/module-importer": {
  1288. "version": "1.0.1",
  1289. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  1290. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  1291. "dev": true,
  1292. "license": "Apache-2.0",
  1293. "engines": {
  1294. "node": ">=12.22"
  1295. },
  1296. "funding": {
  1297. "type": "github",
  1298. "url": "https://github.com/sponsors/nzakas"
  1299. }
  1300. },
  1301. "node_modules/@humanwhocodes/object-schema": {
  1302. "version": "2.0.3",
  1303. "resolved": "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  1304. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  1305. "deprecated": "Use @eslint/object-schema instead",
  1306. "dev": true,
  1307. "license": "BSD-3-Clause"
  1308. },
  1309. "node_modules/@iconify/json": {
  1310. "version": "2.2.322",
  1311. "dev": true,
  1312. "license": "MIT",
  1313. "dependencies": {
  1314. "@iconify/types": "*",
  1315. "pathe": "^1.1.2"
  1316. }
  1317. },
  1318. "node_modules/@iconify/types": {
  1319. "version": "2.0.0",
  1320. "resolved": "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz",
  1321. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1322. "dev": true,
  1323. "license": "MIT"
  1324. },
  1325. "node_modules/@iconify/utils": {
  1326. "version": "2.3.0",
  1327. "resolved": "https://registry.npmmirror.com/@iconify/utils/-/utils-2.3.0.tgz",
  1328. "integrity": "sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA==",
  1329. "dev": true,
  1330. "license": "MIT",
  1331. "dependencies": {
  1332. "@antfu/install-pkg": "^1.0.0",
  1333. "@antfu/utils": "^8.1.0",
  1334. "@iconify/types": "^2.0.0",
  1335. "debug": "^4.4.0",
  1336. "globals": "^15.14.0",
  1337. "kolorist": "^1.8.0",
  1338. "local-pkg": "^1.0.0",
  1339. "mlly": "^1.7.4"
  1340. }
  1341. },
  1342. "node_modules/@jridgewell/gen-mapping": {
  1343. "version": "0.3.8",
  1344. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  1345. "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
  1346. "dev": true,
  1347. "license": "MIT",
  1348. "dependencies": {
  1349. "@jridgewell/set-array": "^1.2.1",
  1350. "@jridgewell/sourcemap-codec": "^1.4.10",
  1351. "@jridgewell/trace-mapping": "^0.3.24"
  1352. },
  1353. "engines": {
  1354. "node": ">=6.0.0"
  1355. }
  1356. },
  1357. "node_modules/@jridgewell/resolve-uri": {
  1358. "version": "3.1.2",
  1359. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1360. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1361. "dev": true,
  1362. "license": "MIT",
  1363. "engines": {
  1364. "node": ">=6.0.0"
  1365. }
  1366. },
  1367. "node_modules/@jridgewell/set-array": {
  1368. "version": "1.2.1",
  1369. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  1370. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  1371. "dev": true,
  1372. "license": "MIT",
  1373. "engines": {
  1374. "node": ">=6.0.0"
  1375. }
  1376. },
  1377. "node_modules/@jridgewell/sourcemap-codec": {
  1378. "version": "1.5.0",
  1379. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  1380. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  1381. "license": "MIT"
  1382. },
  1383. "node_modules/@jridgewell/trace-mapping": {
  1384. "version": "0.3.25",
  1385. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  1386. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  1387. "dev": true,
  1388. "license": "MIT",
  1389. "dependencies": {
  1390. "@jridgewell/resolve-uri": "^3.1.0",
  1391. "@jridgewell/sourcemap-codec": "^1.4.14"
  1392. }
  1393. },
  1394. "node_modules/@logicflow/core": {
  1395. "version": "2.1.4",
  1396. "resolved": "https://registry.npmmirror.com/@logicflow/core/-/core-2.1.4.tgz",
  1397. "integrity": "sha512-cK+drgL57faFDUOb2Zn0vWDRtVJe6MswF3GwLb/Sn/9aVxiSIk+5Z6cpSdY+4iuTpxFDKj0DBpvMYEeeLPnzpg==",
  1398. "license": "Apache-2.0",
  1399. "peer": true,
  1400. "dependencies": {
  1401. "classnames": "^2.3.2",
  1402. "lodash-es": "^4.17.21",
  1403. "mobx": "^5.15.7",
  1404. "mobx-preact": "^3.0.0",
  1405. "mobx-utils": "^5.6.1",
  1406. "mousetrap": "^1.6.5",
  1407. "preact": "^10.17.1",
  1408. "uuid": "^9.0.0"
  1409. }
  1410. },
  1411. "node_modules/@logicflow/extension": {
  1412. "version": "2.1.6",
  1413. "resolved": "https://registry.npmmirror.com/@logicflow/extension/-/extension-2.1.6.tgz",
  1414. "integrity": "sha512-KbKkOjxN4GXHiqQNAatuHi8HAEjTvXvXWvpQUedChiSaIeAgospSAdovinRXQOkAQxLo5MpnR0KoYwNtp2R0NA==",
  1415. "license": "Apache-2.0",
  1416. "dependencies": {
  1417. "@antv/hierarchy": "^0.6.11",
  1418. "@logicflow/core": "2.1.4",
  1419. "@logicflow/vue-node-registry": "1.1.5",
  1420. "classnames": "^2.3.2",
  1421. "lodash-es": "^4.17.21",
  1422. "medium-editor": "^5.23.3",
  1423. "mobx": "^5.15.7",
  1424. "preact": "^10.17.1",
  1425. "rangy": "^1.3.1",
  1426. "vanilla-picker": "^2.12.3"
  1427. },
  1428. "peerDependencies": {
  1429. "@logicflow/core": "2.1.4",
  1430. "@logicflow/vue-node-registry": "1.1.5"
  1431. }
  1432. },
  1433. "node_modules/@logicflow/layout": {
  1434. "version": "2.0.4",
  1435. "resolved": "https://registry.npmmirror.com/@logicflow/layout/-/layout-2.0.4.tgz",
  1436. "integrity": "sha512-bbDkGawckV/tYN6LSLEEs1c+xrpMAmP77W+a/FhpOdr7wTdgzjrf47h2rHtxa3nRj7EPMZS6120fC5Ej9Xg+jQ==",
  1437. "license": "Apache-2.0",
  1438. "dependencies": {
  1439. "@logicflow/core": "2.1.4",
  1440. "dagre": "^0.8.5"
  1441. }
  1442. },
  1443. "node_modules/@logicflow/vue-node-registry": {
  1444. "version": "1.1.5",
  1445. "resolved": "https://registry.npmmirror.com/@logicflow/vue-node-registry/-/vue-node-registry-1.1.5.tgz",
  1446. "integrity": "sha512-49m9Ba1XTzpUbad1CagedCxIeSzsS3rIFZjDfnagt1aOgVk8Clj3/oxJt8LYPd/IJ45VtrUqpl2Ak1gHnSUfsQ==",
  1447. "license": "Apache-2.0",
  1448. "dependencies": {
  1449. "lodash-es": "^4.17.21",
  1450. "vue-demi": "latest"
  1451. },
  1452. "peerDependencies": {
  1453. "@logicflow/core": "2.1.4",
  1454. "@vue/composition-api": "^1.0.0-rc.10",
  1455. "vue": "^2.0.0 || >=3.0.0"
  1456. },
  1457. "peerDependenciesMeta": {
  1458. "@vue/composition-api": {
  1459. "optional": true
  1460. }
  1461. }
  1462. },
  1463. "node_modules/@nodelib/fs.scandir": {
  1464. "version": "2.1.5",
  1465. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1466. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1467. "dev": true,
  1468. "license": "MIT",
  1469. "dependencies": {
  1470. "@nodelib/fs.stat": "2.0.5",
  1471. "run-parallel": "^1.1.9"
  1472. },
  1473. "engines": {
  1474. "node": ">= 8"
  1475. }
  1476. },
  1477. "node_modules/@nodelib/fs.stat": {
  1478. "version": "2.0.5",
  1479. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1480. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1481. "dev": true,
  1482. "license": "MIT",
  1483. "engines": {
  1484. "node": ">= 8"
  1485. }
  1486. },
  1487. "node_modules/@nodelib/fs.walk": {
  1488. "version": "1.2.8",
  1489. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1490. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1491. "dev": true,
  1492. "license": "MIT",
  1493. "dependencies": {
  1494. "@nodelib/fs.scandir": "2.1.5",
  1495. "fastq": "^1.6.0"
  1496. },
  1497. "engines": {
  1498. "node": ">= 8"
  1499. }
  1500. },
  1501. "node_modules/@parcel/watcher": {
  1502. "version": "2.5.1",
  1503. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  1504. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  1505. "dev": true,
  1506. "hasInstallScript": true,
  1507. "license": "MIT",
  1508. "optional": true,
  1509. "dependencies": {
  1510. "detect-libc": "^1.0.3",
  1511. "is-glob": "^4.0.3",
  1512. "micromatch": "^4.0.5",
  1513. "node-addon-api": "^7.0.0"
  1514. },
  1515. "engines": {
  1516. "node": ">= 10.0.0"
  1517. },
  1518. "funding": {
  1519. "type": "opencollective",
  1520. "url": "https://opencollective.com/parcel"
  1521. },
  1522. "optionalDependencies": {
  1523. "@parcel/watcher-android-arm64": "2.5.1",
  1524. "@parcel/watcher-darwin-arm64": "2.5.1",
  1525. "@parcel/watcher-darwin-x64": "2.5.1",
  1526. "@parcel/watcher-freebsd-x64": "2.5.1",
  1527. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  1528. "@parcel/watcher-linux-arm-musl": "2.5.1",
  1529. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  1530. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  1531. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  1532. "@parcel/watcher-linux-x64-musl": "2.5.1",
  1533. "@parcel/watcher-win32-arm64": "2.5.1",
  1534. "@parcel/watcher-win32-ia32": "2.5.1",
  1535. "@parcel/watcher-win32-x64": "2.5.1"
  1536. }
  1537. },
  1538. "node_modules/@parcel/watcher-android-arm64": {
  1539. "version": "2.5.1",
  1540. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  1541. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  1542. "cpu": [
  1543. "arm64"
  1544. ],
  1545. "dev": true,
  1546. "license": "MIT",
  1547. "optional": true,
  1548. "os": [
  1549. "android"
  1550. ],
  1551. "engines": {
  1552. "node": ">= 10.0.0"
  1553. },
  1554. "funding": {
  1555. "type": "opencollective",
  1556. "url": "https://opencollective.com/parcel"
  1557. }
  1558. },
  1559. "node_modules/@parcel/watcher-darwin-arm64": {
  1560. "version": "2.5.1",
  1561. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  1562. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  1563. "cpu": [
  1564. "arm64"
  1565. ],
  1566. "dev": true,
  1567. "license": "MIT",
  1568. "optional": true,
  1569. "os": [
  1570. "darwin"
  1571. ],
  1572. "engines": {
  1573. "node": ">= 10.0.0"
  1574. },
  1575. "funding": {
  1576. "type": "opencollective",
  1577. "url": "https://opencollective.com/parcel"
  1578. }
  1579. },
  1580. "node_modules/@parcel/watcher-darwin-x64": {
  1581. "version": "2.5.1",
  1582. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  1583. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  1584. "cpu": [
  1585. "x64"
  1586. ],
  1587. "dev": true,
  1588. "license": "MIT",
  1589. "optional": true,
  1590. "os": [
  1591. "darwin"
  1592. ],
  1593. "engines": {
  1594. "node": ">= 10.0.0"
  1595. },
  1596. "funding": {
  1597. "type": "opencollective",
  1598. "url": "https://opencollective.com/parcel"
  1599. }
  1600. },
  1601. "node_modules/@parcel/watcher-freebsd-x64": {
  1602. "version": "2.5.1",
  1603. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  1604. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  1605. "cpu": [
  1606. "x64"
  1607. ],
  1608. "dev": true,
  1609. "license": "MIT",
  1610. "optional": true,
  1611. "os": [
  1612. "freebsd"
  1613. ],
  1614. "engines": {
  1615. "node": ">= 10.0.0"
  1616. },
  1617. "funding": {
  1618. "type": "opencollective",
  1619. "url": "https://opencollective.com/parcel"
  1620. }
  1621. },
  1622. "node_modules/@parcel/watcher-linux-arm-glibc": {
  1623. "version": "2.5.1",
  1624. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  1625. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  1626. "cpu": [
  1627. "arm"
  1628. ],
  1629. "dev": true,
  1630. "license": "MIT",
  1631. "optional": true,
  1632. "os": [
  1633. "linux"
  1634. ],
  1635. "engines": {
  1636. "node": ">= 10.0.0"
  1637. },
  1638. "funding": {
  1639. "type": "opencollective",
  1640. "url": "https://opencollective.com/parcel"
  1641. }
  1642. },
  1643. "node_modules/@parcel/watcher-linux-arm-musl": {
  1644. "version": "2.5.1",
  1645. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  1646. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  1647. "cpu": [
  1648. "arm"
  1649. ],
  1650. "dev": true,
  1651. "license": "MIT",
  1652. "optional": true,
  1653. "os": [
  1654. "linux"
  1655. ],
  1656. "engines": {
  1657. "node": ">= 10.0.0"
  1658. },
  1659. "funding": {
  1660. "type": "opencollective",
  1661. "url": "https://opencollective.com/parcel"
  1662. }
  1663. },
  1664. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  1665. "version": "2.5.1",
  1666. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  1667. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  1668. "cpu": [
  1669. "arm64"
  1670. ],
  1671. "dev": true,
  1672. "license": "MIT",
  1673. "optional": true,
  1674. "os": [
  1675. "linux"
  1676. ],
  1677. "engines": {
  1678. "node": ">= 10.0.0"
  1679. },
  1680. "funding": {
  1681. "type": "opencollective",
  1682. "url": "https://opencollective.com/parcel"
  1683. }
  1684. },
  1685. "node_modules/@parcel/watcher-linux-arm64-musl": {
  1686. "version": "2.5.1",
  1687. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  1688. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  1689. "cpu": [
  1690. "arm64"
  1691. ],
  1692. "dev": true,
  1693. "license": "MIT",
  1694. "optional": true,
  1695. "os": [
  1696. "linux"
  1697. ],
  1698. "engines": {
  1699. "node": ">= 10.0.0"
  1700. },
  1701. "funding": {
  1702. "type": "opencollective",
  1703. "url": "https://opencollective.com/parcel"
  1704. }
  1705. },
  1706. "node_modules/@parcel/watcher-linux-x64-glibc": {
  1707. "version": "2.5.1",
  1708. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  1709. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  1710. "cpu": [
  1711. "x64"
  1712. ],
  1713. "dev": true,
  1714. "license": "MIT",
  1715. "optional": true,
  1716. "os": [
  1717. "linux"
  1718. ],
  1719. "engines": {
  1720. "node": ">= 10.0.0"
  1721. },
  1722. "funding": {
  1723. "type": "opencollective",
  1724. "url": "https://opencollective.com/parcel"
  1725. }
  1726. },
  1727. "node_modules/@parcel/watcher-linux-x64-musl": {
  1728. "version": "2.5.1",
  1729. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  1730. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  1731. "cpu": [
  1732. "x64"
  1733. ],
  1734. "dev": true,
  1735. "license": "MIT",
  1736. "optional": true,
  1737. "os": [
  1738. "linux"
  1739. ],
  1740. "engines": {
  1741. "node": ">= 10.0.0"
  1742. },
  1743. "funding": {
  1744. "type": "opencollective",
  1745. "url": "https://opencollective.com/parcel"
  1746. }
  1747. },
  1748. "node_modules/@parcel/watcher-win32-arm64": {
  1749. "version": "2.5.1",
  1750. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  1751. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  1752. "cpu": [
  1753. "arm64"
  1754. ],
  1755. "dev": true,
  1756. "license": "MIT",
  1757. "optional": true,
  1758. "os": [
  1759. "win32"
  1760. ],
  1761. "engines": {
  1762. "node": ">= 10.0.0"
  1763. },
  1764. "funding": {
  1765. "type": "opencollective",
  1766. "url": "https://opencollective.com/parcel"
  1767. }
  1768. },
  1769. "node_modules/@parcel/watcher-win32-ia32": {
  1770. "version": "2.5.1",
  1771. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  1772. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  1773. "cpu": [
  1774. "ia32"
  1775. ],
  1776. "dev": true,
  1777. "license": "MIT",
  1778. "optional": true,
  1779. "os": [
  1780. "win32"
  1781. ],
  1782. "engines": {
  1783. "node": ">= 10.0.0"
  1784. },
  1785. "funding": {
  1786. "type": "opencollective",
  1787. "url": "https://opencollective.com/parcel"
  1788. }
  1789. },
  1790. "node_modules/@parcel/watcher-win32-x64": {
  1791. "version": "2.5.1",
  1792. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  1793. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  1794. "cpu": [
  1795. "x64"
  1796. ],
  1797. "dev": true,
  1798. "license": "MIT",
  1799. "optional": true,
  1800. "os": [
  1801. "win32"
  1802. ],
  1803. "engines": {
  1804. "node": ">= 10.0.0"
  1805. },
  1806. "funding": {
  1807. "type": "opencollective",
  1808. "url": "https://opencollective.com/parcel"
  1809. }
  1810. },
  1811. "node_modules/@pkgr/core": {
  1812. "version": "0.2.4",
  1813. "resolved": "https://registry.npmmirror.com/@pkgr/core/-/core-0.2.4.tgz",
  1814. "integrity": "sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==",
  1815. "dev": true,
  1816. "license": "MIT",
  1817. "engines": {
  1818. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  1819. },
  1820. "funding": {
  1821. "url": "https://opencollective.com/pkgr"
  1822. }
  1823. },
  1824. "node_modules/@polka/url": {
  1825. "version": "1.0.0-next.29",
  1826. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.29.tgz",
  1827. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  1828. "dev": true,
  1829. "license": "MIT"
  1830. },
  1831. "node_modules/@popperjs/core": {
  1832. "name": "@sxzz/popperjs-es",
  1833. "version": "2.11.7",
  1834. "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
  1835. "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==",
  1836. "license": "MIT",
  1837. "funding": {
  1838. "type": "opencollective",
  1839. "url": "https://opencollective.com/popperjs"
  1840. }
  1841. },
  1842. "node_modules/@rollup/pluginutils": {
  1843. "version": "5.1.4",
  1844. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
  1845. "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
  1846. "dev": true,
  1847. "license": "MIT",
  1848. "dependencies": {
  1849. "@types/estree": "^1.0.0",
  1850. "estree-walker": "^2.0.2",
  1851. "picomatch": "^4.0.2"
  1852. },
  1853. "engines": {
  1854. "node": ">=14.0.0"
  1855. },
  1856. "peerDependencies": {
  1857. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1858. },
  1859. "peerDependenciesMeta": {
  1860. "rollup": {
  1861. "optional": true
  1862. }
  1863. }
  1864. },
  1865. "node_modules/@rollup/pluginutils/node_modules/picomatch": {
  1866. "version": "4.0.2",
  1867. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  1868. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  1869. "dev": true,
  1870. "license": "MIT",
  1871. "engines": {
  1872. "node": ">=12"
  1873. },
  1874. "funding": {
  1875. "url": "https://github.com/sponsors/jonschlinkert"
  1876. }
  1877. },
  1878. "node_modules/@rollup/rollup-android-arm-eabi": {
  1879. "version": "4.41.0",
  1880. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.41.0.tgz",
  1881. "integrity": "sha512-KxN+zCjOYHGwCl4UCtSfZ6jrq/qi88JDUtiEFk8LELEHq2Egfc/FgW+jItZiOLRuQfb/3xJSgFuNPC9jzggX+A==",
  1882. "cpu": [
  1883. "arm"
  1884. ],
  1885. "dev": true,
  1886. "license": "MIT",
  1887. "optional": true,
  1888. "os": [
  1889. "android"
  1890. ]
  1891. },
  1892. "node_modules/@rollup/rollup-android-arm64": {
  1893. "version": "4.41.0",
  1894. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.41.0.tgz",
  1895. "integrity": "sha512-yDvqx3lWlcugozax3DItKJI5j05B0d4Kvnjx+5mwiUpWramVvmAByYigMplaoAQ3pvdprGCTCE03eduqE/8mPQ==",
  1896. "cpu": [
  1897. "arm64"
  1898. ],
  1899. "dev": true,
  1900. "license": "MIT",
  1901. "optional": true,
  1902. "os": [
  1903. "android"
  1904. ]
  1905. },
  1906. "node_modules/@rollup/rollup-darwin-arm64": {
  1907. "version": "4.41.0",
  1908. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.41.0.tgz",
  1909. "integrity": "sha512-2KOU574vD3gzcPSjxO0eyR5iWlnxxtmW1F5CkNOHmMlueKNCQkxR6+ekgWyVnz6zaZihpUNkGxjsYrkTJKhkaw==",
  1910. "cpu": [
  1911. "arm64"
  1912. ],
  1913. "dev": true,
  1914. "license": "MIT",
  1915. "optional": true,
  1916. "os": [
  1917. "darwin"
  1918. ]
  1919. },
  1920. "node_modules/@rollup/rollup-darwin-x64": {
  1921. "version": "4.41.0",
  1922. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.41.0.tgz",
  1923. "integrity": "sha512-gE5ACNSxHcEZyP2BA9TuTakfZvULEW4YAOtxl/A/YDbIir/wPKukde0BNPlnBiP88ecaN4BJI2TtAd+HKuZPQQ==",
  1924. "cpu": [
  1925. "x64"
  1926. ],
  1927. "dev": true,
  1928. "license": "MIT",
  1929. "optional": true,
  1930. "os": [
  1931. "darwin"
  1932. ]
  1933. },
  1934. "node_modules/@rollup/rollup-freebsd-arm64": {
  1935. "version": "4.41.0",
  1936. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.41.0.tgz",
  1937. "integrity": "sha512-GSxU6r5HnWij7FoSo7cZg3l5GPg4HFLkzsFFh0N/b16q5buW1NAWuCJ+HMtIdUEi6XF0qH+hN0TEd78laRp7Dg==",
  1938. "cpu": [
  1939. "arm64"
  1940. ],
  1941. "dev": true,
  1942. "license": "MIT",
  1943. "optional": true,
  1944. "os": [
  1945. "freebsd"
  1946. ]
  1947. },
  1948. "node_modules/@rollup/rollup-freebsd-x64": {
  1949. "version": "4.41.0",
  1950. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.41.0.tgz",
  1951. "integrity": "sha512-KGiGKGDg8qLRyOWmk6IeiHJzsN/OYxO6nSbT0Vj4MwjS2XQy/5emsmtoqLAabqrohbgLWJ5GV3s/ljdrIr8Qjg==",
  1952. "cpu": [
  1953. "x64"
  1954. ],
  1955. "dev": true,
  1956. "license": "MIT",
  1957. "optional": true,
  1958. "os": [
  1959. "freebsd"
  1960. ]
  1961. },
  1962. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1963. "version": "4.41.0",
  1964. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.41.0.tgz",
  1965. "integrity": "sha512-46OzWeqEVQyX3N2/QdiU/CMXYDH/lSHpgfBkuhl3igpZiaB3ZIfSjKuOnybFVBQzjsLwkus2mjaESy8H41SzvA==",
  1966. "cpu": [
  1967. "arm"
  1968. ],
  1969. "dev": true,
  1970. "license": "MIT",
  1971. "optional": true,
  1972. "os": [
  1973. "linux"
  1974. ]
  1975. },
  1976. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1977. "version": "4.41.0",
  1978. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.41.0.tgz",
  1979. "integrity": "sha512-lfgW3KtQP4YauqdPpcUZHPcqQXmTmH4nYU0cplNeW583CMkAGjtImw4PKli09NFi2iQgChk4e9erkwlfYem6Lg==",
  1980. "cpu": [
  1981. "arm"
  1982. ],
  1983. "dev": true,
  1984. "license": "MIT",
  1985. "optional": true,
  1986. "os": [
  1987. "linux"
  1988. ]
  1989. },
  1990. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1991. "version": "4.41.0",
  1992. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.41.0.tgz",
  1993. "integrity": "sha512-nn8mEyzMbdEJzT7cwxgObuwviMx6kPRxzYiOl6o/o+ChQq23gfdlZcUNnt89lPhhz3BYsZ72rp0rxNqBSfqlqw==",
  1994. "cpu": [
  1995. "arm64"
  1996. ],
  1997. "dev": true,
  1998. "license": "MIT",
  1999. "optional": true,
  2000. "os": [
  2001. "linux"
  2002. ]
  2003. },
  2004. "node_modules/@rollup/rollup-linux-arm64-musl": {
  2005. "version": "4.41.0",
  2006. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.41.0.tgz",
  2007. "integrity": "sha512-l+QK99je2zUKGd31Gh+45c4pGDAqZSuWQiuRFCdHYC2CSiO47qUWsCcenrI6p22hvHZrDje9QjwSMAFL3iwXwQ==",
  2008. "cpu": [
  2009. "arm64"
  2010. ],
  2011. "dev": true,
  2012. "license": "MIT",
  2013. "optional": true,
  2014. "os": [
  2015. "linux"
  2016. ]
  2017. },
  2018. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  2019. "version": "4.41.0",
  2020. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.41.0.tgz",
  2021. "integrity": "sha512-WbnJaxPv1gPIm6S8O/Wg+wfE/OzGSXlBMbOe4ie+zMyykMOeqmgD1BhPxZQuDqwUN+0T/xOFtL2RUWBspnZj3w==",
  2022. "cpu": [
  2023. "loong64"
  2024. ],
  2025. "dev": true,
  2026. "license": "MIT",
  2027. "optional": true,
  2028. "os": [
  2029. "linux"
  2030. ]
  2031. },
  2032. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  2033. "version": "4.41.0",
  2034. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.41.0.tgz",
  2035. "integrity": "sha512-eRDWR5t67/b2g8Q/S8XPi0YdbKcCs4WQ8vklNnUYLaSWF+Cbv2axZsp4jni6/j7eKvMLYCYdcsv8dcU+a6QNFg==",
  2036. "cpu": [
  2037. "ppc64"
  2038. ],
  2039. "dev": true,
  2040. "license": "MIT",
  2041. "optional": true,
  2042. "os": [
  2043. "linux"
  2044. ]
  2045. },
  2046. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  2047. "version": "4.41.0",
  2048. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.41.0.tgz",
  2049. "integrity": "sha512-TWrZb6GF5jsEKG7T1IHwlLMDRy2f3DPqYldmIhnA2DVqvvhY2Ai184vZGgahRrg8k9UBWoSlHv+suRfTN7Ua4A==",
  2050. "cpu": [
  2051. "riscv64"
  2052. ],
  2053. "dev": true,
  2054. "license": "MIT",
  2055. "optional": true,
  2056. "os": [
  2057. "linux"
  2058. ]
  2059. },
  2060. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  2061. "version": "4.41.0",
  2062. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.41.0.tgz",
  2063. "integrity": "sha512-ieQljaZKuJpmWvd8gW87ZmSFwid6AxMDk5bhONJ57U8zT77zpZ/TPKkU9HpnnFrM4zsgr4kiGuzbIbZTGi7u9A==",
  2064. "cpu": [
  2065. "riscv64"
  2066. ],
  2067. "dev": true,
  2068. "license": "MIT",
  2069. "optional": true,
  2070. "os": [
  2071. "linux"
  2072. ]
  2073. },
  2074. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  2075. "version": "4.41.0",
  2076. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.41.0.tgz",
  2077. "integrity": "sha512-/L3pW48SxrWAlVsKCN0dGLB2bi8Nv8pr5S5ocSM+S0XCn5RCVCXqi8GVtHFsOBBCSeR+u9brV2zno5+mg3S4Aw==",
  2078. "cpu": [
  2079. "s390x"
  2080. ],
  2081. "dev": true,
  2082. "license": "MIT",
  2083. "optional": true,
  2084. "os": [
  2085. "linux"
  2086. ]
  2087. },
  2088. "node_modules/@rollup/rollup-linux-x64-gnu": {
  2089. "version": "4.41.0",
  2090. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.41.0.tgz",
  2091. "integrity": "sha512-XMLeKjyH8NsEDCRptf6LO8lJk23o9wvB+dJwcXMaH6ZQbbkHu2dbGIUindbMtRN6ux1xKi16iXWu6q9mu7gDhQ==",
  2092. "cpu": [
  2093. "x64"
  2094. ],
  2095. "dev": true,
  2096. "license": "MIT",
  2097. "optional": true,
  2098. "os": [
  2099. "linux"
  2100. ]
  2101. },
  2102. "node_modules/@rollup/rollup-linux-x64-musl": {
  2103. "version": "4.41.0",
  2104. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.41.0.tgz",
  2105. "integrity": "sha512-m/P7LycHZTvSQeXhFmgmdqEiTqSV80zn6xHaQ1JSqwCtD1YGtwEK515Qmy9DcB2HK4dOUVypQxvhVSy06cJPEg==",
  2106. "cpu": [
  2107. "x64"
  2108. ],
  2109. "dev": true,
  2110. "license": "MIT",
  2111. "optional": true,
  2112. "os": [
  2113. "linux"
  2114. ]
  2115. },
  2116. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  2117. "version": "4.41.0",
  2118. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.41.0.tgz",
  2119. "integrity": "sha512-4yodtcOrFHpbomJGVEqZ8fzD4kfBeCbpsUy5Pqk4RluXOdsWdjLnjhiKy2w3qzcASWd04fp52Xz7JKarVJ5BTg==",
  2120. "cpu": [
  2121. "arm64"
  2122. ],
  2123. "dev": true,
  2124. "license": "MIT",
  2125. "optional": true,
  2126. "os": [
  2127. "win32"
  2128. ]
  2129. },
  2130. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  2131. "version": "4.41.0",
  2132. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.41.0.tgz",
  2133. "integrity": "sha512-tmazCrAsKzdkXssEc65zIE1oC6xPHwfy9d5Ta25SRCDOZS+I6RypVVShWALNuU9bxIfGA0aqrmzlzoM5wO5SPQ==",
  2134. "cpu": [
  2135. "ia32"
  2136. ],
  2137. "dev": true,
  2138. "license": "MIT",
  2139. "optional": true,
  2140. "os": [
  2141. "win32"
  2142. ]
  2143. },
  2144. "node_modules/@rollup/rollup-win32-x64-msvc": {
  2145. "version": "4.41.0",
  2146. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.41.0.tgz",
  2147. "integrity": "sha512-h1J+Yzjo/X+0EAvR2kIXJDuTuyT7drc+t2ALY0nIcGPbTatNOf0VWdhEA2Z4AAjv6X1NJV7SYo5oCTYRJhSlVA==",
  2148. "cpu": [
  2149. "x64"
  2150. ],
  2151. "dev": true,
  2152. "license": "MIT",
  2153. "optional": true,
  2154. "os": [
  2155. "win32"
  2156. ]
  2157. },
  2158. "node_modules/@rushstack/eslint-patch": {
  2159. "version": "1.11.0",
  2160. "dev": true,
  2161. "license": "MIT"
  2162. },
  2163. "node_modules/@sec-ant/readable-stream": {
  2164. "version": "0.4.1",
  2165. "resolved": "https://registry.npmmirror.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
  2166. "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
  2167. "dev": true,
  2168. "license": "MIT"
  2169. },
  2170. "node_modules/@simonwep/pickr": {
  2171. "version": "1.8.2",
  2172. "resolved": "https://registry.npmmirror.com/@simonwep/pickr/-/pickr-1.8.2.tgz",
  2173. "integrity": "sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==",
  2174. "license": "MIT",
  2175. "dependencies": {
  2176. "core-js": "^3.15.1",
  2177. "nanopop": "^2.1.0"
  2178. }
  2179. },
  2180. "node_modules/@sindresorhus/merge-streams": {
  2181. "version": "4.0.0",
  2182. "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  2183. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  2184. "dev": true,
  2185. "license": "MIT",
  2186. "engines": {
  2187. "node": ">=18"
  2188. },
  2189. "funding": {
  2190. "url": "https://github.com/sponsors/sindresorhus"
  2191. }
  2192. },
  2193. "node_modules/@sphinxxxx/color-conversion": {
  2194. "version": "2.2.2",
  2195. "resolved": "https://registry.npmmirror.com/@sphinxxxx/color-conversion/-/color-conversion-2.2.2.tgz",
  2196. "integrity": "sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==",
  2197. "license": "ISC"
  2198. },
  2199. "node_modules/@transloadit/prettier-bytes": {
  2200. "version": "0.0.7",
  2201. "resolved": "https://registry.npmmirror.com/@transloadit/prettier-bytes/-/prettier-bytes-0.0.7.tgz",
  2202. "integrity": "sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==",
  2203. "license": "MIT"
  2204. },
  2205. "node_modules/@trysound/sax": {
  2206. "version": "0.2.0",
  2207. "resolved": "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz",
  2208. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  2209. "license": "ISC",
  2210. "engines": {
  2211. "node": ">=10.13.0"
  2212. }
  2213. },
  2214. "node_modules/@tsconfig/node20": {
  2215. "version": "20.1.5",
  2216. "dev": true,
  2217. "license": "MIT"
  2218. },
  2219. "node_modules/@types/estree": {
  2220. "version": "1.0.7",
  2221. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz",
  2222. "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
  2223. "dev": true,
  2224. "license": "MIT"
  2225. },
  2226. "node_modules/@types/event-emitter": {
  2227. "version": "0.3.5",
  2228. "resolved": "https://registry.npmmirror.com/@types/event-emitter/-/event-emitter-0.3.5.tgz",
  2229. "integrity": "sha512-zx2/Gg0Eg7gwEiOIIh5w9TrhKKTeQh7CPCOPNc0el4pLSwzebA8SmnHwZs2dWlLONvyulykSwGSQxQHLhjGLvQ==",
  2230. "license": "MIT"
  2231. },
  2232. "node_modules/@types/lodash": {
  2233. "version": "4.17.17",
  2234. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.17.tgz",
  2235. "integrity": "sha512-RRVJ+J3J+WmyOTqnz3PiBLA501eKwXl2noseKOrNo/6+XEHjTAxO4xHvxQB6QuNm+s4WRbn6rSiap8+EA+ykFQ==",
  2236. "license": "MIT"
  2237. },
  2238. "node_modules/@types/lodash-es": {
  2239. "version": "4.17.12",
  2240. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  2241. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  2242. "license": "MIT",
  2243. "peer": true,
  2244. "dependencies": {
  2245. "@types/lodash": "*"
  2246. }
  2247. },
  2248. "node_modules/@types/mockjs": {
  2249. "version": "1.0.10",
  2250. "dev": true,
  2251. "license": "MIT"
  2252. },
  2253. "node_modules/@types/node": {
  2254. "version": "20.17.29",
  2255. "dev": true,
  2256. "license": "MIT",
  2257. "peer": true,
  2258. "dependencies": {
  2259. "undici-types": "~6.19.2"
  2260. }
  2261. },
  2262. "node_modules/@types/web-bluetooth": {
  2263. "version": "0.0.20",
  2264. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  2265. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  2266. "license": "MIT"
  2267. },
  2268. "node_modules/@typescript-eslint/eslint-plugin": {
  2269. "version": "7.18.0",
  2270. "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz",
  2271. "integrity": "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==",
  2272. "dev": true,
  2273. "license": "MIT",
  2274. "dependencies": {
  2275. "@eslint-community/regexpp": "^4.10.0",
  2276. "@typescript-eslint/scope-manager": "7.18.0",
  2277. "@typescript-eslint/type-utils": "7.18.0",
  2278. "@typescript-eslint/utils": "7.18.0",
  2279. "@typescript-eslint/visitor-keys": "7.18.0",
  2280. "graphemer": "^1.4.0",
  2281. "ignore": "^5.3.1",
  2282. "natural-compare": "^1.4.0",
  2283. "ts-api-utils": "^1.3.0"
  2284. },
  2285. "engines": {
  2286. "node": "^18.18.0 || >=20.0.0"
  2287. },
  2288. "funding": {
  2289. "type": "opencollective",
  2290. "url": "https://opencollective.com/typescript-eslint"
  2291. },
  2292. "peerDependencies": {
  2293. "@typescript-eslint/parser": "^7.0.0",
  2294. "eslint": "^8.56.0"
  2295. },
  2296. "peerDependenciesMeta": {
  2297. "typescript": {
  2298. "optional": true
  2299. }
  2300. }
  2301. },
  2302. "node_modules/@typescript-eslint/parser": {
  2303. "version": "7.18.0",
  2304. "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-7.18.0.tgz",
  2305. "integrity": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==",
  2306. "dev": true,
  2307. "license": "BSD-2-Clause",
  2308. "peer": true,
  2309. "dependencies": {
  2310. "@typescript-eslint/scope-manager": "7.18.0",
  2311. "@typescript-eslint/types": "7.18.0",
  2312. "@typescript-eslint/typescript-estree": "7.18.0",
  2313. "@typescript-eslint/visitor-keys": "7.18.0",
  2314. "debug": "^4.3.4"
  2315. },
  2316. "engines": {
  2317. "node": "^18.18.0 || >=20.0.0"
  2318. },
  2319. "funding": {
  2320. "type": "opencollective",
  2321. "url": "https://opencollective.com/typescript-eslint"
  2322. },
  2323. "peerDependencies": {
  2324. "eslint": "^8.56.0"
  2325. },
  2326. "peerDependenciesMeta": {
  2327. "typescript": {
  2328. "optional": true
  2329. }
  2330. }
  2331. },
  2332. "node_modules/@typescript-eslint/scope-manager": {
  2333. "version": "7.18.0",
  2334. "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz",
  2335. "integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==",
  2336. "dev": true,
  2337. "license": "MIT",
  2338. "dependencies": {
  2339. "@typescript-eslint/types": "7.18.0",
  2340. "@typescript-eslint/visitor-keys": "7.18.0"
  2341. },
  2342. "engines": {
  2343. "node": "^18.18.0 || >=20.0.0"
  2344. },
  2345. "funding": {
  2346. "type": "opencollective",
  2347. "url": "https://opencollective.com/typescript-eslint"
  2348. }
  2349. },
  2350. "node_modules/@typescript-eslint/type-utils": {
  2351. "version": "7.18.0",
  2352. "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz",
  2353. "integrity": "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==",
  2354. "dev": true,
  2355. "license": "MIT",
  2356. "dependencies": {
  2357. "@typescript-eslint/typescript-estree": "7.18.0",
  2358. "@typescript-eslint/utils": "7.18.0",
  2359. "debug": "^4.3.4",
  2360. "ts-api-utils": "^1.3.0"
  2361. },
  2362. "engines": {
  2363. "node": "^18.18.0 || >=20.0.0"
  2364. },
  2365. "funding": {
  2366. "type": "opencollective",
  2367. "url": "https://opencollective.com/typescript-eslint"
  2368. },
  2369. "peerDependencies": {
  2370. "eslint": "^8.56.0"
  2371. },
  2372. "peerDependenciesMeta": {
  2373. "typescript": {
  2374. "optional": true
  2375. }
  2376. }
  2377. },
  2378. "node_modules/@typescript-eslint/types": {
  2379. "version": "7.18.0",
  2380. "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-7.18.0.tgz",
  2381. "integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==",
  2382. "dev": true,
  2383. "license": "MIT",
  2384. "engines": {
  2385. "node": "^18.18.0 || >=20.0.0"
  2386. },
  2387. "funding": {
  2388. "type": "opencollective",
  2389. "url": "https://opencollective.com/typescript-eslint"
  2390. }
  2391. },
  2392. "node_modules/@typescript-eslint/typescript-estree": {
  2393. "version": "7.18.0",
  2394. "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz",
  2395. "integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==",
  2396. "dev": true,
  2397. "license": "BSD-2-Clause",
  2398. "dependencies": {
  2399. "@typescript-eslint/types": "7.18.0",
  2400. "@typescript-eslint/visitor-keys": "7.18.0",
  2401. "debug": "^4.3.4",
  2402. "globby": "^11.1.0",
  2403. "is-glob": "^4.0.3",
  2404. "minimatch": "^9.0.4",
  2405. "semver": "^7.6.0",
  2406. "ts-api-utils": "^1.3.0"
  2407. },
  2408. "engines": {
  2409. "node": "^18.18.0 || >=20.0.0"
  2410. },
  2411. "funding": {
  2412. "type": "opencollective",
  2413. "url": "https://opencollective.com/typescript-eslint"
  2414. },
  2415. "peerDependenciesMeta": {
  2416. "typescript": {
  2417. "optional": true
  2418. }
  2419. }
  2420. },
  2421. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  2422. "version": "7.7.2",
  2423. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  2424. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  2425. "dev": true,
  2426. "license": "ISC",
  2427. "bin": {
  2428. "semver": "bin/semver.js"
  2429. },
  2430. "engines": {
  2431. "node": ">=10"
  2432. }
  2433. },
  2434. "node_modules/@typescript-eslint/utils": {
  2435. "version": "7.18.0",
  2436. "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-7.18.0.tgz",
  2437. "integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==",
  2438. "dev": true,
  2439. "license": "MIT",
  2440. "dependencies": {
  2441. "@eslint-community/eslint-utils": "^4.4.0",
  2442. "@typescript-eslint/scope-manager": "7.18.0",
  2443. "@typescript-eslint/types": "7.18.0",
  2444. "@typescript-eslint/typescript-estree": "7.18.0"
  2445. },
  2446. "engines": {
  2447. "node": "^18.18.0 || >=20.0.0"
  2448. },
  2449. "funding": {
  2450. "type": "opencollective",
  2451. "url": "https://opencollective.com/typescript-eslint"
  2452. },
  2453. "peerDependencies": {
  2454. "eslint": "^8.56.0"
  2455. }
  2456. },
  2457. "node_modules/@typescript-eslint/visitor-keys": {
  2458. "version": "7.18.0",
  2459. "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz",
  2460. "integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==",
  2461. "dev": true,
  2462. "license": "MIT",
  2463. "dependencies": {
  2464. "@typescript-eslint/types": "7.18.0",
  2465. "eslint-visitor-keys": "^3.4.3"
  2466. },
  2467. "engines": {
  2468. "node": "^18.18.0 || >=20.0.0"
  2469. },
  2470. "funding": {
  2471. "type": "opencollective",
  2472. "url": "https://opencollective.com/typescript-eslint"
  2473. }
  2474. },
  2475. "node_modules/@ungap/structured-clone": {
  2476. "version": "1.3.0",
  2477. "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  2478. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  2479. "dev": true,
  2480. "license": "ISC"
  2481. },
  2482. "node_modules/@unocss/astro": {
  2483. "version": "0.61.9",
  2484. "resolved": "https://registry.npmmirror.com/@unocss/astro/-/astro-0.61.9.tgz",
  2485. "integrity": "sha512-adOXz4itYHxqhvQgJHlEU58EHDTtY2qrcEPVmQVk4qI1W+ezQV6nQMQvti8mS/HbFw3MOJhIY1MlJoZK36/cyw==",
  2486. "dev": true,
  2487. "license": "MIT",
  2488. "dependencies": {
  2489. "@unocss/core": "0.61.9",
  2490. "@unocss/reset": "0.61.9",
  2491. "@unocss/vite": "0.61.9"
  2492. },
  2493. "funding": {
  2494. "url": "https://github.com/sponsors/antfu"
  2495. },
  2496. "peerDependencies": {
  2497. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
  2498. },
  2499. "peerDependenciesMeta": {
  2500. "vite": {
  2501. "optional": true
  2502. }
  2503. }
  2504. },
  2505. "node_modules/@unocss/cli": {
  2506. "version": "0.61.9",
  2507. "resolved": "https://registry.npmmirror.com/@unocss/cli/-/cli-0.61.9.tgz",
  2508. "integrity": "sha512-W5pN2cOKAOkeKKXMqsGD/J7dpEAmxODtOH2Afjk41qsjqUlzGlUbmgG9PjAz7TDHrAmvuf3nvmMeeT3fii2UFg==",
  2509. "dev": true,
  2510. "license": "MIT",
  2511. "dependencies": {
  2512. "@ampproject/remapping": "^2.3.0",
  2513. "@rollup/pluginutils": "^5.1.0",
  2514. "@unocss/config": "0.61.9",
  2515. "@unocss/core": "0.61.9",
  2516. "@unocss/preset-uno": "0.61.9",
  2517. "cac": "^6.7.14",
  2518. "chokidar": "^3.6.0",
  2519. "colorette": "^2.0.20",
  2520. "consola": "^3.2.3",
  2521. "fast-glob": "^3.3.2",
  2522. "magic-string": "^0.30.11",
  2523. "pathe": "^1.1.2",
  2524. "perfect-debounce": "^1.0.0"
  2525. },
  2526. "bin": {
  2527. "unocss": "bin/unocss.mjs"
  2528. },
  2529. "engines": {
  2530. "node": ">=14"
  2531. },
  2532. "funding": {
  2533. "url": "https://github.com/sponsors/antfu"
  2534. }
  2535. },
  2536. "node_modules/@unocss/cli/node_modules/chokidar": {
  2537. "version": "3.6.0",
  2538. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  2539. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  2540. "dev": true,
  2541. "license": "MIT",
  2542. "dependencies": {
  2543. "anymatch": "~3.1.2",
  2544. "braces": "~3.0.2",
  2545. "glob-parent": "~5.1.2",
  2546. "is-binary-path": "~2.1.0",
  2547. "is-glob": "~4.0.1",
  2548. "normalize-path": "~3.0.0",
  2549. "readdirp": "~3.6.0"
  2550. },
  2551. "engines": {
  2552. "node": ">= 8.10.0"
  2553. },
  2554. "funding": {
  2555. "url": "https://paulmillr.com/funding/"
  2556. },
  2557. "optionalDependencies": {
  2558. "fsevents": "~2.3.2"
  2559. }
  2560. },
  2561. "node_modules/@unocss/cli/node_modules/glob-parent": {
  2562. "version": "5.1.2",
  2563. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  2564. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2565. "dev": true,
  2566. "license": "ISC",
  2567. "dependencies": {
  2568. "is-glob": "^4.0.1"
  2569. },
  2570. "engines": {
  2571. "node": ">= 6"
  2572. }
  2573. },
  2574. "node_modules/@unocss/cli/node_modules/readdirp": {
  2575. "version": "3.6.0",
  2576. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  2577. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  2578. "dev": true,
  2579. "license": "MIT",
  2580. "dependencies": {
  2581. "picomatch": "^2.2.1"
  2582. },
  2583. "engines": {
  2584. "node": ">=8.10.0"
  2585. }
  2586. },
  2587. "node_modules/@unocss/config": {
  2588. "version": "0.61.9",
  2589. "resolved": "https://registry.npmmirror.com/@unocss/config/-/config-0.61.9.tgz",
  2590. "integrity": "sha512-ATvZEFMQiW3/oUaaplVMBYuagEELtnLbHSYH4pUGbJ5MALAfV98mZRyk4FkKkYoMYqWLGdCylzpgMPFDOuFQlQ==",
  2591. "dev": true,
  2592. "license": "MIT",
  2593. "dependencies": {
  2594. "@unocss/core": "0.61.9",
  2595. "unconfig": "^0.5.4"
  2596. },
  2597. "engines": {
  2598. "node": ">=14"
  2599. },
  2600. "funding": {
  2601. "url": "https://github.com/sponsors/antfu"
  2602. }
  2603. },
  2604. "node_modules/@unocss/core": {
  2605. "version": "0.61.9",
  2606. "resolved": "https://registry.npmmirror.com/@unocss/core/-/core-0.61.9.tgz",
  2607. "integrity": "sha512-2W1YZQIWXcueGdbXU/ZCqn/8yQhWk8e8kAHFkVlbc9rictkd2UmPB9nIZ8Ii1tMwt6F0TT6vfHbLJEGCV08o2g==",
  2608. "dev": true,
  2609. "license": "MIT",
  2610. "funding": {
  2611. "url": "https://github.com/sponsors/antfu"
  2612. }
  2613. },
  2614. "node_modules/@unocss/extractor-arbitrary-variants": {
  2615. "version": "0.61.9",
  2616. "resolved": "https://registry.npmmirror.com/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-0.61.9.tgz",
  2617. "integrity": "sha512-ii42/hKbhgeBBOy86729t6/HeGmxUcHM8FprPeb/v/DfYsCkjDvMYVynX3FN/K5pR2WV+HHp6TQS7GbTmRIN0g==",
  2618. "dev": true,
  2619. "license": "MIT",
  2620. "dependencies": {
  2621. "@unocss/core": "0.61.9"
  2622. },
  2623. "funding": {
  2624. "url": "https://github.com/sponsors/antfu"
  2625. }
  2626. },
  2627. "node_modules/@unocss/inspector": {
  2628. "version": "0.61.9",
  2629. "resolved": "https://registry.npmmirror.com/@unocss/inspector/-/inspector-0.61.9.tgz",
  2630. "integrity": "sha512-kUcQ/h8/yAfkqL2eCGVFyB0IGSPdR0dx2HH4V+mdSMfd8yKFR/BQys3mBvqZwSZu5a0+iisFHHq9wr+/I5DtHQ==",
  2631. "dev": true,
  2632. "license": "MIT",
  2633. "dependencies": {
  2634. "@unocss/core": "0.61.9",
  2635. "@unocss/rule-utils": "0.61.9",
  2636. "gzip-size": "^6.0.0",
  2637. "sirv": "^2.0.4"
  2638. },
  2639. "funding": {
  2640. "url": "https://github.com/sponsors/antfu"
  2641. }
  2642. },
  2643. "node_modules/@unocss/postcss": {
  2644. "version": "0.61.9",
  2645. "resolved": "https://registry.npmmirror.com/@unocss/postcss/-/postcss-0.61.9.tgz",
  2646. "integrity": "sha512-HuFE/TUH6tt5f/AwiKNhQ/FO/lvFeW0JHPkx9SCURcKKoD3rpJUbhTqVv7c0zlCVQnRFX0hxpimoetp5Dh8qdA==",
  2647. "dev": true,
  2648. "license": "MIT",
  2649. "dependencies": {
  2650. "@unocss/config": "0.61.9",
  2651. "@unocss/core": "0.61.9",
  2652. "@unocss/rule-utils": "0.61.9",
  2653. "css-tree": "^2.3.1",
  2654. "fast-glob": "^3.3.2",
  2655. "magic-string": "^0.30.11",
  2656. "postcss": "^8.4.40"
  2657. },
  2658. "engines": {
  2659. "node": ">=14"
  2660. },
  2661. "funding": {
  2662. "url": "https://github.com/sponsors/antfu"
  2663. },
  2664. "peerDependencies": {
  2665. "postcss": "^8.4.21"
  2666. }
  2667. },
  2668. "node_modules/@unocss/preset-attributify": {
  2669. "version": "0.61.9",
  2670. "resolved": "https://registry.npmmirror.com/@unocss/preset-attributify/-/preset-attributify-0.61.9.tgz",
  2671. "integrity": "sha512-AHlEF7PiIBz1jHZZ62+AZ1u5ITrPNL/mgN8XyKwocoAr9HH8aQ3xzUgIuEX6vfV4a8rTdawffY99BQ12msePWQ==",
  2672. "dev": true,
  2673. "license": "MIT",
  2674. "dependencies": {
  2675. "@unocss/core": "0.61.9"
  2676. },
  2677. "funding": {
  2678. "url": "https://github.com/sponsors/antfu"
  2679. }
  2680. },
  2681. "node_modules/@unocss/preset-icons": {
  2682. "version": "0.61.9",
  2683. "dev": true,
  2684. "license": "MIT",
  2685. "dependencies": {
  2686. "@iconify/utils": "^2.1.29",
  2687. "@unocss/core": "0.61.9",
  2688. "ofetch": "^1.3.4"
  2689. },
  2690. "funding": {
  2691. "url": "https://github.com/sponsors/antfu"
  2692. }
  2693. },
  2694. "node_modules/@unocss/preset-mini": {
  2695. "version": "0.61.9",
  2696. "resolved": "https://registry.npmmirror.com/@unocss/preset-mini/-/preset-mini-0.61.9.tgz",
  2697. "integrity": "sha512-qhagWfdM7ytRWf4wFfrAcdeCUCVD9wDVrM+9evAmuOnMXWEiVZCjfwhjjFu+8lM7g+38n+gi7VcrNuTiZ8fHBA==",
  2698. "dev": true,
  2699. "license": "MIT",
  2700. "dependencies": {
  2701. "@unocss/core": "0.61.9",
  2702. "@unocss/extractor-arbitrary-variants": "0.61.9",
  2703. "@unocss/rule-utils": "0.61.9"
  2704. },
  2705. "funding": {
  2706. "url": "https://github.com/sponsors/antfu"
  2707. }
  2708. },
  2709. "node_modules/@unocss/preset-tagify": {
  2710. "version": "0.61.9",
  2711. "resolved": "https://registry.npmmirror.com/@unocss/preset-tagify/-/preset-tagify-0.61.9.tgz",
  2712. "integrity": "sha512-E+54+uSe+btOnQDlh8XjDUXhwxJd6/TL/8Rdl+7Pg6m+JNXudEt7xOd81L/KlDPD2tYYH9g/dQUaDN5aJyfRPQ==",
  2713. "dev": true,
  2714. "license": "MIT",
  2715. "dependencies": {
  2716. "@unocss/core": "0.61.9"
  2717. },
  2718. "funding": {
  2719. "url": "https://github.com/sponsors/antfu"
  2720. }
  2721. },
  2722. "node_modules/@unocss/preset-typography": {
  2723. "version": "0.61.9",
  2724. "resolved": "https://registry.npmmirror.com/@unocss/preset-typography/-/preset-typography-0.61.9.tgz",
  2725. "integrity": "sha512-ZDoRViHtzI1Ny0sZyjajeCGEdFQCBn5CeIYgxO/KCpN107KTGLnYfoabv0gHtj/qaeAh30obeOMxZaIuxYoW3Q==",
  2726. "dev": true,
  2727. "license": "MIT",
  2728. "dependencies": {
  2729. "@unocss/core": "0.61.9",
  2730. "@unocss/preset-mini": "0.61.9"
  2731. }
  2732. },
  2733. "node_modules/@unocss/preset-uno": {
  2734. "version": "0.61.9",
  2735. "dev": true,
  2736. "license": "MIT",
  2737. "dependencies": {
  2738. "@unocss/core": "0.61.9",
  2739. "@unocss/preset-mini": "0.61.9",
  2740. "@unocss/preset-wind": "0.61.9",
  2741. "@unocss/rule-utils": "0.61.9"
  2742. },
  2743. "funding": {
  2744. "url": "https://github.com/sponsors/antfu"
  2745. }
  2746. },
  2747. "node_modules/@unocss/preset-web-fonts": {
  2748. "version": "0.61.9",
  2749. "resolved": "https://registry.npmmirror.com/@unocss/preset-web-fonts/-/preset-web-fonts-0.61.9.tgz",
  2750. "integrity": "sha512-fjQv74+FiAvGJM5vSLkD15Taku0cbi5F7qAr5T85EIQOpUB1fiH2kPoXIOT1WS2lKbQZh6pNGBxLrbBRgnVPew==",
  2751. "dev": true,
  2752. "license": "MIT",
  2753. "dependencies": {
  2754. "@unocss/core": "0.61.9",
  2755. "ofetch": "^1.3.4"
  2756. },
  2757. "funding": {
  2758. "url": "https://github.com/sponsors/antfu"
  2759. }
  2760. },
  2761. "node_modules/@unocss/preset-wind": {
  2762. "version": "0.61.9",
  2763. "resolved": "https://registry.npmmirror.com/@unocss/preset-wind/-/preset-wind-0.61.9.tgz",
  2764. "integrity": "sha512-AzbjJrNL9Rb2BzTiREyssd8v7KFVVLERQ/PNILGzo6yYelYMl4AhKXZ3jgxWEsIABArVa3UkGBigG4h/L+2JHA==",
  2765. "dev": true,
  2766. "license": "MIT",
  2767. "dependencies": {
  2768. "@unocss/core": "0.61.9",
  2769. "@unocss/preset-mini": "0.61.9",
  2770. "@unocss/rule-utils": "0.61.9"
  2771. },
  2772. "funding": {
  2773. "url": "https://github.com/sponsors/antfu"
  2774. }
  2775. },
  2776. "node_modules/@unocss/reset": {
  2777. "version": "0.61.9",
  2778. "license": "MIT",
  2779. "funding": {
  2780. "url": "https://github.com/sponsors/antfu"
  2781. }
  2782. },
  2783. "node_modules/@unocss/rule-utils": {
  2784. "version": "0.61.9",
  2785. "resolved": "https://registry.npmmirror.com/@unocss/rule-utils/-/rule-utils-0.61.9.tgz",
  2786. "integrity": "sha512-54Hw0nF+3ga70ETo3kes4He62wdsB4dHMgEiD/DEmJzyVY3ZuG/sIVAgkxjMQDo5w4SSYU/Ys1QaY+IQmeJHFQ==",
  2787. "dev": true,
  2788. "license": "MIT",
  2789. "dependencies": {
  2790. "@unocss/core": "^0.61.9",
  2791. "magic-string": "^0.30.11"
  2792. },
  2793. "engines": {
  2794. "node": ">=14"
  2795. },
  2796. "funding": {
  2797. "url": "https://github.com/sponsors/antfu"
  2798. }
  2799. },
  2800. "node_modules/@unocss/scope": {
  2801. "version": "0.61.9",
  2802. "resolved": "https://registry.npmmirror.com/@unocss/scope/-/scope-0.61.9.tgz",
  2803. "integrity": "sha512-a9/vdg7YTFZEnJSaJBh/GqkLokYh3ZjEd3gHUxl/TZDSkGOz3WnkR2h+lgaLZm9MJ7RlSvJxYP8ySezH7jU1Pw==",
  2804. "dev": true,
  2805. "license": "MIT"
  2806. },
  2807. "node_modules/@unocss/transformer-attributify-jsx": {
  2808. "version": "0.61.9",
  2809. "resolved": "https://registry.npmmirror.com/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-0.61.9.tgz",
  2810. "integrity": "sha512-tKZpZ64Lr6/CX96PhDtKEsqWDo1qjtswEulzIDLxpS90SMyann3azTs6mSuOwGbkbwc4gaJe6H38eCNos0ZqHg==",
  2811. "dev": true,
  2812. "license": "MIT",
  2813. "dependencies": {
  2814. "@unocss/core": "0.61.9"
  2815. },
  2816. "funding": {
  2817. "url": "https://github.com/sponsors/antfu"
  2818. }
  2819. },
  2820. "node_modules/@unocss/transformer-attributify-jsx-babel": {
  2821. "version": "0.61.9",
  2822. "resolved": "https://registry.npmmirror.com/@unocss/transformer-attributify-jsx-babel/-/transformer-attributify-jsx-babel-0.61.9.tgz",
  2823. "integrity": "sha512-+fojHVJhA2MVd3VTCjlEKXf8Vnoy4N+lEl0CrYOD+im44sH5CWogm0RWs9rbeemy1uel6NI1wkP4xTfIA4vEgQ==",
  2824. "dev": true,
  2825. "license": "MIT",
  2826. "dependencies": {
  2827. "@babel/core": "^7.25.2",
  2828. "@babel/plugin-syntax-jsx": "^7.24.7",
  2829. "@babel/preset-typescript": "^7.24.7",
  2830. "@unocss/core": "0.61.9"
  2831. },
  2832. "funding": {
  2833. "url": "https://github.com/sponsors/antfu"
  2834. }
  2835. },
  2836. "node_modules/@unocss/transformer-compile-class": {
  2837. "version": "0.61.9",
  2838. "resolved": "https://registry.npmmirror.com/@unocss/transformer-compile-class/-/transformer-compile-class-0.61.9.tgz",
  2839. "integrity": "sha512-jezMpssFJGIaZNE/rw5U+9Rk1RoDrZqXZokRkqt4tamEn1SiXjRMPWoE/hLg5Kw4oybxwCXTuAk2OsD+kTb7iA==",
  2840. "dev": true,
  2841. "license": "MIT",
  2842. "dependencies": {
  2843. "@unocss/core": "0.61.9"
  2844. },
  2845. "funding": {
  2846. "url": "https://github.com/sponsors/antfu"
  2847. }
  2848. },
  2849. "node_modules/@unocss/transformer-directives": {
  2850. "version": "0.61.9",
  2851. "resolved": "https://registry.npmmirror.com/@unocss/transformer-directives/-/transformer-directives-0.61.9.tgz",
  2852. "integrity": "sha512-e4uIbHYdAYJSVpvxOv6kAsyI18X3gHkBsmBYWcUlPLVv+8tYo4eZtc0rn6ZvpiLzkFywG9e9cmpqVQwOR6pBVg==",
  2853. "dev": true,
  2854. "license": "MIT",
  2855. "dependencies": {
  2856. "@unocss/core": "0.61.9",
  2857. "@unocss/rule-utils": "0.61.9",
  2858. "css-tree": "^2.3.1"
  2859. }
  2860. },
  2861. "node_modules/@unocss/transformer-variant-group": {
  2862. "version": "0.61.9",
  2863. "resolved": "https://registry.npmmirror.com/@unocss/transformer-variant-group/-/transformer-variant-group-0.61.9.tgz",
  2864. "integrity": "sha512-iewADYlY0LoeCb80E/4feHVSCKHl+QzGH4xUvW0zU85evMqNOa0/t0dCIoEG22wr/9piyEsg6OdHprZ2QliYqg==",
  2865. "dev": true,
  2866. "license": "MIT",
  2867. "dependencies": {
  2868. "@unocss/core": "0.61.9"
  2869. },
  2870. "funding": {
  2871. "url": "https://github.com/sponsors/antfu"
  2872. }
  2873. },
  2874. "node_modules/@unocss/vite": {
  2875. "version": "0.61.9",
  2876. "resolved": "https://registry.npmmirror.com/@unocss/vite/-/vite-0.61.9.tgz",
  2877. "integrity": "sha512-hP/sL9rq1DvVCbSSx05m+bwYqen1nHm9tW6elKFkfV7X5jBUywu24WRq551NZI33KmgHA525ApX++DSWye+0uw==",
  2878. "dev": true,
  2879. "license": "MIT",
  2880. "dependencies": {
  2881. "@ampproject/remapping": "^2.3.0",
  2882. "@rollup/pluginutils": "^5.1.0",
  2883. "@unocss/config": "0.61.9",
  2884. "@unocss/core": "0.61.9",
  2885. "@unocss/inspector": "0.61.9",
  2886. "@unocss/scope": "0.61.9",
  2887. "@unocss/transformer-directives": "0.61.9",
  2888. "chokidar": "^3.6.0",
  2889. "fast-glob": "^3.3.2",
  2890. "magic-string": "^0.30.11"
  2891. },
  2892. "funding": {
  2893. "url": "https://github.com/sponsors/antfu"
  2894. },
  2895. "peerDependencies": {
  2896. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
  2897. }
  2898. },
  2899. "node_modules/@unocss/vite/node_modules/chokidar": {
  2900. "version": "3.6.0",
  2901. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  2902. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  2903. "dev": true,
  2904. "license": "MIT",
  2905. "dependencies": {
  2906. "anymatch": "~3.1.2",
  2907. "braces": "~3.0.2",
  2908. "glob-parent": "~5.1.2",
  2909. "is-binary-path": "~2.1.0",
  2910. "is-glob": "~4.0.1",
  2911. "normalize-path": "~3.0.0",
  2912. "readdirp": "~3.6.0"
  2913. },
  2914. "engines": {
  2915. "node": ">= 8.10.0"
  2916. },
  2917. "funding": {
  2918. "url": "https://paulmillr.com/funding/"
  2919. },
  2920. "optionalDependencies": {
  2921. "fsevents": "~2.3.2"
  2922. }
  2923. },
  2924. "node_modules/@unocss/vite/node_modules/glob-parent": {
  2925. "version": "5.1.2",
  2926. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  2927. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2928. "dev": true,
  2929. "license": "ISC",
  2930. "dependencies": {
  2931. "is-glob": "^4.0.1"
  2932. },
  2933. "engines": {
  2934. "node": ">= 6"
  2935. }
  2936. },
  2937. "node_modules/@unocss/vite/node_modules/readdirp": {
  2938. "version": "3.6.0",
  2939. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  2940. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  2941. "dev": true,
  2942. "license": "MIT",
  2943. "dependencies": {
  2944. "picomatch": "^2.2.1"
  2945. },
  2946. "engines": {
  2947. "node": ">=8.10.0"
  2948. }
  2949. },
  2950. "node_modules/@uppy/companion-client": {
  2951. "version": "2.2.2",
  2952. "resolved": "https://registry.npmmirror.com/@uppy/companion-client/-/companion-client-2.2.2.tgz",
  2953. "integrity": "sha512-5mTp2iq97/mYSisMaBtFRry6PTgZA6SIL7LePteOV5x0/DxKfrZW3DEiQERJmYpHzy7k8johpm2gHnEKto56Og==",
  2954. "license": "MIT",
  2955. "dependencies": {
  2956. "@uppy/utils": "^4.1.2",
  2957. "namespace-emitter": "^2.0.1"
  2958. }
  2959. },
  2960. "node_modules/@uppy/core": {
  2961. "version": "2.3.4",
  2962. "resolved": "https://registry.npmmirror.com/@uppy/core/-/core-2.3.4.tgz",
  2963. "integrity": "sha512-iWAqppC8FD8mMVqewavCz+TNaet6HPXitmGXpGGREGrakZ4FeuWytVdrelydzTdXx6vVKkOmI2FLztGg73sENQ==",
  2964. "license": "MIT",
  2965. "peer": true,
  2966. "dependencies": {
  2967. "@transloadit/prettier-bytes": "0.0.7",
  2968. "@uppy/store-default": "^2.1.1",
  2969. "@uppy/utils": "^4.1.3",
  2970. "lodash.throttle": "^4.1.1",
  2971. "mime-match": "^1.0.2",
  2972. "namespace-emitter": "^2.0.1",
  2973. "nanoid": "^3.1.25",
  2974. "preact": "^10.5.13"
  2975. }
  2976. },
  2977. "node_modules/@uppy/store-default": {
  2978. "version": "2.1.1",
  2979. "resolved": "https://registry.npmmirror.com/@uppy/store-default/-/store-default-2.1.1.tgz",
  2980. "integrity": "sha512-xnpTxvot2SeAwGwbvmJ899ASk5tYXhmZzD/aCFsXePh/v8rNvR2pKlcQUH7cF/y4baUGq3FHO/daKCok/mpKqQ==",
  2981. "license": "MIT"
  2982. },
  2983. "node_modules/@uppy/utils": {
  2984. "version": "4.1.3",
  2985. "resolved": "https://registry.npmmirror.com/@uppy/utils/-/utils-4.1.3.tgz",
  2986. "integrity": "sha512-nTuMvwWYobnJcytDO3t+D6IkVq/Qs4Xv3vyoEZ+Iaf8gegZP+rEyoaFT2CK5XLRMienPyqRqNbIfRuFaOWSIFw==",
  2987. "license": "MIT",
  2988. "dependencies": {
  2989. "lodash.throttle": "^4.1.1"
  2990. }
  2991. },
  2992. "node_modules/@uppy/xhr-upload": {
  2993. "version": "2.1.3",
  2994. "resolved": "https://registry.npmmirror.com/@uppy/xhr-upload/-/xhr-upload-2.1.3.tgz",
  2995. "integrity": "sha512-YWOQ6myBVPs+mhNjfdWsQyMRWUlrDLMoaG7nvf/G6Y3GKZf8AyjFDjvvJ49XWQ+DaZOftGkHmF1uh/DBeGivJQ==",
  2996. "license": "MIT",
  2997. "peer": true,
  2998. "dependencies": {
  2999. "@uppy/companion-client": "^2.2.2",
  3000. "@uppy/utils": "^4.1.2",
  3001. "nanoid": "^3.1.25"
  3002. },
  3003. "peerDependencies": {
  3004. "@uppy/core": "^2.3.3"
  3005. }
  3006. },
  3007. "node_modules/@vitejs/plugin-vue": {
  3008. "version": "5.2.3",
  3009. "dev": true,
  3010. "license": "MIT",
  3011. "engines": {
  3012. "node": "^18.0.0 || >=20.0.0"
  3013. },
  3014. "peerDependencies": {
  3015. "vite": "^5.0.0 || ^6.0.0",
  3016. "vue": "^3.2.25"
  3017. }
  3018. },
  3019. "node_modules/@vitejs/plugin-vue-jsx": {
  3020. "version": "4.1.2",
  3021. "dev": true,
  3022. "license": "MIT",
  3023. "dependencies": {
  3024. "@babel/core": "^7.26.7",
  3025. "@babel/plugin-transform-typescript": "^7.26.7",
  3026. "@vue/babel-plugin-jsx": "^1.2.5"
  3027. },
  3028. "engines": {
  3029. "node": "^18.0.0 || >=20.0.0"
  3030. },
  3031. "peerDependencies": {
  3032. "vite": "^5.0.0 || ^6.0.0",
  3033. "vue": "^3.0.0"
  3034. }
  3035. },
  3036. "node_modules/@volar/language-core": {
  3037. "version": "2.4.14",
  3038. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.14.tgz",
  3039. "integrity": "sha512-X6beusV0DvuVseaOEy7GoagS4rYHgDHnTrdOj5jeUb49fW5ceQyP9Ej5rBhqgz2wJggl+2fDbbojq1XKaxDi6w==",
  3040. "dev": true,
  3041. "license": "MIT",
  3042. "dependencies": {
  3043. "@volar/source-map": "2.4.14"
  3044. }
  3045. },
  3046. "node_modules/@volar/source-map": {
  3047. "version": "2.4.14",
  3048. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.14.tgz",
  3049. "integrity": "sha512-5TeKKMh7Sfxo8021cJfmBzcjfY1SsXsPMMjMvjY7ivesdnybqqS+GxGAoXHAOUawQTwtdUxgP65Im+dEmvWtYQ==",
  3050. "dev": true,
  3051. "license": "MIT"
  3052. },
  3053. "node_modules/@volar/typescript": {
  3054. "version": "2.4.14",
  3055. "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.14.tgz",
  3056. "integrity": "sha512-p8Z6f/bZM3/HyCdRNFZOEEzts51uV8WHeN8Tnfnm2EBv6FDB2TQLzfVx7aJvnl8ofKAOnS64B2O8bImBFaauRw==",
  3057. "dev": true,
  3058. "license": "MIT",
  3059. "dependencies": {
  3060. "@volar/language-core": "2.4.14",
  3061. "path-browserify": "^1.0.1",
  3062. "vscode-uri": "^3.0.8"
  3063. }
  3064. },
  3065. "node_modules/@vue-macros/common": {
  3066. "version": "1.16.1",
  3067. "resolved": "https://registry.npmmirror.com/@vue-macros/common/-/common-1.16.1.tgz",
  3068. "integrity": "sha512-Pn/AWMTjoMYuquepLZP813BIcq8DTZiNCoaceuNlvaYuOTd8DqBZWc5u0uOMQZMInwME1mdSmmBAcTluiV9Jtg==",
  3069. "dev": true,
  3070. "license": "MIT",
  3071. "dependencies": {
  3072. "@vue/compiler-sfc": "^3.5.13",
  3073. "ast-kit": "^1.4.0",
  3074. "local-pkg": "^1.0.0",
  3075. "magic-string-ast": "^0.7.0",
  3076. "pathe": "^2.0.2",
  3077. "picomatch": "^4.0.2"
  3078. },
  3079. "engines": {
  3080. "node": ">=16.14.0"
  3081. },
  3082. "peerDependencies": {
  3083. "vue": "^2.7.0 || ^3.2.25"
  3084. },
  3085. "peerDependenciesMeta": {
  3086. "vue": {
  3087. "optional": true
  3088. }
  3089. }
  3090. },
  3091. "node_modules/@vue-macros/common/node_modules/pathe": {
  3092. "version": "2.0.3",
  3093. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  3094. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  3095. "dev": true,
  3096. "license": "MIT"
  3097. },
  3098. "node_modules/@vue-macros/common/node_modules/picomatch": {
  3099. "version": "4.0.2",
  3100. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  3101. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  3102. "dev": true,
  3103. "license": "MIT",
  3104. "engines": {
  3105. "node": ">=12"
  3106. },
  3107. "funding": {
  3108. "url": "https://github.com/sponsors/jonschlinkert"
  3109. }
  3110. },
  3111. "node_modules/@vue/babel-helper-vue-transform-on": {
  3112. "version": "1.4.0",
  3113. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.4.0.tgz",
  3114. "integrity": "sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==",
  3115. "dev": true,
  3116. "license": "MIT"
  3117. },
  3118. "node_modules/@vue/babel-plugin-jsx": {
  3119. "version": "1.4.0",
  3120. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.4.0.tgz",
  3121. "integrity": "sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==",
  3122. "dev": true,
  3123. "license": "MIT",
  3124. "dependencies": {
  3125. "@babel/helper-module-imports": "^7.25.9",
  3126. "@babel/helper-plugin-utils": "^7.26.5",
  3127. "@babel/plugin-syntax-jsx": "^7.25.9",
  3128. "@babel/template": "^7.26.9",
  3129. "@babel/traverse": "^7.26.9",
  3130. "@babel/types": "^7.26.9",
  3131. "@vue/babel-helper-vue-transform-on": "1.4.0",
  3132. "@vue/babel-plugin-resolve-type": "1.4.0",
  3133. "@vue/shared": "^3.5.13"
  3134. },
  3135. "peerDependencies": {
  3136. "@babel/core": "^7.0.0-0"
  3137. },
  3138. "peerDependenciesMeta": {
  3139. "@babel/core": {
  3140. "optional": true
  3141. }
  3142. }
  3143. },
  3144. "node_modules/@vue/babel-plugin-resolve-type": {
  3145. "version": "1.4.0",
  3146. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.4.0.tgz",
  3147. "integrity": "sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==",
  3148. "dev": true,
  3149. "license": "MIT",
  3150. "dependencies": {
  3151. "@babel/code-frame": "^7.26.2",
  3152. "@babel/helper-module-imports": "^7.25.9",
  3153. "@babel/helper-plugin-utils": "^7.26.5",
  3154. "@babel/parser": "^7.26.9",
  3155. "@vue/compiler-sfc": "^3.5.13"
  3156. },
  3157. "funding": {
  3158. "url": "https://github.com/sponsors/sxzz"
  3159. },
  3160. "peerDependencies": {
  3161. "@babel/core": "^7.0.0-0"
  3162. }
  3163. },
  3164. "node_modules/@vue/compiler-core": {
  3165. "version": "3.5.14",
  3166. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.14.tgz",
  3167. "integrity": "sha512-k7qMHMbKvoCXIxPhquKQVw3Twid3Kg4s7+oYURxLGRd56LiuHJVrvFKI4fm2AM3c8apqODPfVJGoh8nePbXMRA==",
  3168. "dev": true,
  3169. "license": "MIT",
  3170. "dependencies": {
  3171. "@babel/parser": "^7.27.2",
  3172. "@vue/shared": "3.5.14",
  3173. "entities": "^4.5.0",
  3174. "estree-walker": "^2.0.2",
  3175. "source-map-js": "^1.2.1"
  3176. }
  3177. },
  3178. "node_modules/@vue/compiler-dom": {
  3179. "version": "3.5.14",
  3180. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.14.tgz",
  3181. "integrity": "sha512-1aOCSqxGOea5I80U2hQJvXYpPm/aXo95xL/m/mMhgyPUsKe9jhjwWpziNAw7tYRnbz1I61rd9Mld4W9KmmRoug==",
  3182. "dev": true,
  3183. "license": "MIT",
  3184. "dependencies": {
  3185. "@vue/compiler-core": "3.5.14",
  3186. "@vue/shared": "3.5.14"
  3187. }
  3188. },
  3189. "node_modules/@vue/compiler-sfc": {
  3190. "version": "3.5.14",
  3191. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.14.tgz",
  3192. "integrity": "sha512-9T6m/9mMr81Lj58JpzsiSIjBgv2LiVoWjIVa7kuXHICUi8LiDSIotMpPRXYJsXKqyARrzjT24NAwttrMnMaCXA==",
  3193. "dev": true,
  3194. "license": "MIT",
  3195. "dependencies": {
  3196. "@babel/parser": "^7.27.2",
  3197. "@vue/compiler-core": "3.5.14",
  3198. "@vue/compiler-dom": "3.5.14",
  3199. "@vue/compiler-ssr": "3.5.14",
  3200. "@vue/shared": "3.5.14",
  3201. "estree-walker": "^2.0.2",
  3202. "magic-string": "^0.30.17",
  3203. "postcss": "^8.5.3",
  3204. "source-map-js": "^1.2.1"
  3205. }
  3206. },
  3207. "node_modules/@vue/compiler-ssr": {
  3208. "version": "3.5.14",
  3209. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.14.tgz",
  3210. "integrity": "sha512-Y0G7PcBxr1yllnHuS/NxNCSPWnRGH4Ogrp0tsLA5QemDZuJLs99YjAKQ7KqkHE0vCg4QTKlQzXLKCMF7WPSl7Q==",
  3211. "dev": true,
  3212. "license": "MIT",
  3213. "dependencies": {
  3214. "@vue/compiler-dom": "3.5.14",
  3215. "@vue/shared": "3.5.14"
  3216. }
  3217. },
  3218. "node_modules/@vue/compiler-vue2": {
  3219. "version": "2.7.16",
  3220. "resolved": "https://registry.npmmirror.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
  3221. "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
  3222. "dev": true,
  3223. "license": "MIT",
  3224. "dependencies": {
  3225. "de-indent": "^1.0.2",
  3226. "he": "^1.2.0"
  3227. }
  3228. },
  3229. "node_modules/@vue/devtools-api": {
  3230. "version": "6.6.4",
  3231. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  3232. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  3233. "license": "MIT"
  3234. },
  3235. "node_modules/@vue/devtools-core": {
  3236. "version": "7.7.6",
  3237. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-7.7.6.tgz",
  3238. "integrity": "sha512-ghVX3zjKPtSHu94Xs03giRIeIWlb9M+gvDRVpIZ/cRIxKHdW6HE/sm1PT3rUYS3aV92CazirT93ne+7IOvGUWg==",
  3239. "dev": true,
  3240. "license": "MIT",
  3241. "dependencies": {
  3242. "@vue/devtools-kit": "^7.7.6",
  3243. "@vue/devtools-shared": "^7.7.6",
  3244. "mitt": "^3.0.1",
  3245. "nanoid": "^5.1.0",
  3246. "pathe": "^2.0.3",
  3247. "vite-hot-client": "^2.0.4"
  3248. },
  3249. "peerDependencies": {
  3250. "vue": "^3.0.0"
  3251. }
  3252. },
  3253. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  3254. "version": "5.1.5",
  3255. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.5.tgz",
  3256. "integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==",
  3257. "dev": true,
  3258. "funding": [
  3259. {
  3260. "type": "github",
  3261. "url": "https://github.com/sponsors/ai"
  3262. }
  3263. ],
  3264. "license": "MIT",
  3265. "bin": {
  3266. "nanoid": "bin/nanoid.js"
  3267. },
  3268. "engines": {
  3269. "node": "^18 || >=20"
  3270. }
  3271. },
  3272. "node_modules/@vue/devtools-core/node_modules/pathe": {
  3273. "version": "2.0.3",
  3274. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  3275. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  3276. "dev": true,
  3277. "license": "MIT"
  3278. },
  3279. "node_modules/@vue/devtools-kit": {
  3280. "version": "7.7.6",
  3281. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.6.tgz",
  3282. "integrity": "sha512-geu7ds7tem2Y7Wz+WgbnbZ6T5eadOvozHZ23Atk/8tksHMFOFylKi1xgGlQlVn0wlkEf4hu+vd5ctj1G4kFtwA==",
  3283. "dev": true,
  3284. "license": "MIT",
  3285. "dependencies": {
  3286. "@vue/devtools-shared": "^7.7.6",
  3287. "birpc": "^2.3.0",
  3288. "hookable": "^5.5.3",
  3289. "mitt": "^3.0.1",
  3290. "perfect-debounce": "^1.0.0",
  3291. "speakingurl": "^14.0.1",
  3292. "superjson": "^2.2.2"
  3293. }
  3294. },
  3295. "node_modules/@vue/devtools-shared": {
  3296. "version": "7.7.6",
  3297. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.6.tgz",
  3298. "integrity": "sha512-yFEgJZ/WblEsojQQceuyK6FzpFDx4kqrz2ohInxNj5/DnhoX023upTv4OD6lNPLAA5LLkbwPVb10o/7b+Y4FVA==",
  3299. "dev": true,
  3300. "license": "MIT",
  3301. "dependencies": {
  3302. "rfdc": "^1.4.1"
  3303. }
  3304. },
  3305. "node_modules/@vue/eslint-config-prettier": {
  3306. "version": "9.0.0",
  3307. "dev": true,
  3308. "license": "MIT",
  3309. "dependencies": {
  3310. "eslint-config-prettier": "^9.0.0",
  3311. "eslint-plugin-prettier": "^5.0.0"
  3312. },
  3313. "peerDependencies": {
  3314. "eslint": ">= 8.0.0",
  3315. "prettier": ">= 3.0.0"
  3316. }
  3317. },
  3318. "node_modules/@vue/eslint-config-typescript": {
  3319. "version": "13.0.0",
  3320. "dev": true,
  3321. "license": "MIT",
  3322. "dependencies": {
  3323. "@typescript-eslint/eslint-plugin": "^7.1.1",
  3324. "@typescript-eslint/parser": "^7.1.1",
  3325. "vue-eslint-parser": "^9.3.1"
  3326. },
  3327. "engines": {
  3328. "node": "^18.18.0 || >=20.0.0"
  3329. },
  3330. "peerDependencies": {
  3331. "eslint": "^8.56.0",
  3332. "eslint-plugin-vue": "^9.0.0",
  3333. "typescript": ">=4.7.4"
  3334. },
  3335. "peerDependenciesMeta": {
  3336. "typescript": {
  3337. "optional": true
  3338. }
  3339. }
  3340. },
  3341. "node_modules/@vue/language-core": {
  3342. "version": "2.2.8",
  3343. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.8.tgz",
  3344. "integrity": "sha512-rrzB0wPGBvcwaSNRriVWdNAbHQWSf0NlGqgKHK5mEkXpefjUlVRP62u03KvwZpvKVjRnBIQ/Lwre+Mx9N6juUQ==",
  3345. "dev": true,
  3346. "license": "MIT",
  3347. "dependencies": {
  3348. "@volar/language-core": "~2.4.11",
  3349. "@vue/compiler-dom": "^3.5.0",
  3350. "@vue/compiler-vue2": "^2.7.16",
  3351. "@vue/shared": "^3.5.0",
  3352. "alien-signals": "^1.0.3",
  3353. "minimatch": "^9.0.3",
  3354. "muggle-string": "^0.4.1",
  3355. "path-browserify": "^1.0.1"
  3356. },
  3357. "peerDependencies": {
  3358. "typescript": "*"
  3359. },
  3360. "peerDependenciesMeta": {
  3361. "typescript": {
  3362. "optional": true
  3363. }
  3364. }
  3365. },
  3366. "node_modules/@vue/reactivity": {
  3367. "version": "3.5.13",
  3368. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.13.tgz",
  3369. "integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
  3370. "license": "MIT",
  3371. "dependencies": {
  3372. "@vue/shared": "3.5.13"
  3373. }
  3374. },
  3375. "node_modules/@vue/reactivity/node_modules/@vue/shared": {
  3376. "version": "3.5.13",
  3377. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
  3378. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
  3379. "license": "MIT"
  3380. },
  3381. "node_modules/@vue/runtime-core": {
  3382. "version": "3.5.13",
  3383. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz",
  3384. "integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==",
  3385. "license": "MIT",
  3386. "peer": true,
  3387. "dependencies": {
  3388. "@vue/reactivity": "3.5.13",
  3389. "@vue/shared": "3.5.13"
  3390. }
  3391. },
  3392. "node_modules/@vue/runtime-core/node_modules/@vue/shared": {
  3393. "version": "3.5.13",
  3394. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
  3395. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
  3396. "license": "MIT"
  3397. },
  3398. "node_modules/@vue/runtime-dom": {
  3399. "version": "3.5.13",
  3400. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz",
  3401. "integrity": "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==",
  3402. "license": "MIT",
  3403. "dependencies": {
  3404. "@vue/reactivity": "3.5.13",
  3405. "@vue/runtime-core": "3.5.13",
  3406. "@vue/shared": "3.5.13",
  3407. "csstype": "^3.1.3"
  3408. }
  3409. },
  3410. "node_modules/@vue/runtime-dom/node_modules/@vue/shared": {
  3411. "version": "3.5.13",
  3412. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
  3413. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
  3414. "license": "MIT"
  3415. },
  3416. "node_modules/@vue/server-renderer": {
  3417. "version": "3.5.13",
  3418. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz",
  3419. "integrity": "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==",
  3420. "license": "MIT",
  3421. "dependencies": {
  3422. "@vue/compiler-ssr": "3.5.13",
  3423. "@vue/shared": "3.5.13"
  3424. },
  3425. "peerDependencies": {
  3426. "vue": "3.5.13"
  3427. }
  3428. },
  3429. "node_modules/@vue/server-renderer/node_modules/@vue/compiler-core": {
  3430. "version": "3.5.13",
  3431. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
  3432. "integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
  3433. "license": "MIT",
  3434. "dependencies": {
  3435. "@babel/parser": "^7.25.3",
  3436. "@vue/shared": "3.5.13",
  3437. "entities": "^4.5.0",
  3438. "estree-walker": "^2.0.2",
  3439. "source-map-js": "^1.2.0"
  3440. }
  3441. },
  3442. "node_modules/@vue/server-renderer/node_modules/@vue/compiler-dom": {
  3443. "version": "3.5.13",
  3444. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz",
  3445. "integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==",
  3446. "license": "MIT",
  3447. "dependencies": {
  3448. "@vue/compiler-core": "3.5.13",
  3449. "@vue/shared": "3.5.13"
  3450. }
  3451. },
  3452. "node_modules/@vue/server-renderer/node_modules/@vue/compiler-ssr": {
  3453. "version": "3.5.13",
  3454. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
  3455. "integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
  3456. "license": "MIT",
  3457. "dependencies": {
  3458. "@vue/compiler-dom": "3.5.13",
  3459. "@vue/shared": "3.5.13"
  3460. }
  3461. },
  3462. "node_modules/@vue/server-renderer/node_modules/@vue/shared": {
  3463. "version": "3.5.13",
  3464. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
  3465. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
  3466. "license": "MIT"
  3467. },
  3468. "node_modules/@vue/shared": {
  3469. "version": "3.5.14",
  3470. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.14.tgz",
  3471. "integrity": "sha512-oXTwNxVfc9EtP1zzXAlSlgARLXNC84frFYkS0HHz0h3E4WZSP9sywqjqzGCP9Y34M8ipNmd380pVgmMuwELDyQ==",
  3472. "dev": true,
  3473. "license": "MIT"
  3474. },
  3475. "node_modules/@vue/tsconfig": {
  3476. "version": "0.5.1",
  3477. "dev": true,
  3478. "license": "MIT"
  3479. },
  3480. "node_modules/@vueuse/components": {
  3481. "version": "10.11.1",
  3482. "license": "MIT",
  3483. "dependencies": {
  3484. "@vueuse/core": "10.11.1",
  3485. "@vueuse/shared": "10.11.1",
  3486. "vue-demi": ">=0.14.8"
  3487. }
  3488. },
  3489. "node_modules/@vueuse/core": {
  3490. "version": "10.11.1",
  3491. "license": "MIT",
  3492. "dependencies": {
  3493. "@types/web-bluetooth": "^0.0.20",
  3494. "@vueuse/metadata": "10.11.1",
  3495. "@vueuse/shared": "10.11.1",
  3496. "vue-demi": ">=0.14.8"
  3497. },
  3498. "funding": {
  3499. "url": "https://github.com/sponsors/antfu"
  3500. }
  3501. },
  3502. "node_modules/@vueuse/metadata": {
  3503. "version": "10.11.1",
  3504. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-10.11.1.tgz",
  3505. "integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
  3506. "license": "MIT",
  3507. "funding": {
  3508. "url": "https://github.com/sponsors/antfu"
  3509. }
  3510. },
  3511. "node_modules/@vueuse/router": {
  3512. "version": "10.11.1",
  3513. "license": "MIT",
  3514. "dependencies": {
  3515. "@vueuse/shared": "10.11.1",
  3516. "vue-demi": ">=0.14.8"
  3517. },
  3518. "funding": {
  3519. "url": "https://github.com/sponsors/antfu"
  3520. },
  3521. "peerDependencies": {
  3522. "vue-router": ">=4.0.0-rc.1"
  3523. }
  3524. },
  3525. "node_modules/@vueuse/shared": {
  3526. "version": "10.11.1",
  3527. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-10.11.1.tgz",
  3528. "integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
  3529. "license": "MIT",
  3530. "dependencies": {
  3531. "vue-demi": ">=0.14.8"
  3532. },
  3533. "funding": {
  3534. "url": "https://github.com/sponsors/antfu"
  3535. }
  3536. },
  3537. "node_modules/@vxe-ui/core": {
  3538. "version": "4.2.15",
  3539. "resolved": "https://registry.npmmirror.com/@vxe-ui/core/-/core-4.2.15.tgz",
  3540. "integrity": "sha512-kpregErCgRpz3joGeVOrnOADHOOG/454kGXVy/JqBb4w7ENzCk1OmqDCrvCjaugP09FE0exaTiSdfcv3/+kRQg==",
  3541. "license": "MIT",
  3542. "dependencies": {
  3543. "dom-zindex": "^1.0.6",
  3544. "xe-utils": "^3.7.9"
  3545. },
  3546. "peerDependencies": {
  3547. "vue": "^3.2.0"
  3548. }
  3549. },
  3550. "node_modules/@wangeditor/editor": {
  3551. "version": "5.1.23",
  3552. "resolved": "https://registry.npmmirror.com/@wangeditor/editor/-/editor-5.1.23.tgz",
  3553. "integrity": "sha512-0RxfeVTuK1tktUaPROnCoFfaHVJpRAIE2zdS0mpP+vq1axVQpLjM8+fCvKzqYIkH0Pg+C+44hJpe3VVroSkEuQ==",
  3554. "license": "MIT",
  3555. "peer": true,
  3556. "dependencies": {
  3557. "@uppy/core": "^2.1.1",
  3558. "@uppy/xhr-upload": "^2.0.3",
  3559. "@wangeditor/basic-modules": "^1.1.7",
  3560. "@wangeditor/code-highlight": "^1.0.3",
  3561. "@wangeditor/core": "^1.1.19",
  3562. "@wangeditor/list-module": "^1.0.5",
  3563. "@wangeditor/table-module": "^1.1.4",
  3564. "@wangeditor/upload-image-module": "^1.0.2",
  3565. "@wangeditor/video-module": "^1.1.4",
  3566. "dom7": "^3.0.0",
  3567. "is-hotkey": "^0.2.0",
  3568. "lodash.camelcase": "^4.3.0",
  3569. "lodash.clonedeep": "^4.5.0",
  3570. "lodash.debounce": "^4.0.8",
  3571. "lodash.foreach": "^4.5.0",
  3572. "lodash.isequal": "^4.5.0",
  3573. "lodash.throttle": "^4.1.1",
  3574. "lodash.toarray": "^4.4.0",
  3575. "nanoid": "^3.2.0",
  3576. "slate": "^0.72.0",
  3577. "snabbdom": "^3.1.0"
  3578. }
  3579. },
  3580. "node_modules/@wangeditor/editor-for-vue": {
  3581. "version": "5.1.12",
  3582. "resolved": "https://registry.npmmirror.com/@wangeditor/editor-for-vue/-/editor-for-vue-5.1.12.tgz",
  3583. "integrity": "sha512-0Ds3D8I+xnpNWezAeO7HmPRgTfUxHLMd9JKcIw+QzvSmhC5xUHbpCcLU+KLmeBKTR/zffnS5GQo6qi3GhTMJWQ==",
  3584. "license": "MIT",
  3585. "peerDependencies": {
  3586. "@wangeditor/editor": ">=5.1.0",
  3587. "vue": "^3.0.5"
  3588. }
  3589. },
  3590. "node_modules/@wangeditor/editor/node_modules/@wangeditor/basic-modules": {
  3591. "version": "1.1.7",
  3592. "resolved": "https://registry.npmmirror.com/@wangeditor/basic-modules/-/basic-modules-1.1.7.tgz",
  3593. "integrity": "sha512-cY9CPkLJaqF05STqfpZKWG4LpxTMeGSIIF1fHvfm/mz+JXatCagjdkbxdikOuKYlxDdeqvOeBmsUBItufDLXZg==",
  3594. "license": "MIT",
  3595. "peer": true,
  3596. "dependencies": {
  3597. "is-url": "^1.2.4"
  3598. },
  3599. "peerDependencies": {
  3600. "@wangeditor/core": "1.x",
  3601. "dom7": "^3.0.0",
  3602. "lodash.throttle": "^4.1.1",
  3603. "nanoid": "^3.2.0",
  3604. "slate": "^0.72.0",
  3605. "snabbdom": "^3.1.0"
  3606. }
  3607. },
  3608. "node_modules/@wangeditor/editor/node_modules/@wangeditor/code-highlight": {
  3609. "version": "1.0.3",
  3610. "resolved": "https://registry.npmmirror.com/@wangeditor/code-highlight/-/code-highlight-1.0.3.tgz",
  3611. "integrity": "sha512-iazHwO14XpCuIWJNTQTikqUhGKyqj+dUNWJ9288Oym9M2xMVHvnsOmDU2sgUDWVy+pOLojReMPgXCsvvNlOOhw==",
  3612. "license": "MIT",
  3613. "dependencies": {
  3614. "prismjs": "^1.23.0"
  3615. },
  3616. "peerDependencies": {
  3617. "@wangeditor/core": "1.x",
  3618. "dom7": "^3.0.0",
  3619. "slate": "^0.72.0",
  3620. "snabbdom": "^3.1.0"
  3621. }
  3622. },
  3623. "node_modules/@wangeditor/editor/node_modules/@wangeditor/core": {
  3624. "version": "1.1.19",
  3625. "resolved": "https://registry.npmmirror.com/@wangeditor/core/-/core-1.1.19.tgz",
  3626. "integrity": "sha512-KevkB47+7GhVszyYF2pKGKtCSj/YzmClsD03C3zTt+9SR2XWT5T0e3yQqg8baZpcMvkjs1D8Dv4fk8ok/UaS2Q==",
  3627. "license": "MIT",
  3628. "peer": true,
  3629. "dependencies": {
  3630. "@types/event-emitter": "^0.3.3",
  3631. "event-emitter": "^0.3.5",
  3632. "html-void-elements": "^2.0.0",
  3633. "i18next": "^20.4.0",
  3634. "scroll-into-view-if-needed": "^2.2.28",
  3635. "slate-history": "^0.66.0"
  3636. },
  3637. "peerDependencies": {
  3638. "@uppy/core": "^2.1.1",
  3639. "@uppy/xhr-upload": "^2.0.3",
  3640. "dom7": "^3.0.0",
  3641. "is-hotkey": "^0.2.0",
  3642. "lodash.camelcase": "^4.3.0",
  3643. "lodash.clonedeep": "^4.5.0",
  3644. "lodash.debounce": "^4.0.8",
  3645. "lodash.foreach": "^4.5.0",
  3646. "lodash.isequal": "^4.5.0",
  3647. "lodash.throttle": "^4.1.1",
  3648. "lodash.toarray": "^4.4.0",
  3649. "nanoid": "^3.2.0",
  3650. "slate": "^0.72.0",
  3651. "snabbdom": "^3.1.0"
  3652. }
  3653. },
  3654. "node_modules/@wangeditor/editor/node_modules/@wangeditor/list-module": {
  3655. "version": "1.0.5",
  3656. "resolved": "https://registry.npmmirror.com/@wangeditor/list-module/-/list-module-1.0.5.tgz",
  3657. "integrity": "sha512-uDuYTP6DVhcYf7mF1pTlmNn5jOb4QtcVhYwSSAkyg09zqxI1qBqsfUnveeDeDqIuptSJhkh81cyxi+MF8sEPOQ==",
  3658. "license": "MIT",
  3659. "peerDependencies": {
  3660. "@wangeditor/core": "1.x",
  3661. "dom7": "^3.0.0",
  3662. "slate": "^0.72.0",
  3663. "snabbdom": "^3.1.0"
  3664. }
  3665. },
  3666. "node_modules/@wangeditor/editor/node_modules/@wangeditor/table-module": {
  3667. "version": "1.1.4",
  3668. "resolved": "https://registry.npmmirror.com/@wangeditor/table-module/-/table-module-1.1.4.tgz",
  3669. "integrity": "sha512-5saanU9xuEocxaemGdNi9t8MCDSucnykEC6jtuiT72kt+/Hhh4nERYx1J20OPsTCCdVr7hIyQenFD1iSRkIQ6w==",
  3670. "license": "MIT",
  3671. "peerDependencies": {
  3672. "@wangeditor/core": "1.x",
  3673. "dom7": "^3.0.0",
  3674. "lodash.isequal": "^4.5.0",
  3675. "lodash.throttle": "^4.1.1",
  3676. "nanoid": "^3.2.0",
  3677. "slate": "^0.72.0",
  3678. "snabbdom": "^3.1.0"
  3679. }
  3680. },
  3681. "node_modules/@wangeditor/editor/node_modules/@wangeditor/upload-image-module": {
  3682. "version": "1.0.2",
  3683. "resolved": "https://registry.npmmirror.com/@wangeditor/upload-image-module/-/upload-image-module-1.0.2.tgz",
  3684. "integrity": "sha512-z81lk/v71OwPDYeQDxj6cVr81aDP90aFuywb8nPD6eQeECtOymrqRODjpO6VGvCVxVck8nUxBHtbxKtjgcwyiA==",
  3685. "license": "MIT",
  3686. "peerDependencies": {
  3687. "@uppy/core": "^2.0.3",
  3688. "@uppy/xhr-upload": "^2.0.3",
  3689. "@wangeditor/basic-modules": "1.x",
  3690. "@wangeditor/core": "1.x",
  3691. "dom7": "^3.0.0",
  3692. "lodash.foreach": "^4.5.0",
  3693. "slate": "^0.72.0",
  3694. "snabbdom": "^3.1.0"
  3695. }
  3696. },
  3697. "node_modules/@wangeditor/editor/node_modules/@wangeditor/video-module": {
  3698. "version": "1.1.4",
  3699. "resolved": "https://registry.npmmirror.com/@wangeditor/video-module/-/video-module-1.1.4.tgz",
  3700. "integrity": "sha512-ZdodDPqKQrgx3IwWu4ZiQmXI8EXZ3hm2/fM6E3t5dB8tCaIGWQZhmqd6P5knfkRAd3z2+YRSRbxOGfoRSp/rLg==",
  3701. "license": "MIT",
  3702. "peerDependencies": {
  3703. "@uppy/core": "^2.1.4",
  3704. "@uppy/xhr-upload": "^2.0.7",
  3705. "@wangeditor/core": "1.x",
  3706. "dom7": "^3.0.0",
  3707. "nanoid": "^3.2.0",
  3708. "slate": "^0.72.0",
  3709. "snabbdom": "^3.1.0"
  3710. }
  3711. },
  3712. "node_modules/@wangeditor/editor/node_modules/dom7": {
  3713. "version": "3.0.0",
  3714. "resolved": "https://registry.npmmirror.com/dom7/-/dom7-3.0.0.tgz",
  3715. "integrity": "sha512-oNlcUdHsC4zb7Msx7JN3K0Nro1dzJ48knvBOnDPKJ2GV9wl1i5vydJZUSyOfrkKFDZEud/jBsTk92S/VGSAe/g==",
  3716. "license": "MIT",
  3717. "peer": true,
  3718. "dependencies": {
  3719. "ssr-window": "^3.0.0-alpha.1"
  3720. }
  3721. },
  3722. "node_modules/@wangeditor/editor/node_modules/ssr-window": {
  3723. "version": "3.0.0",
  3724. "resolved": "https://registry.npmmirror.com/ssr-window/-/ssr-window-3.0.0.tgz",
  3725. "integrity": "sha512-q+8UfWDg9Itrg0yWK7oe5p/XRCJpJF9OBtXfOPgSJl+u3Xd5KI328RUEvUqSMVM9CiQUEf1QdBzJMkYGErj9QA==",
  3726. "license": "MIT"
  3727. },
  3728. "node_modules/acorn": {
  3729. "version": "8.14.1",
  3730. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.1.tgz",
  3731. "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
  3732. "dev": true,
  3733. "license": "MIT",
  3734. "peer": true,
  3735. "bin": {
  3736. "acorn": "bin/acorn"
  3737. },
  3738. "engines": {
  3739. "node": ">=0.4.0"
  3740. }
  3741. },
  3742. "node_modules/acorn-jsx": {
  3743. "version": "5.3.2",
  3744. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  3745. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  3746. "dev": true,
  3747. "license": "MIT",
  3748. "peerDependencies": {
  3749. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3750. }
  3751. },
  3752. "node_modules/ajv": {
  3753. "version": "6.12.6",
  3754. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  3755. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  3756. "dev": true,
  3757. "license": "MIT",
  3758. "dependencies": {
  3759. "fast-deep-equal": "^3.1.1",
  3760. "fast-json-stable-stringify": "^2.0.0",
  3761. "json-schema-traverse": "^0.4.1",
  3762. "uri-js": "^4.2.2"
  3763. },
  3764. "funding": {
  3765. "type": "github",
  3766. "url": "https://github.com/sponsors/epoberezkin"
  3767. }
  3768. },
  3769. "node_modules/alien-signals": {
  3770. "version": "1.0.13",
  3771. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
  3772. "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
  3773. "dev": true,
  3774. "license": "MIT"
  3775. },
  3776. "node_modules/alova": {
  3777. "version": "3.2.10",
  3778. "license": "MIT",
  3779. "peer": true,
  3780. "dependencies": {
  3781. "@alova/shared": "1.1.2",
  3782. "rate-limiter-flexible": "^5.0.3"
  3783. },
  3784. "engines": {
  3785. "node": ">= 18.0.0"
  3786. }
  3787. },
  3788. "node_modules/ansi-regex": {
  3789. "version": "5.0.1",
  3790. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  3791. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  3792. "dev": true,
  3793. "license": "MIT",
  3794. "engines": {
  3795. "node": ">=8"
  3796. }
  3797. },
  3798. "node_modules/ansi-styles": {
  3799. "version": "4.3.0",
  3800. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3801. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3802. "dev": true,
  3803. "license": "MIT",
  3804. "dependencies": {
  3805. "color-convert": "^2.0.1"
  3806. },
  3807. "engines": {
  3808. "node": ">=8"
  3809. },
  3810. "funding": {
  3811. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3812. }
  3813. },
  3814. "node_modules/ant-design-vue": {
  3815. "version": "4.2.6",
  3816. "license": "MIT",
  3817. "dependencies": {
  3818. "@ant-design/colors": "^6.0.0",
  3819. "@ant-design/icons-vue": "^7.0.0",
  3820. "@babel/runtime": "^7.10.5",
  3821. "@ctrl/tinycolor": "^3.5.0",
  3822. "@emotion/hash": "^0.9.0",
  3823. "@emotion/unitless": "^0.8.0",
  3824. "@simonwep/pickr": "~1.8.0",
  3825. "array-tree-filter": "^2.1.0",
  3826. "async-validator": "^4.0.0",
  3827. "csstype": "^3.1.1",
  3828. "dayjs": "^1.10.5",
  3829. "dom-align": "^1.12.1",
  3830. "dom-scroll-into-view": "^2.0.0",
  3831. "lodash": "^4.17.21",
  3832. "lodash-es": "^4.17.15",
  3833. "resize-observer-polyfill": "^1.5.1",
  3834. "scroll-into-view-if-needed": "^2.2.25",
  3835. "shallow-equal": "^1.0.0",
  3836. "stylis": "^4.1.3",
  3837. "throttle-debounce": "^5.0.0",
  3838. "vue-types": "^3.0.0",
  3839. "warning": "^4.0.0"
  3840. },
  3841. "engines": {
  3842. "node": ">=12.22.0"
  3843. },
  3844. "funding": {
  3845. "type": "opencollective",
  3846. "url": "https://opencollective.com/ant-design-vue"
  3847. },
  3848. "peerDependencies": {
  3849. "vue": ">=3.2.0"
  3850. }
  3851. },
  3852. "node_modules/anymatch": {
  3853. "version": "3.1.3",
  3854. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  3855. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  3856. "dev": true,
  3857. "license": "ISC",
  3858. "dependencies": {
  3859. "normalize-path": "^3.0.0",
  3860. "picomatch": "^2.0.4"
  3861. },
  3862. "engines": {
  3863. "node": ">= 8"
  3864. }
  3865. },
  3866. "node_modules/argparse": {
  3867. "version": "2.0.1",
  3868. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  3869. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  3870. "dev": true,
  3871. "license": "Python-2.0"
  3872. },
  3873. "node_modules/array-tree-filter": {
  3874. "version": "2.1.0",
  3875. "resolved": "https://registry.npmmirror.com/array-tree-filter/-/array-tree-filter-2.1.0.tgz",
  3876. "integrity": "sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==",
  3877. "license": "MIT"
  3878. },
  3879. "node_modules/array-union": {
  3880. "version": "2.1.0",
  3881. "resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz",
  3882. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  3883. "dev": true,
  3884. "license": "MIT",
  3885. "engines": {
  3886. "node": ">=8"
  3887. }
  3888. },
  3889. "node_modules/ast-kit": {
  3890. "version": "1.4.3",
  3891. "resolved": "https://registry.npmmirror.com/ast-kit/-/ast-kit-1.4.3.tgz",
  3892. "integrity": "sha512-MdJqjpodkS5J149zN0Po+HPshkTdUyrvF7CKTafUgv69vBSPtncrj+3IiUgqdd7ElIEkbeXCsEouBUwLrw9Ilg==",
  3893. "dev": true,
  3894. "license": "MIT",
  3895. "dependencies": {
  3896. "@babel/parser": "^7.27.0",
  3897. "pathe": "^2.0.3"
  3898. },
  3899. "engines": {
  3900. "node": ">=16.14.0"
  3901. },
  3902. "funding": {
  3903. "url": "https://github.com/sponsors/sxzz"
  3904. }
  3905. },
  3906. "node_modules/ast-kit/node_modules/pathe": {
  3907. "version": "2.0.3",
  3908. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  3909. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  3910. "dev": true,
  3911. "license": "MIT"
  3912. },
  3913. "node_modules/ast-walker-scope": {
  3914. "version": "0.6.2",
  3915. "resolved": "https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.6.2.tgz",
  3916. "integrity": "sha512-1UWOyC50xI3QZkRuDj6PqDtpm1oHWtYs+NQGwqL/2R11eN3Q81PHAHPM0SWW3BNQm53UDwS//Jv8L4CCVLM1bQ==",
  3917. "dev": true,
  3918. "license": "MIT",
  3919. "dependencies": {
  3920. "@babel/parser": "^7.25.3",
  3921. "ast-kit": "^1.0.1"
  3922. },
  3923. "engines": {
  3924. "node": ">=16.14.0"
  3925. }
  3926. },
  3927. "node_modules/async-validator": {
  3928. "version": "4.2.5",
  3929. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  3930. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  3931. "license": "MIT"
  3932. },
  3933. "node_modules/balanced-match": {
  3934. "version": "1.0.2",
  3935. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  3936. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3937. "dev": true,
  3938. "license": "MIT"
  3939. },
  3940. "node_modules/binary-extensions": {
  3941. "version": "2.3.0",
  3942. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
  3943. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  3944. "dev": true,
  3945. "license": "MIT",
  3946. "engines": {
  3947. "node": ">=8"
  3948. },
  3949. "funding": {
  3950. "url": "https://github.com/sponsors/sindresorhus"
  3951. }
  3952. },
  3953. "node_modules/birpc": {
  3954. "version": "2.3.0",
  3955. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.3.0.tgz",
  3956. "integrity": "sha512-ijbtkn/F3Pvzb6jHypHRyve2QApOCZDR25D/VnkY2G/lBNcXCTsnsCxgY4k4PkVB7zfwzYbY3O9Lcqe3xufS5g==",
  3957. "dev": true,
  3958. "license": "MIT",
  3959. "funding": {
  3960. "url": "https://github.com/sponsors/antfu"
  3961. }
  3962. },
  3963. "node_modules/boolbase": {
  3964. "version": "1.0.0",
  3965. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  3966. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  3967. "license": "ISC"
  3968. },
  3969. "node_modules/brace-expansion": {
  3970. "version": "2.0.1",
  3971. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  3972. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  3973. "dev": true,
  3974. "license": "MIT",
  3975. "dependencies": {
  3976. "balanced-match": "^1.0.0"
  3977. }
  3978. },
  3979. "node_modules/braces": {
  3980. "version": "3.0.3",
  3981. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  3982. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3983. "dev": true,
  3984. "license": "MIT",
  3985. "dependencies": {
  3986. "fill-range": "^7.1.1"
  3987. },
  3988. "engines": {
  3989. "node": ">=8"
  3990. }
  3991. },
  3992. "node_modules/browserslist": {
  3993. "version": "4.24.5",
  3994. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.5.tgz",
  3995. "integrity": "sha512-FDToo4Wo82hIdgc1CQ+NQD0hEhmpPjrZ3hiUgwgOG6IuTdlpr8jdjyG24P6cNP1yJpTLzS5OcGgSw0xmDU1/Tw==",
  3996. "dev": true,
  3997. "funding": [
  3998. {
  3999. "type": "opencollective",
  4000. "url": "https://opencollective.com/browserslist"
  4001. },
  4002. {
  4003. "type": "tidelift",
  4004. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4005. },
  4006. {
  4007. "type": "github",
  4008. "url": "https://github.com/sponsors/ai"
  4009. }
  4010. ],
  4011. "license": "MIT",
  4012. "peer": true,
  4013. "dependencies": {
  4014. "caniuse-lite": "^1.0.30001716",
  4015. "electron-to-chromium": "^1.5.149",
  4016. "node-releases": "^2.0.19",
  4017. "update-browserslist-db": "^1.1.3"
  4018. },
  4019. "bin": {
  4020. "browserslist": "cli.js"
  4021. },
  4022. "engines": {
  4023. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  4024. }
  4025. },
  4026. "node_modules/bundle-name": {
  4027. "version": "4.1.0",
  4028. "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
  4029. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  4030. "dev": true,
  4031. "license": "MIT",
  4032. "dependencies": {
  4033. "run-applescript": "^7.0.0"
  4034. },
  4035. "engines": {
  4036. "node": ">=18"
  4037. },
  4038. "funding": {
  4039. "url": "https://github.com/sponsors/sindresorhus"
  4040. }
  4041. },
  4042. "node_modules/bundle-require": {
  4043. "version": "5.1.0",
  4044. "resolved": "https://registry.npmmirror.com/bundle-require/-/bundle-require-5.1.0.tgz",
  4045. "integrity": "sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==",
  4046. "dev": true,
  4047. "license": "MIT",
  4048. "dependencies": {
  4049. "load-tsconfig": "^0.2.3"
  4050. },
  4051. "engines": {
  4052. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4053. },
  4054. "peerDependencies": {
  4055. "esbuild": ">=0.18"
  4056. }
  4057. },
  4058. "node_modules/cac": {
  4059. "version": "6.7.14",
  4060. "resolved": "https://registry.npmmirror.com/cac/-/cac-6.7.14.tgz",
  4061. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  4062. "dev": true,
  4063. "license": "MIT",
  4064. "engines": {
  4065. "node": ">=8"
  4066. }
  4067. },
  4068. "node_modules/callsites": {
  4069. "version": "3.1.0",
  4070. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  4071. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  4072. "dev": true,
  4073. "license": "MIT",
  4074. "engines": {
  4075. "node": ">=6"
  4076. }
  4077. },
  4078. "node_modules/caniuse-lite": {
  4079. "version": "1.0.30001718",
  4080. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001718.tgz",
  4081. "integrity": "sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==",
  4082. "dev": true,
  4083. "funding": [
  4084. {
  4085. "type": "opencollective",
  4086. "url": "https://opencollective.com/browserslist"
  4087. },
  4088. {
  4089. "type": "tidelift",
  4090. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4091. },
  4092. {
  4093. "type": "github",
  4094. "url": "https://github.com/sponsors/ai"
  4095. }
  4096. ],
  4097. "license": "CC-BY-4.0"
  4098. },
  4099. "node_modules/chalk": {
  4100. "version": "4.1.2",
  4101. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  4102. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  4103. "dev": true,
  4104. "license": "MIT",
  4105. "dependencies": {
  4106. "ansi-styles": "^4.1.0",
  4107. "supports-color": "^7.1.0"
  4108. },
  4109. "engines": {
  4110. "node": ">=10"
  4111. },
  4112. "funding": {
  4113. "url": "https://github.com/chalk/chalk?sponsor=1"
  4114. }
  4115. },
  4116. "node_modules/china-division": {
  4117. "version": "2.7.0",
  4118. "resolved": "https://registry.npmmirror.com/china-division/-/china-division-2.7.0.tgz",
  4119. "integrity": "sha512-4uUPAT+1WfqDh5jytq7omdCmHNk3j+k76zEG/2IqaGcYB90c2SwcixttcypdsZ3T/9tN1TTpBDoeZn+Yw/qBEA==",
  4120. "license": "MIT"
  4121. },
  4122. "node_modules/chokidar": {
  4123. "version": "4.0.3",
  4124. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  4125. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  4126. "dev": true,
  4127. "license": "MIT",
  4128. "dependencies": {
  4129. "readdirp": "^4.0.1"
  4130. },
  4131. "engines": {
  4132. "node": ">= 14.16.0"
  4133. },
  4134. "funding": {
  4135. "url": "https://paulmillr.com/funding/"
  4136. }
  4137. },
  4138. "node_modules/classnames": {
  4139. "version": "2.5.1",
  4140. "resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz",
  4141. "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
  4142. "license": "MIT"
  4143. },
  4144. "node_modules/color-convert": {
  4145. "version": "2.0.1",
  4146. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  4147. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4148. "dev": true,
  4149. "license": "MIT",
  4150. "dependencies": {
  4151. "color-name": "~1.1.4"
  4152. },
  4153. "engines": {
  4154. "node": ">=7.0.0"
  4155. }
  4156. },
  4157. "node_modules/color-name": {
  4158. "version": "1.1.4",
  4159. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  4160. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  4161. "dev": true,
  4162. "license": "MIT"
  4163. },
  4164. "node_modules/colorette": {
  4165. "version": "2.0.20",
  4166. "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz",
  4167. "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
  4168. "dev": true,
  4169. "license": "MIT"
  4170. },
  4171. "node_modules/commander": {
  4172. "version": "14.0.0",
  4173. "resolved": "https://registry.npmmirror.com/commander/-/commander-14.0.0.tgz",
  4174. "integrity": "sha512-2uM9rYjPvyq39NwLRqaiLtWHyDC1FvryJDa2ATTVims5YAS4PupsEQsDvP14FqhFr0P49CYDugi59xaxJlTXRA==",
  4175. "dev": true,
  4176. "license": "MIT",
  4177. "engines": {
  4178. "node": ">=20"
  4179. }
  4180. },
  4181. "node_modules/compute-scroll-into-view": {
  4182. "version": "1.0.20",
  4183. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
  4184. "integrity": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==",
  4185. "license": "MIT"
  4186. },
  4187. "node_modules/concat-map": {
  4188. "version": "0.0.1",
  4189. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  4190. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  4191. "dev": true,
  4192. "license": "MIT"
  4193. },
  4194. "node_modules/confbox": {
  4195. "version": "0.2.2",
  4196. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.2.tgz",
  4197. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  4198. "dev": true,
  4199. "license": "MIT"
  4200. },
  4201. "node_modules/consola": {
  4202. "version": "3.4.2",
  4203. "resolved": "https://registry.npmmirror.com/consola/-/consola-3.4.2.tgz",
  4204. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  4205. "dev": true,
  4206. "license": "MIT",
  4207. "engines": {
  4208. "node": "^14.18.0 || >=16.10.0"
  4209. }
  4210. },
  4211. "node_modules/convert-source-map": {
  4212. "version": "2.0.0",
  4213. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  4214. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  4215. "dev": true,
  4216. "license": "MIT"
  4217. },
  4218. "node_modules/copy-anything": {
  4219. "version": "3.0.5",
  4220. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
  4221. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  4222. "dev": true,
  4223. "license": "MIT",
  4224. "dependencies": {
  4225. "is-what": "^4.1.8"
  4226. },
  4227. "engines": {
  4228. "node": ">=12.13"
  4229. },
  4230. "funding": {
  4231. "url": "https://github.com/sponsors/mesqueeb"
  4232. }
  4233. },
  4234. "node_modules/core-js": {
  4235. "version": "3.42.0",
  4236. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.42.0.tgz",
  4237. "integrity": "sha512-Sz4PP4ZA+Rq4II21qkNqOEDTDrCvcANId3xpIgB34NDkWc3UduWj2dqEtN9yZIq8Dk3HyPI33x9sqqU5C8sr0g==",
  4238. "hasInstallScript": true,
  4239. "license": "MIT",
  4240. "funding": {
  4241. "type": "opencollective",
  4242. "url": "https://opencollective.com/core-js"
  4243. }
  4244. },
  4245. "node_modules/cross-spawn": {
  4246. "version": "7.0.6",
  4247. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  4248. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  4249. "dev": true,
  4250. "license": "MIT",
  4251. "dependencies": {
  4252. "path-key": "^3.1.0",
  4253. "shebang-command": "^2.0.0",
  4254. "which": "^2.0.1"
  4255. },
  4256. "engines": {
  4257. "node": ">= 8"
  4258. }
  4259. },
  4260. "node_modules/css-select": {
  4261. "version": "5.2.2",
  4262. "resolved": "https://registry.npmmirror.com/css-select/-/css-select-5.2.2.tgz",
  4263. "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
  4264. "license": "BSD-2-Clause",
  4265. "dependencies": {
  4266. "boolbase": "^1.0.0",
  4267. "css-what": "^6.1.0",
  4268. "domhandler": "^5.0.2",
  4269. "domutils": "^3.0.1",
  4270. "nth-check": "^2.0.1"
  4271. },
  4272. "funding": {
  4273. "url": "https://github.com/sponsors/fb55"
  4274. }
  4275. },
  4276. "node_modules/css-tree": {
  4277. "version": "2.3.1",
  4278. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.3.1.tgz",
  4279. "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
  4280. "license": "MIT",
  4281. "dependencies": {
  4282. "mdn-data": "2.0.30",
  4283. "source-map-js": "^1.0.1"
  4284. },
  4285. "engines": {
  4286. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  4287. }
  4288. },
  4289. "node_modules/css-what": {
  4290. "version": "6.2.2",
  4291. "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.2.2.tgz",
  4292. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  4293. "license": "BSD-2-Clause",
  4294. "engines": {
  4295. "node": ">= 6"
  4296. },
  4297. "funding": {
  4298. "url": "https://github.com/sponsors/fb55"
  4299. }
  4300. },
  4301. "node_modules/cssesc": {
  4302. "version": "3.0.0",
  4303. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  4304. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  4305. "dev": true,
  4306. "license": "MIT",
  4307. "bin": {
  4308. "cssesc": "bin/cssesc"
  4309. },
  4310. "engines": {
  4311. "node": ">=4"
  4312. }
  4313. },
  4314. "node_modules/csso": {
  4315. "version": "5.0.5",
  4316. "resolved": "https://registry.npmmirror.com/csso/-/csso-5.0.5.tgz",
  4317. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  4318. "license": "MIT",
  4319. "dependencies": {
  4320. "css-tree": "~2.2.0"
  4321. },
  4322. "engines": {
  4323. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  4324. "npm": ">=7.0.0"
  4325. }
  4326. },
  4327. "node_modules/csso/node_modules/css-tree": {
  4328. "version": "2.2.1",
  4329. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.2.1.tgz",
  4330. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  4331. "license": "MIT",
  4332. "dependencies": {
  4333. "mdn-data": "2.0.28",
  4334. "source-map-js": "^1.0.1"
  4335. },
  4336. "engines": {
  4337. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  4338. "npm": ">=7.0.0"
  4339. }
  4340. },
  4341. "node_modules/csso/node_modules/mdn-data": {
  4342. "version": "2.0.28",
  4343. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.28.tgz",
  4344. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  4345. "license": "CC0-1.0"
  4346. },
  4347. "node_modules/csstype": {
  4348. "version": "3.1.3",
  4349. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  4350. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  4351. "license": "MIT"
  4352. },
  4353. "node_modules/d": {
  4354. "version": "1.0.2",
  4355. "resolved": "https://registry.npmmirror.com/d/-/d-1.0.2.tgz",
  4356. "integrity": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==",
  4357. "license": "ISC",
  4358. "dependencies": {
  4359. "es5-ext": "^0.10.64",
  4360. "type": "^2.7.2"
  4361. },
  4362. "engines": {
  4363. "node": ">=0.12"
  4364. }
  4365. },
  4366. "node_modules/dagre": {
  4367. "version": "0.8.5",
  4368. "resolved": "https://registry.npmmirror.com/dagre/-/dagre-0.8.5.tgz",
  4369. "integrity": "sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw==",
  4370. "license": "MIT",
  4371. "dependencies": {
  4372. "graphlib": "^2.1.8",
  4373. "lodash": "^4.17.15"
  4374. }
  4375. },
  4376. "node_modules/dayjs": {
  4377. "version": "1.11.13",
  4378. "license": "MIT"
  4379. },
  4380. "node_modules/de-indent": {
  4381. "version": "1.0.2",
  4382. "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
  4383. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  4384. "dev": true,
  4385. "license": "MIT"
  4386. },
  4387. "node_modules/debug": {
  4388. "version": "4.4.1",
  4389. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
  4390. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  4391. "dev": true,
  4392. "license": "MIT",
  4393. "dependencies": {
  4394. "ms": "^2.1.3"
  4395. },
  4396. "engines": {
  4397. "node": ">=6.0"
  4398. },
  4399. "peerDependenciesMeta": {
  4400. "supports-color": {
  4401. "optional": true
  4402. }
  4403. }
  4404. },
  4405. "node_modules/deep-is": {
  4406. "version": "0.1.4",
  4407. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  4408. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  4409. "dev": true,
  4410. "license": "MIT"
  4411. },
  4412. "node_modules/default-browser": {
  4413. "version": "5.2.1",
  4414. "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz",
  4415. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  4416. "dev": true,
  4417. "license": "MIT",
  4418. "dependencies": {
  4419. "bundle-name": "^4.1.0",
  4420. "default-browser-id": "^5.0.0"
  4421. },
  4422. "engines": {
  4423. "node": ">=18"
  4424. },
  4425. "funding": {
  4426. "url": "https://github.com/sponsors/sindresorhus"
  4427. }
  4428. },
  4429. "node_modules/default-browser-id": {
  4430. "version": "5.0.0",
  4431. "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz",
  4432. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  4433. "dev": true,
  4434. "license": "MIT",
  4435. "engines": {
  4436. "node": ">=18"
  4437. },
  4438. "funding": {
  4439. "url": "https://github.com/sponsors/sindresorhus"
  4440. }
  4441. },
  4442. "node_modules/define-lazy-prop": {
  4443. "version": "3.0.0",
  4444. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  4445. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  4446. "dev": true,
  4447. "license": "MIT",
  4448. "engines": {
  4449. "node": ">=12"
  4450. },
  4451. "funding": {
  4452. "url": "https://github.com/sponsors/sindresorhus"
  4453. }
  4454. },
  4455. "node_modules/defu": {
  4456. "version": "6.1.4",
  4457. "resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz",
  4458. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
  4459. "dev": true,
  4460. "license": "MIT"
  4461. },
  4462. "node_modules/destr": {
  4463. "version": "2.0.5",
  4464. "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.5.tgz",
  4465. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  4466. "dev": true,
  4467. "license": "MIT"
  4468. },
  4469. "node_modules/detect-libc": {
  4470. "version": "1.0.3",
  4471. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  4472. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  4473. "dev": true,
  4474. "license": "Apache-2.0",
  4475. "optional": true,
  4476. "bin": {
  4477. "detect-libc": "bin/detect-libc.js"
  4478. },
  4479. "engines": {
  4480. "node": ">=0.10"
  4481. }
  4482. },
  4483. "node_modules/dir-glob": {
  4484. "version": "3.0.1",
  4485. "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz",
  4486. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  4487. "dev": true,
  4488. "license": "MIT",
  4489. "dependencies": {
  4490. "path-type": "^4.0.0"
  4491. },
  4492. "engines": {
  4493. "node": ">=8"
  4494. }
  4495. },
  4496. "node_modules/doctrine": {
  4497. "version": "3.0.0",
  4498. "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz",
  4499. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  4500. "dev": true,
  4501. "license": "Apache-2.0",
  4502. "dependencies": {
  4503. "esutils": "^2.0.2"
  4504. },
  4505. "engines": {
  4506. "node": ">=6.0.0"
  4507. }
  4508. },
  4509. "node_modules/dom-align": {
  4510. "version": "1.12.4",
  4511. "resolved": "https://registry.npmmirror.com/dom-align/-/dom-align-1.12.4.tgz",
  4512. "integrity": "sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==",
  4513. "license": "MIT"
  4514. },
  4515. "node_modules/dom-scroll-into-view": {
  4516. "version": "2.0.1",
  4517. "resolved": "https://registry.npmmirror.com/dom-scroll-into-view/-/dom-scroll-into-view-2.0.1.tgz",
  4518. "integrity": "sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w==",
  4519. "license": "MIT"
  4520. },
  4521. "node_modules/dom-serializer": {
  4522. "version": "2.0.0",
  4523. "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz",
  4524. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  4525. "license": "MIT",
  4526. "dependencies": {
  4527. "domelementtype": "^2.3.0",
  4528. "domhandler": "^5.0.2",
  4529. "entities": "^4.2.0"
  4530. },
  4531. "funding": {
  4532. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  4533. }
  4534. },
  4535. "node_modules/dom-zindex": {
  4536. "version": "1.0.6",
  4537. "resolved": "https://registry.npmmirror.com/dom-zindex/-/dom-zindex-1.0.6.tgz",
  4538. "integrity": "sha512-FKWIhiU96bi3xpP9ewRMgANsoVmMUBnMnmpCT6dPMZOunVYJQmJhSRruoI0XSPoHeIif3kyEuiHbFrOJwEJaEA==",
  4539. "license": "MIT"
  4540. },
  4541. "node_modules/dom7": {
  4542. "version": "4.0.6",
  4543. "resolved": "https://registry.npmmirror.com/dom7/-/dom7-4.0.6.tgz",
  4544. "integrity": "sha512-emjdpPLhpNubapLFdjNL9tP06Sr+GZkrIHEXLWvOGsytACUrkbeIdjO5g77m00BrHTznnlcNqgmn7pCN192TBA==",
  4545. "license": "MIT",
  4546. "dependencies": {
  4547. "ssr-window": "^4.0.0"
  4548. }
  4549. },
  4550. "node_modules/domelementtype": {
  4551. "version": "2.3.0",
  4552. "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
  4553. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  4554. "funding": [
  4555. {
  4556. "type": "github",
  4557. "url": "https://github.com/sponsors/fb55"
  4558. }
  4559. ],
  4560. "license": "BSD-2-Clause"
  4561. },
  4562. "node_modules/domhandler": {
  4563. "version": "5.0.3",
  4564. "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz",
  4565. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  4566. "license": "BSD-2-Clause",
  4567. "dependencies": {
  4568. "domelementtype": "^2.3.0"
  4569. },
  4570. "engines": {
  4571. "node": ">= 4"
  4572. },
  4573. "funding": {
  4574. "url": "https://github.com/fb55/domhandler?sponsor=1"
  4575. }
  4576. },
  4577. "node_modules/domutils": {
  4578. "version": "3.2.2",
  4579. "resolved": "https://registry.npmmirror.com/domutils/-/domutils-3.2.2.tgz",
  4580. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  4581. "license": "BSD-2-Clause",
  4582. "dependencies": {
  4583. "dom-serializer": "^2.0.0",
  4584. "domelementtype": "^2.3.0",
  4585. "domhandler": "^5.0.3"
  4586. },
  4587. "funding": {
  4588. "url": "https://github.com/fb55/domutils?sponsor=1"
  4589. }
  4590. },
  4591. "node_modules/duplexer": {
  4592. "version": "0.1.2",
  4593. "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz",
  4594. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  4595. "dev": true,
  4596. "license": "MIT"
  4597. },
  4598. "node_modules/echarts": {
  4599. "version": "5.6.0",
  4600. "license": "Apache-2.0",
  4601. "peer": true,
  4602. "dependencies": {
  4603. "tslib": "2.3.0",
  4604. "zrender": "5.6.1"
  4605. }
  4606. },
  4607. "node_modules/electron-to-chromium": {
  4608. "version": "1.5.155",
  4609. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.155.tgz",
  4610. "integrity": "sha512-ps5KcGGmwL8VaeJlvlDlu4fORQpv3+GIcF5I3f9tUKUlJ/wsysh6HU8P5L1XWRYeXfA0oJd4PyM8ds8zTFf6Ng==",
  4611. "dev": true,
  4612. "license": "ISC"
  4613. },
  4614. "node_modules/element-plus": {
  4615. "version": "2.9.10",
  4616. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.9.10.tgz",
  4617. "integrity": "sha512-W2v9jWnm1kl/zm4bSvCh8aFCVlxvhG3fmqiDZwyd6WQiWGE595J/mpjcCggEr+49QDgIymhXrpPMOPPSARUbng==",
  4618. "license": "MIT",
  4619. "dependencies": {
  4620. "@ctrl/tinycolor": "^3.4.1",
  4621. "@element-plus/icons-vue": "^2.3.1",
  4622. "@floating-ui/dom": "^1.0.1",
  4623. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  4624. "@types/lodash": "^4.14.182",
  4625. "@types/lodash-es": "^4.17.6",
  4626. "@vueuse/core": "^9.1.0",
  4627. "async-validator": "^4.2.5",
  4628. "dayjs": "^1.11.13",
  4629. "escape-html": "^1.0.3",
  4630. "lodash": "^4.17.21",
  4631. "lodash-es": "^4.17.21",
  4632. "lodash-unified": "^1.0.2",
  4633. "memoize-one": "^6.0.0",
  4634. "normalize-wheel-es": "^1.2.0"
  4635. },
  4636. "peerDependencies": {
  4637. "vue": "^3.2.0"
  4638. }
  4639. },
  4640. "node_modules/element-plus/node_modules/@types/web-bluetooth": {
  4641. "version": "0.0.16",
  4642. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
  4643. "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==",
  4644. "license": "MIT"
  4645. },
  4646. "node_modules/element-plus/node_modules/@vueuse/core": {
  4647. "version": "9.13.0",
  4648. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-9.13.0.tgz",
  4649. "integrity": "sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==",
  4650. "license": "MIT",
  4651. "dependencies": {
  4652. "@types/web-bluetooth": "^0.0.16",
  4653. "@vueuse/metadata": "9.13.0",
  4654. "@vueuse/shared": "9.13.0",
  4655. "vue-demi": "*"
  4656. },
  4657. "funding": {
  4658. "url": "https://github.com/sponsors/antfu"
  4659. }
  4660. },
  4661. "node_modules/element-plus/node_modules/@vueuse/metadata": {
  4662. "version": "9.13.0",
  4663. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.13.0.tgz",
  4664. "integrity": "sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==",
  4665. "license": "MIT",
  4666. "funding": {
  4667. "url": "https://github.com/sponsors/antfu"
  4668. }
  4669. },
  4670. "node_modules/element-plus/node_modules/@vueuse/shared": {
  4671. "version": "9.13.0",
  4672. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.13.0.tgz",
  4673. "integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==",
  4674. "license": "MIT",
  4675. "dependencies": {
  4676. "vue-demi": "*"
  4677. },
  4678. "funding": {
  4679. "url": "https://github.com/sponsors/antfu"
  4680. }
  4681. },
  4682. "node_modules/entities": {
  4683. "version": "4.5.0",
  4684. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  4685. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  4686. "license": "BSD-2-Clause",
  4687. "engines": {
  4688. "node": ">=0.12"
  4689. },
  4690. "funding": {
  4691. "url": "https://github.com/fb55/entities?sponsor=1"
  4692. }
  4693. },
  4694. "node_modules/error-stack-parser-es": {
  4695. "version": "0.1.5",
  4696. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
  4697. "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
  4698. "dev": true,
  4699. "license": "MIT",
  4700. "funding": {
  4701. "url": "https://github.com/sponsors/antfu"
  4702. }
  4703. },
  4704. "node_modules/es-module-lexer": {
  4705. "version": "1.7.0",
  4706. "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
  4707. "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
  4708. "dev": true,
  4709. "license": "MIT"
  4710. },
  4711. "node_modules/es5-ext": {
  4712. "version": "0.10.64",
  4713. "resolved": "https://registry.npmmirror.com/es5-ext/-/es5-ext-0.10.64.tgz",
  4714. "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==",
  4715. "hasInstallScript": true,
  4716. "license": "ISC",
  4717. "dependencies": {
  4718. "es6-iterator": "^2.0.3",
  4719. "es6-symbol": "^3.1.3",
  4720. "esniff": "^2.0.1",
  4721. "next-tick": "^1.1.0"
  4722. },
  4723. "engines": {
  4724. "node": ">=0.10"
  4725. }
  4726. },
  4727. "node_modules/es6-iterator": {
  4728. "version": "2.0.3",
  4729. "resolved": "https://registry.npmmirror.com/es6-iterator/-/es6-iterator-2.0.3.tgz",
  4730. "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==",
  4731. "license": "MIT",
  4732. "dependencies": {
  4733. "d": "1",
  4734. "es5-ext": "^0.10.35",
  4735. "es6-symbol": "^3.1.1"
  4736. }
  4737. },
  4738. "node_modules/es6-symbol": {
  4739. "version": "3.1.4",
  4740. "resolved": "https://registry.npmmirror.com/es6-symbol/-/es6-symbol-3.1.4.tgz",
  4741. "integrity": "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==",
  4742. "license": "ISC",
  4743. "dependencies": {
  4744. "d": "^1.0.2",
  4745. "ext": "^1.7.0"
  4746. },
  4747. "engines": {
  4748. "node": ">=0.12"
  4749. }
  4750. },
  4751. "node_modules/esbuild": {
  4752. "version": "0.23.1",
  4753. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.23.1.tgz",
  4754. "integrity": "sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==",
  4755. "dev": true,
  4756. "hasInstallScript": true,
  4757. "license": "MIT",
  4758. "peer": true,
  4759. "bin": {
  4760. "esbuild": "bin/esbuild"
  4761. },
  4762. "engines": {
  4763. "node": ">=18"
  4764. },
  4765. "optionalDependencies": {
  4766. "@esbuild/aix-ppc64": "0.23.1",
  4767. "@esbuild/android-arm": "0.23.1",
  4768. "@esbuild/android-arm64": "0.23.1",
  4769. "@esbuild/android-x64": "0.23.1",
  4770. "@esbuild/darwin-arm64": "0.23.1",
  4771. "@esbuild/darwin-x64": "0.23.1",
  4772. "@esbuild/freebsd-arm64": "0.23.1",
  4773. "@esbuild/freebsd-x64": "0.23.1",
  4774. "@esbuild/linux-arm": "0.23.1",
  4775. "@esbuild/linux-arm64": "0.23.1",
  4776. "@esbuild/linux-ia32": "0.23.1",
  4777. "@esbuild/linux-loong64": "0.23.1",
  4778. "@esbuild/linux-mips64el": "0.23.1",
  4779. "@esbuild/linux-ppc64": "0.23.1",
  4780. "@esbuild/linux-riscv64": "0.23.1",
  4781. "@esbuild/linux-s390x": "0.23.1",
  4782. "@esbuild/linux-x64": "0.23.1",
  4783. "@esbuild/netbsd-x64": "0.23.1",
  4784. "@esbuild/openbsd-arm64": "0.23.1",
  4785. "@esbuild/openbsd-x64": "0.23.1",
  4786. "@esbuild/sunos-x64": "0.23.1",
  4787. "@esbuild/win32-arm64": "0.23.1",
  4788. "@esbuild/win32-ia32": "0.23.1",
  4789. "@esbuild/win32-x64": "0.23.1"
  4790. }
  4791. },
  4792. "node_modules/escalade": {
  4793. "version": "3.2.0",
  4794. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  4795. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  4796. "dev": true,
  4797. "license": "MIT",
  4798. "engines": {
  4799. "node": ">=6"
  4800. }
  4801. },
  4802. "node_modules/escape-html": {
  4803. "version": "1.0.3",
  4804. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  4805. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  4806. "license": "MIT"
  4807. },
  4808. "node_modules/escape-string-regexp": {
  4809. "version": "4.0.0",
  4810. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  4811. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  4812. "dev": true,
  4813. "license": "MIT",
  4814. "engines": {
  4815. "node": ">=10"
  4816. },
  4817. "funding": {
  4818. "url": "https://github.com/sponsors/sindresorhus"
  4819. }
  4820. },
  4821. "node_modules/eslint": {
  4822. "version": "8.57.1",
  4823. "dev": true,
  4824. "license": "MIT",
  4825. "peer": true,
  4826. "dependencies": {
  4827. "@eslint-community/eslint-utils": "^4.2.0",
  4828. "@eslint-community/regexpp": "^4.6.1",
  4829. "@eslint/eslintrc": "^2.1.4",
  4830. "@eslint/js": "8.57.1",
  4831. "@humanwhocodes/config-array": "^0.13.0",
  4832. "@humanwhocodes/module-importer": "^1.0.1",
  4833. "@nodelib/fs.walk": "^1.2.8",
  4834. "@ungap/structured-clone": "^1.2.0",
  4835. "ajv": "^6.12.4",
  4836. "chalk": "^4.0.0",
  4837. "cross-spawn": "^7.0.2",
  4838. "debug": "^4.3.2",
  4839. "doctrine": "^3.0.0",
  4840. "escape-string-regexp": "^4.0.0",
  4841. "eslint-scope": "^7.2.2",
  4842. "eslint-visitor-keys": "^3.4.3",
  4843. "espree": "^9.6.1",
  4844. "esquery": "^1.4.2",
  4845. "esutils": "^2.0.2",
  4846. "fast-deep-equal": "^3.1.3",
  4847. "file-entry-cache": "^6.0.1",
  4848. "find-up": "^5.0.0",
  4849. "glob-parent": "^6.0.2",
  4850. "globals": "^13.19.0",
  4851. "graphemer": "^1.4.0",
  4852. "ignore": "^5.2.0",
  4853. "imurmurhash": "^0.1.4",
  4854. "is-glob": "^4.0.0",
  4855. "is-path-inside": "^3.0.3",
  4856. "js-yaml": "^4.1.0",
  4857. "json-stable-stringify-without-jsonify": "^1.0.1",
  4858. "levn": "^0.4.1",
  4859. "lodash.merge": "^4.6.2",
  4860. "minimatch": "^3.1.2",
  4861. "natural-compare": "^1.4.0",
  4862. "optionator": "^0.9.3",
  4863. "strip-ansi": "^6.0.1",
  4864. "text-table": "^0.2.0"
  4865. },
  4866. "bin": {
  4867. "eslint": "bin/eslint.js"
  4868. },
  4869. "engines": {
  4870. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4871. },
  4872. "funding": {
  4873. "url": "https://opencollective.com/eslint"
  4874. }
  4875. },
  4876. "node_modules/eslint-config-prettier": {
  4877. "version": "9.1.0",
  4878. "resolved": "https://registry.npmmirror.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
  4879. "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
  4880. "dev": true,
  4881. "license": "MIT",
  4882. "peer": true,
  4883. "bin": {
  4884. "eslint-config-prettier": "bin/cli.js"
  4885. },
  4886. "peerDependencies": {
  4887. "eslint": ">=7.0.0"
  4888. }
  4889. },
  4890. "node_modules/eslint-plugin-prettier": {
  4891. "version": "5.4.0",
  4892. "resolved": "https://registry.npmmirror.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.0.tgz",
  4893. "integrity": "sha512-BvQOvUhkVQM1i63iMETK9Hjud9QhqBnbtT1Zc642p9ynzBuCe5pybkOnvqZIBypXmMlsGcnU4HZ8sCTPfpAexA==",
  4894. "dev": true,
  4895. "license": "MIT",
  4896. "dependencies": {
  4897. "prettier-linter-helpers": "^1.0.0",
  4898. "synckit": "^0.11.0"
  4899. },
  4900. "engines": {
  4901. "node": "^14.18.0 || >=16.0.0"
  4902. },
  4903. "funding": {
  4904. "url": "https://opencollective.com/eslint-plugin-prettier"
  4905. },
  4906. "peerDependencies": {
  4907. "@types/eslint": ">=8.0.0",
  4908. "eslint": ">=8.0.0",
  4909. "eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0",
  4910. "prettier": ">=3.0.0"
  4911. },
  4912. "peerDependenciesMeta": {
  4913. "@types/eslint": {
  4914. "optional": true
  4915. },
  4916. "eslint-config-prettier": {
  4917. "optional": true
  4918. }
  4919. }
  4920. },
  4921. "node_modules/eslint-plugin-vue": {
  4922. "version": "9.33.0",
  4923. "dev": true,
  4924. "license": "MIT",
  4925. "peer": true,
  4926. "dependencies": {
  4927. "@eslint-community/eslint-utils": "^4.4.0",
  4928. "globals": "^13.24.0",
  4929. "natural-compare": "^1.4.0",
  4930. "nth-check": "^2.1.1",
  4931. "postcss-selector-parser": "^6.0.15",
  4932. "semver": "^7.6.3",
  4933. "vue-eslint-parser": "^9.4.3",
  4934. "xml-name-validator": "^4.0.0"
  4935. },
  4936. "engines": {
  4937. "node": "^14.17.0 || >=16.0.0"
  4938. },
  4939. "peerDependencies": {
  4940. "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
  4941. }
  4942. },
  4943. "node_modules/eslint-plugin-vue/node_modules/globals": {
  4944. "version": "13.24.0",
  4945. "resolved": "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz",
  4946. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  4947. "dev": true,
  4948. "license": "MIT",
  4949. "dependencies": {
  4950. "type-fest": "^0.20.2"
  4951. },
  4952. "engines": {
  4953. "node": ">=8"
  4954. },
  4955. "funding": {
  4956. "url": "https://github.com/sponsors/sindresorhus"
  4957. }
  4958. },
  4959. "node_modules/eslint-plugin-vue/node_modules/semver": {
  4960. "version": "7.7.2",
  4961. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  4962. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  4963. "dev": true,
  4964. "license": "ISC",
  4965. "bin": {
  4966. "semver": "bin/semver.js"
  4967. },
  4968. "engines": {
  4969. "node": ">=10"
  4970. }
  4971. },
  4972. "node_modules/eslint-scope": {
  4973. "version": "7.2.2",
  4974. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.2.tgz",
  4975. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  4976. "dev": true,
  4977. "license": "BSD-2-Clause",
  4978. "dependencies": {
  4979. "esrecurse": "^4.3.0",
  4980. "estraverse": "^5.2.0"
  4981. },
  4982. "engines": {
  4983. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4984. },
  4985. "funding": {
  4986. "url": "https://opencollective.com/eslint"
  4987. }
  4988. },
  4989. "node_modules/eslint-visitor-keys": {
  4990. "version": "3.4.3",
  4991. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  4992. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  4993. "dev": true,
  4994. "license": "Apache-2.0",
  4995. "engines": {
  4996. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4997. },
  4998. "funding": {
  4999. "url": "https://opencollective.com/eslint"
  5000. }
  5001. },
  5002. "node_modules/eslint/node_modules/brace-expansion": {
  5003. "version": "1.1.11",
  5004. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  5005. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  5006. "dev": true,
  5007. "license": "MIT",
  5008. "dependencies": {
  5009. "balanced-match": "^1.0.0",
  5010. "concat-map": "0.0.1"
  5011. }
  5012. },
  5013. "node_modules/eslint/node_modules/globals": {
  5014. "version": "13.24.0",
  5015. "resolved": "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz",
  5016. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  5017. "dev": true,
  5018. "license": "MIT",
  5019. "dependencies": {
  5020. "type-fest": "^0.20.2"
  5021. },
  5022. "engines": {
  5023. "node": ">=8"
  5024. },
  5025. "funding": {
  5026. "url": "https://github.com/sponsors/sindresorhus"
  5027. }
  5028. },
  5029. "node_modules/eslint/node_modules/minimatch": {
  5030. "version": "3.1.2",
  5031. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  5032. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5033. "dev": true,
  5034. "license": "ISC",
  5035. "dependencies": {
  5036. "brace-expansion": "^1.1.7"
  5037. },
  5038. "engines": {
  5039. "node": "*"
  5040. }
  5041. },
  5042. "node_modules/esniff": {
  5043. "version": "2.0.1",
  5044. "resolved": "https://registry.npmmirror.com/esniff/-/esniff-2.0.1.tgz",
  5045. "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==",
  5046. "license": "ISC",
  5047. "dependencies": {
  5048. "d": "^1.0.1",
  5049. "es5-ext": "^0.10.62",
  5050. "event-emitter": "^0.3.5",
  5051. "type": "^2.7.2"
  5052. },
  5053. "engines": {
  5054. "node": ">=0.10"
  5055. }
  5056. },
  5057. "node_modules/espree": {
  5058. "version": "9.6.1",
  5059. "resolved": "https://registry.npmmirror.com/espree/-/espree-9.6.1.tgz",
  5060. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  5061. "dev": true,
  5062. "license": "BSD-2-Clause",
  5063. "dependencies": {
  5064. "acorn": "^8.9.0",
  5065. "acorn-jsx": "^5.3.2",
  5066. "eslint-visitor-keys": "^3.4.1"
  5067. },
  5068. "engines": {
  5069. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5070. },
  5071. "funding": {
  5072. "url": "https://opencollective.com/eslint"
  5073. }
  5074. },
  5075. "node_modules/esquery": {
  5076. "version": "1.6.0",
  5077. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.6.0.tgz",
  5078. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  5079. "dev": true,
  5080. "license": "BSD-3-Clause",
  5081. "dependencies": {
  5082. "estraverse": "^5.1.0"
  5083. },
  5084. "engines": {
  5085. "node": ">=0.10"
  5086. }
  5087. },
  5088. "node_modules/esrecurse": {
  5089. "version": "4.3.0",
  5090. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  5091. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  5092. "dev": true,
  5093. "license": "BSD-2-Clause",
  5094. "dependencies": {
  5095. "estraverse": "^5.2.0"
  5096. },
  5097. "engines": {
  5098. "node": ">=4.0"
  5099. }
  5100. },
  5101. "node_modules/estraverse": {
  5102. "version": "5.3.0",
  5103. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  5104. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5105. "dev": true,
  5106. "license": "BSD-2-Clause",
  5107. "engines": {
  5108. "node": ">=4.0"
  5109. }
  5110. },
  5111. "node_modules/estree-walker": {
  5112. "version": "2.0.2",
  5113. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  5114. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  5115. "license": "MIT"
  5116. },
  5117. "node_modules/esutils": {
  5118. "version": "2.0.3",
  5119. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  5120. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  5121. "dev": true,
  5122. "license": "BSD-2-Clause",
  5123. "engines": {
  5124. "node": ">=0.10.0"
  5125. }
  5126. },
  5127. "node_modules/event-emitter": {
  5128. "version": "0.3.5",
  5129. "resolved": "https://registry.npmmirror.com/event-emitter/-/event-emitter-0.3.5.tgz",
  5130. "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==",
  5131. "license": "MIT",
  5132. "dependencies": {
  5133. "d": "1",
  5134. "es5-ext": "~0.10.14"
  5135. }
  5136. },
  5137. "node_modules/execa": {
  5138. "version": "9.5.3",
  5139. "resolved": "https://registry.npmmirror.com/execa/-/execa-9.5.3.tgz",
  5140. "integrity": "sha512-QFNnTvU3UjgWFy8Ef9iDHvIdcgZ344ebkwYx4/KLbR+CKQA4xBaHzv+iRpp86QfMHP8faFQLh8iOc57215y4Rg==",
  5141. "dev": true,
  5142. "license": "MIT",
  5143. "dependencies": {
  5144. "@sindresorhus/merge-streams": "^4.0.0",
  5145. "cross-spawn": "^7.0.3",
  5146. "figures": "^6.1.0",
  5147. "get-stream": "^9.0.0",
  5148. "human-signals": "^8.0.0",
  5149. "is-plain-obj": "^4.1.0",
  5150. "is-stream": "^4.0.1",
  5151. "npm-run-path": "^6.0.0",
  5152. "pretty-ms": "^9.0.0",
  5153. "signal-exit": "^4.1.0",
  5154. "strip-final-newline": "^4.0.0",
  5155. "yoctocolors": "^2.0.0"
  5156. },
  5157. "engines": {
  5158. "node": "^18.19.0 || >=20.5.0"
  5159. },
  5160. "funding": {
  5161. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  5162. }
  5163. },
  5164. "node_modules/exsolve": {
  5165. "version": "1.0.5",
  5166. "resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.5.tgz",
  5167. "integrity": "sha512-pz5dvkYYKQ1AHVrgOzBKWeP4u4FRb3a6DNK2ucr0OoNwYIU4QWsJ+NM36LLzORT+z845MzKHHhpXiUF5nvQoJg==",
  5168. "dev": true,
  5169. "license": "MIT"
  5170. },
  5171. "node_modules/ext": {
  5172. "version": "1.7.0",
  5173. "resolved": "https://registry.npmmirror.com/ext/-/ext-1.7.0.tgz",
  5174. "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==",
  5175. "license": "ISC",
  5176. "dependencies": {
  5177. "type": "^2.7.2"
  5178. }
  5179. },
  5180. "node_modules/fast-deep-equal": {
  5181. "version": "3.1.3",
  5182. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  5183. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  5184. "dev": true,
  5185. "license": "MIT"
  5186. },
  5187. "node_modules/fast-diff": {
  5188. "version": "1.3.0",
  5189. "resolved": "https://registry.npmmirror.com/fast-diff/-/fast-diff-1.3.0.tgz",
  5190. "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
  5191. "dev": true,
  5192. "license": "Apache-2.0"
  5193. },
  5194. "node_modules/fast-glob": {
  5195. "version": "3.3.3",
  5196. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  5197. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  5198. "dev": true,
  5199. "license": "MIT",
  5200. "dependencies": {
  5201. "@nodelib/fs.stat": "^2.0.2",
  5202. "@nodelib/fs.walk": "^1.2.3",
  5203. "glob-parent": "^5.1.2",
  5204. "merge2": "^1.3.0",
  5205. "micromatch": "^4.0.8"
  5206. },
  5207. "engines": {
  5208. "node": ">=8.6.0"
  5209. }
  5210. },
  5211. "node_modules/fast-glob/node_modules/glob-parent": {
  5212. "version": "5.1.2",
  5213. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  5214. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5215. "dev": true,
  5216. "license": "ISC",
  5217. "dependencies": {
  5218. "is-glob": "^4.0.1"
  5219. },
  5220. "engines": {
  5221. "node": ">= 6"
  5222. }
  5223. },
  5224. "node_modules/fast-json-stable-stringify": {
  5225. "version": "2.1.0",
  5226. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  5227. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  5228. "dev": true,
  5229. "license": "MIT"
  5230. },
  5231. "node_modules/fast-levenshtein": {
  5232. "version": "2.0.6",
  5233. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  5234. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  5235. "dev": true,
  5236. "license": "MIT"
  5237. },
  5238. "node_modules/fastq": {
  5239. "version": "1.19.1",
  5240. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz",
  5241. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  5242. "dev": true,
  5243. "license": "ISC",
  5244. "dependencies": {
  5245. "reusify": "^1.0.4"
  5246. }
  5247. },
  5248. "node_modules/figures": {
  5249. "version": "6.1.0",
  5250. "resolved": "https://registry.npmmirror.com/figures/-/figures-6.1.0.tgz",
  5251. "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
  5252. "dev": true,
  5253. "license": "MIT",
  5254. "dependencies": {
  5255. "is-unicode-supported": "^2.0.0"
  5256. },
  5257. "engines": {
  5258. "node": ">=18"
  5259. },
  5260. "funding": {
  5261. "url": "https://github.com/sponsors/sindresorhus"
  5262. }
  5263. },
  5264. "node_modules/file-entry-cache": {
  5265. "version": "6.0.1",
  5266. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  5267. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  5268. "dev": true,
  5269. "license": "MIT",
  5270. "dependencies": {
  5271. "flat-cache": "^3.0.4"
  5272. },
  5273. "engines": {
  5274. "node": "^10.12.0 || >=12.0.0"
  5275. }
  5276. },
  5277. "node_modules/fill-range": {
  5278. "version": "7.1.1",
  5279. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  5280. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  5281. "dev": true,
  5282. "license": "MIT",
  5283. "dependencies": {
  5284. "to-regex-range": "^5.0.1"
  5285. },
  5286. "engines": {
  5287. "node": ">=8"
  5288. }
  5289. },
  5290. "node_modules/find-up": {
  5291. "version": "5.0.0",
  5292. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  5293. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  5294. "dev": true,
  5295. "license": "MIT",
  5296. "dependencies": {
  5297. "locate-path": "^6.0.0",
  5298. "path-exists": "^4.0.0"
  5299. },
  5300. "engines": {
  5301. "node": ">=10"
  5302. },
  5303. "funding": {
  5304. "url": "https://github.com/sponsors/sindresorhus"
  5305. }
  5306. },
  5307. "node_modules/flat-cache": {
  5308. "version": "3.2.0",
  5309. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-3.2.0.tgz",
  5310. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  5311. "dev": true,
  5312. "license": "MIT",
  5313. "dependencies": {
  5314. "flatted": "^3.2.9",
  5315. "keyv": "^4.5.3",
  5316. "rimraf": "^3.0.2"
  5317. },
  5318. "engines": {
  5319. "node": "^10.12.0 || >=12.0.0"
  5320. }
  5321. },
  5322. "node_modules/flatted": {
  5323. "version": "3.3.3",
  5324. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.3.tgz",
  5325. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  5326. "dev": true,
  5327. "license": "ISC"
  5328. },
  5329. "node_modules/fs-extra": {
  5330. "version": "11.3.0",
  5331. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.0.tgz",
  5332. "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
  5333. "dev": true,
  5334. "license": "MIT",
  5335. "dependencies": {
  5336. "graceful-fs": "^4.2.0",
  5337. "jsonfile": "^6.0.1",
  5338. "universalify": "^2.0.0"
  5339. },
  5340. "engines": {
  5341. "node": ">=14.14"
  5342. }
  5343. },
  5344. "node_modules/fs.realpath": {
  5345. "version": "1.0.0",
  5346. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  5347. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  5348. "dev": true,
  5349. "license": "ISC"
  5350. },
  5351. "node_modules/fsevents": {
  5352. "version": "2.3.3",
  5353. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  5354. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  5355. "dev": true,
  5356. "hasInstallScript": true,
  5357. "license": "MIT",
  5358. "optional": true,
  5359. "os": [
  5360. "darwin"
  5361. ],
  5362. "engines": {
  5363. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5364. }
  5365. },
  5366. "node_modules/gensync": {
  5367. "version": "1.0.0-beta.2",
  5368. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  5369. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  5370. "dev": true,
  5371. "license": "MIT",
  5372. "engines": {
  5373. "node": ">=6.9.0"
  5374. }
  5375. },
  5376. "node_modules/get-stream": {
  5377. "version": "9.0.1",
  5378. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-9.0.1.tgz",
  5379. "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
  5380. "dev": true,
  5381. "license": "MIT",
  5382. "dependencies": {
  5383. "@sec-ant/readable-stream": "^0.4.1",
  5384. "is-stream": "^4.0.1"
  5385. },
  5386. "engines": {
  5387. "node": ">=18"
  5388. },
  5389. "funding": {
  5390. "url": "https://github.com/sponsors/sindresorhus"
  5391. }
  5392. },
  5393. "node_modules/get-tsconfig": {
  5394. "version": "4.10.0",
  5395. "resolved": "https://registry.npmmirror.com/get-tsconfig/-/get-tsconfig-4.10.0.tgz",
  5396. "integrity": "sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==",
  5397. "dev": true,
  5398. "license": "MIT",
  5399. "dependencies": {
  5400. "resolve-pkg-maps": "^1.0.0"
  5401. },
  5402. "funding": {
  5403. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  5404. }
  5405. },
  5406. "node_modules/glob": {
  5407. "version": "7.2.3",
  5408. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  5409. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  5410. "deprecated": "Glob versions prior to v9 are no longer supported",
  5411. "dev": true,
  5412. "license": "ISC",
  5413. "dependencies": {
  5414. "fs.realpath": "^1.0.0",
  5415. "inflight": "^1.0.4",
  5416. "inherits": "2",
  5417. "minimatch": "^3.1.1",
  5418. "once": "^1.3.0",
  5419. "path-is-absolute": "^1.0.0"
  5420. },
  5421. "engines": {
  5422. "node": "*"
  5423. },
  5424. "funding": {
  5425. "url": "https://github.com/sponsors/isaacs"
  5426. }
  5427. },
  5428. "node_modules/glob-parent": {
  5429. "version": "6.0.2",
  5430. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  5431. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  5432. "dev": true,
  5433. "license": "ISC",
  5434. "dependencies": {
  5435. "is-glob": "^4.0.3"
  5436. },
  5437. "engines": {
  5438. "node": ">=10.13.0"
  5439. }
  5440. },
  5441. "node_modules/glob/node_modules/brace-expansion": {
  5442. "version": "1.1.11",
  5443. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  5444. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  5445. "dev": true,
  5446. "license": "MIT",
  5447. "dependencies": {
  5448. "balanced-match": "^1.0.0",
  5449. "concat-map": "0.0.1"
  5450. }
  5451. },
  5452. "node_modules/glob/node_modules/minimatch": {
  5453. "version": "3.1.2",
  5454. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  5455. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5456. "dev": true,
  5457. "license": "ISC",
  5458. "dependencies": {
  5459. "brace-expansion": "^1.1.7"
  5460. },
  5461. "engines": {
  5462. "node": "*"
  5463. }
  5464. },
  5465. "node_modules/globals": {
  5466. "version": "15.15.0",
  5467. "resolved": "https://registry.npmmirror.com/globals/-/globals-15.15.0.tgz",
  5468. "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
  5469. "dev": true,
  5470. "license": "MIT",
  5471. "engines": {
  5472. "node": ">=18"
  5473. },
  5474. "funding": {
  5475. "url": "https://github.com/sponsors/sindresorhus"
  5476. }
  5477. },
  5478. "node_modules/globby": {
  5479. "version": "11.1.0",
  5480. "resolved": "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz",
  5481. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  5482. "dev": true,
  5483. "license": "MIT",
  5484. "dependencies": {
  5485. "array-union": "^2.1.0",
  5486. "dir-glob": "^3.0.1",
  5487. "fast-glob": "^3.2.9",
  5488. "ignore": "^5.2.0",
  5489. "merge2": "^1.4.1",
  5490. "slash": "^3.0.0"
  5491. },
  5492. "engines": {
  5493. "node": ">=10"
  5494. },
  5495. "funding": {
  5496. "url": "https://github.com/sponsors/sindresorhus"
  5497. }
  5498. },
  5499. "node_modules/graceful-fs": {
  5500. "version": "4.2.11",
  5501. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  5502. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  5503. "dev": true,
  5504. "license": "ISC"
  5505. },
  5506. "node_modules/graphemer": {
  5507. "version": "1.4.0",
  5508. "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz",
  5509. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  5510. "dev": true,
  5511. "license": "MIT"
  5512. },
  5513. "node_modules/graphlib": {
  5514. "version": "2.1.8",
  5515. "resolved": "https://registry.npmmirror.com/graphlib/-/graphlib-2.1.8.tgz",
  5516. "integrity": "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==",
  5517. "license": "MIT",
  5518. "dependencies": {
  5519. "lodash": "^4.17.15"
  5520. }
  5521. },
  5522. "node_modules/gzip-size": {
  5523. "version": "6.0.0",
  5524. "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-6.0.0.tgz",
  5525. "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
  5526. "dev": true,
  5527. "license": "MIT",
  5528. "dependencies": {
  5529. "duplexer": "^0.1.2"
  5530. },
  5531. "engines": {
  5532. "node": ">=10"
  5533. },
  5534. "funding": {
  5535. "url": "https://github.com/sponsors/sindresorhus"
  5536. }
  5537. },
  5538. "node_modules/has-flag": {
  5539. "version": "4.0.0",
  5540. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  5541. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5542. "dev": true,
  5543. "license": "MIT",
  5544. "engines": {
  5545. "node": ">=8"
  5546. }
  5547. },
  5548. "node_modules/he": {
  5549. "version": "1.2.0",
  5550. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  5551. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  5552. "dev": true,
  5553. "license": "MIT",
  5554. "bin": {
  5555. "he": "bin/he"
  5556. }
  5557. },
  5558. "node_modules/hoist-non-react-statics": {
  5559. "version": "2.5.5",
  5560. "resolved": "https://registry.npmmirror.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz",
  5561. "integrity": "sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==",
  5562. "license": "BSD-3-Clause"
  5563. },
  5564. "node_modules/hookable": {
  5565. "version": "5.5.3",
  5566. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  5567. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  5568. "dev": true,
  5569. "license": "MIT"
  5570. },
  5571. "node_modules/html-void-elements": {
  5572. "version": "2.0.1",
  5573. "resolved": "https://registry.npmmirror.com/html-void-elements/-/html-void-elements-2.0.1.tgz",
  5574. "integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==",
  5575. "license": "MIT",
  5576. "funding": {
  5577. "type": "github",
  5578. "url": "https://github.com/sponsors/wooorm"
  5579. }
  5580. },
  5581. "node_modules/human-signals": {
  5582. "version": "8.0.1",
  5583. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-8.0.1.tgz",
  5584. "integrity": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==",
  5585. "dev": true,
  5586. "license": "Apache-2.0",
  5587. "engines": {
  5588. "node": ">=18.18.0"
  5589. }
  5590. },
  5591. "node_modules/i18next": {
  5592. "version": "20.6.1",
  5593. "resolved": "https://registry.npmmirror.com/i18next/-/i18next-20.6.1.tgz",
  5594. "integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==",
  5595. "license": "MIT",
  5596. "dependencies": {
  5597. "@babel/runtime": "^7.12.0"
  5598. }
  5599. },
  5600. "node_modules/ignore": {
  5601. "version": "5.3.2",
  5602. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  5603. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  5604. "dev": true,
  5605. "license": "MIT",
  5606. "engines": {
  5607. "node": ">= 4"
  5608. }
  5609. },
  5610. "node_modules/immer": {
  5611. "version": "9.0.21",
  5612. "resolved": "https://registry.npmmirror.com/immer/-/immer-9.0.21.tgz",
  5613. "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
  5614. "license": "MIT",
  5615. "funding": {
  5616. "type": "opencollective",
  5617. "url": "https://opencollective.com/immer"
  5618. }
  5619. },
  5620. "node_modules/immutable": {
  5621. "version": "5.1.2",
  5622. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.2.tgz",
  5623. "integrity": "sha512-qHKXW1q6liAk1Oys6umoaZbDRqjcjgSrbnrifHsfsttza7zcvRAsL7mMV6xWcyhwQy7Xj5v4hhbr6b+iDYwlmQ==",
  5624. "dev": true,
  5625. "license": "MIT"
  5626. },
  5627. "node_modules/import-fresh": {
  5628. "version": "3.3.1",
  5629. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
  5630. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  5631. "dev": true,
  5632. "license": "MIT",
  5633. "dependencies": {
  5634. "parent-module": "^1.0.0",
  5635. "resolve-from": "^4.0.0"
  5636. },
  5637. "engines": {
  5638. "node": ">=6"
  5639. },
  5640. "funding": {
  5641. "url": "https://github.com/sponsors/sindresorhus"
  5642. }
  5643. },
  5644. "node_modules/importx": {
  5645. "version": "0.4.4",
  5646. "resolved": "https://registry.npmmirror.com/importx/-/importx-0.4.4.tgz",
  5647. "integrity": "sha512-Lo1pukzAREqrBnnHC+tj+lreMTAvyxtkKsMxLY8H15M/bvLl54p3YuoTI70Tz7Il0AsgSlD7Lrk/FaApRcBL7w==",
  5648. "dev": true,
  5649. "license": "MIT",
  5650. "dependencies": {
  5651. "bundle-require": "^5.0.0",
  5652. "debug": "^4.3.6",
  5653. "esbuild": "^0.20.2 || ^0.21.0 || ^0.22.0 || ^0.23.0",
  5654. "jiti": "2.0.0-beta.3",
  5655. "jiti-v1": "npm:jiti@^1.21.6",
  5656. "pathe": "^1.1.2",
  5657. "tsx": "^4.19.0"
  5658. },
  5659. "funding": {
  5660. "url": "https://github.com/sponsors/antfu"
  5661. }
  5662. },
  5663. "node_modules/imurmurhash": {
  5664. "version": "0.1.4",
  5665. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  5666. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  5667. "dev": true,
  5668. "license": "MIT",
  5669. "engines": {
  5670. "node": ">=0.8.19"
  5671. }
  5672. },
  5673. "node_modules/inflight": {
  5674. "version": "1.0.6",
  5675. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  5676. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  5677. "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.",
  5678. "dev": true,
  5679. "license": "ISC",
  5680. "dependencies": {
  5681. "once": "^1.3.0",
  5682. "wrappy": "1"
  5683. }
  5684. },
  5685. "node_modules/inherits": {
  5686. "version": "2.0.4",
  5687. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  5688. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  5689. "dev": true,
  5690. "license": "ISC"
  5691. },
  5692. "node_modules/is-binary-path": {
  5693. "version": "2.1.0",
  5694. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  5695. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  5696. "dev": true,
  5697. "license": "MIT",
  5698. "dependencies": {
  5699. "binary-extensions": "^2.0.0"
  5700. },
  5701. "engines": {
  5702. "node": ">=8"
  5703. }
  5704. },
  5705. "node_modules/is-docker": {
  5706. "version": "3.0.0",
  5707. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
  5708. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  5709. "dev": true,
  5710. "license": "MIT",
  5711. "bin": {
  5712. "is-docker": "cli.js"
  5713. },
  5714. "engines": {
  5715. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5716. },
  5717. "funding": {
  5718. "url": "https://github.com/sponsors/sindresorhus"
  5719. }
  5720. },
  5721. "node_modules/is-extglob": {
  5722. "version": "2.1.1",
  5723. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  5724. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  5725. "dev": true,
  5726. "license": "MIT",
  5727. "engines": {
  5728. "node": ">=0.10.0"
  5729. }
  5730. },
  5731. "node_modules/is-glob": {
  5732. "version": "4.0.3",
  5733. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  5734. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5735. "dev": true,
  5736. "license": "MIT",
  5737. "dependencies": {
  5738. "is-extglob": "^2.1.1"
  5739. },
  5740. "engines": {
  5741. "node": ">=0.10.0"
  5742. }
  5743. },
  5744. "node_modules/is-hotkey": {
  5745. "version": "0.2.0",
  5746. "resolved": "https://registry.npmmirror.com/is-hotkey/-/is-hotkey-0.2.0.tgz",
  5747. "integrity": "sha512-UknnZK4RakDmTgz4PI1wIph5yxSs/mvChWs9ifnlXsKuXgWmOkY/hAE0H/k2MIqH0RlRye0i1oC07MCRSD28Mw==",
  5748. "license": "MIT",
  5749. "peer": true
  5750. },
  5751. "node_modules/is-inside-container": {
  5752. "version": "1.0.0",
  5753. "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
  5754. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  5755. "dev": true,
  5756. "license": "MIT",
  5757. "dependencies": {
  5758. "is-docker": "^3.0.0"
  5759. },
  5760. "bin": {
  5761. "is-inside-container": "cli.js"
  5762. },
  5763. "engines": {
  5764. "node": ">=14.16"
  5765. },
  5766. "funding": {
  5767. "url": "https://github.com/sponsors/sindresorhus"
  5768. }
  5769. },
  5770. "node_modules/is-number": {
  5771. "version": "7.0.0",
  5772. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  5773. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5774. "dev": true,
  5775. "license": "MIT",
  5776. "engines": {
  5777. "node": ">=0.12.0"
  5778. }
  5779. },
  5780. "node_modules/is-path-inside": {
  5781. "version": "3.0.3",
  5782. "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-3.0.3.tgz",
  5783. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  5784. "dev": true,
  5785. "license": "MIT",
  5786. "engines": {
  5787. "node": ">=8"
  5788. }
  5789. },
  5790. "node_modules/is-plain-obj": {
  5791. "version": "4.1.0",
  5792. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  5793. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  5794. "dev": true,
  5795. "license": "MIT",
  5796. "engines": {
  5797. "node": ">=12"
  5798. },
  5799. "funding": {
  5800. "url": "https://github.com/sponsors/sindresorhus"
  5801. }
  5802. },
  5803. "node_modules/is-plain-object": {
  5804. "version": "3.0.1",
  5805. "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-3.0.1.tgz",
  5806. "integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
  5807. "license": "MIT",
  5808. "engines": {
  5809. "node": ">=0.10.0"
  5810. }
  5811. },
  5812. "node_modules/is-stream": {
  5813. "version": "4.0.1",
  5814. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-4.0.1.tgz",
  5815. "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
  5816. "dev": true,
  5817. "license": "MIT",
  5818. "engines": {
  5819. "node": ">=18"
  5820. },
  5821. "funding": {
  5822. "url": "https://github.com/sponsors/sindresorhus"
  5823. }
  5824. },
  5825. "node_modules/is-unicode-supported": {
  5826. "version": "2.1.0",
  5827. "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  5828. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  5829. "dev": true,
  5830. "license": "MIT",
  5831. "engines": {
  5832. "node": ">=18"
  5833. },
  5834. "funding": {
  5835. "url": "https://github.com/sponsors/sindresorhus"
  5836. }
  5837. },
  5838. "node_modules/is-url": {
  5839. "version": "1.2.4",
  5840. "resolved": "https://registry.npmmirror.com/is-url/-/is-url-1.2.4.tgz",
  5841. "integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==",
  5842. "license": "MIT"
  5843. },
  5844. "node_modules/is-what": {
  5845. "version": "4.1.16",
  5846. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
  5847. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  5848. "dev": true,
  5849. "license": "MIT",
  5850. "engines": {
  5851. "node": ">=12.13"
  5852. },
  5853. "funding": {
  5854. "url": "https://github.com/sponsors/mesqueeb"
  5855. }
  5856. },
  5857. "node_modules/is-wsl": {
  5858. "version": "3.1.0",
  5859. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz",
  5860. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  5861. "dev": true,
  5862. "license": "MIT",
  5863. "dependencies": {
  5864. "is-inside-container": "^1.0.0"
  5865. },
  5866. "engines": {
  5867. "node": ">=16"
  5868. },
  5869. "funding": {
  5870. "url": "https://github.com/sponsors/sindresorhus"
  5871. }
  5872. },
  5873. "node_modules/isexe": {
  5874. "version": "2.0.0",
  5875. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  5876. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  5877. "dev": true,
  5878. "license": "ISC"
  5879. },
  5880. "node_modules/jiti": {
  5881. "version": "2.0.0-beta.3",
  5882. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.0.0-beta.3.tgz",
  5883. "integrity": "sha512-pmfRbVRs/7khFrSAYnSiJ8C0D5GvzkE4Ey2pAvUcJsw1ly/p+7ut27jbJrjY79BpAJQJ4gXYFtK6d1Aub+9baQ==",
  5884. "dev": true,
  5885. "license": "MIT",
  5886. "bin": {
  5887. "jiti": "lib/jiti-cli.mjs"
  5888. }
  5889. },
  5890. "node_modules/jiti-v1": {
  5891. "name": "jiti",
  5892. "version": "1.21.7",
  5893. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-1.21.7.tgz",
  5894. "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
  5895. "dev": true,
  5896. "license": "MIT",
  5897. "bin": {
  5898. "jiti": "bin/jiti.js"
  5899. }
  5900. },
  5901. "node_modules/js-tokens": {
  5902. "version": "4.0.0",
  5903. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  5904. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  5905. "license": "MIT"
  5906. },
  5907. "node_modules/js-yaml": {
  5908. "version": "4.1.0",
  5909. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  5910. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  5911. "dev": true,
  5912. "license": "MIT",
  5913. "dependencies": {
  5914. "argparse": "^2.0.1"
  5915. },
  5916. "bin": {
  5917. "js-yaml": "bin/js-yaml.js"
  5918. }
  5919. },
  5920. "node_modules/jsesc": {
  5921. "version": "3.1.0",
  5922. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  5923. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  5924. "dev": true,
  5925. "license": "MIT",
  5926. "bin": {
  5927. "jsesc": "bin/jsesc"
  5928. },
  5929. "engines": {
  5930. "node": ">=6"
  5931. }
  5932. },
  5933. "node_modules/json-buffer": {
  5934. "version": "3.0.1",
  5935. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  5936. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  5937. "dev": true,
  5938. "license": "MIT"
  5939. },
  5940. "node_modules/json-parse-even-better-errors": {
  5941. "version": "3.0.2",
  5942. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz",
  5943. "integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==",
  5944. "dev": true,
  5945. "license": "MIT",
  5946. "engines": {
  5947. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5948. }
  5949. },
  5950. "node_modules/json-schema-traverse": {
  5951. "version": "0.4.1",
  5952. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  5953. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  5954. "dev": true,
  5955. "license": "MIT"
  5956. },
  5957. "node_modules/json-stable-stringify-without-jsonify": {
  5958. "version": "1.0.1",
  5959. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  5960. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  5961. "dev": true,
  5962. "license": "MIT"
  5963. },
  5964. "node_modules/json5": {
  5965. "version": "2.2.3",
  5966. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  5967. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  5968. "dev": true,
  5969. "license": "MIT",
  5970. "bin": {
  5971. "json5": "lib/cli.js"
  5972. },
  5973. "engines": {
  5974. "node": ">=6"
  5975. }
  5976. },
  5977. "node_modules/jsonfile": {
  5978. "version": "6.1.0",
  5979. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  5980. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  5981. "dev": true,
  5982. "license": "MIT",
  5983. "dependencies": {
  5984. "universalify": "^2.0.0"
  5985. },
  5986. "optionalDependencies": {
  5987. "graceful-fs": "^4.1.6"
  5988. }
  5989. },
  5990. "node_modules/keyv": {
  5991. "version": "4.5.4",
  5992. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  5993. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  5994. "dev": true,
  5995. "license": "MIT",
  5996. "dependencies": {
  5997. "json-buffer": "3.0.1"
  5998. }
  5999. },
  6000. "node_modules/kolorist": {
  6001. "version": "1.8.0",
  6002. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  6003. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  6004. "dev": true,
  6005. "license": "MIT"
  6006. },
  6007. "node_modules/levn": {
  6008. "version": "0.4.1",
  6009. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  6010. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  6011. "dev": true,
  6012. "license": "MIT",
  6013. "dependencies": {
  6014. "prelude-ls": "^1.2.1",
  6015. "type-check": "~0.4.0"
  6016. },
  6017. "engines": {
  6018. "node": ">= 0.8.0"
  6019. }
  6020. },
  6021. "node_modules/load-tsconfig": {
  6022. "version": "0.2.5",
  6023. "resolved": "https://registry.npmmirror.com/load-tsconfig/-/load-tsconfig-0.2.5.tgz",
  6024. "integrity": "sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==",
  6025. "dev": true,
  6026. "license": "MIT",
  6027. "engines": {
  6028. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6029. }
  6030. },
  6031. "node_modules/local-pkg": {
  6032. "version": "1.1.1",
  6033. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.1.tgz",
  6034. "integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==",
  6035. "dev": true,
  6036. "license": "MIT",
  6037. "dependencies": {
  6038. "mlly": "^1.7.4",
  6039. "pkg-types": "^2.0.1",
  6040. "quansync": "^0.2.8"
  6041. },
  6042. "engines": {
  6043. "node": ">=14"
  6044. },
  6045. "funding": {
  6046. "url": "https://github.com/sponsors/antfu"
  6047. }
  6048. },
  6049. "node_modules/locate-path": {
  6050. "version": "6.0.0",
  6051. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  6052. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  6053. "dev": true,
  6054. "license": "MIT",
  6055. "dependencies": {
  6056. "p-locate": "^5.0.0"
  6057. },
  6058. "engines": {
  6059. "node": ">=10"
  6060. },
  6061. "funding": {
  6062. "url": "https://github.com/sponsors/sindresorhus"
  6063. }
  6064. },
  6065. "node_modules/lodash": {
  6066. "version": "4.17.21",
  6067. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  6068. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  6069. "license": "MIT",
  6070. "peer": true
  6071. },
  6072. "node_modules/lodash-es": {
  6073. "version": "4.17.21",
  6074. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  6075. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  6076. "license": "MIT",
  6077. "peer": true
  6078. },
  6079. "node_modules/lodash-unified": {
  6080. "version": "1.0.3",
  6081. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  6082. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  6083. "license": "MIT",
  6084. "peerDependencies": {
  6085. "@types/lodash-es": "*",
  6086. "lodash": "*",
  6087. "lodash-es": "*"
  6088. }
  6089. },
  6090. "node_modules/lodash.camelcase": {
  6091. "version": "4.3.0",
  6092. "resolved": "https://registry.npmmirror.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
  6093. "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
  6094. "license": "MIT",
  6095. "peer": true
  6096. },
  6097. "node_modules/lodash.clonedeep": {
  6098. "version": "4.5.0",
  6099. "resolved": "https://registry.npmmirror.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
  6100. "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
  6101. "license": "MIT",
  6102. "peer": true
  6103. },
  6104. "node_modules/lodash.debounce": {
  6105. "version": "4.0.8",
  6106. "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  6107. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  6108. "license": "MIT",
  6109. "peer": true
  6110. },
  6111. "node_modules/lodash.foreach": {
  6112. "version": "4.5.0",
  6113. "resolved": "https://registry.npmmirror.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz",
  6114. "integrity": "sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==",
  6115. "license": "MIT",
  6116. "peer": true
  6117. },
  6118. "node_modules/lodash.isequal": {
  6119. "version": "4.5.0",
  6120. "resolved": "https://registry.npmmirror.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
  6121. "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==",
  6122. "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.",
  6123. "license": "MIT",
  6124. "peer": true
  6125. },
  6126. "node_modules/lodash.merge": {
  6127. "version": "4.6.2",
  6128. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  6129. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  6130. "dev": true,
  6131. "license": "MIT"
  6132. },
  6133. "node_modules/lodash.throttle": {
  6134. "version": "4.1.1",
  6135. "resolved": "https://registry.npmmirror.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
  6136. "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==",
  6137. "license": "MIT",
  6138. "peer": true
  6139. },
  6140. "node_modules/lodash.toarray": {
  6141. "version": "4.4.0",
  6142. "resolved": "https://registry.npmmirror.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz",
  6143. "integrity": "sha512-QyffEA3i5dma5q2490+SgCvDN0pXLmRGSyAANuVi0HQ01Pkfr9fuoKQW8wm1wGBnJITs/mS7wQvS6VshUEBFCw==",
  6144. "license": "MIT",
  6145. "peer": true
  6146. },
  6147. "node_modules/loose-envify": {
  6148. "version": "1.4.0",
  6149. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  6150. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  6151. "license": "MIT",
  6152. "dependencies": {
  6153. "js-tokens": "^3.0.0 || ^4.0.0"
  6154. },
  6155. "bin": {
  6156. "loose-envify": "cli.js"
  6157. }
  6158. },
  6159. "node_modules/lru-cache": {
  6160. "version": "5.1.1",
  6161. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  6162. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  6163. "dev": true,
  6164. "license": "ISC",
  6165. "dependencies": {
  6166. "yallist": "^3.0.2"
  6167. }
  6168. },
  6169. "node_modules/magic-string": {
  6170. "version": "0.30.17",
  6171. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  6172. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  6173. "license": "MIT",
  6174. "dependencies": {
  6175. "@jridgewell/sourcemap-codec": "^1.5.0"
  6176. }
  6177. },
  6178. "node_modules/magic-string-ast": {
  6179. "version": "0.7.1",
  6180. "resolved": "https://registry.npmmirror.com/magic-string-ast/-/magic-string-ast-0.7.1.tgz",
  6181. "integrity": "sha512-ub9iytsEbT7Yw/Pd29mSo/cNQpaEu67zR1VVcXDiYjSFwzeBxNdTd0FMnSslLQXiRj8uGPzwsaoefrMD5XAmdw==",
  6182. "dev": true,
  6183. "license": "MIT",
  6184. "dependencies": {
  6185. "magic-string": "^0.30.17"
  6186. },
  6187. "engines": {
  6188. "node": ">=16.14.0"
  6189. },
  6190. "funding": {
  6191. "url": "https://github.com/sponsors/sxzz"
  6192. }
  6193. },
  6194. "node_modules/mdn-data": {
  6195. "version": "2.0.30",
  6196. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.30.tgz",
  6197. "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==",
  6198. "license": "CC0-1.0"
  6199. },
  6200. "node_modules/medium-editor": {
  6201. "version": "5.23.3",
  6202. "resolved": "https://registry.npmmirror.com/medium-editor/-/medium-editor-5.23.3.tgz",
  6203. "integrity": "sha512-he9/TdjX8f8MGdXGfCs8AllrYnqXJJvjNkDKmPg3aPW/uoIrlRqtkFthrwvmd+u4QyzEiadhCCM0EwTiRdUCJw==",
  6204. "license": "MIT"
  6205. },
  6206. "node_modules/memoize-one": {
  6207. "version": "6.0.0",
  6208. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  6209. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  6210. "license": "MIT"
  6211. },
  6212. "node_modules/memorystream": {
  6213. "version": "0.3.1",
  6214. "resolved": "https://registry.npmmirror.com/memorystream/-/memorystream-0.3.1.tgz",
  6215. "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
  6216. "dev": true,
  6217. "engines": {
  6218. "node": ">= 0.10.0"
  6219. }
  6220. },
  6221. "node_modules/merge2": {
  6222. "version": "1.4.1",
  6223. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  6224. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  6225. "dev": true,
  6226. "license": "MIT",
  6227. "engines": {
  6228. "node": ">= 8"
  6229. }
  6230. },
  6231. "node_modules/micromatch": {
  6232. "version": "4.0.8",
  6233. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  6234. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  6235. "dev": true,
  6236. "license": "MIT",
  6237. "dependencies": {
  6238. "braces": "^3.0.3",
  6239. "picomatch": "^2.3.1"
  6240. },
  6241. "engines": {
  6242. "node": ">=8.6"
  6243. }
  6244. },
  6245. "node_modules/mime-match": {
  6246. "version": "1.0.2",
  6247. "resolved": "https://registry.npmmirror.com/mime-match/-/mime-match-1.0.2.tgz",
  6248. "integrity": "sha512-VXp/ugGDVh3eCLOBCiHZMYWQaTNUHv2IJrut+yXA6+JbLPXHglHwfS/5A5L0ll+jkCY7fIzRJcH6OIunF+c6Cg==",
  6249. "license": "ISC",
  6250. "dependencies": {
  6251. "wildcard": "^1.1.0"
  6252. }
  6253. },
  6254. "node_modules/minimatch": {
  6255. "version": "9.0.5",
  6256. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  6257. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  6258. "dev": true,
  6259. "license": "ISC",
  6260. "dependencies": {
  6261. "brace-expansion": "^2.0.1"
  6262. },
  6263. "engines": {
  6264. "node": ">=16 || 14 >=14.17"
  6265. },
  6266. "funding": {
  6267. "url": "https://github.com/sponsors/isaacs"
  6268. }
  6269. },
  6270. "node_modules/mitt": {
  6271. "version": "3.0.1",
  6272. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  6273. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  6274. "dev": true,
  6275. "license": "MIT"
  6276. },
  6277. "node_modules/mlly": {
  6278. "version": "1.7.4",
  6279. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.4.tgz",
  6280. "integrity": "sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==",
  6281. "dev": true,
  6282. "license": "MIT",
  6283. "dependencies": {
  6284. "acorn": "^8.14.0",
  6285. "pathe": "^2.0.1",
  6286. "pkg-types": "^1.3.0",
  6287. "ufo": "^1.5.4"
  6288. }
  6289. },
  6290. "node_modules/mlly/node_modules/confbox": {
  6291. "version": "0.1.8",
  6292. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  6293. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  6294. "dev": true,
  6295. "license": "MIT"
  6296. },
  6297. "node_modules/mlly/node_modules/pathe": {
  6298. "version": "2.0.3",
  6299. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  6300. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  6301. "dev": true,
  6302. "license": "MIT"
  6303. },
  6304. "node_modules/mlly/node_modules/pkg-types": {
  6305. "version": "1.3.1",
  6306. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  6307. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  6308. "dev": true,
  6309. "license": "MIT",
  6310. "dependencies": {
  6311. "confbox": "^0.1.8",
  6312. "mlly": "^1.7.4",
  6313. "pathe": "^2.0.1"
  6314. }
  6315. },
  6316. "node_modules/mobx": {
  6317. "version": "5.15.7",
  6318. "resolved": "https://registry.npmmirror.com/mobx/-/mobx-5.15.7.tgz",
  6319. "integrity": "sha512-wyM3FghTkhmC+hQjyPGGFdpehrcX1KOXsDuERhfK2YbJemkUhEB+6wzEN639T21onxlfYBmriA1PFnvxTUhcKw==",
  6320. "license": "MIT",
  6321. "peer": true,
  6322. "funding": {
  6323. "type": "opencollective",
  6324. "url": "https://opencollective.com/mobx"
  6325. }
  6326. },
  6327. "node_modules/mobx-preact": {
  6328. "version": "3.0.0",
  6329. "resolved": "https://registry.npmmirror.com/mobx-preact/-/mobx-preact-3.0.0.tgz",
  6330. "integrity": "sha512-ijan/cBs3WmRye87E5+3JmoFBB00KDAwNA3pm7bMwYLPHBAXlN86aC3gdrXw8aKzM5RI8V3a993PphzPv6P4FA==",
  6331. "license": "MIT",
  6332. "dependencies": {
  6333. "hoist-non-react-statics": "^2.3.1"
  6334. },
  6335. "peerDependencies": {
  6336. "mobx": "5.x",
  6337. "preact": ">=8"
  6338. }
  6339. },
  6340. "node_modules/mobx-utils": {
  6341. "version": "5.6.2",
  6342. "resolved": "https://registry.npmmirror.com/mobx-utils/-/mobx-utils-5.6.2.tgz",
  6343. "integrity": "sha512-a/WlXyGkp6F12b01sTarENpxbmlRgPHFyR1Xv2bsSjQBm5dcOtd16ONb40/vOqck8L99NHpI+C9MXQ+SZ8f+yw==",
  6344. "license": "MIT",
  6345. "peerDependencies": {
  6346. "mobx": "^4.13.1 || ^5.13.1"
  6347. }
  6348. },
  6349. "node_modules/mockjs": {
  6350. "version": "1.1.0",
  6351. "dev": true,
  6352. "dependencies": {
  6353. "commander": "*"
  6354. },
  6355. "bin": {
  6356. "random": "bin/random"
  6357. }
  6358. },
  6359. "node_modules/mousetrap": {
  6360. "version": "1.6.5",
  6361. "resolved": "https://registry.npmmirror.com/mousetrap/-/mousetrap-1.6.5.tgz",
  6362. "integrity": "sha512-QNo4kEepaIBwiT8CDhP98umTetp+JNfQYBWvC1pc6/OAibuXtRcxZ58Qz8skvEHYvURne/7R8T5VoOI7rDsEUA==",
  6363. "license": "Apache-2.0 WITH LLVM-exception"
  6364. },
  6365. "node_modules/mrmime": {
  6366. "version": "2.0.1",
  6367. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz",
  6368. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  6369. "dev": true,
  6370. "license": "MIT",
  6371. "engines": {
  6372. "node": ">=10"
  6373. }
  6374. },
  6375. "node_modules/ms": {
  6376. "version": "2.1.3",
  6377. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  6378. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  6379. "dev": true,
  6380. "license": "MIT"
  6381. },
  6382. "node_modules/muggle-string": {
  6383. "version": "0.4.1",
  6384. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
  6385. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  6386. "dev": true,
  6387. "license": "MIT"
  6388. },
  6389. "node_modules/namespace-emitter": {
  6390. "version": "2.0.1",
  6391. "resolved": "https://registry.npmmirror.com/namespace-emitter/-/namespace-emitter-2.0.1.tgz",
  6392. "integrity": "sha512-N/sMKHniSDJBjfrkbS/tpkPj4RAbvW3mr8UAzvlMHyun93XEm83IAvhWtJVHo+RHn/oO8Job5YN4b+wRjSVp5g==",
  6393. "license": "MIT"
  6394. },
  6395. "node_modules/nanoid": {
  6396. "version": "3.3.11",
  6397. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  6398. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  6399. "funding": [
  6400. {
  6401. "type": "github",
  6402. "url": "https://github.com/sponsors/ai"
  6403. }
  6404. ],
  6405. "license": "MIT",
  6406. "peer": true,
  6407. "bin": {
  6408. "nanoid": "bin/nanoid.cjs"
  6409. },
  6410. "engines": {
  6411. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  6412. }
  6413. },
  6414. "node_modules/nanopop": {
  6415. "version": "2.4.2",
  6416. "resolved": "https://registry.npmmirror.com/nanopop/-/nanopop-2.4.2.tgz",
  6417. "integrity": "sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw==",
  6418. "license": "MIT"
  6419. },
  6420. "node_modules/natural-compare": {
  6421. "version": "1.4.0",
  6422. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  6423. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  6424. "dev": true,
  6425. "license": "MIT"
  6426. },
  6427. "node_modules/next-tick": {
  6428. "version": "1.1.0",
  6429. "resolved": "https://registry.npmmirror.com/next-tick/-/next-tick-1.1.0.tgz",
  6430. "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==",
  6431. "license": "ISC"
  6432. },
  6433. "node_modules/node-addon-api": {
  6434. "version": "7.1.1",
  6435. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  6436. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  6437. "dev": true,
  6438. "license": "MIT",
  6439. "optional": true
  6440. },
  6441. "node_modules/node-fetch-native": {
  6442. "version": "1.6.6",
  6443. "resolved": "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.6.6.tgz",
  6444. "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==",
  6445. "dev": true,
  6446. "license": "MIT"
  6447. },
  6448. "node_modules/node-releases": {
  6449. "version": "2.0.19",
  6450. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
  6451. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  6452. "dev": true,
  6453. "license": "MIT"
  6454. },
  6455. "node_modules/normalize-path": {
  6456. "version": "3.0.0",
  6457. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  6458. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  6459. "dev": true,
  6460. "license": "MIT",
  6461. "engines": {
  6462. "node": ">=0.10.0"
  6463. }
  6464. },
  6465. "node_modules/normalize-wheel-es": {
  6466. "version": "1.2.0",
  6467. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  6468. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  6469. "license": "BSD-3-Clause"
  6470. },
  6471. "node_modules/npm-normalize-package-bin": {
  6472. "version": "3.0.1",
  6473. "resolved": "https://registry.npmmirror.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz",
  6474. "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==",
  6475. "dev": true,
  6476. "license": "ISC",
  6477. "engines": {
  6478. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  6479. }
  6480. },
  6481. "node_modules/npm-run-all2": {
  6482. "version": "6.2.6",
  6483. "dev": true,
  6484. "license": "MIT",
  6485. "dependencies": {
  6486. "ansi-styles": "^6.2.1",
  6487. "cross-spawn": "^7.0.3",
  6488. "memorystream": "^0.3.1",
  6489. "minimatch": "^9.0.0",
  6490. "pidtree": "^0.6.0",
  6491. "read-package-json-fast": "^3.0.2",
  6492. "shell-quote": "^1.7.3",
  6493. "which": "^3.0.1"
  6494. },
  6495. "bin": {
  6496. "npm-run-all": "bin/npm-run-all/index.js",
  6497. "npm-run-all2": "bin/npm-run-all/index.js",
  6498. "run-p": "bin/run-p/index.js",
  6499. "run-s": "bin/run-s/index.js"
  6500. },
  6501. "engines": {
  6502. "node": "^14.18.0 || ^16.13.0 || >=18.0.0",
  6503. "npm": ">= 8"
  6504. }
  6505. },
  6506. "node_modules/npm-run-all2/node_modules/ansi-styles": {
  6507. "version": "6.2.1",
  6508. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
  6509. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  6510. "dev": true,
  6511. "license": "MIT",
  6512. "engines": {
  6513. "node": ">=12"
  6514. },
  6515. "funding": {
  6516. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  6517. }
  6518. },
  6519. "node_modules/npm-run-all2/node_modules/which": {
  6520. "version": "3.0.1",
  6521. "resolved": "https://registry.npmmirror.com/which/-/which-3.0.1.tgz",
  6522. "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
  6523. "dev": true,
  6524. "license": "ISC",
  6525. "dependencies": {
  6526. "isexe": "^2.0.0"
  6527. },
  6528. "bin": {
  6529. "node-which": "bin/which.js"
  6530. },
  6531. "engines": {
  6532. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  6533. }
  6534. },
  6535. "node_modules/npm-run-path": {
  6536. "version": "6.0.0",
  6537. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-6.0.0.tgz",
  6538. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  6539. "dev": true,
  6540. "license": "MIT",
  6541. "dependencies": {
  6542. "path-key": "^4.0.0",
  6543. "unicorn-magic": "^0.3.0"
  6544. },
  6545. "engines": {
  6546. "node": ">=18"
  6547. },
  6548. "funding": {
  6549. "url": "https://github.com/sponsors/sindresorhus"
  6550. }
  6551. },
  6552. "node_modules/npm-run-path/node_modules/path-key": {
  6553. "version": "4.0.0",
  6554. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  6555. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  6556. "dev": true,
  6557. "license": "MIT",
  6558. "engines": {
  6559. "node": ">=12"
  6560. },
  6561. "funding": {
  6562. "url": "https://github.com/sponsors/sindresorhus"
  6563. }
  6564. },
  6565. "node_modules/nth-check": {
  6566. "version": "2.1.1",
  6567. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  6568. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  6569. "license": "BSD-2-Clause",
  6570. "dependencies": {
  6571. "boolbase": "^1.0.0"
  6572. },
  6573. "funding": {
  6574. "url": "https://github.com/fb55/nth-check?sponsor=1"
  6575. }
  6576. },
  6577. "node_modules/ofetch": {
  6578. "version": "1.4.1",
  6579. "resolved": "https://registry.npmmirror.com/ofetch/-/ofetch-1.4.1.tgz",
  6580. "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==",
  6581. "dev": true,
  6582. "license": "MIT",
  6583. "dependencies": {
  6584. "destr": "^2.0.3",
  6585. "node-fetch-native": "^1.6.4",
  6586. "ufo": "^1.5.4"
  6587. }
  6588. },
  6589. "node_modules/once": {
  6590. "version": "1.4.0",
  6591. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  6592. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  6593. "dev": true,
  6594. "license": "ISC",
  6595. "dependencies": {
  6596. "wrappy": "1"
  6597. }
  6598. },
  6599. "node_modules/open": {
  6600. "version": "10.1.2",
  6601. "resolved": "https://registry.npmmirror.com/open/-/open-10.1.2.tgz",
  6602. "integrity": "sha512-cxN6aIDPz6rm8hbebcP7vrQNhvRcveZoJU72Y7vskh4oIm+BZwBECnx5nTmrlres1Qapvx27Qo1Auukpf8PKXw==",
  6603. "dev": true,
  6604. "license": "MIT",
  6605. "dependencies": {
  6606. "default-browser": "^5.2.1",
  6607. "define-lazy-prop": "^3.0.0",
  6608. "is-inside-container": "^1.0.0",
  6609. "is-wsl": "^3.1.0"
  6610. },
  6611. "engines": {
  6612. "node": ">=18"
  6613. },
  6614. "funding": {
  6615. "url": "https://github.com/sponsors/sindresorhus"
  6616. }
  6617. },
  6618. "node_modules/optionator": {
  6619. "version": "0.9.4",
  6620. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  6621. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  6622. "dev": true,
  6623. "license": "MIT",
  6624. "dependencies": {
  6625. "deep-is": "^0.1.3",
  6626. "fast-levenshtein": "^2.0.6",
  6627. "levn": "^0.4.1",
  6628. "prelude-ls": "^1.2.1",
  6629. "type-check": "^0.4.0",
  6630. "word-wrap": "^1.2.5"
  6631. },
  6632. "engines": {
  6633. "node": ">= 0.8.0"
  6634. }
  6635. },
  6636. "node_modules/p-limit": {
  6637. "version": "3.1.0",
  6638. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  6639. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  6640. "dev": true,
  6641. "license": "MIT",
  6642. "dependencies": {
  6643. "yocto-queue": "^0.1.0"
  6644. },
  6645. "engines": {
  6646. "node": ">=10"
  6647. },
  6648. "funding": {
  6649. "url": "https://github.com/sponsors/sindresorhus"
  6650. }
  6651. },
  6652. "node_modules/p-locate": {
  6653. "version": "5.0.0",
  6654. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  6655. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  6656. "dev": true,
  6657. "license": "MIT",
  6658. "dependencies": {
  6659. "p-limit": "^3.0.2"
  6660. },
  6661. "engines": {
  6662. "node": ">=10"
  6663. },
  6664. "funding": {
  6665. "url": "https://github.com/sponsors/sindresorhus"
  6666. }
  6667. },
  6668. "node_modules/package-manager-detector": {
  6669. "version": "1.3.0",
  6670. "resolved": "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-1.3.0.tgz",
  6671. "integrity": "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==",
  6672. "dev": true,
  6673. "license": "MIT"
  6674. },
  6675. "node_modules/parent-module": {
  6676. "version": "1.0.1",
  6677. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  6678. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  6679. "dev": true,
  6680. "license": "MIT",
  6681. "dependencies": {
  6682. "callsites": "^3.0.0"
  6683. },
  6684. "engines": {
  6685. "node": ">=6"
  6686. }
  6687. },
  6688. "node_modules/parse-ms": {
  6689. "version": "4.0.0",
  6690. "resolved": "https://registry.npmmirror.com/parse-ms/-/parse-ms-4.0.0.tgz",
  6691. "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
  6692. "dev": true,
  6693. "license": "MIT",
  6694. "engines": {
  6695. "node": ">=18"
  6696. },
  6697. "funding": {
  6698. "url": "https://github.com/sponsors/sindresorhus"
  6699. }
  6700. },
  6701. "node_modules/path-browserify": {
  6702. "version": "1.0.1",
  6703. "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
  6704. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  6705. "dev": true,
  6706. "license": "MIT"
  6707. },
  6708. "node_modules/path-exists": {
  6709. "version": "4.0.0",
  6710. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  6711. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  6712. "dev": true,
  6713. "license": "MIT",
  6714. "engines": {
  6715. "node": ">=8"
  6716. }
  6717. },
  6718. "node_modules/path-is-absolute": {
  6719. "version": "1.0.1",
  6720. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  6721. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  6722. "dev": true,
  6723. "license": "MIT",
  6724. "engines": {
  6725. "node": ">=0.10.0"
  6726. }
  6727. },
  6728. "node_modules/path-key": {
  6729. "version": "3.1.1",
  6730. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  6731. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  6732. "dev": true,
  6733. "license": "MIT",
  6734. "engines": {
  6735. "node": ">=8"
  6736. }
  6737. },
  6738. "node_modules/path-type": {
  6739. "version": "4.0.0",
  6740. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
  6741. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  6742. "dev": true,
  6743. "license": "MIT",
  6744. "engines": {
  6745. "node": ">=8"
  6746. }
  6747. },
  6748. "node_modules/pathe": {
  6749. "version": "1.1.2",
  6750. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  6751. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  6752. "dev": true,
  6753. "license": "MIT"
  6754. },
  6755. "node_modules/perfect-debounce": {
  6756. "version": "1.0.0",
  6757. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  6758. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  6759. "dev": true,
  6760. "license": "MIT"
  6761. },
  6762. "node_modules/picocolors": {
  6763. "version": "1.1.1",
  6764. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  6765. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  6766. "license": "ISC"
  6767. },
  6768. "node_modules/picomatch": {
  6769. "version": "2.3.1",
  6770. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  6771. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  6772. "dev": true,
  6773. "license": "MIT",
  6774. "engines": {
  6775. "node": ">=8.6"
  6776. },
  6777. "funding": {
  6778. "url": "https://github.com/sponsors/jonschlinkert"
  6779. }
  6780. },
  6781. "node_modules/pidtree": {
  6782. "version": "0.6.0",
  6783. "resolved": "https://registry.npmmirror.com/pidtree/-/pidtree-0.6.0.tgz",
  6784. "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
  6785. "dev": true,
  6786. "license": "MIT",
  6787. "bin": {
  6788. "pidtree": "bin/pidtree.js"
  6789. },
  6790. "engines": {
  6791. "node": ">=0.10"
  6792. }
  6793. },
  6794. "node_modules/pinia": {
  6795. "version": "2.3.1",
  6796. "license": "MIT",
  6797. "peer": true,
  6798. "dependencies": {
  6799. "@vue/devtools-api": "^6.6.3",
  6800. "vue-demi": "^0.14.10"
  6801. },
  6802. "funding": {
  6803. "url": "https://github.com/sponsors/posva"
  6804. },
  6805. "peerDependencies": {
  6806. "typescript": ">=4.4.4",
  6807. "vue": "^2.7.0 || ^3.5.11"
  6808. },
  6809. "peerDependenciesMeta": {
  6810. "typescript": {
  6811. "optional": true
  6812. }
  6813. }
  6814. },
  6815. "node_modules/pinia-plugin-persistedstate": {
  6816. "version": "3.2.3",
  6817. "license": "MIT",
  6818. "peerDependencies": {
  6819. "pinia": "^2.0.0"
  6820. }
  6821. },
  6822. "node_modules/pkg-types": {
  6823. "version": "2.1.0",
  6824. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.1.0.tgz",
  6825. "integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==",
  6826. "dev": true,
  6827. "license": "MIT",
  6828. "dependencies": {
  6829. "confbox": "^0.2.1",
  6830. "exsolve": "^1.0.1",
  6831. "pathe": "^2.0.3"
  6832. }
  6833. },
  6834. "node_modules/pkg-types/node_modules/pathe": {
  6835. "version": "2.0.3",
  6836. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  6837. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  6838. "dev": true,
  6839. "license": "MIT"
  6840. },
  6841. "node_modules/postcss": {
  6842. "version": "8.5.3",
  6843. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz",
  6844. "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
  6845. "funding": [
  6846. {
  6847. "type": "opencollective",
  6848. "url": "https://opencollective.com/postcss/"
  6849. },
  6850. {
  6851. "type": "tidelift",
  6852. "url": "https://tidelift.com/funding/github/npm/postcss"
  6853. },
  6854. {
  6855. "type": "github",
  6856. "url": "https://github.com/sponsors/ai"
  6857. }
  6858. ],
  6859. "license": "MIT",
  6860. "dependencies": {
  6861. "nanoid": "^3.3.8",
  6862. "picocolors": "^1.1.1",
  6863. "source-map-js": "^1.2.1"
  6864. },
  6865. "engines": {
  6866. "node": "^10 || ^12 || >=14"
  6867. }
  6868. },
  6869. "node_modules/postcss-selector-parser": {
  6870. "version": "6.1.2",
  6871. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  6872. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  6873. "dev": true,
  6874. "license": "MIT",
  6875. "dependencies": {
  6876. "cssesc": "^3.0.0",
  6877. "util-deprecate": "^1.0.2"
  6878. },
  6879. "engines": {
  6880. "node": ">=4"
  6881. }
  6882. },
  6883. "node_modules/preact": {
  6884. "version": "10.27.2",
  6885. "resolved": "https://registry.npmmirror.com/preact/-/preact-10.27.2.tgz",
  6886. "integrity": "sha512-5SYSgFKSyhCbk6SrXyMpqjb5+MQBgfvEKE/OC+PujcY34sOpqtr+0AZQtPYx5IA6VxynQ7rUPCtKzyovpj9Bpg==",
  6887. "license": "MIT",
  6888. "peer": true,
  6889. "funding": {
  6890. "type": "opencollective",
  6891. "url": "https://opencollective.com/preact"
  6892. }
  6893. },
  6894. "node_modules/prelude-ls": {
  6895. "version": "1.2.1",
  6896. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  6897. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  6898. "dev": true,
  6899. "license": "MIT",
  6900. "engines": {
  6901. "node": ">= 0.8.0"
  6902. }
  6903. },
  6904. "node_modules/prettier": {
  6905. "version": "3.5.3",
  6906. "dev": true,
  6907. "license": "MIT",
  6908. "peer": true,
  6909. "bin": {
  6910. "prettier": "bin/prettier.cjs"
  6911. },
  6912. "engines": {
  6913. "node": ">=14"
  6914. },
  6915. "funding": {
  6916. "url": "https://github.com/prettier/prettier?sponsor=1"
  6917. }
  6918. },
  6919. "node_modules/prettier-linter-helpers": {
  6920. "version": "1.0.0",
  6921. "resolved": "https://registry.npmmirror.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
  6922. "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
  6923. "dev": true,
  6924. "license": "MIT",
  6925. "dependencies": {
  6926. "fast-diff": "^1.1.2"
  6927. },
  6928. "engines": {
  6929. "node": ">=6.0.0"
  6930. }
  6931. },
  6932. "node_modules/pretty-ms": {
  6933. "version": "9.2.0",
  6934. "resolved": "https://registry.npmmirror.com/pretty-ms/-/pretty-ms-9.2.0.tgz",
  6935. "integrity": "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==",
  6936. "dev": true,
  6937. "license": "MIT",
  6938. "dependencies": {
  6939. "parse-ms": "^4.0.0"
  6940. },
  6941. "engines": {
  6942. "node": ">=18"
  6943. },
  6944. "funding": {
  6945. "url": "https://github.com/sponsors/sindresorhus"
  6946. }
  6947. },
  6948. "node_modules/prismjs": {
  6949. "version": "1.30.0",
  6950. "resolved": "https://registry.npmmirror.com/prismjs/-/prismjs-1.30.0.tgz",
  6951. "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
  6952. "license": "MIT",
  6953. "engines": {
  6954. "node": ">=6"
  6955. }
  6956. },
  6957. "node_modules/punycode": {
  6958. "version": "2.3.1",
  6959. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  6960. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  6961. "dev": true,
  6962. "license": "MIT",
  6963. "engines": {
  6964. "node": ">=6"
  6965. }
  6966. },
  6967. "node_modules/quansync": {
  6968. "version": "0.2.10",
  6969. "resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.10.tgz",
  6970. "integrity": "sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==",
  6971. "dev": true,
  6972. "funding": [
  6973. {
  6974. "type": "individual",
  6975. "url": "https://github.com/sponsors/antfu"
  6976. },
  6977. {
  6978. "type": "individual",
  6979. "url": "https://github.com/sponsors/sxzz"
  6980. }
  6981. ],
  6982. "license": "MIT"
  6983. },
  6984. "node_modules/queue-microtask": {
  6985. "version": "1.2.3",
  6986. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  6987. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  6988. "dev": true,
  6989. "funding": [
  6990. {
  6991. "type": "github",
  6992. "url": "https://github.com/sponsors/feross"
  6993. },
  6994. {
  6995. "type": "patreon",
  6996. "url": "https://www.patreon.com/feross"
  6997. },
  6998. {
  6999. "type": "consulting",
  7000. "url": "https://feross.org/support"
  7001. }
  7002. ],
  7003. "license": "MIT"
  7004. },
  7005. "node_modules/rangy": {
  7006. "version": "1.3.2",
  7007. "resolved": "https://registry.npmmirror.com/rangy/-/rangy-1.3.2.tgz",
  7008. "integrity": "sha512-fS1C4MOyk8T+ZJZdLcgrukPWxkyDXa+Hd2Kj+Zg4wIK71yrWgmjzHubzPMY1G+WD9EgGxMp3fIL0zQ1ickmSWA=="
  7009. },
  7010. "node_modules/rate-limiter-flexible": {
  7011. "version": "5.0.5",
  7012. "resolved": "https://registry.npmmirror.com/rate-limiter-flexible/-/rate-limiter-flexible-5.0.5.tgz",
  7013. "integrity": "sha512-+/dSQfo+3FYwYygUs/V2BBdwGa9nFtakDwKt4l0bnvNB53TNT++QSFewwHX9qXrZJuMe9j+TUaU21lm5ARgqdQ==",
  7014. "license": "ISC"
  7015. },
  7016. "node_modules/read-package-json-fast": {
  7017. "version": "3.0.2",
  7018. "resolved": "https://registry.npmmirror.com/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz",
  7019. "integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==",
  7020. "dev": true,
  7021. "license": "ISC",
  7022. "dependencies": {
  7023. "json-parse-even-better-errors": "^3.0.0",
  7024. "npm-normalize-package-bin": "^3.0.0"
  7025. },
  7026. "engines": {
  7027. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7028. }
  7029. },
  7030. "node_modules/readdirp": {
  7031. "version": "4.1.2",
  7032. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  7033. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  7034. "dev": true,
  7035. "license": "MIT",
  7036. "engines": {
  7037. "node": ">= 14.18.0"
  7038. },
  7039. "funding": {
  7040. "type": "individual",
  7041. "url": "https://paulmillr.com/funding/"
  7042. }
  7043. },
  7044. "node_modules/resize-observer-polyfill": {
  7045. "version": "1.5.1",
  7046. "resolved": "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  7047. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  7048. "license": "MIT"
  7049. },
  7050. "node_modules/resolve-from": {
  7051. "version": "4.0.0",
  7052. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  7053. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  7054. "dev": true,
  7055. "license": "MIT",
  7056. "engines": {
  7057. "node": ">=4"
  7058. }
  7059. },
  7060. "node_modules/resolve-pkg-maps": {
  7061. "version": "1.0.0",
  7062. "resolved": "https://registry.npmmirror.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  7063. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  7064. "dev": true,
  7065. "license": "MIT",
  7066. "funding": {
  7067. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  7068. }
  7069. },
  7070. "node_modules/reusify": {
  7071. "version": "1.1.0",
  7072. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  7073. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  7074. "dev": true,
  7075. "license": "MIT",
  7076. "engines": {
  7077. "iojs": ">=1.0.0",
  7078. "node": ">=0.10.0"
  7079. }
  7080. },
  7081. "node_modules/rfdc": {
  7082. "version": "1.4.1",
  7083. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  7084. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  7085. "dev": true,
  7086. "license": "MIT"
  7087. },
  7088. "node_modules/rimraf": {
  7089. "version": "3.0.2",
  7090. "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
  7091. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  7092. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  7093. "dev": true,
  7094. "license": "ISC",
  7095. "dependencies": {
  7096. "glob": "^7.1.3"
  7097. },
  7098. "bin": {
  7099. "rimraf": "bin.js"
  7100. },
  7101. "funding": {
  7102. "url": "https://github.com/sponsors/isaacs"
  7103. }
  7104. },
  7105. "node_modules/rollup": {
  7106. "version": "4.41.0",
  7107. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.41.0.tgz",
  7108. "integrity": "sha512-HqMFpUbWlf/tvcxBFNKnJyzc7Lk+XO3FGc3pbNBLqEbOz0gPLRgcrlS3UF4MfUrVlstOaP/q0kM6GVvi+LrLRg==",
  7109. "dev": true,
  7110. "license": "MIT",
  7111. "dependencies": {
  7112. "@types/estree": "1.0.7"
  7113. },
  7114. "bin": {
  7115. "rollup": "dist/bin/rollup"
  7116. },
  7117. "engines": {
  7118. "node": ">=18.0.0",
  7119. "npm": ">=8.0.0"
  7120. },
  7121. "optionalDependencies": {
  7122. "@rollup/rollup-android-arm-eabi": "4.41.0",
  7123. "@rollup/rollup-android-arm64": "4.41.0",
  7124. "@rollup/rollup-darwin-arm64": "4.41.0",
  7125. "@rollup/rollup-darwin-x64": "4.41.0",
  7126. "@rollup/rollup-freebsd-arm64": "4.41.0",
  7127. "@rollup/rollup-freebsd-x64": "4.41.0",
  7128. "@rollup/rollup-linux-arm-gnueabihf": "4.41.0",
  7129. "@rollup/rollup-linux-arm-musleabihf": "4.41.0",
  7130. "@rollup/rollup-linux-arm64-gnu": "4.41.0",
  7131. "@rollup/rollup-linux-arm64-musl": "4.41.0",
  7132. "@rollup/rollup-linux-loongarch64-gnu": "4.41.0",
  7133. "@rollup/rollup-linux-powerpc64le-gnu": "4.41.0",
  7134. "@rollup/rollup-linux-riscv64-gnu": "4.41.0",
  7135. "@rollup/rollup-linux-riscv64-musl": "4.41.0",
  7136. "@rollup/rollup-linux-s390x-gnu": "4.41.0",
  7137. "@rollup/rollup-linux-x64-gnu": "4.41.0",
  7138. "@rollup/rollup-linux-x64-musl": "4.41.0",
  7139. "@rollup/rollup-win32-arm64-msvc": "4.41.0",
  7140. "@rollup/rollup-win32-ia32-msvc": "4.41.0",
  7141. "@rollup/rollup-win32-x64-msvc": "4.41.0",
  7142. "fsevents": "~2.3.2"
  7143. }
  7144. },
  7145. "node_modules/run-applescript": {
  7146. "version": "7.0.0",
  7147. "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz",
  7148. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  7149. "dev": true,
  7150. "license": "MIT",
  7151. "engines": {
  7152. "node": ">=18"
  7153. },
  7154. "funding": {
  7155. "url": "https://github.com/sponsors/sindresorhus"
  7156. }
  7157. },
  7158. "node_modules/run-parallel": {
  7159. "version": "1.2.0",
  7160. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  7161. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  7162. "dev": true,
  7163. "funding": [
  7164. {
  7165. "type": "github",
  7166. "url": "https://github.com/sponsors/feross"
  7167. },
  7168. {
  7169. "type": "patreon",
  7170. "url": "https://www.patreon.com/feross"
  7171. },
  7172. {
  7173. "type": "consulting",
  7174. "url": "https://feross.org/support"
  7175. }
  7176. ],
  7177. "license": "MIT",
  7178. "dependencies": {
  7179. "queue-microtask": "^1.2.2"
  7180. }
  7181. },
  7182. "node_modules/sass": {
  7183. "version": "1.86.1",
  7184. "dev": true,
  7185. "license": "MIT",
  7186. "peer": true,
  7187. "dependencies": {
  7188. "chokidar": "^4.0.0",
  7189. "immutable": "^5.0.2",
  7190. "source-map-js": ">=0.6.2 <2.0.0"
  7191. },
  7192. "bin": {
  7193. "sass": "sass.js"
  7194. },
  7195. "engines": {
  7196. "node": ">=14.0.0"
  7197. },
  7198. "optionalDependencies": {
  7199. "@parcel/watcher": "^2.4.1"
  7200. }
  7201. },
  7202. "node_modules/scroll-into-view-if-needed": {
  7203. "version": "2.2.31",
  7204. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
  7205. "integrity": "sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==",
  7206. "license": "MIT",
  7207. "dependencies": {
  7208. "compute-scroll-into-view": "^1.0.20"
  7209. }
  7210. },
  7211. "node_modules/scule": {
  7212. "version": "1.3.0",
  7213. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  7214. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  7215. "dev": true,
  7216. "license": "MIT"
  7217. },
  7218. "node_modules/semver": {
  7219. "version": "6.3.1",
  7220. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  7221. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  7222. "dev": true,
  7223. "license": "ISC",
  7224. "bin": {
  7225. "semver": "bin/semver.js"
  7226. }
  7227. },
  7228. "node_modules/shallow-equal": {
  7229. "version": "1.2.1",
  7230. "resolved": "https://registry.npmmirror.com/shallow-equal/-/shallow-equal-1.2.1.tgz",
  7231. "integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==",
  7232. "license": "MIT"
  7233. },
  7234. "node_modules/shebang-command": {
  7235. "version": "2.0.0",
  7236. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  7237. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  7238. "dev": true,
  7239. "license": "MIT",
  7240. "dependencies": {
  7241. "shebang-regex": "^3.0.0"
  7242. },
  7243. "engines": {
  7244. "node": ">=8"
  7245. }
  7246. },
  7247. "node_modules/shebang-regex": {
  7248. "version": "3.0.0",
  7249. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  7250. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  7251. "dev": true,
  7252. "license": "MIT",
  7253. "engines": {
  7254. "node": ">=8"
  7255. }
  7256. },
  7257. "node_modules/shell-quote": {
  7258. "version": "1.8.2",
  7259. "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.2.tgz",
  7260. "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
  7261. "dev": true,
  7262. "license": "MIT",
  7263. "engines": {
  7264. "node": ">= 0.4"
  7265. },
  7266. "funding": {
  7267. "url": "https://github.com/sponsors/ljharb"
  7268. }
  7269. },
  7270. "node_modules/signal-exit": {
  7271. "version": "4.1.0",
  7272. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  7273. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  7274. "dev": true,
  7275. "license": "ISC",
  7276. "engines": {
  7277. "node": ">=14"
  7278. },
  7279. "funding": {
  7280. "url": "https://github.com/sponsors/isaacs"
  7281. }
  7282. },
  7283. "node_modules/sirv": {
  7284. "version": "2.0.4",
  7285. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-2.0.4.tgz",
  7286. "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==",
  7287. "dev": true,
  7288. "license": "MIT",
  7289. "dependencies": {
  7290. "@polka/url": "^1.0.0-next.24",
  7291. "mrmime": "^2.0.0",
  7292. "totalist": "^3.0.0"
  7293. },
  7294. "engines": {
  7295. "node": ">= 10"
  7296. }
  7297. },
  7298. "node_modules/slash": {
  7299. "version": "3.0.0",
  7300. "resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz",
  7301. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  7302. "dev": true,
  7303. "license": "MIT",
  7304. "engines": {
  7305. "node": ">=8"
  7306. }
  7307. },
  7308. "node_modules/slate": {
  7309. "version": "0.72.8",
  7310. "resolved": "https://registry.npmmirror.com/slate/-/slate-0.72.8.tgz",
  7311. "integrity": "sha512-/nJwTswQgnRurpK+bGJFH1oM7naD5qDmHd89JyiKNT2oOKD8marW0QSBtuFnwEbL5aGCS8AmrhXQgNOsn4osAw==",
  7312. "license": "MIT",
  7313. "peer": true,
  7314. "dependencies": {
  7315. "immer": "^9.0.6",
  7316. "is-plain-object": "^5.0.0",
  7317. "tiny-warning": "^1.0.3"
  7318. }
  7319. },
  7320. "node_modules/slate-history": {
  7321. "version": "0.66.0",
  7322. "resolved": "https://registry.npmmirror.com/slate-history/-/slate-history-0.66.0.tgz",
  7323. "integrity": "sha512-6MWpxGQZiMvSINlCbMW43E2YBSVMCMCIwQfBzGssjWw4kb0qfvj0pIdblWNRQZD0hR6WHP+dHHgGSeVdMWzfng==",
  7324. "license": "MIT",
  7325. "dependencies": {
  7326. "is-plain-object": "^5.0.0"
  7327. },
  7328. "peerDependencies": {
  7329. "slate": ">=0.65.3"
  7330. }
  7331. },
  7332. "node_modules/slate-history/node_modules/is-plain-object": {
  7333. "version": "5.0.0",
  7334. "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-5.0.0.tgz",
  7335. "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
  7336. "license": "MIT",
  7337. "engines": {
  7338. "node": ">=0.10.0"
  7339. }
  7340. },
  7341. "node_modules/slate/node_modules/is-plain-object": {
  7342. "version": "5.0.0",
  7343. "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-5.0.0.tgz",
  7344. "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
  7345. "license": "MIT",
  7346. "engines": {
  7347. "node": ">=0.10.0"
  7348. }
  7349. },
  7350. "node_modules/snabbdom": {
  7351. "version": "3.6.3",
  7352. "resolved": "https://registry.npmmirror.com/snabbdom/-/snabbdom-3.6.3.tgz",
  7353. "integrity": "sha512-W2lHLLw2qR2Vv0DcMmcxXqcfdBaIcoN+y/86SmHv8fn4DazEQSH6KN3TjZcWvwujW56OHiiirsbHWZb4vx/0fg==",
  7354. "license": "MIT",
  7355. "peer": true,
  7356. "engines": {
  7357. "node": ">=12.17.0"
  7358. }
  7359. },
  7360. "node_modules/sortablejs": {
  7361. "version": "1.14.0",
  7362. "resolved": "https://registry.npmmirror.com/sortablejs/-/sortablejs-1.14.0.tgz",
  7363. "integrity": "sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w==",
  7364. "license": "MIT"
  7365. },
  7366. "node_modules/source-map-js": {
  7367. "version": "1.2.1",
  7368. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  7369. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  7370. "license": "BSD-3-Clause",
  7371. "engines": {
  7372. "node": ">=0.10.0"
  7373. }
  7374. },
  7375. "node_modules/speakingurl": {
  7376. "version": "14.0.1",
  7377. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  7378. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  7379. "dev": true,
  7380. "license": "BSD-3-Clause",
  7381. "engines": {
  7382. "node": ">=0.10.0"
  7383. }
  7384. },
  7385. "node_modules/ssr-window": {
  7386. "version": "4.0.2",
  7387. "resolved": "https://registry.npmmirror.com/ssr-window/-/ssr-window-4.0.2.tgz",
  7388. "integrity": "sha512-ISv/Ch+ig7SOtw7G2+qkwfVASzazUnvlDTwypdLoPoySv+6MqlOV10VwPSE6EWkGjhW50lUmghPmpYZXMu/+AQ==",
  7389. "license": "MIT"
  7390. },
  7391. "node_modules/strip-ansi": {
  7392. "version": "6.0.1",
  7393. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  7394. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  7395. "dev": true,
  7396. "license": "MIT",
  7397. "dependencies": {
  7398. "ansi-regex": "^5.0.1"
  7399. },
  7400. "engines": {
  7401. "node": ">=8"
  7402. }
  7403. },
  7404. "node_modules/strip-final-newline": {
  7405. "version": "4.0.0",
  7406. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
  7407. "integrity": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==",
  7408. "dev": true,
  7409. "license": "MIT",
  7410. "engines": {
  7411. "node": ">=18"
  7412. },
  7413. "funding": {
  7414. "url": "https://github.com/sponsors/sindresorhus"
  7415. }
  7416. },
  7417. "node_modules/strip-json-comments": {
  7418. "version": "3.1.1",
  7419. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  7420. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  7421. "dev": true,
  7422. "license": "MIT",
  7423. "engines": {
  7424. "node": ">=8"
  7425. },
  7426. "funding": {
  7427. "url": "https://github.com/sponsors/sindresorhus"
  7428. }
  7429. },
  7430. "node_modules/strip-literal": {
  7431. "version": "2.1.1",
  7432. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-2.1.1.tgz",
  7433. "integrity": "sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==",
  7434. "dev": true,
  7435. "license": "MIT",
  7436. "dependencies": {
  7437. "js-tokens": "^9.0.1"
  7438. },
  7439. "funding": {
  7440. "url": "https://github.com/sponsors/antfu"
  7441. }
  7442. },
  7443. "node_modules/strip-literal/node_modules/js-tokens": {
  7444. "version": "9.0.1",
  7445. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
  7446. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  7447. "dev": true,
  7448. "license": "MIT"
  7449. },
  7450. "node_modules/stylis": {
  7451. "version": "4.3.6",
  7452. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.3.6.tgz",
  7453. "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
  7454. "license": "MIT"
  7455. },
  7456. "node_modules/superjson": {
  7457. "version": "2.2.2",
  7458. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
  7459. "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
  7460. "dev": true,
  7461. "license": "MIT",
  7462. "dependencies": {
  7463. "copy-anything": "^3.0.2"
  7464. },
  7465. "engines": {
  7466. "node": ">=16"
  7467. }
  7468. },
  7469. "node_modules/supports-color": {
  7470. "version": "7.2.0",
  7471. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  7472. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  7473. "dev": true,
  7474. "license": "MIT",
  7475. "dependencies": {
  7476. "has-flag": "^4.0.0"
  7477. },
  7478. "engines": {
  7479. "node": ">=8"
  7480. }
  7481. },
  7482. "node_modules/svgo": {
  7483. "version": "3.3.2",
  7484. "resolved": "https://registry.npmmirror.com/svgo/-/svgo-3.3.2.tgz",
  7485. "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==",
  7486. "license": "MIT",
  7487. "dependencies": {
  7488. "@trysound/sax": "0.2.0",
  7489. "commander": "^7.2.0",
  7490. "css-select": "^5.1.0",
  7491. "css-tree": "^2.3.1",
  7492. "css-what": "^6.1.0",
  7493. "csso": "^5.0.5",
  7494. "picocolors": "^1.0.0"
  7495. },
  7496. "bin": {
  7497. "svgo": "bin/svgo"
  7498. },
  7499. "engines": {
  7500. "node": ">=14.0.0"
  7501. },
  7502. "funding": {
  7503. "type": "opencollective",
  7504. "url": "https://opencollective.com/svgo"
  7505. }
  7506. },
  7507. "node_modules/svgo/node_modules/commander": {
  7508. "version": "7.2.0",
  7509. "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
  7510. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  7511. "license": "MIT",
  7512. "engines": {
  7513. "node": ">= 10"
  7514. }
  7515. },
  7516. "node_modules/swiper": {
  7517. "version": "8.4.7",
  7518. "funding": [
  7519. {
  7520. "type": "patreon",
  7521. "url": "https://www.patreon.com/swiperjs"
  7522. },
  7523. {
  7524. "type": "open_collective",
  7525. "url": "http://opencollective.com/swiper"
  7526. }
  7527. ],
  7528. "hasInstallScript": true,
  7529. "license": "MIT",
  7530. "dependencies": {
  7531. "dom7": "^4.0.4",
  7532. "ssr-window": "^4.0.2"
  7533. },
  7534. "engines": {
  7535. "node": ">= 4.7.0"
  7536. }
  7537. },
  7538. "node_modules/synckit": {
  7539. "version": "0.11.6",
  7540. "resolved": "https://registry.npmmirror.com/synckit/-/synckit-0.11.6.tgz",
  7541. "integrity": "sha512-2pR2ubZSV64f/vqm9eLPz/KOvR9Dm+Co/5ChLgeHl0yEDRc6h5hXHoxEQH8Y5Ljycozd3p1k5TTSVdzYGkPvLw==",
  7542. "dev": true,
  7543. "license": "MIT",
  7544. "dependencies": {
  7545. "@pkgr/core": "^0.2.4"
  7546. },
  7547. "engines": {
  7548. "node": "^14.18.0 || >=16.0.0"
  7549. },
  7550. "funding": {
  7551. "url": "https://opencollective.com/synckit"
  7552. }
  7553. },
  7554. "node_modules/text-table": {
  7555. "version": "0.2.0",
  7556. "resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz",
  7557. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  7558. "dev": true,
  7559. "license": "MIT"
  7560. },
  7561. "node_modules/throttle-debounce": {
  7562. "version": "5.0.2",
  7563. "resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
  7564. "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
  7565. "license": "MIT",
  7566. "engines": {
  7567. "node": ">=12.22"
  7568. }
  7569. },
  7570. "node_modules/tiny-warning": {
  7571. "version": "1.0.3",
  7572. "resolved": "https://registry.npmmirror.com/tiny-warning/-/tiny-warning-1.0.3.tgz",
  7573. "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==",
  7574. "license": "MIT"
  7575. },
  7576. "node_modules/tinyexec": {
  7577. "version": "1.0.1",
  7578. "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.0.1.tgz",
  7579. "integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==",
  7580. "dev": true,
  7581. "license": "MIT"
  7582. },
  7583. "node_modules/to-regex-range": {
  7584. "version": "5.0.1",
  7585. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  7586. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  7587. "dev": true,
  7588. "license": "MIT",
  7589. "dependencies": {
  7590. "is-number": "^7.0.0"
  7591. },
  7592. "engines": {
  7593. "node": ">=8.0"
  7594. }
  7595. },
  7596. "node_modules/totalist": {
  7597. "version": "3.0.1",
  7598. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  7599. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  7600. "dev": true,
  7601. "license": "MIT",
  7602. "engines": {
  7603. "node": ">=6"
  7604. }
  7605. },
  7606. "node_modules/ts-api-utils": {
  7607. "version": "1.4.3",
  7608. "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
  7609. "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
  7610. "dev": true,
  7611. "license": "MIT",
  7612. "engines": {
  7613. "node": ">=16"
  7614. },
  7615. "peerDependencies": {
  7616. "typescript": ">=4.2.0"
  7617. }
  7618. },
  7619. "node_modules/tslib": {
  7620. "version": "2.3.0",
  7621. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
  7622. "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
  7623. "license": "0BSD"
  7624. },
  7625. "node_modules/tsx": {
  7626. "version": "4.19.4",
  7627. "resolved": "https://registry.npmmirror.com/tsx/-/tsx-4.19.4.tgz",
  7628. "integrity": "sha512-gK5GVzDkJK1SI1zwHf32Mqxf2tSJkNx+eYcNly5+nHvWqXUJYUkWBQtKauoESz3ymezAI++ZwT855x5p5eop+Q==",
  7629. "dev": true,
  7630. "license": "MIT",
  7631. "dependencies": {
  7632. "esbuild": "~0.25.0",
  7633. "get-tsconfig": "^4.7.5"
  7634. },
  7635. "bin": {
  7636. "tsx": "dist/cli.mjs"
  7637. },
  7638. "engines": {
  7639. "node": ">=18.0.0"
  7640. },
  7641. "optionalDependencies": {
  7642. "fsevents": "~2.3.3"
  7643. }
  7644. },
  7645. "node_modules/tsx/node_modules/@esbuild/aix-ppc64": {
  7646. "version": "0.25.4",
  7647. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.4.tgz",
  7648. "integrity": "sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==",
  7649. "cpu": [
  7650. "ppc64"
  7651. ],
  7652. "dev": true,
  7653. "license": "MIT",
  7654. "optional": true,
  7655. "os": [
  7656. "aix"
  7657. ],
  7658. "engines": {
  7659. "node": ">=18"
  7660. }
  7661. },
  7662. "node_modules/tsx/node_modules/@esbuild/android-arm": {
  7663. "version": "0.25.4",
  7664. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.4.tgz",
  7665. "integrity": "sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==",
  7666. "cpu": [
  7667. "arm"
  7668. ],
  7669. "dev": true,
  7670. "license": "MIT",
  7671. "optional": true,
  7672. "os": [
  7673. "android"
  7674. ],
  7675. "engines": {
  7676. "node": ">=18"
  7677. }
  7678. },
  7679. "node_modules/tsx/node_modules/@esbuild/android-arm64": {
  7680. "version": "0.25.4",
  7681. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.4.tgz",
  7682. "integrity": "sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==",
  7683. "cpu": [
  7684. "arm64"
  7685. ],
  7686. "dev": true,
  7687. "license": "MIT",
  7688. "optional": true,
  7689. "os": [
  7690. "android"
  7691. ],
  7692. "engines": {
  7693. "node": ">=18"
  7694. }
  7695. },
  7696. "node_modules/tsx/node_modules/@esbuild/android-x64": {
  7697. "version": "0.25.4",
  7698. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.4.tgz",
  7699. "integrity": "sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==",
  7700. "cpu": [
  7701. "x64"
  7702. ],
  7703. "dev": true,
  7704. "license": "MIT",
  7705. "optional": true,
  7706. "os": [
  7707. "android"
  7708. ],
  7709. "engines": {
  7710. "node": ">=18"
  7711. }
  7712. },
  7713. "node_modules/tsx/node_modules/@esbuild/darwin-arm64": {
  7714. "version": "0.25.4",
  7715. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.4.tgz",
  7716. "integrity": "sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==",
  7717. "cpu": [
  7718. "arm64"
  7719. ],
  7720. "dev": true,
  7721. "license": "MIT",
  7722. "optional": true,
  7723. "os": [
  7724. "darwin"
  7725. ],
  7726. "engines": {
  7727. "node": ">=18"
  7728. }
  7729. },
  7730. "node_modules/tsx/node_modules/@esbuild/darwin-x64": {
  7731. "version": "0.25.4",
  7732. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.4.tgz",
  7733. "integrity": "sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==",
  7734. "cpu": [
  7735. "x64"
  7736. ],
  7737. "dev": true,
  7738. "license": "MIT",
  7739. "optional": true,
  7740. "os": [
  7741. "darwin"
  7742. ],
  7743. "engines": {
  7744. "node": ">=18"
  7745. }
  7746. },
  7747. "node_modules/tsx/node_modules/@esbuild/freebsd-arm64": {
  7748. "version": "0.25.4",
  7749. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.4.tgz",
  7750. "integrity": "sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==",
  7751. "cpu": [
  7752. "arm64"
  7753. ],
  7754. "dev": true,
  7755. "license": "MIT",
  7756. "optional": true,
  7757. "os": [
  7758. "freebsd"
  7759. ],
  7760. "engines": {
  7761. "node": ">=18"
  7762. }
  7763. },
  7764. "node_modules/tsx/node_modules/@esbuild/freebsd-x64": {
  7765. "version": "0.25.4",
  7766. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.4.tgz",
  7767. "integrity": "sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==",
  7768. "cpu": [
  7769. "x64"
  7770. ],
  7771. "dev": true,
  7772. "license": "MIT",
  7773. "optional": true,
  7774. "os": [
  7775. "freebsd"
  7776. ],
  7777. "engines": {
  7778. "node": ">=18"
  7779. }
  7780. },
  7781. "node_modules/tsx/node_modules/@esbuild/linux-arm": {
  7782. "version": "0.25.4",
  7783. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.4.tgz",
  7784. "integrity": "sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==",
  7785. "cpu": [
  7786. "arm"
  7787. ],
  7788. "dev": true,
  7789. "license": "MIT",
  7790. "optional": true,
  7791. "os": [
  7792. "linux"
  7793. ],
  7794. "engines": {
  7795. "node": ">=18"
  7796. }
  7797. },
  7798. "node_modules/tsx/node_modules/@esbuild/linux-arm64": {
  7799. "version": "0.25.4",
  7800. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.4.tgz",
  7801. "integrity": "sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==",
  7802. "cpu": [
  7803. "arm64"
  7804. ],
  7805. "dev": true,
  7806. "license": "MIT",
  7807. "optional": true,
  7808. "os": [
  7809. "linux"
  7810. ],
  7811. "engines": {
  7812. "node": ">=18"
  7813. }
  7814. },
  7815. "node_modules/tsx/node_modules/@esbuild/linux-ia32": {
  7816. "version": "0.25.4",
  7817. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.4.tgz",
  7818. "integrity": "sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==",
  7819. "cpu": [
  7820. "ia32"
  7821. ],
  7822. "dev": true,
  7823. "license": "MIT",
  7824. "optional": true,
  7825. "os": [
  7826. "linux"
  7827. ],
  7828. "engines": {
  7829. "node": ">=18"
  7830. }
  7831. },
  7832. "node_modules/tsx/node_modules/@esbuild/linux-loong64": {
  7833. "version": "0.25.4",
  7834. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.4.tgz",
  7835. "integrity": "sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==",
  7836. "cpu": [
  7837. "loong64"
  7838. ],
  7839. "dev": true,
  7840. "license": "MIT",
  7841. "optional": true,
  7842. "os": [
  7843. "linux"
  7844. ],
  7845. "engines": {
  7846. "node": ">=18"
  7847. }
  7848. },
  7849. "node_modules/tsx/node_modules/@esbuild/linux-mips64el": {
  7850. "version": "0.25.4",
  7851. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.4.tgz",
  7852. "integrity": "sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==",
  7853. "cpu": [
  7854. "mips64el"
  7855. ],
  7856. "dev": true,
  7857. "license": "MIT",
  7858. "optional": true,
  7859. "os": [
  7860. "linux"
  7861. ],
  7862. "engines": {
  7863. "node": ">=18"
  7864. }
  7865. },
  7866. "node_modules/tsx/node_modules/@esbuild/linux-ppc64": {
  7867. "version": "0.25.4",
  7868. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.4.tgz",
  7869. "integrity": "sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==",
  7870. "cpu": [
  7871. "ppc64"
  7872. ],
  7873. "dev": true,
  7874. "license": "MIT",
  7875. "optional": true,
  7876. "os": [
  7877. "linux"
  7878. ],
  7879. "engines": {
  7880. "node": ">=18"
  7881. }
  7882. },
  7883. "node_modules/tsx/node_modules/@esbuild/linux-riscv64": {
  7884. "version": "0.25.4",
  7885. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.4.tgz",
  7886. "integrity": "sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==",
  7887. "cpu": [
  7888. "riscv64"
  7889. ],
  7890. "dev": true,
  7891. "license": "MIT",
  7892. "optional": true,
  7893. "os": [
  7894. "linux"
  7895. ],
  7896. "engines": {
  7897. "node": ">=18"
  7898. }
  7899. },
  7900. "node_modules/tsx/node_modules/@esbuild/linux-s390x": {
  7901. "version": "0.25.4",
  7902. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.4.tgz",
  7903. "integrity": "sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==",
  7904. "cpu": [
  7905. "s390x"
  7906. ],
  7907. "dev": true,
  7908. "license": "MIT",
  7909. "optional": true,
  7910. "os": [
  7911. "linux"
  7912. ],
  7913. "engines": {
  7914. "node": ">=18"
  7915. }
  7916. },
  7917. "node_modules/tsx/node_modules/@esbuild/linux-x64": {
  7918. "version": "0.25.4",
  7919. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.4.tgz",
  7920. "integrity": "sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==",
  7921. "cpu": [
  7922. "x64"
  7923. ],
  7924. "dev": true,
  7925. "license": "MIT",
  7926. "optional": true,
  7927. "os": [
  7928. "linux"
  7929. ],
  7930. "engines": {
  7931. "node": ">=18"
  7932. }
  7933. },
  7934. "node_modules/tsx/node_modules/@esbuild/netbsd-x64": {
  7935. "version": "0.25.4",
  7936. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.4.tgz",
  7937. "integrity": "sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==",
  7938. "cpu": [
  7939. "x64"
  7940. ],
  7941. "dev": true,
  7942. "license": "MIT",
  7943. "optional": true,
  7944. "os": [
  7945. "netbsd"
  7946. ],
  7947. "engines": {
  7948. "node": ">=18"
  7949. }
  7950. },
  7951. "node_modules/tsx/node_modules/@esbuild/openbsd-arm64": {
  7952. "version": "0.25.4",
  7953. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.4.tgz",
  7954. "integrity": "sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==",
  7955. "cpu": [
  7956. "arm64"
  7957. ],
  7958. "dev": true,
  7959. "license": "MIT",
  7960. "optional": true,
  7961. "os": [
  7962. "openbsd"
  7963. ],
  7964. "engines": {
  7965. "node": ">=18"
  7966. }
  7967. },
  7968. "node_modules/tsx/node_modules/@esbuild/openbsd-x64": {
  7969. "version": "0.25.4",
  7970. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.4.tgz",
  7971. "integrity": "sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==",
  7972. "cpu": [
  7973. "x64"
  7974. ],
  7975. "dev": true,
  7976. "license": "MIT",
  7977. "optional": true,
  7978. "os": [
  7979. "openbsd"
  7980. ],
  7981. "engines": {
  7982. "node": ">=18"
  7983. }
  7984. },
  7985. "node_modules/tsx/node_modules/@esbuild/sunos-x64": {
  7986. "version": "0.25.4",
  7987. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.4.tgz",
  7988. "integrity": "sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==",
  7989. "cpu": [
  7990. "x64"
  7991. ],
  7992. "dev": true,
  7993. "license": "MIT",
  7994. "optional": true,
  7995. "os": [
  7996. "sunos"
  7997. ],
  7998. "engines": {
  7999. "node": ">=18"
  8000. }
  8001. },
  8002. "node_modules/tsx/node_modules/@esbuild/win32-arm64": {
  8003. "version": "0.25.4",
  8004. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.4.tgz",
  8005. "integrity": "sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==",
  8006. "cpu": [
  8007. "arm64"
  8008. ],
  8009. "dev": true,
  8010. "license": "MIT",
  8011. "optional": true,
  8012. "os": [
  8013. "win32"
  8014. ],
  8015. "engines": {
  8016. "node": ">=18"
  8017. }
  8018. },
  8019. "node_modules/tsx/node_modules/@esbuild/win32-ia32": {
  8020. "version": "0.25.4",
  8021. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.4.tgz",
  8022. "integrity": "sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==",
  8023. "cpu": [
  8024. "ia32"
  8025. ],
  8026. "dev": true,
  8027. "license": "MIT",
  8028. "optional": true,
  8029. "os": [
  8030. "win32"
  8031. ],
  8032. "engines": {
  8033. "node": ">=18"
  8034. }
  8035. },
  8036. "node_modules/tsx/node_modules/@esbuild/win32-x64": {
  8037. "version": "0.25.4",
  8038. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.4.tgz",
  8039. "integrity": "sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==",
  8040. "cpu": [
  8041. "x64"
  8042. ],
  8043. "dev": true,
  8044. "license": "MIT",
  8045. "optional": true,
  8046. "os": [
  8047. "win32"
  8048. ],
  8049. "engines": {
  8050. "node": ">=18"
  8051. }
  8052. },
  8053. "node_modules/tsx/node_modules/esbuild": {
  8054. "version": "0.25.4",
  8055. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.4.tgz",
  8056. "integrity": "sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==",
  8057. "dev": true,
  8058. "hasInstallScript": true,
  8059. "license": "MIT",
  8060. "bin": {
  8061. "esbuild": "bin/esbuild"
  8062. },
  8063. "engines": {
  8064. "node": ">=18"
  8065. },
  8066. "optionalDependencies": {
  8067. "@esbuild/aix-ppc64": "0.25.4",
  8068. "@esbuild/android-arm": "0.25.4",
  8069. "@esbuild/android-arm64": "0.25.4",
  8070. "@esbuild/android-x64": "0.25.4",
  8071. "@esbuild/darwin-arm64": "0.25.4",
  8072. "@esbuild/darwin-x64": "0.25.4",
  8073. "@esbuild/freebsd-arm64": "0.25.4",
  8074. "@esbuild/freebsd-x64": "0.25.4",
  8075. "@esbuild/linux-arm": "0.25.4",
  8076. "@esbuild/linux-arm64": "0.25.4",
  8077. "@esbuild/linux-ia32": "0.25.4",
  8078. "@esbuild/linux-loong64": "0.25.4",
  8079. "@esbuild/linux-mips64el": "0.25.4",
  8080. "@esbuild/linux-ppc64": "0.25.4",
  8081. "@esbuild/linux-riscv64": "0.25.4",
  8082. "@esbuild/linux-s390x": "0.25.4",
  8083. "@esbuild/linux-x64": "0.25.4",
  8084. "@esbuild/netbsd-arm64": "0.25.4",
  8085. "@esbuild/netbsd-x64": "0.25.4",
  8086. "@esbuild/openbsd-arm64": "0.25.4",
  8087. "@esbuild/openbsd-x64": "0.25.4",
  8088. "@esbuild/sunos-x64": "0.25.4",
  8089. "@esbuild/win32-arm64": "0.25.4",
  8090. "@esbuild/win32-ia32": "0.25.4",
  8091. "@esbuild/win32-x64": "0.25.4"
  8092. }
  8093. },
  8094. "node_modules/type": {
  8095. "version": "2.7.3",
  8096. "resolved": "https://registry.npmmirror.com/type/-/type-2.7.3.tgz",
  8097. "integrity": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==",
  8098. "license": "ISC"
  8099. },
  8100. "node_modules/type-check": {
  8101. "version": "0.4.0",
  8102. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  8103. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  8104. "dev": true,
  8105. "license": "MIT",
  8106. "dependencies": {
  8107. "prelude-ls": "^1.2.1"
  8108. },
  8109. "engines": {
  8110. "node": ">= 0.8.0"
  8111. }
  8112. },
  8113. "node_modules/type-fest": {
  8114. "version": "0.20.2",
  8115. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz",
  8116. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  8117. "dev": true,
  8118. "license": "(MIT OR CC0-1.0)",
  8119. "engines": {
  8120. "node": ">=10"
  8121. },
  8122. "funding": {
  8123. "url": "https://github.com/sponsors/sindresorhus"
  8124. }
  8125. },
  8126. "node_modules/typescript": {
  8127. "version": "5.4.5",
  8128. "devOptional": true,
  8129. "license": "Apache-2.0",
  8130. "peer": true,
  8131. "bin": {
  8132. "tsc": "bin/tsc",
  8133. "tsserver": "bin/tsserver"
  8134. },
  8135. "engines": {
  8136. "node": ">=14.17"
  8137. }
  8138. },
  8139. "node_modules/ufo": {
  8140. "version": "1.6.1",
  8141. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.6.1.tgz",
  8142. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  8143. "dev": true,
  8144. "license": "MIT"
  8145. },
  8146. "node_modules/unconfig": {
  8147. "version": "0.5.5",
  8148. "resolved": "https://registry.npmmirror.com/unconfig/-/unconfig-0.5.5.tgz",
  8149. "integrity": "sha512-VQZ5PT9HDX+qag0XdgQi8tJepPhXiR/yVOkn707gJDKo31lGjRilPREiQJ9Z6zd/Ugpv6ZvO5VxVIcatldYcNQ==",
  8150. "dev": true,
  8151. "license": "MIT",
  8152. "dependencies": {
  8153. "@antfu/utils": "^0.7.10",
  8154. "defu": "^6.1.4",
  8155. "importx": "^0.4.3"
  8156. },
  8157. "funding": {
  8158. "url": "https://github.com/sponsors/antfu"
  8159. }
  8160. },
  8161. "node_modules/unconfig/node_modules/@antfu/utils": {
  8162. "version": "0.7.10",
  8163. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  8164. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  8165. "dev": true,
  8166. "license": "MIT",
  8167. "funding": {
  8168. "url": "https://github.com/sponsors/antfu"
  8169. }
  8170. },
  8171. "node_modules/undici-types": {
  8172. "version": "6.19.8",
  8173. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.19.8.tgz",
  8174. "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
  8175. "dev": true,
  8176. "license": "MIT"
  8177. },
  8178. "node_modules/unicorn-magic": {
  8179. "version": "0.3.0",
  8180. "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  8181. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  8182. "dev": true,
  8183. "license": "MIT",
  8184. "engines": {
  8185. "node": ">=18"
  8186. },
  8187. "funding": {
  8188. "url": "https://github.com/sponsors/sindresorhus"
  8189. }
  8190. },
  8191. "node_modules/unimport": {
  8192. "version": "3.14.6",
  8193. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-3.14.6.tgz",
  8194. "integrity": "sha512-CYvbDaTT04Rh8bmD8jz3WPmHYZRG/NnvYVzwD6V1YAlvvKROlAeNDUBhkBGzNav2RKaeuXvlWYaa1V4Lfi/O0g==",
  8195. "dev": true,
  8196. "license": "MIT",
  8197. "dependencies": {
  8198. "@rollup/pluginutils": "^5.1.4",
  8199. "acorn": "^8.14.0",
  8200. "escape-string-regexp": "^5.0.0",
  8201. "estree-walker": "^3.0.3",
  8202. "fast-glob": "^3.3.3",
  8203. "local-pkg": "^1.0.0",
  8204. "magic-string": "^0.30.17",
  8205. "mlly": "^1.7.4",
  8206. "pathe": "^2.0.1",
  8207. "picomatch": "^4.0.2",
  8208. "pkg-types": "^1.3.0",
  8209. "scule": "^1.3.0",
  8210. "strip-literal": "^2.1.1",
  8211. "unplugin": "^1.16.1"
  8212. }
  8213. },
  8214. "node_modules/unimport/node_modules/confbox": {
  8215. "version": "0.1.8",
  8216. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  8217. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  8218. "dev": true,
  8219. "license": "MIT"
  8220. },
  8221. "node_modules/unimport/node_modules/escape-string-regexp": {
  8222. "version": "5.0.0",
  8223. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  8224. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  8225. "dev": true,
  8226. "license": "MIT",
  8227. "engines": {
  8228. "node": ">=12"
  8229. },
  8230. "funding": {
  8231. "url": "https://github.com/sponsors/sindresorhus"
  8232. }
  8233. },
  8234. "node_modules/unimport/node_modules/estree-walker": {
  8235. "version": "3.0.3",
  8236. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  8237. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  8238. "dev": true,
  8239. "license": "MIT",
  8240. "dependencies": {
  8241. "@types/estree": "^1.0.0"
  8242. }
  8243. },
  8244. "node_modules/unimport/node_modules/pathe": {
  8245. "version": "2.0.3",
  8246. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  8247. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  8248. "dev": true,
  8249. "license": "MIT"
  8250. },
  8251. "node_modules/unimport/node_modules/picomatch": {
  8252. "version": "4.0.2",
  8253. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  8254. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  8255. "dev": true,
  8256. "license": "MIT",
  8257. "engines": {
  8258. "node": ">=12"
  8259. },
  8260. "funding": {
  8261. "url": "https://github.com/sponsors/jonschlinkert"
  8262. }
  8263. },
  8264. "node_modules/unimport/node_modules/pkg-types": {
  8265. "version": "1.3.1",
  8266. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  8267. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  8268. "dev": true,
  8269. "license": "MIT",
  8270. "dependencies": {
  8271. "confbox": "^0.1.8",
  8272. "mlly": "^1.7.4",
  8273. "pathe": "^2.0.1"
  8274. }
  8275. },
  8276. "node_modules/universalify": {
  8277. "version": "2.0.1",
  8278. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  8279. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  8280. "dev": true,
  8281. "license": "MIT",
  8282. "engines": {
  8283. "node": ">= 10.0.0"
  8284. }
  8285. },
  8286. "node_modules/unocss": {
  8287. "version": "0.61.9",
  8288. "dev": true,
  8289. "license": "MIT",
  8290. "dependencies": {
  8291. "@unocss/astro": "0.61.9",
  8292. "@unocss/cli": "0.61.9",
  8293. "@unocss/core": "0.61.9",
  8294. "@unocss/extractor-arbitrary-variants": "0.61.9",
  8295. "@unocss/postcss": "0.61.9",
  8296. "@unocss/preset-attributify": "0.61.9",
  8297. "@unocss/preset-icons": "0.61.9",
  8298. "@unocss/preset-mini": "0.61.9",
  8299. "@unocss/preset-tagify": "0.61.9",
  8300. "@unocss/preset-typography": "0.61.9",
  8301. "@unocss/preset-uno": "0.61.9",
  8302. "@unocss/preset-web-fonts": "0.61.9",
  8303. "@unocss/preset-wind": "0.61.9",
  8304. "@unocss/reset": "0.61.9",
  8305. "@unocss/transformer-attributify-jsx": "0.61.9",
  8306. "@unocss/transformer-attributify-jsx-babel": "0.61.9",
  8307. "@unocss/transformer-compile-class": "0.61.9",
  8308. "@unocss/transformer-directives": "0.61.9",
  8309. "@unocss/transformer-variant-group": "0.61.9",
  8310. "@unocss/vite": "0.61.9"
  8311. },
  8312. "engines": {
  8313. "node": ">=14"
  8314. },
  8315. "funding": {
  8316. "url": "https://github.com/sponsors/antfu"
  8317. },
  8318. "peerDependencies": {
  8319. "@unocss/webpack": "0.61.9",
  8320. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
  8321. },
  8322. "peerDependenciesMeta": {
  8323. "@unocss/webpack": {
  8324. "optional": true
  8325. },
  8326. "vite": {
  8327. "optional": true
  8328. }
  8329. }
  8330. },
  8331. "node_modules/unplugin": {
  8332. "version": "1.16.1",
  8333. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.16.1.tgz",
  8334. "integrity": "sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==",
  8335. "dev": true,
  8336. "license": "MIT",
  8337. "dependencies": {
  8338. "acorn": "^8.14.0",
  8339. "webpack-virtual-modules": "^0.6.2"
  8340. },
  8341. "engines": {
  8342. "node": ">=14.0.0"
  8343. }
  8344. },
  8345. "node_modules/unplugin-auto-import": {
  8346. "version": "0.17.8",
  8347. "dev": true,
  8348. "license": "MIT",
  8349. "dependencies": {
  8350. "@antfu/utils": "^0.7.10",
  8351. "@rollup/pluginutils": "^5.1.0",
  8352. "fast-glob": "^3.3.2",
  8353. "local-pkg": "^0.5.0",
  8354. "magic-string": "^0.30.10",
  8355. "minimatch": "^9.0.4",
  8356. "unimport": "^3.7.2",
  8357. "unplugin": "^1.11.0"
  8358. },
  8359. "engines": {
  8360. "node": ">=14"
  8361. },
  8362. "funding": {
  8363. "url": "https://github.com/sponsors/antfu"
  8364. },
  8365. "peerDependencies": {
  8366. "@nuxt/kit": "^3.2.2",
  8367. "@vueuse/core": "*"
  8368. },
  8369. "peerDependenciesMeta": {
  8370. "@nuxt/kit": {
  8371. "optional": true
  8372. },
  8373. "@vueuse/core": {
  8374. "optional": true
  8375. }
  8376. }
  8377. },
  8378. "node_modules/unplugin-auto-import/node_modules/@antfu/utils": {
  8379. "version": "0.7.10",
  8380. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  8381. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  8382. "dev": true,
  8383. "license": "MIT",
  8384. "funding": {
  8385. "url": "https://github.com/sponsors/antfu"
  8386. }
  8387. },
  8388. "node_modules/unplugin-auto-import/node_modules/confbox": {
  8389. "version": "0.1.8",
  8390. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  8391. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  8392. "dev": true,
  8393. "license": "MIT"
  8394. },
  8395. "node_modules/unplugin-auto-import/node_modules/local-pkg": {
  8396. "version": "0.5.1",
  8397. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.1.tgz",
  8398. "integrity": "sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==",
  8399. "dev": true,
  8400. "license": "MIT",
  8401. "dependencies": {
  8402. "mlly": "^1.7.3",
  8403. "pkg-types": "^1.2.1"
  8404. },
  8405. "engines": {
  8406. "node": ">=14"
  8407. },
  8408. "funding": {
  8409. "url": "https://github.com/sponsors/antfu"
  8410. }
  8411. },
  8412. "node_modules/unplugin-auto-import/node_modules/pathe": {
  8413. "version": "2.0.3",
  8414. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  8415. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  8416. "dev": true,
  8417. "license": "MIT"
  8418. },
  8419. "node_modules/unplugin-auto-import/node_modules/pkg-types": {
  8420. "version": "1.3.1",
  8421. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  8422. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  8423. "dev": true,
  8424. "license": "MIT",
  8425. "dependencies": {
  8426. "confbox": "^0.1.8",
  8427. "mlly": "^1.7.4",
  8428. "pathe": "^2.0.1"
  8429. }
  8430. },
  8431. "node_modules/unplugin-vue-components": {
  8432. "version": "0.27.5",
  8433. "dev": true,
  8434. "license": "MIT",
  8435. "dependencies": {
  8436. "@antfu/utils": "^0.7.10",
  8437. "@rollup/pluginutils": "^5.1.3",
  8438. "chokidar": "^3.6.0",
  8439. "debug": "^4.3.7",
  8440. "fast-glob": "^3.3.2",
  8441. "local-pkg": "^0.5.1",
  8442. "magic-string": "^0.30.14",
  8443. "minimatch": "^9.0.5",
  8444. "mlly": "^1.7.3",
  8445. "unplugin": "^1.16.0"
  8446. },
  8447. "engines": {
  8448. "node": ">=14"
  8449. },
  8450. "funding": {
  8451. "url": "https://github.com/sponsors/antfu"
  8452. },
  8453. "peerDependencies": {
  8454. "@babel/parser": "^7.15.8",
  8455. "@nuxt/kit": "^3.2.2",
  8456. "vue": "2 || 3"
  8457. },
  8458. "peerDependenciesMeta": {
  8459. "@babel/parser": {
  8460. "optional": true
  8461. },
  8462. "@nuxt/kit": {
  8463. "optional": true
  8464. }
  8465. }
  8466. },
  8467. "node_modules/unplugin-vue-components/node_modules/@antfu/utils": {
  8468. "version": "0.7.10",
  8469. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  8470. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  8471. "dev": true,
  8472. "license": "MIT",
  8473. "funding": {
  8474. "url": "https://github.com/sponsors/antfu"
  8475. }
  8476. },
  8477. "node_modules/unplugin-vue-components/node_modules/chokidar": {
  8478. "version": "3.6.0",
  8479. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  8480. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  8481. "dev": true,
  8482. "license": "MIT",
  8483. "dependencies": {
  8484. "anymatch": "~3.1.2",
  8485. "braces": "~3.0.2",
  8486. "glob-parent": "~5.1.2",
  8487. "is-binary-path": "~2.1.0",
  8488. "is-glob": "~4.0.1",
  8489. "normalize-path": "~3.0.0",
  8490. "readdirp": "~3.6.0"
  8491. },
  8492. "engines": {
  8493. "node": ">= 8.10.0"
  8494. },
  8495. "funding": {
  8496. "url": "https://paulmillr.com/funding/"
  8497. },
  8498. "optionalDependencies": {
  8499. "fsevents": "~2.3.2"
  8500. }
  8501. },
  8502. "node_modules/unplugin-vue-components/node_modules/confbox": {
  8503. "version": "0.1.8",
  8504. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  8505. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  8506. "dev": true,
  8507. "license": "MIT"
  8508. },
  8509. "node_modules/unplugin-vue-components/node_modules/glob-parent": {
  8510. "version": "5.1.2",
  8511. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  8512. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  8513. "dev": true,
  8514. "license": "ISC",
  8515. "dependencies": {
  8516. "is-glob": "^4.0.1"
  8517. },
  8518. "engines": {
  8519. "node": ">= 6"
  8520. }
  8521. },
  8522. "node_modules/unplugin-vue-components/node_modules/local-pkg": {
  8523. "version": "0.5.1",
  8524. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.1.tgz",
  8525. "integrity": "sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==",
  8526. "dev": true,
  8527. "license": "MIT",
  8528. "dependencies": {
  8529. "mlly": "^1.7.3",
  8530. "pkg-types": "^1.2.1"
  8531. },
  8532. "engines": {
  8533. "node": ">=14"
  8534. },
  8535. "funding": {
  8536. "url": "https://github.com/sponsors/antfu"
  8537. }
  8538. },
  8539. "node_modules/unplugin-vue-components/node_modules/pathe": {
  8540. "version": "2.0.3",
  8541. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  8542. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  8543. "dev": true,
  8544. "license": "MIT"
  8545. },
  8546. "node_modules/unplugin-vue-components/node_modules/pkg-types": {
  8547. "version": "1.3.1",
  8548. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  8549. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  8550. "dev": true,
  8551. "license": "MIT",
  8552. "dependencies": {
  8553. "confbox": "^0.1.8",
  8554. "mlly": "^1.7.4",
  8555. "pathe": "^2.0.1"
  8556. }
  8557. },
  8558. "node_modules/unplugin-vue-components/node_modules/readdirp": {
  8559. "version": "3.6.0",
  8560. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  8561. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  8562. "dev": true,
  8563. "license": "MIT",
  8564. "dependencies": {
  8565. "picomatch": "^2.2.1"
  8566. },
  8567. "engines": {
  8568. "node": ">=8.10.0"
  8569. }
  8570. },
  8571. "node_modules/unplugin-vue-router": {
  8572. "version": "0.10.9",
  8573. "dev": true,
  8574. "license": "MIT",
  8575. "dependencies": {
  8576. "@babel/types": "^7.26.0",
  8577. "@rollup/pluginutils": "^5.1.3",
  8578. "@vue-macros/common": "^1.15.0",
  8579. "ast-walker-scope": "^0.6.2",
  8580. "chokidar": "^3.6.0",
  8581. "fast-glob": "^3.3.2",
  8582. "json5": "^2.2.3",
  8583. "local-pkg": "^0.5.1",
  8584. "magic-string": "^0.30.14",
  8585. "mlly": "^1.7.3",
  8586. "pathe": "^1.1.2",
  8587. "scule": "^1.3.0",
  8588. "unplugin": "2.0.0-beta.1",
  8589. "yaml": "^2.6.1"
  8590. },
  8591. "peerDependencies": {
  8592. "vue-router": "^4.4.0"
  8593. },
  8594. "peerDependenciesMeta": {
  8595. "vue-router": {
  8596. "optional": true
  8597. }
  8598. }
  8599. },
  8600. "node_modules/unplugin-vue-router/node_modules/chokidar": {
  8601. "version": "3.6.0",
  8602. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  8603. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  8604. "dev": true,
  8605. "license": "MIT",
  8606. "dependencies": {
  8607. "anymatch": "~3.1.2",
  8608. "braces": "~3.0.2",
  8609. "glob-parent": "~5.1.2",
  8610. "is-binary-path": "~2.1.0",
  8611. "is-glob": "~4.0.1",
  8612. "normalize-path": "~3.0.0",
  8613. "readdirp": "~3.6.0"
  8614. },
  8615. "engines": {
  8616. "node": ">= 8.10.0"
  8617. },
  8618. "funding": {
  8619. "url": "https://paulmillr.com/funding/"
  8620. },
  8621. "optionalDependencies": {
  8622. "fsevents": "~2.3.2"
  8623. }
  8624. },
  8625. "node_modules/unplugin-vue-router/node_modules/confbox": {
  8626. "version": "0.1.8",
  8627. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  8628. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  8629. "dev": true,
  8630. "license": "MIT"
  8631. },
  8632. "node_modules/unplugin-vue-router/node_modules/glob-parent": {
  8633. "version": "5.1.2",
  8634. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  8635. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  8636. "dev": true,
  8637. "license": "ISC",
  8638. "dependencies": {
  8639. "is-glob": "^4.0.1"
  8640. },
  8641. "engines": {
  8642. "node": ">= 6"
  8643. }
  8644. },
  8645. "node_modules/unplugin-vue-router/node_modules/local-pkg": {
  8646. "version": "0.5.1",
  8647. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.1.tgz",
  8648. "integrity": "sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==",
  8649. "dev": true,
  8650. "license": "MIT",
  8651. "dependencies": {
  8652. "mlly": "^1.7.3",
  8653. "pkg-types": "^1.2.1"
  8654. },
  8655. "engines": {
  8656. "node": ">=14"
  8657. },
  8658. "funding": {
  8659. "url": "https://github.com/sponsors/antfu"
  8660. }
  8661. },
  8662. "node_modules/unplugin-vue-router/node_modules/pkg-types": {
  8663. "version": "1.3.1",
  8664. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  8665. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  8666. "dev": true,
  8667. "license": "MIT",
  8668. "dependencies": {
  8669. "confbox": "^0.1.8",
  8670. "mlly": "^1.7.4",
  8671. "pathe": "^2.0.1"
  8672. }
  8673. },
  8674. "node_modules/unplugin-vue-router/node_modules/pkg-types/node_modules/pathe": {
  8675. "version": "2.0.3",
  8676. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  8677. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  8678. "dev": true,
  8679. "license": "MIT"
  8680. },
  8681. "node_modules/unplugin-vue-router/node_modules/readdirp": {
  8682. "version": "3.6.0",
  8683. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  8684. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  8685. "dev": true,
  8686. "license": "MIT",
  8687. "dependencies": {
  8688. "picomatch": "^2.2.1"
  8689. },
  8690. "engines": {
  8691. "node": ">=8.10.0"
  8692. }
  8693. },
  8694. "node_modules/unplugin-vue-router/node_modules/unplugin": {
  8695. "version": "2.0.0-beta.1",
  8696. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.0.0-beta.1.tgz",
  8697. "integrity": "sha512-2qzQo5LN2DmUZXkWDHvGKLF5BP0WN+KthD6aPnPJ8plRBIjv4lh5O07eYcSxgO2znNw9s4MNhEO1sB+JDllDbQ==",
  8698. "dev": true,
  8699. "license": "MIT",
  8700. "dependencies": {
  8701. "acorn": "^8.14.0",
  8702. "webpack-virtual-modules": "^0.6.2"
  8703. },
  8704. "engines": {
  8705. "node": ">=18.12.0"
  8706. }
  8707. },
  8708. "node_modules/update-browserslist-db": {
  8709. "version": "1.1.3",
  8710. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  8711. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  8712. "dev": true,
  8713. "funding": [
  8714. {
  8715. "type": "opencollective",
  8716. "url": "https://opencollective.com/browserslist"
  8717. },
  8718. {
  8719. "type": "tidelift",
  8720. "url": "https://tidelift.com/funding/github/npm/browserslist"
  8721. },
  8722. {
  8723. "type": "github",
  8724. "url": "https://github.com/sponsors/ai"
  8725. }
  8726. ],
  8727. "license": "MIT",
  8728. "dependencies": {
  8729. "escalade": "^3.2.0",
  8730. "picocolors": "^1.1.1"
  8731. },
  8732. "bin": {
  8733. "update-browserslist-db": "cli.js"
  8734. },
  8735. "peerDependencies": {
  8736. "browserslist": ">= 4.21.0"
  8737. }
  8738. },
  8739. "node_modules/uri-js": {
  8740. "version": "4.4.1",
  8741. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  8742. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  8743. "dev": true,
  8744. "license": "BSD-2-Clause",
  8745. "dependencies": {
  8746. "punycode": "^2.1.0"
  8747. }
  8748. },
  8749. "node_modules/util-deprecate": {
  8750. "version": "1.0.2",
  8751. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  8752. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  8753. "dev": true,
  8754. "license": "MIT"
  8755. },
  8756. "node_modules/uuid": {
  8757. "version": "9.0.1",
  8758. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz",
  8759. "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
  8760. "funding": [
  8761. "https://github.com/sponsors/broofa",
  8762. "https://github.com/sponsors/ctavan"
  8763. ],
  8764. "license": "MIT",
  8765. "bin": {
  8766. "uuid": "dist/bin/uuid"
  8767. }
  8768. },
  8769. "node_modules/v-dropdown": {
  8770. "version": "3.0.0",
  8771. "resolved": "https://registry.npmmirror.com/v-dropdown/-/v-dropdown-3.0.0.tgz",
  8772. "integrity": "sha512-sDBiHhTjm0/eLmC83vUbOIHXNTlQD30w+usrh779OG+aNc/5vqyFQbSBPGekvD7pQPbWSPc5esVT8jcqfLRnrg==",
  8773. "license": "MIT",
  8774. "dependencies": {
  8775. "vue": "^3.3.4"
  8776. },
  8777. "peerDependencies": {
  8778. "vue": "^3.2.0"
  8779. }
  8780. },
  8781. "node_modules/v-selectpage": {
  8782. "version": "3.0.1",
  8783. "license": "MIT",
  8784. "dependencies": {
  8785. "v-dropdown": "3.0.0",
  8786. "vue": "^3.3.7"
  8787. },
  8788. "peerDependencies": {
  8789. "vue": "^3.2.0"
  8790. }
  8791. },
  8792. "node_modules/vanilla-picker": {
  8793. "version": "2.12.3",
  8794. "resolved": "https://registry.npmmirror.com/vanilla-picker/-/vanilla-picker-2.12.3.tgz",
  8795. "integrity": "sha512-qVkT1E7yMbUsB2mmJNFmaXMWE2hF8ffqzMMwe9zdAikd8u2VfnsVY2HQcOUi2F38bgbxzlJBEdS1UUhOXdF9GQ==",
  8796. "license": "ISC",
  8797. "dependencies": {
  8798. "@sphinxxxx/color-conversion": "^2.2.2"
  8799. }
  8800. },
  8801. "node_modules/vite": {
  8802. "version": "5.4.16",
  8803. "dev": true,
  8804. "license": "MIT",
  8805. "peer": true,
  8806. "dependencies": {
  8807. "esbuild": "^0.21.3",
  8808. "postcss": "^8.4.43",
  8809. "rollup": "^4.20.0"
  8810. },
  8811. "bin": {
  8812. "vite": "bin/vite.js"
  8813. },
  8814. "engines": {
  8815. "node": "^18.0.0 || >=20.0.0"
  8816. },
  8817. "funding": {
  8818. "url": "https://github.com/vitejs/vite?sponsor=1"
  8819. },
  8820. "optionalDependencies": {
  8821. "fsevents": "~2.3.3"
  8822. },
  8823. "peerDependencies": {
  8824. "@types/node": "^18.0.0 || >=20.0.0",
  8825. "less": "*",
  8826. "lightningcss": "^1.21.0",
  8827. "sass": "*",
  8828. "sass-embedded": "*",
  8829. "stylus": "*",
  8830. "sugarss": "*",
  8831. "terser": "^5.4.0"
  8832. },
  8833. "peerDependenciesMeta": {
  8834. "@types/node": {
  8835. "optional": true
  8836. },
  8837. "less": {
  8838. "optional": true
  8839. },
  8840. "lightningcss": {
  8841. "optional": true
  8842. },
  8843. "sass": {
  8844. "optional": true
  8845. },
  8846. "sass-embedded": {
  8847. "optional": true
  8848. },
  8849. "stylus": {
  8850. "optional": true
  8851. },
  8852. "sugarss": {
  8853. "optional": true
  8854. },
  8855. "terser": {
  8856. "optional": true
  8857. }
  8858. }
  8859. },
  8860. "node_modules/vite-hot-client": {
  8861. "version": "2.0.4",
  8862. "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-2.0.4.tgz",
  8863. "integrity": "sha512-W9LOGAyGMrbGArYJN4LBCdOC5+Zwh7dHvOHC0KmGKkJhsOzaKbpo/jEjpPKVHIW0/jBWj8RZG0NUxfgA8BxgAg==",
  8864. "dev": true,
  8865. "license": "MIT",
  8866. "funding": {
  8867. "url": "https://github.com/sponsors/antfu"
  8868. },
  8869. "peerDependencies": {
  8870. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  8871. }
  8872. },
  8873. "node_modules/vite-plugin-inspect": {
  8874. "version": "0.8.9",
  8875. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.9.tgz",
  8876. "integrity": "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==",
  8877. "dev": true,
  8878. "license": "MIT",
  8879. "dependencies": {
  8880. "@antfu/utils": "^0.7.10",
  8881. "@rollup/pluginutils": "^5.1.3",
  8882. "debug": "^4.3.7",
  8883. "error-stack-parser-es": "^0.1.5",
  8884. "fs-extra": "^11.2.0",
  8885. "open": "^10.1.0",
  8886. "perfect-debounce": "^1.0.0",
  8887. "picocolors": "^1.1.1",
  8888. "sirv": "^3.0.0"
  8889. },
  8890. "engines": {
  8891. "node": ">=14"
  8892. },
  8893. "funding": {
  8894. "url": "https://github.com/sponsors/antfu"
  8895. },
  8896. "peerDependencies": {
  8897. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1"
  8898. },
  8899. "peerDependenciesMeta": {
  8900. "@nuxt/kit": {
  8901. "optional": true
  8902. }
  8903. }
  8904. },
  8905. "node_modules/vite-plugin-inspect/node_modules/@antfu/utils": {
  8906. "version": "0.7.10",
  8907. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  8908. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  8909. "dev": true,
  8910. "license": "MIT",
  8911. "funding": {
  8912. "url": "https://github.com/sponsors/antfu"
  8913. }
  8914. },
  8915. "node_modules/vite-plugin-inspect/node_modules/sirv": {
  8916. "version": "3.0.1",
  8917. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.1.tgz",
  8918. "integrity": "sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==",
  8919. "dev": true,
  8920. "license": "MIT",
  8921. "dependencies": {
  8922. "@polka/url": "^1.0.0-next.24",
  8923. "mrmime": "^2.0.0",
  8924. "totalist": "^3.0.0"
  8925. },
  8926. "engines": {
  8927. "node": ">=18"
  8928. }
  8929. },
  8930. "node_modules/vite-plugin-lazy-import": {
  8931. "version": "1.0.7",
  8932. "dev": true,
  8933. "license": "MIT",
  8934. "dependencies": {
  8935. "@rollup/pluginutils": "^5.1.0",
  8936. "es-module-lexer": "^1.5.3",
  8937. "rollup": "^4.18.0",
  8938. "xe-utils": "^3.5.26"
  8939. }
  8940. },
  8941. "node_modules/vite-plugin-vue-devtools": {
  8942. "version": "7.7.2",
  8943. "dev": true,
  8944. "license": "MIT",
  8945. "dependencies": {
  8946. "@vue/devtools-core": "^7.7.2",
  8947. "@vue/devtools-kit": "^7.7.2",
  8948. "@vue/devtools-shared": "^7.7.2",
  8949. "execa": "^9.5.1",
  8950. "sirv": "^3.0.0",
  8951. "vite-plugin-inspect": "0.8.9",
  8952. "vite-plugin-vue-inspector": "^5.3.1"
  8953. },
  8954. "engines": {
  8955. "node": ">=v14.21.3"
  8956. },
  8957. "peerDependencies": {
  8958. "vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  8959. }
  8960. },
  8961. "node_modules/vite-plugin-vue-devtools/node_modules/sirv": {
  8962. "version": "3.0.1",
  8963. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.1.tgz",
  8964. "integrity": "sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==",
  8965. "dev": true,
  8966. "license": "MIT",
  8967. "dependencies": {
  8968. "@polka/url": "^1.0.0-next.24",
  8969. "mrmime": "^2.0.0",
  8970. "totalist": "^3.0.0"
  8971. },
  8972. "engines": {
  8973. "node": ">=18"
  8974. }
  8975. },
  8976. "node_modules/vite-plugin-vue-inspector": {
  8977. "version": "5.3.1",
  8978. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.3.1.tgz",
  8979. "integrity": "sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==",
  8980. "dev": true,
  8981. "license": "MIT",
  8982. "dependencies": {
  8983. "@babel/core": "^7.23.0",
  8984. "@babel/plugin-proposal-decorators": "^7.23.0",
  8985. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  8986. "@babel/plugin-syntax-import-meta": "^7.10.4",
  8987. "@babel/plugin-transform-typescript": "^7.22.15",
  8988. "@vue/babel-plugin-jsx": "^1.1.5",
  8989. "@vue/compiler-dom": "^3.3.4",
  8990. "kolorist": "^1.8.0",
  8991. "magic-string": "^0.30.4"
  8992. },
  8993. "peerDependencies": {
  8994. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  8995. }
  8996. },
  8997. "node_modules/vite-svg-loader": {
  8998. "version": "5.1.0",
  8999. "resolved": "https://registry.npmmirror.com/vite-svg-loader/-/vite-svg-loader-5.1.0.tgz",
  9000. "integrity": "sha512-M/wqwtOEjgb956/+m5ZrYT/Iq6Hax0OakWbokj8+9PXOnB7b/4AxESHieEtnNEy7ZpjsjYW1/5nK8fATQMmRxw==",
  9001. "license": "MIT",
  9002. "dependencies": {
  9003. "svgo": "^3.0.2"
  9004. },
  9005. "peerDependencies": {
  9006. "vue": ">=3.2.13"
  9007. }
  9008. },
  9009. "node_modules/vite/node_modules/@esbuild/aix-ppc64": {
  9010. "version": "0.21.5",
  9011. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  9012. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  9013. "cpu": [
  9014. "ppc64"
  9015. ],
  9016. "dev": true,
  9017. "license": "MIT",
  9018. "optional": true,
  9019. "os": [
  9020. "aix"
  9021. ],
  9022. "engines": {
  9023. "node": ">=12"
  9024. }
  9025. },
  9026. "node_modules/vite/node_modules/@esbuild/android-arm": {
  9027. "version": "0.21.5",
  9028. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  9029. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  9030. "cpu": [
  9031. "arm"
  9032. ],
  9033. "dev": true,
  9034. "license": "MIT",
  9035. "optional": true,
  9036. "os": [
  9037. "android"
  9038. ],
  9039. "engines": {
  9040. "node": ">=12"
  9041. }
  9042. },
  9043. "node_modules/vite/node_modules/@esbuild/android-arm64": {
  9044. "version": "0.21.5",
  9045. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  9046. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  9047. "cpu": [
  9048. "arm64"
  9049. ],
  9050. "dev": true,
  9051. "license": "MIT",
  9052. "optional": true,
  9053. "os": [
  9054. "android"
  9055. ],
  9056. "engines": {
  9057. "node": ">=12"
  9058. }
  9059. },
  9060. "node_modules/vite/node_modules/@esbuild/android-x64": {
  9061. "version": "0.21.5",
  9062. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  9063. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  9064. "cpu": [
  9065. "x64"
  9066. ],
  9067. "dev": true,
  9068. "license": "MIT",
  9069. "optional": true,
  9070. "os": [
  9071. "android"
  9072. ],
  9073. "engines": {
  9074. "node": ">=12"
  9075. }
  9076. },
  9077. "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
  9078. "version": "0.21.5",
  9079. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  9080. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  9081. "cpu": [
  9082. "arm64"
  9083. ],
  9084. "dev": true,
  9085. "license": "MIT",
  9086. "optional": true,
  9087. "os": [
  9088. "darwin"
  9089. ],
  9090. "engines": {
  9091. "node": ">=12"
  9092. }
  9093. },
  9094. "node_modules/vite/node_modules/@esbuild/darwin-x64": {
  9095. "version": "0.21.5",
  9096. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  9097. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  9098. "cpu": [
  9099. "x64"
  9100. ],
  9101. "dev": true,
  9102. "license": "MIT",
  9103. "optional": true,
  9104. "os": [
  9105. "darwin"
  9106. ],
  9107. "engines": {
  9108. "node": ">=12"
  9109. }
  9110. },
  9111. "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
  9112. "version": "0.21.5",
  9113. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  9114. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  9115. "cpu": [
  9116. "arm64"
  9117. ],
  9118. "dev": true,
  9119. "license": "MIT",
  9120. "optional": true,
  9121. "os": [
  9122. "freebsd"
  9123. ],
  9124. "engines": {
  9125. "node": ">=12"
  9126. }
  9127. },
  9128. "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
  9129. "version": "0.21.5",
  9130. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  9131. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  9132. "cpu": [
  9133. "x64"
  9134. ],
  9135. "dev": true,
  9136. "license": "MIT",
  9137. "optional": true,
  9138. "os": [
  9139. "freebsd"
  9140. ],
  9141. "engines": {
  9142. "node": ">=12"
  9143. }
  9144. },
  9145. "node_modules/vite/node_modules/@esbuild/linux-arm": {
  9146. "version": "0.21.5",
  9147. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  9148. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  9149. "cpu": [
  9150. "arm"
  9151. ],
  9152. "dev": true,
  9153. "license": "MIT",
  9154. "optional": true,
  9155. "os": [
  9156. "linux"
  9157. ],
  9158. "engines": {
  9159. "node": ">=12"
  9160. }
  9161. },
  9162. "node_modules/vite/node_modules/@esbuild/linux-arm64": {
  9163. "version": "0.21.5",
  9164. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  9165. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  9166. "cpu": [
  9167. "arm64"
  9168. ],
  9169. "dev": true,
  9170. "license": "MIT",
  9171. "optional": true,
  9172. "os": [
  9173. "linux"
  9174. ],
  9175. "engines": {
  9176. "node": ">=12"
  9177. }
  9178. },
  9179. "node_modules/vite/node_modules/@esbuild/linux-ia32": {
  9180. "version": "0.21.5",
  9181. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  9182. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  9183. "cpu": [
  9184. "ia32"
  9185. ],
  9186. "dev": true,
  9187. "license": "MIT",
  9188. "optional": true,
  9189. "os": [
  9190. "linux"
  9191. ],
  9192. "engines": {
  9193. "node": ">=12"
  9194. }
  9195. },
  9196. "node_modules/vite/node_modules/@esbuild/linux-loong64": {
  9197. "version": "0.21.5",
  9198. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  9199. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  9200. "cpu": [
  9201. "loong64"
  9202. ],
  9203. "dev": true,
  9204. "license": "MIT",
  9205. "optional": true,
  9206. "os": [
  9207. "linux"
  9208. ],
  9209. "engines": {
  9210. "node": ">=12"
  9211. }
  9212. },
  9213. "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
  9214. "version": "0.21.5",
  9215. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  9216. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  9217. "cpu": [
  9218. "mips64el"
  9219. ],
  9220. "dev": true,
  9221. "license": "MIT",
  9222. "optional": true,
  9223. "os": [
  9224. "linux"
  9225. ],
  9226. "engines": {
  9227. "node": ">=12"
  9228. }
  9229. },
  9230. "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
  9231. "version": "0.21.5",
  9232. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  9233. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  9234. "cpu": [
  9235. "ppc64"
  9236. ],
  9237. "dev": true,
  9238. "license": "MIT",
  9239. "optional": true,
  9240. "os": [
  9241. "linux"
  9242. ],
  9243. "engines": {
  9244. "node": ">=12"
  9245. }
  9246. },
  9247. "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
  9248. "version": "0.21.5",
  9249. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  9250. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  9251. "cpu": [
  9252. "riscv64"
  9253. ],
  9254. "dev": true,
  9255. "license": "MIT",
  9256. "optional": true,
  9257. "os": [
  9258. "linux"
  9259. ],
  9260. "engines": {
  9261. "node": ">=12"
  9262. }
  9263. },
  9264. "node_modules/vite/node_modules/@esbuild/linux-s390x": {
  9265. "version": "0.21.5",
  9266. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  9267. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  9268. "cpu": [
  9269. "s390x"
  9270. ],
  9271. "dev": true,
  9272. "license": "MIT",
  9273. "optional": true,
  9274. "os": [
  9275. "linux"
  9276. ],
  9277. "engines": {
  9278. "node": ">=12"
  9279. }
  9280. },
  9281. "node_modules/vite/node_modules/@esbuild/linux-x64": {
  9282. "version": "0.21.5",
  9283. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  9284. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  9285. "cpu": [
  9286. "x64"
  9287. ],
  9288. "dev": true,
  9289. "license": "MIT",
  9290. "optional": true,
  9291. "os": [
  9292. "linux"
  9293. ],
  9294. "engines": {
  9295. "node": ">=12"
  9296. }
  9297. },
  9298. "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
  9299. "version": "0.21.5",
  9300. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  9301. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  9302. "cpu": [
  9303. "x64"
  9304. ],
  9305. "dev": true,
  9306. "license": "MIT",
  9307. "optional": true,
  9308. "os": [
  9309. "netbsd"
  9310. ],
  9311. "engines": {
  9312. "node": ">=12"
  9313. }
  9314. },
  9315. "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
  9316. "version": "0.21.5",
  9317. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  9318. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  9319. "cpu": [
  9320. "x64"
  9321. ],
  9322. "dev": true,
  9323. "license": "MIT",
  9324. "optional": true,
  9325. "os": [
  9326. "openbsd"
  9327. ],
  9328. "engines": {
  9329. "node": ">=12"
  9330. }
  9331. },
  9332. "node_modules/vite/node_modules/@esbuild/sunos-x64": {
  9333. "version": "0.21.5",
  9334. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  9335. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  9336. "cpu": [
  9337. "x64"
  9338. ],
  9339. "dev": true,
  9340. "license": "MIT",
  9341. "optional": true,
  9342. "os": [
  9343. "sunos"
  9344. ],
  9345. "engines": {
  9346. "node": ">=12"
  9347. }
  9348. },
  9349. "node_modules/vite/node_modules/@esbuild/win32-arm64": {
  9350. "version": "0.21.5",
  9351. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  9352. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  9353. "cpu": [
  9354. "arm64"
  9355. ],
  9356. "dev": true,
  9357. "license": "MIT",
  9358. "optional": true,
  9359. "os": [
  9360. "win32"
  9361. ],
  9362. "engines": {
  9363. "node": ">=12"
  9364. }
  9365. },
  9366. "node_modules/vite/node_modules/@esbuild/win32-ia32": {
  9367. "version": "0.21.5",
  9368. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  9369. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  9370. "cpu": [
  9371. "ia32"
  9372. ],
  9373. "dev": true,
  9374. "license": "MIT",
  9375. "optional": true,
  9376. "os": [
  9377. "win32"
  9378. ],
  9379. "engines": {
  9380. "node": ">=12"
  9381. }
  9382. },
  9383. "node_modules/vite/node_modules/@esbuild/win32-x64": {
  9384. "version": "0.21.5",
  9385. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  9386. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  9387. "cpu": [
  9388. "x64"
  9389. ],
  9390. "dev": true,
  9391. "license": "MIT",
  9392. "optional": true,
  9393. "os": [
  9394. "win32"
  9395. ],
  9396. "engines": {
  9397. "node": ">=12"
  9398. }
  9399. },
  9400. "node_modules/vite/node_modules/esbuild": {
  9401. "version": "0.21.5",
  9402. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz",
  9403. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  9404. "dev": true,
  9405. "hasInstallScript": true,
  9406. "license": "MIT",
  9407. "bin": {
  9408. "esbuild": "bin/esbuild"
  9409. },
  9410. "engines": {
  9411. "node": ">=12"
  9412. },
  9413. "optionalDependencies": {
  9414. "@esbuild/aix-ppc64": "0.21.5",
  9415. "@esbuild/android-arm": "0.21.5",
  9416. "@esbuild/android-arm64": "0.21.5",
  9417. "@esbuild/android-x64": "0.21.5",
  9418. "@esbuild/darwin-arm64": "0.21.5",
  9419. "@esbuild/darwin-x64": "0.21.5",
  9420. "@esbuild/freebsd-arm64": "0.21.5",
  9421. "@esbuild/freebsd-x64": "0.21.5",
  9422. "@esbuild/linux-arm": "0.21.5",
  9423. "@esbuild/linux-arm64": "0.21.5",
  9424. "@esbuild/linux-ia32": "0.21.5",
  9425. "@esbuild/linux-loong64": "0.21.5",
  9426. "@esbuild/linux-mips64el": "0.21.5",
  9427. "@esbuild/linux-ppc64": "0.21.5",
  9428. "@esbuild/linux-riscv64": "0.21.5",
  9429. "@esbuild/linux-s390x": "0.21.5",
  9430. "@esbuild/linux-x64": "0.21.5",
  9431. "@esbuild/netbsd-x64": "0.21.5",
  9432. "@esbuild/openbsd-x64": "0.21.5",
  9433. "@esbuild/sunos-x64": "0.21.5",
  9434. "@esbuild/win32-arm64": "0.21.5",
  9435. "@esbuild/win32-ia32": "0.21.5",
  9436. "@esbuild/win32-x64": "0.21.5"
  9437. }
  9438. },
  9439. "node_modules/vscode-uri": {
  9440. "version": "3.1.0",
  9441. "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz",
  9442. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  9443. "dev": true,
  9444. "license": "MIT"
  9445. },
  9446. "node_modules/vue": {
  9447. "version": "3.5.13",
  9448. "license": "MIT",
  9449. "peer": true,
  9450. "dependencies": {
  9451. "@vue/compiler-dom": "3.5.13",
  9452. "@vue/compiler-sfc": "3.5.13",
  9453. "@vue/runtime-dom": "3.5.13",
  9454. "@vue/server-renderer": "3.5.13",
  9455. "@vue/shared": "3.5.13"
  9456. },
  9457. "peerDependencies": {
  9458. "typescript": "*"
  9459. },
  9460. "peerDependenciesMeta": {
  9461. "typescript": {
  9462. "optional": true
  9463. }
  9464. }
  9465. },
  9466. "node_modules/vue-demi": {
  9467. "version": "0.14.10",
  9468. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  9469. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  9470. "hasInstallScript": true,
  9471. "license": "MIT",
  9472. "bin": {
  9473. "vue-demi-fix": "bin/vue-demi-fix.js",
  9474. "vue-demi-switch": "bin/vue-demi-switch.js"
  9475. },
  9476. "engines": {
  9477. "node": ">=12"
  9478. },
  9479. "funding": {
  9480. "url": "https://github.com/sponsors/antfu"
  9481. },
  9482. "peerDependencies": {
  9483. "@vue/composition-api": "^1.0.0-rc.1",
  9484. "vue": "^3.0.0-0 || ^2.6.0"
  9485. },
  9486. "peerDependenciesMeta": {
  9487. "@vue/composition-api": {
  9488. "optional": true
  9489. }
  9490. }
  9491. },
  9492. "node_modules/vue-echarts": {
  9493. "version": "7.0.3",
  9494. "license": "MIT",
  9495. "dependencies": {
  9496. "vue-demi": "^0.13.11"
  9497. },
  9498. "peerDependencies": {
  9499. "@vue/runtime-core": "^3.0.0",
  9500. "echarts": "^5.5.1",
  9501. "vue": "^2.7.0 || ^3.1.1"
  9502. },
  9503. "peerDependenciesMeta": {
  9504. "@vue/runtime-core": {
  9505. "optional": true
  9506. }
  9507. }
  9508. },
  9509. "node_modules/vue-echarts/node_modules/vue-demi": {
  9510. "version": "0.13.11",
  9511. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.13.11.tgz",
  9512. "integrity": "sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==",
  9513. "hasInstallScript": true,
  9514. "license": "MIT",
  9515. "bin": {
  9516. "vue-demi-fix": "bin/vue-demi-fix.js",
  9517. "vue-demi-switch": "bin/vue-demi-switch.js"
  9518. },
  9519. "engines": {
  9520. "node": ">=12"
  9521. },
  9522. "funding": {
  9523. "url": "https://github.com/sponsors/antfu"
  9524. },
  9525. "peerDependencies": {
  9526. "@vue/composition-api": "^1.0.0-rc.1",
  9527. "vue": "^3.0.0-0 || ^2.6.0"
  9528. },
  9529. "peerDependenciesMeta": {
  9530. "@vue/composition-api": {
  9531. "optional": true
  9532. }
  9533. }
  9534. },
  9535. "node_modules/vue-eslint-parser": {
  9536. "version": "9.4.3",
  9537. "resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz",
  9538. "integrity": "sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==",
  9539. "dev": true,
  9540. "license": "MIT",
  9541. "dependencies": {
  9542. "debug": "^4.3.4",
  9543. "eslint-scope": "^7.1.1",
  9544. "eslint-visitor-keys": "^3.3.0",
  9545. "espree": "^9.3.1",
  9546. "esquery": "^1.4.0",
  9547. "lodash": "^4.17.21",
  9548. "semver": "^7.3.6"
  9549. },
  9550. "engines": {
  9551. "node": "^14.17.0 || >=16.0.0"
  9552. },
  9553. "funding": {
  9554. "url": "https://github.com/sponsors/mysticatea"
  9555. },
  9556. "peerDependencies": {
  9557. "eslint": ">=6.0.0"
  9558. }
  9559. },
  9560. "node_modules/vue-eslint-parser/node_modules/semver": {
  9561. "version": "7.7.2",
  9562. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  9563. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  9564. "dev": true,
  9565. "license": "ISC",
  9566. "bin": {
  9567. "semver": "bin/semver.js"
  9568. },
  9569. "engines": {
  9570. "node": ">=10"
  9571. }
  9572. },
  9573. "node_modules/vue-observe-visibility": {
  9574. "version": "2.0.0-alpha.1",
  9575. "resolved": "https://registry.npmmirror.com/vue-observe-visibility/-/vue-observe-visibility-2.0.0-alpha.1.tgz",
  9576. "integrity": "sha512-flFbp/gs9pZniXR6fans8smv1kDScJ8RS7rEpMjhVabiKeq7Qz3D9+eGsypncjfIyyU84saU88XZ0zjbD6Gq/g==",
  9577. "license": "MIT",
  9578. "peerDependencies": {
  9579. "vue": "^3.0.0"
  9580. }
  9581. },
  9582. "node_modules/vue-range-component": {
  9583. "version": "1.0.3",
  9584. "resolved": "https://registry.npmmirror.com/vue-range-component/-/vue-range-component-1.0.3.tgz",
  9585. "integrity": "sha512-J/rE7KJa61XsLXREvSw0Ia+dSTaLoP5Ou7NfOy5pm/1FMgYn7E14iQj7baA8H4ZxoIuKuCfrhjWglPHtWUPGmg==",
  9586. "license": "MIT"
  9587. },
  9588. "node_modules/vue-resize": {
  9589. "version": "2.0.0-alpha.1",
  9590. "resolved": "https://registry.npmmirror.com/vue-resize/-/vue-resize-2.0.0-alpha.1.tgz",
  9591. "integrity": "sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==",
  9592. "license": "MIT",
  9593. "peerDependencies": {
  9594. "vue": "^3.0.0"
  9595. }
  9596. },
  9597. "node_modules/vue-router": {
  9598. "version": "4.5.0",
  9599. "license": "MIT",
  9600. "peer": true,
  9601. "dependencies": {
  9602. "@vue/devtools-api": "^6.6.4"
  9603. },
  9604. "funding": {
  9605. "url": "https://github.com/sponsors/posva"
  9606. },
  9607. "peerDependencies": {
  9608. "vue": "^3.2.0"
  9609. }
  9610. },
  9611. "node_modules/vue-tsc": {
  9612. "version": "2.2.8",
  9613. "dev": true,
  9614. "license": "MIT",
  9615. "dependencies": {
  9616. "@volar/typescript": "~2.4.11",
  9617. "@vue/language-core": "2.2.8"
  9618. },
  9619. "bin": {
  9620. "vue-tsc": "bin/vue-tsc.js"
  9621. },
  9622. "peerDependencies": {
  9623. "typescript": ">=5.0.0"
  9624. }
  9625. },
  9626. "node_modules/vue-types": {
  9627. "version": "3.0.2",
  9628. "resolved": "https://registry.npmmirror.com/vue-types/-/vue-types-3.0.2.tgz",
  9629. "integrity": "sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==",
  9630. "license": "MIT",
  9631. "dependencies": {
  9632. "is-plain-object": "3.0.1"
  9633. },
  9634. "engines": {
  9635. "node": ">=10.15.0"
  9636. },
  9637. "peerDependencies": {
  9638. "vue": "^3.0.0"
  9639. }
  9640. },
  9641. "node_modules/vue-virtual-scroller": {
  9642. "version": "2.0.0-beta.8",
  9643. "license": "MIT",
  9644. "dependencies": {
  9645. "mitt": "^2.1.0",
  9646. "vue-observe-visibility": "^2.0.0-alpha.1",
  9647. "vue-resize": "^2.0.0-alpha.1"
  9648. },
  9649. "peerDependencies": {
  9650. "vue": "^3.2.0"
  9651. }
  9652. },
  9653. "node_modules/vue-virtual-scroller/node_modules/mitt": {
  9654. "version": "2.1.0",
  9655. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-2.1.0.tgz",
  9656. "integrity": "sha512-ILj2TpLiysu2wkBbWjAmww7TkZb65aiQO+DkVdUTBpBXq+MHYiETENkKFMtsJZX1Lf4pe4QOrTSjIfUwN5lRdg==",
  9657. "license": "MIT"
  9658. },
  9659. "node_modules/vue/node_modules/@vue/compiler-core": {
  9660. "version": "3.5.13",
  9661. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
  9662. "integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
  9663. "license": "MIT",
  9664. "dependencies": {
  9665. "@babel/parser": "^7.25.3",
  9666. "@vue/shared": "3.5.13",
  9667. "entities": "^4.5.0",
  9668. "estree-walker": "^2.0.2",
  9669. "source-map-js": "^1.2.0"
  9670. }
  9671. },
  9672. "node_modules/vue/node_modules/@vue/compiler-dom": {
  9673. "version": "3.5.13",
  9674. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz",
  9675. "integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==",
  9676. "license": "MIT",
  9677. "dependencies": {
  9678. "@vue/compiler-core": "3.5.13",
  9679. "@vue/shared": "3.5.13"
  9680. }
  9681. },
  9682. "node_modules/vue/node_modules/@vue/compiler-sfc": {
  9683. "version": "3.5.13",
  9684. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz",
  9685. "integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==",
  9686. "license": "MIT",
  9687. "dependencies": {
  9688. "@babel/parser": "^7.25.3",
  9689. "@vue/compiler-core": "3.5.13",
  9690. "@vue/compiler-dom": "3.5.13",
  9691. "@vue/compiler-ssr": "3.5.13",
  9692. "@vue/shared": "3.5.13",
  9693. "estree-walker": "^2.0.2",
  9694. "magic-string": "^0.30.11",
  9695. "postcss": "^8.4.48",
  9696. "source-map-js": "^1.2.0"
  9697. }
  9698. },
  9699. "node_modules/vue/node_modules/@vue/compiler-ssr": {
  9700. "version": "3.5.13",
  9701. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
  9702. "integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
  9703. "license": "MIT",
  9704. "dependencies": {
  9705. "@vue/compiler-dom": "3.5.13",
  9706. "@vue/shared": "3.5.13"
  9707. }
  9708. },
  9709. "node_modules/vue/node_modules/@vue/shared": {
  9710. "version": "3.5.13",
  9711. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
  9712. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
  9713. "license": "MIT"
  9714. },
  9715. "node_modules/vue3-slider": {
  9716. "version": "1.10.1",
  9717. "resolved": "https://registry.npmmirror.com/vue3-slider/-/vue3-slider-1.10.1.tgz",
  9718. "integrity": "sha512-2nGoHbjh+lgXQErdrUs6yIN99EKU4St+dAZUcFe2s5Gn9V8+QFMmV6rwpb3prQn0Yz1wrVDLTZLbwmEpiEY7xg==",
  9719. "license": "MIT",
  9720. "engines": {
  9721. "node": ">=10"
  9722. },
  9723. "peerDependencies": {
  9724. "vue": "^3.0.0"
  9725. }
  9726. },
  9727. "node_modules/vuedraggable": {
  9728. "version": "4.1.0",
  9729. "resolved": "https://registry.npmmirror.com/vuedraggable/-/vuedraggable-4.1.0.tgz",
  9730. "integrity": "sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==",
  9731. "license": "MIT",
  9732. "dependencies": {
  9733. "sortablejs": "1.14.0"
  9734. },
  9735. "peerDependencies": {
  9736. "vue": "^3.0.1"
  9737. }
  9738. },
  9739. "node_modules/vxe-pc-ui": {
  9740. "version": "4.10.37",
  9741. "resolved": "https://registry.npmmirror.com/vxe-pc-ui/-/vxe-pc-ui-4.10.37.tgz",
  9742. "integrity": "sha512-brsAXxwKLRqlgLZvXvJf+Ys47rmBv85jLQ2WOqDNFqoiEpGNBuu0Ai9K69Z7o3Nz5J6UtF7MGnAPjFGCNx1lhQ==",
  9743. "license": "MIT",
  9744. "dependencies": {
  9745. "@vxe-ui/core": "^4.2.15"
  9746. }
  9747. },
  9748. "node_modules/vxe-table": {
  9749. "version": "4.12.5",
  9750. "license": "MIT",
  9751. "dependencies": {
  9752. "vxe-pc-ui": "^4.5.10"
  9753. }
  9754. },
  9755. "node_modules/warning": {
  9756. "version": "4.0.3",
  9757. "resolved": "https://registry.npmmirror.com/warning/-/warning-4.0.3.tgz",
  9758. "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  9759. "license": "MIT",
  9760. "dependencies": {
  9761. "loose-envify": "^1.0.0"
  9762. }
  9763. },
  9764. "node_modules/webpack-virtual-modules": {
  9765. "version": "0.6.2",
  9766. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  9767. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  9768. "dev": true,
  9769. "license": "MIT"
  9770. },
  9771. "node_modules/which": {
  9772. "version": "2.0.2",
  9773. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  9774. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  9775. "dev": true,
  9776. "license": "ISC",
  9777. "dependencies": {
  9778. "isexe": "^2.0.0"
  9779. },
  9780. "bin": {
  9781. "node-which": "bin/node-which"
  9782. },
  9783. "engines": {
  9784. "node": ">= 8"
  9785. }
  9786. },
  9787. "node_modules/wildcard": {
  9788. "version": "1.1.2",
  9789. "resolved": "https://registry.npmmirror.com/wildcard/-/wildcard-1.1.2.tgz",
  9790. "integrity": "sha512-DXukZJxpHA8LuotRwL0pP1+rS6CS7FF2qStDDE1C7DDg2rLud2PXRMuEDYIPhgEezwnlHNL4c+N6MfMTjCGTng==",
  9791. "license": "MIT"
  9792. },
  9793. "node_modules/word-wrap": {
  9794. "version": "1.2.5",
  9795. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  9796. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  9797. "dev": true,
  9798. "license": "MIT",
  9799. "engines": {
  9800. "node": ">=0.10.0"
  9801. }
  9802. },
  9803. "node_modules/wrappy": {
  9804. "version": "1.0.2",
  9805. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  9806. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  9807. "dev": true,
  9808. "license": "ISC"
  9809. },
  9810. "node_modules/xe-utils": {
  9811. "version": "3.7.9",
  9812. "resolved": "https://registry.npmmirror.com/xe-utils/-/xe-utils-3.7.9.tgz",
  9813. "integrity": "sha512-LWH6M7g+TKX8P2fqGxDPgJQygiULhbMtpmfxTMxJTUjuUv9y2+I45UCcVLh5AnmJSxDV1xTxsq7G5P9Eid06JQ==",
  9814. "license": "MIT"
  9815. },
  9816. "node_modules/xml-name-validator": {
  9817. "version": "4.0.0",
  9818. "resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  9819. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  9820. "dev": true,
  9821. "license": "Apache-2.0",
  9822. "engines": {
  9823. "node": ">=12"
  9824. }
  9825. },
  9826. "node_modules/yallist": {
  9827. "version": "3.1.1",
  9828. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  9829. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  9830. "dev": true,
  9831. "license": "ISC"
  9832. },
  9833. "node_modules/yaml": {
  9834. "version": "2.8.0",
  9835. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.0.tgz",
  9836. "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
  9837. "dev": true,
  9838. "license": "ISC",
  9839. "bin": {
  9840. "yaml": "bin.mjs"
  9841. },
  9842. "engines": {
  9843. "node": ">= 14.6"
  9844. }
  9845. },
  9846. "node_modules/yocto-queue": {
  9847. "version": "0.1.0",
  9848. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  9849. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  9850. "dev": true,
  9851. "license": "MIT",
  9852. "engines": {
  9853. "node": ">=10"
  9854. },
  9855. "funding": {
  9856. "url": "https://github.com/sponsors/sindresorhus"
  9857. }
  9858. },
  9859. "node_modules/yoctocolors": {
  9860. "version": "2.1.1",
  9861. "resolved": "https://registry.npmmirror.com/yoctocolors/-/yoctocolors-2.1.1.tgz",
  9862. "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
  9863. "dev": true,
  9864. "license": "MIT",
  9865. "engines": {
  9866. "node": ">=18"
  9867. },
  9868. "funding": {
  9869. "url": "https://github.com/sponsors/sindresorhus"
  9870. }
  9871. },
  9872. "node_modules/zrender": {
  9873. "version": "5.6.1",
  9874. "resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.6.1.tgz",
  9875. "integrity": "sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==",
  9876. "license": "BSD-3-Clause",
  9877. "dependencies": {
  9878. "tslib": "2.3.0"
  9879. }
  9880. }
  9881. }
  9882. }