package-lock.json 144 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987
  1. {
  2. "name": "ruoyi-ele-admin",
  3. "version": "1.2.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "ruoyi-ele-admin",
  9. "version": "1.2.1",
  10. "dependencies": {
  11. "@amap/amap-jsapi-loader": "~1.0.1",
  12. "@ant-design/colors": "~7.1.0",
  13. "@bytemd/plugin-gfm": "~1.21.0",
  14. "@bytemd/plugin-highlight": "~1.21.0",
  15. "@element-plus/icons-vue": "~2.3.1",
  16. "@vueuse/core": "~11.0.3",
  17. "axios": "~1.7.5",
  18. "bytemd": "~1.21.0",
  19. "countup.js": "~2.8.0",
  20. "cropperjs": "~1.6.2",
  21. "dayjs": "~1.11.13",
  22. "echarts": "~5.5.1",
  23. "echarts-wordcloud": "~2.1.0",
  24. "ele-admin-plus": "~1.2.1",
  25. "element-plus": "2.8.4",
  26. "exceljs": "~4.4.0",
  27. "highlight.js": "~11.10.0",
  28. "jsbarcode": "~3.11.6",
  29. "jszip": "~3.10.1",
  30. "lodash-es": "~4.17.21",
  31. "monaco-editor": "~0.51.0",
  32. "nprogress": "~0.2.0",
  33. "pinia": "~2.2.2",
  34. "sortablejs": "~1.15.2",
  35. "tinymce": "~5.10.9",
  36. "v-viewer": "^3.0.21",
  37. "viewerjs": "^1.11.7",
  38. "vue": "~3.4.38",
  39. "vue-echarts": "~7.0.3",
  40. "vue-router": "~4.4.3",
  41. "vuedraggable": "^4.1.0",
  42. "xgplayer": "~3.0.20",
  43. "xgplayer-hls": "~3.0.20",
  44. "xgplayer-music": "~3.0.20"
  45. },
  46. "devDependencies": {
  47. "@vitejs/plugin-vue": "~5.1.2",
  48. "@vue/compiler-sfc": "~3.4.38",
  49. "eslint": "~8.57.0",
  50. "eslint-config-prettier": "~9.1.0",
  51. "eslint-plugin-prettier": "~5.2.1",
  52. "eslint-plugin-vue": "~9.27.0",
  53. "postcss": "~8.4.41",
  54. "prettier": "~3.3.3",
  55. "rimraf": "~5.0.10",
  56. "sass": "~1.77.8",
  57. "tailwindcss": "^3.4.15",
  58. "unplugin-auto-import": "^0.18.5",
  59. "unplugin-vue-components": "~0.27.4",
  60. "vite": "~5.4.2",
  61. "vite-plugin-compression": "~0.5.1",
  62. "vue-eslint-parser": "~9.4.3"
  63. }
  64. },
  65. "node_modules/@alloc/quick-lru": {
  66. "version": "5.2.0",
  67. "dev": true,
  68. "license": "MIT",
  69. "engines": {
  70. "node": ">=10"
  71. },
  72. "funding": {
  73. "url": "https://github.com/sponsors/sindresorhus"
  74. }
  75. },
  76. "node_modules/@amap/amap-jsapi-loader": {
  77. "version": "1.0.1",
  78. "license": "MIT"
  79. },
  80. "node_modules/@ant-design/colors": {
  81. "version": "7.1.0",
  82. "license": "MIT",
  83. "dependencies": {
  84. "@ctrl/tinycolor": "^3.6.1"
  85. }
  86. },
  87. "node_modules/@antfu/utils": {
  88. "version": "0.7.10",
  89. "dev": true,
  90. "license": "MIT",
  91. "funding": {
  92. "url": "https://github.com/sponsors/antfu"
  93. }
  94. },
  95. "node_modules/@babel/helper-string-parser": {
  96. "version": "7.27.1",
  97. "license": "MIT",
  98. "engines": {
  99. "node": ">=6.9.0"
  100. }
  101. },
  102. "node_modules/@babel/helper-validator-identifier": {
  103. "version": "7.27.1",
  104. "license": "MIT",
  105. "engines": {
  106. "node": ">=6.9.0"
  107. }
  108. },
  109. "node_modules/@babel/parser": {
  110. "version": "7.28.0",
  111. "license": "MIT",
  112. "dependencies": {
  113. "@babel/types": "^7.28.0"
  114. },
  115. "bin": {
  116. "parser": "bin/babel-parser.js"
  117. },
  118. "engines": {
  119. "node": ">=6.0.0"
  120. }
  121. },
  122. "node_modules/@babel/runtime": {
  123. "version": "7.28.2",
  124. "license": "MIT",
  125. "engines": {
  126. "node": ">=6.9.0"
  127. }
  128. },
  129. "node_modules/@babel/types": {
  130. "version": "7.28.2",
  131. "license": "MIT",
  132. "dependencies": {
  133. "@babel/helper-string-parser": "^7.27.1",
  134. "@babel/helper-validator-identifier": "^7.27.1"
  135. },
  136. "engines": {
  137. "node": ">=6.9.0"
  138. }
  139. },
  140. "node_modules/@bytemd/plugin-gfm": {
  141. "version": "1.21.0",
  142. "license": "MIT",
  143. "dependencies": {
  144. "remark-gfm": "^3.0.1"
  145. },
  146. "peerDependencies": {
  147. "bytemd": "^1.5.0"
  148. }
  149. },
  150. "node_modules/@bytemd/plugin-highlight": {
  151. "version": "1.21.0",
  152. "license": "MIT",
  153. "dependencies": {
  154. "highlight.js": "^11.7.0"
  155. },
  156. "peerDependencies": {
  157. "bytemd": "^1.5.0"
  158. }
  159. },
  160. "node_modules/@bytemd/plugin-highlight/node_modules/highlight.js": {
  161. "version": "11.11.1",
  162. "license": "BSD-3-Clause",
  163. "engines": {
  164. "node": ">=12.0.0"
  165. }
  166. },
  167. "node_modules/@ctrl/tinycolor": {
  168. "version": "3.6.1",
  169. "license": "MIT",
  170. "engines": {
  171. "node": ">=10"
  172. }
  173. },
  174. "node_modules/@element-plus/icons-vue": {
  175. "version": "2.3.1",
  176. "license": "MIT",
  177. "peerDependencies": {
  178. "vue": "^3.2.0"
  179. }
  180. },
  181. "node_modules/@esbuild/darwin-arm64": {
  182. "version": "0.21.5",
  183. "cpu": [
  184. "arm64"
  185. ],
  186. "dev": true,
  187. "license": "MIT",
  188. "optional": true,
  189. "os": [
  190. "darwin"
  191. ],
  192. "engines": {
  193. "node": ">=12"
  194. }
  195. },
  196. "node_modules/@eslint-community/eslint-utils": {
  197. "version": "4.7.0",
  198. "dev": true,
  199. "license": "MIT",
  200. "dependencies": {
  201. "eslint-visitor-keys": "^3.4.3"
  202. },
  203. "engines": {
  204. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  205. },
  206. "funding": {
  207. "url": "https://opencollective.com/eslint"
  208. },
  209. "peerDependencies": {
  210. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  211. }
  212. },
  213. "node_modules/@eslint-community/regexpp": {
  214. "version": "4.12.1",
  215. "dev": true,
  216. "license": "MIT",
  217. "engines": {
  218. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  219. }
  220. },
  221. "node_modules/@eslint/eslintrc": {
  222. "version": "2.1.4",
  223. "dev": true,
  224. "license": "MIT",
  225. "dependencies": {
  226. "ajv": "^6.12.4",
  227. "debug": "^4.3.2",
  228. "espree": "^9.6.0",
  229. "globals": "^13.19.0",
  230. "ignore": "^5.2.0",
  231. "import-fresh": "^3.2.1",
  232. "js-yaml": "^4.1.0",
  233. "minimatch": "^3.1.2",
  234. "strip-json-comments": "^3.1.1"
  235. },
  236. "engines": {
  237. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  238. },
  239. "funding": {
  240. "url": "https://opencollective.com/eslint"
  241. }
  242. },
  243. "node_modules/@eslint/js": {
  244. "version": "8.57.1",
  245. "dev": true,
  246. "license": "MIT",
  247. "engines": {
  248. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  249. }
  250. },
  251. "node_modules/@fast-csv/format": {
  252. "version": "4.3.5",
  253. "license": "MIT",
  254. "dependencies": {
  255. "@types/node": "^14.0.1",
  256. "lodash.escaperegexp": "^4.1.2",
  257. "lodash.isboolean": "^3.0.3",
  258. "lodash.isequal": "^4.5.0",
  259. "lodash.isfunction": "^3.0.9",
  260. "lodash.isnil": "^4.0.0"
  261. }
  262. },
  263. "node_modules/@fast-csv/parse": {
  264. "version": "4.3.6",
  265. "license": "MIT",
  266. "dependencies": {
  267. "@types/node": "^14.0.1",
  268. "lodash.escaperegexp": "^4.1.2",
  269. "lodash.groupby": "^4.6.0",
  270. "lodash.isfunction": "^3.0.9",
  271. "lodash.isnil": "^4.0.0",
  272. "lodash.isundefined": "^3.0.1",
  273. "lodash.uniq": "^4.5.0"
  274. }
  275. },
  276. "node_modules/@floating-ui/core": {
  277. "version": "1.7.2",
  278. "license": "MIT",
  279. "dependencies": {
  280. "@floating-ui/utils": "^0.2.10"
  281. }
  282. },
  283. "node_modules/@floating-ui/dom": {
  284. "version": "1.7.2",
  285. "license": "MIT",
  286. "dependencies": {
  287. "@floating-ui/core": "^1.7.2",
  288. "@floating-ui/utils": "^0.2.10"
  289. }
  290. },
  291. "node_modules/@floating-ui/utils": {
  292. "version": "0.2.10",
  293. "license": "MIT"
  294. },
  295. "node_modules/@humanwhocodes/config-array": {
  296. "version": "0.13.0",
  297. "dev": true,
  298. "license": "Apache-2.0",
  299. "dependencies": {
  300. "@humanwhocodes/object-schema": "^2.0.3",
  301. "debug": "^4.3.1",
  302. "minimatch": "^3.0.5"
  303. },
  304. "engines": {
  305. "node": ">=10.10.0"
  306. }
  307. },
  308. "node_modules/@humanwhocodes/module-importer": {
  309. "version": "1.0.1",
  310. "dev": true,
  311. "license": "Apache-2.0",
  312. "engines": {
  313. "node": ">=12.22"
  314. },
  315. "funding": {
  316. "type": "github",
  317. "url": "https://github.com/sponsors/nzakas"
  318. }
  319. },
  320. "node_modules/@humanwhocodes/object-schema": {
  321. "version": "2.0.3",
  322. "dev": true,
  323. "license": "BSD-3-Clause"
  324. },
  325. "node_modules/@isaacs/cliui": {
  326. "version": "8.0.2",
  327. "dev": true,
  328. "license": "ISC",
  329. "dependencies": {
  330. "string-width": "^5.1.2",
  331. "string-width-cjs": "npm:string-width@^4.2.0",
  332. "strip-ansi": "^7.0.1",
  333. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  334. "wrap-ansi": "^8.1.0",
  335. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  336. },
  337. "engines": {
  338. "node": ">=12"
  339. }
  340. },
  341. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  342. "version": "6.1.0",
  343. "dev": true,
  344. "license": "MIT",
  345. "engines": {
  346. "node": ">=12"
  347. },
  348. "funding": {
  349. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  350. }
  351. },
  352. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  353. "version": "7.1.0",
  354. "dev": true,
  355. "license": "MIT",
  356. "dependencies": {
  357. "ansi-regex": "^6.0.1"
  358. },
  359. "engines": {
  360. "node": ">=12"
  361. },
  362. "funding": {
  363. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  364. }
  365. },
  366. "node_modules/@jridgewell/gen-mapping": {
  367. "version": "0.3.12",
  368. "dev": true,
  369. "license": "MIT",
  370. "dependencies": {
  371. "@jridgewell/sourcemap-codec": "^1.5.0",
  372. "@jridgewell/trace-mapping": "^0.3.24"
  373. }
  374. },
  375. "node_modules/@jridgewell/resolve-uri": {
  376. "version": "3.1.2",
  377. "dev": true,
  378. "license": "MIT",
  379. "engines": {
  380. "node": ">=6.0.0"
  381. }
  382. },
  383. "node_modules/@jridgewell/sourcemap-codec": {
  384. "version": "1.5.4",
  385. "license": "MIT"
  386. },
  387. "node_modules/@jridgewell/trace-mapping": {
  388. "version": "0.3.29",
  389. "dev": true,
  390. "license": "MIT",
  391. "dependencies": {
  392. "@jridgewell/resolve-uri": "^3.1.0",
  393. "@jridgewell/sourcemap-codec": "^1.4.14"
  394. }
  395. },
  396. "node_modules/@nodelib/fs.scandir": {
  397. "version": "2.1.5",
  398. "dev": true,
  399. "license": "MIT",
  400. "dependencies": {
  401. "@nodelib/fs.stat": "2.0.5",
  402. "run-parallel": "^1.1.9"
  403. },
  404. "engines": {
  405. "node": ">= 8"
  406. }
  407. },
  408. "node_modules/@nodelib/fs.stat": {
  409. "version": "2.0.5",
  410. "dev": true,
  411. "license": "MIT",
  412. "engines": {
  413. "node": ">= 8"
  414. }
  415. },
  416. "node_modules/@nodelib/fs.walk": {
  417. "version": "1.2.8",
  418. "dev": true,
  419. "license": "MIT",
  420. "dependencies": {
  421. "@nodelib/fs.scandir": "2.1.5",
  422. "fastq": "^1.6.0"
  423. },
  424. "engines": {
  425. "node": ">= 8"
  426. }
  427. },
  428. "node_modules/@pkgjs/parseargs": {
  429. "version": "0.11.0",
  430. "dev": true,
  431. "license": "MIT",
  432. "optional": true,
  433. "engines": {
  434. "node": ">=14"
  435. }
  436. },
  437. "node_modules/@pkgr/core": {
  438. "version": "0.2.9",
  439. "dev": true,
  440. "license": "MIT",
  441. "engines": {
  442. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  443. },
  444. "funding": {
  445. "url": "https://opencollective.com/pkgr"
  446. }
  447. },
  448. "node_modules/@popperjs/core": {
  449. "version": "2.11.8",
  450. "license": "MIT",
  451. "funding": {
  452. "type": "opencollective",
  453. "url": "https://opencollective.com/popperjs"
  454. }
  455. },
  456. "node_modules/@rollup/pluginutils": {
  457. "version": "5.2.0",
  458. "dev": true,
  459. "license": "MIT",
  460. "dependencies": {
  461. "@types/estree": "^1.0.0",
  462. "estree-walker": "^2.0.2",
  463. "picomatch": "^4.0.2"
  464. },
  465. "engines": {
  466. "node": ">=14.0.0"
  467. },
  468. "peerDependencies": {
  469. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  470. },
  471. "peerDependenciesMeta": {
  472. "rollup": {
  473. "optional": true
  474. }
  475. }
  476. },
  477. "node_modules/@rollup/pluginutils/node_modules/picomatch": {
  478. "version": "4.0.3",
  479. "dev": true,
  480. "license": "MIT",
  481. "engines": {
  482. "node": ">=12"
  483. },
  484. "funding": {
  485. "url": "https://github.com/sponsors/jonschlinkert"
  486. }
  487. },
  488. "node_modules/@rollup/rollup-darwin-arm64": {
  489. "version": "4.45.1",
  490. "cpu": [
  491. "arm64"
  492. ],
  493. "dev": true,
  494. "license": "MIT",
  495. "optional": true,
  496. "os": [
  497. "darwin"
  498. ]
  499. },
  500. "node_modules/@types/codemirror": {
  501. "version": "5.60.16",
  502. "license": "MIT",
  503. "dependencies": {
  504. "@types/tern": "*"
  505. }
  506. },
  507. "node_modules/@types/debug": {
  508. "version": "4.1.12",
  509. "license": "MIT",
  510. "dependencies": {
  511. "@types/ms": "*"
  512. }
  513. },
  514. "node_modules/@types/estree": {
  515. "version": "1.0.8",
  516. "license": "MIT"
  517. },
  518. "node_modules/@types/hast": {
  519. "version": "2.3.10",
  520. "license": "MIT",
  521. "dependencies": {
  522. "@types/unist": "^2"
  523. }
  524. },
  525. "node_modules/@types/lodash": {
  526. "version": "4.17.20",
  527. "license": "MIT"
  528. },
  529. "node_modules/@types/lodash-es": {
  530. "version": "4.17.12",
  531. "license": "MIT",
  532. "dependencies": {
  533. "@types/lodash": "*"
  534. }
  535. },
  536. "node_modules/@types/mdast": {
  537. "version": "3.0.15",
  538. "license": "MIT",
  539. "dependencies": {
  540. "@types/unist": "^2"
  541. }
  542. },
  543. "node_modules/@types/ms": {
  544. "version": "2.1.0",
  545. "license": "MIT"
  546. },
  547. "node_modules/@types/node": {
  548. "version": "14.18.63",
  549. "license": "MIT"
  550. },
  551. "node_modules/@types/parse5": {
  552. "version": "6.0.3",
  553. "license": "MIT"
  554. },
  555. "node_modules/@types/tern": {
  556. "version": "0.23.9",
  557. "license": "MIT",
  558. "dependencies": {
  559. "@types/estree": "*"
  560. }
  561. },
  562. "node_modules/@types/unist": {
  563. "version": "2.0.11",
  564. "license": "MIT"
  565. },
  566. "node_modules/@types/web-bluetooth": {
  567. "version": "0.0.20",
  568. "license": "MIT"
  569. },
  570. "node_modules/@ungap/structured-clone": {
  571. "version": "1.3.0",
  572. "dev": true,
  573. "license": "ISC"
  574. },
  575. "node_modules/@vitejs/plugin-vue": {
  576. "version": "5.1.5",
  577. "dev": true,
  578. "license": "MIT",
  579. "engines": {
  580. "node": "^18.0.0 || >=20.0.0"
  581. },
  582. "peerDependencies": {
  583. "vite": "^5.0.0",
  584. "vue": "^3.2.25"
  585. }
  586. },
  587. "node_modules/@vue/compiler-core": {
  588. "version": "3.4.38",
  589. "license": "MIT",
  590. "dependencies": {
  591. "@babel/parser": "^7.24.7",
  592. "@vue/shared": "3.4.38",
  593. "entities": "^4.5.0",
  594. "estree-walker": "^2.0.2",
  595. "source-map-js": "^1.2.0"
  596. }
  597. },
  598. "node_modules/@vue/compiler-dom": {
  599. "version": "3.4.38",
  600. "license": "MIT",
  601. "dependencies": {
  602. "@vue/compiler-core": "3.4.38",
  603. "@vue/shared": "3.4.38"
  604. }
  605. },
  606. "node_modules/@vue/compiler-sfc": {
  607. "version": "3.4.38",
  608. "license": "MIT",
  609. "dependencies": {
  610. "@babel/parser": "^7.24.7",
  611. "@vue/compiler-core": "3.4.38",
  612. "@vue/compiler-dom": "3.4.38",
  613. "@vue/compiler-ssr": "3.4.38",
  614. "@vue/shared": "3.4.38",
  615. "estree-walker": "^2.0.2",
  616. "magic-string": "^0.30.10",
  617. "postcss": "^8.4.40",
  618. "source-map-js": "^1.2.0"
  619. }
  620. },
  621. "node_modules/@vue/compiler-sfc/node_modules/postcss": {
  622. "version": "8.5.6",
  623. "funding": [
  624. {
  625. "type": "opencollective",
  626. "url": "https://opencollective.com/postcss/"
  627. },
  628. {
  629. "type": "tidelift",
  630. "url": "https://tidelift.com/funding/github/npm/postcss"
  631. },
  632. {
  633. "type": "github",
  634. "url": "https://github.com/sponsors/ai"
  635. }
  636. ],
  637. "license": "MIT",
  638. "dependencies": {
  639. "nanoid": "^3.3.11",
  640. "picocolors": "^1.1.1",
  641. "source-map-js": "^1.2.1"
  642. },
  643. "engines": {
  644. "node": "^10 || ^12 || >=14"
  645. }
  646. },
  647. "node_modules/@vue/compiler-ssr": {
  648. "version": "3.4.38",
  649. "license": "MIT",
  650. "dependencies": {
  651. "@vue/compiler-dom": "3.4.38",
  652. "@vue/shared": "3.4.38"
  653. }
  654. },
  655. "node_modules/@vue/devtools-api": {
  656. "version": "6.6.4",
  657. "license": "MIT"
  658. },
  659. "node_modules/@vue/reactivity": {
  660. "version": "3.4.38",
  661. "license": "MIT",
  662. "dependencies": {
  663. "@vue/shared": "3.4.38"
  664. }
  665. },
  666. "node_modules/@vue/runtime-core": {
  667. "version": "3.4.38",
  668. "license": "MIT",
  669. "dependencies": {
  670. "@vue/reactivity": "3.4.38",
  671. "@vue/shared": "3.4.38"
  672. }
  673. },
  674. "node_modules/@vue/runtime-dom": {
  675. "version": "3.4.38",
  676. "license": "MIT",
  677. "dependencies": {
  678. "@vue/reactivity": "3.4.38",
  679. "@vue/runtime-core": "3.4.38",
  680. "@vue/shared": "3.4.38",
  681. "csstype": "^3.1.3"
  682. }
  683. },
  684. "node_modules/@vue/server-renderer": {
  685. "version": "3.4.38",
  686. "license": "MIT",
  687. "dependencies": {
  688. "@vue/compiler-ssr": "3.4.38",
  689. "@vue/shared": "3.4.38"
  690. },
  691. "peerDependencies": {
  692. "vue": "3.4.38"
  693. }
  694. },
  695. "node_modules/@vue/shared": {
  696. "version": "3.4.38",
  697. "license": "MIT"
  698. },
  699. "node_modules/@vueuse/core": {
  700. "version": "11.0.3",
  701. "license": "MIT",
  702. "dependencies": {
  703. "@types/web-bluetooth": "^0.0.20",
  704. "@vueuse/metadata": "11.0.3",
  705. "@vueuse/shared": "11.0.3",
  706. "vue-demi": ">=0.14.10"
  707. },
  708. "funding": {
  709. "url": "https://github.com/sponsors/antfu"
  710. }
  711. },
  712. "node_modules/@vueuse/metadata": {
  713. "version": "11.0.3",
  714. "license": "MIT",
  715. "funding": {
  716. "url": "https://github.com/sponsors/antfu"
  717. }
  718. },
  719. "node_modules/@vueuse/shared": {
  720. "version": "11.0.3",
  721. "license": "MIT",
  722. "dependencies": {
  723. "vue-demi": ">=0.14.10"
  724. },
  725. "funding": {
  726. "url": "https://github.com/sponsors/antfu"
  727. }
  728. },
  729. "node_modules/acorn": {
  730. "version": "8.15.0",
  731. "dev": true,
  732. "license": "MIT",
  733. "bin": {
  734. "acorn": "bin/acorn"
  735. },
  736. "engines": {
  737. "node": ">=0.4.0"
  738. }
  739. },
  740. "node_modules/acorn-jsx": {
  741. "version": "5.3.2",
  742. "dev": true,
  743. "license": "MIT",
  744. "peerDependencies": {
  745. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  746. }
  747. },
  748. "node_modules/ajv": {
  749. "version": "6.12.6",
  750. "dev": true,
  751. "license": "MIT",
  752. "dependencies": {
  753. "fast-deep-equal": "^3.1.1",
  754. "fast-json-stable-stringify": "^2.0.0",
  755. "json-schema-traverse": "^0.4.1",
  756. "uri-js": "^4.2.2"
  757. },
  758. "funding": {
  759. "type": "github",
  760. "url": "https://github.com/sponsors/epoberezkin"
  761. }
  762. },
  763. "node_modules/ansi-regex": {
  764. "version": "5.0.1",
  765. "dev": true,
  766. "license": "MIT",
  767. "engines": {
  768. "node": ">=8"
  769. }
  770. },
  771. "node_modules/ansi-styles": {
  772. "version": "4.3.0",
  773. "dev": true,
  774. "license": "MIT",
  775. "dependencies": {
  776. "color-convert": "^2.0.1"
  777. },
  778. "engines": {
  779. "node": ">=8"
  780. },
  781. "funding": {
  782. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  783. }
  784. },
  785. "node_modules/any-promise": {
  786. "version": "1.3.0",
  787. "dev": true,
  788. "license": "MIT"
  789. },
  790. "node_modules/anymatch": {
  791. "version": "3.1.3",
  792. "dev": true,
  793. "license": "ISC",
  794. "dependencies": {
  795. "normalize-path": "^3.0.0",
  796. "picomatch": "^2.0.4"
  797. },
  798. "engines": {
  799. "node": ">= 8"
  800. }
  801. },
  802. "node_modules/archiver": {
  803. "version": "5.3.2",
  804. "license": "MIT",
  805. "dependencies": {
  806. "archiver-utils": "^2.1.0",
  807. "async": "^3.2.4",
  808. "buffer-crc32": "^0.2.1",
  809. "readable-stream": "^3.6.0",
  810. "readdir-glob": "^1.1.2",
  811. "tar-stream": "^2.2.0",
  812. "zip-stream": "^4.1.0"
  813. },
  814. "engines": {
  815. "node": ">= 10"
  816. }
  817. },
  818. "node_modules/archiver-utils": {
  819. "version": "2.1.0",
  820. "license": "MIT",
  821. "dependencies": {
  822. "glob": "^7.1.4",
  823. "graceful-fs": "^4.2.0",
  824. "lazystream": "^1.0.0",
  825. "lodash.defaults": "^4.2.0",
  826. "lodash.difference": "^4.5.0",
  827. "lodash.flatten": "^4.4.0",
  828. "lodash.isplainobject": "^4.0.6",
  829. "lodash.union": "^4.6.0",
  830. "normalize-path": "^3.0.0",
  831. "readable-stream": "^2.0.0"
  832. },
  833. "engines": {
  834. "node": ">= 6"
  835. }
  836. },
  837. "node_modules/archiver-utils/node_modules/readable-stream": {
  838. "version": "2.3.8",
  839. "license": "MIT",
  840. "dependencies": {
  841. "core-util-is": "~1.0.0",
  842. "inherits": "~2.0.3",
  843. "isarray": "~1.0.0",
  844. "process-nextick-args": "~2.0.0",
  845. "safe-buffer": "~5.1.1",
  846. "string_decoder": "~1.1.1",
  847. "util-deprecate": "~1.0.1"
  848. }
  849. },
  850. "node_modules/archiver-utils/node_modules/string_decoder": {
  851. "version": "1.1.1",
  852. "license": "MIT",
  853. "dependencies": {
  854. "safe-buffer": "~5.1.0"
  855. }
  856. },
  857. "node_modules/arg": {
  858. "version": "5.0.2",
  859. "dev": true,
  860. "license": "MIT"
  861. },
  862. "node_modules/argparse": {
  863. "version": "2.0.1",
  864. "dev": true,
  865. "license": "Python-2.0"
  866. },
  867. "node_modules/async": {
  868. "version": "3.2.6",
  869. "license": "MIT"
  870. },
  871. "node_modules/async-validator": {
  872. "version": "4.2.5",
  873. "license": "MIT"
  874. },
  875. "node_modules/asynckit": {
  876. "version": "0.4.0",
  877. "license": "MIT"
  878. },
  879. "node_modules/axios": {
  880. "version": "1.7.9",
  881. "license": "MIT",
  882. "dependencies": {
  883. "follow-redirects": "^1.15.6",
  884. "form-data": "^4.0.0",
  885. "proxy-from-env": "^1.1.0"
  886. }
  887. },
  888. "node_modules/bail": {
  889. "version": "2.0.2",
  890. "license": "MIT",
  891. "funding": {
  892. "type": "github",
  893. "url": "https://github.com/sponsors/wooorm"
  894. }
  895. },
  896. "node_modules/balanced-match": {
  897. "version": "1.0.2",
  898. "license": "MIT"
  899. },
  900. "node_modules/base64-js": {
  901. "version": "1.5.1",
  902. "funding": [
  903. {
  904. "type": "github",
  905. "url": "https://github.com/sponsors/feross"
  906. },
  907. {
  908. "type": "patreon",
  909. "url": "https://www.patreon.com/feross"
  910. },
  911. {
  912. "type": "consulting",
  913. "url": "https://feross.org/support"
  914. }
  915. ],
  916. "license": "MIT"
  917. },
  918. "node_modules/big-integer": {
  919. "version": "1.6.52",
  920. "license": "Unlicense",
  921. "engines": {
  922. "node": ">=0.6"
  923. }
  924. },
  925. "node_modules/binary": {
  926. "version": "0.3.0",
  927. "license": "MIT",
  928. "dependencies": {
  929. "buffers": "~0.1.1",
  930. "chainsaw": "~0.1.0"
  931. }
  932. },
  933. "node_modules/binary-extensions": {
  934. "version": "2.3.0",
  935. "dev": true,
  936. "license": "MIT",
  937. "engines": {
  938. "node": ">=8"
  939. },
  940. "funding": {
  941. "url": "https://github.com/sponsors/sindresorhus"
  942. }
  943. },
  944. "node_modules/bl": {
  945. "version": "4.1.0",
  946. "license": "MIT",
  947. "dependencies": {
  948. "buffer": "^5.5.0",
  949. "inherits": "^2.0.4",
  950. "readable-stream": "^3.4.0"
  951. }
  952. },
  953. "node_modules/bluebird": {
  954. "version": "3.4.7",
  955. "license": "MIT"
  956. },
  957. "node_modules/boolbase": {
  958. "version": "1.0.0",
  959. "dev": true,
  960. "license": "ISC"
  961. },
  962. "node_modules/brace-expansion": {
  963. "version": "2.0.2",
  964. "license": "MIT",
  965. "dependencies": {
  966. "balanced-match": "^1.0.0"
  967. }
  968. },
  969. "node_modules/braces": {
  970. "version": "3.0.3",
  971. "dev": true,
  972. "license": "MIT",
  973. "dependencies": {
  974. "fill-range": "^7.1.1"
  975. },
  976. "engines": {
  977. "node": ">=8"
  978. }
  979. },
  980. "node_modules/buffer": {
  981. "version": "5.7.1",
  982. "funding": [
  983. {
  984. "type": "github",
  985. "url": "https://github.com/sponsors/feross"
  986. },
  987. {
  988. "type": "patreon",
  989. "url": "https://www.patreon.com/feross"
  990. },
  991. {
  992. "type": "consulting",
  993. "url": "https://feross.org/support"
  994. }
  995. ],
  996. "license": "MIT",
  997. "dependencies": {
  998. "base64-js": "^1.3.1",
  999. "ieee754": "^1.1.13"
  1000. }
  1001. },
  1002. "node_modules/buffer-crc32": {
  1003. "version": "0.2.13",
  1004. "license": "MIT",
  1005. "engines": {
  1006. "node": "*"
  1007. }
  1008. },
  1009. "node_modules/buffer-indexof-polyfill": {
  1010. "version": "1.0.2",
  1011. "license": "MIT",
  1012. "engines": {
  1013. "node": ">=0.10"
  1014. }
  1015. },
  1016. "node_modules/buffers": {
  1017. "version": "0.1.1",
  1018. "engines": {
  1019. "node": ">=0.2.0"
  1020. }
  1021. },
  1022. "node_modules/bytemd": {
  1023. "version": "1.21.0",
  1024. "license": "MIT",
  1025. "dependencies": {
  1026. "@popperjs/core": "^2.11.7",
  1027. "@types/codemirror": "^5.60.7",
  1028. "@types/hast": "^2.3.4",
  1029. "@types/lodash-es": "^4.17.7",
  1030. "@types/mdast": "^3.0.11",
  1031. "codemirror-ssr": "^0.65.0",
  1032. "hast-util-sanitize": "^4.1.0",
  1033. "lodash-es": "^4.17.21",
  1034. "rehype-raw": "^6.1.1",
  1035. "rehype-sanitize": "^5.0.1",
  1036. "rehype-stringify": "^9.0.3",
  1037. "remark-parse": "^10.0.1",
  1038. "remark-rehype": "^10.1.0",
  1039. "select-files": "^1.0.1",
  1040. "tippy.js": "^6.3.7",
  1041. "unified": "^10.1.2",
  1042. "unist-util-visit": "^4.1.2",
  1043. "vfile": "^5.3.7",
  1044. "word-count": "^0.2.2"
  1045. }
  1046. },
  1047. "node_modules/call-bind-apply-helpers": {
  1048. "version": "1.0.2",
  1049. "license": "MIT",
  1050. "dependencies": {
  1051. "es-errors": "^1.3.0",
  1052. "function-bind": "^1.1.2"
  1053. },
  1054. "engines": {
  1055. "node": ">= 0.4"
  1056. }
  1057. },
  1058. "node_modules/callsites": {
  1059. "version": "3.1.0",
  1060. "dev": true,
  1061. "license": "MIT",
  1062. "engines": {
  1063. "node": ">=6"
  1064. }
  1065. },
  1066. "node_modules/camelcase-css": {
  1067. "version": "2.0.1",
  1068. "dev": true,
  1069. "license": "MIT",
  1070. "engines": {
  1071. "node": ">= 6"
  1072. }
  1073. },
  1074. "node_modules/ccount": {
  1075. "version": "2.0.1",
  1076. "license": "MIT",
  1077. "funding": {
  1078. "type": "github",
  1079. "url": "https://github.com/sponsors/wooorm"
  1080. }
  1081. },
  1082. "node_modules/chainsaw": {
  1083. "version": "0.1.0",
  1084. "license": "MIT/X11",
  1085. "dependencies": {
  1086. "traverse": ">=0.3.0 <0.4"
  1087. }
  1088. },
  1089. "node_modules/chalk": {
  1090. "version": "4.1.2",
  1091. "dev": true,
  1092. "license": "MIT",
  1093. "dependencies": {
  1094. "ansi-styles": "^4.1.0",
  1095. "supports-color": "^7.1.0"
  1096. },
  1097. "engines": {
  1098. "node": ">=10"
  1099. },
  1100. "funding": {
  1101. "url": "https://github.com/chalk/chalk?sponsor=1"
  1102. }
  1103. },
  1104. "node_modules/character-entities": {
  1105. "version": "2.0.2",
  1106. "license": "MIT",
  1107. "funding": {
  1108. "type": "github",
  1109. "url": "https://github.com/sponsors/wooorm"
  1110. }
  1111. },
  1112. "node_modules/character-entities-html4": {
  1113. "version": "2.1.0",
  1114. "license": "MIT",
  1115. "funding": {
  1116. "type": "github",
  1117. "url": "https://github.com/sponsors/wooorm"
  1118. }
  1119. },
  1120. "node_modules/character-entities-legacy": {
  1121. "version": "3.0.0",
  1122. "license": "MIT",
  1123. "funding": {
  1124. "type": "github",
  1125. "url": "https://github.com/sponsors/wooorm"
  1126. }
  1127. },
  1128. "node_modules/chokidar": {
  1129. "version": "3.6.0",
  1130. "dev": true,
  1131. "license": "MIT",
  1132. "dependencies": {
  1133. "anymatch": "~3.1.2",
  1134. "braces": "~3.0.2",
  1135. "glob-parent": "~5.1.2",
  1136. "is-binary-path": "~2.1.0",
  1137. "is-glob": "~4.0.1",
  1138. "normalize-path": "~3.0.0",
  1139. "readdirp": "~3.6.0"
  1140. },
  1141. "engines": {
  1142. "node": ">= 8.10.0"
  1143. },
  1144. "funding": {
  1145. "url": "https://paulmillr.com/funding/"
  1146. },
  1147. "optionalDependencies": {
  1148. "fsevents": "~2.3.2"
  1149. }
  1150. },
  1151. "node_modules/codemirror-ssr": {
  1152. "version": "0.65.0",
  1153. "license": "MIT",
  1154. "peerDependencies": {
  1155. "@types/codemirror": "^5.0.0"
  1156. }
  1157. },
  1158. "node_modules/color-convert": {
  1159. "version": "2.0.1",
  1160. "dev": true,
  1161. "license": "MIT",
  1162. "dependencies": {
  1163. "color-name": "~1.1.4"
  1164. },
  1165. "engines": {
  1166. "node": ">=7.0.0"
  1167. }
  1168. },
  1169. "node_modules/color-name": {
  1170. "version": "1.1.4",
  1171. "dev": true,
  1172. "license": "MIT"
  1173. },
  1174. "node_modules/combined-stream": {
  1175. "version": "1.0.8",
  1176. "license": "MIT",
  1177. "dependencies": {
  1178. "delayed-stream": "~1.0.0"
  1179. },
  1180. "engines": {
  1181. "node": ">= 0.8"
  1182. }
  1183. },
  1184. "node_modules/comma-separated-tokens": {
  1185. "version": "2.0.3",
  1186. "license": "MIT",
  1187. "funding": {
  1188. "type": "github",
  1189. "url": "https://github.com/sponsors/wooorm"
  1190. }
  1191. },
  1192. "node_modules/commander": {
  1193. "version": "4.1.1",
  1194. "dev": true,
  1195. "license": "MIT",
  1196. "engines": {
  1197. "node": ">= 6"
  1198. }
  1199. },
  1200. "node_modules/compress-commons": {
  1201. "version": "4.1.2",
  1202. "license": "MIT",
  1203. "dependencies": {
  1204. "buffer-crc32": "^0.2.13",
  1205. "crc32-stream": "^4.0.2",
  1206. "normalize-path": "^3.0.0",
  1207. "readable-stream": "^3.6.0"
  1208. },
  1209. "engines": {
  1210. "node": ">= 10"
  1211. }
  1212. },
  1213. "node_modules/concat-map": {
  1214. "version": "0.0.1",
  1215. "license": "MIT"
  1216. },
  1217. "node_modules/concat-typed-array": {
  1218. "version": "1.0.2",
  1219. "license": "MIT",
  1220. "engines": {
  1221. "node": ">=0.10.0"
  1222. }
  1223. },
  1224. "node_modules/confbox": {
  1225. "version": "0.1.8",
  1226. "dev": true,
  1227. "license": "MIT"
  1228. },
  1229. "node_modules/core-util-is": {
  1230. "version": "1.0.3",
  1231. "license": "MIT"
  1232. },
  1233. "node_modules/countup.js": {
  1234. "version": "2.8.2",
  1235. "license": "MIT"
  1236. },
  1237. "node_modules/crc-32": {
  1238. "version": "1.2.2",
  1239. "license": "Apache-2.0",
  1240. "bin": {
  1241. "crc32": "bin/crc32.njs"
  1242. },
  1243. "engines": {
  1244. "node": ">=0.8"
  1245. }
  1246. },
  1247. "node_modules/crc32-stream": {
  1248. "version": "4.0.3",
  1249. "license": "MIT",
  1250. "dependencies": {
  1251. "crc-32": "^1.2.0",
  1252. "readable-stream": "^3.4.0"
  1253. },
  1254. "engines": {
  1255. "node": ">= 10"
  1256. }
  1257. },
  1258. "node_modules/cropperjs": {
  1259. "version": "1.6.2",
  1260. "license": "MIT"
  1261. },
  1262. "node_modules/cross-spawn": {
  1263. "version": "7.0.6",
  1264. "dev": true,
  1265. "license": "MIT",
  1266. "dependencies": {
  1267. "path-key": "^3.1.0",
  1268. "shebang-command": "^2.0.0",
  1269. "which": "^2.0.1"
  1270. },
  1271. "engines": {
  1272. "node": ">= 8"
  1273. }
  1274. },
  1275. "node_modules/crypto-es": {
  1276. "version": "1.2.7",
  1277. "license": "MIT"
  1278. },
  1279. "node_modules/cssesc": {
  1280. "version": "3.0.0",
  1281. "dev": true,
  1282. "license": "MIT",
  1283. "bin": {
  1284. "cssesc": "bin/cssesc"
  1285. },
  1286. "engines": {
  1287. "node": ">=4"
  1288. }
  1289. },
  1290. "node_modules/csstype": {
  1291. "version": "3.1.3",
  1292. "license": "MIT"
  1293. },
  1294. "node_modules/d": {
  1295. "version": "1.0.2",
  1296. "license": "ISC",
  1297. "dependencies": {
  1298. "es5-ext": "^0.10.64",
  1299. "type": "^2.7.2"
  1300. },
  1301. "engines": {
  1302. "node": ">=0.12"
  1303. }
  1304. },
  1305. "node_modules/danmu.js": {
  1306. "version": "1.1.13",
  1307. "license": "MIT",
  1308. "dependencies": {
  1309. "event-emitter": "^0.3.5"
  1310. }
  1311. },
  1312. "node_modules/dayjs": {
  1313. "version": "1.11.13",
  1314. "license": "MIT"
  1315. },
  1316. "node_modules/debug": {
  1317. "version": "4.4.1",
  1318. "license": "MIT",
  1319. "dependencies": {
  1320. "ms": "^2.1.3"
  1321. },
  1322. "engines": {
  1323. "node": ">=6.0"
  1324. },
  1325. "peerDependenciesMeta": {
  1326. "supports-color": {
  1327. "optional": true
  1328. }
  1329. }
  1330. },
  1331. "node_modules/decode-named-character-reference": {
  1332. "version": "1.2.0",
  1333. "license": "MIT",
  1334. "dependencies": {
  1335. "character-entities": "^2.0.0"
  1336. },
  1337. "funding": {
  1338. "type": "github",
  1339. "url": "https://github.com/sponsors/wooorm"
  1340. }
  1341. },
  1342. "node_modules/deep-is": {
  1343. "version": "0.1.4",
  1344. "dev": true,
  1345. "license": "MIT"
  1346. },
  1347. "node_modules/deepmerge": {
  1348. "version": "2.2.1",
  1349. "license": "MIT",
  1350. "engines": {
  1351. "node": ">=0.10.0"
  1352. }
  1353. },
  1354. "node_modules/delayed-stream": {
  1355. "version": "1.0.0",
  1356. "license": "MIT",
  1357. "engines": {
  1358. "node": ">=0.4.0"
  1359. }
  1360. },
  1361. "node_modules/delegate": {
  1362. "version": "3.2.0",
  1363. "license": "MIT"
  1364. },
  1365. "node_modules/dequal": {
  1366. "version": "2.0.3",
  1367. "license": "MIT",
  1368. "engines": {
  1369. "node": ">=6"
  1370. }
  1371. },
  1372. "node_modules/didyoumean": {
  1373. "version": "1.2.2",
  1374. "dev": true,
  1375. "license": "Apache-2.0"
  1376. },
  1377. "node_modules/diff": {
  1378. "version": "5.2.0",
  1379. "license": "BSD-3-Clause",
  1380. "engines": {
  1381. "node": ">=0.3.1"
  1382. }
  1383. },
  1384. "node_modules/dlv": {
  1385. "version": "1.1.3",
  1386. "dev": true,
  1387. "license": "MIT"
  1388. },
  1389. "node_modules/doctrine": {
  1390. "version": "3.0.0",
  1391. "dev": true,
  1392. "license": "Apache-2.0",
  1393. "dependencies": {
  1394. "esutils": "^2.0.2"
  1395. },
  1396. "engines": {
  1397. "node": ">=6.0.0"
  1398. }
  1399. },
  1400. "node_modules/downloadjs": {
  1401. "version": "1.4.7",
  1402. "license": "MIT"
  1403. },
  1404. "node_modules/dunder-proto": {
  1405. "version": "1.0.1",
  1406. "license": "MIT",
  1407. "dependencies": {
  1408. "call-bind-apply-helpers": "^1.0.1",
  1409. "es-errors": "^1.3.0",
  1410. "gopd": "^1.2.0"
  1411. },
  1412. "engines": {
  1413. "node": ">= 0.4"
  1414. }
  1415. },
  1416. "node_modules/duplexer2": {
  1417. "version": "0.1.4",
  1418. "license": "BSD-3-Clause",
  1419. "dependencies": {
  1420. "readable-stream": "^2.0.2"
  1421. }
  1422. },
  1423. "node_modules/duplexer2/node_modules/readable-stream": {
  1424. "version": "2.3.8",
  1425. "license": "MIT",
  1426. "dependencies": {
  1427. "core-util-is": "~1.0.0",
  1428. "inherits": "~2.0.3",
  1429. "isarray": "~1.0.0",
  1430. "process-nextick-args": "~2.0.0",
  1431. "safe-buffer": "~5.1.1",
  1432. "string_decoder": "~1.1.1",
  1433. "util-deprecate": "~1.0.1"
  1434. }
  1435. },
  1436. "node_modules/duplexer2/node_modules/string_decoder": {
  1437. "version": "1.1.1",
  1438. "license": "MIT",
  1439. "dependencies": {
  1440. "safe-buffer": "~5.1.0"
  1441. }
  1442. },
  1443. "node_modules/eastasianwidth": {
  1444. "version": "0.2.0",
  1445. "dev": true,
  1446. "license": "MIT"
  1447. },
  1448. "node_modules/echarts": {
  1449. "version": "5.5.1",
  1450. "license": "Apache-2.0",
  1451. "dependencies": {
  1452. "tslib": "2.3.0",
  1453. "zrender": "5.6.0"
  1454. }
  1455. },
  1456. "node_modules/echarts-wordcloud": {
  1457. "version": "2.1.0",
  1458. "license": "ISC",
  1459. "peerDependencies": {
  1460. "echarts": "^5.0.1"
  1461. }
  1462. },
  1463. "node_modules/ele-admin-plus": {
  1464. "version": "1.2.1",
  1465. "license": "SEE LICENSE IN <https://eleadmin.com/copyright>",
  1466. "peerDependencies": {
  1467. "element-plus": ">=2.7.0",
  1468. "vue": ">=3.1.0"
  1469. }
  1470. },
  1471. "node_modules/element-plus": {
  1472. "version": "2.8.4",
  1473. "license": "MIT",
  1474. "dependencies": {
  1475. "@ctrl/tinycolor": "^3.4.1",
  1476. "@element-plus/icons-vue": "^2.3.1",
  1477. "@floating-ui/dom": "^1.0.1",
  1478. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  1479. "@types/lodash": "^4.14.182",
  1480. "@types/lodash-es": "^4.17.6",
  1481. "@vueuse/core": "^9.1.0",
  1482. "async-validator": "^4.2.5",
  1483. "dayjs": "^1.11.3",
  1484. "escape-html": "^1.0.3",
  1485. "lodash": "^4.17.21",
  1486. "lodash-es": "^4.17.21",
  1487. "lodash-unified": "^1.0.2",
  1488. "memoize-one": "^6.0.0",
  1489. "normalize-wheel-es": "^1.2.0"
  1490. },
  1491. "peerDependencies": {
  1492. "vue": "^3.2.0"
  1493. }
  1494. },
  1495. "node_modules/element-plus/node_modules/@popperjs/core": {
  1496. "name": "@sxzz/popperjs-es",
  1497. "version": "2.11.7",
  1498. "license": "MIT",
  1499. "funding": {
  1500. "type": "opencollective",
  1501. "url": "https://opencollective.com/popperjs"
  1502. }
  1503. },
  1504. "node_modules/element-plus/node_modules/@types/web-bluetooth": {
  1505. "version": "0.0.16",
  1506. "license": "MIT"
  1507. },
  1508. "node_modules/element-plus/node_modules/@vueuse/core": {
  1509. "version": "9.13.0",
  1510. "license": "MIT",
  1511. "dependencies": {
  1512. "@types/web-bluetooth": "^0.0.16",
  1513. "@vueuse/metadata": "9.13.0",
  1514. "@vueuse/shared": "9.13.0",
  1515. "vue-demi": "*"
  1516. },
  1517. "funding": {
  1518. "url": "https://github.com/sponsors/antfu"
  1519. }
  1520. },
  1521. "node_modules/element-plus/node_modules/@vueuse/metadata": {
  1522. "version": "9.13.0",
  1523. "license": "MIT",
  1524. "funding": {
  1525. "url": "https://github.com/sponsors/antfu"
  1526. }
  1527. },
  1528. "node_modules/element-plus/node_modules/@vueuse/shared": {
  1529. "version": "9.13.0",
  1530. "license": "MIT",
  1531. "dependencies": {
  1532. "vue-demi": "*"
  1533. },
  1534. "funding": {
  1535. "url": "https://github.com/sponsors/antfu"
  1536. }
  1537. },
  1538. "node_modules/emoji-regex": {
  1539. "version": "8.0.0",
  1540. "dev": true,
  1541. "license": "MIT"
  1542. },
  1543. "node_modules/end-of-stream": {
  1544. "version": "1.4.5",
  1545. "license": "MIT",
  1546. "dependencies": {
  1547. "once": "^1.4.0"
  1548. }
  1549. },
  1550. "node_modules/entities": {
  1551. "version": "4.5.0",
  1552. "license": "BSD-2-Clause",
  1553. "engines": {
  1554. "node": ">=0.12"
  1555. },
  1556. "funding": {
  1557. "url": "https://github.com/fb55/entities?sponsor=1"
  1558. }
  1559. },
  1560. "node_modules/es-define-property": {
  1561. "version": "1.0.1",
  1562. "license": "MIT",
  1563. "engines": {
  1564. "node": ">= 0.4"
  1565. }
  1566. },
  1567. "node_modules/es-errors": {
  1568. "version": "1.3.0",
  1569. "license": "MIT",
  1570. "engines": {
  1571. "node": ">= 0.4"
  1572. }
  1573. },
  1574. "node_modules/es-object-atoms": {
  1575. "version": "1.1.1",
  1576. "license": "MIT",
  1577. "dependencies": {
  1578. "es-errors": "^1.3.0"
  1579. },
  1580. "engines": {
  1581. "node": ">= 0.4"
  1582. }
  1583. },
  1584. "node_modules/es-set-tostringtag": {
  1585. "version": "2.1.0",
  1586. "license": "MIT",
  1587. "dependencies": {
  1588. "es-errors": "^1.3.0",
  1589. "get-intrinsic": "^1.2.6",
  1590. "has-tostringtag": "^1.0.2",
  1591. "hasown": "^2.0.2"
  1592. },
  1593. "engines": {
  1594. "node": ">= 0.4"
  1595. }
  1596. },
  1597. "node_modules/es5-ext": {
  1598. "version": "0.10.64",
  1599. "hasInstallScript": true,
  1600. "license": "ISC",
  1601. "dependencies": {
  1602. "es6-iterator": "^2.0.3",
  1603. "es6-symbol": "^3.1.3",
  1604. "esniff": "^2.0.1",
  1605. "next-tick": "^1.1.0"
  1606. },
  1607. "engines": {
  1608. "node": ">=0.10"
  1609. }
  1610. },
  1611. "node_modules/es6-iterator": {
  1612. "version": "2.0.3",
  1613. "license": "MIT",
  1614. "dependencies": {
  1615. "d": "1",
  1616. "es5-ext": "^0.10.35",
  1617. "es6-symbol": "^3.1.1"
  1618. }
  1619. },
  1620. "node_modules/es6-symbol": {
  1621. "version": "3.1.4",
  1622. "license": "ISC",
  1623. "dependencies": {
  1624. "d": "^1.0.2",
  1625. "ext": "^1.7.0"
  1626. },
  1627. "engines": {
  1628. "node": ">=0.12"
  1629. }
  1630. },
  1631. "node_modules/esbuild": {
  1632. "version": "0.21.5",
  1633. "dev": true,
  1634. "hasInstallScript": true,
  1635. "license": "MIT",
  1636. "bin": {
  1637. "esbuild": "bin/esbuild"
  1638. },
  1639. "engines": {
  1640. "node": ">=12"
  1641. },
  1642. "optionalDependencies": {
  1643. "@esbuild/aix-ppc64": "0.21.5",
  1644. "@esbuild/android-arm": "0.21.5",
  1645. "@esbuild/android-arm64": "0.21.5",
  1646. "@esbuild/android-x64": "0.21.5",
  1647. "@esbuild/darwin-arm64": "0.21.5",
  1648. "@esbuild/darwin-x64": "0.21.5",
  1649. "@esbuild/freebsd-arm64": "0.21.5",
  1650. "@esbuild/freebsd-x64": "0.21.5",
  1651. "@esbuild/linux-arm": "0.21.5",
  1652. "@esbuild/linux-arm64": "0.21.5",
  1653. "@esbuild/linux-ia32": "0.21.5",
  1654. "@esbuild/linux-loong64": "0.21.5",
  1655. "@esbuild/linux-mips64el": "0.21.5",
  1656. "@esbuild/linux-ppc64": "0.21.5",
  1657. "@esbuild/linux-riscv64": "0.21.5",
  1658. "@esbuild/linux-s390x": "0.21.5",
  1659. "@esbuild/linux-x64": "0.21.5",
  1660. "@esbuild/netbsd-x64": "0.21.5",
  1661. "@esbuild/openbsd-x64": "0.21.5",
  1662. "@esbuild/sunos-x64": "0.21.5",
  1663. "@esbuild/win32-arm64": "0.21.5",
  1664. "@esbuild/win32-ia32": "0.21.5",
  1665. "@esbuild/win32-x64": "0.21.5"
  1666. }
  1667. },
  1668. "node_modules/escape-html": {
  1669. "version": "1.0.3",
  1670. "license": "MIT"
  1671. },
  1672. "node_modules/escape-string-regexp": {
  1673. "version": "5.0.0",
  1674. "license": "MIT",
  1675. "engines": {
  1676. "node": ">=12"
  1677. },
  1678. "funding": {
  1679. "url": "https://github.com/sponsors/sindresorhus"
  1680. }
  1681. },
  1682. "node_modules/eslint": {
  1683. "version": "8.57.1",
  1684. "dev": true,
  1685. "license": "MIT",
  1686. "dependencies": {
  1687. "@eslint-community/eslint-utils": "^4.2.0",
  1688. "@eslint-community/regexpp": "^4.6.1",
  1689. "@eslint/eslintrc": "^2.1.4",
  1690. "@eslint/js": "8.57.1",
  1691. "@humanwhocodes/config-array": "^0.13.0",
  1692. "@humanwhocodes/module-importer": "^1.0.1",
  1693. "@nodelib/fs.walk": "^1.2.8",
  1694. "@ungap/structured-clone": "^1.2.0",
  1695. "ajv": "^6.12.4",
  1696. "chalk": "^4.0.0",
  1697. "cross-spawn": "^7.0.2",
  1698. "debug": "^4.3.2",
  1699. "doctrine": "^3.0.0",
  1700. "escape-string-regexp": "^4.0.0",
  1701. "eslint-scope": "^7.2.2",
  1702. "eslint-visitor-keys": "^3.4.3",
  1703. "espree": "^9.6.1",
  1704. "esquery": "^1.4.2",
  1705. "esutils": "^2.0.2",
  1706. "fast-deep-equal": "^3.1.3",
  1707. "file-entry-cache": "^6.0.1",
  1708. "find-up": "^5.0.0",
  1709. "glob-parent": "^6.0.2",
  1710. "globals": "^13.19.0",
  1711. "graphemer": "^1.4.0",
  1712. "ignore": "^5.2.0",
  1713. "imurmurhash": "^0.1.4",
  1714. "is-glob": "^4.0.0",
  1715. "is-path-inside": "^3.0.3",
  1716. "js-yaml": "^4.1.0",
  1717. "json-stable-stringify-without-jsonify": "^1.0.1",
  1718. "levn": "^0.4.1",
  1719. "lodash.merge": "^4.6.2",
  1720. "minimatch": "^3.1.2",
  1721. "natural-compare": "^1.4.0",
  1722. "optionator": "^0.9.3",
  1723. "strip-ansi": "^6.0.1",
  1724. "text-table": "^0.2.0"
  1725. },
  1726. "bin": {
  1727. "eslint": "bin/eslint.js"
  1728. },
  1729. "engines": {
  1730. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1731. },
  1732. "funding": {
  1733. "url": "https://opencollective.com/eslint"
  1734. }
  1735. },
  1736. "node_modules/eslint-config-prettier": {
  1737. "version": "9.1.2",
  1738. "dev": true,
  1739. "license": "MIT",
  1740. "bin": {
  1741. "eslint-config-prettier": "bin/cli.js"
  1742. },
  1743. "peerDependencies": {
  1744. "eslint": ">=7.0.0"
  1745. }
  1746. },
  1747. "node_modules/eslint-plugin-prettier": {
  1748. "version": "5.2.6",
  1749. "dev": true,
  1750. "license": "MIT",
  1751. "dependencies": {
  1752. "prettier-linter-helpers": "^1.0.0",
  1753. "synckit": "^0.11.0"
  1754. },
  1755. "engines": {
  1756. "node": "^14.18.0 || >=16.0.0"
  1757. },
  1758. "funding": {
  1759. "url": "https://opencollective.com/eslint-plugin-prettier"
  1760. },
  1761. "peerDependencies": {
  1762. "@types/eslint": ">=8.0.0",
  1763. "eslint": ">=8.0.0",
  1764. "eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0",
  1765. "prettier": ">=3.0.0"
  1766. },
  1767. "peerDependenciesMeta": {
  1768. "@types/eslint": {
  1769. "optional": true
  1770. },
  1771. "eslint-config-prettier": {
  1772. "optional": true
  1773. }
  1774. }
  1775. },
  1776. "node_modules/eslint-plugin-vue": {
  1777. "version": "9.27.0",
  1778. "dev": true,
  1779. "license": "MIT",
  1780. "dependencies": {
  1781. "@eslint-community/eslint-utils": "^4.4.0",
  1782. "globals": "^13.24.0",
  1783. "natural-compare": "^1.4.0",
  1784. "nth-check": "^2.1.1",
  1785. "postcss-selector-parser": "^6.0.15",
  1786. "semver": "^7.6.0",
  1787. "vue-eslint-parser": "^9.4.3",
  1788. "xml-name-validator": "^4.0.0"
  1789. },
  1790. "engines": {
  1791. "node": "^14.17.0 || >=16.0.0"
  1792. },
  1793. "peerDependencies": {
  1794. "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
  1795. }
  1796. },
  1797. "node_modules/eslint-scope": {
  1798. "version": "7.2.2",
  1799. "dev": true,
  1800. "license": "BSD-2-Clause",
  1801. "dependencies": {
  1802. "esrecurse": "^4.3.0",
  1803. "estraverse": "^5.2.0"
  1804. },
  1805. "engines": {
  1806. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1807. },
  1808. "funding": {
  1809. "url": "https://opencollective.com/eslint"
  1810. }
  1811. },
  1812. "node_modules/eslint-visitor-keys": {
  1813. "version": "3.4.3",
  1814. "dev": true,
  1815. "license": "Apache-2.0",
  1816. "engines": {
  1817. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1818. },
  1819. "funding": {
  1820. "url": "https://opencollective.com/eslint"
  1821. }
  1822. },
  1823. "node_modules/eslint/node_modules/escape-string-regexp": {
  1824. "version": "4.0.0",
  1825. "dev": true,
  1826. "license": "MIT",
  1827. "engines": {
  1828. "node": ">=10"
  1829. },
  1830. "funding": {
  1831. "url": "https://github.com/sponsors/sindresorhus"
  1832. }
  1833. },
  1834. "node_modules/eslint/node_modules/glob-parent": {
  1835. "version": "6.0.2",
  1836. "dev": true,
  1837. "license": "ISC",
  1838. "dependencies": {
  1839. "is-glob": "^4.0.3"
  1840. },
  1841. "engines": {
  1842. "node": ">=10.13.0"
  1843. }
  1844. },
  1845. "node_modules/esniff": {
  1846. "version": "2.0.1",
  1847. "license": "ISC",
  1848. "dependencies": {
  1849. "d": "^1.0.1",
  1850. "es5-ext": "^0.10.62",
  1851. "event-emitter": "^0.3.5",
  1852. "type": "^2.7.2"
  1853. },
  1854. "engines": {
  1855. "node": ">=0.10"
  1856. }
  1857. },
  1858. "node_modules/espree": {
  1859. "version": "9.6.1",
  1860. "dev": true,
  1861. "license": "BSD-2-Clause",
  1862. "dependencies": {
  1863. "acorn": "^8.9.0",
  1864. "acorn-jsx": "^5.3.2",
  1865. "eslint-visitor-keys": "^3.4.1"
  1866. },
  1867. "engines": {
  1868. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1869. },
  1870. "funding": {
  1871. "url": "https://opencollective.com/eslint"
  1872. }
  1873. },
  1874. "node_modules/esquery": {
  1875. "version": "1.6.0",
  1876. "dev": true,
  1877. "license": "BSD-3-Clause",
  1878. "dependencies": {
  1879. "estraverse": "^5.1.0"
  1880. },
  1881. "engines": {
  1882. "node": ">=0.10"
  1883. }
  1884. },
  1885. "node_modules/esrecurse": {
  1886. "version": "4.3.0",
  1887. "dev": true,
  1888. "license": "BSD-2-Clause",
  1889. "dependencies": {
  1890. "estraverse": "^5.2.0"
  1891. },
  1892. "engines": {
  1893. "node": ">=4.0"
  1894. }
  1895. },
  1896. "node_modules/estraverse": {
  1897. "version": "5.3.0",
  1898. "dev": true,
  1899. "license": "BSD-2-Clause",
  1900. "engines": {
  1901. "node": ">=4.0"
  1902. }
  1903. },
  1904. "node_modules/estree-walker": {
  1905. "version": "2.0.2",
  1906. "license": "MIT"
  1907. },
  1908. "node_modules/esutils": {
  1909. "version": "2.0.3",
  1910. "dev": true,
  1911. "license": "BSD-2-Clause",
  1912. "engines": {
  1913. "node": ">=0.10.0"
  1914. }
  1915. },
  1916. "node_modules/event-emitter": {
  1917. "version": "0.3.5",
  1918. "license": "MIT",
  1919. "dependencies": {
  1920. "d": "1",
  1921. "es5-ext": "~0.10.14"
  1922. }
  1923. },
  1924. "node_modules/eventemitter3": {
  1925. "version": "4.0.7",
  1926. "license": "MIT"
  1927. },
  1928. "node_modules/exceljs": {
  1929. "version": "4.4.0",
  1930. "license": "MIT",
  1931. "dependencies": {
  1932. "archiver": "^5.0.0",
  1933. "dayjs": "^1.8.34",
  1934. "fast-csv": "^4.3.1",
  1935. "jszip": "^3.10.1",
  1936. "readable-stream": "^3.6.0",
  1937. "saxes": "^5.0.1",
  1938. "tmp": "^0.2.0",
  1939. "unzipper": "^0.10.11",
  1940. "uuid": "^8.3.0"
  1941. },
  1942. "engines": {
  1943. "node": ">=8.3.0"
  1944. }
  1945. },
  1946. "node_modules/exsolve": {
  1947. "version": "1.0.7",
  1948. "dev": true,
  1949. "license": "MIT"
  1950. },
  1951. "node_modules/ext": {
  1952. "version": "1.7.0",
  1953. "license": "ISC",
  1954. "dependencies": {
  1955. "type": "^2.7.2"
  1956. }
  1957. },
  1958. "node_modules/extend": {
  1959. "version": "3.0.2",
  1960. "license": "MIT"
  1961. },
  1962. "node_modules/fast-csv": {
  1963. "version": "4.3.6",
  1964. "license": "MIT",
  1965. "dependencies": {
  1966. "@fast-csv/format": "4.3.5",
  1967. "@fast-csv/parse": "4.3.6"
  1968. },
  1969. "engines": {
  1970. "node": ">=10.0.0"
  1971. }
  1972. },
  1973. "node_modules/fast-deep-equal": {
  1974. "version": "3.1.3",
  1975. "dev": true,
  1976. "license": "MIT"
  1977. },
  1978. "node_modules/fast-diff": {
  1979. "version": "1.3.0",
  1980. "dev": true,
  1981. "license": "Apache-2.0"
  1982. },
  1983. "node_modules/fast-glob": {
  1984. "version": "3.3.3",
  1985. "dev": true,
  1986. "license": "MIT",
  1987. "dependencies": {
  1988. "@nodelib/fs.stat": "^2.0.2",
  1989. "@nodelib/fs.walk": "^1.2.3",
  1990. "glob-parent": "^5.1.2",
  1991. "merge2": "^1.3.0",
  1992. "micromatch": "^4.0.8"
  1993. },
  1994. "engines": {
  1995. "node": ">=8.6.0"
  1996. }
  1997. },
  1998. "node_modules/fast-json-stable-stringify": {
  1999. "version": "2.1.0",
  2000. "dev": true,
  2001. "license": "MIT"
  2002. },
  2003. "node_modules/fast-levenshtein": {
  2004. "version": "2.0.6",
  2005. "dev": true,
  2006. "license": "MIT"
  2007. },
  2008. "node_modules/fastq": {
  2009. "version": "1.19.1",
  2010. "dev": true,
  2011. "license": "ISC",
  2012. "dependencies": {
  2013. "reusify": "^1.0.4"
  2014. }
  2015. },
  2016. "node_modules/file-entry-cache": {
  2017. "version": "6.0.1",
  2018. "dev": true,
  2019. "license": "MIT",
  2020. "dependencies": {
  2021. "flat-cache": "^3.0.4"
  2022. },
  2023. "engines": {
  2024. "node": "^10.12.0 || >=12.0.0"
  2025. }
  2026. },
  2027. "node_modules/fill-range": {
  2028. "version": "7.1.1",
  2029. "dev": true,
  2030. "license": "MIT",
  2031. "dependencies": {
  2032. "to-regex-range": "^5.0.1"
  2033. },
  2034. "engines": {
  2035. "node": ">=8"
  2036. }
  2037. },
  2038. "node_modules/find-up": {
  2039. "version": "5.0.0",
  2040. "dev": true,
  2041. "license": "MIT",
  2042. "dependencies": {
  2043. "locate-path": "^6.0.0",
  2044. "path-exists": "^4.0.0"
  2045. },
  2046. "engines": {
  2047. "node": ">=10"
  2048. },
  2049. "funding": {
  2050. "url": "https://github.com/sponsors/sindresorhus"
  2051. }
  2052. },
  2053. "node_modules/flat-cache": {
  2054. "version": "3.2.0",
  2055. "dev": true,
  2056. "license": "MIT",
  2057. "dependencies": {
  2058. "flatted": "^3.2.9",
  2059. "keyv": "^4.5.3",
  2060. "rimraf": "^3.0.2"
  2061. },
  2062. "engines": {
  2063. "node": "^10.12.0 || >=12.0.0"
  2064. }
  2065. },
  2066. "node_modules/flat-cache/node_modules/rimraf": {
  2067. "version": "3.0.2",
  2068. "dev": true,
  2069. "license": "ISC",
  2070. "dependencies": {
  2071. "glob": "^7.1.3"
  2072. },
  2073. "bin": {
  2074. "rimraf": "bin.js"
  2075. },
  2076. "funding": {
  2077. "url": "https://github.com/sponsors/isaacs"
  2078. }
  2079. },
  2080. "node_modules/flatted": {
  2081. "version": "3.3.3",
  2082. "dev": true,
  2083. "license": "ISC"
  2084. },
  2085. "node_modules/follow-redirects": {
  2086. "version": "1.15.9",
  2087. "funding": [
  2088. {
  2089. "type": "individual",
  2090. "url": "https://github.com/sponsors/RubenVerborgh"
  2091. }
  2092. ],
  2093. "license": "MIT",
  2094. "engines": {
  2095. "node": ">=4.0"
  2096. },
  2097. "peerDependenciesMeta": {
  2098. "debug": {
  2099. "optional": true
  2100. }
  2101. }
  2102. },
  2103. "node_modules/foreground-child": {
  2104. "version": "3.3.1",
  2105. "dev": true,
  2106. "license": "ISC",
  2107. "dependencies": {
  2108. "cross-spawn": "^7.0.6",
  2109. "signal-exit": "^4.0.1"
  2110. },
  2111. "engines": {
  2112. "node": ">=14"
  2113. },
  2114. "funding": {
  2115. "url": "https://github.com/sponsors/isaacs"
  2116. }
  2117. },
  2118. "node_modules/form-data": {
  2119. "version": "4.0.4",
  2120. "license": "MIT",
  2121. "dependencies": {
  2122. "asynckit": "^0.4.0",
  2123. "combined-stream": "^1.0.8",
  2124. "es-set-tostringtag": "^2.1.0",
  2125. "hasown": "^2.0.2",
  2126. "mime-types": "^2.1.12"
  2127. },
  2128. "engines": {
  2129. "node": ">= 6"
  2130. }
  2131. },
  2132. "node_modules/fs-constants": {
  2133. "version": "1.0.0",
  2134. "license": "MIT"
  2135. },
  2136. "node_modules/fs-extra": {
  2137. "version": "10.1.0",
  2138. "dev": true,
  2139. "license": "MIT",
  2140. "dependencies": {
  2141. "graceful-fs": "^4.2.0",
  2142. "jsonfile": "^6.0.1",
  2143. "universalify": "^2.0.0"
  2144. },
  2145. "engines": {
  2146. "node": ">=12"
  2147. }
  2148. },
  2149. "node_modules/fs.realpath": {
  2150. "version": "1.0.0",
  2151. "license": "ISC"
  2152. },
  2153. "node_modules/fsevents": {
  2154. "version": "2.3.3",
  2155. "dev": true,
  2156. "license": "MIT",
  2157. "optional": true,
  2158. "os": [
  2159. "darwin"
  2160. ],
  2161. "engines": {
  2162. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2163. }
  2164. },
  2165. "node_modules/fstream": {
  2166. "version": "1.0.12",
  2167. "license": "ISC",
  2168. "dependencies": {
  2169. "graceful-fs": "^4.1.2",
  2170. "inherits": "~2.0.0",
  2171. "mkdirp": ">=0.5 0",
  2172. "rimraf": "2"
  2173. },
  2174. "engines": {
  2175. "node": ">=0.6"
  2176. }
  2177. },
  2178. "node_modules/fstream/node_modules/rimraf": {
  2179. "version": "2.7.1",
  2180. "license": "ISC",
  2181. "dependencies": {
  2182. "glob": "^7.1.3"
  2183. },
  2184. "bin": {
  2185. "rimraf": "bin.js"
  2186. }
  2187. },
  2188. "node_modules/function-bind": {
  2189. "version": "1.1.2",
  2190. "license": "MIT",
  2191. "funding": {
  2192. "url": "https://github.com/sponsors/ljharb"
  2193. }
  2194. },
  2195. "node_modules/get-intrinsic": {
  2196. "version": "1.3.0",
  2197. "license": "MIT",
  2198. "dependencies": {
  2199. "call-bind-apply-helpers": "^1.0.2",
  2200. "es-define-property": "^1.0.1",
  2201. "es-errors": "^1.3.0",
  2202. "es-object-atoms": "^1.1.1",
  2203. "function-bind": "^1.1.2",
  2204. "get-proto": "^1.0.1",
  2205. "gopd": "^1.2.0",
  2206. "has-symbols": "^1.1.0",
  2207. "hasown": "^2.0.2",
  2208. "math-intrinsics": "^1.1.0"
  2209. },
  2210. "engines": {
  2211. "node": ">= 0.4"
  2212. },
  2213. "funding": {
  2214. "url": "https://github.com/sponsors/ljharb"
  2215. }
  2216. },
  2217. "node_modules/get-proto": {
  2218. "version": "1.0.1",
  2219. "license": "MIT",
  2220. "dependencies": {
  2221. "dunder-proto": "^1.0.1",
  2222. "es-object-atoms": "^1.0.0"
  2223. },
  2224. "engines": {
  2225. "node": ">= 0.4"
  2226. }
  2227. },
  2228. "node_modules/glob": {
  2229. "version": "7.2.3",
  2230. "license": "ISC",
  2231. "dependencies": {
  2232. "fs.realpath": "^1.0.0",
  2233. "inflight": "^1.0.4",
  2234. "inherits": "2",
  2235. "minimatch": "^3.1.1",
  2236. "once": "^1.3.0",
  2237. "path-is-absolute": "^1.0.0"
  2238. },
  2239. "engines": {
  2240. "node": "*"
  2241. },
  2242. "funding": {
  2243. "url": "https://github.com/sponsors/isaacs"
  2244. }
  2245. },
  2246. "node_modules/glob-parent": {
  2247. "version": "5.1.2",
  2248. "dev": true,
  2249. "license": "ISC",
  2250. "dependencies": {
  2251. "is-glob": "^4.0.1"
  2252. },
  2253. "engines": {
  2254. "node": ">= 6"
  2255. }
  2256. },
  2257. "node_modules/globals": {
  2258. "version": "13.24.0",
  2259. "dev": true,
  2260. "license": "MIT",
  2261. "dependencies": {
  2262. "type-fest": "^0.20.2"
  2263. },
  2264. "engines": {
  2265. "node": ">=8"
  2266. },
  2267. "funding": {
  2268. "url": "https://github.com/sponsors/sindresorhus"
  2269. }
  2270. },
  2271. "node_modules/gopd": {
  2272. "version": "1.2.0",
  2273. "license": "MIT",
  2274. "engines": {
  2275. "node": ">= 0.4"
  2276. },
  2277. "funding": {
  2278. "url": "https://github.com/sponsors/ljharb"
  2279. }
  2280. },
  2281. "node_modules/graceful-fs": {
  2282. "version": "4.2.11",
  2283. "license": "ISC"
  2284. },
  2285. "node_modules/graphemer": {
  2286. "version": "1.4.0",
  2287. "dev": true,
  2288. "license": "MIT"
  2289. },
  2290. "node_modules/has-flag": {
  2291. "version": "4.0.0",
  2292. "dev": true,
  2293. "license": "MIT",
  2294. "engines": {
  2295. "node": ">=8"
  2296. }
  2297. },
  2298. "node_modules/has-symbols": {
  2299. "version": "1.1.0",
  2300. "license": "MIT",
  2301. "engines": {
  2302. "node": ">= 0.4"
  2303. },
  2304. "funding": {
  2305. "url": "https://github.com/sponsors/ljharb"
  2306. }
  2307. },
  2308. "node_modules/has-tostringtag": {
  2309. "version": "1.0.2",
  2310. "license": "MIT",
  2311. "dependencies": {
  2312. "has-symbols": "^1.0.3"
  2313. },
  2314. "engines": {
  2315. "node": ">= 0.4"
  2316. },
  2317. "funding": {
  2318. "url": "https://github.com/sponsors/ljharb"
  2319. }
  2320. },
  2321. "node_modules/hasown": {
  2322. "version": "2.0.2",
  2323. "license": "MIT",
  2324. "dependencies": {
  2325. "function-bind": "^1.1.2"
  2326. },
  2327. "engines": {
  2328. "node": ">= 0.4"
  2329. }
  2330. },
  2331. "node_modules/hast-util-from-parse5": {
  2332. "version": "7.1.2",
  2333. "license": "MIT",
  2334. "dependencies": {
  2335. "@types/hast": "^2.0.0",
  2336. "@types/unist": "^2.0.0",
  2337. "hastscript": "^7.0.0",
  2338. "property-information": "^6.0.0",
  2339. "vfile": "^5.0.0",
  2340. "vfile-location": "^4.0.0",
  2341. "web-namespaces": "^2.0.0"
  2342. },
  2343. "funding": {
  2344. "type": "opencollective",
  2345. "url": "https://opencollective.com/unified"
  2346. }
  2347. },
  2348. "node_modules/hast-util-parse-selector": {
  2349. "version": "3.1.1",
  2350. "license": "MIT",
  2351. "dependencies": {
  2352. "@types/hast": "^2.0.0"
  2353. },
  2354. "funding": {
  2355. "type": "opencollective",
  2356. "url": "https://opencollective.com/unified"
  2357. }
  2358. },
  2359. "node_modules/hast-util-raw": {
  2360. "version": "7.2.3",
  2361. "license": "MIT",
  2362. "dependencies": {
  2363. "@types/hast": "^2.0.0",
  2364. "@types/parse5": "^6.0.0",
  2365. "hast-util-from-parse5": "^7.0.0",
  2366. "hast-util-to-parse5": "^7.0.0",
  2367. "html-void-elements": "^2.0.0",
  2368. "parse5": "^6.0.0",
  2369. "unist-util-position": "^4.0.0",
  2370. "unist-util-visit": "^4.0.0",
  2371. "vfile": "^5.0.0",
  2372. "web-namespaces": "^2.0.0",
  2373. "zwitch": "^2.0.0"
  2374. },
  2375. "funding": {
  2376. "type": "opencollective",
  2377. "url": "https://opencollective.com/unified"
  2378. }
  2379. },
  2380. "node_modules/hast-util-sanitize": {
  2381. "version": "4.1.0",
  2382. "license": "MIT",
  2383. "dependencies": {
  2384. "@types/hast": "^2.0.0"
  2385. },
  2386. "funding": {
  2387. "type": "opencollective",
  2388. "url": "https://opencollective.com/unified"
  2389. }
  2390. },
  2391. "node_modules/hast-util-to-html": {
  2392. "version": "8.0.4",
  2393. "license": "MIT",
  2394. "dependencies": {
  2395. "@types/hast": "^2.0.0",
  2396. "@types/unist": "^2.0.0",
  2397. "ccount": "^2.0.0",
  2398. "comma-separated-tokens": "^2.0.0",
  2399. "hast-util-raw": "^7.0.0",
  2400. "hast-util-whitespace": "^2.0.0",
  2401. "html-void-elements": "^2.0.0",
  2402. "property-information": "^6.0.0",
  2403. "space-separated-tokens": "^2.0.0",
  2404. "stringify-entities": "^4.0.0",
  2405. "zwitch": "^2.0.4"
  2406. },
  2407. "funding": {
  2408. "type": "opencollective",
  2409. "url": "https://opencollective.com/unified"
  2410. }
  2411. },
  2412. "node_modules/hast-util-to-parse5": {
  2413. "version": "7.1.0",
  2414. "license": "MIT",
  2415. "dependencies": {
  2416. "@types/hast": "^2.0.0",
  2417. "comma-separated-tokens": "^2.0.0",
  2418. "property-information": "^6.0.0",
  2419. "space-separated-tokens": "^2.0.0",
  2420. "web-namespaces": "^2.0.0",
  2421. "zwitch": "^2.0.0"
  2422. },
  2423. "funding": {
  2424. "type": "opencollective",
  2425. "url": "https://opencollective.com/unified"
  2426. }
  2427. },
  2428. "node_modules/hast-util-whitespace": {
  2429. "version": "2.0.1",
  2430. "license": "MIT",
  2431. "funding": {
  2432. "type": "opencollective",
  2433. "url": "https://opencollective.com/unified"
  2434. }
  2435. },
  2436. "node_modules/hastscript": {
  2437. "version": "7.2.0",
  2438. "license": "MIT",
  2439. "dependencies": {
  2440. "@types/hast": "^2.0.0",
  2441. "comma-separated-tokens": "^2.0.0",
  2442. "hast-util-parse-selector": "^3.0.0",
  2443. "property-information": "^6.0.0",
  2444. "space-separated-tokens": "^2.0.0"
  2445. },
  2446. "funding": {
  2447. "type": "opencollective",
  2448. "url": "https://opencollective.com/unified"
  2449. }
  2450. },
  2451. "node_modules/highlight.js": {
  2452. "version": "11.10.0",
  2453. "license": "BSD-3-Clause",
  2454. "engines": {
  2455. "node": ">=12.0.0"
  2456. }
  2457. },
  2458. "node_modules/html-void-elements": {
  2459. "version": "2.0.1",
  2460. "license": "MIT",
  2461. "funding": {
  2462. "type": "github",
  2463. "url": "https://github.com/sponsors/wooorm"
  2464. }
  2465. },
  2466. "node_modules/ieee754": {
  2467. "version": "1.2.1",
  2468. "funding": [
  2469. {
  2470. "type": "github",
  2471. "url": "https://github.com/sponsors/feross"
  2472. },
  2473. {
  2474. "type": "patreon",
  2475. "url": "https://www.patreon.com/feross"
  2476. },
  2477. {
  2478. "type": "consulting",
  2479. "url": "https://feross.org/support"
  2480. }
  2481. ],
  2482. "license": "BSD-3-Clause"
  2483. },
  2484. "node_modules/ignore": {
  2485. "version": "5.3.2",
  2486. "dev": true,
  2487. "license": "MIT",
  2488. "engines": {
  2489. "node": ">= 4"
  2490. }
  2491. },
  2492. "node_modules/immediate": {
  2493. "version": "3.0.6",
  2494. "license": "MIT"
  2495. },
  2496. "node_modules/immutable": {
  2497. "version": "4.3.7",
  2498. "dev": true,
  2499. "license": "MIT"
  2500. },
  2501. "node_modules/import-fresh": {
  2502. "version": "3.3.1",
  2503. "dev": true,
  2504. "license": "MIT",
  2505. "dependencies": {
  2506. "parent-module": "^1.0.0",
  2507. "resolve-from": "^4.0.0"
  2508. },
  2509. "engines": {
  2510. "node": ">=6"
  2511. },
  2512. "funding": {
  2513. "url": "https://github.com/sponsors/sindresorhus"
  2514. }
  2515. },
  2516. "node_modules/imurmurhash": {
  2517. "version": "0.1.4",
  2518. "dev": true,
  2519. "license": "MIT",
  2520. "engines": {
  2521. "node": ">=0.8.19"
  2522. }
  2523. },
  2524. "node_modules/inflight": {
  2525. "version": "1.0.6",
  2526. "license": "ISC",
  2527. "dependencies": {
  2528. "once": "^1.3.0",
  2529. "wrappy": "1"
  2530. }
  2531. },
  2532. "node_modules/inherits": {
  2533. "version": "2.0.4",
  2534. "license": "ISC"
  2535. },
  2536. "node_modules/is-binary-path": {
  2537. "version": "2.1.0",
  2538. "dev": true,
  2539. "license": "MIT",
  2540. "dependencies": {
  2541. "binary-extensions": "^2.0.0"
  2542. },
  2543. "engines": {
  2544. "node": ">=8"
  2545. }
  2546. },
  2547. "node_modules/is-buffer": {
  2548. "version": "2.0.5",
  2549. "funding": [
  2550. {
  2551. "type": "github",
  2552. "url": "https://github.com/sponsors/feross"
  2553. },
  2554. {
  2555. "type": "patreon",
  2556. "url": "https://www.patreon.com/feross"
  2557. },
  2558. {
  2559. "type": "consulting",
  2560. "url": "https://feross.org/support"
  2561. }
  2562. ],
  2563. "license": "MIT",
  2564. "engines": {
  2565. "node": ">=4"
  2566. }
  2567. },
  2568. "node_modules/is-core-module": {
  2569. "version": "2.16.1",
  2570. "dev": true,
  2571. "license": "MIT",
  2572. "dependencies": {
  2573. "hasown": "^2.0.2"
  2574. },
  2575. "engines": {
  2576. "node": ">= 0.4"
  2577. },
  2578. "funding": {
  2579. "url": "https://github.com/sponsors/ljharb"
  2580. }
  2581. },
  2582. "node_modules/is-extglob": {
  2583. "version": "2.1.1",
  2584. "dev": true,
  2585. "license": "MIT",
  2586. "engines": {
  2587. "node": ">=0.10.0"
  2588. }
  2589. },
  2590. "node_modules/is-fullwidth-code-point": {
  2591. "version": "3.0.0",
  2592. "dev": true,
  2593. "license": "MIT",
  2594. "engines": {
  2595. "node": ">=8"
  2596. }
  2597. },
  2598. "node_modules/is-glob": {
  2599. "version": "4.0.3",
  2600. "dev": true,
  2601. "license": "MIT",
  2602. "dependencies": {
  2603. "is-extglob": "^2.1.1"
  2604. },
  2605. "engines": {
  2606. "node": ">=0.10.0"
  2607. }
  2608. },
  2609. "node_modules/is-number": {
  2610. "version": "7.0.0",
  2611. "dev": true,
  2612. "license": "MIT",
  2613. "engines": {
  2614. "node": ">=0.12.0"
  2615. }
  2616. },
  2617. "node_modules/is-path-inside": {
  2618. "version": "3.0.3",
  2619. "dev": true,
  2620. "license": "MIT",
  2621. "engines": {
  2622. "node": ">=8"
  2623. }
  2624. },
  2625. "node_modules/is-plain-obj": {
  2626. "version": "4.1.0",
  2627. "license": "MIT",
  2628. "engines": {
  2629. "node": ">=12"
  2630. },
  2631. "funding": {
  2632. "url": "https://github.com/sponsors/sindresorhus"
  2633. }
  2634. },
  2635. "node_modules/isarray": {
  2636. "version": "1.0.0",
  2637. "license": "MIT"
  2638. },
  2639. "node_modules/isexe": {
  2640. "version": "2.0.0",
  2641. "dev": true,
  2642. "license": "ISC"
  2643. },
  2644. "node_modules/jackspeak": {
  2645. "version": "3.4.3",
  2646. "dev": true,
  2647. "license": "BlueOak-1.0.0",
  2648. "dependencies": {
  2649. "@isaacs/cliui": "^8.0.2"
  2650. },
  2651. "funding": {
  2652. "url": "https://github.com/sponsors/isaacs"
  2653. },
  2654. "optionalDependencies": {
  2655. "@pkgjs/parseargs": "^0.11.0"
  2656. }
  2657. },
  2658. "node_modules/jiti": {
  2659. "version": "1.21.7",
  2660. "dev": true,
  2661. "license": "MIT",
  2662. "bin": {
  2663. "jiti": "bin/jiti.js"
  2664. }
  2665. },
  2666. "node_modules/js-tokens": {
  2667. "version": "9.0.1",
  2668. "dev": true,
  2669. "license": "MIT"
  2670. },
  2671. "node_modules/js-yaml": {
  2672. "version": "4.1.0",
  2673. "dev": true,
  2674. "license": "MIT",
  2675. "dependencies": {
  2676. "argparse": "^2.0.1"
  2677. },
  2678. "bin": {
  2679. "js-yaml": "bin/js-yaml.js"
  2680. }
  2681. },
  2682. "node_modules/jsbarcode": {
  2683. "version": "3.11.6",
  2684. "license": "MIT"
  2685. },
  2686. "node_modules/json-buffer": {
  2687. "version": "3.0.1",
  2688. "dev": true,
  2689. "license": "MIT"
  2690. },
  2691. "node_modules/json-schema-traverse": {
  2692. "version": "0.4.1",
  2693. "dev": true,
  2694. "license": "MIT"
  2695. },
  2696. "node_modules/json-stable-stringify-without-jsonify": {
  2697. "version": "1.0.1",
  2698. "dev": true,
  2699. "license": "MIT"
  2700. },
  2701. "node_modules/jsonfile": {
  2702. "version": "6.1.0",
  2703. "dev": true,
  2704. "license": "MIT",
  2705. "dependencies": {
  2706. "universalify": "^2.0.0"
  2707. },
  2708. "optionalDependencies": {
  2709. "graceful-fs": "^4.1.6"
  2710. }
  2711. },
  2712. "node_modules/jszip": {
  2713. "version": "3.10.1",
  2714. "license": "(MIT OR GPL-3.0-or-later)",
  2715. "dependencies": {
  2716. "lie": "~3.3.0",
  2717. "pako": "~1.0.2",
  2718. "readable-stream": "~2.3.6",
  2719. "setimmediate": "^1.0.5"
  2720. }
  2721. },
  2722. "node_modules/jszip/node_modules/readable-stream": {
  2723. "version": "2.3.8",
  2724. "license": "MIT",
  2725. "dependencies": {
  2726. "core-util-is": "~1.0.0",
  2727. "inherits": "~2.0.3",
  2728. "isarray": "~1.0.0",
  2729. "process-nextick-args": "~2.0.0",
  2730. "safe-buffer": "~5.1.1",
  2731. "string_decoder": "~1.1.1",
  2732. "util-deprecate": "~1.0.1"
  2733. }
  2734. },
  2735. "node_modules/jszip/node_modules/string_decoder": {
  2736. "version": "1.1.1",
  2737. "license": "MIT",
  2738. "dependencies": {
  2739. "safe-buffer": "~5.1.0"
  2740. }
  2741. },
  2742. "node_modules/keyv": {
  2743. "version": "4.5.4",
  2744. "dev": true,
  2745. "license": "MIT",
  2746. "dependencies": {
  2747. "json-buffer": "3.0.1"
  2748. }
  2749. },
  2750. "node_modules/kleur": {
  2751. "version": "4.1.5",
  2752. "license": "MIT",
  2753. "engines": {
  2754. "node": ">=6"
  2755. }
  2756. },
  2757. "node_modules/lazystream": {
  2758. "version": "1.0.1",
  2759. "license": "MIT",
  2760. "dependencies": {
  2761. "readable-stream": "^2.0.5"
  2762. },
  2763. "engines": {
  2764. "node": ">= 0.6.3"
  2765. }
  2766. },
  2767. "node_modules/lazystream/node_modules/readable-stream": {
  2768. "version": "2.3.8",
  2769. "license": "MIT",
  2770. "dependencies": {
  2771. "core-util-is": "~1.0.0",
  2772. "inherits": "~2.0.3",
  2773. "isarray": "~1.0.0",
  2774. "process-nextick-args": "~2.0.0",
  2775. "safe-buffer": "~5.1.1",
  2776. "string_decoder": "~1.1.1",
  2777. "util-deprecate": "~1.0.1"
  2778. }
  2779. },
  2780. "node_modules/lazystream/node_modules/string_decoder": {
  2781. "version": "1.1.1",
  2782. "license": "MIT",
  2783. "dependencies": {
  2784. "safe-buffer": "~5.1.0"
  2785. }
  2786. },
  2787. "node_modules/levn": {
  2788. "version": "0.4.1",
  2789. "dev": true,
  2790. "license": "MIT",
  2791. "dependencies": {
  2792. "prelude-ls": "^1.2.1",
  2793. "type-check": "~0.4.0"
  2794. },
  2795. "engines": {
  2796. "node": ">= 0.8.0"
  2797. }
  2798. },
  2799. "node_modules/lie": {
  2800. "version": "3.3.0",
  2801. "license": "MIT",
  2802. "dependencies": {
  2803. "immediate": "~3.0.5"
  2804. }
  2805. },
  2806. "node_modules/lilconfig": {
  2807. "version": "3.1.3",
  2808. "dev": true,
  2809. "license": "MIT",
  2810. "engines": {
  2811. "node": ">=14"
  2812. },
  2813. "funding": {
  2814. "url": "https://github.com/sponsors/antonk52"
  2815. }
  2816. },
  2817. "node_modules/lines-and-columns": {
  2818. "version": "1.2.4",
  2819. "dev": true,
  2820. "license": "MIT"
  2821. },
  2822. "node_modules/listenercount": {
  2823. "version": "1.0.1",
  2824. "license": "ISC"
  2825. },
  2826. "node_modules/local-pkg": {
  2827. "version": "0.5.1",
  2828. "dev": true,
  2829. "license": "MIT",
  2830. "dependencies": {
  2831. "mlly": "^1.7.3",
  2832. "pkg-types": "^1.2.1"
  2833. },
  2834. "engines": {
  2835. "node": ">=14"
  2836. },
  2837. "funding": {
  2838. "url": "https://github.com/sponsors/antfu"
  2839. }
  2840. },
  2841. "node_modules/locate-path": {
  2842. "version": "6.0.0",
  2843. "dev": true,
  2844. "license": "MIT",
  2845. "dependencies": {
  2846. "p-locate": "^5.0.0"
  2847. },
  2848. "engines": {
  2849. "node": ">=10"
  2850. },
  2851. "funding": {
  2852. "url": "https://github.com/sponsors/sindresorhus"
  2853. }
  2854. },
  2855. "node_modules/lodash": {
  2856. "version": "4.17.21",
  2857. "license": "MIT"
  2858. },
  2859. "node_modules/lodash-es": {
  2860. "version": "4.17.21",
  2861. "license": "MIT"
  2862. },
  2863. "node_modules/lodash-unified": {
  2864. "version": "1.0.3",
  2865. "license": "MIT",
  2866. "peerDependencies": {
  2867. "@types/lodash-es": "*",
  2868. "lodash": "*",
  2869. "lodash-es": "*"
  2870. }
  2871. },
  2872. "node_modules/lodash.defaults": {
  2873. "version": "4.2.0",
  2874. "license": "MIT"
  2875. },
  2876. "node_modules/lodash.difference": {
  2877. "version": "4.5.0",
  2878. "license": "MIT"
  2879. },
  2880. "node_modules/lodash.escaperegexp": {
  2881. "version": "4.1.2",
  2882. "license": "MIT"
  2883. },
  2884. "node_modules/lodash.flatten": {
  2885. "version": "4.4.0",
  2886. "license": "MIT"
  2887. },
  2888. "node_modules/lodash.groupby": {
  2889. "version": "4.6.0",
  2890. "license": "MIT"
  2891. },
  2892. "node_modules/lodash.isboolean": {
  2893. "version": "3.0.3",
  2894. "license": "MIT"
  2895. },
  2896. "node_modules/lodash.isequal": {
  2897. "version": "4.5.0",
  2898. "license": "MIT"
  2899. },
  2900. "node_modules/lodash.isfunction": {
  2901. "version": "3.0.9",
  2902. "license": "MIT"
  2903. },
  2904. "node_modules/lodash.isnil": {
  2905. "version": "4.0.0",
  2906. "license": "MIT"
  2907. },
  2908. "node_modules/lodash.isplainobject": {
  2909. "version": "4.0.6",
  2910. "license": "MIT"
  2911. },
  2912. "node_modules/lodash.isundefined": {
  2913. "version": "3.0.1",
  2914. "license": "MIT"
  2915. },
  2916. "node_modules/lodash.merge": {
  2917. "version": "4.6.2",
  2918. "dev": true,
  2919. "license": "MIT"
  2920. },
  2921. "node_modules/lodash.union": {
  2922. "version": "4.6.0",
  2923. "license": "MIT"
  2924. },
  2925. "node_modules/lodash.uniq": {
  2926. "version": "4.5.0",
  2927. "license": "MIT"
  2928. },
  2929. "node_modules/longest-streak": {
  2930. "version": "3.1.0",
  2931. "license": "MIT",
  2932. "funding": {
  2933. "type": "github",
  2934. "url": "https://github.com/sponsors/wooorm"
  2935. }
  2936. },
  2937. "node_modules/lru-cache": {
  2938. "version": "10.4.3",
  2939. "dev": true,
  2940. "license": "ISC"
  2941. },
  2942. "node_modules/magic-string": {
  2943. "version": "0.30.17",
  2944. "license": "MIT",
  2945. "dependencies": {
  2946. "@jridgewell/sourcemap-codec": "^1.5.0"
  2947. }
  2948. },
  2949. "node_modules/markdown-table": {
  2950. "version": "3.0.4",
  2951. "license": "MIT",
  2952. "funding": {
  2953. "type": "github",
  2954. "url": "https://github.com/sponsors/wooorm"
  2955. }
  2956. },
  2957. "node_modules/math-intrinsics": {
  2958. "version": "1.1.0",
  2959. "license": "MIT",
  2960. "engines": {
  2961. "node": ">= 0.4"
  2962. }
  2963. },
  2964. "node_modules/mdast-util-definitions": {
  2965. "version": "5.1.2",
  2966. "license": "MIT",
  2967. "dependencies": {
  2968. "@types/mdast": "^3.0.0",
  2969. "@types/unist": "^2.0.0",
  2970. "unist-util-visit": "^4.0.0"
  2971. },
  2972. "funding": {
  2973. "type": "opencollective",
  2974. "url": "https://opencollective.com/unified"
  2975. }
  2976. },
  2977. "node_modules/mdast-util-find-and-replace": {
  2978. "version": "2.2.2",
  2979. "license": "MIT",
  2980. "dependencies": {
  2981. "@types/mdast": "^3.0.0",
  2982. "escape-string-regexp": "^5.0.0",
  2983. "unist-util-is": "^5.0.0",
  2984. "unist-util-visit-parents": "^5.0.0"
  2985. },
  2986. "funding": {
  2987. "type": "opencollective",
  2988. "url": "https://opencollective.com/unified"
  2989. }
  2990. },
  2991. "node_modules/mdast-util-from-markdown": {
  2992. "version": "1.3.1",
  2993. "license": "MIT",
  2994. "dependencies": {
  2995. "@types/mdast": "^3.0.0",
  2996. "@types/unist": "^2.0.0",
  2997. "decode-named-character-reference": "^1.0.0",
  2998. "mdast-util-to-string": "^3.1.0",
  2999. "micromark": "^3.0.0",
  3000. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  3001. "micromark-util-decode-string": "^1.0.0",
  3002. "micromark-util-normalize-identifier": "^1.0.0",
  3003. "micromark-util-symbol": "^1.0.0",
  3004. "micromark-util-types": "^1.0.0",
  3005. "unist-util-stringify-position": "^3.0.0",
  3006. "uvu": "^0.5.0"
  3007. },
  3008. "funding": {
  3009. "type": "opencollective",
  3010. "url": "https://opencollective.com/unified"
  3011. }
  3012. },
  3013. "node_modules/mdast-util-gfm": {
  3014. "version": "2.0.2",
  3015. "license": "MIT",
  3016. "dependencies": {
  3017. "mdast-util-from-markdown": "^1.0.0",
  3018. "mdast-util-gfm-autolink-literal": "^1.0.0",
  3019. "mdast-util-gfm-footnote": "^1.0.0",
  3020. "mdast-util-gfm-strikethrough": "^1.0.0",
  3021. "mdast-util-gfm-table": "^1.0.0",
  3022. "mdast-util-gfm-task-list-item": "^1.0.0",
  3023. "mdast-util-to-markdown": "^1.0.0"
  3024. },
  3025. "funding": {
  3026. "type": "opencollective",
  3027. "url": "https://opencollective.com/unified"
  3028. }
  3029. },
  3030. "node_modules/mdast-util-gfm-autolink-literal": {
  3031. "version": "1.0.3",
  3032. "license": "MIT",
  3033. "dependencies": {
  3034. "@types/mdast": "^3.0.0",
  3035. "ccount": "^2.0.0",
  3036. "mdast-util-find-and-replace": "^2.0.0",
  3037. "micromark-util-character": "^1.0.0"
  3038. },
  3039. "funding": {
  3040. "type": "opencollective",
  3041. "url": "https://opencollective.com/unified"
  3042. }
  3043. },
  3044. "node_modules/mdast-util-gfm-footnote": {
  3045. "version": "1.0.2",
  3046. "license": "MIT",
  3047. "dependencies": {
  3048. "@types/mdast": "^3.0.0",
  3049. "mdast-util-to-markdown": "^1.3.0",
  3050. "micromark-util-normalize-identifier": "^1.0.0"
  3051. },
  3052. "funding": {
  3053. "type": "opencollective",
  3054. "url": "https://opencollective.com/unified"
  3055. }
  3056. },
  3057. "node_modules/mdast-util-gfm-strikethrough": {
  3058. "version": "1.0.3",
  3059. "license": "MIT",
  3060. "dependencies": {
  3061. "@types/mdast": "^3.0.0",
  3062. "mdast-util-to-markdown": "^1.3.0"
  3063. },
  3064. "funding": {
  3065. "type": "opencollective",
  3066. "url": "https://opencollective.com/unified"
  3067. }
  3068. },
  3069. "node_modules/mdast-util-gfm-table": {
  3070. "version": "1.0.7",
  3071. "license": "MIT",
  3072. "dependencies": {
  3073. "@types/mdast": "^3.0.0",
  3074. "markdown-table": "^3.0.0",
  3075. "mdast-util-from-markdown": "^1.0.0",
  3076. "mdast-util-to-markdown": "^1.3.0"
  3077. },
  3078. "funding": {
  3079. "type": "opencollective",
  3080. "url": "https://opencollective.com/unified"
  3081. }
  3082. },
  3083. "node_modules/mdast-util-gfm-task-list-item": {
  3084. "version": "1.0.2",
  3085. "license": "MIT",
  3086. "dependencies": {
  3087. "@types/mdast": "^3.0.0",
  3088. "mdast-util-to-markdown": "^1.3.0"
  3089. },
  3090. "funding": {
  3091. "type": "opencollective",
  3092. "url": "https://opencollective.com/unified"
  3093. }
  3094. },
  3095. "node_modules/mdast-util-phrasing": {
  3096. "version": "3.0.1",
  3097. "license": "MIT",
  3098. "dependencies": {
  3099. "@types/mdast": "^3.0.0",
  3100. "unist-util-is": "^5.0.0"
  3101. },
  3102. "funding": {
  3103. "type": "opencollective",
  3104. "url": "https://opencollective.com/unified"
  3105. }
  3106. },
  3107. "node_modules/mdast-util-to-hast": {
  3108. "version": "12.3.0",
  3109. "license": "MIT",
  3110. "dependencies": {
  3111. "@types/hast": "^2.0.0",
  3112. "@types/mdast": "^3.0.0",
  3113. "mdast-util-definitions": "^5.0.0",
  3114. "micromark-util-sanitize-uri": "^1.1.0",
  3115. "trim-lines": "^3.0.0",
  3116. "unist-util-generated": "^2.0.0",
  3117. "unist-util-position": "^4.0.0",
  3118. "unist-util-visit": "^4.0.0"
  3119. },
  3120. "funding": {
  3121. "type": "opencollective",
  3122. "url": "https://opencollective.com/unified"
  3123. }
  3124. },
  3125. "node_modules/mdast-util-to-markdown": {
  3126. "version": "1.5.0",
  3127. "license": "MIT",
  3128. "dependencies": {
  3129. "@types/mdast": "^3.0.0",
  3130. "@types/unist": "^2.0.0",
  3131. "longest-streak": "^3.0.0",
  3132. "mdast-util-phrasing": "^3.0.0",
  3133. "mdast-util-to-string": "^3.0.0",
  3134. "micromark-util-decode-string": "^1.0.0",
  3135. "unist-util-visit": "^4.0.0",
  3136. "zwitch": "^2.0.0"
  3137. },
  3138. "funding": {
  3139. "type": "opencollective",
  3140. "url": "https://opencollective.com/unified"
  3141. }
  3142. },
  3143. "node_modules/mdast-util-to-string": {
  3144. "version": "3.2.0",
  3145. "license": "MIT",
  3146. "dependencies": {
  3147. "@types/mdast": "^3.0.0"
  3148. },
  3149. "funding": {
  3150. "type": "opencollective",
  3151. "url": "https://opencollective.com/unified"
  3152. }
  3153. },
  3154. "node_modules/memoize-one": {
  3155. "version": "6.0.0",
  3156. "license": "MIT"
  3157. },
  3158. "node_modules/merge2": {
  3159. "version": "1.4.1",
  3160. "dev": true,
  3161. "license": "MIT",
  3162. "engines": {
  3163. "node": ">= 8"
  3164. }
  3165. },
  3166. "node_modules/micromark": {
  3167. "version": "3.2.0",
  3168. "funding": [
  3169. {
  3170. "type": "GitHub Sponsors",
  3171. "url": "https://github.com/sponsors/unifiedjs"
  3172. },
  3173. {
  3174. "type": "OpenCollective",
  3175. "url": "https://opencollective.com/unified"
  3176. }
  3177. ],
  3178. "license": "MIT",
  3179. "dependencies": {
  3180. "@types/debug": "^4.0.0",
  3181. "debug": "^4.0.0",
  3182. "decode-named-character-reference": "^1.0.0",
  3183. "micromark-core-commonmark": "^1.0.1",
  3184. "micromark-factory-space": "^1.0.0",
  3185. "micromark-util-character": "^1.0.0",
  3186. "micromark-util-chunked": "^1.0.0",
  3187. "micromark-util-combine-extensions": "^1.0.0",
  3188. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  3189. "micromark-util-encode": "^1.0.0",
  3190. "micromark-util-normalize-identifier": "^1.0.0",
  3191. "micromark-util-resolve-all": "^1.0.0",
  3192. "micromark-util-sanitize-uri": "^1.0.0",
  3193. "micromark-util-subtokenize": "^1.0.0",
  3194. "micromark-util-symbol": "^1.0.0",
  3195. "micromark-util-types": "^1.0.1",
  3196. "uvu": "^0.5.0"
  3197. }
  3198. },
  3199. "node_modules/micromark-core-commonmark": {
  3200. "version": "1.1.0",
  3201. "funding": [
  3202. {
  3203. "type": "GitHub Sponsors",
  3204. "url": "https://github.com/sponsors/unifiedjs"
  3205. },
  3206. {
  3207. "type": "OpenCollective",
  3208. "url": "https://opencollective.com/unified"
  3209. }
  3210. ],
  3211. "license": "MIT",
  3212. "dependencies": {
  3213. "decode-named-character-reference": "^1.0.0",
  3214. "micromark-factory-destination": "^1.0.0",
  3215. "micromark-factory-label": "^1.0.0",
  3216. "micromark-factory-space": "^1.0.0",
  3217. "micromark-factory-title": "^1.0.0",
  3218. "micromark-factory-whitespace": "^1.0.0",
  3219. "micromark-util-character": "^1.0.0",
  3220. "micromark-util-chunked": "^1.0.0",
  3221. "micromark-util-classify-character": "^1.0.0",
  3222. "micromark-util-html-tag-name": "^1.0.0",
  3223. "micromark-util-normalize-identifier": "^1.0.0",
  3224. "micromark-util-resolve-all": "^1.0.0",
  3225. "micromark-util-subtokenize": "^1.0.0",
  3226. "micromark-util-symbol": "^1.0.0",
  3227. "micromark-util-types": "^1.0.1",
  3228. "uvu": "^0.5.0"
  3229. }
  3230. },
  3231. "node_modules/micromark-extension-gfm": {
  3232. "version": "2.0.3",
  3233. "license": "MIT",
  3234. "dependencies": {
  3235. "micromark-extension-gfm-autolink-literal": "^1.0.0",
  3236. "micromark-extension-gfm-footnote": "^1.0.0",
  3237. "micromark-extension-gfm-strikethrough": "^1.0.0",
  3238. "micromark-extension-gfm-table": "^1.0.0",
  3239. "micromark-extension-gfm-tagfilter": "^1.0.0",
  3240. "micromark-extension-gfm-task-list-item": "^1.0.0",
  3241. "micromark-util-combine-extensions": "^1.0.0",
  3242. "micromark-util-types": "^1.0.0"
  3243. },
  3244. "funding": {
  3245. "type": "opencollective",
  3246. "url": "https://opencollective.com/unified"
  3247. }
  3248. },
  3249. "node_modules/micromark-extension-gfm-autolink-literal": {
  3250. "version": "1.0.5",
  3251. "license": "MIT",
  3252. "dependencies": {
  3253. "micromark-util-character": "^1.0.0",
  3254. "micromark-util-sanitize-uri": "^1.0.0",
  3255. "micromark-util-symbol": "^1.0.0",
  3256. "micromark-util-types": "^1.0.0"
  3257. },
  3258. "funding": {
  3259. "type": "opencollective",
  3260. "url": "https://opencollective.com/unified"
  3261. }
  3262. },
  3263. "node_modules/micromark-extension-gfm-footnote": {
  3264. "version": "1.1.2",
  3265. "license": "MIT",
  3266. "dependencies": {
  3267. "micromark-core-commonmark": "^1.0.0",
  3268. "micromark-factory-space": "^1.0.0",
  3269. "micromark-util-character": "^1.0.0",
  3270. "micromark-util-normalize-identifier": "^1.0.0",
  3271. "micromark-util-sanitize-uri": "^1.0.0",
  3272. "micromark-util-symbol": "^1.0.0",
  3273. "micromark-util-types": "^1.0.0",
  3274. "uvu": "^0.5.0"
  3275. },
  3276. "funding": {
  3277. "type": "opencollective",
  3278. "url": "https://opencollective.com/unified"
  3279. }
  3280. },
  3281. "node_modules/micromark-extension-gfm-strikethrough": {
  3282. "version": "1.0.7",
  3283. "license": "MIT",
  3284. "dependencies": {
  3285. "micromark-util-chunked": "^1.0.0",
  3286. "micromark-util-classify-character": "^1.0.0",
  3287. "micromark-util-resolve-all": "^1.0.0",
  3288. "micromark-util-symbol": "^1.0.0",
  3289. "micromark-util-types": "^1.0.0",
  3290. "uvu": "^0.5.0"
  3291. },
  3292. "funding": {
  3293. "type": "opencollective",
  3294. "url": "https://opencollective.com/unified"
  3295. }
  3296. },
  3297. "node_modules/micromark-extension-gfm-table": {
  3298. "version": "1.0.7",
  3299. "license": "MIT",
  3300. "dependencies": {
  3301. "micromark-factory-space": "^1.0.0",
  3302. "micromark-util-character": "^1.0.0",
  3303. "micromark-util-symbol": "^1.0.0",
  3304. "micromark-util-types": "^1.0.0",
  3305. "uvu": "^0.5.0"
  3306. },
  3307. "funding": {
  3308. "type": "opencollective",
  3309. "url": "https://opencollective.com/unified"
  3310. }
  3311. },
  3312. "node_modules/micromark-extension-gfm-tagfilter": {
  3313. "version": "1.0.2",
  3314. "license": "MIT",
  3315. "dependencies": {
  3316. "micromark-util-types": "^1.0.0"
  3317. },
  3318. "funding": {
  3319. "type": "opencollective",
  3320. "url": "https://opencollective.com/unified"
  3321. }
  3322. },
  3323. "node_modules/micromark-extension-gfm-task-list-item": {
  3324. "version": "1.0.5",
  3325. "license": "MIT",
  3326. "dependencies": {
  3327. "micromark-factory-space": "^1.0.0",
  3328. "micromark-util-character": "^1.0.0",
  3329. "micromark-util-symbol": "^1.0.0",
  3330. "micromark-util-types": "^1.0.0",
  3331. "uvu": "^0.5.0"
  3332. },
  3333. "funding": {
  3334. "type": "opencollective",
  3335. "url": "https://opencollective.com/unified"
  3336. }
  3337. },
  3338. "node_modules/micromark-factory-destination": {
  3339. "version": "1.1.0",
  3340. "funding": [
  3341. {
  3342. "type": "GitHub Sponsors",
  3343. "url": "https://github.com/sponsors/unifiedjs"
  3344. },
  3345. {
  3346. "type": "OpenCollective",
  3347. "url": "https://opencollective.com/unified"
  3348. }
  3349. ],
  3350. "license": "MIT",
  3351. "dependencies": {
  3352. "micromark-util-character": "^1.0.0",
  3353. "micromark-util-symbol": "^1.0.0",
  3354. "micromark-util-types": "^1.0.0"
  3355. }
  3356. },
  3357. "node_modules/micromark-factory-label": {
  3358. "version": "1.1.0",
  3359. "funding": [
  3360. {
  3361. "type": "GitHub Sponsors",
  3362. "url": "https://github.com/sponsors/unifiedjs"
  3363. },
  3364. {
  3365. "type": "OpenCollective",
  3366. "url": "https://opencollective.com/unified"
  3367. }
  3368. ],
  3369. "license": "MIT",
  3370. "dependencies": {
  3371. "micromark-util-character": "^1.0.0",
  3372. "micromark-util-symbol": "^1.0.0",
  3373. "micromark-util-types": "^1.0.0",
  3374. "uvu": "^0.5.0"
  3375. }
  3376. },
  3377. "node_modules/micromark-factory-space": {
  3378. "version": "1.1.0",
  3379. "funding": [
  3380. {
  3381. "type": "GitHub Sponsors",
  3382. "url": "https://github.com/sponsors/unifiedjs"
  3383. },
  3384. {
  3385. "type": "OpenCollective",
  3386. "url": "https://opencollective.com/unified"
  3387. }
  3388. ],
  3389. "license": "MIT",
  3390. "dependencies": {
  3391. "micromark-util-character": "^1.0.0",
  3392. "micromark-util-types": "^1.0.0"
  3393. }
  3394. },
  3395. "node_modules/micromark-factory-title": {
  3396. "version": "1.1.0",
  3397. "funding": [
  3398. {
  3399. "type": "GitHub Sponsors",
  3400. "url": "https://github.com/sponsors/unifiedjs"
  3401. },
  3402. {
  3403. "type": "OpenCollective",
  3404. "url": "https://opencollective.com/unified"
  3405. }
  3406. ],
  3407. "license": "MIT",
  3408. "dependencies": {
  3409. "micromark-factory-space": "^1.0.0",
  3410. "micromark-util-character": "^1.0.0",
  3411. "micromark-util-symbol": "^1.0.0",
  3412. "micromark-util-types": "^1.0.0"
  3413. }
  3414. },
  3415. "node_modules/micromark-factory-whitespace": {
  3416. "version": "1.1.0",
  3417. "funding": [
  3418. {
  3419. "type": "GitHub Sponsors",
  3420. "url": "https://github.com/sponsors/unifiedjs"
  3421. },
  3422. {
  3423. "type": "OpenCollective",
  3424. "url": "https://opencollective.com/unified"
  3425. }
  3426. ],
  3427. "license": "MIT",
  3428. "dependencies": {
  3429. "micromark-factory-space": "^1.0.0",
  3430. "micromark-util-character": "^1.0.0",
  3431. "micromark-util-symbol": "^1.0.0",
  3432. "micromark-util-types": "^1.0.0"
  3433. }
  3434. },
  3435. "node_modules/micromark-util-character": {
  3436. "version": "1.2.0",
  3437. "funding": [
  3438. {
  3439. "type": "GitHub Sponsors",
  3440. "url": "https://github.com/sponsors/unifiedjs"
  3441. },
  3442. {
  3443. "type": "OpenCollective",
  3444. "url": "https://opencollective.com/unified"
  3445. }
  3446. ],
  3447. "license": "MIT",
  3448. "dependencies": {
  3449. "micromark-util-symbol": "^1.0.0",
  3450. "micromark-util-types": "^1.0.0"
  3451. }
  3452. },
  3453. "node_modules/micromark-util-chunked": {
  3454. "version": "1.1.0",
  3455. "funding": [
  3456. {
  3457. "type": "GitHub Sponsors",
  3458. "url": "https://github.com/sponsors/unifiedjs"
  3459. },
  3460. {
  3461. "type": "OpenCollective",
  3462. "url": "https://opencollective.com/unified"
  3463. }
  3464. ],
  3465. "license": "MIT",
  3466. "dependencies": {
  3467. "micromark-util-symbol": "^1.0.0"
  3468. }
  3469. },
  3470. "node_modules/micromark-util-classify-character": {
  3471. "version": "1.1.0",
  3472. "funding": [
  3473. {
  3474. "type": "GitHub Sponsors",
  3475. "url": "https://github.com/sponsors/unifiedjs"
  3476. },
  3477. {
  3478. "type": "OpenCollective",
  3479. "url": "https://opencollective.com/unified"
  3480. }
  3481. ],
  3482. "license": "MIT",
  3483. "dependencies": {
  3484. "micromark-util-character": "^1.0.0",
  3485. "micromark-util-symbol": "^1.0.0",
  3486. "micromark-util-types": "^1.0.0"
  3487. }
  3488. },
  3489. "node_modules/micromark-util-combine-extensions": {
  3490. "version": "1.1.0",
  3491. "funding": [
  3492. {
  3493. "type": "GitHub Sponsors",
  3494. "url": "https://github.com/sponsors/unifiedjs"
  3495. },
  3496. {
  3497. "type": "OpenCollective",
  3498. "url": "https://opencollective.com/unified"
  3499. }
  3500. ],
  3501. "license": "MIT",
  3502. "dependencies": {
  3503. "micromark-util-chunked": "^1.0.0",
  3504. "micromark-util-types": "^1.0.0"
  3505. }
  3506. },
  3507. "node_modules/micromark-util-decode-numeric-character-reference": {
  3508. "version": "1.1.0",
  3509. "funding": [
  3510. {
  3511. "type": "GitHub Sponsors",
  3512. "url": "https://github.com/sponsors/unifiedjs"
  3513. },
  3514. {
  3515. "type": "OpenCollective",
  3516. "url": "https://opencollective.com/unified"
  3517. }
  3518. ],
  3519. "license": "MIT",
  3520. "dependencies": {
  3521. "micromark-util-symbol": "^1.0.0"
  3522. }
  3523. },
  3524. "node_modules/micromark-util-decode-string": {
  3525. "version": "1.1.0",
  3526. "funding": [
  3527. {
  3528. "type": "GitHub Sponsors",
  3529. "url": "https://github.com/sponsors/unifiedjs"
  3530. },
  3531. {
  3532. "type": "OpenCollective",
  3533. "url": "https://opencollective.com/unified"
  3534. }
  3535. ],
  3536. "license": "MIT",
  3537. "dependencies": {
  3538. "decode-named-character-reference": "^1.0.0",
  3539. "micromark-util-character": "^1.0.0",
  3540. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  3541. "micromark-util-symbol": "^1.0.0"
  3542. }
  3543. },
  3544. "node_modules/micromark-util-encode": {
  3545. "version": "1.1.0",
  3546. "funding": [
  3547. {
  3548. "type": "GitHub Sponsors",
  3549. "url": "https://github.com/sponsors/unifiedjs"
  3550. },
  3551. {
  3552. "type": "OpenCollective",
  3553. "url": "https://opencollective.com/unified"
  3554. }
  3555. ],
  3556. "license": "MIT"
  3557. },
  3558. "node_modules/micromark-util-html-tag-name": {
  3559. "version": "1.2.0",
  3560. "funding": [
  3561. {
  3562. "type": "GitHub Sponsors",
  3563. "url": "https://github.com/sponsors/unifiedjs"
  3564. },
  3565. {
  3566. "type": "OpenCollective",
  3567. "url": "https://opencollective.com/unified"
  3568. }
  3569. ],
  3570. "license": "MIT"
  3571. },
  3572. "node_modules/micromark-util-normalize-identifier": {
  3573. "version": "1.1.0",
  3574. "funding": [
  3575. {
  3576. "type": "GitHub Sponsors",
  3577. "url": "https://github.com/sponsors/unifiedjs"
  3578. },
  3579. {
  3580. "type": "OpenCollective",
  3581. "url": "https://opencollective.com/unified"
  3582. }
  3583. ],
  3584. "license": "MIT",
  3585. "dependencies": {
  3586. "micromark-util-symbol": "^1.0.0"
  3587. }
  3588. },
  3589. "node_modules/micromark-util-resolve-all": {
  3590. "version": "1.1.0",
  3591. "funding": [
  3592. {
  3593. "type": "GitHub Sponsors",
  3594. "url": "https://github.com/sponsors/unifiedjs"
  3595. },
  3596. {
  3597. "type": "OpenCollective",
  3598. "url": "https://opencollective.com/unified"
  3599. }
  3600. ],
  3601. "license": "MIT",
  3602. "dependencies": {
  3603. "micromark-util-types": "^1.0.0"
  3604. }
  3605. },
  3606. "node_modules/micromark-util-sanitize-uri": {
  3607. "version": "1.2.0",
  3608. "funding": [
  3609. {
  3610. "type": "GitHub Sponsors",
  3611. "url": "https://github.com/sponsors/unifiedjs"
  3612. },
  3613. {
  3614. "type": "OpenCollective",
  3615. "url": "https://opencollective.com/unified"
  3616. }
  3617. ],
  3618. "license": "MIT",
  3619. "dependencies": {
  3620. "micromark-util-character": "^1.0.0",
  3621. "micromark-util-encode": "^1.0.0",
  3622. "micromark-util-symbol": "^1.0.0"
  3623. }
  3624. },
  3625. "node_modules/micromark-util-subtokenize": {
  3626. "version": "1.1.0",
  3627. "funding": [
  3628. {
  3629. "type": "GitHub Sponsors",
  3630. "url": "https://github.com/sponsors/unifiedjs"
  3631. },
  3632. {
  3633. "type": "OpenCollective",
  3634. "url": "https://opencollective.com/unified"
  3635. }
  3636. ],
  3637. "license": "MIT",
  3638. "dependencies": {
  3639. "micromark-util-chunked": "^1.0.0",
  3640. "micromark-util-symbol": "^1.0.0",
  3641. "micromark-util-types": "^1.0.0",
  3642. "uvu": "^0.5.0"
  3643. }
  3644. },
  3645. "node_modules/micromark-util-symbol": {
  3646. "version": "1.1.0",
  3647. "funding": [
  3648. {
  3649. "type": "GitHub Sponsors",
  3650. "url": "https://github.com/sponsors/unifiedjs"
  3651. },
  3652. {
  3653. "type": "OpenCollective",
  3654. "url": "https://opencollective.com/unified"
  3655. }
  3656. ],
  3657. "license": "MIT"
  3658. },
  3659. "node_modules/micromark-util-types": {
  3660. "version": "1.1.0",
  3661. "funding": [
  3662. {
  3663. "type": "GitHub Sponsors",
  3664. "url": "https://github.com/sponsors/unifiedjs"
  3665. },
  3666. {
  3667. "type": "OpenCollective",
  3668. "url": "https://opencollective.com/unified"
  3669. }
  3670. ],
  3671. "license": "MIT"
  3672. },
  3673. "node_modules/micromatch": {
  3674. "version": "4.0.8",
  3675. "dev": true,
  3676. "license": "MIT",
  3677. "dependencies": {
  3678. "braces": "^3.0.3",
  3679. "picomatch": "^2.3.1"
  3680. },
  3681. "engines": {
  3682. "node": ">=8.6"
  3683. }
  3684. },
  3685. "node_modules/mime-db": {
  3686. "version": "1.52.0",
  3687. "license": "MIT",
  3688. "engines": {
  3689. "node": ">= 0.6"
  3690. }
  3691. },
  3692. "node_modules/mime-types": {
  3693. "version": "2.1.35",
  3694. "license": "MIT",
  3695. "dependencies": {
  3696. "mime-db": "1.52.0"
  3697. },
  3698. "engines": {
  3699. "node": ">= 0.6"
  3700. }
  3701. },
  3702. "node_modules/minimatch": {
  3703. "version": "3.1.2",
  3704. "license": "ISC",
  3705. "dependencies": {
  3706. "brace-expansion": "^1.1.7"
  3707. },
  3708. "engines": {
  3709. "node": "*"
  3710. }
  3711. },
  3712. "node_modules/minimatch/node_modules/brace-expansion": {
  3713. "version": "1.1.12",
  3714. "license": "MIT",
  3715. "dependencies": {
  3716. "balanced-match": "^1.0.0",
  3717. "concat-map": "0.0.1"
  3718. }
  3719. },
  3720. "node_modules/minimist": {
  3721. "version": "1.2.8",
  3722. "license": "MIT",
  3723. "funding": {
  3724. "url": "https://github.com/sponsors/ljharb"
  3725. }
  3726. },
  3727. "node_modules/minipass": {
  3728. "version": "7.1.2",
  3729. "dev": true,
  3730. "license": "ISC",
  3731. "engines": {
  3732. "node": ">=16 || 14 >=14.17"
  3733. }
  3734. },
  3735. "node_modules/mkdirp": {
  3736. "version": "0.5.6",
  3737. "license": "MIT",
  3738. "dependencies": {
  3739. "minimist": "^1.2.6"
  3740. },
  3741. "bin": {
  3742. "mkdirp": "bin/cmd.js"
  3743. }
  3744. },
  3745. "node_modules/mlly": {
  3746. "version": "1.7.4",
  3747. "dev": true,
  3748. "license": "MIT",
  3749. "dependencies": {
  3750. "acorn": "^8.14.0",
  3751. "pathe": "^2.0.1",
  3752. "pkg-types": "^1.3.0",
  3753. "ufo": "^1.5.4"
  3754. }
  3755. },
  3756. "node_modules/monaco-editor": {
  3757. "version": "0.51.0",
  3758. "license": "MIT"
  3759. },
  3760. "node_modules/mri": {
  3761. "version": "1.2.0",
  3762. "license": "MIT",
  3763. "engines": {
  3764. "node": ">=4"
  3765. }
  3766. },
  3767. "node_modules/ms": {
  3768. "version": "2.1.3",
  3769. "license": "MIT"
  3770. },
  3771. "node_modules/mz": {
  3772. "version": "2.7.0",
  3773. "dev": true,
  3774. "license": "MIT",
  3775. "dependencies": {
  3776. "any-promise": "^1.0.0",
  3777. "object-assign": "^4.0.1",
  3778. "thenify-all": "^1.0.0"
  3779. }
  3780. },
  3781. "node_modules/nanoid": {
  3782. "version": "3.3.11",
  3783. "funding": [
  3784. {
  3785. "type": "github",
  3786. "url": "https://github.com/sponsors/ai"
  3787. }
  3788. ],
  3789. "license": "MIT",
  3790. "bin": {
  3791. "nanoid": "bin/nanoid.cjs"
  3792. },
  3793. "engines": {
  3794. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3795. }
  3796. },
  3797. "node_modules/natural-compare": {
  3798. "version": "1.4.0",
  3799. "dev": true,
  3800. "license": "MIT"
  3801. },
  3802. "node_modules/next-tick": {
  3803. "version": "1.1.0",
  3804. "license": "ISC"
  3805. },
  3806. "node_modules/normalize-path": {
  3807. "version": "3.0.0",
  3808. "license": "MIT",
  3809. "engines": {
  3810. "node": ">=0.10.0"
  3811. }
  3812. },
  3813. "node_modules/normalize-wheel-es": {
  3814. "version": "1.2.0",
  3815. "license": "BSD-3-Clause"
  3816. },
  3817. "node_modules/nprogress": {
  3818. "version": "0.2.0",
  3819. "license": "MIT"
  3820. },
  3821. "node_modules/nth-check": {
  3822. "version": "2.1.1",
  3823. "dev": true,
  3824. "license": "BSD-2-Clause",
  3825. "dependencies": {
  3826. "boolbase": "^1.0.0"
  3827. },
  3828. "funding": {
  3829. "url": "https://github.com/fb55/nth-check?sponsor=1"
  3830. }
  3831. },
  3832. "node_modules/object-assign": {
  3833. "version": "4.1.1",
  3834. "dev": true,
  3835. "license": "MIT",
  3836. "engines": {
  3837. "node": ">=0.10.0"
  3838. }
  3839. },
  3840. "node_modules/object-hash": {
  3841. "version": "3.0.0",
  3842. "dev": true,
  3843. "license": "MIT",
  3844. "engines": {
  3845. "node": ">= 6"
  3846. }
  3847. },
  3848. "node_modules/once": {
  3849. "version": "1.4.0",
  3850. "license": "ISC",
  3851. "dependencies": {
  3852. "wrappy": "1"
  3853. }
  3854. },
  3855. "node_modules/optionator": {
  3856. "version": "0.9.4",
  3857. "dev": true,
  3858. "license": "MIT",
  3859. "dependencies": {
  3860. "deep-is": "^0.1.3",
  3861. "fast-levenshtein": "^2.0.6",
  3862. "levn": "^0.4.1",
  3863. "prelude-ls": "^1.2.1",
  3864. "type-check": "^0.4.0",
  3865. "word-wrap": "^1.2.5"
  3866. },
  3867. "engines": {
  3868. "node": ">= 0.8.0"
  3869. }
  3870. },
  3871. "node_modules/p-limit": {
  3872. "version": "3.1.0",
  3873. "dev": true,
  3874. "license": "MIT",
  3875. "dependencies": {
  3876. "yocto-queue": "^0.1.0"
  3877. },
  3878. "engines": {
  3879. "node": ">=10"
  3880. },
  3881. "funding": {
  3882. "url": "https://github.com/sponsors/sindresorhus"
  3883. }
  3884. },
  3885. "node_modules/p-locate": {
  3886. "version": "5.0.0",
  3887. "dev": true,
  3888. "license": "MIT",
  3889. "dependencies": {
  3890. "p-limit": "^3.0.2"
  3891. },
  3892. "engines": {
  3893. "node": ">=10"
  3894. },
  3895. "funding": {
  3896. "url": "https://github.com/sponsors/sindresorhus"
  3897. }
  3898. },
  3899. "node_modules/package-json-from-dist": {
  3900. "version": "1.0.1",
  3901. "dev": true,
  3902. "license": "BlueOak-1.0.0"
  3903. },
  3904. "node_modules/pako": {
  3905. "version": "1.0.11",
  3906. "license": "(MIT AND Zlib)"
  3907. },
  3908. "node_modules/parent-module": {
  3909. "version": "1.0.1",
  3910. "dev": true,
  3911. "license": "MIT",
  3912. "dependencies": {
  3913. "callsites": "^3.0.0"
  3914. },
  3915. "engines": {
  3916. "node": ">=6"
  3917. }
  3918. },
  3919. "node_modules/parse5": {
  3920. "version": "6.0.1",
  3921. "license": "MIT"
  3922. },
  3923. "node_modules/path-exists": {
  3924. "version": "4.0.0",
  3925. "dev": true,
  3926. "license": "MIT",
  3927. "engines": {
  3928. "node": ">=8"
  3929. }
  3930. },
  3931. "node_modules/path-is-absolute": {
  3932. "version": "1.0.1",
  3933. "license": "MIT",
  3934. "engines": {
  3935. "node": ">=0.10.0"
  3936. }
  3937. },
  3938. "node_modules/path-key": {
  3939. "version": "3.1.1",
  3940. "dev": true,
  3941. "license": "MIT",
  3942. "engines": {
  3943. "node": ">=8"
  3944. }
  3945. },
  3946. "node_modules/path-parse": {
  3947. "version": "1.0.7",
  3948. "dev": true,
  3949. "license": "MIT"
  3950. },
  3951. "node_modules/path-scurry": {
  3952. "version": "1.11.1",
  3953. "dev": true,
  3954. "license": "BlueOak-1.0.0",
  3955. "dependencies": {
  3956. "lru-cache": "^10.2.0",
  3957. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  3958. },
  3959. "engines": {
  3960. "node": ">=16 || 14 >=14.18"
  3961. },
  3962. "funding": {
  3963. "url": "https://github.com/sponsors/isaacs"
  3964. }
  3965. },
  3966. "node_modules/pathe": {
  3967. "version": "2.0.3",
  3968. "dev": true,
  3969. "license": "MIT"
  3970. },
  3971. "node_modules/picocolors": {
  3972. "version": "1.1.1",
  3973. "license": "ISC"
  3974. },
  3975. "node_modules/picomatch": {
  3976. "version": "2.3.1",
  3977. "dev": true,
  3978. "license": "MIT",
  3979. "engines": {
  3980. "node": ">=8.6"
  3981. },
  3982. "funding": {
  3983. "url": "https://github.com/sponsors/jonschlinkert"
  3984. }
  3985. },
  3986. "node_modules/pify": {
  3987. "version": "2.3.0",
  3988. "dev": true,
  3989. "license": "MIT",
  3990. "engines": {
  3991. "node": ">=0.10.0"
  3992. }
  3993. },
  3994. "node_modules/pinia": {
  3995. "version": "2.2.8",
  3996. "license": "MIT",
  3997. "dependencies": {
  3998. "@vue/devtools-api": "^6.6.3",
  3999. "vue-demi": "^0.14.10"
  4000. },
  4001. "funding": {
  4002. "url": "https://github.com/sponsors/posva"
  4003. },
  4004. "peerDependencies": {
  4005. "@vue/composition-api": "^1.4.0",
  4006. "typescript": ">=4.4.4",
  4007. "vue": "^2.6.14 || ^3.5.11"
  4008. },
  4009. "peerDependenciesMeta": {
  4010. "@vue/composition-api": {
  4011. "optional": true
  4012. },
  4013. "typescript": {
  4014. "optional": true
  4015. }
  4016. }
  4017. },
  4018. "node_modules/pirates": {
  4019. "version": "4.0.7",
  4020. "dev": true,
  4021. "license": "MIT",
  4022. "engines": {
  4023. "node": ">= 6"
  4024. }
  4025. },
  4026. "node_modules/pkg-types": {
  4027. "version": "1.3.1",
  4028. "dev": true,
  4029. "license": "MIT",
  4030. "dependencies": {
  4031. "confbox": "^0.1.8",
  4032. "mlly": "^1.7.4",
  4033. "pathe": "^2.0.1"
  4034. }
  4035. },
  4036. "node_modules/postcss": {
  4037. "version": "8.4.49",
  4038. "dev": true,
  4039. "funding": [
  4040. {
  4041. "type": "opencollective",
  4042. "url": "https://opencollective.com/postcss/"
  4043. },
  4044. {
  4045. "type": "tidelift",
  4046. "url": "https://tidelift.com/funding/github/npm/postcss"
  4047. },
  4048. {
  4049. "type": "github",
  4050. "url": "https://github.com/sponsors/ai"
  4051. }
  4052. ],
  4053. "license": "MIT",
  4054. "dependencies": {
  4055. "nanoid": "^3.3.7",
  4056. "picocolors": "^1.1.1",
  4057. "source-map-js": "^1.2.1"
  4058. },
  4059. "engines": {
  4060. "node": "^10 || ^12 || >=14"
  4061. }
  4062. },
  4063. "node_modules/postcss-selector-parser": {
  4064. "version": "6.1.2",
  4065. "dev": true,
  4066. "license": "MIT",
  4067. "dependencies": {
  4068. "cssesc": "^3.0.0",
  4069. "util-deprecate": "^1.0.2"
  4070. },
  4071. "engines": {
  4072. "node": ">=4"
  4073. }
  4074. },
  4075. "node_modules/postcss-value-parser": {
  4076. "version": "4.2.0",
  4077. "dev": true,
  4078. "license": "MIT"
  4079. },
  4080. "node_modules/prelude-ls": {
  4081. "version": "1.2.1",
  4082. "dev": true,
  4083. "license": "MIT",
  4084. "engines": {
  4085. "node": ">= 0.8.0"
  4086. }
  4087. },
  4088. "node_modules/prettier": {
  4089. "version": "3.3.3",
  4090. "dev": true,
  4091. "license": "MIT",
  4092. "bin": {
  4093. "prettier": "bin/prettier.cjs"
  4094. },
  4095. "engines": {
  4096. "node": ">=14"
  4097. },
  4098. "funding": {
  4099. "url": "https://github.com/prettier/prettier?sponsor=1"
  4100. }
  4101. },
  4102. "node_modules/prettier-linter-helpers": {
  4103. "version": "1.0.0",
  4104. "dev": true,
  4105. "license": "MIT",
  4106. "dependencies": {
  4107. "fast-diff": "^1.1.2"
  4108. },
  4109. "engines": {
  4110. "node": ">=6.0.0"
  4111. }
  4112. },
  4113. "node_modules/process-nextick-args": {
  4114. "version": "2.0.1",
  4115. "license": "MIT"
  4116. },
  4117. "node_modules/property-information": {
  4118. "version": "6.5.0",
  4119. "license": "MIT",
  4120. "funding": {
  4121. "type": "github",
  4122. "url": "https://github.com/sponsors/wooorm"
  4123. }
  4124. },
  4125. "node_modules/proxy-from-env": {
  4126. "version": "1.1.0",
  4127. "license": "MIT"
  4128. },
  4129. "node_modules/punycode": {
  4130. "version": "2.3.1",
  4131. "dev": true,
  4132. "license": "MIT",
  4133. "engines": {
  4134. "node": ">=6"
  4135. }
  4136. },
  4137. "node_modules/quansync": {
  4138. "version": "0.2.10",
  4139. "dev": true,
  4140. "funding": [
  4141. {
  4142. "type": "individual",
  4143. "url": "https://github.com/sponsors/antfu"
  4144. },
  4145. {
  4146. "type": "individual",
  4147. "url": "https://github.com/sponsors/sxzz"
  4148. }
  4149. ],
  4150. "license": "MIT"
  4151. },
  4152. "node_modules/queue-microtask": {
  4153. "version": "1.2.3",
  4154. "dev": true,
  4155. "funding": [
  4156. {
  4157. "type": "github",
  4158. "url": "https://github.com/sponsors/feross"
  4159. },
  4160. {
  4161. "type": "patreon",
  4162. "url": "https://www.patreon.com/feross"
  4163. },
  4164. {
  4165. "type": "consulting",
  4166. "url": "https://feross.org/support"
  4167. }
  4168. ],
  4169. "license": "MIT"
  4170. },
  4171. "node_modules/read-cache": {
  4172. "version": "1.0.0",
  4173. "dev": true,
  4174. "license": "MIT",
  4175. "dependencies": {
  4176. "pify": "^2.3.0"
  4177. }
  4178. },
  4179. "node_modules/readable-stream": {
  4180. "version": "3.6.2",
  4181. "license": "MIT",
  4182. "dependencies": {
  4183. "inherits": "^2.0.3",
  4184. "string_decoder": "^1.1.1",
  4185. "util-deprecate": "^1.0.1"
  4186. },
  4187. "engines": {
  4188. "node": ">= 6"
  4189. }
  4190. },
  4191. "node_modules/readdir-glob": {
  4192. "version": "1.1.3",
  4193. "license": "Apache-2.0",
  4194. "dependencies": {
  4195. "minimatch": "^5.1.0"
  4196. }
  4197. },
  4198. "node_modules/readdir-glob/node_modules/minimatch": {
  4199. "version": "5.1.6",
  4200. "license": "ISC",
  4201. "dependencies": {
  4202. "brace-expansion": "^2.0.1"
  4203. },
  4204. "engines": {
  4205. "node": ">=10"
  4206. }
  4207. },
  4208. "node_modules/readdirp": {
  4209. "version": "3.6.0",
  4210. "dev": true,
  4211. "license": "MIT",
  4212. "dependencies": {
  4213. "picomatch": "^2.2.1"
  4214. },
  4215. "engines": {
  4216. "node": ">=8.10.0"
  4217. }
  4218. },
  4219. "node_modules/rehype-raw": {
  4220. "version": "6.1.1",
  4221. "license": "MIT",
  4222. "dependencies": {
  4223. "@types/hast": "^2.0.0",
  4224. "hast-util-raw": "^7.2.0",
  4225. "unified": "^10.0.0"
  4226. },
  4227. "funding": {
  4228. "type": "opencollective",
  4229. "url": "https://opencollective.com/unified"
  4230. }
  4231. },
  4232. "node_modules/rehype-sanitize": {
  4233. "version": "5.0.1",
  4234. "license": "MIT",
  4235. "dependencies": {
  4236. "@types/hast": "^2.0.0",
  4237. "hast-util-sanitize": "^4.0.0",
  4238. "unified": "^10.0.0"
  4239. },
  4240. "funding": {
  4241. "type": "opencollective",
  4242. "url": "https://opencollective.com/unified"
  4243. }
  4244. },
  4245. "node_modules/rehype-stringify": {
  4246. "version": "9.0.4",
  4247. "license": "MIT",
  4248. "dependencies": {
  4249. "@types/hast": "^2.0.0",
  4250. "hast-util-to-html": "^8.0.0",
  4251. "unified": "^10.0.0"
  4252. },
  4253. "funding": {
  4254. "type": "opencollective",
  4255. "url": "https://opencollective.com/unified"
  4256. }
  4257. },
  4258. "node_modules/remark-gfm": {
  4259. "version": "3.0.1",
  4260. "license": "MIT",
  4261. "dependencies": {
  4262. "@types/mdast": "^3.0.0",
  4263. "mdast-util-gfm": "^2.0.0",
  4264. "micromark-extension-gfm": "^2.0.0",
  4265. "unified": "^10.0.0"
  4266. },
  4267. "funding": {
  4268. "type": "opencollective",
  4269. "url": "https://opencollective.com/unified"
  4270. }
  4271. },
  4272. "node_modules/remark-parse": {
  4273. "version": "10.0.2",
  4274. "license": "MIT",
  4275. "dependencies": {
  4276. "@types/mdast": "^3.0.0",
  4277. "mdast-util-from-markdown": "^1.0.0",
  4278. "unified": "^10.0.0"
  4279. },
  4280. "funding": {
  4281. "type": "opencollective",
  4282. "url": "https://opencollective.com/unified"
  4283. }
  4284. },
  4285. "node_modules/remark-rehype": {
  4286. "version": "10.1.0",
  4287. "license": "MIT",
  4288. "dependencies": {
  4289. "@types/hast": "^2.0.0",
  4290. "@types/mdast": "^3.0.0",
  4291. "mdast-util-to-hast": "^12.1.0",
  4292. "unified": "^10.0.0"
  4293. },
  4294. "funding": {
  4295. "type": "opencollective",
  4296. "url": "https://opencollective.com/unified"
  4297. }
  4298. },
  4299. "node_modules/resolve": {
  4300. "version": "1.22.10",
  4301. "dev": true,
  4302. "license": "MIT",
  4303. "dependencies": {
  4304. "is-core-module": "^2.16.0",
  4305. "path-parse": "^1.0.7",
  4306. "supports-preserve-symlinks-flag": "^1.0.0"
  4307. },
  4308. "bin": {
  4309. "resolve": "bin/resolve"
  4310. },
  4311. "engines": {
  4312. "node": ">= 0.4"
  4313. },
  4314. "funding": {
  4315. "url": "https://github.com/sponsors/ljharb"
  4316. }
  4317. },
  4318. "node_modules/resolve-from": {
  4319. "version": "4.0.0",
  4320. "dev": true,
  4321. "license": "MIT",
  4322. "engines": {
  4323. "node": ">=4"
  4324. }
  4325. },
  4326. "node_modules/reusify": {
  4327. "version": "1.1.0",
  4328. "dev": true,
  4329. "license": "MIT",
  4330. "engines": {
  4331. "iojs": ">=1.0.0",
  4332. "node": ">=0.10.0"
  4333. }
  4334. },
  4335. "node_modules/rimraf": {
  4336. "version": "5.0.10",
  4337. "dev": true,
  4338. "license": "ISC",
  4339. "dependencies": {
  4340. "glob": "^10.3.7"
  4341. },
  4342. "bin": {
  4343. "rimraf": "dist/esm/bin.mjs"
  4344. },
  4345. "funding": {
  4346. "url": "https://github.com/sponsors/isaacs"
  4347. }
  4348. },
  4349. "node_modules/rimraf/node_modules/glob": {
  4350. "version": "10.4.5",
  4351. "dev": true,
  4352. "license": "ISC",
  4353. "dependencies": {
  4354. "foreground-child": "^3.1.0",
  4355. "jackspeak": "^3.1.2",
  4356. "minimatch": "^9.0.4",
  4357. "minipass": "^7.1.2",
  4358. "package-json-from-dist": "^1.0.0",
  4359. "path-scurry": "^1.11.1"
  4360. },
  4361. "bin": {
  4362. "glob": "dist/esm/bin.mjs"
  4363. },
  4364. "funding": {
  4365. "url": "https://github.com/sponsors/isaacs"
  4366. }
  4367. },
  4368. "node_modules/rimraf/node_modules/minimatch": {
  4369. "version": "9.0.5",
  4370. "dev": true,
  4371. "license": "ISC",
  4372. "dependencies": {
  4373. "brace-expansion": "^2.0.1"
  4374. },
  4375. "engines": {
  4376. "node": ">=16 || 14 >=14.17"
  4377. },
  4378. "funding": {
  4379. "url": "https://github.com/sponsors/isaacs"
  4380. }
  4381. },
  4382. "node_modules/rollup": {
  4383. "version": "4.45.1",
  4384. "dev": true,
  4385. "license": "MIT",
  4386. "dependencies": {
  4387. "@types/estree": "1.0.8"
  4388. },
  4389. "bin": {
  4390. "rollup": "dist/bin/rollup"
  4391. },
  4392. "engines": {
  4393. "node": ">=18.0.0",
  4394. "npm": ">=8.0.0"
  4395. },
  4396. "optionalDependencies": {
  4397. "@rollup/rollup-android-arm-eabi": "4.45.1",
  4398. "@rollup/rollup-android-arm64": "4.45.1",
  4399. "@rollup/rollup-darwin-arm64": "4.45.1",
  4400. "@rollup/rollup-darwin-x64": "4.45.1",
  4401. "@rollup/rollup-freebsd-arm64": "4.45.1",
  4402. "@rollup/rollup-freebsd-x64": "4.45.1",
  4403. "@rollup/rollup-linux-arm-gnueabihf": "4.45.1",
  4404. "@rollup/rollup-linux-arm-musleabihf": "4.45.1",
  4405. "@rollup/rollup-linux-arm64-gnu": "4.45.1",
  4406. "@rollup/rollup-linux-arm64-musl": "4.45.1",
  4407. "@rollup/rollup-linux-loongarch64-gnu": "4.45.1",
  4408. "@rollup/rollup-linux-powerpc64le-gnu": "4.45.1",
  4409. "@rollup/rollup-linux-riscv64-gnu": "4.45.1",
  4410. "@rollup/rollup-linux-riscv64-musl": "4.45.1",
  4411. "@rollup/rollup-linux-s390x-gnu": "4.45.1",
  4412. "@rollup/rollup-linux-x64-gnu": "4.45.1",
  4413. "@rollup/rollup-linux-x64-musl": "4.45.1",
  4414. "@rollup/rollup-win32-arm64-msvc": "4.45.1",
  4415. "@rollup/rollup-win32-ia32-msvc": "4.45.1",
  4416. "@rollup/rollup-win32-x64-msvc": "4.45.1",
  4417. "fsevents": "~2.3.2"
  4418. }
  4419. },
  4420. "node_modules/run-parallel": {
  4421. "version": "1.2.0",
  4422. "dev": true,
  4423. "funding": [
  4424. {
  4425. "type": "github",
  4426. "url": "https://github.com/sponsors/feross"
  4427. },
  4428. {
  4429. "type": "patreon",
  4430. "url": "https://www.patreon.com/feross"
  4431. },
  4432. {
  4433. "type": "consulting",
  4434. "url": "https://feross.org/support"
  4435. }
  4436. ],
  4437. "license": "MIT",
  4438. "dependencies": {
  4439. "queue-microtask": "^1.2.2"
  4440. }
  4441. },
  4442. "node_modules/sade": {
  4443. "version": "1.8.1",
  4444. "license": "MIT",
  4445. "dependencies": {
  4446. "mri": "^1.1.0"
  4447. },
  4448. "engines": {
  4449. "node": ">=6"
  4450. }
  4451. },
  4452. "node_modules/safe-buffer": {
  4453. "version": "5.1.2",
  4454. "license": "MIT"
  4455. },
  4456. "node_modules/sass": {
  4457. "version": "1.77.8",
  4458. "dev": true,
  4459. "license": "MIT",
  4460. "dependencies": {
  4461. "chokidar": ">=3.0.0 <4.0.0",
  4462. "immutable": "^4.0.0",
  4463. "source-map-js": ">=0.6.2 <2.0.0"
  4464. },
  4465. "bin": {
  4466. "sass": "sass.js"
  4467. },
  4468. "engines": {
  4469. "node": ">=14.0.0"
  4470. }
  4471. },
  4472. "node_modules/saxes": {
  4473. "version": "5.0.1",
  4474. "license": "ISC",
  4475. "dependencies": {
  4476. "xmlchars": "^2.2.0"
  4477. },
  4478. "engines": {
  4479. "node": ">=10"
  4480. }
  4481. },
  4482. "node_modules/scule": {
  4483. "version": "1.3.0",
  4484. "dev": true,
  4485. "license": "MIT"
  4486. },
  4487. "node_modules/select-files": {
  4488. "version": "1.0.1",
  4489. "license": "MIT"
  4490. },
  4491. "node_modules/semver": {
  4492. "version": "7.7.2",
  4493. "dev": true,
  4494. "license": "ISC",
  4495. "bin": {
  4496. "semver": "bin/semver.js"
  4497. },
  4498. "engines": {
  4499. "node": ">=10"
  4500. }
  4501. },
  4502. "node_modules/setimmediate": {
  4503. "version": "1.0.5",
  4504. "license": "MIT"
  4505. },
  4506. "node_modules/shebang-command": {
  4507. "version": "2.0.0",
  4508. "dev": true,
  4509. "license": "MIT",
  4510. "dependencies": {
  4511. "shebang-regex": "^3.0.0"
  4512. },
  4513. "engines": {
  4514. "node": ">=8"
  4515. }
  4516. },
  4517. "node_modules/shebang-regex": {
  4518. "version": "3.0.0",
  4519. "dev": true,
  4520. "license": "MIT",
  4521. "engines": {
  4522. "node": ">=8"
  4523. }
  4524. },
  4525. "node_modules/signal-exit": {
  4526. "version": "4.1.0",
  4527. "dev": true,
  4528. "license": "ISC",
  4529. "engines": {
  4530. "node": ">=14"
  4531. },
  4532. "funding": {
  4533. "url": "https://github.com/sponsors/isaacs"
  4534. }
  4535. },
  4536. "node_modules/sortablejs": {
  4537. "version": "1.15.6",
  4538. "license": "MIT"
  4539. },
  4540. "node_modules/source-map-js": {
  4541. "version": "1.2.1",
  4542. "license": "BSD-3-Clause",
  4543. "engines": {
  4544. "node": ">=0.10.0"
  4545. }
  4546. },
  4547. "node_modules/space-separated-tokens": {
  4548. "version": "2.0.2",
  4549. "license": "MIT",
  4550. "funding": {
  4551. "type": "github",
  4552. "url": "https://github.com/sponsors/wooorm"
  4553. }
  4554. },
  4555. "node_modules/string_decoder": {
  4556. "version": "1.3.0",
  4557. "license": "MIT",
  4558. "dependencies": {
  4559. "safe-buffer": "~5.2.0"
  4560. }
  4561. },
  4562. "node_modules/string_decoder/node_modules/safe-buffer": {
  4563. "version": "5.2.1",
  4564. "funding": [
  4565. {
  4566. "type": "github",
  4567. "url": "https://github.com/sponsors/feross"
  4568. },
  4569. {
  4570. "type": "patreon",
  4571. "url": "https://www.patreon.com/feross"
  4572. },
  4573. {
  4574. "type": "consulting",
  4575. "url": "https://feross.org/support"
  4576. }
  4577. ],
  4578. "license": "MIT"
  4579. },
  4580. "node_modules/string-width": {
  4581. "version": "5.1.2",
  4582. "dev": true,
  4583. "license": "MIT",
  4584. "dependencies": {
  4585. "eastasianwidth": "^0.2.0",
  4586. "emoji-regex": "^9.2.2",
  4587. "strip-ansi": "^7.0.1"
  4588. },
  4589. "engines": {
  4590. "node": ">=12"
  4591. },
  4592. "funding": {
  4593. "url": "https://github.com/sponsors/sindresorhus"
  4594. }
  4595. },
  4596. "node_modules/string-width-cjs": {
  4597. "name": "string-width",
  4598. "version": "4.2.3",
  4599. "dev": true,
  4600. "license": "MIT",
  4601. "dependencies": {
  4602. "emoji-regex": "^8.0.0",
  4603. "is-fullwidth-code-point": "^3.0.0",
  4604. "strip-ansi": "^6.0.1"
  4605. },
  4606. "engines": {
  4607. "node": ">=8"
  4608. }
  4609. },
  4610. "node_modules/string-width/node_modules/ansi-regex": {
  4611. "version": "6.1.0",
  4612. "dev": true,
  4613. "license": "MIT",
  4614. "engines": {
  4615. "node": ">=12"
  4616. },
  4617. "funding": {
  4618. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  4619. }
  4620. },
  4621. "node_modules/string-width/node_modules/emoji-regex": {
  4622. "version": "9.2.2",
  4623. "dev": true,
  4624. "license": "MIT"
  4625. },
  4626. "node_modules/string-width/node_modules/strip-ansi": {
  4627. "version": "7.1.0",
  4628. "dev": true,
  4629. "license": "MIT",
  4630. "dependencies": {
  4631. "ansi-regex": "^6.0.1"
  4632. },
  4633. "engines": {
  4634. "node": ">=12"
  4635. },
  4636. "funding": {
  4637. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  4638. }
  4639. },
  4640. "node_modules/stringify-entities": {
  4641. "version": "4.0.4",
  4642. "license": "MIT",
  4643. "dependencies": {
  4644. "character-entities-html4": "^2.0.0",
  4645. "character-entities-legacy": "^3.0.0"
  4646. },
  4647. "funding": {
  4648. "type": "github",
  4649. "url": "https://github.com/sponsors/wooorm"
  4650. }
  4651. },
  4652. "node_modules/strip-ansi": {
  4653. "version": "6.0.1",
  4654. "dev": true,
  4655. "license": "MIT",
  4656. "dependencies": {
  4657. "ansi-regex": "^5.0.1"
  4658. },
  4659. "engines": {
  4660. "node": ">=8"
  4661. }
  4662. },
  4663. "node_modules/strip-ansi-cjs": {
  4664. "name": "strip-ansi",
  4665. "version": "6.0.1",
  4666. "dev": true,
  4667. "license": "MIT",
  4668. "dependencies": {
  4669. "ansi-regex": "^5.0.1"
  4670. },
  4671. "engines": {
  4672. "node": ">=8"
  4673. }
  4674. },
  4675. "node_modules/strip-json-comments": {
  4676. "version": "3.1.1",
  4677. "dev": true,
  4678. "license": "MIT",
  4679. "engines": {
  4680. "node": ">=8"
  4681. },
  4682. "funding": {
  4683. "url": "https://github.com/sponsors/sindresorhus"
  4684. }
  4685. },
  4686. "node_modules/strip-literal": {
  4687. "version": "2.1.1",
  4688. "dev": true,
  4689. "license": "MIT",
  4690. "dependencies": {
  4691. "js-tokens": "^9.0.1"
  4692. },
  4693. "funding": {
  4694. "url": "https://github.com/sponsors/antfu"
  4695. }
  4696. },
  4697. "node_modules/sucrase": {
  4698. "version": "3.35.0",
  4699. "dev": true,
  4700. "license": "MIT",
  4701. "dependencies": {
  4702. "@jridgewell/gen-mapping": "^0.3.2",
  4703. "commander": "^4.0.0",
  4704. "glob": "^10.3.10",
  4705. "lines-and-columns": "^1.1.6",
  4706. "mz": "^2.7.0",
  4707. "pirates": "^4.0.1",
  4708. "ts-interface-checker": "^0.1.9"
  4709. },
  4710. "bin": {
  4711. "sucrase": "bin/sucrase",
  4712. "sucrase-node": "bin/sucrase-node"
  4713. },
  4714. "engines": {
  4715. "node": ">=16 || 14 >=14.17"
  4716. }
  4717. },
  4718. "node_modules/sucrase/node_modules/glob": {
  4719. "version": "10.4.5",
  4720. "dev": true,
  4721. "license": "ISC",
  4722. "dependencies": {
  4723. "foreground-child": "^3.1.0",
  4724. "jackspeak": "^3.1.2",
  4725. "minimatch": "^9.0.4",
  4726. "minipass": "^7.1.2",
  4727. "package-json-from-dist": "^1.0.0",
  4728. "path-scurry": "^1.11.1"
  4729. },
  4730. "bin": {
  4731. "glob": "dist/esm/bin.mjs"
  4732. },
  4733. "funding": {
  4734. "url": "https://github.com/sponsors/isaacs"
  4735. }
  4736. },
  4737. "node_modules/sucrase/node_modules/minimatch": {
  4738. "version": "9.0.5",
  4739. "dev": true,
  4740. "license": "ISC",
  4741. "dependencies": {
  4742. "brace-expansion": "^2.0.1"
  4743. },
  4744. "engines": {
  4745. "node": ">=16 || 14 >=14.17"
  4746. },
  4747. "funding": {
  4748. "url": "https://github.com/sponsors/isaacs"
  4749. }
  4750. },
  4751. "node_modules/supports-color": {
  4752. "version": "7.2.0",
  4753. "dev": true,
  4754. "license": "MIT",
  4755. "dependencies": {
  4756. "has-flag": "^4.0.0"
  4757. },
  4758. "engines": {
  4759. "node": ">=8"
  4760. }
  4761. },
  4762. "node_modules/supports-preserve-symlinks-flag": {
  4763. "version": "1.0.0",
  4764. "dev": true,
  4765. "license": "MIT",
  4766. "engines": {
  4767. "node": ">= 0.4"
  4768. },
  4769. "funding": {
  4770. "url": "https://github.com/sponsors/ljharb"
  4771. }
  4772. },
  4773. "node_modules/synckit": {
  4774. "version": "0.11.11",
  4775. "dev": true,
  4776. "license": "MIT",
  4777. "dependencies": {
  4778. "@pkgr/core": "^0.2.9"
  4779. },
  4780. "engines": {
  4781. "node": "^14.18.0 || >=16.0.0"
  4782. },
  4783. "funding": {
  4784. "url": "https://opencollective.com/synckit"
  4785. }
  4786. },
  4787. "node_modules/tailwindcss": {
  4788. "version": "3.4.17",
  4789. "dev": true,
  4790. "license": "MIT",
  4791. "dependencies": {
  4792. "@alloc/quick-lru": "^5.2.0",
  4793. "arg": "^5.0.2",
  4794. "chokidar": "^3.6.0",
  4795. "didyoumean": "^1.2.2",
  4796. "dlv": "^1.1.3",
  4797. "fast-glob": "^3.3.2",
  4798. "glob-parent": "^6.0.2",
  4799. "is-glob": "^4.0.3",
  4800. "jiti": "^1.21.6",
  4801. "lilconfig": "^3.1.3",
  4802. "micromatch": "^4.0.8",
  4803. "normalize-path": "^3.0.0",
  4804. "object-hash": "^3.0.0",
  4805. "picocolors": "^1.1.1",
  4806. "postcss": "^8.4.47",
  4807. "postcss-import": "^15.1.0",
  4808. "postcss-js": "^4.0.1",
  4809. "postcss-load-config": "^4.0.2",
  4810. "postcss-nested": "^6.2.0",
  4811. "postcss-selector-parser": "^6.1.2",
  4812. "resolve": "^1.22.8",
  4813. "sucrase": "^3.35.0"
  4814. },
  4815. "bin": {
  4816. "tailwind": "lib/cli.js",
  4817. "tailwindcss": "lib/cli.js"
  4818. },
  4819. "engines": {
  4820. "node": ">=14.0.0"
  4821. }
  4822. },
  4823. "node_modules/tailwindcss/node_modules/glob-parent": {
  4824. "version": "6.0.2",
  4825. "dev": true,
  4826. "license": "ISC",
  4827. "dependencies": {
  4828. "is-glob": "^4.0.3"
  4829. },
  4830. "engines": {
  4831. "node": ">=10.13.0"
  4832. }
  4833. },
  4834. "node_modules/tailwindcss/node_modules/postcss": {
  4835. "version": "8.5.6",
  4836. "dev": true,
  4837. "funding": [
  4838. {
  4839. "type": "opencollective",
  4840. "url": "https://opencollective.com/postcss/"
  4841. },
  4842. {
  4843. "type": "tidelift",
  4844. "url": "https://tidelift.com/funding/github/npm/postcss"
  4845. },
  4846. {
  4847. "type": "github",
  4848. "url": "https://github.com/sponsors/ai"
  4849. }
  4850. ],
  4851. "license": "MIT",
  4852. "dependencies": {
  4853. "nanoid": "^3.3.11",
  4854. "picocolors": "^1.1.1",
  4855. "source-map-js": "^1.2.1"
  4856. },
  4857. "engines": {
  4858. "node": "^10 || ^12 || >=14"
  4859. }
  4860. },
  4861. "node_modules/tailwindcss/node_modules/postcss-import": {
  4862. "version": "15.1.0",
  4863. "dev": true,
  4864. "license": "MIT",
  4865. "dependencies": {
  4866. "postcss-value-parser": "^4.0.0",
  4867. "read-cache": "^1.0.0",
  4868. "resolve": "^1.1.7"
  4869. },
  4870. "engines": {
  4871. "node": ">=14.0.0"
  4872. },
  4873. "peerDependencies": {
  4874. "postcss": "^8.0.0"
  4875. }
  4876. },
  4877. "node_modules/tailwindcss/node_modules/postcss-js": {
  4878. "version": "4.0.1",
  4879. "dev": true,
  4880. "license": "MIT",
  4881. "dependencies": {
  4882. "camelcase-css": "^2.0.1"
  4883. },
  4884. "engines": {
  4885. "node": "^12 || ^14 || >= 16"
  4886. },
  4887. "funding": {
  4888. "type": "opencollective",
  4889. "url": "https://opencollective.com/postcss/"
  4890. },
  4891. "peerDependencies": {
  4892. "postcss": "^8.4.21"
  4893. }
  4894. },
  4895. "node_modules/tailwindcss/node_modules/postcss-load-config": {
  4896. "version": "4.0.2",
  4897. "dev": true,
  4898. "funding": [
  4899. {
  4900. "type": "opencollective",
  4901. "url": "https://opencollective.com/postcss/"
  4902. },
  4903. {
  4904. "type": "github",
  4905. "url": "https://github.com/sponsors/ai"
  4906. }
  4907. ],
  4908. "license": "MIT",
  4909. "dependencies": {
  4910. "lilconfig": "^3.0.0",
  4911. "yaml": "^2.3.4"
  4912. },
  4913. "engines": {
  4914. "node": ">= 14"
  4915. },
  4916. "peerDependencies": {
  4917. "postcss": ">=8.0.9",
  4918. "ts-node": ">=9.0.0"
  4919. },
  4920. "peerDependenciesMeta": {
  4921. "postcss": {
  4922. "optional": true
  4923. },
  4924. "ts-node": {
  4925. "optional": true
  4926. }
  4927. }
  4928. },
  4929. "node_modules/tailwindcss/node_modules/postcss-nested": {
  4930. "version": "6.2.0",
  4931. "dev": true,
  4932. "funding": [
  4933. {
  4934. "type": "opencollective",
  4935. "url": "https://opencollective.com/postcss/"
  4936. },
  4937. {
  4938. "type": "github",
  4939. "url": "https://github.com/sponsors/ai"
  4940. }
  4941. ],
  4942. "license": "MIT",
  4943. "dependencies": {
  4944. "postcss-selector-parser": "^6.1.1"
  4945. },
  4946. "engines": {
  4947. "node": ">=12.0"
  4948. },
  4949. "peerDependencies": {
  4950. "postcss": "^8.2.14"
  4951. }
  4952. },
  4953. "node_modules/tar-stream": {
  4954. "version": "2.2.0",
  4955. "license": "MIT",
  4956. "dependencies": {
  4957. "bl": "^4.0.3",
  4958. "end-of-stream": "^1.4.1",
  4959. "fs-constants": "^1.0.0",
  4960. "inherits": "^2.0.3",
  4961. "readable-stream": "^3.1.1"
  4962. },
  4963. "engines": {
  4964. "node": ">=6"
  4965. }
  4966. },
  4967. "node_modules/text-table": {
  4968. "version": "0.2.0",
  4969. "dev": true,
  4970. "license": "MIT"
  4971. },
  4972. "node_modules/thenify": {
  4973. "version": "3.3.1",
  4974. "dev": true,
  4975. "license": "MIT",
  4976. "dependencies": {
  4977. "any-promise": "^1.0.0"
  4978. }
  4979. },
  4980. "node_modules/thenify-all": {
  4981. "version": "1.6.0",
  4982. "dev": true,
  4983. "license": "MIT",
  4984. "dependencies": {
  4985. "thenify": ">= 3.1.0 < 4"
  4986. },
  4987. "engines": {
  4988. "node": ">=0.8"
  4989. }
  4990. },
  4991. "node_modules/tinymce": {
  4992. "version": "5.10.9",
  4993. "license": "LGPL-2.1"
  4994. },
  4995. "node_modules/tippy.js": {
  4996. "version": "6.3.7",
  4997. "license": "MIT",
  4998. "dependencies": {
  4999. "@popperjs/core": "^2.9.0"
  5000. }
  5001. },
  5002. "node_modules/tmp": {
  5003. "version": "0.2.3",
  5004. "license": "MIT",
  5005. "engines": {
  5006. "node": ">=14.14"
  5007. }
  5008. },
  5009. "node_modules/to-regex-range": {
  5010. "version": "5.0.1",
  5011. "dev": true,
  5012. "license": "MIT",
  5013. "dependencies": {
  5014. "is-number": "^7.0.0"
  5015. },
  5016. "engines": {
  5017. "node": ">=8.0"
  5018. }
  5019. },
  5020. "node_modules/traverse": {
  5021. "version": "0.3.9",
  5022. "license": "MIT/X11"
  5023. },
  5024. "node_modules/trim-lines": {
  5025. "version": "3.0.1",
  5026. "license": "MIT",
  5027. "funding": {
  5028. "type": "github",
  5029. "url": "https://github.com/sponsors/wooorm"
  5030. }
  5031. },
  5032. "node_modules/trough": {
  5033. "version": "2.2.0",
  5034. "license": "MIT",
  5035. "funding": {
  5036. "type": "github",
  5037. "url": "https://github.com/sponsors/wooorm"
  5038. }
  5039. },
  5040. "node_modules/ts-interface-checker": {
  5041. "version": "0.1.13",
  5042. "dev": true,
  5043. "license": "Apache-2.0"
  5044. },
  5045. "node_modules/tslib": {
  5046. "version": "2.3.0",
  5047. "license": "0BSD"
  5048. },
  5049. "node_modules/type": {
  5050. "version": "2.7.3",
  5051. "license": "ISC"
  5052. },
  5053. "node_modules/type-check": {
  5054. "version": "0.4.0",
  5055. "dev": true,
  5056. "license": "MIT",
  5057. "dependencies": {
  5058. "prelude-ls": "^1.2.1"
  5059. },
  5060. "engines": {
  5061. "node": ">= 0.8.0"
  5062. }
  5063. },
  5064. "node_modules/type-fest": {
  5065. "version": "0.20.2",
  5066. "dev": true,
  5067. "license": "(MIT OR CC0-1.0)",
  5068. "engines": {
  5069. "node": ">=10"
  5070. },
  5071. "funding": {
  5072. "url": "https://github.com/sponsors/sindresorhus"
  5073. }
  5074. },
  5075. "node_modules/ufo": {
  5076. "version": "1.6.1",
  5077. "dev": true,
  5078. "license": "MIT"
  5079. },
  5080. "node_modules/unified": {
  5081. "version": "10.1.2",
  5082. "license": "MIT",
  5083. "dependencies": {
  5084. "@types/unist": "^2.0.0",
  5085. "bail": "^2.0.0",
  5086. "extend": "^3.0.0",
  5087. "is-buffer": "^2.0.0",
  5088. "is-plain-obj": "^4.0.0",
  5089. "trough": "^2.0.0",
  5090. "vfile": "^5.0.0"
  5091. },
  5092. "funding": {
  5093. "type": "opencollective",
  5094. "url": "https://opencollective.com/unified"
  5095. }
  5096. },
  5097. "node_modules/unimport": {
  5098. "version": "3.14.6",
  5099. "dev": true,
  5100. "license": "MIT",
  5101. "dependencies": {
  5102. "@rollup/pluginutils": "^5.1.4",
  5103. "acorn": "^8.14.0",
  5104. "escape-string-regexp": "^5.0.0",
  5105. "estree-walker": "^3.0.3",
  5106. "fast-glob": "^3.3.3",
  5107. "local-pkg": "^1.0.0",
  5108. "magic-string": "^0.30.17",
  5109. "mlly": "^1.7.4",
  5110. "pathe": "^2.0.1",
  5111. "picomatch": "^4.0.2",
  5112. "pkg-types": "^1.3.0",
  5113. "scule": "^1.3.0",
  5114. "strip-literal": "^2.1.1",
  5115. "unplugin": "^1.16.1"
  5116. }
  5117. },
  5118. "node_modules/unimport/node_modules/confbox": {
  5119. "version": "0.2.2",
  5120. "dev": true,
  5121. "license": "MIT"
  5122. },
  5123. "node_modules/unimport/node_modules/estree-walker": {
  5124. "version": "3.0.3",
  5125. "dev": true,
  5126. "license": "MIT",
  5127. "dependencies": {
  5128. "@types/estree": "^1.0.0"
  5129. }
  5130. },
  5131. "node_modules/unimport/node_modules/local-pkg": {
  5132. "version": "1.1.1",
  5133. "dev": true,
  5134. "license": "MIT",
  5135. "dependencies": {
  5136. "mlly": "^1.7.4",
  5137. "pkg-types": "^2.0.1",
  5138. "quansync": "^0.2.8"
  5139. },
  5140. "engines": {
  5141. "node": ">=14"
  5142. },
  5143. "funding": {
  5144. "url": "https://github.com/sponsors/antfu"
  5145. }
  5146. },
  5147. "node_modules/unimport/node_modules/local-pkg/node_modules/pkg-types": {
  5148. "version": "2.2.0",
  5149. "dev": true,
  5150. "license": "MIT",
  5151. "dependencies": {
  5152. "confbox": "^0.2.2",
  5153. "exsolve": "^1.0.7",
  5154. "pathe": "^2.0.3"
  5155. }
  5156. },
  5157. "node_modules/unimport/node_modules/picomatch": {
  5158. "version": "4.0.3",
  5159. "dev": true,
  5160. "license": "MIT",
  5161. "engines": {
  5162. "node": ">=12"
  5163. },
  5164. "funding": {
  5165. "url": "https://github.com/sponsors/jonschlinkert"
  5166. }
  5167. },
  5168. "node_modules/unist-util-generated": {
  5169. "version": "2.0.1",
  5170. "license": "MIT",
  5171. "funding": {
  5172. "type": "opencollective",
  5173. "url": "https://opencollective.com/unified"
  5174. }
  5175. },
  5176. "node_modules/unist-util-is": {
  5177. "version": "5.2.1",
  5178. "license": "MIT",
  5179. "dependencies": {
  5180. "@types/unist": "^2.0.0"
  5181. },
  5182. "funding": {
  5183. "type": "opencollective",
  5184. "url": "https://opencollective.com/unified"
  5185. }
  5186. },
  5187. "node_modules/unist-util-position": {
  5188. "version": "4.0.4",
  5189. "license": "MIT",
  5190. "dependencies": {
  5191. "@types/unist": "^2.0.0"
  5192. },
  5193. "funding": {
  5194. "type": "opencollective",
  5195. "url": "https://opencollective.com/unified"
  5196. }
  5197. },
  5198. "node_modules/unist-util-stringify-position": {
  5199. "version": "3.0.3",
  5200. "license": "MIT",
  5201. "dependencies": {
  5202. "@types/unist": "^2.0.0"
  5203. },
  5204. "funding": {
  5205. "type": "opencollective",
  5206. "url": "https://opencollective.com/unified"
  5207. }
  5208. },
  5209. "node_modules/unist-util-visit": {
  5210. "version": "4.1.2",
  5211. "license": "MIT",
  5212. "dependencies": {
  5213. "@types/unist": "^2.0.0",
  5214. "unist-util-is": "^5.0.0",
  5215. "unist-util-visit-parents": "^5.1.1"
  5216. },
  5217. "funding": {
  5218. "type": "opencollective",
  5219. "url": "https://opencollective.com/unified"
  5220. }
  5221. },
  5222. "node_modules/unist-util-visit-parents": {
  5223. "version": "5.1.3",
  5224. "license": "MIT",
  5225. "dependencies": {
  5226. "@types/unist": "^2.0.0",
  5227. "unist-util-is": "^5.0.0"
  5228. },
  5229. "funding": {
  5230. "type": "opencollective",
  5231. "url": "https://opencollective.com/unified"
  5232. }
  5233. },
  5234. "node_modules/universalify": {
  5235. "version": "2.0.1",
  5236. "dev": true,
  5237. "license": "MIT",
  5238. "engines": {
  5239. "node": ">= 10.0.0"
  5240. }
  5241. },
  5242. "node_modules/unplugin": {
  5243. "version": "1.16.1",
  5244. "dev": true,
  5245. "license": "MIT",
  5246. "dependencies": {
  5247. "acorn": "^8.14.0",
  5248. "webpack-virtual-modules": "^0.6.2"
  5249. },
  5250. "engines": {
  5251. "node": ">=14.0.0"
  5252. }
  5253. },
  5254. "node_modules/unplugin-auto-import": {
  5255. "version": "0.18.6",
  5256. "dev": true,
  5257. "license": "MIT",
  5258. "dependencies": {
  5259. "@antfu/utils": "^0.7.10",
  5260. "@rollup/pluginutils": "^5.1.3",
  5261. "fast-glob": "^3.3.2",
  5262. "local-pkg": "^0.5.1",
  5263. "magic-string": "^0.30.14",
  5264. "minimatch": "^9.0.5",
  5265. "unimport": "^3.13.4",
  5266. "unplugin": "^1.16.0"
  5267. },
  5268. "engines": {
  5269. "node": ">=14"
  5270. },
  5271. "funding": {
  5272. "url": "https://github.com/sponsors/antfu"
  5273. },
  5274. "peerDependencies": {
  5275. "@nuxt/kit": "^3.2.2",
  5276. "@vueuse/core": "*"
  5277. },
  5278. "peerDependenciesMeta": {
  5279. "@nuxt/kit": {
  5280. "optional": true
  5281. },
  5282. "@vueuse/core": {
  5283. "optional": true
  5284. }
  5285. }
  5286. },
  5287. "node_modules/unplugin-auto-import/node_modules/minimatch": {
  5288. "version": "9.0.5",
  5289. "dev": true,
  5290. "license": "ISC",
  5291. "dependencies": {
  5292. "brace-expansion": "^2.0.1"
  5293. },
  5294. "engines": {
  5295. "node": ">=16 || 14 >=14.17"
  5296. },
  5297. "funding": {
  5298. "url": "https://github.com/sponsors/isaacs"
  5299. }
  5300. },
  5301. "node_modules/unplugin-vue-components": {
  5302. "version": "0.27.5",
  5303. "dev": true,
  5304. "license": "MIT",
  5305. "dependencies": {
  5306. "@antfu/utils": "^0.7.10",
  5307. "@rollup/pluginutils": "^5.1.3",
  5308. "chokidar": "^3.6.0",
  5309. "debug": "^4.3.7",
  5310. "fast-glob": "^3.3.2",
  5311. "local-pkg": "^0.5.1",
  5312. "magic-string": "^0.30.14",
  5313. "minimatch": "^9.0.5",
  5314. "mlly": "^1.7.3",
  5315. "unplugin": "^1.16.0"
  5316. },
  5317. "engines": {
  5318. "node": ">=14"
  5319. },
  5320. "funding": {
  5321. "url": "https://github.com/sponsors/antfu"
  5322. },
  5323. "peerDependencies": {
  5324. "@babel/parser": "^7.15.8",
  5325. "@nuxt/kit": "^3.2.2",
  5326. "vue": "2 || 3"
  5327. },
  5328. "peerDependenciesMeta": {
  5329. "@babel/parser": {
  5330. "optional": true
  5331. },
  5332. "@nuxt/kit": {
  5333. "optional": true
  5334. }
  5335. }
  5336. },
  5337. "node_modules/unplugin-vue-components/node_modules/minimatch": {
  5338. "version": "9.0.5",
  5339. "dev": true,
  5340. "license": "ISC",
  5341. "dependencies": {
  5342. "brace-expansion": "^2.0.1"
  5343. },
  5344. "engines": {
  5345. "node": ">=16 || 14 >=14.17"
  5346. },
  5347. "funding": {
  5348. "url": "https://github.com/sponsors/isaacs"
  5349. }
  5350. },
  5351. "node_modules/unzipper": {
  5352. "version": "0.10.14",
  5353. "license": "MIT",
  5354. "dependencies": {
  5355. "big-integer": "^1.6.17",
  5356. "binary": "~0.3.0",
  5357. "bluebird": "~3.4.1",
  5358. "buffer-indexof-polyfill": "~1.0.0",
  5359. "duplexer2": "~0.1.4",
  5360. "fstream": "^1.0.12",
  5361. "graceful-fs": "^4.2.2",
  5362. "listenercount": "~1.0.1",
  5363. "readable-stream": "~2.3.6",
  5364. "setimmediate": "~1.0.4"
  5365. }
  5366. },
  5367. "node_modules/unzipper/node_modules/readable-stream": {
  5368. "version": "2.3.8",
  5369. "license": "MIT",
  5370. "dependencies": {
  5371. "core-util-is": "~1.0.0",
  5372. "inherits": "~2.0.3",
  5373. "isarray": "~1.0.0",
  5374. "process-nextick-args": "~2.0.0",
  5375. "safe-buffer": "~5.1.1",
  5376. "string_decoder": "~1.1.1",
  5377. "util-deprecate": "~1.0.1"
  5378. }
  5379. },
  5380. "node_modules/unzipper/node_modules/string_decoder": {
  5381. "version": "1.1.1",
  5382. "license": "MIT",
  5383. "dependencies": {
  5384. "safe-buffer": "~5.1.0"
  5385. }
  5386. },
  5387. "node_modules/uri-js": {
  5388. "version": "4.4.1",
  5389. "dev": true,
  5390. "license": "BSD-2-Clause",
  5391. "dependencies": {
  5392. "punycode": "^2.1.0"
  5393. }
  5394. },
  5395. "node_modules/util-deprecate": {
  5396. "version": "1.0.2",
  5397. "license": "MIT"
  5398. },
  5399. "node_modules/uuid": {
  5400. "version": "8.3.2",
  5401. "license": "MIT",
  5402. "bin": {
  5403. "uuid": "dist/bin/uuid"
  5404. }
  5405. },
  5406. "node_modules/uvu": {
  5407. "version": "0.5.6",
  5408. "license": "MIT",
  5409. "dependencies": {
  5410. "dequal": "^2.0.0",
  5411. "diff": "^5.0.0",
  5412. "kleur": "^4.0.3",
  5413. "sade": "^1.7.3"
  5414. },
  5415. "bin": {
  5416. "uvu": "bin.js"
  5417. },
  5418. "engines": {
  5419. "node": ">=8"
  5420. }
  5421. },
  5422. "node_modules/v-viewer": {
  5423. "version": "3.0.22",
  5424. "license": "MIT",
  5425. "dependencies": {
  5426. "lodash-es": "^4.17.21",
  5427. "viewerjs": "^1.11.6"
  5428. },
  5429. "peerDependencies": {
  5430. "viewerjs": "^1.11.0",
  5431. "vue": "^3.0.0"
  5432. }
  5433. },
  5434. "node_modules/vfile": {
  5435. "version": "5.3.7",
  5436. "license": "MIT",
  5437. "dependencies": {
  5438. "@types/unist": "^2.0.0",
  5439. "is-buffer": "^2.0.0",
  5440. "unist-util-stringify-position": "^3.0.0",
  5441. "vfile-message": "^3.0.0"
  5442. },
  5443. "funding": {
  5444. "type": "opencollective",
  5445. "url": "https://opencollective.com/unified"
  5446. }
  5447. },
  5448. "node_modules/vfile-location": {
  5449. "version": "4.1.0",
  5450. "license": "MIT",
  5451. "dependencies": {
  5452. "@types/unist": "^2.0.0",
  5453. "vfile": "^5.0.0"
  5454. },
  5455. "funding": {
  5456. "type": "opencollective",
  5457. "url": "https://opencollective.com/unified"
  5458. }
  5459. },
  5460. "node_modules/vfile-message": {
  5461. "version": "3.1.4",
  5462. "license": "MIT",
  5463. "dependencies": {
  5464. "@types/unist": "^2.0.0",
  5465. "unist-util-stringify-position": "^3.0.0"
  5466. },
  5467. "funding": {
  5468. "type": "opencollective",
  5469. "url": "https://opencollective.com/unified"
  5470. }
  5471. },
  5472. "node_modules/viewerjs": {
  5473. "version": "1.11.7",
  5474. "license": "MIT"
  5475. },
  5476. "node_modules/vite": {
  5477. "version": "5.4.19",
  5478. "dev": true,
  5479. "license": "MIT",
  5480. "dependencies": {
  5481. "esbuild": "^0.21.3",
  5482. "postcss": "^8.4.43",
  5483. "rollup": "^4.20.0"
  5484. },
  5485. "bin": {
  5486. "vite": "bin/vite.js"
  5487. },
  5488. "engines": {
  5489. "node": "^18.0.0 || >=20.0.0"
  5490. },
  5491. "funding": {
  5492. "url": "https://github.com/vitejs/vite?sponsor=1"
  5493. },
  5494. "optionalDependencies": {
  5495. "fsevents": "~2.3.3"
  5496. },
  5497. "peerDependencies": {
  5498. "@types/node": "^18.0.0 || >=20.0.0",
  5499. "less": "*",
  5500. "lightningcss": "^1.21.0",
  5501. "sass": "*",
  5502. "sass-embedded": "*",
  5503. "stylus": "*",
  5504. "sugarss": "*",
  5505. "terser": "^5.4.0"
  5506. },
  5507. "peerDependenciesMeta": {
  5508. "@types/node": {
  5509. "optional": true
  5510. },
  5511. "less": {
  5512. "optional": true
  5513. },
  5514. "lightningcss": {
  5515. "optional": true
  5516. },
  5517. "sass": {
  5518. "optional": true
  5519. },
  5520. "sass-embedded": {
  5521. "optional": true
  5522. },
  5523. "stylus": {
  5524. "optional": true
  5525. },
  5526. "sugarss": {
  5527. "optional": true
  5528. },
  5529. "terser": {
  5530. "optional": true
  5531. }
  5532. }
  5533. },
  5534. "node_modules/vite-plugin-compression": {
  5535. "version": "0.5.1",
  5536. "dev": true,
  5537. "license": "MIT",
  5538. "dependencies": {
  5539. "chalk": "^4.1.2",
  5540. "debug": "^4.3.3",
  5541. "fs-extra": "^10.0.0"
  5542. },
  5543. "peerDependencies": {
  5544. "vite": ">=2.0.0"
  5545. }
  5546. },
  5547. "node_modules/vite/node_modules/postcss": {
  5548. "version": "8.5.6",
  5549. "dev": true,
  5550. "funding": [
  5551. {
  5552. "type": "opencollective",
  5553. "url": "https://opencollective.com/postcss/"
  5554. },
  5555. {
  5556. "type": "tidelift",
  5557. "url": "https://tidelift.com/funding/github/npm/postcss"
  5558. },
  5559. {
  5560. "type": "github",
  5561. "url": "https://github.com/sponsors/ai"
  5562. }
  5563. ],
  5564. "license": "MIT",
  5565. "dependencies": {
  5566. "nanoid": "^3.3.11",
  5567. "picocolors": "^1.1.1",
  5568. "source-map-js": "^1.2.1"
  5569. },
  5570. "engines": {
  5571. "node": "^10 || ^12 || >=14"
  5572. }
  5573. },
  5574. "node_modules/vue": {
  5575. "version": "3.4.38",
  5576. "license": "MIT",
  5577. "dependencies": {
  5578. "@vue/compiler-dom": "3.4.38",
  5579. "@vue/compiler-sfc": "3.4.38",
  5580. "@vue/runtime-dom": "3.4.38",
  5581. "@vue/server-renderer": "3.4.38",
  5582. "@vue/shared": "3.4.38"
  5583. },
  5584. "peerDependencies": {
  5585. "typescript": "*"
  5586. },
  5587. "peerDependenciesMeta": {
  5588. "typescript": {
  5589. "optional": true
  5590. }
  5591. }
  5592. },
  5593. "node_modules/vue-demi": {
  5594. "version": "0.14.10",
  5595. "hasInstallScript": true,
  5596. "license": "MIT",
  5597. "bin": {
  5598. "vue-demi-fix": "bin/vue-demi-fix.js",
  5599. "vue-demi-switch": "bin/vue-demi-switch.js"
  5600. },
  5601. "engines": {
  5602. "node": ">=12"
  5603. },
  5604. "funding": {
  5605. "url": "https://github.com/sponsors/antfu"
  5606. },
  5607. "peerDependencies": {
  5608. "@vue/composition-api": "^1.0.0-rc.1",
  5609. "vue": "^3.0.0-0 || ^2.6.0"
  5610. },
  5611. "peerDependenciesMeta": {
  5612. "@vue/composition-api": {
  5613. "optional": true
  5614. }
  5615. }
  5616. },
  5617. "node_modules/vue-echarts": {
  5618. "version": "7.0.3",
  5619. "license": "MIT",
  5620. "dependencies": {
  5621. "vue-demi": "^0.13.11"
  5622. },
  5623. "peerDependencies": {
  5624. "@vue/runtime-core": "^3.0.0",
  5625. "echarts": "^5.5.1",
  5626. "vue": "^2.7.0 || ^3.1.1"
  5627. },
  5628. "peerDependenciesMeta": {
  5629. "@vue/runtime-core": {
  5630. "optional": true
  5631. }
  5632. }
  5633. },
  5634. "node_modules/vue-echarts/node_modules/vue-demi": {
  5635. "version": "0.13.11",
  5636. "hasInstallScript": true,
  5637. "license": "MIT",
  5638. "bin": {
  5639. "vue-demi-fix": "bin/vue-demi-fix.js",
  5640. "vue-demi-switch": "bin/vue-demi-switch.js"
  5641. },
  5642. "engines": {
  5643. "node": ">=12"
  5644. },
  5645. "funding": {
  5646. "url": "https://github.com/sponsors/antfu"
  5647. },
  5648. "peerDependencies": {
  5649. "@vue/composition-api": "^1.0.0-rc.1",
  5650. "vue": "^3.0.0-0 || ^2.6.0"
  5651. },
  5652. "peerDependenciesMeta": {
  5653. "@vue/composition-api": {
  5654. "optional": true
  5655. }
  5656. }
  5657. },
  5658. "node_modules/vue-eslint-parser": {
  5659. "version": "9.4.3",
  5660. "dev": true,
  5661. "license": "MIT",
  5662. "dependencies": {
  5663. "debug": "^4.3.4",
  5664. "eslint-scope": "^7.1.1",
  5665. "eslint-visitor-keys": "^3.3.0",
  5666. "espree": "^9.3.1",
  5667. "esquery": "^1.4.0",
  5668. "lodash": "^4.17.21",
  5669. "semver": "^7.3.6"
  5670. },
  5671. "engines": {
  5672. "node": "^14.17.0 || >=16.0.0"
  5673. },
  5674. "funding": {
  5675. "url": "https://github.com/sponsors/mysticatea"
  5676. },
  5677. "peerDependencies": {
  5678. "eslint": ">=6.0.0"
  5679. }
  5680. },
  5681. "node_modules/vue-router": {
  5682. "version": "4.4.5",
  5683. "license": "MIT",
  5684. "dependencies": {
  5685. "@vue/devtools-api": "^6.6.4"
  5686. },
  5687. "funding": {
  5688. "url": "https://github.com/sponsors/posva"
  5689. },
  5690. "peerDependencies": {
  5691. "vue": "^3.2.0"
  5692. }
  5693. },
  5694. "node_modules/vuedraggable": {
  5695. "version": "4.1.0",
  5696. "resolved": "https://registry.npmjs.org/vuedraggable/-/vuedraggable-4.1.0.tgz",
  5697. "integrity": "sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==",
  5698. "license": "MIT",
  5699. "dependencies": {
  5700. "sortablejs": "1.14.0"
  5701. },
  5702. "peerDependencies": {
  5703. "vue": "^3.0.1"
  5704. }
  5705. },
  5706. "node_modules/vuedraggable/node_modules/sortablejs": {
  5707. "version": "1.14.0",
  5708. "license": "MIT"
  5709. },
  5710. "node_modules/web-namespaces": {
  5711. "version": "2.0.1",
  5712. "license": "MIT",
  5713. "funding": {
  5714. "type": "github",
  5715. "url": "https://github.com/sponsors/wooorm"
  5716. }
  5717. },
  5718. "node_modules/webpack-virtual-modules": {
  5719. "version": "0.6.2",
  5720. "dev": true,
  5721. "license": "MIT"
  5722. },
  5723. "node_modules/which": {
  5724. "version": "2.0.2",
  5725. "dev": true,
  5726. "license": "ISC",
  5727. "dependencies": {
  5728. "isexe": "^2.0.0"
  5729. },
  5730. "bin": {
  5731. "node-which": "bin/node-which"
  5732. },
  5733. "engines": {
  5734. "node": ">= 8"
  5735. }
  5736. },
  5737. "node_modules/word-count": {
  5738. "version": "0.2.2",
  5739. "license": "MIT"
  5740. },
  5741. "node_modules/word-wrap": {
  5742. "version": "1.2.5",
  5743. "dev": true,
  5744. "license": "MIT",
  5745. "engines": {
  5746. "node": ">=0.10.0"
  5747. }
  5748. },
  5749. "node_modules/wrap-ansi": {
  5750. "version": "8.1.0",
  5751. "dev": true,
  5752. "license": "MIT",
  5753. "dependencies": {
  5754. "ansi-styles": "^6.1.0",
  5755. "string-width": "^5.0.1",
  5756. "strip-ansi": "^7.0.1"
  5757. },
  5758. "engines": {
  5759. "node": ">=12"
  5760. },
  5761. "funding": {
  5762. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  5763. }
  5764. },
  5765. "node_modules/wrap-ansi-cjs": {
  5766. "name": "wrap-ansi",
  5767. "version": "7.0.0",
  5768. "dev": true,
  5769. "license": "MIT",
  5770. "dependencies": {
  5771. "ansi-styles": "^4.0.0",
  5772. "string-width": "^4.1.0",
  5773. "strip-ansi": "^6.0.0"
  5774. },
  5775. "engines": {
  5776. "node": ">=10"
  5777. },
  5778. "funding": {
  5779. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  5780. }
  5781. },
  5782. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  5783. "version": "4.2.3",
  5784. "dev": true,
  5785. "license": "MIT",
  5786. "dependencies": {
  5787. "emoji-regex": "^8.0.0",
  5788. "is-fullwidth-code-point": "^3.0.0",
  5789. "strip-ansi": "^6.0.1"
  5790. },
  5791. "engines": {
  5792. "node": ">=8"
  5793. }
  5794. },
  5795. "node_modules/wrap-ansi/node_modules/ansi-regex": {
  5796. "version": "6.1.0",
  5797. "dev": true,
  5798. "license": "MIT",
  5799. "engines": {
  5800. "node": ">=12"
  5801. },
  5802. "funding": {
  5803. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  5804. }
  5805. },
  5806. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  5807. "version": "6.2.1",
  5808. "dev": true,
  5809. "license": "MIT",
  5810. "engines": {
  5811. "node": ">=12"
  5812. },
  5813. "funding": {
  5814. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5815. }
  5816. },
  5817. "node_modules/wrap-ansi/node_modules/strip-ansi": {
  5818. "version": "7.1.0",
  5819. "dev": true,
  5820. "license": "MIT",
  5821. "dependencies": {
  5822. "ansi-regex": "^6.0.1"
  5823. },
  5824. "engines": {
  5825. "node": ">=12"
  5826. },
  5827. "funding": {
  5828. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  5829. }
  5830. },
  5831. "node_modules/wrappy": {
  5832. "version": "1.0.2",
  5833. "license": "ISC"
  5834. },
  5835. "node_modules/xgplayer": {
  5836. "version": "3.0.22",
  5837. "license": "MIT",
  5838. "dependencies": {
  5839. "danmu.js": ">=1.1.6",
  5840. "delegate": "^3.2.0",
  5841. "downloadjs": "1.4.7",
  5842. "eventemitter3": "^4.0.7",
  5843. "xgplayer-subtitles": "3.0.22"
  5844. },
  5845. "peerDependencies": {
  5846. "core-js": ">=3.12.1"
  5847. }
  5848. },
  5849. "node_modules/xgplayer-hls": {
  5850. "version": "3.0.22",
  5851. "license": "MIT",
  5852. "dependencies": {
  5853. "eventemitter3": "^4.0.7",
  5854. "xgplayer-streaming-shared": "3.0.22",
  5855. "xgplayer-transmuxer": "3.0.22"
  5856. },
  5857. "peerDependencies": {
  5858. "core-js": ">=3.12.1",
  5859. "xgplayer": "3.0.22"
  5860. }
  5861. },
  5862. "node_modules/xgplayer-music": {
  5863. "version": "3.0.22",
  5864. "license": "MIT",
  5865. "dependencies": {
  5866. "deepmerge": "^2.0.1",
  5867. "eventemitter3": "^4.0.7"
  5868. },
  5869. "peerDependencies": {
  5870. "core-js": ">=3.12.1",
  5871. "xgplayer": "3.0.22"
  5872. }
  5873. },
  5874. "node_modules/xgplayer-streaming-shared": {
  5875. "version": "3.0.22",
  5876. "license": "MIT",
  5877. "dependencies": {
  5878. "eventemitter3": "^4.0.7"
  5879. },
  5880. "peerDependencies": {
  5881. "core-js": ">=3.12.1"
  5882. }
  5883. },
  5884. "node_modules/xgplayer-subtitles": {
  5885. "version": "3.0.22",
  5886. "license": "MIT",
  5887. "dependencies": {
  5888. "eventemitter3": "^4.0.7"
  5889. },
  5890. "peerDependencies": {
  5891. "core-js": ">=3.12.1"
  5892. }
  5893. },
  5894. "node_modules/xgplayer-transmuxer": {
  5895. "version": "3.0.22",
  5896. "license": "MIT",
  5897. "dependencies": {
  5898. "@babel/runtime": "^7.15.3",
  5899. "concat-typed-array": "^1.0.2",
  5900. "crypto-es": "^1.2.4"
  5901. },
  5902. "peerDependencies": {
  5903. "core-js": ">=3.12.1"
  5904. }
  5905. },
  5906. "node_modules/xml-name-validator": {
  5907. "version": "4.0.0",
  5908. "dev": true,
  5909. "license": "Apache-2.0",
  5910. "engines": {
  5911. "node": ">=12"
  5912. }
  5913. },
  5914. "node_modules/xmlchars": {
  5915. "version": "2.2.0",
  5916. "license": "MIT"
  5917. },
  5918. "node_modules/yaml": {
  5919. "version": "2.8.0",
  5920. "dev": true,
  5921. "license": "ISC",
  5922. "bin": {
  5923. "yaml": "bin.mjs"
  5924. },
  5925. "engines": {
  5926. "node": ">= 14.6"
  5927. }
  5928. },
  5929. "node_modules/yocto-queue": {
  5930. "version": "0.1.0",
  5931. "dev": true,
  5932. "license": "MIT",
  5933. "engines": {
  5934. "node": ">=10"
  5935. },
  5936. "funding": {
  5937. "url": "https://github.com/sponsors/sindresorhus"
  5938. }
  5939. },
  5940. "node_modules/zip-stream": {
  5941. "version": "4.1.1",
  5942. "license": "MIT",
  5943. "dependencies": {
  5944. "archiver-utils": "^3.0.4",
  5945. "compress-commons": "^4.1.2",
  5946. "readable-stream": "^3.6.0"
  5947. },
  5948. "engines": {
  5949. "node": ">= 10"
  5950. }
  5951. },
  5952. "node_modules/zip-stream/node_modules/archiver-utils": {
  5953. "version": "3.0.4",
  5954. "license": "MIT",
  5955. "dependencies": {
  5956. "glob": "^7.2.3",
  5957. "graceful-fs": "^4.2.0",
  5958. "lazystream": "^1.0.0",
  5959. "lodash.defaults": "^4.2.0",
  5960. "lodash.difference": "^4.5.0",
  5961. "lodash.flatten": "^4.4.0",
  5962. "lodash.isplainobject": "^4.0.6",
  5963. "lodash.union": "^4.6.0",
  5964. "normalize-path": "^3.0.0",
  5965. "readable-stream": "^3.6.0"
  5966. },
  5967. "engines": {
  5968. "node": ">= 10"
  5969. }
  5970. },
  5971. "node_modules/zrender": {
  5972. "version": "5.6.0",
  5973. "license": "BSD-3-Clause",
  5974. "dependencies": {
  5975. "tslib": "2.3.0"
  5976. }
  5977. },
  5978. "node_modules/zwitch": {
  5979. "version": "2.0.4",
  5980. "license": "MIT",
  5981. "funding": {
  5982. "type": "github",
  5983. "url": "https://github.com/sponsors/wooorm"
  5984. }
  5985. }
  5986. }
  5987. }