package-lock.json 189 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868
  1. {
  2. "name": "olivetin-webui",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "olivetin-webui",
  9. "version": "1.0.0",
  10. "license": "AGPL-3.0-only",
  11. "dependencies": {
  12. "@connectrpc/connect": "^2.1.1",
  13. "@connectrpc/connect-web": "^2.1.1",
  14. "@hugeicons/core-free-icons": "^2.0.0",
  15. "@hugeicons/vue": "^1.0.3",
  16. "@vitejs/plugin-vue": "^6.0.2",
  17. "@xterm/addon-fit": "^0.10.0",
  18. "@xterm/xterm": "^5.5.0",
  19. "iconify-icon": "^3.0.2",
  20. "picocrank": "^1.8.7",
  21. "standard": "^17.1.2",
  22. "unplugin-vue-components": "^30.0.0",
  23. "vite": "^7.2.4",
  24. "vue-i18n": "^11.1.12",
  25. "vue-router": "^4.6.3"
  26. },
  27. "devDependencies": {
  28. "process": "^0.11.10",
  29. "stylelint": "^16.26.0",
  30. "stylelint-config-standard": "^39.0.1"
  31. }
  32. },
  33. "node_modules/@babel/code-frame": {
  34. "version": "7.12.11",
  35. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
  36. "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
  37. "dev": true,
  38. "dependencies": {
  39. "@babel/highlight": "^7.10.4"
  40. }
  41. },
  42. "node_modules/@babel/helper-string-parser": {
  43. "version": "7.27.1",
  44. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  45. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  46. "license": "MIT",
  47. "engines": {
  48. "node": ">=6.9.0"
  49. }
  50. },
  51. "node_modules/@babel/helper-validator-identifier": {
  52. "version": "7.28.5",
  53. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  54. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  55. "license": "MIT",
  56. "engines": {
  57. "node": ">=6.9.0"
  58. }
  59. },
  60. "node_modules/@babel/highlight": {
  61. "version": "7.24.6",
  62. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz",
  63. "integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==",
  64. "dev": true,
  65. "dependencies": {
  66. "@babel/helper-validator-identifier": "^7.24.6",
  67. "chalk": "^2.4.2",
  68. "js-tokens": "^4.0.0",
  69. "picocolors": "^1.0.0"
  70. },
  71. "engines": {
  72. "node": ">=6.9.0"
  73. }
  74. },
  75. "node_modules/@babel/highlight/node_modules/ansi-styles": {
  76. "version": "3.2.1",
  77. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  78. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  79. "dev": true,
  80. "dependencies": {
  81. "color-convert": "^1.9.0"
  82. },
  83. "engines": {
  84. "node": ">=4"
  85. }
  86. },
  87. "node_modules/@babel/highlight/node_modules/chalk": {
  88. "version": "2.4.2",
  89. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  90. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  91. "dev": true,
  92. "dependencies": {
  93. "ansi-styles": "^3.2.1",
  94. "escape-string-regexp": "^1.0.5",
  95. "supports-color": "^5.3.0"
  96. },
  97. "engines": {
  98. "node": ">=4"
  99. }
  100. },
  101. "node_modules/@babel/highlight/node_modules/color-convert": {
  102. "version": "1.9.3",
  103. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  104. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  105. "dev": true,
  106. "dependencies": {
  107. "color-name": "1.1.3"
  108. }
  109. },
  110. "node_modules/@babel/highlight/node_modules/color-name": {
  111. "version": "1.1.3",
  112. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  113. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
  114. "dev": true
  115. },
  116. "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
  117. "version": "1.0.5",
  118. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  119. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  120. "dev": true,
  121. "engines": {
  122. "node": ">=0.8.0"
  123. }
  124. },
  125. "node_modules/@babel/highlight/node_modules/has-flag": {
  126. "version": "3.0.0",
  127. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  128. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  129. "dev": true,
  130. "engines": {
  131. "node": ">=4"
  132. }
  133. },
  134. "node_modules/@babel/highlight/node_modules/supports-color": {
  135. "version": "5.5.0",
  136. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  137. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  138. "dev": true,
  139. "dependencies": {
  140. "has-flag": "^3.0.0"
  141. },
  142. "engines": {
  143. "node": ">=4"
  144. }
  145. },
  146. "node_modules/@babel/parser": {
  147. "version": "7.28.5",
  148. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
  149. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  150. "license": "MIT",
  151. "dependencies": {
  152. "@babel/types": "^7.28.5"
  153. },
  154. "bin": {
  155. "parser": "bin/babel-parser.js"
  156. },
  157. "engines": {
  158. "node": ">=6.0.0"
  159. }
  160. },
  161. "node_modules/@babel/types": {
  162. "version": "7.28.5",
  163. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  164. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  165. "license": "MIT",
  166. "dependencies": {
  167. "@babel/helper-string-parser": "^7.27.1",
  168. "@babel/helper-validator-identifier": "^7.28.5"
  169. },
  170. "engines": {
  171. "node": ">=6.9.0"
  172. }
  173. },
  174. "node_modules/@bufbuild/protobuf": {
  175. "version": "2.7.0",
  176. "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.7.0.tgz",
  177. "integrity": "sha512-qn6tAIZEw5i/wiESBF4nQxZkl86aY4KoO0IkUa2Lh+rya64oTOdJQFlZuMwI1Qz9VBJQrQC4QlSA2DNek5gCOA==",
  178. "license": "(Apache-2.0 AND BSD-3-Clause)",
  179. "peer": true
  180. },
  181. "node_modules/@cacheable/memory": {
  182. "version": "2.0.5",
  183. "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.5.tgz",
  184. "integrity": "sha512-fkiAxCvssEyJZ5fxX4tcdZFRmW9JehSTGvvqmXn6rTzG5cH6V/3C4ad8yb01vOjp2xBydHkHrgpW0qeGtzt6VQ==",
  185. "dev": true,
  186. "license": "MIT",
  187. "dependencies": {
  188. "@cacheable/utils": "^2.3.0",
  189. "@keyv/bigmap": "^1.1.0",
  190. "hookified": "^1.12.2",
  191. "keyv": "^5.5.4"
  192. }
  193. },
  194. "node_modules/@cacheable/memory/node_modules/@keyv/bigmap": {
  195. "version": "1.3.0",
  196. "resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.3.0.tgz",
  197. "integrity": "sha512-KT01GjzV6AQD5+IYrcpoYLkCu1Jod3nau1Z7EsEuViO3TZGRacSbO9MfHmbJ1WaOXFtWLxPVj169cn2WNKPkIg==",
  198. "dev": true,
  199. "license": "MIT",
  200. "dependencies": {
  201. "hashery": "^1.2.0",
  202. "hookified": "^1.13.0"
  203. },
  204. "engines": {
  205. "node": ">= 18"
  206. },
  207. "peerDependencies": {
  208. "keyv": "^5.5.4"
  209. }
  210. },
  211. "node_modules/@cacheable/memory/node_modules/keyv": {
  212. "version": "5.5.4",
  213. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
  214. "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
  215. "dev": true,
  216. "license": "MIT",
  217. "dependencies": {
  218. "@keyv/serialize": "^1.1.1"
  219. }
  220. },
  221. "node_modules/@cacheable/utils": {
  222. "version": "2.3.1",
  223. "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.3.1.tgz",
  224. "integrity": "sha512-38NJXjIr4W1Sghun8ju+uYWD8h2c61B4dKwfnQHVDFpAJ9oS28RpfqZQJ6Dgd3RceGkILDY9YT+72HJR3LoeSQ==",
  225. "dev": true,
  226. "license": "MIT",
  227. "dependencies": {
  228. "hashery": "^1.2.0",
  229. "keyv": "^5.5.4"
  230. }
  231. },
  232. "node_modules/@cacheable/utils/node_modules/keyv": {
  233. "version": "5.5.4",
  234. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
  235. "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
  236. "dev": true,
  237. "license": "MIT",
  238. "dependencies": {
  239. "@keyv/serialize": "^1.1.1"
  240. }
  241. },
  242. "node_modules/@connectrpc/connect": {
  243. "version": "2.1.1",
  244. "resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-2.1.1.tgz",
  245. "integrity": "sha512-JzhkaTvM73m2K1URT6tv53k2RwngSmCXLZJgK580qNQOXRzZRR/BCMfZw3h+90JpnG6XksP5bYT+cz0rpUzUWQ==",
  246. "license": "Apache-2.0",
  247. "peerDependencies": {
  248. "@bufbuild/protobuf": "^2.7.0"
  249. }
  250. },
  251. "node_modules/@connectrpc/connect-web": {
  252. "version": "2.1.1",
  253. "resolved": "https://registry.npmjs.org/@connectrpc/connect-web/-/connect-web-2.1.1.tgz",
  254. "integrity": "sha512-J8317Q2MaFRCT1jzVR1o06bZhDIBmU0UAzWx6xOIXzOq8+k71/+k7MUF7AwcBUX+34WIvbm5syRgC5HXQA8fOg==",
  255. "license": "Apache-2.0",
  256. "peerDependencies": {
  257. "@bufbuild/protobuf": "^2.7.0",
  258. "@connectrpc/connect": "2.1.1"
  259. }
  260. },
  261. "node_modules/@csstools/css-parser-algorithms": {
  262. "version": "3.0.5",
  263. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
  264. "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
  265. "dev": true,
  266. "funding": [
  267. {
  268. "type": "github",
  269. "url": "https://github.com/sponsors/csstools"
  270. },
  271. {
  272. "type": "opencollective",
  273. "url": "https://opencollective.com/csstools"
  274. }
  275. ],
  276. "license": "MIT",
  277. "engines": {
  278. "node": ">=18"
  279. },
  280. "peerDependencies": {
  281. "@csstools/css-tokenizer": "^3.0.4"
  282. }
  283. },
  284. "node_modules/@csstools/css-tokenizer": {
  285. "version": "3.0.4",
  286. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
  287. "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
  288. "dev": true,
  289. "funding": [
  290. {
  291. "type": "github",
  292. "url": "https://github.com/sponsors/csstools"
  293. },
  294. {
  295. "type": "opencollective",
  296. "url": "https://opencollective.com/csstools"
  297. }
  298. ],
  299. "license": "MIT",
  300. "engines": {
  301. "node": ">=18"
  302. }
  303. },
  304. "node_modules/@csstools/media-query-list-parser": {
  305. "version": "4.0.3",
  306. "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.3.tgz",
  307. "integrity": "sha512-HAYH7d3TLRHDOUQK4mZKf9k9Ph/m8Akstg66ywKR4SFAigjs3yBiUeZtFxywiTm5moZMAp/5W/ZuFnNXXYLuuQ==",
  308. "dev": true,
  309. "funding": [
  310. {
  311. "type": "github",
  312. "url": "https://github.com/sponsors/csstools"
  313. },
  314. {
  315. "type": "opencollective",
  316. "url": "https://opencollective.com/csstools"
  317. }
  318. ],
  319. "license": "MIT",
  320. "engines": {
  321. "node": ">=18"
  322. },
  323. "peerDependencies": {
  324. "@csstools/css-parser-algorithms": "^3.0.5",
  325. "@csstools/css-tokenizer": "^3.0.4"
  326. }
  327. },
  328. "node_modules/@csstools/selector-specificity": {
  329. "version": "5.0.0",
  330. "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
  331. "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
  332. "dev": true,
  333. "funding": [
  334. {
  335. "type": "github",
  336. "url": "https://github.com/sponsors/csstools"
  337. },
  338. {
  339. "type": "opencollective",
  340. "url": "https://opencollective.com/csstools"
  341. }
  342. ],
  343. "license": "MIT-0",
  344. "engines": {
  345. "node": ">=18"
  346. },
  347. "peerDependencies": {
  348. "postcss-selector-parser": "^7.0.0"
  349. }
  350. },
  351. "node_modules/@dual-bundle/import-meta-resolve": {
  352. "version": "4.2.1",
  353. "resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.2.1.tgz",
  354. "integrity": "sha512-id+7YRUgoUX6CgV0DtuhirQWodeeA7Lf4i2x71JS/vtA5pRb/hIGWlw+G6MeXvsM+MXrz0VAydTGElX1rAfgPg==",
  355. "dev": true,
  356. "license": "MIT",
  357. "funding": {
  358. "type": "github",
  359. "url": "https://github.com/sponsors/JounQin"
  360. }
  361. },
  362. "node_modules/@esbuild/linux-x64": {
  363. "version": "0.25.8",
  364. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.8.tgz",
  365. "integrity": "sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==",
  366. "cpu": [
  367. "x64"
  368. ],
  369. "license": "MIT",
  370. "optional": true,
  371. "os": [
  372. "linux"
  373. ],
  374. "engines": {
  375. "node": ">=18"
  376. }
  377. },
  378. "node_modules/@eslint-community/eslint-utils": {
  379. "version": "4.9.0",
  380. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
  381. "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
  382. "license": "MIT",
  383. "dependencies": {
  384. "eslint-visitor-keys": "^3.4.3"
  385. },
  386. "engines": {
  387. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  388. },
  389. "funding": {
  390. "url": "https://opencollective.com/eslint"
  391. },
  392. "peerDependencies": {
  393. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  394. }
  395. },
  396. "node_modules/@eslint-community/regexpp": {
  397. "version": "4.12.2",
  398. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  399. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  400. "license": "MIT",
  401. "engines": {
  402. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  403. }
  404. },
  405. "node_modules/@eslint/eslintrc": {
  406. "version": "2.1.4",
  407. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  408. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  409. "license": "MIT",
  410. "dependencies": {
  411. "ajv": "^6.12.4",
  412. "debug": "^4.3.2",
  413. "espree": "^9.6.0",
  414. "globals": "^13.19.0",
  415. "ignore": "^5.2.0",
  416. "import-fresh": "^3.2.1",
  417. "js-yaml": "^4.1.0",
  418. "minimatch": "^3.1.2",
  419. "strip-json-comments": "^3.1.1"
  420. },
  421. "engines": {
  422. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  423. },
  424. "funding": {
  425. "url": "https://opencollective.com/eslint"
  426. }
  427. },
  428. "node_modules/@eslint/js": {
  429. "version": "8.57.1",
  430. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
  431. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  432. "license": "MIT",
  433. "engines": {
  434. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  435. }
  436. },
  437. "node_modules/@hugeicons/core-free-icons": {
  438. "version": "2.0.0",
  439. "resolved": "https://registry.npmjs.org/@hugeicons/core-free-icons/-/core-free-icons-2.0.0.tgz",
  440. "integrity": "sha512-OSfv5k0iB0yG61dcfK7jcf00AIK8EXyQOgtcNJzSBFvm88n9VOelkxihZHJnNwDUFpO/jZI3vZSVp6i1dmRvJQ==",
  441. "license": "MIT"
  442. },
  443. "node_modules/@hugeicons/vue": {
  444. "version": "1.0.3",
  445. "resolved": "https://registry.npmjs.org/@hugeicons/vue/-/vue-1.0.3.tgz",
  446. "integrity": "sha512-DF9A277Ej4Eahu11Hkd3v6V0eZ1NHWZWs9OOByJaxGekgG8q7DAbkhltIo3bqsoxVprxaKSX3Mmn5a2dyzLsHA==",
  447. "peerDependencies": {
  448. "vue": "^2.6.0 || ^3.0.0"
  449. }
  450. },
  451. "node_modules/@humanwhocodes/config-array": {
  452. "version": "0.13.0",
  453. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  454. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  455. "deprecated": "Use @eslint/config-array instead",
  456. "license": "Apache-2.0",
  457. "dependencies": {
  458. "@humanwhocodes/object-schema": "^2.0.3",
  459. "debug": "^4.3.1",
  460. "minimatch": "^3.0.5"
  461. },
  462. "engines": {
  463. "node": ">=10.10.0"
  464. }
  465. },
  466. "node_modules/@humanwhocodes/module-importer": {
  467. "version": "1.0.1",
  468. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  469. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  470. "license": "Apache-2.0",
  471. "engines": {
  472. "node": ">=12.22"
  473. },
  474. "funding": {
  475. "type": "github",
  476. "url": "https://github.com/sponsors/nzakas"
  477. }
  478. },
  479. "node_modules/@humanwhocodes/object-schema": {
  480. "version": "2.0.3",
  481. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  482. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  483. "deprecated": "Use @eslint/object-schema instead",
  484. "license": "BSD-3-Clause"
  485. },
  486. "node_modules/@iconify/types": {
  487. "version": "2.0.0",
  488. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  489. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  490. "license": "MIT"
  491. },
  492. "node_modules/@intlify/core-base": {
  493. "version": "11.1.12",
  494. "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.1.12.tgz",
  495. "integrity": "sha512-whh0trqRsSqVLNEUCwU59pyJZYpU8AmSWl8M3Jz2Mv5ESPP6kFh4juas2NpZ1iCvy7GlNRffUD1xr84gceimjg==",
  496. "license": "MIT",
  497. "dependencies": {
  498. "@intlify/message-compiler": "11.1.12",
  499. "@intlify/shared": "11.1.12"
  500. },
  501. "engines": {
  502. "node": ">= 16"
  503. },
  504. "funding": {
  505. "url": "https://github.com/sponsors/kazupon"
  506. }
  507. },
  508. "node_modules/@intlify/message-compiler": {
  509. "version": "11.1.12",
  510. "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.1.12.tgz",
  511. "integrity": "sha512-Fv9iQSJoJaXl4ZGkOCN1LDM3trzze0AS2zRz2EHLiwenwL6t0Ki9KySYlyr27yVOj5aVz0e55JePO+kELIvfdQ==",
  512. "license": "MIT",
  513. "dependencies": {
  514. "@intlify/shared": "11.1.12",
  515. "source-map-js": "^1.0.2"
  516. },
  517. "engines": {
  518. "node": ">= 16"
  519. },
  520. "funding": {
  521. "url": "https://github.com/sponsors/kazupon"
  522. }
  523. },
  524. "node_modules/@intlify/shared": {
  525. "version": "11.1.12",
  526. "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.1.12.tgz",
  527. "integrity": "sha512-Om86EjuQtA69hdNj3GQec9ZC0L0vPSAnXzB3gP/gyJ7+mA7t06d9aOAiqMZ+xEOsumGP4eEBlfl8zF2LOTzf2A==",
  528. "license": "MIT",
  529. "engines": {
  530. "node": ">= 16"
  531. },
  532. "funding": {
  533. "url": "https://github.com/sponsors/kazupon"
  534. }
  535. },
  536. "node_modules/@jridgewell/gen-mapping": {
  537. "version": "0.3.13",
  538. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  539. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  540. "license": "MIT",
  541. "dependencies": {
  542. "@jridgewell/sourcemap-codec": "^1.5.0",
  543. "@jridgewell/trace-mapping": "^0.3.24"
  544. }
  545. },
  546. "node_modules/@jridgewell/remapping": {
  547. "version": "2.3.5",
  548. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  549. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  550. "license": "MIT",
  551. "dependencies": {
  552. "@jridgewell/gen-mapping": "^0.3.5",
  553. "@jridgewell/trace-mapping": "^0.3.24"
  554. }
  555. },
  556. "node_modules/@jridgewell/resolve-uri": {
  557. "version": "3.1.2",
  558. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  559. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  560. "license": "MIT",
  561. "engines": {
  562. "node": ">=6.0.0"
  563. }
  564. },
  565. "node_modules/@jridgewell/sourcemap-codec": {
  566. "version": "1.5.5",
  567. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  568. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  569. "license": "MIT"
  570. },
  571. "node_modules/@jridgewell/trace-mapping": {
  572. "version": "0.3.31",
  573. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  574. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  575. "license": "MIT",
  576. "dependencies": {
  577. "@jridgewell/resolve-uri": "^3.1.0",
  578. "@jridgewell/sourcemap-codec": "^1.4.14"
  579. }
  580. },
  581. "node_modules/@keyv/serialize": {
  582. "version": "1.1.1",
  583. "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.1.1.tgz",
  584. "integrity": "sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==",
  585. "dev": true,
  586. "license": "MIT"
  587. },
  588. "node_modules/@nodelib/fs.scandir": {
  589. "version": "2.1.5",
  590. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  591. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  592. "dependencies": {
  593. "@nodelib/fs.stat": "2.0.5",
  594. "run-parallel": "^1.1.9"
  595. },
  596. "engines": {
  597. "node": ">= 8"
  598. }
  599. },
  600. "node_modules/@nodelib/fs.stat": {
  601. "version": "2.0.5",
  602. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  603. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  604. "engines": {
  605. "node": ">= 8"
  606. }
  607. },
  608. "node_modules/@nodelib/fs.walk": {
  609. "version": "1.2.8",
  610. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  611. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  612. "dependencies": {
  613. "@nodelib/fs.scandir": "2.1.5",
  614. "fastq": "^1.6.0"
  615. },
  616. "engines": {
  617. "node": ">= 8"
  618. }
  619. },
  620. "node_modules/@rolldown/pluginutils": {
  621. "version": "1.0.0-beta.50",
  622. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.50.tgz",
  623. "integrity": "sha512-5e76wQiQVeL1ICOZVUg4LSOVYg9jyhGCin+icYozhsUzM+fHE7kddi1bdiE0jwVqTfkjba3jUFbEkoC9WkdvyA==",
  624. "license": "MIT"
  625. },
  626. "node_modules/@rollup/rollup-linux-x64-gnu": {
  627. "version": "4.45.1",
  628. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.45.1.tgz",
  629. "integrity": "sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==",
  630. "cpu": [
  631. "x64"
  632. ],
  633. "license": "MIT",
  634. "optional": true,
  635. "os": [
  636. "linux"
  637. ]
  638. },
  639. "node_modules/@rollup/rollup-linux-x64-musl": {
  640. "version": "4.45.1",
  641. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.45.1.tgz",
  642. "integrity": "sha512-a6WIAp89p3kpNoYStITT9RbTbTnqarU7D8N8F2CV+4Cl9fwCOZraLVuVFvlpsW0SbIiYtEnhCZBPLoNdRkjQFw==",
  643. "cpu": [
  644. "x64"
  645. ],
  646. "license": "MIT",
  647. "optional": true,
  648. "os": [
  649. "linux"
  650. ]
  651. },
  652. "node_modules/@rtsao/scc": {
  653. "version": "1.1.0",
  654. "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  655. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  656. "license": "MIT"
  657. },
  658. "node_modules/@types/estree": {
  659. "version": "1.0.8",
  660. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  661. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  662. "license": "MIT"
  663. },
  664. "node_modules/@types/json5": {
  665. "version": "0.0.29",
  666. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  667. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  668. "license": "MIT"
  669. },
  670. "node_modules/@ungap/structured-clone": {
  671. "version": "1.3.0",
  672. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  673. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  674. "license": "ISC"
  675. },
  676. "node_modules/@vitejs/plugin-vue": {
  677. "version": "6.0.2",
  678. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.2.tgz",
  679. "integrity": "sha512-iHmwV3QcVGGvSC1BG5bZ4z6iwa1SOpAPWmnjOErd4Ske+lZua5K9TtAVdx0gMBClJ28DViCbSmZitjWZsWO3LA==",
  680. "license": "MIT",
  681. "dependencies": {
  682. "@rolldown/pluginutils": "1.0.0-beta.50"
  683. },
  684. "engines": {
  685. "node": "^20.19.0 || >=22.12.0"
  686. },
  687. "peerDependencies": {
  688. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  689. "vue": "^3.2.25"
  690. }
  691. },
  692. "node_modules/@vue/compiler-core": {
  693. "version": "3.5.24",
  694. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.24.tgz",
  695. "integrity": "sha512-eDl5H57AOpNakGNAkFDH+y7kTqrQpJkZFXhWZQGyx/5Wh7B1uQYvcWkvZi11BDhscPgj8N7XV3oRwiPnx1Vrig==",
  696. "license": "MIT",
  697. "dependencies": {
  698. "@babel/parser": "^7.28.5",
  699. "@vue/shared": "3.5.24",
  700. "entities": "^4.5.0",
  701. "estree-walker": "^2.0.2",
  702. "source-map-js": "^1.2.1"
  703. }
  704. },
  705. "node_modules/@vue/compiler-dom": {
  706. "version": "3.5.24",
  707. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.24.tgz",
  708. "integrity": "sha512-1QHGAvs53gXkWdd3ZMGYuvQFXHW4ksKWPG8HP8/2BscrbZ0brw183q2oNWjMrSWImYLHxHrx1ItBQr50I/q2zw==",
  709. "license": "MIT",
  710. "dependencies": {
  711. "@vue/compiler-core": "3.5.24",
  712. "@vue/shared": "3.5.24"
  713. }
  714. },
  715. "node_modules/@vue/compiler-sfc": {
  716. "version": "3.5.24",
  717. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.24.tgz",
  718. "integrity": "sha512-8EG5YPRgmTB+YxYBM3VXy8zHD9SWHUJLIGPhDovo3Z8VOgvP+O7UP5vl0J4BBPWYD9vxtBabzW1EuEZ+Cqs14g==",
  719. "license": "MIT",
  720. "dependencies": {
  721. "@babel/parser": "^7.28.5",
  722. "@vue/compiler-core": "3.5.24",
  723. "@vue/compiler-dom": "3.5.24",
  724. "@vue/compiler-ssr": "3.5.24",
  725. "@vue/shared": "3.5.24",
  726. "estree-walker": "^2.0.2",
  727. "magic-string": "^0.30.21",
  728. "postcss": "^8.5.6",
  729. "source-map-js": "^1.2.1"
  730. }
  731. },
  732. "node_modules/@vue/compiler-ssr": {
  733. "version": "3.5.24",
  734. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.24.tgz",
  735. "integrity": "sha512-trOvMWNBMQ/odMRHW7Ae1CdfYx+7MuiQu62Jtu36gMLXcaoqKvAyh+P73sYG9ll+6jLB6QPovqoKGGZROzkFFg==",
  736. "license": "MIT",
  737. "dependencies": {
  738. "@vue/compiler-dom": "3.5.24",
  739. "@vue/shared": "3.5.24"
  740. }
  741. },
  742. "node_modules/@vue/devtools-api": {
  743. "version": "6.6.4",
  744. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  745. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  746. "license": "MIT"
  747. },
  748. "node_modules/@vue/reactivity": {
  749. "version": "3.5.24",
  750. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.24.tgz",
  751. "integrity": "sha512-BM8kBhtlkkbnyl4q+HiF5R5BL0ycDPfihowulm02q3WYp2vxgPcJuZO866qa/0u3idbMntKEtVNuAUp5bw4teg==",
  752. "license": "MIT",
  753. "dependencies": {
  754. "@vue/shared": "3.5.24"
  755. }
  756. },
  757. "node_modules/@vue/runtime-core": {
  758. "version": "3.5.24",
  759. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.24.tgz",
  760. "integrity": "sha512-RYP/byyKDgNIqfX/gNb2PB55dJmM97jc9wyF3jK7QUInYKypK2exmZMNwnjueWwGceEkP6NChd3D2ZVEp9undQ==",
  761. "license": "MIT",
  762. "dependencies": {
  763. "@vue/reactivity": "3.5.24",
  764. "@vue/shared": "3.5.24"
  765. }
  766. },
  767. "node_modules/@vue/runtime-dom": {
  768. "version": "3.5.24",
  769. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.24.tgz",
  770. "integrity": "sha512-Z8ANhr/i0XIluonHVjbUkjvn+CyrxbXRIxR7wn7+X7xlcb7dJsfITZbkVOeJZdP8VZwfrWRsWdShH6pngMxRjw==",
  771. "license": "MIT",
  772. "dependencies": {
  773. "@vue/reactivity": "3.5.24",
  774. "@vue/runtime-core": "3.5.24",
  775. "@vue/shared": "3.5.24",
  776. "csstype": "^3.1.3"
  777. }
  778. },
  779. "node_modules/@vue/server-renderer": {
  780. "version": "3.5.24",
  781. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.24.tgz",
  782. "integrity": "sha512-Yh2j2Y4G/0/4z/xJ1Bad4mxaAk++C2v4kaa8oSYTMJBJ00/ndPuxCnWeot0/7/qafQFLh5pr6xeV6SdMcE/G1w==",
  783. "license": "MIT",
  784. "dependencies": {
  785. "@vue/compiler-ssr": "3.5.24",
  786. "@vue/shared": "3.5.24"
  787. },
  788. "peerDependencies": {
  789. "vue": "3.5.24"
  790. }
  791. },
  792. "node_modules/@vue/shared": {
  793. "version": "3.5.24",
  794. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.24.tgz",
  795. "integrity": "sha512-9cwHL2EsJBdi8NY22pngYYWzkTDhld6fAD6jlaeloNGciNSJL6bLpbxVgXl96X00Jtc6YWQv96YA/0sxex/k1A==",
  796. "license": "MIT"
  797. },
  798. "node_modules/@xterm/addon-fit": {
  799. "version": "0.10.0",
  800. "resolved": "https://registry.npmjs.org/@xterm/addon-fit/-/addon-fit-0.10.0.tgz",
  801. "integrity": "sha512-UFYkDm4HUahf2lnEyHvio51TNGiLK66mqP2JoATy7hRZeXaGMRDr00JiSF7m63vR5WKATF605yEggJKsw0JpMQ==",
  802. "peerDependencies": {
  803. "@xterm/xterm": "^5.0.0"
  804. }
  805. },
  806. "node_modules/@xterm/xterm": {
  807. "version": "5.5.0",
  808. "resolved": "https://registry.npmjs.org/@xterm/xterm/-/xterm-5.5.0.tgz",
  809. "integrity": "sha512-hqJHYaQb5OptNunnyAnkHyM8aCjZ1MEIDTQu1iIbbTD/xops91NB5yq1ZK/dC2JDbVWtF23zUtl9JE2NqwT87A=="
  810. },
  811. "node_modules/acorn": {
  812. "version": "8.15.0",
  813. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
  814. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  815. "license": "MIT",
  816. "bin": {
  817. "acorn": "bin/acorn"
  818. },
  819. "engines": {
  820. "node": ">=0.4.0"
  821. }
  822. },
  823. "node_modules/acorn-jsx": {
  824. "version": "5.3.2",
  825. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  826. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  827. "license": "MIT",
  828. "peerDependencies": {
  829. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  830. }
  831. },
  832. "node_modules/ajv": {
  833. "version": "6.12.6",
  834. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  835. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  836. "license": "MIT",
  837. "dependencies": {
  838. "fast-deep-equal": "^3.1.1",
  839. "fast-json-stable-stringify": "^2.0.0",
  840. "json-schema-traverse": "^0.4.1",
  841. "uri-js": "^4.2.2"
  842. },
  843. "funding": {
  844. "type": "github",
  845. "url": "https://github.com/sponsors/epoberezkin"
  846. }
  847. },
  848. "node_modules/ansi-regex": {
  849. "version": "5.0.1",
  850. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  851. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  852. "engines": {
  853. "node": ">=8"
  854. }
  855. },
  856. "node_modules/ansi-styles": {
  857. "version": "4.3.0",
  858. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  859. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  860. "dependencies": {
  861. "color-convert": "^2.0.1"
  862. },
  863. "engines": {
  864. "node": ">=8"
  865. },
  866. "funding": {
  867. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  868. }
  869. },
  870. "node_modules/argparse": {
  871. "version": "2.0.1",
  872. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  873. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  874. "license": "Python-2.0"
  875. },
  876. "node_modules/array-buffer-byte-length": {
  877. "version": "1.0.2",
  878. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  879. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  880. "license": "MIT",
  881. "dependencies": {
  882. "call-bound": "^1.0.3",
  883. "is-array-buffer": "^3.0.5"
  884. },
  885. "engines": {
  886. "node": ">= 0.4"
  887. },
  888. "funding": {
  889. "url": "https://github.com/sponsors/ljharb"
  890. }
  891. },
  892. "node_modules/array-includes": {
  893. "version": "3.1.9",
  894. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
  895. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  896. "license": "MIT",
  897. "dependencies": {
  898. "call-bind": "^1.0.8",
  899. "call-bound": "^1.0.4",
  900. "define-properties": "^1.2.1",
  901. "es-abstract": "^1.24.0",
  902. "es-object-atoms": "^1.1.1",
  903. "get-intrinsic": "^1.3.0",
  904. "is-string": "^1.1.1",
  905. "math-intrinsics": "^1.1.0"
  906. },
  907. "engines": {
  908. "node": ">= 0.4"
  909. },
  910. "funding": {
  911. "url": "https://github.com/sponsors/ljharb"
  912. }
  913. },
  914. "node_modules/array-union": {
  915. "version": "2.1.0",
  916. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  917. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  918. "dev": true,
  919. "engines": {
  920. "node": ">=8"
  921. }
  922. },
  923. "node_modules/array.prototype.findlast": {
  924. "version": "1.2.5",
  925. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  926. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  927. "license": "MIT",
  928. "dependencies": {
  929. "call-bind": "^1.0.7",
  930. "define-properties": "^1.2.1",
  931. "es-abstract": "^1.23.2",
  932. "es-errors": "^1.3.0",
  933. "es-object-atoms": "^1.0.0",
  934. "es-shim-unscopables": "^1.0.2"
  935. },
  936. "engines": {
  937. "node": ">= 0.4"
  938. },
  939. "funding": {
  940. "url": "https://github.com/sponsors/ljharb"
  941. }
  942. },
  943. "node_modules/array.prototype.findlastindex": {
  944. "version": "1.2.6",
  945. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  946. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  947. "license": "MIT",
  948. "dependencies": {
  949. "call-bind": "^1.0.8",
  950. "call-bound": "^1.0.4",
  951. "define-properties": "^1.2.1",
  952. "es-abstract": "^1.23.9",
  953. "es-errors": "^1.3.0",
  954. "es-object-atoms": "^1.1.1",
  955. "es-shim-unscopables": "^1.1.0"
  956. },
  957. "engines": {
  958. "node": ">= 0.4"
  959. },
  960. "funding": {
  961. "url": "https://github.com/sponsors/ljharb"
  962. }
  963. },
  964. "node_modules/array.prototype.flat": {
  965. "version": "1.3.3",
  966. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  967. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  968. "license": "MIT",
  969. "dependencies": {
  970. "call-bind": "^1.0.8",
  971. "define-properties": "^1.2.1",
  972. "es-abstract": "^1.23.5",
  973. "es-shim-unscopables": "^1.0.2"
  974. },
  975. "engines": {
  976. "node": ">= 0.4"
  977. },
  978. "funding": {
  979. "url": "https://github.com/sponsors/ljharb"
  980. }
  981. },
  982. "node_modules/array.prototype.flatmap": {
  983. "version": "1.3.3",
  984. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  985. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  986. "license": "MIT",
  987. "dependencies": {
  988. "call-bind": "^1.0.8",
  989. "define-properties": "^1.2.1",
  990. "es-abstract": "^1.23.5",
  991. "es-shim-unscopables": "^1.0.2"
  992. },
  993. "engines": {
  994. "node": ">= 0.4"
  995. },
  996. "funding": {
  997. "url": "https://github.com/sponsors/ljharb"
  998. }
  999. },
  1000. "node_modules/array.prototype.tosorted": {
  1001. "version": "1.1.4",
  1002. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  1003. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  1004. "license": "MIT",
  1005. "dependencies": {
  1006. "call-bind": "^1.0.7",
  1007. "define-properties": "^1.2.1",
  1008. "es-abstract": "^1.23.3",
  1009. "es-errors": "^1.3.0",
  1010. "es-shim-unscopables": "^1.0.2"
  1011. },
  1012. "engines": {
  1013. "node": ">= 0.4"
  1014. }
  1015. },
  1016. "node_modules/arraybuffer.prototype.slice": {
  1017. "version": "1.0.4",
  1018. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  1019. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  1020. "license": "MIT",
  1021. "dependencies": {
  1022. "array-buffer-byte-length": "^1.0.1",
  1023. "call-bind": "^1.0.8",
  1024. "define-properties": "^1.2.1",
  1025. "es-abstract": "^1.23.5",
  1026. "es-errors": "^1.3.0",
  1027. "get-intrinsic": "^1.2.6",
  1028. "is-array-buffer": "^3.0.4"
  1029. },
  1030. "engines": {
  1031. "node": ">= 0.4"
  1032. },
  1033. "funding": {
  1034. "url": "https://github.com/sponsors/ljharb"
  1035. }
  1036. },
  1037. "node_modules/astral-regex": {
  1038. "version": "2.0.0",
  1039. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  1040. "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
  1041. "dev": true,
  1042. "engines": {
  1043. "node": ">=8"
  1044. }
  1045. },
  1046. "node_modules/async-function": {
  1047. "version": "1.0.0",
  1048. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  1049. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  1050. "license": "MIT",
  1051. "engines": {
  1052. "node": ">= 0.4"
  1053. }
  1054. },
  1055. "node_modules/available-typed-arrays": {
  1056. "version": "1.0.7",
  1057. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  1058. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  1059. "license": "MIT",
  1060. "dependencies": {
  1061. "possible-typed-array-names": "^1.0.0"
  1062. },
  1063. "engines": {
  1064. "node": ">= 0.4"
  1065. },
  1066. "funding": {
  1067. "url": "https://github.com/sponsors/ljharb"
  1068. }
  1069. },
  1070. "node_modules/balanced-match": {
  1071. "version": "1.0.2",
  1072. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  1073. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1074. "license": "MIT"
  1075. },
  1076. "node_modules/brace-expansion": {
  1077. "version": "1.1.12",
  1078. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
  1079. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  1080. "license": "MIT",
  1081. "dependencies": {
  1082. "balanced-match": "^1.0.0",
  1083. "concat-map": "0.0.1"
  1084. }
  1085. },
  1086. "node_modules/braces": {
  1087. "version": "3.0.3",
  1088. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  1089. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1090. "dev": true,
  1091. "dependencies": {
  1092. "fill-range": "^7.1.1"
  1093. },
  1094. "engines": {
  1095. "node": ">=8"
  1096. }
  1097. },
  1098. "node_modules/builtins": {
  1099. "version": "5.1.0",
  1100. "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz",
  1101. "integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==",
  1102. "license": "MIT",
  1103. "dependencies": {
  1104. "semver": "^7.0.0"
  1105. }
  1106. },
  1107. "node_modules/builtins/node_modules/semver": {
  1108. "version": "7.7.3",
  1109. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  1110. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  1111. "license": "ISC",
  1112. "bin": {
  1113. "semver": "bin/semver.js"
  1114. },
  1115. "engines": {
  1116. "node": ">=10"
  1117. }
  1118. },
  1119. "node_modules/cacheable": {
  1120. "version": "2.2.0",
  1121. "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.2.0.tgz",
  1122. "integrity": "sha512-LEJxRqfeomiiRd2t0uON6hxAtgOoWDfY3fugebbz+J3vDLO+SkdfFChQcOHTZhj9SYa9iwE9MGYNX72dKiOE4w==",
  1123. "dev": true,
  1124. "license": "MIT",
  1125. "dependencies": {
  1126. "@cacheable/memory": "^2.0.5",
  1127. "@cacheable/utils": "^2.3.0",
  1128. "hookified": "^1.13.0",
  1129. "keyv": "^5.5.4",
  1130. "qified": "^0.5.2"
  1131. }
  1132. },
  1133. "node_modules/cacheable/node_modules/keyv": {
  1134. "version": "5.5.4",
  1135. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
  1136. "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
  1137. "dev": true,
  1138. "license": "MIT",
  1139. "dependencies": {
  1140. "@keyv/serialize": "^1.1.1"
  1141. }
  1142. },
  1143. "node_modules/call-bind": {
  1144. "version": "1.0.8",
  1145. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
  1146. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  1147. "license": "MIT",
  1148. "dependencies": {
  1149. "call-bind-apply-helpers": "^1.0.0",
  1150. "es-define-property": "^1.0.0",
  1151. "get-intrinsic": "^1.2.4",
  1152. "set-function-length": "^1.2.2"
  1153. },
  1154. "engines": {
  1155. "node": ">= 0.4"
  1156. },
  1157. "funding": {
  1158. "url": "https://github.com/sponsors/ljharb"
  1159. }
  1160. },
  1161. "node_modules/call-bind-apply-helpers": {
  1162. "version": "1.0.2",
  1163. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  1164. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  1165. "license": "MIT",
  1166. "dependencies": {
  1167. "es-errors": "^1.3.0",
  1168. "function-bind": "^1.1.2"
  1169. },
  1170. "engines": {
  1171. "node": ">= 0.4"
  1172. }
  1173. },
  1174. "node_modules/call-bound": {
  1175. "version": "1.0.4",
  1176. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  1177. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  1178. "license": "MIT",
  1179. "dependencies": {
  1180. "call-bind-apply-helpers": "^1.0.2",
  1181. "get-intrinsic": "^1.3.0"
  1182. },
  1183. "engines": {
  1184. "node": ">= 0.4"
  1185. },
  1186. "funding": {
  1187. "url": "https://github.com/sponsors/ljharb"
  1188. }
  1189. },
  1190. "node_modules/callsites": {
  1191. "version": "3.1.0",
  1192. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  1193. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  1194. "engines": {
  1195. "node": ">=6"
  1196. }
  1197. },
  1198. "node_modules/chalk": {
  1199. "version": "4.1.2",
  1200. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  1201. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  1202. "license": "MIT",
  1203. "dependencies": {
  1204. "ansi-styles": "^4.1.0",
  1205. "supports-color": "^7.1.0"
  1206. },
  1207. "engines": {
  1208. "node": ">=10"
  1209. },
  1210. "funding": {
  1211. "url": "https://github.com/chalk/chalk?sponsor=1"
  1212. }
  1213. },
  1214. "node_modules/chokidar": {
  1215. "version": "4.0.3",
  1216. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  1217. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  1218. "license": "MIT",
  1219. "dependencies": {
  1220. "readdirp": "^4.0.1"
  1221. },
  1222. "engines": {
  1223. "node": ">= 14.16.0"
  1224. },
  1225. "funding": {
  1226. "url": "https://paulmillr.com/funding/"
  1227. }
  1228. },
  1229. "node_modules/color-convert": {
  1230. "version": "2.0.1",
  1231. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  1232. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1233. "dependencies": {
  1234. "color-name": "~1.1.4"
  1235. },
  1236. "engines": {
  1237. "node": ">=7.0.0"
  1238. }
  1239. },
  1240. "node_modules/color-name": {
  1241. "version": "1.1.4",
  1242. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1243. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  1244. },
  1245. "node_modules/colord": {
  1246. "version": "2.9.3",
  1247. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  1248. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  1249. "dev": true
  1250. },
  1251. "node_modules/concat-map": {
  1252. "version": "0.0.1",
  1253. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  1254. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  1255. "license": "MIT"
  1256. },
  1257. "node_modules/confbox": {
  1258. "version": "0.2.2",
  1259. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
  1260. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  1261. "license": "MIT"
  1262. },
  1263. "node_modules/cosmiconfig": {
  1264. "version": "9.0.0",
  1265. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
  1266. "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
  1267. "dev": true,
  1268. "license": "MIT",
  1269. "dependencies": {
  1270. "env-paths": "^2.2.1",
  1271. "import-fresh": "^3.3.0",
  1272. "js-yaml": "^4.1.0",
  1273. "parse-json": "^5.2.0"
  1274. },
  1275. "engines": {
  1276. "node": ">=14"
  1277. },
  1278. "funding": {
  1279. "url": "https://github.com/sponsors/d-fischer"
  1280. },
  1281. "peerDependencies": {
  1282. "typescript": ">=4.9.5"
  1283. },
  1284. "peerDependenciesMeta": {
  1285. "typescript": {
  1286. "optional": true
  1287. }
  1288. }
  1289. },
  1290. "node_modules/cross-spawn": {
  1291. "version": "7.0.6",
  1292. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  1293. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  1294. "license": "MIT",
  1295. "dependencies": {
  1296. "path-key": "^3.1.0",
  1297. "shebang-command": "^2.0.0",
  1298. "which": "^2.0.1"
  1299. },
  1300. "engines": {
  1301. "node": ">= 8"
  1302. }
  1303. },
  1304. "node_modules/css-functions-list": {
  1305. "version": "3.2.3",
  1306. "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.3.tgz",
  1307. "integrity": "sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==",
  1308. "dev": true,
  1309. "license": "MIT",
  1310. "engines": {
  1311. "node": ">=12 || >=16"
  1312. }
  1313. },
  1314. "node_modules/css-tree": {
  1315. "version": "3.1.0",
  1316. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
  1317. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  1318. "dev": true,
  1319. "license": "MIT",
  1320. "dependencies": {
  1321. "mdn-data": "2.12.2",
  1322. "source-map-js": "^1.0.1"
  1323. },
  1324. "engines": {
  1325. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  1326. }
  1327. },
  1328. "node_modules/cssesc": {
  1329. "version": "3.0.0",
  1330. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  1331. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  1332. "dev": true,
  1333. "license": "MIT",
  1334. "bin": {
  1335. "cssesc": "bin/cssesc"
  1336. },
  1337. "engines": {
  1338. "node": ">=4"
  1339. }
  1340. },
  1341. "node_modules/csstype": {
  1342. "version": "3.1.3",
  1343. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  1344. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  1345. "license": "MIT"
  1346. },
  1347. "node_modules/data-view-buffer": {
  1348. "version": "1.0.2",
  1349. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  1350. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  1351. "license": "MIT",
  1352. "dependencies": {
  1353. "call-bound": "^1.0.3",
  1354. "es-errors": "^1.3.0",
  1355. "is-data-view": "^1.0.2"
  1356. },
  1357. "engines": {
  1358. "node": ">= 0.4"
  1359. },
  1360. "funding": {
  1361. "url": "https://github.com/sponsors/ljharb"
  1362. }
  1363. },
  1364. "node_modules/data-view-byte-length": {
  1365. "version": "1.0.2",
  1366. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  1367. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  1368. "license": "MIT",
  1369. "dependencies": {
  1370. "call-bound": "^1.0.3",
  1371. "es-errors": "^1.3.0",
  1372. "is-data-view": "^1.0.2"
  1373. },
  1374. "engines": {
  1375. "node": ">= 0.4"
  1376. },
  1377. "funding": {
  1378. "url": "https://github.com/sponsors/inspect-js"
  1379. }
  1380. },
  1381. "node_modules/data-view-byte-offset": {
  1382. "version": "1.0.1",
  1383. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  1384. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  1385. "license": "MIT",
  1386. "dependencies": {
  1387. "call-bound": "^1.0.2",
  1388. "es-errors": "^1.3.0",
  1389. "is-data-view": "^1.0.1"
  1390. },
  1391. "engines": {
  1392. "node": ">= 0.4"
  1393. },
  1394. "funding": {
  1395. "url": "https://github.com/sponsors/ljharb"
  1396. }
  1397. },
  1398. "node_modules/debug": {
  1399. "version": "4.4.3",
  1400. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  1401. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  1402. "license": "MIT",
  1403. "dependencies": {
  1404. "ms": "^2.1.3"
  1405. },
  1406. "engines": {
  1407. "node": ">=6.0"
  1408. },
  1409. "peerDependenciesMeta": {
  1410. "supports-color": {
  1411. "optional": true
  1412. }
  1413. }
  1414. },
  1415. "node_modules/deep-is": {
  1416. "version": "0.1.4",
  1417. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  1418. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  1419. "license": "MIT"
  1420. },
  1421. "node_modules/define-data-property": {
  1422. "version": "1.1.4",
  1423. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  1424. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  1425. "license": "MIT",
  1426. "dependencies": {
  1427. "es-define-property": "^1.0.0",
  1428. "es-errors": "^1.3.0",
  1429. "gopd": "^1.0.1"
  1430. },
  1431. "engines": {
  1432. "node": ">= 0.4"
  1433. },
  1434. "funding": {
  1435. "url": "https://github.com/sponsors/ljharb"
  1436. }
  1437. },
  1438. "node_modules/define-properties": {
  1439. "version": "1.2.1",
  1440. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  1441. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  1442. "license": "MIT",
  1443. "dependencies": {
  1444. "define-data-property": "^1.0.1",
  1445. "has-property-descriptors": "^1.0.0",
  1446. "object-keys": "^1.1.1"
  1447. },
  1448. "engines": {
  1449. "node": ">= 0.4"
  1450. },
  1451. "funding": {
  1452. "url": "https://github.com/sponsors/ljharb"
  1453. }
  1454. },
  1455. "node_modules/detect-libc": {
  1456. "version": "1.0.3",
  1457. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  1458. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  1459. "optional": true,
  1460. "peer": true,
  1461. "bin": {
  1462. "detect-libc": "bin/detect-libc.js"
  1463. },
  1464. "engines": {
  1465. "node": ">=0.10"
  1466. }
  1467. },
  1468. "node_modules/dir-glob": {
  1469. "version": "3.0.1",
  1470. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  1471. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  1472. "dev": true,
  1473. "dependencies": {
  1474. "path-type": "^4.0.0"
  1475. },
  1476. "engines": {
  1477. "node": ">=8"
  1478. }
  1479. },
  1480. "node_modules/doctrine": {
  1481. "version": "3.0.0",
  1482. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  1483. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  1484. "license": "Apache-2.0",
  1485. "dependencies": {
  1486. "esutils": "^2.0.2"
  1487. },
  1488. "engines": {
  1489. "node": ">=6.0.0"
  1490. }
  1491. },
  1492. "node_modules/dunder-proto": {
  1493. "version": "1.0.1",
  1494. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  1495. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  1496. "license": "MIT",
  1497. "dependencies": {
  1498. "call-bind-apply-helpers": "^1.0.1",
  1499. "es-errors": "^1.3.0",
  1500. "gopd": "^1.2.0"
  1501. },
  1502. "engines": {
  1503. "node": ">= 0.4"
  1504. }
  1505. },
  1506. "node_modules/emoji-regex": {
  1507. "version": "8.0.0",
  1508. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  1509. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  1510. "dev": true
  1511. },
  1512. "node_modules/entities": {
  1513. "version": "4.5.0",
  1514. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  1515. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  1516. "license": "BSD-2-Clause",
  1517. "engines": {
  1518. "node": ">=0.12"
  1519. },
  1520. "funding": {
  1521. "url": "https://github.com/fb55/entities?sponsor=1"
  1522. }
  1523. },
  1524. "node_modules/env-paths": {
  1525. "version": "2.2.1",
  1526. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  1527. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  1528. "dev": true,
  1529. "license": "MIT",
  1530. "engines": {
  1531. "node": ">=6"
  1532. }
  1533. },
  1534. "node_modules/error-ex": {
  1535. "version": "1.3.2",
  1536. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  1537. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  1538. "license": "MIT",
  1539. "dependencies": {
  1540. "is-arrayish": "^0.2.1"
  1541. }
  1542. },
  1543. "node_modules/es-abstract": {
  1544. "version": "1.24.0",
  1545. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
  1546. "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
  1547. "license": "MIT",
  1548. "dependencies": {
  1549. "array-buffer-byte-length": "^1.0.2",
  1550. "arraybuffer.prototype.slice": "^1.0.4",
  1551. "available-typed-arrays": "^1.0.7",
  1552. "call-bind": "^1.0.8",
  1553. "call-bound": "^1.0.4",
  1554. "data-view-buffer": "^1.0.2",
  1555. "data-view-byte-length": "^1.0.2",
  1556. "data-view-byte-offset": "^1.0.1",
  1557. "es-define-property": "^1.0.1",
  1558. "es-errors": "^1.3.0",
  1559. "es-object-atoms": "^1.1.1",
  1560. "es-set-tostringtag": "^2.1.0",
  1561. "es-to-primitive": "^1.3.0",
  1562. "function.prototype.name": "^1.1.8",
  1563. "get-intrinsic": "^1.3.0",
  1564. "get-proto": "^1.0.1",
  1565. "get-symbol-description": "^1.1.0",
  1566. "globalthis": "^1.0.4",
  1567. "gopd": "^1.2.0",
  1568. "has-property-descriptors": "^1.0.2",
  1569. "has-proto": "^1.2.0",
  1570. "has-symbols": "^1.1.0",
  1571. "hasown": "^2.0.2",
  1572. "internal-slot": "^1.1.0",
  1573. "is-array-buffer": "^3.0.5",
  1574. "is-callable": "^1.2.7",
  1575. "is-data-view": "^1.0.2",
  1576. "is-negative-zero": "^2.0.3",
  1577. "is-regex": "^1.2.1",
  1578. "is-set": "^2.0.3",
  1579. "is-shared-array-buffer": "^1.0.4",
  1580. "is-string": "^1.1.1",
  1581. "is-typed-array": "^1.1.15",
  1582. "is-weakref": "^1.1.1",
  1583. "math-intrinsics": "^1.1.0",
  1584. "object-inspect": "^1.13.4",
  1585. "object-keys": "^1.1.1",
  1586. "object.assign": "^4.1.7",
  1587. "own-keys": "^1.0.1",
  1588. "regexp.prototype.flags": "^1.5.4",
  1589. "safe-array-concat": "^1.1.3",
  1590. "safe-push-apply": "^1.0.0",
  1591. "safe-regex-test": "^1.1.0",
  1592. "set-proto": "^1.0.0",
  1593. "stop-iteration-iterator": "^1.1.0",
  1594. "string.prototype.trim": "^1.2.10",
  1595. "string.prototype.trimend": "^1.0.9",
  1596. "string.prototype.trimstart": "^1.0.8",
  1597. "typed-array-buffer": "^1.0.3",
  1598. "typed-array-byte-length": "^1.0.3",
  1599. "typed-array-byte-offset": "^1.0.4",
  1600. "typed-array-length": "^1.0.7",
  1601. "unbox-primitive": "^1.1.0",
  1602. "which-typed-array": "^1.1.19"
  1603. },
  1604. "engines": {
  1605. "node": ">= 0.4"
  1606. },
  1607. "funding": {
  1608. "url": "https://github.com/sponsors/ljharb"
  1609. }
  1610. },
  1611. "node_modules/es-define-property": {
  1612. "version": "1.0.1",
  1613. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  1614. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  1615. "license": "MIT",
  1616. "engines": {
  1617. "node": ">= 0.4"
  1618. }
  1619. },
  1620. "node_modules/es-errors": {
  1621. "version": "1.3.0",
  1622. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  1623. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  1624. "license": "MIT",
  1625. "engines": {
  1626. "node": ">= 0.4"
  1627. }
  1628. },
  1629. "node_modules/es-iterator-helpers": {
  1630. "version": "1.2.1",
  1631. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
  1632. "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
  1633. "license": "MIT",
  1634. "dependencies": {
  1635. "call-bind": "^1.0.8",
  1636. "call-bound": "^1.0.3",
  1637. "define-properties": "^1.2.1",
  1638. "es-abstract": "^1.23.6",
  1639. "es-errors": "^1.3.0",
  1640. "es-set-tostringtag": "^2.0.3",
  1641. "function-bind": "^1.1.2",
  1642. "get-intrinsic": "^1.2.6",
  1643. "globalthis": "^1.0.4",
  1644. "gopd": "^1.2.0",
  1645. "has-property-descriptors": "^1.0.2",
  1646. "has-proto": "^1.2.0",
  1647. "has-symbols": "^1.1.0",
  1648. "internal-slot": "^1.1.0",
  1649. "iterator.prototype": "^1.1.4",
  1650. "safe-array-concat": "^1.1.3"
  1651. },
  1652. "engines": {
  1653. "node": ">= 0.4"
  1654. }
  1655. },
  1656. "node_modules/es-object-atoms": {
  1657. "version": "1.1.1",
  1658. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  1659. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  1660. "license": "MIT",
  1661. "dependencies": {
  1662. "es-errors": "^1.3.0"
  1663. },
  1664. "engines": {
  1665. "node": ">= 0.4"
  1666. }
  1667. },
  1668. "node_modules/es-set-tostringtag": {
  1669. "version": "2.1.0",
  1670. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  1671. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  1672. "license": "MIT",
  1673. "dependencies": {
  1674. "es-errors": "^1.3.0",
  1675. "get-intrinsic": "^1.2.6",
  1676. "has-tostringtag": "^1.0.2",
  1677. "hasown": "^2.0.2"
  1678. },
  1679. "engines": {
  1680. "node": ">= 0.4"
  1681. }
  1682. },
  1683. "node_modules/es-shim-unscopables": {
  1684. "version": "1.1.0",
  1685. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  1686. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  1687. "license": "MIT",
  1688. "dependencies": {
  1689. "hasown": "^2.0.2"
  1690. },
  1691. "engines": {
  1692. "node": ">= 0.4"
  1693. }
  1694. },
  1695. "node_modules/es-to-primitive": {
  1696. "version": "1.3.0",
  1697. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  1698. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  1699. "license": "MIT",
  1700. "dependencies": {
  1701. "is-callable": "^1.2.7",
  1702. "is-date-object": "^1.0.5",
  1703. "is-symbol": "^1.0.4"
  1704. },
  1705. "engines": {
  1706. "node": ">= 0.4"
  1707. },
  1708. "funding": {
  1709. "url": "https://github.com/sponsors/ljharb"
  1710. }
  1711. },
  1712. "node_modules/esbuild": {
  1713. "version": "0.25.8",
  1714. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.8.tgz",
  1715. "integrity": "sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==",
  1716. "hasInstallScript": true,
  1717. "license": "MIT",
  1718. "bin": {
  1719. "esbuild": "bin/esbuild"
  1720. },
  1721. "engines": {
  1722. "node": ">=18"
  1723. },
  1724. "optionalDependencies": {
  1725. "@esbuild/aix-ppc64": "0.25.8",
  1726. "@esbuild/android-arm": "0.25.8",
  1727. "@esbuild/android-arm64": "0.25.8",
  1728. "@esbuild/android-x64": "0.25.8",
  1729. "@esbuild/darwin-arm64": "0.25.8",
  1730. "@esbuild/darwin-x64": "0.25.8",
  1731. "@esbuild/freebsd-arm64": "0.25.8",
  1732. "@esbuild/freebsd-x64": "0.25.8",
  1733. "@esbuild/linux-arm": "0.25.8",
  1734. "@esbuild/linux-arm64": "0.25.8",
  1735. "@esbuild/linux-ia32": "0.25.8",
  1736. "@esbuild/linux-loong64": "0.25.8",
  1737. "@esbuild/linux-mips64el": "0.25.8",
  1738. "@esbuild/linux-ppc64": "0.25.8",
  1739. "@esbuild/linux-riscv64": "0.25.8",
  1740. "@esbuild/linux-s390x": "0.25.8",
  1741. "@esbuild/linux-x64": "0.25.8",
  1742. "@esbuild/netbsd-arm64": "0.25.8",
  1743. "@esbuild/netbsd-x64": "0.25.8",
  1744. "@esbuild/openbsd-arm64": "0.25.8",
  1745. "@esbuild/openbsd-x64": "0.25.8",
  1746. "@esbuild/openharmony-arm64": "0.25.8",
  1747. "@esbuild/sunos-x64": "0.25.8",
  1748. "@esbuild/win32-arm64": "0.25.8",
  1749. "@esbuild/win32-ia32": "0.25.8",
  1750. "@esbuild/win32-x64": "0.25.8"
  1751. }
  1752. },
  1753. "node_modules/escape-string-regexp": {
  1754. "version": "4.0.0",
  1755. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  1756. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  1757. "license": "MIT",
  1758. "engines": {
  1759. "node": ">=10"
  1760. },
  1761. "funding": {
  1762. "url": "https://github.com/sponsors/sindresorhus"
  1763. }
  1764. },
  1765. "node_modules/eslint": {
  1766. "version": "8.57.1",
  1767. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
  1768. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  1769. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  1770. "license": "MIT",
  1771. "dependencies": {
  1772. "@eslint-community/eslint-utils": "^4.2.0",
  1773. "@eslint-community/regexpp": "^4.6.1",
  1774. "@eslint/eslintrc": "^2.1.4",
  1775. "@eslint/js": "8.57.1",
  1776. "@humanwhocodes/config-array": "^0.13.0",
  1777. "@humanwhocodes/module-importer": "^1.0.1",
  1778. "@nodelib/fs.walk": "^1.2.8",
  1779. "@ungap/structured-clone": "^1.2.0",
  1780. "ajv": "^6.12.4",
  1781. "chalk": "^4.0.0",
  1782. "cross-spawn": "^7.0.2",
  1783. "debug": "^4.3.2",
  1784. "doctrine": "^3.0.0",
  1785. "escape-string-regexp": "^4.0.0",
  1786. "eslint-scope": "^7.2.2",
  1787. "eslint-visitor-keys": "^3.4.3",
  1788. "espree": "^9.6.1",
  1789. "esquery": "^1.4.2",
  1790. "esutils": "^2.0.2",
  1791. "fast-deep-equal": "^3.1.3",
  1792. "file-entry-cache": "^6.0.1",
  1793. "find-up": "^5.0.0",
  1794. "glob-parent": "^6.0.2",
  1795. "globals": "^13.19.0",
  1796. "graphemer": "^1.4.0",
  1797. "ignore": "^5.2.0",
  1798. "imurmurhash": "^0.1.4",
  1799. "is-glob": "^4.0.0",
  1800. "is-path-inside": "^3.0.3",
  1801. "js-yaml": "^4.1.0",
  1802. "json-stable-stringify-without-jsonify": "^1.0.1",
  1803. "levn": "^0.4.1",
  1804. "lodash.merge": "^4.6.2",
  1805. "minimatch": "^3.1.2",
  1806. "natural-compare": "^1.4.0",
  1807. "optionator": "^0.9.3",
  1808. "strip-ansi": "^6.0.1",
  1809. "text-table": "^0.2.0"
  1810. },
  1811. "bin": {
  1812. "eslint": "bin/eslint.js"
  1813. },
  1814. "engines": {
  1815. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1816. },
  1817. "funding": {
  1818. "url": "https://opencollective.com/eslint"
  1819. }
  1820. },
  1821. "node_modules/eslint-config-standard": {
  1822. "version": "17.1.0",
  1823. "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz",
  1824. "integrity": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==",
  1825. "funding": [
  1826. {
  1827. "type": "github",
  1828. "url": "https://github.com/sponsors/feross"
  1829. },
  1830. {
  1831. "type": "patreon",
  1832. "url": "https://www.patreon.com/feross"
  1833. },
  1834. {
  1835. "type": "consulting",
  1836. "url": "https://feross.org/support"
  1837. }
  1838. ],
  1839. "license": "MIT",
  1840. "engines": {
  1841. "node": ">=12.0.0"
  1842. },
  1843. "peerDependencies": {
  1844. "eslint": "^8.0.1",
  1845. "eslint-plugin-import": "^2.25.2",
  1846. "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
  1847. "eslint-plugin-promise": "^6.0.0"
  1848. }
  1849. },
  1850. "node_modules/eslint-config-standard-jsx": {
  1851. "version": "11.0.0",
  1852. "resolved": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz",
  1853. "integrity": "sha512-+1EV/R0JxEK1L0NGolAr8Iktm3Rgotx3BKwgaX+eAuSX8D952LULKtjgZD3F+e6SvibONnhLwoTi9DPxN5LvvQ==",
  1854. "funding": [
  1855. {
  1856. "type": "github",
  1857. "url": "https://github.com/sponsors/feross"
  1858. },
  1859. {
  1860. "type": "patreon",
  1861. "url": "https://www.patreon.com/feross"
  1862. },
  1863. {
  1864. "type": "consulting",
  1865. "url": "https://feross.org/support"
  1866. }
  1867. ],
  1868. "license": "MIT",
  1869. "peerDependencies": {
  1870. "eslint": "^8.8.0",
  1871. "eslint-plugin-react": "^7.28.0"
  1872. }
  1873. },
  1874. "node_modules/eslint-import-resolver-node": {
  1875. "version": "0.3.9",
  1876. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  1877. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  1878. "license": "MIT",
  1879. "dependencies": {
  1880. "debug": "^3.2.7",
  1881. "is-core-module": "^2.13.0",
  1882. "resolve": "^1.22.4"
  1883. }
  1884. },
  1885. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  1886. "version": "3.2.7",
  1887. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  1888. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  1889. "license": "MIT",
  1890. "dependencies": {
  1891. "ms": "^2.1.1"
  1892. }
  1893. },
  1894. "node_modules/eslint-module-utils": {
  1895. "version": "2.12.1",
  1896. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  1897. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  1898. "license": "MIT",
  1899. "dependencies": {
  1900. "debug": "^3.2.7"
  1901. },
  1902. "engines": {
  1903. "node": ">=4"
  1904. },
  1905. "peerDependenciesMeta": {
  1906. "eslint": {
  1907. "optional": true
  1908. }
  1909. }
  1910. },
  1911. "node_modules/eslint-module-utils/node_modules/debug": {
  1912. "version": "3.2.7",
  1913. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  1914. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  1915. "license": "MIT",
  1916. "dependencies": {
  1917. "ms": "^2.1.1"
  1918. }
  1919. },
  1920. "node_modules/eslint-plugin-es": {
  1921. "version": "4.1.0",
  1922. "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz",
  1923. "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==",
  1924. "license": "MIT",
  1925. "dependencies": {
  1926. "eslint-utils": "^2.0.0",
  1927. "regexpp": "^3.0.0"
  1928. },
  1929. "engines": {
  1930. "node": ">=8.10.0"
  1931. },
  1932. "funding": {
  1933. "url": "https://github.com/sponsors/mysticatea"
  1934. },
  1935. "peerDependencies": {
  1936. "eslint": ">=4.19.1"
  1937. }
  1938. },
  1939. "node_modules/eslint-plugin-es/node_modules/eslint-utils": {
  1940. "version": "2.1.0",
  1941. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
  1942. "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  1943. "license": "MIT",
  1944. "dependencies": {
  1945. "eslint-visitor-keys": "^1.1.0"
  1946. },
  1947. "engines": {
  1948. "node": ">=6"
  1949. },
  1950. "funding": {
  1951. "url": "https://github.com/sponsors/mysticatea"
  1952. }
  1953. },
  1954. "node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": {
  1955. "version": "1.3.0",
  1956. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
  1957. "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
  1958. "license": "Apache-2.0",
  1959. "engines": {
  1960. "node": ">=4"
  1961. }
  1962. },
  1963. "node_modules/eslint-plugin-import": {
  1964. "version": "2.32.0",
  1965. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  1966. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  1967. "license": "MIT",
  1968. "dependencies": {
  1969. "@rtsao/scc": "^1.1.0",
  1970. "array-includes": "^3.1.9",
  1971. "array.prototype.findlastindex": "^1.2.6",
  1972. "array.prototype.flat": "^1.3.3",
  1973. "array.prototype.flatmap": "^1.3.3",
  1974. "debug": "^3.2.7",
  1975. "doctrine": "^2.1.0",
  1976. "eslint-import-resolver-node": "^0.3.9",
  1977. "eslint-module-utils": "^2.12.1",
  1978. "hasown": "^2.0.2",
  1979. "is-core-module": "^2.16.1",
  1980. "is-glob": "^4.0.3",
  1981. "minimatch": "^3.1.2",
  1982. "object.fromentries": "^2.0.8",
  1983. "object.groupby": "^1.0.3",
  1984. "object.values": "^1.2.1",
  1985. "semver": "^6.3.1",
  1986. "string.prototype.trimend": "^1.0.9",
  1987. "tsconfig-paths": "^3.15.0"
  1988. },
  1989. "engines": {
  1990. "node": ">=4"
  1991. },
  1992. "peerDependencies": {
  1993. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  1994. }
  1995. },
  1996. "node_modules/eslint-plugin-import/node_modules/debug": {
  1997. "version": "3.2.7",
  1998. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  1999. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2000. "license": "MIT",
  2001. "dependencies": {
  2002. "ms": "^2.1.1"
  2003. }
  2004. },
  2005. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  2006. "version": "2.1.0",
  2007. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2008. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2009. "license": "Apache-2.0",
  2010. "dependencies": {
  2011. "esutils": "^2.0.2"
  2012. },
  2013. "engines": {
  2014. "node": ">=0.10.0"
  2015. }
  2016. },
  2017. "node_modules/eslint-plugin-n": {
  2018. "version": "15.7.0",
  2019. "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz",
  2020. "integrity": "sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==",
  2021. "license": "MIT",
  2022. "dependencies": {
  2023. "builtins": "^5.0.1",
  2024. "eslint-plugin-es": "^4.1.0",
  2025. "eslint-utils": "^3.0.0",
  2026. "ignore": "^5.1.1",
  2027. "is-core-module": "^2.11.0",
  2028. "minimatch": "^3.1.2",
  2029. "resolve": "^1.22.1",
  2030. "semver": "^7.3.8"
  2031. },
  2032. "engines": {
  2033. "node": ">=12.22.0"
  2034. },
  2035. "funding": {
  2036. "url": "https://github.com/sponsors/mysticatea"
  2037. },
  2038. "peerDependencies": {
  2039. "eslint": ">=7.0.0"
  2040. }
  2041. },
  2042. "node_modules/eslint-plugin-n/node_modules/semver": {
  2043. "version": "7.7.3",
  2044. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  2045. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2046. "license": "ISC",
  2047. "bin": {
  2048. "semver": "bin/semver.js"
  2049. },
  2050. "engines": {
  2051. "node": ">=10"
  2052. }
  2053. },
  2054. "node_modules/eslint-plugin-promise": {
  2055. "version": "6.6.0",
  2056. "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz",
  2057. "integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==",
  2058. "license": "ISC",
  2059. "engines": {
  2060. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2061. },
  2062. "funding": {
  2063. "url": "https://opencollective.com/eslint"
  2064. },
  2065. "peerDependencies": {
  2066. "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
  2067. }
  2068. },
  2069. "node_modules/eslint-plugin-react": {
  2070. "version": "7.37.5",
  2071. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  2072. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  2073. "license": "MIT",
  2074. "dependencies": {
  2075. "array-includes": "^3.1.8",
  2076. "array.prototype.findlast": "^1.2.5",
  2077. "array.prototype.flatmap": "^1.3.3",
  2078. "array.prototype.tosorted": "^1.1.4",
  2079. "doctrine": "^2.1.0",
  2080. "es-iterator-helpers": "^1.2.1",
  2081. "estraverse": "^5.3.0",
  2082. "hasown": "^2.0.2",
  2083. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  2084. "minimatch": "^3.1.2",
  2085. "object.entries": "^1.1.9",
  2086. "object.fromentries": "^2.0.8",
  2087. "object.values": "^1.2.1",
  2088. "prop-types": "^15.8.1",
  2089. "resolve": "^2.0.0-next.5",
  2090. "semver": "^6.3.1",
  2091. "string.prototype.matchall": "^4.0.12",
  2092. "string.prototype.repeat": "^1.0.0"
  2093. },
  2094. "engines": {
  2095. "node": ">=4"
  2096. },
  2097. "peerDependencies": {
  2098. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  2099. }
  2100. },
  2101. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  2102. "version": "2.1.0",
  2103. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2104. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2105. "license": "Apache-2.0",
  2106. "dependencies": {
  2107. "esutils": "^2.0.2"
  2108. },
  2109. "engines": {
  2110. "node": ">=0.10.0"
  2111. }
  2112. },
  2113. "node_modules/eslint-plugin-react/node_modules/resolve": {
  2114. "version": "2.0.0-next.5",
  2115. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
  2116. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  2117. "license": "MIT",
  2118. "dependencies": {
  2119. "is-core-module": "^2.13.0",
  2120. "path-parse": "^1.0.7",
  2121. "supports-preserve-symlinks-flag": "^1.0.0"
  2122. },
  2123. "bin": {
  2124. "resolve": "bin/resolve"
  2125. },
  2126. "funding": {
  2127. "url": "https://github.com/sponsors/ljharb"
  2128. }
  2129. },
  2130. "node_modules/eslint-scope": {
  2131. "version": "7.2.2",
  2132. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
  2133. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  2134. "license": "BSD-2-Clause",
  2135. "dependencies": {
  2136. "esrecurse": "^4.3.0",
  2137. "estraverse": "^5.2.0"
  2138. },
  2139. "engines": {
  2140. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2141. },
  2142. "funding": {
  2143. "url": "https://opencollective.com/eslint"
  2144. }
  2145. },
  2146. "node_modules/eslint-utils": {
  2147. "version": "3.0.0",
  2148. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  2149. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  2150. "license": "MIT",
  2151. "dependencies": {
  2152. "eslint-visitor-keys": "^2.0.0"
  2153. },
  2154. "engines": {
  2155. "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
  2156. },
  2157. "funding": {
  2158. "url": "https://github.com/sponsors/mysticatea"
  2159. },
  2160. "peerDependencies": {
  2161. "eslint": ">=5"
  2162. }
  2163. },
  2164. "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
  2165. "version": "2.1.0",
  2166. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  2167. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  2168. "license": "Apache-2.0",
  2169. "engines": {
  2170. "node": ">=10"
  2171. }
  2172. },
  2173. "node_modules/eslint-visitor-keys": {
  2174. "version": "3.4.3",
  2175. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  2176. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  2177. "license": "Apache-2.0",
  2178. "engines": {
  2179. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2180. },
  2181. "funding": {
  2182. "url": "https://opencollective.com/eslint"
  2183. }
  2184. },
  2185. "node_modules/eslint/node_modules/glob-parent": {
  2186. "version": "6.0.2",
  2187. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  2188. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  2189. "license": "ISC",
  2190. "dependencies": {
  2191. "is-glob": "^4.0.3"
  2192. },
  2193. "engines": {
  2194. "node": ">=10.13.0"
  2195. }
  2196. },
  2197. "node_modules/espree": {
  2198. "version": "9.6.1",
  2199. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
  2200. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  2201. "license": "BSD-2-Clause",
  2202. "dependencies": {
  2203. "acorn": "^8.9.0",
  2204. "acorn-jsx": "^5.3.2",
  2205. "eslint-visitor-keys": "^3.4.1"
  2206. },
  2207. "engines": {
  2208. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2209. },
  2210. "funding": {
  2211. "url": "https://opencollective.com/eslint"
  2212. }
  2213. },
  2214. "node_modules/esquery": {
  2215. "version": "1.6.0",
  2216. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  2217. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  2218. "license": "BSD-3-Clause",
  2219. "dependencies": {
  2220. "estraverse": "^5.1.0"
  2221. },
  2222. "engines": {
  2223. "node": ">=0.10"
  2224. }
  2225. },
  2226. "node_modules/esrecurse": {
  2227. "version": "4.3.0",
  2228. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  2229. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  2230. "license": "BSD-2-Clause",
  2231. "dependencies": {
  2232. "estraverse": "^5.2.0"
  2233. },
  2234. "engines": {
  2235. "node": ">=4.0"
  2236. }
  2237. },
  2238. "node_modules/estraverse": {
  2239. "version": "5.3.0",
  2240. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  2241. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  2242. "license": "BSD-2-Clause",
  2243. "engines": {
  2244. "node": ">=4.0"
  2245. }
  2246. },
  2247. "node_modules/estree-walker": {
  2248. "version": "2.0.2",
  2249. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2250. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2251. "license": "MIT"
  2252. },
  2253. "node_modules/esutils": {
  2254. "version": "2.0.3",
  2255. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  2256. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  2257. "license": "BSD-2-Clause",
  2258. "engines": {
  2259. "node": ">=0.10.0"
  2260. }
  2261. },
  2262. "node_modules/exsolve": {
  2263. "version": "1.0.7",
  2264. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.7.tgz",
  2265. "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
  2266. "license": "MIT"
  2267. },
  2268. "node_modules/fast-deep-equal": {
  2269. "version": "3.1.3",
  2270. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  2271. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  2272. },
  2273. "node_modules/fast-glob": {
  2274. "version": "3.3.3",
  2275. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  2276. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  2277. "dev": true,
  2278. "license": "MIT",
  2279. "dependencies": {
  2280. "@nodelib/fs.stat": "^2.0.2",
  2281. "@nodelib/fs.walk": "^1.2.3",
  2282. "glob-parent": "^5.1.2",
  2283. "merge2": "^1.3.0",
  2284. "micromatch": "^4.0.8"
  2285. },
  2286. "engines": {
  2287. "node": ">=8.6.0"
  2288. }
  2289. },
  2290. "node_modules/fast-json-stable-stringify": {
  2291. "version": "2.1.0",
  2292. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  2293. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  2294. "license": "MIT"
  2295. },
  2296. "node_modules/fast-levenshtein": {
  2297. "version": "2.0.6",
  2298. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  2299. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  2300. "license": "MIT"
  2301. },
  2302. "node_modules/fastest-levenshtein": {
  2303. "version": "1.0.16",
  2304. "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
  2305. "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
  2306. "dev": true,
  2307. "engines": {
  2308. "node": ">= 4.9.1"
  2309. }
  2310. },
  2311. "node_modules/fastq": {
  2312. "version": "1.17.1",
  2313. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  2314. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  2315. "dependencies": {
  2316. "reusify": "^1.0.4"
  2317. }
  2318. },
  2319. "node_modules/femtocrank": {
  2320. "version": "2.4.11",
  2321. "resolved": "https://registry.npmjs.org/femtocrank/-/femtocrank-2.4.11.tgz",
  2322. "integrity": "sha512-IDEcr8+w5/ux58F2N1heaxse7BvjJ0mJfJcCGx15QZCn8wi+hiQaIBud0ctlzRR3+SPmy7UCY5Ym+ZeyE4Bslg==",
  2323. "license": "AGPL-3.0"
  2324. },
  2325. "node_modules/file-entry-cache": {
  2326. "version": "6.0.1",
  2327. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  2328. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  2329. "license": "MIT",
  2330. "dependencies": {
  2331. "flat-cache": "^3.0.4"
  2332. },
  2333. "engines": {
  2334. "node": "^10.12.0 || >=12.0.0"
  2335. }
  2336. },
  2337. "node_modules/fill-range": {
  2338. "version": "7.1.1",
  2339. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  2340. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  2341. "dev": true,
  2342. "dependencies": {
  2343. "to-regex-range": "^5.0.1"
  2344. },
  2345. "engines": {
  2346. "node": ">=8"
  2347. }
  2348. },
  2349. "node_modules/find-up": {
  2350. "version": "5.0.0",
  2351. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  2352. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  2353. "license": "MIT",
  2354. "dependencies": {
  2355. "locate-path": "^6.0.0",
  2356. "path-exists": "^4.0.0"
  2357. },
  2358. "engines": {
  2359. "node": ">=10"
  2360. },
  2361. "funding": {
  2362. "url": "https://github.com/sponsors/sindresorhus"
  2363. }
  2364. },
  2365. "node_modules/flat-cache": {
  2366. "version": "3.2.0",
  2367. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
  2368. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  2369. "license": "MIT",
  2370. "dependencies": {
  2371. "flatted": "^3.2.9",
  2372. "keyv": "^4.5.3",
  2373. "rimraf": "^3.0.2"
  2374. },
  2375. "engines": {
  2376. "node": "^10.12.0 || >=12.0.0"
  2377. }
  2378. },
  2379. "node_modules/flatted": {
  2380. "version": "3.3.3",
  2381. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
  2382. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  2383. "license": "ISC"
  2384. },
  2385. "node_modules/for-each": {
  2386. "version": "0.3.5",
  2387. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  2388. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  2389. "license": "MIT",
  2390. "dependencies": {
  2391. "is-callable": "^1.2.7"
  2392. },
  2393. "engines": {
  2394. "node": ">= 0.4"
  2395. },
  2396. "funding": {
  2397. "url": "https://github.com/sponsors/ljharb"
  2398. }
  2399. },
  2400. "node_modules/fs.realpath": {
  2401. "version": "1.0.0",
  2402. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  2403. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  2404. "license": "ISC"
  2405. },
  2406. "node_modules/fsevents": {
  2407. "version": "2.3.3",
  2408. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  2409. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2410. "hasInstallScript": true,
  2411. "license": "MIT",
  2412. "optional": true,
  2413. "os": [
  2414. "darwin"
  2415. ],
  2416. "engines": {
  2417. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2418. }
  2419. },
  2420. "node_modules/function-bind": {
  2421. "version": "1.1.2",
  2422. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  2423. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  2424. "license": "MIT",
  2425. "funding": {
  2426. "url": "https://github.com/sponsors/ljharb"
  2427. }
  2428. },
  2429. "node_modules/function.prototype.name": {
  2430. "version": "1.1.8",
  2431. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  2432. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  2433. "license": "MIT",
  2434. "dependencies": {
  2435. "call-bind": "^1.0.8",
  2436. "call-bound": "^1.0.3",
  2437. "define-properties": "^1.2.1",
  2438. "functions-have-names": "^1.2.3",
  2439. "hasown": "^2.0.2",
  2440. "is-callable": "^1.2.7"
  2441. },
  2442. "engines": {
  2443. "node": ">= 0.4"
  2444. },
  2445. "funding": {
  2446. "url": "https://github.com/sponsors/ljharb"
  2447. }
  2448. },
  2449. "node_modules/functions-have-names": {
  2450. "version": "1.2.3",
  2451. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  2452. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  2453. "license": "MIT",
  2454. "funding": {
  2455. "url": "https://github.com/sponsors/ljharb"
  2456. }
  2457. },
  2458. "node_modules/generator-function": {
  2459. "version": "2.0.1",
  2460. "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
  2461. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  2462. "license": "MIT",
  2463. "engines": {
  2464. "node": ">= 0.4"
  2465. }
  2466. },
  2467. "node_modules/get-intrinsic": {
  2468. "version": "1.3.0",
  2469. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  2470. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  2471. "license": "MIT",
  2472. "dependencies": {
  2473. "call-bind-apply-helpers": "^1.0.2",
  2474. "es-define-property": "^1.0.1",
  2475. "es-errors": "^1.3.0",
  2476. "es-object-atoms": "^1.1.1",
  2477. "function-bind": "^1.1.2",
  2478. "get-proto": "^1.0.1",
  2479. "gopd": "^1.2.0",
  2480. "has-symbols": "^1.1.0",
  2481. "hasown": "^2.0.2",
  2482. "math-intrinsics": "^1.1.0"
  2483. },
  2484. "engines": {
  2485. "node": ">= 0.4"
  2486. },
  2487. "funding": {
  2488. "url": "https://github.com/sponsors/ljharb"
  2489. }
  2490. },
  2491. "node_modules/get-proto": {
  2492. "version": "1.0.1",
  2493. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  2494. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  2495. "license": "MIT",
  2496. "dependencies": {
  2497. "dunder-proto": "^1.0.1",
  2498. "es-object-atoms": "^1.0.0"
  2499. },
  2500. "engines": {
  2501. "node": ">= 0.4"
  2502. }
  2503. },
  2504. "node_modules/get-stdin": {
  2505. "version": "8.0.0",
  2506. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
  2507. "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
  2508. "license": "MIT",
  2509. "engines": {
  2510. "node": ">=10"
  2511. },
  2512. "funding": {
  2513. "url": "https://github.com/sponsors/sindresorhus"
  2514. }
  2515. },
  2516. "node_modules/get-symbol-description": {
  2517. "version": "1.1.0",
  2518. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  2519. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  2520. "license": "MIT",
  2521. "dependencies": {
  2522. "call-bound": "^1.0.3",
  2523. "es-errors": "^1.3.0",
  2524. "get-intrinsic": "^1.2.6"
  2525. },
  2526. "engines": {
  2527. "node": ">= 0.4"
  2528. },
  2529. "funding": {
  2530. "url": "https://github.com/sponsors/ljharb"
  2531. }
  2532. },
  2533. "node_modules/glob": {
  2534. "version": "7.2.3",
  2535. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  2536. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  2537. "deprecated": "Glob versions prior to v9 are no longer supported",
  2538. "license": "ISC",
  2539. "dependencies": {
  2540. "fs.realpath": "^1.0.0",
  2541. "inflight": "^1.0.4",
  2542. "inherits": "2",
  2543. "minimatch": "^3.1.1",
  2544. "once": "^1.3.0",
  2545. "path-is-absolute": "^1.0.0"
  2546. },
  2547. "engines": {
  2548. "node": "*"
  2549. },
  2550. "funding": {
  2551. "url": "https://github.com/sponsors/isaacs"
  2552. }
  2553. },
  2554. "node_modules/glob-parent": {
  2555. "version": "5.1.2",
  2556. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  2557. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2558. "dev": true,
  2559. "dependencies": {
  2560. "is-glob": "^4.0.1"
  2561. },
  2562. "engines": {
  2563. "node": ">= 6"
  2564. }
  2565. },
  2566. "node_modules/global-modules": {
  2567. "version": "2.0.0",
  2568. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  2569. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  2570. "dev": true,
  2571. "dependencies": {
  2572. "global-prefix": "^3.0.0"
  2573. },
  2574. "engines": {
  2575. "node": ">=6"
  2576. }
  2577. },
  2578. "node_modules/global-prefix": {
  2579. "version": "3.0.0",
  2580. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  2581. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  2582. "dev": true,
  2583. "dependencies": {
  2584. "ini": "^1.3.5",
  2585. "kind-of": "^6.0.2",
  2586. "which": "^1.3.1"
  2587. },
  2588. "engines": {
  2589. "node": ">=6"
  2590. }
  2591. },
  2592. "node_modules/global-prefix/node_modules/which": {
  2593. "version": "1.3.1",
  2594. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  2595. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  2596. "dev": true,
  2597. "dependencies": {
  2598. "isexe": "^2.0.0"
  2599. },
  2600. "bin": {
  2601. "which": "bin/which"
  2602. }
  2603. },
  2604. "node_modules/globals": {
  2605. "version": "13.24.0",
  2606. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  2607. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  2608. "license": "MIT",
  2609. "dependencies": {
  2610. "type-fest": "^0.20.2"
  2611. },
  2612. "engines": {
  2613. "node": ">=8"
  2614. },
  2615. "funding": {
  2616. "url": "https://github.com/sponsors/sindresorhus"
  2617. }
  2618. },
  2619. "node_modules/globalthis": {
  2620. "version": "1.0.4",
  2621. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  2622. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  2623. "license": "MIT",
  2624. "dependencies": {
  2625. "define-properties": "^1.2.1",
  2626. "gopd": "^1.0.1"
  2627. },
  2628. "engines": {
  2629. "node": ">= 0.4"
  2630. },
  2631. "funding": {
  2632. "url": "https://github.com/sponsors/ljharb"
  2633. }
  2634. },
  2635. "node_modules/globby": {
  2636. "version": "11.1.0",
  2637. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  2638. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  2639. "dev": true,
  2640. "dependencies": {
  2641. "array-union": "^2.1.0",
  2642. "dir-glob": "^3.0.1",
  2643. "fast-glob": "^3.2.9",
  2644. "ignore": "^5.2.0",
  2645. "merge2": "^1.4.1",
  2646. "slash": "^3.0.0"
  2647. },
  2648. "engines": {
  2649. "node": ">=10"
  2650. },
  2651. "funding": {
  2652. "url": "https://github.com/sponsors/sindresorhus"
  2653. }
  2654. },
  2655. "node_modules/globjoin": {
  2656. "version": "0.1.4",
  2657. "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
  2658. "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==",
  2659. "dev": true
  2660. },
  2661. "node_modules/gopd": {
  2662. "version": "1.2.0",
  2663. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  2664. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  2665. "license": "MIT",
  2666. "engines": {
  2667. "node": ">= 0.4"
  2668. },
  2669. "funding": {
  2670. "url": "https://github.com/sponsors/ljharb"
  2671. }
  2672. },
  2673. "node_modules/graceful-fs": {
  2674. "version": "4.2.11",
  2675. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  2676. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  2677. "license": "ISC"
  2678. },
  2679. "node_modules/graphemer": {
  2680. "version": "1.4.0",
  2681. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  2682. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  2683. "license": "MIT"
  2684. },
  2685. "node_modules/has-bigints": {
  2686. "version": "1.1.0",
  2687. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  2688. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  2689. "license": "MIT",
  2690. "engines": {
  2691. "node": ">= 0.4"
  2692. },
  2693. "funding": {
  2694. "url": "https://github.com/sponsors/ljharb"
  2695. }
  2696. },
  2697. "node_modules/has-flag": {
  2698. "version": "4.0.0",
  2699. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2700. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2701. "engines": {
  2702. "node": ">=8"
  2703. }
  2704. },
  2705. "node_modules/has-property-descriptors": {
  2706. "version": "1.0.2",
  2707. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  2708. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  2709. "license": "MIT",
  2710. "dependencies": {
  2711. "es-define-property": "^1.0.0"
  2712. },
  2713. "funding": {
  2714. "url": "https://github.com/sponsors/ljharb"
  2715. }
  2716. },
  2717. "node_modules/has-proto": {
  2718. "version": "1.2.0",
  2719. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  2720. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  2721. "license": "MIT",
  2722. "dependencies": {
  2723. "dunder-proto": "^1.0.0"
  2724. },
  2725. "engines": {
  2726. "node": ">= 0.4"
  2727. },
  2728. "funding": {
  2729. "url": "https://github.com/sponsors/ljharb"
  2730. }
  2731. },
  2732. "node_modules/has-symbols": {
  2733. "version": "1.1.0",
  2734. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  2735. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  2736. "license": "MIT",
  2737. "engines": {
  2738. "node": ">= 0.4"
  2739. },
  2740. "funding": {
  2741. "url": "https://github.com/sponsors/ljharb"
  2742. }
  2743. },
  2744. "node_modules/has-tostringtag": {
  2745. "version": "1.0.2",
  2746. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  2747. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  2748. "license": "MIT",
  2749. "dependencies": {
  2750. "has-symbols": "^1.0.3"
  2751. },
  2752. "engines": {
  2753. "node": ">= 0.4"
  2754. },
  2755. "funding": {
  2756. "url": "https://github.com/sponsors/ljharb"
  2757. }
  2758. },
  2759. "node_modules/hashery": {
  2760. "version": "1.2.0",
  2761. "resolved": "https://registry.npmjs.org/hashery/-/hashery-1.2.0.tgz",
  2762. "integrity": "sha512-43XJKpwle72Ik5Zpam7MuzRWyNdwwdf6XHlh8wCj2PggvWf+v/Dm5B0dxGZOmddidgeO6Ofu9As/o231Ti/9PA==",
  2763. "dev": true,
  2764. "license": "MIT",
  2765. "dependencies": {
  2766. "hookified": "^1.13.0"
  2767. },
  2768. "engines": {
  2769. "node": ">=20"
  2770. }
  2771. },
  2772. "node_modules/hasown": {
  2773. "version": "2.0.2",
  2774. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  2775. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  2776. "license": "MIT",
  2777. "dependencies": {
  2778. "function-bind": "^1.1.2"
  2779. },
  2780. "engines": {
  2781. "node": ">= 0.4"
  2782. }
  2783. },
  2784. "node_modules/hookified": {
  2785. "version": "1.13.0",
  2786. "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.13.0.tgz",
  2787. "integrity": "sha512-6sPYUY8olshgM/1LDNW4QZQN0IqgKhtl/1C8koNZBJrKLBk3AZl6chQtNwpNztvfiApHMEwMHek5rv993PRbWw==",
  2788. "dev": true,
  2789. "license": "MIT"
  2790. },
  2791. "node_modules/html-tags": {
  2792. "version": "3.3.1",
  2793. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
  2794. "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
  2795. "dev": true,
  2796. "engines": {
  2797. "node": ">=8"
  2798. },
  2799. "funding": {
  2800. "url": "https://github.com/sponsors/sindresorhus"
  2801. }
  2802. },
  2803. "node_modules/iconify-icon": {
  2804. "version": "3.0.2",
  2805. "resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-3.0.2.tgz",
  2806. "integrity": "sha512-DYPAumiUeUeT/GHT8x2wrAVKn1FqZJqFH0Y5pBefapWRreV1BBvqBVMb0020YQ2njmbR59r/IathL2d2OrDrxA==",
  2807. "license": "MIT",
  2808. "dependencies": {
  2809. "@iconify/types": "^2.0.0"
  2810. },
  2811. "funding": {
  2812. "url": "https://github.com/sponsors/cyberalien"
  2813. }
  2814. },
  2815. "node_modules/ignore": {
  2816. "version": "5.3.2",
  2817. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  2818. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  2819. "license": "MIT",
  2820. "engines": {
  2821. "node": ">= 4"
  2822. }
  2823. },
  2824. "node_modules/import-fresh": {
  2825. "version": "3.3.0",
  2826. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  2827. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  2828. "dependencies": {
  2829. "parent-module": "^1.0.0",
  2830. "resolve-from": "^4.0.0"
  2831. },
  2832. "engines": {
  2833. "node": ">=6"
  2834. },
  2835. "funding": {
  2836. "url": "https://github.com/sponsors/sindresorhus"
  2837. }
  2838. },
  2839. "node_modules/imurmurhash": {
  2840. "version": "0.1.4",
  2841. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  2842. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  2843. "engines": {
  2844. "node": ">=0.8.19"
  2845. }
  2846. },
  2847. "node_modules/inflight": {
  2848. "version": "1.0.6",
  2849. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  2850. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  2851. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  2852. "license": "ISC",
  2853. "dependencies": {
  2854. "once": "^1.3.0",
  2855. "wrappy": "1"
  2856. }
  2857. },
  2858. "node_modules/inherits": {
  2859. "version": "2.0.4",
  2860. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  2861. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  2862. "license": "ISC"
  2863. },
  2864. "node_modules/ini": {
  2865. "version": "1.3.8",
  2866. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  2867. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  2868. "dev": true
  2869. },
  2870. "node_modules/internal-slot": {
  2871. "version": "1.1.0",
  2872. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  2873. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  2874. "license": "MIT",
  2875. "dependencies": {
  2876. "es-errors": "^1.3.0",
  2877. "hasown": "^2.0.2",
  2878. "side-channel": "^1.1.0"
  2879. },
  2880. "engines": {
  2881. "node": ">= 0.4"
  2882. }
  2883. },
  2884. "node_modules/is-array-buffer": {
  2885. "version": "3.0.5",
  2886. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  2887. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  2888. "license": "MIT",
  2889. "dependencies": {
  2890. "call-bind": "^1.0.8",
  2891. "call-bound": "^1.0.3",
  2892. "get-intrinsic": "^1.2.6"
  2893. },
  2894. "engines": {
  2895. "node": ">= 0.4"
  2896. },
  2897. "funding": {
  2898. "url": "https://github.com/sponsors/ljharb"
  2899. }
  2900. },
  2901. "node_modules/is-arrayish": {
  2902. "version": "0.2.1",
  2903. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  2904. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  2905. "license": "MIT"
  2906. },
  2907. "node_modules/is-async-function": {
  2908. "version": "2.1.1",
  2909. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  2910. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  2911. "license": "MIT",
  2912. "dependencies": {
  2913. "async-function": "^1.0.0",
  2914. "call-bound": "^1.0.3",
  2915. "get-proto": "^1.0.1",
  2916. "has-tostringtag": "^1.0.2",
  2917. "safe-regex-test": "^1.1.0"
  2918. },
  2919. "engines": {
  2920. "node": ">= 0.4"
  2921. },
  2922. "funding": {
  2923. "url": "https://github.com/sponsors/ljharb"
  2924. }
  2925. },
  2926. "node_modules/is-bigint": {
  2927. "version": "1.1.0",
  2928. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  2929. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  2930. "license": "MIT",
  2931. "dependencies": {
  2932. "has-bigints": "^1.0.2"
  2933. },
  2934. "engines": {
  2935. "node": ">= 0.4"
  2936. },
  2937. "funding": {
  2938. "url": "https://github.com/sponsors/ljharb"
  2939. }
  2940. },
  2941. "node_modules/is-boolean-object": {
  2942. "version": "1.2.2",
  2943. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  2944. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  2945. "license": "MIT",
  2946. "dependencies": {
  2947. "call-bound": "^1.0.3",
  2948. "has-tostringtag": "^1.0.2"
  2949. },
  2950. "engines": {
  2951. "node": ">= 0.4"
  2952. },
  2953. "funding": {
  2954. "url": "https://github.com/sponsors/ljharb"
  2955. }
  2956. },
  2957. "node_modules/is-callable": {
  2958. "version": "1.2.7",
  2959. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  2960. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  2961. "license": "MIT",
  2962. "engines": {
  2963. "node": ">= 0.4"
  2964. },
  2965. "funding": {
  2966. "url": "https://github.com/sponsors/ljharb"
  2967. }
  2968. },
  2969. "node_modules/is-core-module": {
  2970. "version": "2.16.1",
  2971. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  2972. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  2973. "license": "MIT",
  2974. "dependencies": {
  2975. "hasown": "^2.0.2"
  2976. },
  2977. "engines": {
  2978. "node": ">= 0.4"
  2979. },
  2980. "funding": {
  2981. "url": "https://github.com/sponsors/ljharb"
  2982. }
  2983. },
  2984. "node_modules/is-data-view": {
  2985. "version": "1.0.2",
  2986. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  2987. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  2988. "license": "MIT",
  2989. "dependencies": {
  2990. "call-bound": "^1.0.2",
  2991. "get-intrinsic": "^1.2.6",
  2992. "is-typed-array": "^1.1.13"
  2993. },
  2994. "engines": {
  2995. "node": ">= 0.4"
  2996. },
  2997. "funding": {
  2998. "url": "https://github.com/sponsors/ljharb"
  2999. }
  3000. },
  3001. "node_modules/is-date-object": {
  3002. "version": "1.1.0",
  3003. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  3004. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  3005. "license": "MIT",
  3006. "dependencies": {
  3007. "call-bound": "^1.0.2",
  3008. "has-tostringtag": "^1.0.2"
  3009. },
  3010. "engines": {
  3011. "node": ">= 0.4"
  3012. },
  3013. "funding": {
  3014. "url": "https://github.com/sponsors/ljharb"
  3015. }
  3016. },
  3017. "node_modules/is-extglob": {
  3018. "version": "2.1.1",
  3019. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  3020. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3021. "engines": {
  3022. "node": ">=0.10.0"
  3023. }
  3024. },
  3025. "node_modules/is-finalizationregistry": {
  3026. "version": "1.1.1",
  3027. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  3028. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  3029. "license": "MIT",
  3030. "dependencies": {
  3031. "call-bound": "^1.0.3"
  3032. },
  3033. "engines": {
  3034. "node": ">= 0.4"
  3035. },
  3036. "funding": {
  3037. "url": "https://github.com/sponsors/ljharb"
  3038. }
  3039. },
  3040. "node_modules/is-fullwidth-code-point": {
  3041. "version": "3.0.0",
  3042. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  3043. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  3044. "dev": true,
  3045. "engines": {
  3046. "node": ">=8"
  3047. }
  3048. },
  3049. "node_modules/is-generator-function": {
  3050. "version": "1.1.2",
  3051. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
  3052. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  3053. "license": "MIT",
  3054. "dependencies": {
  3055. "call-bound": "^1.0.4",
  3056. "generator-function": "^2.0.0",
  3057. "get-proto": "^1.0.1",
  3058. "has-tostringtag": "^1.0.2",
  3059. "safe-regex-test": "^1.1.0"
  3060. },
  3061. "engines": {
  3062. "node": ">= 0.4"
  3063. },
  3064. "funding": {
  3065. "url": "https://github.com/sponsors/ljharb"
  3066. }
  3067. },
  3068. "node_modules/is-glob": {
  3069. "version": "4.0.3",
  3070. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  3071. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  3072. "dependencies": {
  3073. "is-extglob": "^2.1.1"
  3074. },
  3075. "engines": {
  3076. "node": ">=0.10.0"
  3077. }
  3078. },
  3079. "node_modules/is-map": {
  3080. "version": "2.0.3",
  3081. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  3082. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  3083. "license": "MIT",
  3084. "engines": {
  3085. "node": ">= 0.4"
  3086. },
  3087. "funding": {
  3088. "url": "https://github.com/sponsors/ljharb"
  3089. }
  3090. },
  3091. "node_modules/is-negative-zero": {
  3092. "version": "2.0.3",
  3093. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  3094. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  3095. "license": "MIT",
  3096. "engines": {
  3097. "node": ">= 0.4"
  3098. },
  3099. "funding": {
  3100. "url": "https://github.com/sponsors/ljharb"
  3101. }
  3102. },
  3103. "node_modules/is-number": {
  3104. "version": "7.0.0",
  3105. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  3106. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  3107. "dev": true,
  3108. "engines": {
  3109. "node": ">=0.12.0"
  3110. }
  3111. },
  3112. "node_modules/is-number-object": {
  3113. "version": "1.1.1",
  3114. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  3115. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  3116. "license": "MIT",
  3117. "dependencies": {
  3118. "call-bound": "^1.0.3",
  3119. "has-tostringtag": "^1.0.2"
  3120. },
  3121. "engines": {
  3122. "node": ">= 0.4"
  3123. },
  3124. "funding": {
  3125. "url": "https://github.com/sponsors/ljharb"
  3126. }
  3127. },
  3128. "node_modules/is-path-inside": {
  3129. "version": "3.0.3",
  3130. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  3131. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  3132. "license": "MIT",
  3133. "engines": {
  3134. "node": ">=8"
  3135. }
  3136. },
  3137. "node_modules/is-plain-object": {
  3138. "version": "5.0.0",
  3139. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
  3140. "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
  3141. "dev": true,
  3142. "engines": {
  3143. "node": ">=0.10.0"
  3144. }
  3145. },
  3146. "node_modules/is-regex": {
  3147. "version": "1.2.1",
  3148. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  3149. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  3150. "license": "MIT",
  3151. "dependencies": {
  3152. "call-bound": "^1.0.2",
  3153. "gopd": "^1.2.0",
  3154. "has-tostringtag": "^1.0.2",
  3155. "hasown": "^2.0.2"
  3156. },
  3157. "engines": {
  3158. "node": ">= 0.4"
  3159. },
  3160. "funding": {
  3161. "url": "https://github.com/sponsors/ljharb"
  3162. }
  3163. },
  3164. "node_modules/is-set": {
  3165. "version": "2.0.3",
  3166. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  3167. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  3168. "license": "MIT",
  3169. "engines": {
  3170. "node": ">= 0.4"
  3171. },
  3172. "funding": {
  3173. "url": "https://github.com/sponsors/ljharb"
  3174. }
  3175. },
  3176. "node_modules/is-shared-array-buffer": {
  3177. "version": "1.0.4",
  3178. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  3179. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  3180. "license": "MIT",
  3181. "dependencies": {
  3182. "call-bound": "^1.0.3"
  3183. },
  3184. "engines": {
  3185. "node": ">= 0.4"
  3186. },
  3187. "funding": {
  3188. "url": "https://github.com/sponsors/ljharb"
  3189. }
  3190. },
  3191. "node_modules/is-string": {
  3192. "version": "1.1.1",
  3193. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  3194. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  3195. "license": "MIT",
  3196. "dependencies": {
  3197. "call-bound": "^1.0.3",
  3198. "has-tostringtag": "^1.0.2"
  3199. },
  3200. "engines": {
  3201. "node": ">= 0.4"
  3202. },
  3203. "funding": {
  3204. "url": "https://github.com/sponsors/ljharb"
  3205. }
  3206. },
  3207. "node_modules/is-symbol": {
  3208. "version": "1.1.1",
  3209. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  3210. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  3211. "license": "MIT",
  3212. "dependencies": {
  3213. "call-bound": "^1.0.2",
  3214. "has-symbols": "^1.1.0",
  3215. "safe-regex-test": "^1.1.0"
  3216. },
  3217. "engines": {
  3218. "node": ">= 0.4"
  3219. },
  3220. "funding": {
  3221. "url": "https://github.com/sponsors/ljharb"
  3222. }
  3223. },
  3224. "node_modules/is-typed-array": {
  3225. "version": "1.1.15",
  3226. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  3227. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  3228. "license": "MIT",
  3229. "dependencies": {
  3230. "which-typed-array": "^1.1.16"
  3231. },
  3232. "engines": {
  3233. "node": ">= 0.4"
  3234. },
  3235. "funding": {
  3236. "url": "https://github.com/sponsors/ljharb"
  3237. }
  3238. },
  3239. "node_modules/is-weakmap": {
  3240. "version": "2.0.2",
  3241. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  3242. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  3243. "license": "MIT",
  3244. "engines": {
  3245. "node": ">= 0.4"
  3246. },
  3247. "funding": {
  3248. "url": "https://github.com/sponsors/ljharb"
  3249. }
  3250. },
  3251. "node_modules/is-weakref": {
  3252. "version": "1.1.1",
  3253. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  3254. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  3255. "license": "MIT",
  3256. "dependencies": {
  3257. "call-bound": "^1.0.3"
  3258. },
  3259. "engines": {
  3260. "node": ">= 0.4"
  3261. },
  3262. "funding": {
  3263. "url": "https://github.com/sponsors/ljharb"
  3264. }
  3265. },
  3266. "node_modules/is-weakset": {
  3267. "version": "2.0.4",
  3268. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  3269. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  3270. "license": "MIT",
  3271. "dependencies": {
  3272. "call-bound": "^1.0.3",
  3273. "get-intrinsic": "^1.2.6"
  3274. },
  3275. "engines": {
  3276. "node": ">= 0.4"
  3277. },
  3278. "funding": {
  3279. "url": "https://github.com/sponsors/ljharb"
  3280. }
  3281. },
  3282. "node_modules/isarray": {
  3283. "version": "2.0.5",
  3284. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  3285. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  3286. "license": "MIT"
  3287. },
  3288. "node_modules/isexe": {
  3289. "version": "2.0.0",
  3290. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  3291. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  3292. },
  3293. "node_modules/iterator.prototype": {
  3294. "version": "1.1.5",
  3295. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  3296. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  3297. "license": "MIT",
  3298. "dependencies": {
  3299. "define-data-property": "^1.1.4",
  3300. "es-object-atoms": "^1.0.0",
  3301. "get-intrinsic": "^1.2.6",
  3302. "get-proto": "^1.0.0",
  3303. "has-symbols": "^1.1.0",
  3304. "set-function-name": "^2.0.2"
  3305. },
  3306. "engines": {
  3307. "node": ">= 0.4"
  3308. }
  3309. },
  3310. "node_modules/js-tokens": {
  3311. "version": "4.0.0",
  3312. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  3313. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  3314. },
  3315. "node_modules/js-yaml": {
  3316. "version": "4.1.1",
  3317. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  3318. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  3319. "license": "MIT",
  3320. "dependencies": {
  3321. "argparse": "^2.0.1"
  3322. },
  3323. "bin": {
  3324. "js-yaml": "bin/js-yaml.js"
  3325. }
  3326. },
  3327. "node_modules/json-buffer": {
  3328. "version": "3.0.1",
  3329. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  3330. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  3331. "license": "MIT"
  3332. },
  3333. "node_modules/json-parse-better-errors": {
  3334. "version": "1.0.2",
  3335. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  3336. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
  3337. "license": "MIT"
  3338. },
  3339. "node_modules/json-parse-even-better-errors": {
  3340. "version": "2.3.1",
  3341. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  3342. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  3343. "dev": true,
  3344. "license": "MIT"
  3345. },
  3346. "node_modules/json-schema-traverse": {
  3347. "version": "0.4.1",
  3348. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  3349. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  3350. "license": "MIT"
  3351. },
  3352. "node_modules/json-stable-stringify-without-jsonify": {
  3353. "version": "1.0.1",
  3354. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  3355. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  3356. "license": "MIT"
  3357. },
  3358. "node_modules/json5": {
  3359. "version": "1.0.2",
  3360. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  3361. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  3362. "license": "MIT",
  3363. "dependencies": {
  3364. "minimist": "^1.2.0"
  3365. },
  3366. "bin": {
  3367. "json5": "lib/cli.js"
  3368. }
  3369. },
  3370. "node_modules/jsx-ast-utils": {
  3371. "version": "3.3.5",
  3372. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  3373. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  3374. "license": "MIT",
  3375. "dependencies": {
  3376. "array-includes": "^3.1.6",
  3377. "array.prototype.flat": "^1.3.1",
  3378. "object.assign": "^4.1.4",
  3379. "object.values": "^1.1.6"
  3380. },
  3381. "engines": {
  3382. "node": ">=4.0"
  3383. }
  3384. },
  3385. "node_modules/keyv": {
  3386. "version": "4.5.4",
  3387. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  3388. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  3389. "license": "MIT",
  3390. "dependencies": {
  3391. "json-buffer": "3.0.1"
  3392. }
  3393. },
  3394. "node_modules/kind-of": {
  3395. "version": "6.0.3",
  3396. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  3397. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  3398. "dev": true,
  3399. "engines": {
  3400. "node": ">=0.10.0"
  3401. }
  3402. },
  3403. "node_modules/known-css-properties": {
  3404. "version": "0.37.0",
  3405. "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.37.0.tgz",
  3406. "integrity": "sha512-JCDrsP4Z1Sb9JwG0aJ8Eo2r7k4Ou5MwmThS/6lcIe1ICyb7UBJKGRIUUdqc2ASdE/42lgz6zFUnzAIhtXnBVrQ==",
  3407. "dev": true,
  3408. "license": "MIT"
  3409. },
  3410. "node_modules/levn": {
  3411. "version": "0.4.1",
  3412. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  3413. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  3414. "license": "MIT",
  3415. "dependencies": {
  3416. "prelude-ls": "^1.2.1",
  3417. "type-check": "~0.4.0"
  3418. },
  3419. "engines": {
  3420. "node": ">= 0.8.0"
  3421. }
  3422. },
  3423. "node_modules/lightningcss": {
  3424. "version": "1.25.1",
  3425. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.25.1.tgz",
  3426. "integrity": "sha512-V0RMVZzK1+rCHpymRv4URK2lNhIRyO8g7U7zOFwVAhJuat74HtkjIQpQRKNCwFEYkRGpafOpmXXLoaoBcyVtBg==",
  3427. "optional": true,
  3428. "peer": true,
  3429. "dependencies": {
  3430. "detect-libc": "^1.0.3"
  3431. },
  3432. "engines": {
  3433. "node": ">= 12.0.0"
  3434. },
  3435. "funding": {
  3436. "type": "opencollective",
  3437. "url": "https://opencollective.com/parcel"
  3438. },
  3439. "optionalDependencies": {
  3440. "lightningcss-darwin-arm64": "1.25.1",
  3441. "lightningcss-darwin-x64": "1.25.1",
  3442. "lightningcss-freebsd-x64": "1.25.1",
  3443. "lightningcss-linux-arm-gnueabihf": "1.25.1",
  3444. "lightningcss-linux-arm64-gnu": "1.25.1",
  3445. "lightningcss-linux-arm64-musl": "1.25.1",
  3446. "lightningcss-linux-x64-gnu": "1.25.1",
  3447. "lightningcss-linux-x64-musl": "1.25.1",
  3448. "lightningcss-win32-x64-msvc": "1.25.1"
  3449. }
  3450. },
  3451. "node_modules/lightningcss-linux-x64-gnu": {
  3452. "version": "1.25.1",
  3453. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.25.1.tgz",
  3454. "integrity": "sha512-RXIaru79KrREPEd6WLXfKfIp4QzoppZvD3x7vuTKkDA64PwTzKJ2jaC43RZHRt8BmyIkRRlmywNhTRMbmkPYpA==",
  3455. "cpu": [
  3456. "x64"
  3457. ],
  3458. "optional": true,
  3459. "os": [
  3460. "linux"
  3461. ],
  3462. "peer": true,
  3463. "engines": {
  3464. "node": ">= 12.0.0"
  3465. },
  3466. "funding": {
  3467. "type": "opencollective",
  3468. "url": "https://opencollective.com/parcel"
  3469. }
  3470. },
  3471. "node_modules/lightningcss-linux-x64-musl": {
  3472. "version": "1.25.1",
  3473. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.25.1.tgz",
  3474. "integrity": "sha512-TdcNqFsAENEEFr8fJWg0Y4fZ/nwuqTRsIr7W7t2wmDUlA8eSXVepeeONYcb+gtTj1RaXn/WgNLB45SFkz+XBZA==",
  3475. "cpu": [
  3476. "x64"
  3477. ],
  3478. "optional": true,
  3479. "os": [
  3480. "linux"
  3481. ],
  3482. "peer": true,
  3483. "engines": {
  3484. "node": ">= 12.0.0"
  3485. },
  3486. "funding": {
  3487. "type": "opencollective",
  3488. "url": "https://opencollective.com/parcel"
  3489. }
  3490. },
  3491. "node_modules/lines-and-columns": {
  3492. "version": "1.2.4",
  3493. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  3494. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  3495. "dev": true,
  3496. "license": "MIT"
  3497. },
  3498. "node_modules/load-json-file": {
  3499. "version": "5.3.0",
  3500. "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz",
  3501. "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==",
  3502. "license": "MIT",
  3503. "dependencies": {
  3504. "graceful-fs": "^4.1.15",
  3505. "parse-json": "^4.0.0",
  3506. "pify": "^4.0.1",
  3507. "strip-bom": "^3.0.0",
  3508. "type-fest": "^0.3.0"
  3509. },
  3510. "engines": {
  3511. "node": ">=6"
  3512. }
  3513. },
  3514. "node_modules/load-json-file/node_modules/parse-json": {
  3515. "version": "4.0.0",
  3516. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  3517. "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
  3518. "license": "MIT",
  3519. "dependencies": {
  3520. "error-ex": "^1.3.1",
  3521. "json-parse-better-errors": "^1.0.1"
  3522. },
  3523. "engines": {
  3524. "node": ">=4"
  3525. }
  3526. },
  3527. "node_modules/load-json-file/node_modules/type-fest": {
  3528. "version": "0.3.1",
  3529. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz",
  3530. "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==",
  3531. "license": "(MIT OR CC0-1.0)",
  3532. "engines": {
  3533. "node": ">=6"
  3534. }
  3535. },
  3536. "node_modules/local-pkg": {
  3537. "version": "1.1.2",
  3538. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  3539. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  3540. "license": "MIT",
  3541. "dependencies": {
  3542. "mlly": "^1.7.4",
  3543. "pkg-types": "^2.3.0",
  3544. "quansync": "^0.2.11"
  3545. },
  3546. "engines": {
  3547. "node": ">=14"
  3548. },
  3549. "funding": {
  3550. "url": "https://github.com/sponsors/antfu"
  3551. }
  3552. },
  3553. "node_modules/locate-path": {
  3554. "version": "6.0.0",
  3555. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  3556. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  3557. "license": "MIT",
  3558. "dependencies": {
  3559. "p-locate": "^5.0.0"
  3560. },
  3561. "engines": {
  3562. "node": ">=10"
  3563. },
  3564. "funding": {
  3565. "url": "https://github.com/sponsors/sindresorhus"
  3566. }
  3567. },
  3568. "node_modules/lodash.merge": {
  3569. "version": "4.6.2",
  3570. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  3571. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  3572. "license": "MIT"
  3573. },
  3574. "node_modules/lodash.truncate": {
  3575. "version": "4.4.2",
  3576. "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
  3577. "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
  3578. "dev": true
  3579. },
  3580. "node_modules/loose-envify": {
  3581. "version": "1.4.0",
  3582. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  3583. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  3584. "license": "MIT",
  3585. "dependencies": {
  3586. "js-tokens": "^3.0.0 || ^4.0.0"
  3587. },
  3588. "bin": {
  3589. "loose-envify": "cli.js"
  3590. }
  3591. },
  3592. "node_modules/magic-string": {
  3593. "version": "0.30.21",
  3594. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  3595. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  3596. "license": "MIT",
  3597. "dependencies": {
  3598. "@jridgewell/sourcemap-codec": "^1.5.5"
  3599. }
  3600. },
  3601. "node_modules/math-intrinsics": {
  3602. "version": "1.1.0",
  3603. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  3604. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  3605. "license": "MIT",
  3606. "engines": {
  3607. "node": ">= 0.4"
  3608. }
  3609. },
  3610. "node_modules/mathml-tag-names": {
  3611. "version": "2.1.3",
  3612. "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
  3613. "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
  3614. "dev": true,
  3615. "funding": {
  3616. "type": "github",
  3617. "url": "https://github.com/sponsors/wooorm"
  3618. }
  3619. },
  3620. "node_modules/mdn-data": {
  3621. "version": "2.12.2",
  3622. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
  3623. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  3624. "dev": true,
  3625. "license": "CC0-1.0"
  3626. },
  3627. "node_modules/meow": {
  3628. "version": "13.2.0",
  3629. "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
  3630. "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
  3631. "dev": true,
  3632. "license": "MIT",
  3633. "engines": {
  3634. "node": ">=18"
  3635. },
  3636. "funding": {
  3637. "url": "https://github.com/sponsors/sindresorhus"
  3638. }
  3639. },
  3640. "node_modules/merge2": {
  3641. "version": "1.4.1",
  3642. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  3643. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  3644. "dev": true,
  3645. "engines": {
  3646. "node": ">= 8"
  3647. }
  3648. },
  3649. "node_modules/micromatch": {
  3650. "version": "4.0.8",
  3651. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  3652. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  3653. "dev": true,
  3654. "license": "MIT",
  3655. "dependencies": {
  3656. "braces": "^3.0.3",
  3657. "picomatch": "^2.3.1"
  3658. },
  3659. "engines": {
  3660. "node": ">=8.6"
  3661. }
  3662. },
  3663. "node_modules/minimatch": {
  3664. "version": "3.1.2",
  3665. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  3666. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  3667. "license": "ISC",
  3668. "dependencies": {
  3669. "brace-expansion": "^1.1.7"
  3670. },
  3671. "engines": {
  3672. "node": "*"
  3673. }
  3674. },
  3675. "node_modules/minimist": {
  3676. "version": "1.2.8",
  3677. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  3678. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  3679. "license": "MIT",
  3680. "funding": {
  3681. "url": "https://github.com/sponsors/ljharb"
  3682. }
  3683. },
  3684. "node_modules/mlly": {
  3685. "version": "1.8.0",
  3686. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz",
  3687. "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==",
  3688. "license": "MIT",
  3689. "dependencies": {
  3690. "acorn": "^8.15.0",
  3691. "pathe": "^2.0.3",
  3692. "pkg-types": "^1.3.1",
  3693. "ufo": "^1.6.1"
  3694. }
  3695. },
  3696. "node_modules/mlly/node_modules/confbox": {
  3697. "version": "0.1.8",
  3698. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  3699. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  3700. "license": "MIT"
  3701. },
  3702. "node_modules/mlly/node_modules/pkg-types": {
  3703. "version": "1.3.1",
  3704. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  3705. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  3706. "license": "MIT",
  3707. "dependencies": {
  3708. "confbox": "^0.1.8",
  3709. "mlly": "^1.7.4",
  3710. "pathe": "^2.0.1"
  3711. }
  3712. },
  3713. "node_modules/ms": {
  3714. "version": "2.1.3",
  3715. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  3716. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  3717. "license": "MIT"
  3718. },
  3719. "node_modules/nanoid": {
  3720. "version": "3.3.11",
  3721. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  3722. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  3723. "funding": [
  3724. {
  3725. "type": "github",
  3726. "url": "https://github.com/sponsors/ai"
  3727. }
  3728. ],
  3729. "license": "MIT",
  3730. "bin": {
  3731. "nanoid": "bin/nanoid.cjs"
  3732. },
  3733. "engines": {
  3734. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3735. }
  3736. },
  3737. "node_modules/natural-compare": {
  3738. "version": "1.4.0",
  3739. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  3740. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  3741. "license": "MIT"
  3742. },
  3743. "node_modules/normalize-path": {
  3744. "version": "3.0.0",
  3745. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  3746. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  3747. "dev": true,
  3748. "engines": {
  3749. "node": ">=0.10.0"
  3750. }
  3751. },
  3752. "node_modules/object-assign": {
  3753. "version": "4.1.1",
  3754. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  3755. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  3756. "license": "MIT",
  3757. "engines": {
  3758. "node": ">=0.10.0"
  3759. }
  3760. },
  3761. "node_modules/object-inspect": {
  3762. "version": "1.13.4",
  3763. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  3764. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  3765. "license": "MIT",
  3766. "engines": {
  3767. "node": ">= 0.4"
  3768. },
  3769. "funding": {
  3770. "url": "https://github.com/sponsors/ljharb"
  3771. }
  3772. },
  3773. "node_modules/object-keys": {
  3774. "version": "1.1.1",
  3775. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  3776. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  3777. "license": "MIT",
  3778. "engines": {
  3779. "node": ">= 0.4"
  3780. }
  3781. },
  3782. "node_modules/object.assign": {
  3783. "version": "4.1.7",
  3784. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  3785. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  3786. "license": "MIT",
  3787. "dependencies": {
  3788. "call-bind": "^1.0.8",
  3789. "call-bound": "^1.0.3",
  3790. "define-properties": "^1.2.1",
  3791. "es-object-atoms": "^1.0.0",
  3792. "has-symbols": "^1.1.0",
  3793. "object-keys": "^1.1.1"
  3794. },
  3795. "engines": {
  3796. "node": ">= 0.4"
  3797. },
  3798. "funding": {
  3799. "url": "https://github.com/sponsors/ljharb"
  3800. }
  3801. },
  3802. "node_modules/object.entries": {
  3803. "version": "1.1.9",
  3804. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
  3805. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  3806. "license": "MIT",
  3807. "dependencies": {
  3808. "call-bind": "^1.0.8",
  3809. "call-bound": "^1.0.4",
  3810. "define-properties": "^1.2.1",
  3811. "es-object-atoms": "^1.1.1"
  3812. },
  3813. "engines": {
  3814. "node": ">= 0.4"
  3815. }
  3816. },
  3817. "node_modules/object.fromentries": {
  3818. "version": "2.0.8",
  3819. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  3820. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  3821. "license": "MIT",
  3822. "dependencies": {
  3823. "call-bind": "^1.0.7",
  3824. "define-properties": "^1.2.1",
  3825. "es-abstract": "^1.23.2",
  3826. "es-object-atoms": "^1.0.0"
  3827. },
  3828. "engines": {
  3829. "node": ">= 0.4"
  3830. },
  3831. "funding": {
  3832. "url": "https://github.com/sponsors/ljharb"
  3833. }
  3834. },
  3835. "node_modules/object.groupby": {
  3836. "version": "1.0.3",
  3837. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  3838. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  3839. "license": "MIT",
  3840. "dependencies": {
  3841. "call-bind": "^1.0.7",
  3842. "define-properties": "^1.2.1",
  3843. "es-abstract": "^1.23.2"
  3844. },
  3845. "engines": {
  3846. "node": ">= 0.4"
  3847. }
  3848. },
  3849. "node_modules/object.values": {
  3850. "version": "1.2.1",
  3851. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  3852. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  3853. "license": "MIT",
  3854. "dependencies": {
  3855. "call-bind": "^1.0.8",
  3856. "call-bound": "^1.0.3",
  3857. "define-properties": "^1.2.1",
  3858. "es-object-atoms": "^1.0.0"
  3859. },
  3860. "engines": {
  3861. "node": ">= 0.4"
  3862. },
  3863. "funding": {
  3864. "url": "https://github.com/sponsors/ljharb"
  3865. }
  3866. },
  3867. "node_modules/once": {
  3868. "version": "1.4.0",
  3869. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  3870. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  3871. "license": "ISC",
  3872. "dependencies": {
  3873. "wrappy": "1"
  3874. }
  3875. },
  3876. "node_modules/optionator": {
  3877. "version": "0.9.4",
  3878. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  3879. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  3880. "license": "MIT",
  3881. "dependencies": {
  3882. "deep-is": "^0.1.3",
  3883. "fast-levenshtein": "^2.0.6",
  3884. "levn": "^0.4.1",
  3885. "prelude-ls": "^1.2.1",
  3886. "type-check": "^0.4.0",
  3887. "word-wrap": "^1.2.5"
  3888. },
  3889. "engines": {
  3890. "node": ">= 0.8.0"
  3891. }
  3892. },
  3893. "node_modules/own-keys": {
  3894. "version": "1.0.1",
  3895. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
  3896. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  3897. "license": "MIT",
  3898. "dependencies": {
  3899. "get-intrinsic": "^1.2.6",
  3900. "object-keys": "^1.1.1",
  3901. "safe-push-apply": "^1.0.0"
  3902. },
  3903. "engines": {
  3904. "node": ">= 0.4"
  3905. },
  3906. "funding": {
  3907. "url": "https://github.com/sponsors/ljharb"
  3908. }
  3909. },
  3910. "node_modules/p-limit": {
  3911. "version": "3.1.0",
  3912. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  3913. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  3914. "license": "MIT",
  3915. "dependencies": {
  3916. "yocto-queue": "^0.1.0"
  3917. },
  3918. "engines": {
  3919. "node": ">=10"
  3920. },
  3921. "funding": {
  3922. "url": "https://github.com/sponsors/sindresorhus"
  3923. }
  3924. },
  3925. "node_modules/p-locate": {
  3926. "version": "5.0.0",
  3927. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  3928. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  3929. "license": "MIT",
  3930. "dependencies": {
  3931. "p-limit": "^3.0.2"
  3932. },
  3933. "engines": {
  3934. "node": ">=10"
  3935. },
  3936. "funding": {
  3937. "url": "https://github.com/sponsors/sindresorhus"
  3938. }
  3939. },
  3940. "node_modules/p-try": {
  3941. "version": "2.2.0",
  3942. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  3943. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  3944. "license": "MIT",
  3945. "engines": {
  3946. "node": ">=6"
  3947. }
  3948. },
  3949. "node_modules/parent-module": {
  3950. "version": "1.0.1",
  3951. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  3952. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  3953. "dependencies": {
  3954. "callsites": "^3.0.0"
  3955. },
  3956. "engines": {
  3957. "node": ">=6"
  3958. }
  3959. },
  3960. "node_modules/parse-json": {
  3961. "version": "5.2.0",
  3962. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  3963. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  3964. "dev": true,
  3965. "license": "MIT",
  3966. "dependencies": {
  3967. "@babel/code-frame": "^7.0.0",
  3968. "error-ex": "^1.3.1",
  3969. "json-parse-even-better-errors": "^2.3.0",
  3970. "lines-and-columns": "^1.1.6"
  3971. },
  3972. "engines": {
  3973. "node": ">=8"
  3974. },
  3975. "funding": {
  3976. "url": "https://github.com/sponsors/sindresorhus"
  3977. }
  3978. },
  3979. "node_modules/path-exists": {
  3980. "version": "4.0.0",
  3981. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  3982. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  3983. "license": "MIT",
  3984. "engines": {
  3985. "node": ">=8"
  3986. }
  3987. },
  3988. "node_modules/path-is-absolute": {
  3989. "version": "1.0.1",
  3990. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  3991. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  3992. "license": "MIT",
  3993. "engines": {
  3994. "node": ">=0.10.0"
  3995. }
  3996. },
  3997. "node_modules/path-key": {
  3998. "version": "3.1.1",
  3999. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  4000. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  4001. "license": "MIT",
  4002. "engines": {
  4003. "node": ">=8"
  4004. }
  4005. },
  4006. "node_modules/path-parse": {
  4007. "version": "1.0.7",
  4008. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  4009. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  4010. "license": "MIT"
  4011. },
  4012. "node_modules/path-type": {
  4013. "version": "4.0.0",
  4014. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  4015. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  4016. "dev": true,
  4017. "engines": {
  4018. "node": ">=8"
  4019. }
  4020. },
  4021. "node_modules/pathe": {
  4022. "version": "2.0.3",
  4023. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  4024. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  4025. "license": "MIT"
  4026. },
  4027. "node_modules/picocolors": {
  4028. "version": "1.1.1",
  4029. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  4030. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  4031. "license": "ISC"
  4032. },
  4033. "node_modules/picocrank": {
  4034. "version": "1.8.7",
  4035. "resolved": "https://registry.npmjs.org/picocrank/-/picocrank-1.8.7.tgz",
  4036. "integrity": "sha512-A9eRkiGLtzCsi4aS+rkCw6MzPgEQUwDYNJJwGPGujwEtEKZcZk+wg9o/0yR/06qG3atip5H/aLGP7vPYS6iA5Q==",
  4037. "license": "ISC",
  4038. "dependencies": {
  4039. "@hugeicons/core-free-icons": "^1.2.1",
  4040. "@hugeicons/vue": "^1.0.3",
  4041. "@vitejs/plugin-vue": "^6.0.1",
  4042. "femtocrank": "^2.4.11",
  4043. "unplugin-vue-components": "^30.0.0",
  4044. "vite": "^7.2.2",
  4045. "vue": "^3.5.24",
  4046. "vue-router": "^4.6.3"
  4047. }
  4048. },
  4049. "node_modules/picocrank/node_modules/@hugeicons/core-free-icons": {
  4050. "version": "1.2.1",
  4051. "resolved": "https://registry.npmjs.org/@hugeicons/core-free-icons/-/core-free-icons-1.2.1.tgz",
  4052. "integrity": "sha512-ho0QdGMkgL+kt+QsZocCsKvJou1rfyVQWARrxIhNLi+9tCKayUUtD9jlHgioaRphmskSl84TxrDm9Ae0G4Uu1g==",
  4053. "license": "MIT"
  4054. },
  4055. "node_modules/picomatch": {
  4056. "version": "2.3.1",
  4057. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  4058. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  4059. "dev": true,
  4060. "engines": {
  4061. "node": ">=8.6"
  4062. },
  4063. "funding": {
  4064. "url": "https://github.com/sponsors/jonschlinkert"
  4065. }
  4066. },
  4067. "node_modules/pify": {
  4068. "version": "4.0.1",
  4069. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  4070. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  4071. "license": "MIT",
  4072. "engines": {
  4073. "node": ">=6"
  4074. }
  4075. },
  4076. "node_modules/pkg-conf": {
  4077. "version": "3.1.0",
  4078. "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-3.1.0.tgz",
  4079. "integrity": "sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==",
  4080. "license": "MIT",
  4081. "dependencies": {
  4082. "find-up": "^3.0.0",
  4083. "load-json-file": "^5.2.0"
  4084. },
  4085. "engines": {
  4086. "node": ">=6"
  4087. }
  4088. },
  4089. "node_modules/pkg-conf/node_modules/find-up": {
  4090. "version": "3.0.0",
  4091. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  4092. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  4093. "license": "MIT",
  4094. "dependencies": {
  4095. "locate-path": "^3.0.0"
  4096. },
  4097. "engines": {
  4098. "node": ">=6"
  4099. }
  4100. },
  4101. "node_modules/pkg-conf/node_modules/locate-path": {
  4102. "version": "3.0.0",
  4103. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  4104. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  4105. "license": "MIT",
  4106. "dependencies": {
  4107. "p-locate": "^3.0.0",
  4108. "path-exists": "^3.0.0"
  4109. },
  4110. "engines": {
  4111. "node": ">=6"
  4112. }
  4113. },
  4114. "node_modules/pkg-conf/node_modules/p-limit": {
  4115. "version": "2.3.0",
  4116. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  4117. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  4118. "license": "MIT",
  4119. "dependencies": {
  4120. "p-try": "^2.0.0"
  4121. },
  4122. "engines": {
  4123. "node": ">=6"
  4124. },
  4125. "funding": {
  4126. "url": "https://github.com/sponsors/sindresorhus"
  4127. }
  4128. },
  4129. "node_modules/pkg-conf/node_modules/p-locate": {
  4130. "version": "3.0.0",
  4131. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  4132. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  4133. "license": "MIT",
  4134. "dependencies": {
  4135. "p-limit": "^2.0.0"
  4136. },
  4137. "engines": {
  4138. "node": ">=6"
  4139. }
  4140. },
  4141. "node_modules/pkg-conf/node_modules/path-exists": {
  4142. "version": "3.0.0",
  4143. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  4144. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  4145. "license": "MIT",
  4146. "engines": {
  4147. "node": ">=4"
  4148. }
  4149. },
  4150. "node_modules/pkg-types": {
  4151. "version": "2.3.0",
  4152. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  4153. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  4154. "license": "MIT",
  4155. "dependencies": {
  4156. "confbox": "^0.2.2",
  4157. "exsolve": "^1.0.7",
  4158. "pathe": "^2.0.3"
  4159. }
  4160. },
  4161. "node_modules/possible-typed-array-names": {
  4162. "version": "1.1.0",
  4163. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  4164. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  4165. "license": "MIT",
  4166. "engines": {
  4167. "node": ">= 0.4"
  4168. }
  4169. },
  4170. "node_modules/postcss": {
  4171. "version": "8.5.6",
  4172. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
  4173. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  4174. "funding": [
  4175. {
  4176. "type": "opencollective",
  4177. "url": "https://opencollective.com/postcss/"
  4178. },
  4179. {
  4180. "type": "tidelift",
  4181. "url": "https://tidelift.com/funding/github/npm/postcss"
  4182. },
  4183. {
  4184. "type": "github",
  4185. "url": "https://github.com/sponsors/ai"
  4186. }
  4187. ],
  4188. "license": "MIT",
  4189. "dependencies": {
  4190. "nanoid": "^3.3.11",
  4191. "picocolors": "^1.1.1",
  4192. "source-map-js": "^1.2.1"
  4193. },
  4194. "engines": {
  4195. "node": "^10 || ^12 || >=14"
  4196. }
  4197. },
  4198. "node_modules/postcss-resolve-nested-selector": {
  4199. "version": "0.1.6",
  4200. "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz",
  4201. "integrity": "sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==",
  4202. "dev": true,
  4203. "license": "MIT"
  4204. },
  4205. "node_modules/postcss-safe-parser": {
  4206. "version": "7.0.1",
  4207. "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz",
  4208. "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==",
  4209. "dev": true,
  4210. "funding": [
  4211. {
  4212. "type": "opencollective",
  4213. "url": "https://opencollective.com/postcss/"
  4214. },
  4215. {
  4216. "type": "tidelift",
  4217. "url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
  4218. },
  4219. {
  4220. "type": "github",
  4221. "url": "https://github.com/sponsors/ai"
  4222. }
  4223. ],
  4224. "license": "MIT",
  4225. "engines": {
  4226. "node": ">=18.0"
  4227. },
  4228. "peerDependencies": {
  4229. "postcss": "^8.4.31"
  4230. }
  4231. },
  4232. "node_modules/postcss-selector-parser": {
  4233. "version": "7.1.0",
  4234. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
  4235. "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
  4236. "dev": true,
  4237. "license": "MIT",
  4238. "dependencies": {
  4239. "cssesc": "^3.0.0",
  4240. "util-deprecate": "^1.0.2"
  4241. },
  4242. "engines": {
  4243. "node": ">=4"
  4244. }
  4245. },
  4246. "node_modules/postcss-value-parser": {
  4247. "version": "4.2.0",
  4248. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  4249. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  4250. "dev": true
  4251. },
  4252. "node_modules/prelude-ls": {
  4253. "version": "1.2.1",
  4254. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  4255. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  4256. "license": "MIT",
  4257. "engines": {
  4258. "node": ">= 0.8.0"
  4259. }
  4260. },
  4261. "node_modules/process": {
  4262. "version": "0.11.10",
  4263. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  4264. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  4265. "dev": true,
  4266. "engines": {
  4267. "node": ">= 0.6.0"
  4268. }
  4269. },
  4270. "node_modules/prop-types": {
  4271. "version": "15.8.1",
  4272. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  4273. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  4274. "license": "MIT",
  4275. "dependencies": {
  4276. "loose-envify": "^1.4.0",
  4277. "object-assign": "^4.1.1",
  4278. "react-is": "^16.13.1"
  4279. }
  4280. },
  4281. "node_modules/punycode": {
  4282. "version": "2.3.1",
  4283. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  4284. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  4285. "engines": {
  4286. "node": ">=6"
  4287. }
  4288. },
  4289. "node_modules/qified": {
  4290. "version": "0.5.2",
  4291. "resolved": "https://registry.npmjs.org/qified/-/qified-0.5.2.tgz",
  4292. "integrity": "sha512-7gJ6mxcQb9vUBOtbKm5mDevbe2uRcOEVp1g4gb/Q+oLntB3HY8eBhOYRxFI2mlDFlY1e4DOSCptzxarXRvzxCA==",
  4293. "dev": true,
  4294. "license": "MIT",
  4295. "dependencies": {
  4296. "hookified": "^1.13.0"
  4297. },
  4298. "engines": {
  4299. "node": ">=20"
  4300. }
  4301. },
  4302. "node_modules/quansync": {
  4303. "version": "0.2.11",
  4304. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  4305. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  4306. "funding": [
  4307. {
  4308. "type": "individual",
  4309. "url": "https://github.com/sponsors/antfu"
  4310. },
  4311. {
  4312. "type": "individual",
  4313. "url": "https://github.com/sponsors/sxzz"
  4314. }
  4315. ],
  4316. "license": "MIT"
  4317. },
  4318. "node_modules/queue-microtask": {
  4319. "version": "1.2.3",
  4320. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  4321. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  4322. "funding": [
  4323. {
  4324. "type": "github",
  4325. "url": "https://github.com/sponsors/feross"
  4326. },
  4327. {
  4328. "type": "patreon",
  4329. "url": "https://www.patreon.com/feross"
  4330. },
  4331. {
  4332. "type": "consulting",
  4333. "url": "https://feross.org/support"
  4334. }
  4335. ]
  4336. },
  4337. "node_modules/react-is": {
  4338. "version": "16.13.1",
  4339. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  4340. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  4341. "license": "MIT"
  4342. },
  4343. "node_modules/readdirp": {
  4344. "version": "4.1.2",
  4345. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  4346. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  4347. "license": "MIT",
  4348. "engines": {
  4349. "node": ">= 14.18.0"
  4350. },
  4351. "funding": {
  4352. "type": "individual",
  4353. "url": "https://paulmillr.com/funding/"
  4354. }
  4355. },
  4356. "node_modules/reflect.getprototypeof": {
  4357. "version": "1.0.10",
  4358. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  4359. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  4360. "license": "MIT",
  4361. "dependencies": {
  4362. "call-bind": "^1.0.8",
  4363. "define-properties": "^1.2.1",
  4364. "es-abstract": "^1.23.9",
  4365. "es-errors": "^1.3.0",
  4366. "es-object-atoms": "^1.0.0",
  4367. "get-intrinsic": "^1.2.7",
  4368. "get-proto": "^1.0.1",
  4369. "which-builtin-type": "^1.2.1"
  4370. },
  4371. "engines": {
  4372. "node": ">= 0.4"
  4373. },
  4374. "funding": {
  4375. "url": "https://github.com/sponsors/ljharb"
  4376. }
  4377. },
  4378. "node_modules/regexp.prototype.flags": {
  4379. "version": "1.5.4",
  4380. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  4381. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  4382. "license": "MIT",
  4383. "dependencies": {
  4384. "call-bind": "^1.0.8",
  4385. "define-properties": "^1.2.1",
  4386. "es-errors": "^1.3.0",
  4387. "get-proto": "^1.0.1",
  4388. "gopd": "^1.2.0",
  4389. "set-function-name": "^2.0.2"
  4390. },
  4391. "engines": {
  4392. "node": ">= 0.4"
  4393. },
  4394. "funding": {
  4395. "url": "https://github.com/sponsors/ljharb"
  4396. }
  4397. },
  4398. "node_modules/regexpp": {
  4399. "version": "3.2.0",
  4400. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
  4401. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
  4402. "license": "MIT",
  4403. "engines": {
  4404. "node": ">=8"
  4405. },
  4406. "funding": {
  4407. "url": "https://github.com/sponsors/mysticatea"
  4408. }
  4409. },
  4410. "node_modules/require-from-string": {
  4411. "version": "2.0.2",
  4412. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  4413. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  4414. "dev": true,
  4415. "engines": {
  4416. "node": ">=0.10.0"
  4417. }
  4418. },
  4419. "node_modules/resolve": {
  4420. "version": "1.22.11",
  4421. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  4422. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  4423. "license": "MIT",
  4424. "dependencies": {
  4425. "is-core-module": "^2.16.1",
  4426. "path-parse": "^1.0.7",
  4427. "supports-preserve-symlinks-flag": "^1.0.0"
  4428. },
  4429. "bin": {
  4430. "resolve": "bin/resolve"
  4431. },
  4432. "engines": {
  4433. "node": ">= 0.4"
  4434. },
  4435. "funding": {
  4436. "url": "https://github.com/sponsors/ljharb"
  4437. }
  4438. },
  4439. "node_modules/resolve-from": {
  4440. "version": "4.0.0",
  4441. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  4442. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  4443. "engines": {
  4444. "node": ">=4"
  4445. }
  4446. },
  4447. "node_modules/reusify": {
  4448. "version": "1.0.4",
  4449. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  4450. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  4451. "engines": {
  4452. "iojs": ">=1.0.0",
  4453. "node": ">=0.10.0"
  4454. }
  4455. },
  4456. "node_modules/rimraf": {
  4457. "version": "3.0.2",
  4458. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  4459. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  4460. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  4461. "license": "ISC",
  4462. "dependencies": {
  4463. "glob": "^7.1.3"
  4464. },
  4465. "bin": {
  4466. "rimraf": "bin.js"
  4467. },
  4468. "funding": {
  4469. "url": "https://github.com/sponsors/isaacs"
  4470. }
  4471. },
  4472. "node_modules/rollup": {
  4473. "version": "4.45.1",
  4474. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.45.1.tgz",
  4475. "integrity": "sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw==",
  4476. "license": "MIT",
  4477. "dependencies": {
  4478. "@types/estree": "1.0.8"
  4479. },
  4480. "bin": {
  4481. "rollup": "dist/bin/rollup"
  4482. },
  4483. "engines": {
  4484. "node": ">=18.0.0",
  4485. "npm": ">=8.0.0"
  4486. },
  4487. "optionalDependencies": {
  4488. "@rollup/rollup-android-arm-eabi": "4.45.1",
  4489. "@rollup/rollup-android-arm64": "4.45.1",
  4490. "@rollup/rollup-darwin-arm64": "4.45.1",
  4491. "@rollup/rollup-darwin-x64": "4.45.1",
  4492. "@rollup/rollup-freebsd-arm64": "4.45.1",
  4493. "@rollup/rollup-freebsd-x64": "4.45.1",
  4494. "@rollup/rollup-linux-arm-gnueabihf": "4.45.1",
  4495. "@rollup/rollup-linux-arm-musleabihf": "4.45.1",
  4496. "@rollup/rollup-linux-arm64-gnu": "4.45.1",
  4497. "@rollup/rollup-linux-arm64-musl": "4.45.1",
  4498. "@rollup/rollup-linux-loongarch64-gnu": "4.45.1",
  4499. "@rollup/rollup-linux-powerpc64le-gnu": "4.45.1",
  4500. "@rollup/rollup-linux-riscv64-gnu": "4.45.1",
  4501. "@rollup/rollup-linux-riscv64-musl": "4.45.1",
  4502. "@rollup/rollup-linux-s390x-gnu": "4.45.1",
  4503. "@rollup/rollup-linux-x64-gnu": "4.45.1",
  4504. "@rollup/rollup-linux-x64-musl": "4.45.1",
  4505. "@rollup/rollup-win32-arm64-msvc": "4.45.1",
  4506. "@rollup/rollup-win32-ia32-msvc": "4.45.1",
  4507. "@rollup/rollup-win32-x64-msvc": "4.45.1",
  4508. "fsevents": "~2.3.2"
  4509. }
  4510. },
  4511. "node_modules/run-parallel": {
  4512. "version": "1.2.0",
  4513. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  4514. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  4515. "funding": [
  4516. {
  4517. "type": "github",
  4518. "url": "https://github.com/sponsors/feross"
  4519. },
  4520. {
  4521. "type": "patreon",
  4522. "url": "https://www.patreon.com/feross"
  4523. },
  4524. {
  4525. "type": "consulting",
  4526. "url": "https://feross.org/support"
  4527. }
  4528. ],
  4529. "dependencies": {
  4530. "queue-microtask": "^1.2.2"
  4531. }
  4532. },
  4533. "node_modules/safe-array-concat": {
  4534. "version": "1.1.3",
  4535. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  4536. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  4537. "license": "MIT",
  4538. "dependencies": {
  4539. "call-bind": "^1.0.8",
  4540. "call-bound": "^1.0.2",
  4541. "get-intrinsic": "^1.2.6",
  4542. "has-symbols": "^1.1.0",
  4543. "isarray": "^2.0.5"
  4544. },
  4545. "engines": {
  4546. "node": ">=0.4"
  4547. },
  4548. "funding": {
  4549. "url": "https://github.com/sponsors/ljharb"
  4550. }
  4551. },
  4552. "node_modules/safe-push-apply": {
  4553. "version": "1.0.0",
  4554. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  4555. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  4556. "license": "MIT",
  4557. "dependencies": {
  4558. "es-errors": "^1.3.0",
  4559. "isarray": "^2.0.5"
  4560. },
  4561. "engines": {
  4562. "node": ">= 0.4"
  4563. },
  4564. "funding": {
  4565. "url": "https://github.com/sponsors/ljharb"
  4566. }
  4567. },
  4568. "node_modules/safe-regex-test": {
  4569. "version": "1.1.0",
  4570. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  4571. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  4572. "license": "MIT",
  4573. "dependencies": {
  4574. "call-bound": "^1.0.2",
  4575. "es-errors": "^1.3.0",
  4576. "is-regex": "^1.2.1"
  4577. },
  4578. "engines": {
  4579. "node": ">= 0.4"
  4580. },
  4581. "funding": {
  4582. "url": "https://github.com/sponsors/ljharb"
  4583. }
  4584. },
  4585. "node_modules/semver": {
  4586. "version": "6.3.1",
  4587. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  4588. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  4589. "license": "ISC",
  4590. "bin": {
  4591. "semver": "bin/semver.js"
  4592. }
  4593. },
  4594. "node_modules/set-function-length": {
  4595. "version": "1.2.2",
  4596. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  4597. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  4598. "license": "MIT",
  4599. "dependencies": {
  4600. "define-data-property": "^1.1.4",
  4601. "es-errors": "^1.3.0",
  4602. "function-bind": "^1.1.2",
  4603. "get-intrinsic": "^1.2.4",
  4604. "gopd": "^1.0.1",
  4605. "has-property-descriptors": "^1.0.2"
  4606. },
  4607. "engines": {
  4608. "node": ">= 0.4"
  4609. }
  4610. },
  4611. "node_modules/set-function-name": {
  4612. "version": "2.0.2",
  4613. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  4614. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  4615. "license": "MIT",
  4616. "dependencies": {
  4617. "define-data-property": "^1.1.4",
  4618. "es-errors": "^1.3.0",
  4619. "functions-have-names": "^1.2.3",
  4620. "has-property-descriptors": "^1.0.2"
  4621. },
  4622. "engines": {
  4623. "node": ">= 0.4"
  4624. }
  4625. },
  4626. "node_modules/set-proto": {
  4627. "version": "1.0.0",
  4628. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  4629. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  4630. "license": "MIT",
  4631. "dependencies": {
  4632. "dunder-proto": "^1.0.1",
  4633. "es-errors": "^1.3.0",
  4634. "es-object-atoms": "^1.0.0"
  4635. },
  4636. "engines": {
  4637. "node": ">= 0.4"
  4638. }
  4639. },
  4640. "node_modules/shebang-command": {
  4641. "version": "2.0.0",
  4642. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  4643. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  4644. "license": "MIT",
  4645. "dependencies": {
  4646. "shebang-regex": "^3.0.0"
  4647. },
  4648. "engines": {
  4649. "node": ">=8"
  4650. }
  4651. },
  4652. "node_modules/shebang-regex": {
  4653. "version": "3.0.0",
  4654. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  4655. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  4656. "license": "MIT",
  4657. "engines": {
  4658. "node": ">=8"
  4659. }
  4660. },
  4661. "node_modules/side-channel": {
  4662. "version": "1.1.0",
  4663. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  4664. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  4665. "license": "MIT",
  4666. "dependencies": {
  4667. "es-errors": "^1.3.0",
  4668. "object-inspect": "^1.13.3",
  4669. "side-channel-list": "^1.0.0",
  4670. "side-channel-map": "^1.0.1",
  4671. "side-channel-weakmap": "^1.0.2"
  4672. },
  4673. "engines": {
  4674. "node": ">= 0.4"
  4675. },
  4676. "funding": {
  4677. "url": "https://github.com/sponsors/ljharb"
  4678. }
  4679. },
  4680. "node_modules/side-channel-list": {
  4681. "version": "1.0.0",
  4682. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  4683. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  4684. "license": "MIT",
  4685. "dependencies": {
  4686. "es-errors": "^1.3.0",
  4687. "object-inspect": "^1.13.3"
  4688. },
  4689. "engines": {
  4690. "node": ">= 0.4"
  4691. },
  4692. "funding": {
  4693. "url": "https://github.com/sponsors/ljharb"
  4694. }
  4695. },
  4696. "node_modules/side-channel-map": {
  4697. "version": "1.0.1",
  4698. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  4699. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  4700. "license": "MIT",
  4701. "dependencies": {
  4702. "call-bound": "^1.0.2",
  4703. "es-errors": "^1.3.0",
  4704. "get-intrinsic": "^1.2.5",
  4705. "object-inspect": "^1.13.3"
  4706. },
  4707. "engines": {
  4708. "node": ">= 0.4"
  4709. },
  4710. "funding": {
  4711. "url": "https://github.com/sponsors/ljharb"
  4712. }
  4713. },
  4714. "node_modules/side-channel-weakmap": {
  4715. "version": "1.0.2",
  4716. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  4717. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  4718. "license": "MIT",
  4719. "dependencies": {
  4720. "call-bound": "^1.0.2",
  4721. "es-errors": "^1.3.0",
  4722. "get-intrinsic": "^1.2.5",
  4723. "object-inspect": "^1.13.3",
  4724. "side-channel-map": "^1.0.1"
  4725. },
  4726. "engines": {
  4727. "node": ">= 0.4"
  4728. },
  4729. "funding": {
  4730. "url": "https://github.com/sponsors/ljharb"
  4731. }
  4732. },
  4733. "node_modules/signal-exit": {
  4734. "version": "4.1.0",
  4735. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  4736. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  4737. "dev": true,
  4738. "engines": {
  4739. "node": ">=14"
  4740. },
  4741. "funding": {
  4742. "url": "https://github.com/sponsors/isaacs"
  4743. }
  4744. },
  4745. "node_modules/slash": {
  4746. "version": "3.0.0",
  4747. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  4748. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  4749. "dev": true,
  4750. "engines": {
  4751. "node": ">=8"
  4752. }
  4753. },
  4754. "node_modules/slice-ansi": {
  4755. "version": "4.0.0",
  4756. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
  4757. "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
  4758. "dev": true,
  4759. "dependencies": {
  4760. "ansi-styles": "^4.0.0",
  4761. "astral-regex": "^2.0.0",
  4762. "is-fullwidth-code-point": "^3.0.0"
  4763. },
  4764. "engines": {
  4765. "node": ">=10"
  4766. },
  4767. "funding": {
  4768. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  4769. }
  4770. },
  4771. "node_modules/source-map-js": {
  4772. "version": "1.2.1",
  4773. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  4774. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  4775. "license": "BSD-3-Clause",
  4776. "engines": {
  4777. "node": ">=0.10.0"
  4778. }
  4779. },
  4780. "node_modules/standard": {
  4781. "version": "17.1.2",
  4782. "resolved": "https://registry.npmjs.org/standard/-/standard-17.1.2.tgz",
  4783. "integrity": "sha512-WLm12WoXveKkvnPnPnaFUUHuOB2cUdAsJ4AiGHL2G0UNMrcRAWY2WriQaV8IQ3oRmYr0AWUbLNr94ekYFAHOrA==",
  4784. "funding": [
  4785. {
  4786. "type": "github",
  4787. "url": "https://github.com/sponsors/feross"
  4788. },
  4789. {
  4790. "type": "patreon",
  4791. "url": "https://www.patreon.com/feross"
  4792. },
  4793. {
  4794. "type": "consulting",
  4795. "url": "https://feross.org/support"
  4796. }
  4797. ],
  4798. "license": "MIT",
  4799. "dependencies": {
  4800. "eslint": "^8.41.0",
  4801. "eslint-config-standard": "17.1.0",
  4802. "eslint-config-standard-jsx": "^11.0.0",
  4803. "eslint-plugin-import": "^2.27.5",
  4804. "eslint-plugin-n": "^15.7.0",
  4805. "eslint-plugin-promise": "^6.1.1",
  4806. "eslint-plugin-react": "^7.36.1",
  4807. "standard-engine": "^15.1.0",
  4808. "version-guard": "^1.1.1"
  4809. },
  4810. "bin": {
  4811. "standard": "bin/cmd.cjs"
  4812. },
  4813. "engines": {
  4814. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4815. }
  4816. },
  4817. "node_modules/standard-engine": {
  4818. "version": "15.1.0",
  4819. "resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-15.1.0.tgz",
  4820. "integrity": "sha512-VHysfoyxFu/ukT+9v49d4BRXIokFRZuH3z1VRxzFArZdjSCFpro6rEIU3ji7e4AoAtuSfKBkiOmsrDqKW5ZSRw==",
  4821. "funding": [
  4822. {
  4823. "type": "github",
  4824. "url": "https://github.com/sponsors/feross"
  4825. },
  4826. {
  4827. "type": "patreon",
  4828. "url": "https://www.patreon.com/feross"
  4829. },
  4830. {
  4831. "type": "consulting",
  4832. "url": "https://feross.org/support"
  4833. }
  4834. ],
  4835. "license": "MIT",
  4836. "dependencies": {
  4837. "get-stdin": "^8.0.0",
  4838. "minimist": "^1.2.6",
  4839. "pkg-conf": "^3.1.0",
  4840. "xdg-basedir": "^4.0.0"
  4841. },
  4842. "engines": {
  4843. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4844. }
  4845. },
  4846. "node_modules/stop-iteration-iterator": {
  4847. "version": "1.1.0",
  4848. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  4849. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  4850. "license": "MIT",
  4851. "dependencies": {
  4852. "es-errors": "^1.3.0",
  4853. "internal-slot": "^1.1.0"
  4854. },
  4855. "engines": {
  4856. "node": ">= 0.4"
  4857. }
  4858. },
  4859. "node_modules/string-width": {
  4860. "version": "4.2.3",
  4861. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  4862. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  4863. "dev": true,
  4864. "dependencies": {
  4865. "emoji-regex": "^8.0.0",
  4866. "is-fullwidth-code-point": "^3.0.0",
  4867. "strip-ansi": "^6.0.1"
  4868. },
  4869. "engines": {
  4870. "node": ">=8"
  4871. }
  4872. },
  4873. "node_modules/string.prototype.matchall": {
  4874. "version": "4.0.12",
  4875. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  4876. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  4877. "license": "MIT",
  4878. "dependencies": {
  4879. "call-bind": "^1.0.8",
  4880. "call-bound": "^1.0.3",
  4881. "define-properties": "^1.2.1",
  4882. "es-abstract": "^1.23.6",
  4883. "es-errors": "^1.3.0",
  4884. "es-object-atoms": "^1.0.0",
  4885. "get-intrinsic": "^1.2.6",
  4886. "gopd": "^1.2.0",
  4887. "has-symbols": "^1.1.0",
  4888. "internal-slot": "^1.1.0",
  4889. "regexp.prototype.flags": "^1.5.3",
  4890. "set-function-name": "^2.0.2",
  4891. "side-channel": "^1.1.0"
  4892. },
  4893. "engines": {
  4894. "node": ">= 0.4"
  4895. },
  4896. "funding": {
  4897. "url": "https://github.com/sponsors/ljharb"
  4898. }
  4899. },
  4900. "node_modules/string.prototype.repeat": {
  4901. "version": "1.0.0",
  4902. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  4903. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  4904. "license": "MIT",
  4905. "dependencies": {
  4906. "define-properties": "^1.1.3",
  4907. "es-abstract": "^1.17.5"
  4908. }
  4909. },
  4910. "node_modules/string.prototype.trim": {
  4911. "version": "1.2.10",
  4912. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  4913. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  4914. "license": "MIT",
  4915. "dependencies": {
  4916. "call-bind": "^1.0.8",
  4917. "call-bound": "^1.0.2",
  4918. "define-data-property": "^1.1.4",
  4919. "define-properties": "^1.2.1",
  4920. "es-abstract": "^1.23.5",
  4921. "es-object-atoms": "^1.0.0",
  4922. "has-property-descriptors": "^1.0.2"
  4923. },
  4924. "engines": {
  4925. "node": ">= 0.4"
  4926. },
  4927. "funding": {
  4928. "url": "https://github.com/sponsors/ljharb"
  4929. }
  4930. },
  4931. "node_modules/string.prototype.trimend": {
  4932. "version": "1.0.9",
  4933. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  4934. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  4935. "license": "MIT",
  4936. "dependencies": {
  4937. "call-bind": "^1.0.8",
  4938. "call-bound": "^1.0.2",
  4939. "define-properties": "^1.2.1",
  4940. "es-object-atoms": "^1.0.0"
  4941. },
  4942. "engines": {
  4943. "node": ">= 0.4"
  4944. },
  4945. "funding": {
  4946. "url": "https://github.com/sponsors/ljharb"
  4947. }
  4948. },
  4949. "node_modules/string.prototype.trimstart": {
  4950. "version": "1.0.8",
  4951. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  4952. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  4953. "license": "MIT",
  4954. "dependencies": {
  4955. "call-bind": "^1.0.7",
  4956. "define-properties": "^1.2.1",
  4957. "es-object-atoms": "^1.0.0"
  4958. },
  4959. "engines": {
  4960. "node": ">= 0.4"
  4961. },
  4962. "funding": {
  4963. "url": "https://github.com/sponsors/ljharb"
  4964. }
  4965. },
  4966. "node_modules/strip-ansi": {
  4967. "version": "6.0.1",
  4968. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  4969. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  4970. "dependencies": {
  4971. "ansi-regex": "^5.0.1"
  4972. },
  4973. "engines": {
  4974. "node": ">=8"
  4975. }
  4976. },
  4977. "node_modules/strip-bom": {
  4978. "version": "3.0.0",
  4979. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  4980. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  4981. "license": "MIT",
  4982. "engines": {
  4983. "node": ">=4"
  4984. }
  4985. },
  4986. "node_modules/strip-json-comments": {
  4987. "version": "3.1.1",
  4988. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  4989. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  4990. "license": "MIT",
  4991. "engines": {
  4992. "node": ">=8"
  4993. },
  4994. "funding": {
  4995. "url": "https://github.com/sponsors/sindresorhus"
  4996. }
  4997. },
  4998. "node_modules/stylelint": {
  4999. "version": "16.26.0",
  5000. "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.26.0.tgz",
  5001. "integrity": "sha512-Y/3AVBefrkqqapVYH3LBF5TSDZ1kw+0XpdKN2KchfuhMK6lQ85S4XOG4lIZLcrcS4PWBmvcY6eS2kCQFz0jukQ==",
  5002. "dev": true,
  5003. "funding": [
  5004. {
  5005. "type": "opencollective",
  5006. "url": "https://opencollective.com/stylelint"
  5007. },
  5008. {
  5009. "type": "github",
  5010. "url": "https://github.com/sponsors/stylelint"
  5011. }
  5012. ],
  5013. "license": "MIT",
  5014. "dependencies": {
  5015. "@csstools/css-parser-algorithms": "^3.0.5",
  5016. "@csstools/css-tokenizer": "^3.0.4",
  5017. "@csstools/media-query-list-parser": "^4.0.3",
  5018. "@csstools/selector-specificity": "^5.0.0",
  5019. "@dual-bundle/import-meta-resolve": "^4.2.1",
  5020. "balanced-match": "^2.0.0",
  5021. "colord": "^2.9.3",
  5022. "cosmiconfig": "^9.0.0",
  5023. "css-functions-list": "^3.2.3",
  5024. "css-tree": "^3.1.0",
  5025. "debug": "^4.4.3",
  5026. "fast-glob": "^3.3.3",
  5027. "fastest-levenshtein": "^1.0.16",
  5028. "file-entry-cache": "^11.1.0",
  5029. "global-modules": "^2.0.0",
  5030. "globby": "^11.1.0",
  5031. "globjoin": "^0.1.4",
  5032. "html-tags": "^3.3.1",
  5033. "ignore": "^7.0.5",
  5034. "imurmurhash": "^0.1.4",
  5035. "is-plain-object": "^5.0.0",
  5036. "known-css-properties": "^0.37.0",
  5037. "mathml-tag-names": "^2.1.3",
  5038. "meow": "^13.2.0",
  5039. "micromatch": "^4.0.8",
  5040. "normalize-path": "^3.0.0",
  5041. "picocolors": "^1.1.1",
  5042. "postcss": "^8.5.6",
  5043. "postcss-resolve-nested-selector": "^0.1.6",
  5044. "postcss-safe-parser": "^7.0.1",
  5045. "postcss-selector-parser": "^7.1.0",
  5046. "postcss-value-parser": "^4.2.0",
  5047. "resolve-from": "^5.0.0",
  5048. "string-width": "^4.2.3",
  5049. "supports-hyperlinks": "^3.2.0",
  5050. "svg-tags": "^1.0.0",
  5051. "table": "^6.9.0",
  5052. "write-file-atomic": "^5.0.1"
  5053. },
  5054. "bin": {
  5055. "stylelint": "bin/stylelint.mjs"
  5056. },
  5057. "engines": {
  5058. "node": ">=18.12.0"
  5059. }
  5060. },
  5061. "node_modules/stylelint-config-recommended": {
  5062. "version": "17.0.0",
  5063. "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-17.0.0.tgz",
  5064. "integrity": "sha512-WaMSdEiPfZTSFVoYmJbxorJfA610O0tlYuU2aEwY33UQhSPgFbClrVJYWvy3jGJx+XW37O+LyNLiZOEXhKhJmA==",
  5065. "dev": true,
  5066. "funding": [
  5067. {
  5068. "type": "opencollective",
  5069. "url": "https://opencollective.com/stylelint"
  5070. },
  5071. {
  5072. "type": "github",
  5073. "url": "https://github.com/sponsors/stylelint"
  5074. }
  5075. ],
  5076. "license": "MIT",
  5077. "engines": {
  5078. "node": ">=18.12.0"
  5079. },
  5080. "peerDependencies": {
  5081. "stylelint": "^16.23.0"
  5082. }
  5083. },
  5084. "node_modules/stylelint-config-standard": {
  5085. "version": "39.0.1",
  5086. "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-39.0.1.tgz",
  5087. "integrity": "sha512-b7Fja59EYHRNOTa3aXiuWnhUWXFU2Nfg6h61bLfAb5GS5fX3LMUD0U5t4S8N/4tpHQg3Acs2UVPR9jy2l1g/3A==",
  5088. "dev": true,
  5089. "funding": [
  5090. {
  5091. "type": "opencollective",
  5092. "url": "https://opencollective.com/stylelint"
  5093. },
  5094. {
  5095. "type": "github",
  5096. "url": "https://github.com/sponsors/stylelint"
  5097. }
  5098. ],
  5099. "license": "MIT",
  5100. "dependencies": {
  5101. "stylelint-config-recommended": "^17.0.0"
  5102. },
  5103. "engines": {
  5104. "node": ">=18.12.0"
  5105. },
  5106. "peerDependencies": {
  5107. "stylelint": "^16.23.0"
  5108. }
  5109. },
  5110. "node_modules/stylelint/node_modules/balanced-match": {
  5111. "version": "2.0.0",
  5112. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
  5113. "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==",
  5114. "dev": true
  5115. },
  5116. "node_modules/stylelint/node_modules/file-entry-cache": {
  5117. "version": "11.1.1",
  5118. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.1.tgz",
  5119. "integrity": "sha512-TPVFSDE7q91Dlk1xpFLvFllf8r0HyOMOlnWy7Z2HBku5H3KhIeOGInexrIeg2D64DosVB/JXkrrk6N/7Wriq4A==",
  5120. "dev": true,
  5121. "license": "MIT",
  5122. "dependencies": {
  5123. "flat-cache": "^6.1.19"
  5124. }
  5125. },
  5126. "node_modules/stylelint/node_modules/flat-cache": {
  5127. "version": "6.1.19",
  5128. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.19.tgz",
  5129. "integrity": "sha512-l/K33newPTZMTGAnnzaiqSl6NnH7Namh8jBNjrgjprWxGmZUuxx/sJNIRaijOh3n7q7ESbhNZC+pvVZMFdeU4A==",
  5130. "dev": true,
  5131. "license": "MIT",
  5132. "dependencies": {
  5133. "cacheable": "^2.2.0",
  5134. "flatted": "^3.3.3",
  5135. "hookified": "^1.13.0"
  5136. }
  5137. },
  5138. "node_modules/stylelint/node_modules/ignore": {
  5139. "version": "7.0.5",
  5140. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  5141. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  5142. "dev": true,
  5143. "license": "MIT",
  5144. "engines": {
  5145. "node": ">= 4"
  5146. }
  5147. },
  5148. "node_modules/stylelint/node_modules/resolve-from": {
  5149. "version": "5.0.0",
  5150. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  5151. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  5152. "dev": true,
  5153. "engines": {
  5154. "node": ">=8"
  5155. }
  5156. },
  5157. "node_modules/supports-color": {
  5158. "version": "7.2.0",
  5159. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5160. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5161. "dependencies": {
  5162. "has-flag": "^4.0.0"
  5163. },
  5164. "engines": {
  5165. "node": ">=8"
  5166. }
  5167. },
  5168. "node_modules/supports-hyperlinks": {
  5169. "version": "3.2.0",
  5170. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.2.0.tgz",
  5171. "integrity": "sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==",
  5172. "dev": true,
  5173. "license": "MIT",
  5174. "dependencies": {
  5175. "has-flag": "^4.0.0",
  5176. "supports-color": "^7.0.0"
  5177. },
  5178. "engines": {
  5179. "node": ">=14.18"
  5180. },
  5181. "funding": {
  5182. "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
  5183. }
  5184. },
  5185. "node_modules/supports-preserve-symlinks-flag": {
  5186. "version": "1.0.0",
  5187. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  5188. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  5189. "license": "MIT",
  5190. "engines": {
  5191. "node": ">= 0.4"
  5192. },
  5193. "funding": {
  5194. "url": "https://github.com/sponsors/ljharb"
  5195. }
  5196. },
  5197. "node_modules/svg-tags": {
  5198. "version": "1.0.0",
  5199. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  5200. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
  5201. "dev": true
  5202. },
  5203. "node_modules/table": {
  5204. "version": "6.9.0",
  5205. "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz",
  5206. "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==",
  5207. "dev": true,
  5208. "license": "BSD-3-Clause",
  5209. "dependencies": {
  5210. "ajv": "^8.0.1",
  5211. "lodash.truncate": "^4.4.2",
  5212. "slice-ansi": "^4.0.0",
  5213. "string-width": "^4.2.3",
  5214. "strip-ansi": "^6.0.1"
  5215. },
  5216. "engines": {
  5217. "node": ">=10.0.0"
  5218. }
  5219. },
  5220. "node_modules/table/node_modules/ajv": {
  5221. "version": "8.14.0",
  5222. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.14.0.tgz",
  5223. "integrity": "sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA==",
  5224. "dev": true,
  5225. "dependencies": {
  5226. "fast-deep-equal": "^3.1.3",
  5227. "json-schema-traverse": "^1.0.0",
  5228. "require-from-string": "^2.0.2",
  5229. "uri-js": "^4.4.1"
  5230. },
  5231. "funding": {
  5232. "type": "github",
  5233. "url": "https://github.com/sponsors/epoberezkin"
  5234. }
  5235. },
  5236. "node_modules/table/node_modules/json-schema-traverse": {
  5237. "version": "1.0.0",
  5238. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  5239. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  5240. "dev": true
  5241. },
  5242. "node_modules/text-table": {
  5243. "version": "0.2.0",
  5244. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  5245. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  5246. "license": "MIT"
  5247. },
  5248. "node_modules/tinyglobby": {
  5249. "version": "0.2.15",
  5250. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
  5251. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  5252. "license": "MIT",
  5253. "dependencies": {
  5254. "fdir": "^6.5.0",
  5255. "picomatch": "^4.0.3"
  5256. },
  5257. "engines": {
  5258. "node": ">=12.0.0"
  5259. },
  5260. "funding": {
  5261. "url": "https://github.com/sponsors/SuperchupuDev"
  5262. }
  5263. },
  5264. "node_modules/tinyglobby/node_modules/fdir": {
  5265. "version": "6.5.0",
  5266. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  5267. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  5268. "license": "MIT",
  5269. "engines": {
  5270. "node": ">=12.0.0"
  5271. },
  5272. "peerDependencies": {
  5273. "picomatch": "^3 || ^4"
  5274. },
  5275. "peerDependenciesMeta": {
  5276. "picomatch": {
  5277. "optional": true
  5278. }
  5279. }
  5280. },
  5281. "node_modules/tinyglobby/node_modules/picomatch": {
  5282. "version": "4.0.3",
  5283. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  5284. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  5285. "license": "MIT",
  5286. "engines": {
  5287. "node": ">=12"
  5288. },
  5289. "funding": {
  5290. "url": "https://github.com/sponsors/jonschlinkert"
  5291. }
  5292. },
  5293. "node_modules/to-regex-range": {
  5294. "version": "5.0.1",
  5295. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  5296. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  5297. "dev": true,
  5298. "dependencies": {
  5299. "is-number": "^7.0.0"
  5300. },
  5301. "engines": {
  5302. "node": ">=8.0"
  5303. }
  5304. },
  5305. "node_modules/tsconfig-paths": {
  5306. "version": "3.15.0",
  5307. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  5308. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  5309. "license": "MIT",
  5310. "dependencies": {
  5311. "@types/json5": "^0.0.29",
  5312. "json5": "^1.0.2",
  5313. "minimist": "^1.2.6",
  5314. "strip-bom": "^3.0.0"
  5315. }
  5316. },
  5317. "node_modules/type-check": {
  5318. "version": "0.4.0",
  5319. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  5320. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  5321. "license": "MIT",
  5322. "dependencies": {
  5323. "prelude-ls": "^1.2.1"
  5324. },
  5325. "engines": {
  5326. "node": ">= 0.8.0"
  5327. }
  5328. },
  5329. "node_modules/type-fest": {
  5330. "version": "0.20.2",
  5331. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  5332. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  5333. "license": "(MIT OR CC0-1.0)",
  5334. "engines": {
  5335. "node": ">=10"
  5336. },
  5337. "funding": {
  5338. "url": "https://github.com/sponsors/sindresorhus"
  5339. }
  5340. },
  5341. "node_modules/typed-array-buffer": {
  5342. "version": "1.0.3",
  5343. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  5344. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  5345. "license": "MIT",
  5346. "dependencies": {
  5347. "call-bound": "^1.0.3",
  5348. "es-errors": "^1.3.0",
  5349. "is-typed-array": "^1.1.14"
  5350. },
  5351. "engines": {
  5352. "node": ">= 0.4"
  5353. }
  5354. },
  5355. "node_modules/typed-array-byte-length": {
  5356. "version": "1.0.3",
  5357. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  5358. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  5359. "license": "MIT",
  5360. "dependencies": {
  5361. "call-bind": "^1.0.8",
  5362. "for-each": "^0.3.3",
  5363. "gopd": "^1.2.0",
  5364. "has-proto": "^1.2.0",
  5365. "is-typed-array": "^1.1.14"
  5366. },
  5367. "engines": {
  5368. "node": ">= 0.4"
  5369. },
  5370. "funding": {
  5371. "url": "https://github.com/sponsors/ljharb"
  5372. }
  5373. },
  5374. "node_modules/typed-array-byte-offset": {
  5375. "version": "1.0.4",
  5376. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  5377. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  5378. "license": "MIT",
  5379. "dependencies": {
  5380. "available-typed-arrays": "^1.0.7",
  5381. "call-bind": "^1.0.8",
  5382. "for-each": "^0.3.3",
  5383. "gopd": "^1.2.0",
  5384. "has-proto": "^1.2.0",
  5385. "is-typed-array": "^1.1.15",
  5386. "reflect.getprototypeof": "^1.0.9"
  5387. },
  5388. "engines": {
  5389. "node": ">= 0.4"
  5390. },
  5391. "funding": {
  5392. "url": "https://github.com/sponsors/ljharb"
  5393. }
  5394. },
  5395. "node_modules/typed-array-length": {
  5396. "version": "1.0.7",
  5397. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
  5398. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  5399. "license": "MIT",
  5400. "dependencies": {
  5401. "call-bind": "^1.0.7",
  5402. "for-each": "^0.3.3",
  5403. "gopd": "^1.0.1",
  5404. "is-typed-array": "^1.1.13",
  5405. "possible-typed-array-names": "^1.0.0",
  5406. "reflect.getprototypeof": "^1.0.6"
  5407. },
  5408. "engines": {
  5409. "node": ">= 0.4"
  5410. },
  5411. "funding": {
  5412. "url": "https://github.com/sponsors/ljharb"
  5413. }
  5414. },
  5415. "node_modules/ufo": {
  5416. "version": "1.6.1",
  5417. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
  5418. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  5419. "license": "MIT"
  5420. },
  5421. "node_modules/unbox-primitive": {
  5422. "version": "1.1.0",
  5423. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  5424. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  5425. "license": "MIT",
  5426. "dependencies": {
  5427. "call-bound": "^1.0.3",
  5428. "has-bigints": "^1.0.2",
  5429. "has-symbols": "^1.1.0",
  5430. "which-boxed-primitive": "^1.1.1"
  5431. },
  5432. "engines": {
  5433. "node": ">= 0.4"
  5434. },
  5435. "funding": {
  5436. "url": "https://github.com/sponsors/ljharb"
  5437. }
  5438. },
  5439. "node_modules/unplugin": {
  5440. "version": "2.3.10",
  5441. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.10.tgz",
  5442. "integrity": "sha512-6NCPkv1ClwH+/BGE9QeoTIl09nuiAt0gS28nn1PvYXsGKRwM2TCbFA2QiilmehPDTXIe684k4rZI1yl3A1PCUw==",
  5443. "license": "MIT",
  5444. "dependencies": {
  5445. "@jridgewell/remapping": "^2.3.5",
  5446. "acorn": "^8.15.0",
  5447. "picomatch": "^4.0.3",
  5448. "webpack-virtual-modules": "^0.6.2"
  5449. },
  5450. "engines": {
  5451. "node": ">=18.12.0"
  5452. }
  5453. },
  5454. "node_modules/unplugin-utils": {
  5455. "version": "0.3.1",
  5456. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  5457. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  5458. "license": "MIT",
  5459. "dependencies": {
  5460. "pathe": "^2.0.3",
  5461. "picomatch": "^4.0.3"
  5462. },
  5463. "engines": {
  5464. "node": ">=20.19.0"
  5465. },
  5466. "funding": {
  5467. "url": "https://github.com/sponsors/sxzz"
  5468. }
  5469. },
  5470. "node_modules/unplugin-utils/node_modules/picomatch": {
  5471. "version": "4.0.3",
  5472. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  5473. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  5474. "license": "MIT",
  5475. "engines": {
  5476. "node": ">=12"
  5477. },
  5478. "funding": {
  5479. "url": "https://github.com/sponsors/jonschlinkert"
  5480. }
  5481. },
  5482. "node_modules/unplugin-vue-components": {
  5483. "version": "30.0.0",
  5484. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-30.0.0.tgz",
  5485. "integrity": "sha512-4qVE/lwCgmdPTp6h0qsRN2u642tt4boBQtcpn4wQcWZAsr8TQwq+SPT3NDu/6kBFxzo/sSEK4ioXhOOBrXc3iw==",
  5486. "license": "MIT",
  5487. "dependencies": {
  5488. "chokidar": "^4.0.3",
  5489. "debug": "^4.4.3",
  5490. "local-pkg": "^1.1.2",
  5491. "magic-string": "^0.30.19",
  5492. "mlly": "^1.8.0",
  5493. "tinyglobby": "^0.2.15",
  5494. "unplugin": "^2.3.10",
  5495. "unplugin-utils": "^0.3.1"
  5496. },
  5497. "engines": {
  5498. "node": ">=14"
  5499. },
  5500. "funding": {
  5501. "url": "https://github.com/sponsors/antfu"
  5502. },
  5503. "peerDependencies": {
  5504. "@babel/parser": "^7.15.8",
  5505. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  5506. "vue": "2 || 3"
  5507. },
  5508. "peerDependenciesMeta": {
  5509. "@babel/parser": {
  5510. "optional": true
  5511. },
  5512. "@nuxt/kit": {
  5513. "optional": true
  5514. }
  5515. }
  5516. },
  5517. "node_modules/unplugin/node_modules/picomatch": {
  5518. "version": "4.0.3",
  5519. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  5520. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  5521. "license": "MIT",
  5522. "engines": {
  5523. "node": ">=12"
  5524. },
  5525. "funding": {
  5526. "url": "https://github.com/sponsors/jonschlinkert"
  5527. }
  5528. },
  5529. "node_modules/uri-js": {
  5530. "version": "4.4.1",
  5531. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  5532. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  5533. "dependencies": {
  5534. "punycode": "^2.1.0"
  5535. }
  5536. },
  5537. "node_modules/util-deprecate": {
  5538. "version": "1.0.2",
  5539. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  5540. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  5541. "dev": true,
  5542. "license": "MIT"
  5543. },
  5544. "node_modules/version-guard": {
  5545. "version": "1.1.3",
  5546. "resolved": "https://registry.npmjs.org/version-guard/-/version-guard-1.1.3.tgz",
  5547. "integrity": "sha512-JwPr6erhX53EWH/HCSzfy1tTFrtPXUe927wdM1jqBBeYp1OM+qPHjWbsvv6pIBduqdgxxS+ScfG7S28pzyr2DQ==",
  5548. "license": "0BSD",
  5549. "engines": {
  5550. "node": ">=0.10.48"
  5551. }
  5552. },
  5553. "node_modules/vite": {
  5554. "version": "7.2.4",
  5555. "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.4.tgz",
  5556. "integrity": "sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==",
  5557. "license": "MIT",
  5558. "dependencies": {
  5559. "esbuild": "^0.25.0",
  5560. "fdir": "^6.5.0",
  5561. "picomatch": "^4.0.3",
  5562. "postcss": "^8.5.6",
  5563. "rollup": "^4.43.0",
  5564. "tinyglobby": "^0.2.15"
  5565. },
  5566. "bin": {
  5567. "vite": "bin/vite.js"
  5568. },
  5569. "engines": {
  5570. "node": "^20.19.0 || >=22.12.0"
  5571. },
  5572. "funding": {
  5573. "url": "https://github.com/vitejs/vite?sponsor=1"
  5574. },
  5575. "optionalDependencies": {
  5576. "fsevents": "~2.3.3"
  5577. },
  5578. "peerDependencies": {
  5579. "@types/node": "^20.19.0 || >=22.12.0",
  5580. "jiti": ">=1.21.0",
  5581. "less": "^4.0.0",
  5582. "lightningcss": "^1.21.0",
  5583. "sass": "^1.70.0",
  5584. "sass-embedded": "^1.70.0",
  5585. "stylus": ">=0.54.8",
  5586. "sugarss": "^5.0.0",
  5587. "terser": "^5.16.0",
  5588. "tsx": "^4.8.1",
  5589. "yaml": "^2.4.2"
  5590. },
  5591. "peerDependenciesMeta": {
  5592. "@types/node": {
  5593. "optional": true
  5594. },
  5595. "jiti": {
  5596. "optional": true
  5597. },
  5598. "less": {
  5599. "optional": true
  5600. },
  5601. "lightningcss": {
  5602. "optional": true
  5603. },
  5604. "sass": {
  5605. "optional": true
  5606. },
  5607. "sass-embedded": {
  5608. "optional": true
  5609. },
  5610. "stylus": {
  5611. "optional": true
  5612. },
  5613. "sugarss": {
  5614. "optional": true
  5615. },
  5616. "terser": {
  5617. "optional": true
  5618. },
  5619. "tsx": {
  5620. "optional": true
  5621. },
  5622. "yaml": {
  5623. "optional": true
  5624. }
  5625. }
  5626. },
  5627. "node_modules/vite/node_modules/fdir": {
  5628. "version": "6.5.0",
  5629. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  5630. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  5631. "license": "MIT",
  5632. "engines": {
  5633. "node": ">=12.0.0"
  5634. },
  5635. "peerDependencies": {
  5636. "picomatch": "^3 || ^4"
  5637. },
  5638. "peerDependenciesMeta": {
  5639. "picomatch": {
  5640. "optional": true
  5641. }
  5642. }
  5643. },
  5644. "node_modules/vite/node_modules/picomatch": {
  5645. "version": "4.0.3",
  5646. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  5647. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  5648. "license": "MIT",
  5649. "engines": {
  5650. "node": ">=12"
  5651. },
  5652. "funding": {
  5653. "url": "https://github.com/sponsors/jonschlinkert"
  5654. }
  5655. },
  5656. "node_modules/vue": {
  5657. "version": "3.5.24",
  5658. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.24.tgz",
  5659. "integrity": "sha512-uTHDOpVQTMjcGgrqFPSb8iO2m1DUvo+WbGqoXQz8Y1CeBYQ0FXf2z1gLRaBtHjlRz7zZUBHxjVB5VTLzYkvftg==",
  5660. "license": "MIT",
  5661. "dependencies": {
  5662. "@vue/compiler-dom": "3.5.24",
  5663. "@vue/compiler-sfc": "3.5.24",
  5664. "@vue/runtime-dom": "3.5.24",
  5665. "@vue/server-renderer": "3.5.24",
  5666. "@vue/shared": "3.5.24"
  5667. },
  5668. "peerDependencies": {
  5669. "typescript": "*"
  5670. },
  5671. "peerDependenciesMeta": {
  5672. "typescript": {
  5673. "optional": true
  5674. }
  5675. }
  5676. },
  5677. "node_modules/vue-i18n": {
  5678. "version": "11.1.12",
  5679. "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.1.12.tgz",
  5680. "integrity": "sha512-BnstPj3KLHLrsqbVU2UOrPmr0+Mv11bsUZG0PyCOzsawCivk8W00GMXHeVUWIDOgNaScCuZah47CZFE+Wnl8mw==",
  5681. "license": "MIT",
  5682. "dependencies": {
  5683. "@intlify/core-base": "11.1.12",
  5684. "@intlify/shared": "11.1.12",
  5685. "@vue/devtools-api": "^6.5.0"
  5686. },
  5687. "engines": {
  5688. "node": ">= 16"
  5689. },
  5690. "funding": {
  5691. "url": "https://github.com/sponsors/kazupon"
  5692. },
  5693. "peerDependencies": {
  5694. "vue": "^3.0.0"
  5695. }
  5696. },
  5697. "node_modules/vue-router": {
  5698. "version": "4.6.3",
  5699. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.3.tgz",
  5700. "integrity": "sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==",
  5701. "license": "MIT",
  5702. "dependencies": {
  5703. "@vue/devtools-api": "^6.6.4"
  5704. },
  5705. "funding": {
  5706. "url": "https://github.com/sponsors/posva"
  5707. },
  5708. "peerDependencies": {
  5709. "vue": "^3.5.0"
  5710. }
  5711. },
  5712. "node_modules/webpack-virtual-modules": {
  5713. "version": "0.6.2",
  5714. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  5715. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  5716. "license": "MIT"
  5717. },
  5718. "node_modules/which": {
  5719. "version": "2.0.2",
  5720. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  5721. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  5722. "license": "ISC",
  5723. "dependencies": {
  5724. "isexe": "^2.0.0"
  5725. },
  5726. "bin": {
  5727. "node-which": "bin/node-which"
  5728. },
  5729. "engines": {
  5730. "node": ">= 8"
  5731. }
  5732. },
  5733. "node_modules/which-boxed-primitive": {
  5734. "version": "1.1.1",
  5735. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  5736. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  5737. "license": "MIT",
  5738. "dependencies": {
  5739. "is-bigint": "^1.1.0",
  5740. "is-boolean-object": "^1.2.1",
  5741. "is-number-object": "^1.1.1",
  5742. "is-string": "^1.1.1",
  5743. "is-symbol": "^1.1.1"
  5744. },
  5745. "engines": {
  5746. "node": ">= 0.4"
  5747. },
  5748. "funding": {
  5749. "url": "https://github.com/sponsors/ljharb"
  5750. }
  5751. },
  5752. "node_modules/which-builtin-type": {
  5753. "version": "1.2.1",
  5754. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  5755. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  5756. "license": "MIT",
  5757. "dependencies": {
  5758. "call-bound": "^1.0.2",
  5759. "function.prototype.name": "^1.1.6",
  5760. "has-tostringtag": "^1.0.2",
  5761. "is-async-function": "^2.0.0",
  5762. "is-date-object": "^1.1.0",
  5763. "is-finalizationregistry": "^1.1.0",
  5764. "is-generator-function": "^1.0.10",
  5765. "is-regex": "^1.2.1",
  5766. "is-weakref": "^1.0.2",
  5767. "isarray": "^2.0.5",
  5768. "which-boxed-primitive": "^1.1.0",
  5769. "which-collection": "^1.0.2",
  5770. "which-typed-array": "^1.1.16"
  5771. },
  5772. "engines": {
  5773. "node": ">= 0.4"
  5774. },
  5775. "funding": {
  5776. "url": "https://github.com/sponsors/ljharb"
  5777. }
  5778. },
  5779. "node_modules/which-collection": {
  5780. "version": "1.0.2",
  5781. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  5782. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  5783. "license": "MIT",
  5784. "dependencies": {
  5785. "is-map": "^2.0.3",
  5786. "is-set": "^2.0.3",
  5787. "is-weakmap": "^2.0.2",
  5788. "is-weakset": "^2.0.3"
  5789. },
  5790. "engines": {
  5791. "node": ">= 0.4"
  5792. },
  5793. "funding": {
  5794. "url": "https://github.com/sponsors/ljharb"
  5795. }
  5796. },
  5797. "node_modules/which-typed-array": {
  5798. "version": "1.1.19",
  5799. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
  5800. "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
  5801. "license": "MIT",
  5802. "dependencies": {
  5803. "available-typed-arrays": "^1.0.7",
  5804. "call-bind": "^1.0.8",
  5805. "call-bound": "^1.0.4",
  5806. "for-each": "^0.3.5",
  5807. "get-proto": "^1.0.1",
  5808. "gopd": "^1.2.0",
  5809. "has-tostringtag": "^1.0.2"
  5810. },
  5811. "engines": {
  5812. "node": ">= 0.4"
  5813. },
  5814. "funding": {
  5815. "url": "https://github.com/sponsors/ljharb"
  5816. }
  5817. },
  5818. "node_modules/word-wrap": {
  5819. "version": "1.2.5",
  5820. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  5821. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  5822. "license": "MIT",
  5823. "engines": {
  5824. "node": ">=0.10.0"
  5825. }
  5826. },
  5827. "node_modules/wrappy": {
  5828. "version": "1.0.2",
  5829. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  5830. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  5831. "license": "ISC"
  5832. },
  5833. "node_modules/write-file-atomic": {
  5834. "version": "5.0.1",
  5835. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
  5836. "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==",
  5837. "dev": true,
  5838. "dependencies": {
  5839. "imurmurhash": "^0.1.4",
  5840. "signal-exit": "^4.0.1"
  5841. },
  5842. "engines": {
  5843. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5844. }
  5845. },
  5846. "node_modules/xdg-basedir": {
  5847. "version": "4.0.0",
  5848. "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
  5849. "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
  5850. "license": "MIT",
  5851. "engines": {
  5852. "node": ">=8"
  5853. }
  5854. },
  5855. "node_modules/yocto-queue": {
  5856. "version": "0.1.0",
  5857. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  5858. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  5859. "license": "MIT",
  5860. "engines": {
  5861. "node": ">=10"
  5862. },
  5863. "funding": {
  5864. "url": "https://github.com/sponsors/sindresorhus"
  5865. }
  5866. }
  5867. }
  5868. }