package-lock.json 154 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331
  1. {
  2. "name": "tweb-admin",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "tweb-admin",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@primeuix/themes": "^1.0.0",
  12. "@primevue/forms": "^4.3.3",
  13. "@tailwindcss/vite": "^4.0.17",
  14. "@vueuse/core": "^13.0.0",
  15. "axios": "^1.8.4",
  16. "chart.js": "^4.4.8",
  17. "jszip": "^3.10.1",
  18. "less": "^4.2.2",
  19. "pinia": "^3.0.1",
  20. "primeflex": "^4.0.0",
  21. "primeicons": "^7.0.0",
  22. "primevue": "^4.3.5",
  23. "tailwindcss-primeui": "^0.6.1",
  24. "vue": "^3.5.13",
  25. "vue-router": "^4.5.0",
  26. "zod": "^3.24.2"
  27. },
  28. "devDependencies": {
  29. "@eslint/js": "^9.21.0",
  30. "@vitejs/plugin-vue": "^5.2.1",
  31. "@vitejs/plugin-vue-jsx": "^4.1.1",
  32. "@vue/eslint-config-prettier": "^10.2.0",
  33. "eslint": "^9.21.0",
  34. "eslint-plugin-vue": "~10.0.0",
  35. "globals": "^16.0.0",
  36. "prettier": "3.5.3",
  37. "tailwindcss": "^4.0.17",
  38. "vite": "^6.2.1",
  39. "vite-plugin-vue-devtools": "^7.7.2"
  40. }
  41. },
  42. "node_modules/@ampproject/remapping": {
  43. "version": "2.3.0",
  44. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  45. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  46. "dev": true,
  47. "license": "Apache-2.0",
  48. "dependencies": {
  49. "@jridgewell/gen-mapping": "^0.3.5",
  50. "@jridgewell/trace-mapping": "^0.3.24"
  51. },
  52. "engines": {
  53. "node": ">=6.0.0"
  54. }
  55. },
  56. "node_modules/@antfu/utils": {
  57. "version": "0.7.10",
  58. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  59. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  60. "dev": true,
  61. "license": "MIT",
  62. "funding": {
  63. "url": "https://github.com/sponsors/antfu"
  64. }
  65. },
  66. "node_modules/@babel/code-frame": {
  67. "version": "7.26.2",
  68. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.26.2.tgz",
  69. "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
  70. "dev": true,
  71. "license": "MIT",
  72. "dependencies": {
  73. "@babel/helper-validator-identifier": "^7.25.9",
  74. "js-tokens": "^4.0.0",
  75. "picocolors": "^1.0.0"
  76. },
  77. "engines": {
  78. "node": ">=6.9.0"
  79. }
  80. },
  81. "node_modules/@babel/compat-data": {
  82. "version": "7.26.8",
  83. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.26.8.tgz",
  84. "integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==",
  85. "dev": true,
  86. "license": "MIT",
  87. "engines": {
  88. "node": ">=6.9.0"
  89. }
  90. },
  91. "node_modules/@babel/core": {
  92. "version": "7.26.10",
  93. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.26.10.tgz",
  94. "integrity": "sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==",
  95. "dev": true,
  96. "license": "MIT",
  97. "dependencies": {
  98. "@ampproject/remapping": "^2.2.0",
  99. "@babel/code-frame": "^7.26.2",
  100. "@babel/generator": "^7.26.10",
  101. "@babel/helper-compilation-targets": "^7.26.5",
  102. "@babel/helper-module-transforms": "^7.26.0",
  103. "@babel/helpers": "^7.26.10",
  104. "@babel/parser": "^7.26.10",
  105. "@babel/template": "^7.26.9",
  106. "@babel/traverse": "^7.26.10",
  107. "@babel/types": "^7.26.10",
  108. "convert-source-map": "^2.0.0",
  109. "debug": "^4.1.0",
  110. "gensync": "^1.0.0-beta.2",
  111. "json5": "^2.2.3",
  112. "semver": "^6.3.1"
  113. },
  114. "engines": {
  115. "node": ">=6.9.0"
  116. },
  117. "funding": {
  118. "type": "opencollective",
  119. "url": "https://opencollective.com/babel"
  120. }
  121. },
  122. "node_modules/@babel/generator": {
  123. "version": "7.27.0",
  124. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.27.0.tgz",
  125. "integrity": "sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==",
  126. "dev": true,
  127. "license": "MIT",
  128. "dependencies": {
  129. "@babel/parser": "^7.27.0",
  130. "@babel/types": "^7.27.0",
  131. "@jridgewell/gen-mapping": "^0.3.5",
  132. "@jridgewell/trace-mapping": "^0.3.25",
  133. "jsesc": "^3.0.2"
  134. },
  135. "engines": {
  136. "node": ">=6.9.0"
  137. }
  138. },
  139. "node_modules/@babel/helper-annotate-as-pure": {
  140. "version": "7.25.9",
  141. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
  142. "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
  143. "dev": true,
  144. "license": "MIT",
  145. "dependencies": {
  146. "@babel/types": "^7.25.9"
  147. },
  148. "engines": {
  149. "node": ">=6.9.0"
  150. }
  151. },
  152. "node_modules/@babel/helper-compilation-targets": {
  153. "version": "7.27.0",
  154. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.0.tgz",
  155. "integrity": "sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==",
  156. "dev": true,
  157. "license": "MIT",
  158. "dependencies": {
  159. "@babel/compat-data": "^7.26.8",
  160. "@babel/helper-validator-option": "^7.25.9",
  161. "browserslist": "^4.24.0",
  162. "lru-cache": "^5.1.1",
  163. "semver": "^6.3.1"
  164. },
  165. "engines": {
  166. "node": ">=6.9.0"
  167. }
  168. },
  169. "node_modules/@babel/helper-create-class-features-plugin": {
  170. "version": "7.27.0",
  171. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz",
  172. "integrity": "sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==",
  173. "dev": true,
  174. "license": "MIT",
  175. "dependencies": {
  176. "@babel/helper-annotate-as-pure": "^7.25.9",
  177. "@babel/helper-member-expression-to-functions": "^7.25.9",
  178. "@babel/helper-optimise-call-expression": "^7.25.9",
  179. "@babel/helper-replace-supers": "^7.26.5",
  180. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
  181. "@babel/traverse": "^7.27.0",
  182. "semver": "^6.3.1"
  183. },
  184. "engines": {
  185. "node": ">=6.9.0"
  186. },
  187. "peerDependencies": {
  188. "@babel/core": "^7.0.0"
  189. }
  190. },
  191. "node_modules/@babel/helper-member-expression-to-functions": {
  192. "version": "7.25.9",
  193. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
  194. "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
  195. "dev": true,
  196. "license": "MIT",
  197. "dependencies": {
  198. "@babel/traverse": "^7.25.9",
  199. "@babel/types": "^7.25.9"
  200. },
  201. "engines": {
  202. "node": ">=6.9.0"
  203. }
  204. },
  205. "node_modules/@babel/helper-module-imports": {
  206. "version": "7.25.9",
  207. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
  208. "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
  209. "dev": true,
  210. "license": "MIT",
  211. "dependencies": {
  212. "@babel/traverse": "^7.25.9",
  213. "@babel/types": "^7.25.9"
  214. },
  215. "engines": {
  216. "node": ">=6.9.0"
  217. }
  218. },
  219. "node_modules/@babel/helper-module-transforms": {
  220. "version": "7.26.0",
  221. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
  222. "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
  223. "dev": true,
  224. "license": "MIT",
  225. "dependencies": {
  226. "@babel/helper-module-imports": "^7.25.9",
  227. "@babel/helper-validator-identifier": "^7.25.9",
  228. "@babel/traverse": "^7.25.9"
  229. },
  230. "engines": {
  231. "node": ">=6.9.0"
  232. },
  233. "peerDependencies": {
  234. "@babel/core": "^7.0.0"
  235. }
  236. },
  237. "node_modules/@babel/helper-optimise-call-expression": {
  238. "version": "7.25.9",
  239. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
  240. "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
  241. "dev": true,
  242. "license": "MIT",
  243. "dependencies": {
  244. "@babel/types": "^7.25.9"
  245. },
  246. "engines": {
  247. "node": ">=6.9.0"
  248. }
  249. },
  250. "node_modules/@babel/helper-plugin-utils": {
  251. "version": "7.26.5",
  252. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz",
  253. "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==",
  254. "dev": true,
  255. "license": "MIT",
  256. "engines": {
  257. "node": ">=6.9.0"
  258. }
  259. },
  260. "node_modules/@babel/helper-replace-supers": {
  261. "version": "7.26.5",
  262. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz",
  263. "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==",
  264. "dev": true,
  265. "license": "MIT",
  266. "dependencies": {
  267. "@babel/helper-member-expression-to-functions": "^7.25.9",
  268. "@babel/helper-optimise-call-expression": "^7.25.9",
  269. "@babel/traverse": "^7.26.5"
  270. },
  271. "engines": {
  272. "node": ">=6.9.0"
  273. },
  274. "peerDependencies": {
  275. "@babel/core": "^7.0.0"
  276. }
  277. },
  278. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  279. "version": "7.25.9",
  280. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
  281. "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
  282. "dev": true,
  283. "license": "MIT",
  284. "dependencies": {
  285. "@babel/traverse": "^7.25.9",
  286. "@babel/types": "^7.25.9"
  287. },
  288. "engines": {
  289. "node": ">=6.9.0"
  290. }
  291. },
  292. "node_modules/@babel/helper-string-parser": {
  293. "version": "7.25.9",
  294. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  295. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  296. "license": "MIT",
  297. "engines": {
  298. "node": ">=6.9.0"
  299. }
  300. },
  301. "node_modules/@babel/helper-validator-identifier": {
  302. "version": "7.25.9",
  303. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  304. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  305. "license": "MIT",
  306. "engines": {
  307. "node": ">=6.9.0"
  308. }
  309. },
  310. "node_modules/@babel/helper-validator-option": {
  311. "version": "7.25.9",
  312. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
  313. "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
  314. "dev": true,
  315. "license": "MIT",
  316. "engines": {
  317. "node": ">=6.9.0"
  318. }
  319. },
  320. "node_modules/@babel/helpers": {
  321. "version": "7.27.0",
  322. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.27.0.tgz",
  323. "integrity": "sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==",
  324. "dev": true,
  325. "license": "MIT",
  326. "dependencies": {
  327. "@babel/template": "^7.27.0",
  328. "@babel/types": "^7.27.0"
  329. },
  330. "engines": {
  331. "node": ">=6.9.0"
  332. }
  333. },
  334. "node_modules/@babel/parser": {
  335. "version": "7.27.0",
  336. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.0.tgz",
  337. "integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==",
  338. "license": "MIT",
  339. "dependencies": {
  340. "@babel/types": "^7.27.0"
  341. },
  342. "bin": {
  343. "parser": "bin/babel-parser.js"
  344. },
  345. "engines": {
  346. "node": ">=6.0.0"
  347. }
  348. },
  349. "node_modules/@babel/plugin-proposal-decorators": {
  350. "version": "7.25.9",
  351. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
  352. "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
  353. "dev": true,
  354. "license": "MIT",
  355. "dependencies": {
  356. "@babel/helper-create-class-features-plugin": "^7.25.9",
  357. "@babel/helper-plugin-utils": "^7.25.9",
  358. "@babel/plugin-syntax-decorators": "^7.25.9"
  359. },
  360. "engines": {
  361. "node": ">=6.9.0"
  362. },
  363. "peerDependencies": {
  364. "@babel/core": "^7.0.0-0"
  365. }
  366. },
  367. "node_modules/@babel/plugin-syntax-decorators": {
  368. "version": "7.25.9",
  369. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
  370. "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
  371. "dev": true,
  372. "license": "MIT",
  373. "dependencies": {
  374. "@babel/helper-plugin-utils": "^7.25.9"
  375. },
  376. "engines": {
  377. "node": ">=6.9.0"
  378. },
  379. "peerDependencies": {
  380. "@babel/core": "^7.0.0-0"
  381. }
  382. },
  383. "node_modules/@babel/plugin-syntax-import-attributes": {
  384. "version": "7.26.0",
  385. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
  386. "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
  387. "dev": true,
  388. "license": "MIT",
  389. "dependencies": {
  390. "@babel/helper-plugin-utils": "^7.25.9"
  391. },
  392. "engines": {
  393. "node": ">=6.9.0"
  394. },
  395. "peerDependencies": {
  396. "@babel/core": "^7.0.0-0"
  397. }
  398. },
  399. "node_modules/@babel/plugin-syntax-import-meta": {
  400. "version": "7.10.4",
  401. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  402. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  403. "dev": true,
  404. "license": "MIT",
  405. "dependencies": {
  406. "@babel/helper-plugin-utils": "^7.10.4"
  407. },
  408. "peerDependencies": {
  409. "@babel/core": "^7.0.0-0"
  410. }
  411. },
  412. "node_modules/@babel/plugin-syntax-jsx": {
  413. "version": "7.25.9",
  414. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz",
  415. "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==",
  416. "dev": true,
  417. "license": "MIT",
  418. "dependencies": {
  419. "@babel/helper-plugin-utils": "^7.25.9"
  420. },
  421. "engines": {
  422. "node": ">=6.9.0"
  423. },
  424. "peerDependencies": {
  425. "@babel/core": "^7.0.0-0"
  426. }
  427. },
  428. "node_modules/@babel/plugin-syntax-typescript": {
  429. "version": "7.25.9",
  430. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",
  431. "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",
  432. "dev": true,
  433. "license": "MIT",
  434. "dependencies": {
  435. "@babel/helper-plugin-utils": "^7.25.9"
  436. },
  437. "engines": {
  438. "node": ">=6.9.0"
  439. },
  440. "peerDependencies": {
  441. "@babel/core": "^7.0.0-0"
  442. }
  443. },
  444. "node_modules/@babel/plugin-transform-typescript": {
  445. "version": "7.27.0",
  446. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz",
  447. "integrity": "sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==",
  448. "dev": true,
  449. "license": "MIT",
  450. "dependencies": {
  451. "@babel/helper-annotate-as-pure": "^7.25.9",
  452. "@babel/helper-create-class-features-plugin": "^7.27.0",
  453. "@babel/helper-plugin-utils": "^7.26.5",
  454. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
  455. "@babel/plugin-syntax-typescript": "^7.25.9"
  456. },
  457. "engines": {
  458. "node": ">=6.9.0"
  459. },
  460. "peerDependencies": {
  461. "@babel/core": "^7.0.0-0"
  462. }
  463. },
  464. "node_modules/@babel/template": {
  465. "version": "7.27.0",
  466. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.0.tgz",
  467. "integrity": "sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==",
  468. "dev": true,
  469. "license": "MIT",
  470. "dependencies": {
  471. "@babel/code-frame": "^7.26.2",
  472. "@babel/parser": "^7.27.0",
  473. "@babel/types": "^7.27.0"
  474. },
  475. "engines": {
  476. "node": ">=6.9.0"
  477. }
  478. },
  479. "node_modules/@babel/traverse": {
  480. "version": "7.27.0",
  481. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.27.0.tgz",
  482. "integrity": "sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==",
  483. "dev": true,
  484. "license": "MIT",
  485. "dependencies": {
  486. "@babel/code-frame": "^7.26.2",
  487. "@babel/generator": "^7.27.0",
  488. "@babel/parser": "^7.27.0",
  489. "@babel/template": "^7.27.0",
  490. "@babel/types": "^7.27.0",
  491. "debug": "^4.3.1",
  492. "globals": "^11.1.0"
  493. },
  494. "engines": {
  495. "node": ">=6.9.0"
  496. }
  497. },
  498. "node_modules/@babel/traverse/node_modules/globals": {
  499. "version": "11.12.0",
  500. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  501. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  502. "dev": true,
  503. "license": "MIT",
  504. "engines": {
  505. "node": ">=4"
  506. }
  507. },
  508. "node_modules/@babel/types": {
  509. "version": "7.27.0",
  510. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.0.tgz",
  511. "integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==",
  512. "license": "MIT",
  513. "dependencies": {
  514. "@babel/helper-string-parser": "^7.25.9",
  515. "@babel/helper-validator-identifier": "^7.25.9"
  516. },
  517. "engines": {
  518. "node": ">=6.9.0"
  519. }
  520. },
  521. "node_modules/@esbuild/darwin-arm64": {
  522. "version": "0.25.2",
  523. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.2.tgz",
  524. "integrity": "sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==",
  525. "cpu": [
  526. "arm64"
  527. ],
  528. "license": "MIT",
  529. "optional": true,
  530. "os": [
  531. "darwin"
  532. ],
  533. "engines": {
  534. "node": ">=18"
  535. }
  536. },
  537. "node_modules/@eslint-community/eslint-utils": {
  538. "version": "4.5.1",
  539. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz",
  540. "integrity": "sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==",
  541. "dev": true,
  542. "license": "MIT",
  543. "dependencies": {
  544. "eslint-visitor-keys": "^3.4.3"
  545. },
  546. "engines": {
  547. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  548. },
  549. "funding": {
  550. "url": "https://opencollective.com/eslint"
  551. },
  552. "peerDependencies": {
  553. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  554. }
  555. },
  556. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  557. "version": "3.4.3",
  558. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  559. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  560. "dev": true,
  561. "license": "Apache-2.0",
  562. "engines": {
  563. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  564. },
  565. "funding": {
  566. "url": "https://opencollective.com/eslint"
  567. }
  568. },
  569. "node_modules/@eslint-community/regexpp": {
  570. "version": "4.12.1",
  571. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  572. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  573. "dev": true,
  574. "license": "MIT",
  575. "engines": {
  576. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  577. }
  578. },
  579. "node_modules/@eslint/config-array": {
  580. "version": "0.19.2",
  581. "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.19.2.tgz",
  582. "integrity": "sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==",
  583. "dev": true,
  584. "license": "Apache-2.0",
  585. "dependencies": {
  586. "@eslint/object-schema": "^2.1.6",
  587. "debug": "^4.3.1",
  588. "minimatch": "^3.1.2"
  589. },
  590. "engines": {
  591. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  592. }
  593. },
  594. "node_modules/@eslint/config-helpers": {
  595. "version": "0.2.0",
  596. "resolved": "https://registry.npmmirror.com/@eslint/config-helpers/-/config-helpers-0.2.0.tgz",
  597. "integrity": "sha512-yJLLmLexii32mGrhW29qvU3QBVTu0GUmEf/J4XsBtVhp4JkIUFN/BjWqTF63yRvGApIDpZm5fa97LtYtINmfeQ==",
  598. "dev": true,
  599. "license": "Apache-2.0",
  600. "engines": {
  601. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  602. }
  603. },
  604. "node_modules/@eslint/core": {
  605. "version": "0.12.0",
  606. "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.12.0.tgz",
  607. "integrity": "sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==",
  608. "dev": true,
  609. "license": "Apache-2.0",
  610. "dependencies": {
  611. "@types/json-schema": "^7.0.15"
  612. },
  613. "engines": {
  614. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  615. }
  616. },
  617. "node_modules/@eslint/eslintrc": {
  618. "version": "3.3.1",
  619. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
  620. "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
  621. "dev": true,
  622. "license": "MIT",
  623. "dependencies": {
  624. "ajv": "^6.12.4",
  625. "debug": "^4.3.2",
  626. "espree": "^10.0.1",
  627. "globals": "^14.0.0",
  628. "ignore": "^5.2.0",
  629. "import-fresh": "^3.2.1",
  630. "js-yaml": "^4.1.0",
  631. "minimatch": "^3.1.2",
  632. "strip-json-comments": "^3.1.1"
  633. },
  634. "engines": {
  635. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  636. },
  637. "funding": {
  638. "url": "https://opencollective.com/eslint"
  639. }
  640. },
  641. "node_modules/@eslint/eslintrc/node_modules/globals": {
  642. "version": "14.0.0",
  643. "resolved": "https://registry.npmmirror.com/globals/-/globals-14.0.0.tgz",
  644. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  645. "dev": true,
  646. "license": "MIT",
  647. "engines": {
  648. "node": ">=18"
  649. },
  650. "funding": {
  651. "url": "https://github.com/sponsors/sindresorhus"
  652. }
  653. },
  654. "node_modules/@eslint/js": {
  655. "version": "9.23.0",
  656. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.23.0.tgz",
  657. "integrity": "sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==",
  658. "dev": true,
  659. "license": "MIT",
  660. "engines": {
  661. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  662. }
  663. },
  664. "node_modules/@eslint/object-schema": {
  665. "version": "2.1.6",
  666. "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-2.1.6.tgz",
  667. "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
  668. "dev": true,
  669. "license": "Apache-2.0",
  670. "engines": {
  671. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  672. }
  673. },
  674. "node_modules/@eslint/plugin-kit": {
  675. "version": "0.2.7",
  676. "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz",
  677. "integrity": "sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==",
  678. "dev": true,
  679. "license": "Apache-2.0",
  680. "dependencies": {
  681. "@eslint/core": "^0.12.0",
  682. "levn": "^0.4.1"
  683. },
  684. "engines": {
  685. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  686. }
  687. },
  688. "node_modules/@humanfs/core": {
  689. "version": "0.19.1",
  690. "resolved": "https://registry.npmmirror.com/@humanfs/core/-/core-0.19.1.tgz",
  691. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  692. "dev": true,
  693. "license": "Apache-2.0",
  694. "engines": {
  695. "node": ">=18.18.0"
  696. }
  697. },
  698. "node_modules/@humanfs/node": {
  699. "version": "0.16.6",
  700. "resolved": "https://registry.npmmirror.com/@humanfs/node/-/node-0.16.6.tgz",
  701. "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
  702. "dev": true,
  703. "license": "Apache-2.0",
  704. "dependencies": {
  705. "@humanfs/core": "^0.19.1",
  706. "@humanwhocodes/retry": "^0.3.0"
  707. },
  708. "engines": {
  709. "node": ">=18.18.0"
  710. }
  711. },
  712. "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
  713. "version": "0.3.1",
  714. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.3.1.tgz",
  715. "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
  716. "dev": true,
  717. "license": "Apache-2.0",
  718. "engines": {
  719. "node": ">=18.18"
  720. },
  721. "funding": {
  722. "type": "github",
  723. "url": "https://github.com/sponsors/nzakas"
  724. }
  725. },
  726. "node_modules/@humanwhocodes/module-importer": {
  727. "version": "1.0.1",
  728. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  729. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  730. "dev": true,
  731. "license": "Apache-2.0",
  732. "engines": {
  733. "node": ">=12.22"
  734. },
  735. "funding": {
  736. "type": "github",
  737. "url": "https://github.com/sponsors/nzakas"
  738. }
  739. },
  740. "node_modules/@humanwhocodes/retry": {
  741. "version": "0.4.2",
  742. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.4.2.tgz",
  743. "integrity": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==",
  744. "dev": true,
  745. "license": "Apache-2.0",
  746. "engines": {
  747. "node": ">=18.18"
  748. },
  749. "funding": {
  750. "type": "github",
  751. "url": "https://github.com/sponsors/nzakas"
  752. }
  753. },
  754. "node_modules/@jridgewell/gen-mapping": {
  755. "version": "0.3.8",
  756. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  757. "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
  758. "dev": true,
  759. "license": "MIT",
  760. "dependencies": {
  761. "@jridgewell/set-array": "^1.2.1",
  762. "@jridgewell/sourcemap-codec": "^1.4.10",
  763. "@jridgewell/trace-mapping": "^0.3.24"
  764. },
  765. "engines": {
  766. "node": ">=6.0.0"
  767. }
  768. },
  769. "node_modules/@jridgewell/resolve-uri": {
  770. "version": "3.1.2",
  771. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  772. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  773. "dev": true,
  774. "license": "MIT",
  775. "engines": {
  776. "node": ">=6.0.0"
  777. }
  778. },
  779. "node_modules/@jridgewell/set-array": {
  780. "version": "1.2.1",
  781. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  782. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  783. "dev": true,
  784. "license": "MIT",
  785. "engines": {
  786. "node": ">=6.0.0"
  787. }
  788. },
  789. "node_modules/@jridgewell/sourcemap-codec": {
  790. "version": "1.5.0",
  791. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  792. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  793. "license": "MIT"
  794. },
  795. "node_modules/@jridgewell/trace-mapping": {
  796. "version": "0.3.25",
  797. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  798. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  799. "dev": true,
  800. "license": "MIT",
  801. "dependencies": {
  802. "@jridgewell/resolve-uri": "^3.1.0",
  803. "@jridgewell/sourcemap-codec": "^1.4.14"
  804. }
  805. },
  806. "node_modules/@kurkle/color": {
  807. "version": "0.3.4",
  808. "resolved": "https://registry.npmmirror.com/@kurkle/color/-/color-0.3.4.tgz",
  809. "integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==",
  810. "license": "MIT"
  811. },
  812. "node_modules/@pkgr/core": {
  813. "version": "0.2.0",
  814. "resolved": "https://registry.npmmirror.com/@pkgr/core/-/core-0.2.0.tgz",
  815. "integrity": "sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==",
  816. "dev": true,
  817. "license": "MIT",
  818. "engines": {
  819. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  820. },
  821. "funding": {
  822. "url": "https://opencollective.com/unts"
  823. }
  824. },
  825. "node_modules/@polka/url": {
  826. "version": "1.0.0-next.28",
  827. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.28.tgz",
  828. "integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==",
  829. "dev": true,
  830. "license": "MIT"
  831. },
  832. "node_modules/@primeuix/forms": {
  833. "version": "0.0.4",
  834. "resolved": "https://registry.npmmirror.com/@primeuix/forms/-/forms-0.0.4.tgz",
  835. "integrity": "sha512-WKrxZPM9fPAEsM0xcTrOOJn86MbfOEzPwSwpO94Y7RtguWw+1nrvqYNzCcmVqO6zBi0BVMihoWxMKFIRzTOuZg==",
  836. "dependencies": {
  837. "@primeuix/utils": "^0.4.0"
  838. },
  839. "engines": {
  840. "node": ">=12.11.0"
  841. }
  842. },
  843. "node_modules/@primeuix/forms/node_modules/@primeuix/utils": {
  844. "version": "0.4.1",
  845. "resolved": "https://registry.npmmirror.com/@primeuix/utils/-/utils-0.4.1.tgz",
  846. "integrity": "sha512-5+1NLfyna+gLRPeFTo+xlR0tfPVLuVdidbeahAMLkQga5Rw0LxyUBCyD2/Zv2JkV69o2T+hpEDyddl3VdnYoBw==",
  847. "engines": {
  848. "node": ">=12.11.0"
  849. }
  850. },
  851. "node_modules/@primeuix/styled": {
  852. "version": "0.5.0",
  853. "resolved": "https://registry.npmmirror.com/@primeuix/styled/-/styled-0.5.0.tgz",
  854. "integrity": "sha512-k5CTQ+10cXIXxZTep7sktmYe8lJkjmUaFVDAc1OCsWTJR+bhBy/s6zWIatGljVtuf3RmTSxtlrHQeFLjPmdUNQ==",
  855. "license": "MIT",
  856. "dependencies": {
  857. "@primeuix/utils": "^0.5.0"
  858. },
  859. "engines": {
  860. "node": ">=12.11.0"
  861. }
  862. },
  863. "node_modules/@primeuix/styles": {
  864. "version": "1.1.1",
  865. "resolved": "https://registry.npmmirror.com/@primeuix/styles/-/styles-1.1.1.tgz",
  866. "integrity": "sha512-oguFY2Rs4ZqdcFqEKxBt2d8trTkAjJ5BGTaDV0zbwdqRCRcZp9+di3K3Wv57CW/+tFDA0z1Dg7Dpm7wmkOII9Q==",
  867. "dependencies": {
  868. "@primeuix/styled": "^0.6.1"
  869. }
  870. },
  871. "node_modules/@primeuix/styles/node_modules/@primeuix/styled": {
  872. "version": "0.6.4",
  873. "resolved": "https://registry.npmmirror.com/@primeuix/styled/-/styled-0.6.4.tgz",
  874. "integrity": "sha512-7ePLwqazLV0x269YlPMeE4wtQKT0NScY2/gEin0/96krTiGiElmlzKMMbH69bVApm/sfen5DZGuCEEwPiBJJ5g==",
  875. "dependencies": {
  876. "@primeuix/utils": "^0.5.3"
  877. },
  878. "engines": {
  879. "node": ">=12.11.0"
  880. }
  881. },
  882. "node_modules/@primeuix/themes": {
  883. "version": "1.0.0",
  884. "resolved": "https://registry.npmmirror.com/@primeuix/themes/-/themes-1.0.0.tgz",
  885. "integrity": "sha512-fxUgcAP9H6FeytbE8c4QvRt8aBnoyZJqvtnnVwHT8PHr1dNSnC1nYKGrXpebcx3SpNy9Hp9oVidGsl6u61+pXQ==",
  886. "license": "MIT",
  887. "dependencies": {
  888. "@primeuix/styled": "^0.5.0"
  889. }
  890. },
  891. "node_modules/@primeuix/utils": {
  892. "version": "0.5.4",
  893. "resolved": "https://registry.npmmirror.com/@primeuix/utils/-/utils-0.5.4.tgz",
  894. "integrity": "sha512-8LggV3Jz59pymHQD10e/u63z/GemQ22RBeu2Gb1eJgBYVwn1iOb82LR+daeAc/LxrXCC5pHnftnCmnZO6vInLA==",
  895. "engines": {
  896. "node": ">=12.11.0"
  897. }
  898. },
  899. "node_modules/@primevue/core": {
  900. "version": "4.3.5",
  901. "resolved": "https://registry.npmmirror.com/@primevue/core/-/core-4.3.5.tgz",
  902. "integrity": "sha512-YBlSr/EbXsnsTOyfgqmbrJQ7AI5EThaeGZvfDFjPIIEpokEK+Q32++9xPn3MH8rcM8zPsfMeBOWi4/OJkOqG4w==",
  903. "dependencies": {
  904. "@primeuix/styled": "^0.6.4",
  905. "@primeuix/utils": "^0.5.3"
  906. },
  907. "engines": {
  908. "node": ">=12.11.0"
  909. },
  910. "peerDependencies": {
  911. "vue": "^3.5.0"
  912. }
  913. },
  914. "node_modules/@primevue/core/node_modules/@primeuix/styled": {
  915. "version": "0.6.4",
  916. "resolved": "https://registry.npmmirror.com/@primeuix/styled/-/styled-0.6.4.tgz",
  917. "integrity": "sha512-7ePLwqazLV0x269YlPMeE4wtQKT0NScY2/gEin0/96krTiGiElmlzKMMbH69bVApm/sfen5DZGuCEEwPiBJJ5g==",
  918. "dependencies": {
  919. "@primeuix/utils": "^0.5.3"
  920. },
  921. "engines": {
  922. "node": ">=12.11.0"
  923. }
  924. },
  925. "node_modules/@primevue/forms": {
  926. "version": "4.3.5",
  927. "resolved": "https://registry.npmmirror.com/@primevue/forms/-/forms-4.3.5.tgz",
  928. "integrity": "sha512-szMwme/1nCLnIdJDykkxFXtp4hVCxGiX8+EHZ18a0FAEQC6JzyhJ+mHh+S34nqMjtUXJntkAAFW4Jk3uxOqIBg==",
  929. "dependencies": {
  930. "@primeuix/forms": "^0.0.4",
  931. "@primeuix/utils": "^0.5.3",
  932. "@primevue/core": "4.3.5"
  933. },
  934. "engines": {
  935. "node": ">=12.11.0"
  936. }
  937. },
  938. "node_modules/@primevue/icons": {
  939. "version": "4.3.5",
  940. "resolved": "https://registry.npmmirror.com/@primevue/icons/-/icons-4.3.5.tgz",
  941. "integrity": "sha512-+V8XG6MEvczw3Ufz7+ABSSCaVdFCYKRHvVDmXpS65AUeQTDEqmJz3xx2UiYYdASA6Gb2yIKdVztTcRjHFtiAnw==",
  942. "dependencies": {
  943. "@primeuix/utils": "^0.5.3",
  944. "@primevue/core": "4.3.5"
  945. },
  946. "engines": {
  947. "node": ">=12.11.0"
  948. }
  949. },
  950. "node_modules/@rollup/pluginutils": {
  951. "version": "5.1.4",
  952. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
  953. "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
  954. "dev": true,
  955. "license": "MIT",
  956. "dependencies": {
  957. "@types/estree": "^1.0.0",
  958. "estree-walker": "^2.0.2",
  959. "picomatch": "^4.0.2"
  960. },
  961. "engines": {
  962. "node": ">=14.0.0"
  963. },
  964. "peerDependencies": {
  965. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  966. },
  967. "peerDependenciesMeta": {
  968. "rollup": {
  969. "optional": true
  970. }
  971. }
  972. },
  973. "node_modules/@rollup/rollup-darwin-arm64": {
  974. "version": "4.38.0",
  975. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.38.0.tgz",
  976. "integrity": "sha512-buA17AYXlW9Rn091sWMq1xGUvWQFOH4N1rqUxGJtEQzhChxWjldGCCup7r/wUnaI6Au8sKXpoh0xg58a7cgcpg==",
  977. "cpu": [
  978. "arm64"
  979. ],
  980. "license": "MIT",
  981. "optional": true,
  982. "os": [
  983. "darwin"
  984. ]
  985. },
  986. "node_modules/@sec-ant/readable-stream": {
  987. "version": "0.4.1",
  988. "resolved": "https://registry.npmmirror.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
  989. "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
  990. "dev": true,
  991. "license": "MIT"
  992. },
  993. "node_modules/@sindresorhus/merge-streams": {
  994. "version": "4.0.0",
  995. "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  996. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  997. "dev": true,
  998. "license": "MIT",
  999. "engines": {
  1000. "node": ">=18"
  1001. },
  1002. "funding": {
  1003. "url": "https://github.com/sponsors/sindresorhus"
  1004. }
  1005. },
  1006. "node_modules/@tailwindcss/node": {
  1007. "version": "4.0.17",
  1008. "resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.0.17.tgz",
  1009. "integrity": "sha512-LIdNwcqyY7578VpofXyqjH6f+3fP4nrz7FBLki5HpzqjYfXdF2m/eW18ZfoKePtDGg90Bvvfpov9d2gy5XVCbg==",
  1010. "license": "MIT",
  1011. "dependencies": {
  1012. "enhanced-resolve": "^5.18.1",
  1013. "jiti": "^2.4.2",
  1014. "tailwindcss": "4.0.17"
  1015. }
  1016. },
  1017. "node_modules/@tailwindcss/oxide": {
  1018. "version": "4.0.17",
  1019. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.0.17.tgz",
  1020. "integrity": "sha512-B4OaUIRD2uVrULpAD1Yksx2+wNarQr2rQh65nXqaqbLY1jCd8fO+3KLh/+TH4Hzh2NTHQvgxVbPdUDOtLk7vAw==",
  1021. "license": "MIT",
  1022. "engines": {
  1023. "node": ">= 10"
  1024. },
  1025. "optionalDependencies": {
  1026. "@tailwindcss/oxide-android-arm64": "4.0.17",
  1027. "@tailwindcss/oxide-darwin-arm64": "4.0.17",
  1028. "@tailwindcss/oxide-darwin-x64": "4.0.17",
  1029. "@tailwindcss/oxide-freebsd-x64": "4.0.17",
  1030. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.0.17",
  1031. "@tailwindcss/oxide-linux-arm64-gnu": "4.0.17",
  1032. "@tailwindcss/oxide-linux-arm64-musl": "4.0.17",
  1033. "@tailwindcss/oxide-linux-x64-gnu": "4.0.17",
  1034. "@tailwindcss/oxide-linux-x64-musl": "4.0.17",
  1035. "@tailwindcss/oxide-win32-arm64-msvc": "4.0.17",
  1036. "@tailwindcss/oxide-win32-x64-msvc": "4.0.17"
  1037. }
  1038. },
  1039. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1040. "version": "4.0.17",
  1041. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.0.17.tgz",
  1042. "integrity": "sha512-e1uayxFQCCDuzTk9s8q7MC5jFN42IY7nzcr5n0Mw/AcUHwD6JaBkXnATkD924ZsHyPDvddnusIEvkgLd2CiREg==",
  1043. "cpu": [
  1044. "arm64"
  1045. ],
  1046. "license": "MIT",
  1047. "optional": true,
  1048. "os": [
  1049. "darwin"
  1050. ],
  1051. "engines": {
  1052. "node": ">= 10"
  1053. }
  1054. },
  1055. "node_modules/@tailwindcss/vite": {
  1056. "version": "4.0.17",
  1057. "resolved": "https://registry.npmmirror.com/@tailwindcss/vite/-/vite-4.0.17.tgz",
  1058. "integrity": "sha512-HJbBYDlDVg5cvYZzECb6xwc1IDCEM3uJi3hEZp3BjZGCNGJcTsnCpan+z+VMW0zo6gR0U6O6ElqU1OoZ74Dhww==",
  1059. "license": "MIT",
  1060. "dependencies": {
  1061. "@tailwindcss/node": "4.0.17",
  1062. "@tailwindcss/oxide": "4.0.17",
  1063. "lightningcss": "1.29.2",
  1064. "tailwindcss": "4.0.17"
  1065. },
  1066. "peerDependencies": {
  1067. "vite": "^5.2.0 || ^6"
  1068. }
  1069. },
  1070. "node_modules/@types/estree": {
  1071. "version": "1.0.7",
  1072. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz",
  1073. "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
  1074. "license": "MIT"
  1075. },
  1076. "node_modules/@types/json-schema": {
  1077. "version": "7.0.15",
  1078. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  1079. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  1080. "dev": true,
  1081. "license": "MIT"
  1082. },
  1083. "node_modules/@types/web-bluetooth": {
  1084. "version": "0.0.21",
  1085. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
  1086. "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA=="
  1087. },
  1088. "node_modules/@vitejs/plugin-vue": {
  1089. "version": "5.2.3",
  1090. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.3.tgz",
  1091. "integrity": "sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==",
  1092. "dev": true,
  1093. "license": "MIT",
  1094. "engines": {
  1095. "node": "^18.0.0 || >=20.0.0"
  1096. },
  1097. "peerDependencies": {
  1098. "vite": "^5.0.0 || ^6.0.0",
  1099. "vue": "^3.2.25"
  1100. }
  1101. },
  1102. "node_modules/@vitejs/plugin-vue-jsx": {
  1103. "version": "4.1.2",
  1104. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.1.2.tgz",
  1105. "integrity": "sha512-4Rk0GdE0QCdsIkuMmWeg11gmM4x8UmTnZR/LWPm7QJ7+BsK4tq08udrN0isrrWqz5heFy9HLV/7bOLgFS8hUjA==",
  1106. "dev": true,
  1107. "license": "MIT",
  1108. "dependencies": {
  1109. "@babel/core": "^7.26.7",
  1110. "@babel/plugin-transform-typescript": "^7.26.7",
  1111. "@vue/babel-plugin-jsx": "^1.2.5"
  1112. },
  1113. "engines": {
  1114. "node": "^18.0.0 || >=20.0.0"
  1115. },
  1116. "peerDependencies": {
  1117. "vite": "^5.0.0 || ^6.0.0",
  1118. "vue": "^3.0.0"
  1119. }
  1120. },
  1121. "node_modules/@vue/babel-helper-vue-transform-on": {
  1122. "version": "1.4.0",
  1123. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.4.0.tgz",
  1124. "integrity": "sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==",
  1125. "dev": true,
  1126. "license": "MIT"
  1127. },
  1128. "node_modules/@vue/babel-plugin-jsx": {
  1129. "version": "1.4.0",
  1130. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.4.0.tgz",
  1131. "integrity": "sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==",
  1132. "dev": true,
  1133. "license": "MIT",
  1134. "dependencies": {
  1135. "@babel/helper-module-imports": "^7.25.9",
  1136. "@babel/helper-plugin-utils": "^7.26.5",
  1137. "@babel/plugin-syntax-jsx": "^7.25.9",
  1138. "@babel/template": "^7.26.9",
  1139. "@babel/traverse": "^7.26.9",
  1140. "@babel/types": "^7.26.9",
  1141. "@vue/babel-helper-vue-transform-on": "1.4.0",
  1142. "@vue/babel-plugin-resolve-type": "1.4.0",
  1143. "@vue/shared": "^3.5.13"
  1144. },
  1145. "peerDependencies": {
  1146. "@babel/core": "^7.0.0-0"
  1147. },
  1148. "peerDependenciesMeta": {
  1149. "@babel/core": {
  1150. "optional": true
  1151. }
  1152. }
  1153. },
  1154. "node_modules/@vue/babel-plugin-resolve-type": {
  1155. "version": "1.4.0",
  1156. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.4.0.tgz",
  1157. "integrity": "sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==",
  1158. "dev": true,
  1159. "license": "MIT",
  1160. "dependencies": {
  1161. "@babel/code-frame": "^7.26.2",
  1162. "@babel/helper-module-imports": "^7.25.9",
  1163. "@babel/helper-plugin-utils": "^7.26.5",
  1164. "@babel/parser": "^7.26.9",
  1165. "@vue/compiler-sfc": "^3.5.13"
  1166. },
  1167. "funding": {
  1168. "url": "https://github.com/sponsors/sxzz"
  1169. },
  1170. "peerDependencies": {
  1171. "@babel/core": "^7.0.0-0"
  1172. }
  1173. },
  1174. "node_modules/@vue/compiler-core": {
  1175. "version": "3.5.13",
  1176. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
  1177. "integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
  1178. "license": "MIT",
  1179. "dependencies": {
  1180. "@babel/parser": "^7.25.3",
  1181. "@vue/shared": "3.5.13",
  1182. "entities": "^4.5.0",
  1183. "estree-walker": "^2.0.2",
  1184. "source-map-js": "^1.2.0"
  1185. }
  1186. },
  1187. "node_modules/@vue/compiler-dom": {
  1188. "version": "3.5.13",
  1189. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz",
  1190. "integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==",
  1191. "license": "MIT",
  1192. "dependencies": {
  1193. "@vue/compiler-core": "3.5.13",
  1194. "@vue/shared": "3.5.13"
  1195. }
  1196. },
  1197. "node_modules/@vue/compiler-sfc": {
  1198. "version": "3.5.13",
  1199. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz",
  1200. "integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==",
  1201. "license": "MIT",
  1202. "dependencies": {
  1203. "@babel/parser": "^7.25.3",
  1204. "@vue/compiler-core": "3.5.13",
  1205. "@vue/compiler-dom": "3.5.13",
  1206. "@vue/compiler-ssr": "3.5.13",
  1207. "@vue/shared": "3.5.13",
  1208. "estree-walker": "^2.0.2",
  1209. "magic-string": "^0.30.11",
  1210. "postcss": "^8.4.48",
  1211. "source-map-js": "^1.2.0"
  1212. }
  1213. },
  1214. "node_modules/@vue/compiler-ssr": {
  1215. "version": "3.5.13",
  1216. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
  1217. "integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
  1218. "license": "MIT",
  1219. "dependencies": {
  1220. "@vue/compiler-dom": "3.5.13",
  1221. "@vue/shared": "3.5.13"
  1222. }
  1223. },
  1224. "node_modules/@vue/devtools-api": {
  1225. "version": "6.6.4",
  1226. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  1227. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1228. "license": "MIT"
  1229. },
  1230. "node_modules/@vue/devtools-core": {
  1231. "version": "7.7.2",
  1232. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-7.7.2.tgz",
  1233. "integrity": "sha512-lexREWj1lKi91Tblr38ntSsy6CvI8ba7u+jmwh2yruib/ltLUcsIzEjCnrkh1yYGGIKXbAuYV2tOG10fGDB9OQ==",
  1234. "dev": true,
  1235. "license": "MIT",
  1236. "dependencies": {
  1237. "@vue/devtools-kit": "^7.7.2",
  1238. "@vue/devtools-shared": "^7.7.2",
  1239. "mitt": "^3.0.1",
  1240. "nanoid": "^5.0.9",
  1241. "pathe": "^2.0.2",
  1242. "vite-hot-client": "^0.2.4"
  1243. },
  1244. "peerDependencies": {
  1245. "vue": "^3.0.0"
  1246. }
  1247. },
  1248. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  1249. "version": "5.1.5",
  1250. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.5.tgz",
  1251. "integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==",
  1252. "dev": true,
  1253. "funding": [
  1254. {
  1255. "type": "github",
  1256. "url": "https://github.com/sponsors/ai"
  1257. }
  1258. ],
  1259. "license": "MIT",
  1260. "bin": {
  1261. "nanoid": "bin/nanoid.js"
  1262. },
  1263. "engines": {
  1264. "node": "^18 || >=20"
  1265. }
  1266. },
  1267. "node_modules/@vue/devtools-kit": {
  1268. "version": "7.7.2",
  1269. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.2.tgz",
  1270. "integrity": "sha512-CY0I1JH3Z8PECbn6k3TqM1Bk9ASWxeMtTCvZr7vb+CHi+X/QwQm5F1/fPagraamKMAHVfuuCbdcnNg1A4CYVWQ==",
  1271. "license": "MIT",
  1272. "dependencies": {
  1273. "@vue/devtools-shared": "^7.7.2",
  1274. "birpc": "^0.2.19",
  1275. "hookable": "^5.5.3",
  1276. "mitt": "^3.0.1",
  1277. "perfect-debounce": "^1.0.0",
  1278. "speakingurl": "^14.0.1",
  1279. "superjson": "^2.2.1"
  1280. }
  1281. },
  1282. "node_modules/@vue/devtools-shared": {
  1283. "version": "7.7.2",
  1284. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.2.tgz",
  1285. "integrity": "sha512-uBFxnp8gwW2vD6FrJB8JZLUzVb6PNRG0B0jBnHsOH8uKyva2qINY8PTF5Te4QlTbMDqU5K6qtJDr6cNsKWhbOA==",
  1286. "license": "MIT",
  1287. "dependencies": {
  1288. "rfdc": "^1.4.1"
  1289. }
  1290. },
  1291. "node_modules/@vue/eslint-config-prettier": {
  1292. "version": "10.2.0",
  1293. "resolved": "https://registry.npmmirror.com/@vue/eslint-config-prettier/-/eslint-config-prettier-10.2.0.tgz",
  1294. "integrity": "sha512-GL3YBLwv/+b86yHcNNfPJxOTtVFJ4Mbc9UU3zR+KVoG7SwGTjPT+32fXamscNumElhcpXW3mT0DgzS9w32S7Bw==",
  1295. "dev": true,
  1296. "license": "MIT",
  1297. "dependencies": {
  1298. "eslint-config-prettier": "^10.0.1",
  1299. "eslint-plugin-prettier": "^5.2.2"
  1300. },
  1301. "peerDependencies": {
  1302. "eslint": ">= 8.21.0",
  1303. "prettier": ">= 3.0.0"
  1304. }
  1305. },
  1306. "node_modules/@vue/reactivity": {
  1307. "version": "3.5.13",
  1308. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.13.tgz",
  1309. "integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
  1310. "license": "MIT",
  1311. "dependencies": {
  1312. "@vue/shared": "3.5.13"
  1313. }
  1314. },
  1315. "node_modules/@vue/runtime-core": {
  1316. "version": "3.5.13",
  1317. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz",
  1318. "integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==",
  1319. "license": "MIT",
  1320. "dependencies": {
  1321. "@vue/reactivity": "3.5.13",
  1322. "@vue/shared": "3.5.13"
  1323. }
  1324. },
  1325. "node_modules/@vue/runtime-dom": {
  1326. "version": "3.5.13",
  1327. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz",
  1328. "integrity": "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==",
  1329. "license": "MIT",
  1330. "dependencies": {
  1331. "@vue/reactivity": "3.5.13",
  1332. "@vue/runtime-core": "3.5.13",
  1333. "@vue/shared": "3.5.13",
  1334. "csstype": "^3.1.3"
  1335. }
  1336. },
  1337. "node_modules/@vue/server-renderer": {
  1338. "version": "3.5.13",
  1339. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz",
  1340. "integrity": "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==",
  1341. "license": "MIT",
  1342. "dependencies": {
  1343. "@vue/compiler-ssr": "3.5.13",
  1344. "@vue/shared": "3.5.13"
  1345. },
  1346. "peerDependencies": {
  1347. "vue": "3.5.13"
  1348. }
  1349. },
  1350. "node_modules/@vue/shared": {
  1351. "version": "3.5.13",
  1352. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
  1353. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
  1354. "license": "MIT"
  1355. },
  1356. "node_modules/@vueuse/core": {
  1357. "version": "13.3.0",
  1358. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-13.3.0.tgz",
  1359. "integrity": "sha512-uYRz5oEfebHCoRhK4moXFM3NSCd5vu2XMLOq/Riz5FdqZMy2RvBtazdtL3gEcmDyqkztDe9ZP/zymObMIbiYSg==",
  1360. "dependencies": {
  1361. "@types/web-bluetooth": "^0.0.21",
  1362. "@vueuse/metadata": "13.3.0",
  1363. "@vueuse/shared": "13.3.0"
  1364. },
  1365. "funding": {
  1366. "url": "https://github.com/sponsors/antfu"
  1367. },
  1368. "peerDependencies": {
  1369. "vue": "^3.5.0"
  1370. }
  1371. },
  1372. "node_modules/@vueuse/metadata": {
  1373. "version": "13.3.0",
  1374. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-13.3.0.tgz",
  1375. "integrity": "sha512-42IzJIOYCKIb0Yjv1JfaKpx8JlCiTmtCWrPxt7Ja6Wzoq0h79+YVXmBV03N966KEmDEESTbp5R/qO3AB5BDnGw==",
  1376. "funding": {
  1377. "url": "https://github.com/sponsors/antfu"
  1378. }
  1379. },
  1380. "node_modules/@vueuse/shared": {
  1381. "version": "13.3.0",
  1382. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-13.3.0.tgz",
  1383. "integrity": "sha512-L1QKsF0Eg9tiZSFXTgodYnu0Rsa2P0En2LuLrIs/jgrkyiDuJSsPZK+tx+wU0mMsYHUYEjNsuE41uqqkuR8VhA==",
  1384. "funding": {
  1385. "url": "https://github.com/sponsors/antfu"
  1386. },
  1387. "peerDependencies": {
  1388. "vue": "^3.5.0"
  1389. }
  1390. },
  1391. "node_modules/acorn": {
  1392. "version": "8.14.1",
  1393. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.1.tgz",
  1394. "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
  1395. "dev": true,
  1396. "license": "MIT",
  1397. "bin": {
  1398. "acorn": "bin/acorn"
  1399. },
  1400. "engines": {
  1401. "node": ">=0.4.0"
  1402. }
  1403. },
  1404. "node_modules/acorn-jsx": {
  1405. "version": "5.3.2",
  1406. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  1407. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  1408. "dev": true,
  1409. "license": "MIT",
  1410. "peerDependencies": {
  1411. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  1412. }
  1413. },
  1414. "node_modules/ajv": {
  1415. "version": "6.12.6",
  1416. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  1417. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  1418. "dev": true,
  1419. "license": "MIT",
  1420. "dependencies": {
  1421. "fast-deep-equal": "^3.1.1",
  1422. "fast-json-stable-stringify": "^2.0.0",
  1423. "json-schema-traverse": "^0.4.1",
  1424. "uri-js": "^4.2.2"
  1425. },
  1426. "funding": {
  1427. "type": "github",
  1428. "url": "https://github.com/sponsors/epoberezkin"
  1429. }
  1430. },
  1431. "node_modules/ansi-styles": {
  1432. "version": "4.3.0",
  1433. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1434. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1435. "dev": true,
  1436. "license": "MIT",
  1437. "dependencies": {
  1438. "color-convert": "^2.0.1"
  1439. },
  1440. "engines": {
  1441. "node": ">=8"
  1442. },
  1443. "funding": {
  1444. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1445. }
  1446. },
  1447. "node_modules/argparse": {
  1448. "version": "2.0.1",
  1449. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  1450. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  1451. "dev": true,
  1452. "license": "Python-2.0"
  1453. },
  1454. "node_modules/asynckit": {
  1455. "version": "0.4.0",
  1456. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  1457. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
  1458. },
  1459. "node_modules/axios": {
  1460. "version": "1.9.0",
  1461. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.9.0.tgz",
  1462. "integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
  1463. "dependencies": {
  1464. "follow-redirects": "^1.15.6",
  1465. "form-data": "^4.0.0",
  1466. "proxy-from-env": "^1.1.0"
  1467. }
  1468. },
  1469. "node_modules/balanced-match": {
  1470. "version": "1.0.2",
  1471. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  1472. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1473. "dev": true,
  1474. "license": "MIT"
  1475. },
  1476. "node_modules/birpc": {
  1477. "version": "0.2.19",
  1478. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-0.2.19.tgz",
  1479. "integrity": "sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==",
  1480. "license": "MIT",
  1481. "funding": {
  1482. "url": "https://github.com/sponsors/antfu"
  1483. }
  1484. },
  1485. "node_modules/boolbase": {
  1486. "version": "1.0.0",
  1487. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  1488. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  1489. "dev": true,
  1490. "license": "ISC"
  1491. },
  1492. "node_modules/brace-expansion": {
  1493. "version": "1.1.11",
  1494. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  1495. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  1496. "dev": true,
  1497. "license": "MIT",
  1498. "dependencies": {
  1499. "balanced-match": "^1.0.0",
  1500. "concat-map": "0.0.1"
  1501. }
  1502. },
  1503. "node_modules/browserslist": {
  1504. "version": "4.24.4",
  1505. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.4.tgz",
  1506. "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==",
  1507. "dev": true,
  1508. "funding": [
  1509. {
  1510. "type": "opencollective",
  1511. "url": "https://opencollective.com/browserslist"
  1512. },
  1513. {
  1514. "type": "tidelift",
  1515. "url": "https://tidelift.com/funding/github/npm/browserslist"
  1516. },
  1517. {
  1518. "type": "github",
  1519. "url": "https://github.com/sponsors/ai"
  1520. }
  1521. ],
  1522. "license": "MIT",
  1523. "dependencies": {
  1524. "caniuse-lite": "^1.0.30001688",
  1525. "electron-to-chromium": "^1.5.73",
  1526. "node-releases": "^2.0.19",
  1527. "update-browserslist-db": "^1.1.1"
  1528. },
  1529. "bin": {
  1530. "browserslist": "cli.js"
  1531. },
  1532. "engines": {
  1533. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  1534. }
  1535. },
  1536. "node_modules/bundle-name": {
  1537. "version": "4.1.0",
  1538. "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
  1539. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  1540. "dev": true,
  1541. "license": "MIT",
  1542. "dependencies": {
  1543. "run-applescript": "^7.0.0"
  1544. },
  1545. "engines": {
  1546. "node": ">=18"
  1547. },
  1548. "funding": {
  1549. "url": "https://github.com/sponsors/sindresorhus"
  1550. }
  1551. },
  1552. "node_modules/call-bind-apply-helpers": {
  1553. "version": "1.0.2",
  1554. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  1555. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  1556. "dependencies": {
  1557. "es-errors": "^1.3.0",
  1558. "function-bind": "^1.1.2"
  1559. },
  1560. "engines": {
  1561. "node": ">= 0.4"
  1562. }
  1563. },
  1564. "node_modules/callsites": {
  1565. "version": "3.1.0",
  1566. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  1567. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  1568. "dev": true,
  1569. "license": "MIT",
  1570. "engines": {
  1571. "node": ">=6"
  1572. }
  1573. },
  1574. "node_modules/caniuse-lite": {
  1575. "version": "1.0.30001707",
  1576. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001707.tgz",
  1577. "integrity": "sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw==",
  1578. "dev": true,
  1579. "funding": [
  1580. {
  1581. "type": "opencollective",
  1582. "url": "https://opencollective.com/browserslist"
  1583. },
  1584. {
  1585. "type": "tidelift",
  1586. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  1587. },
  1588. {
  1589. "type": "github",
  1590. "url": "https://github.com/sponsors/ai"
  1591. }
  1592. ],
  1593. "license": "CC-BY-4.0"
  1594. },
  1595. "node_modules/chalk": {
  1596. "version": "4.1.2",
  1597. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  1598. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  1599. "dev": true,
  1600. "license": "MIT",
  1601. "dependencies": {
  1602. "ansi-styles": "^4.1.0",
  1603. "supports-color": "^7.1.0"
  1604. },
  1605. "engines": {
  1606. "node": ">=10"
  1607. },
  1608. "funding": {
  1609. "url": "https://github.com/chalk/chalk?sponsor=1"
  1610. }
  1611. },
  1612. "node_modules/chart.js": {
  1613. "version": "4.4.8",
  1614. "resolved": "https://registry.npmmirror.com/chart.js/-/chart.js-4.4.8.tgz",
  1615. "integrity": "sha512-IkGZlVpXP+83QpMm4uxEiGqSI7jFizwVtF3+n5Pc3k7sMO+tkd0qxh2OzLhenM0K80xtmAONWGBn082EiBQSDA==",
  1616. "license": "MIT",
  1617. "dependencies": {
  1618. "@kurkle/color": "^0.3.0"
  1619. },
  1620. "engines": {
  1621. "pnpm": ">=8"
  1622. }
  1623. },
  1624. "node_modules/color-convert": {
  1625. "version": "2.0.1",
  1626. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  1627. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1628. "dev": true,
  1629. "license": "MIT",
  1630. "dependencies": {
  1631. "color-name": "~1.1.4"
  1632. },
  1633. "engines": {
  1634. "node": ">=7.0.0"
  1635. }
  1636. },
  1637. "node_modules/color-name": {
  1638. "version": "1.1.4",
  1639. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  1640. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  1641. "dev": true,
  1642. "license": "MIT"
  1643. },
  1644. "node_modules/combined-stream": {
  1645. "version": "1.0.8",
  1646. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  1647. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  1648. "dependencies": {
  1649. "delayed-stream": "~1.0.0"
  1650. },
  1651. "engines": {
  1652. "node": ">= 0.8"
  1653. }
  1654. },
  1655. "node_modules/concat-map": {
  1656. "version": "0.0.1",
  1657. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  1658. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  1659. "dev": true,
  1660. "license": "MIT"
  1661. },
  1662. "node_modules/convert-source-map": {
  1663. "version": "2.0.0",
  1664. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  1665. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  1666. "dev": true,
  1667. "license": "MIT"
  1668. },
  1669. "node_modules/copy-anything": {
  1670. "version": "2.0.6",
  1671. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz",
  1672. "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==",
  1673. "license": "MIT",
  1674. "dependencies": {
  1675. "is-what": "^3.14.1"
  1676. },
  1677. "funding": {
  1678. "url": "https://github.com/sponsors/mesqueeb"
  1679. }
  1680. },
  1681. "node_modules/core-util-is": {
  1682. "version": "1.0.3",
  1683. "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
  1684. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  1685. },
  1686. "node_modules/cross-spawn": {
  1687. "version": "7.0.6",
  1688. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  1689. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  1690. "dev": true,
  1691. "license": "MIT",
  1692. "dependencies": {
  1693. "path-key": "^3.1.0",
  1694. "shebang-command": "^2.0.0",
  1695. "which": "^2.0.1"
  1696. },
  1697. "engines": {
  1698. "node": ">= 8"
  1699. }
  1700. },
  1701. "node_modules/cssesc": {
  1702. "version": "3.0.0",
  1703. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  1704. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  1705. "dev": true,
  1706. "license": "MIT",
  1707. "bin": {
  1708. "cssesc": "bin/cssesc"
  1709. },
  1710. "engines": {
  1711. "node": ">=4"
  1712. }
  1713. },
  1714. "node_modules/csstype": {
  1715. "version": "3.1.3",
  1716. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  1717. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  1718. "license": "MIT"
  1719. },
  1720. "node_modules/debug": {
  1721. "version": "4.4.0",
  1722. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  1723. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  1724. "dev": true,
  1725. "license": "MIT",
  1726. "dependencies": {
  1727. "ms": "^2.1.3"
  1728. },
  1729. "engines": {
  1730. "node": ">=6.0"
  1731. },
  1732. "peerDependenciesMeta": {
  1733. "supports-color": {
  1734. "optional": true
  1735. }
  1736. }
  1737. },
  1738. "node_modules/deep-is": {
  1739. "version": "0.1.4",
  1740. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  1741. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  1742. "dev": true,
  1743. "license": "MIT"
  1744. },
  1745. "node_modules/default-browser": {
  1746. "version": "5.2.1",
  1747. "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz",
  1748. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  1749. "dev": true,
  1750. "license": "MIT",
  1751. "dependencies": {
  1752. "bundle-name": "^4.1.0",
  1753. "default-browser-id": "^5.0.0"
  1754. },
  1755. "engines": {
  1756. "node": ">=18"
  1757. },
  1758. "funding": {
  1759. "url": "https://github.com/sponsors/sindresorhus"
  1760. }
  1761. },
  1762. "node_modules/default-browser-id": {
  1763. "version": "5.0.0",
  1764. "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz",
  1765. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  1766. "dev": true,
  1767. "license": "MIT",
  1768. "engines": {
  1769. "node": ">=18"
  1770. },
  1771. "funding": {
  1772. "url": "https://github.com/sponsors/sindresorhus"
  1773. }
  1774. },
  1775. "node_modules/define-lazy-prop": {
  1776. "version": "3.0.0",
  1777. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  1778. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  1779. "dev": true,
  1780. "license": "MIT",
  1781. "engines": {
  1782. "node": ">=12"
  1783. },
  1784. "funding": {
  1785. "url": "https://github.com/sponsors/sindresorhus"
  1786. }
  1787. },
  1788. "node_modules/delayed-stream": {
  1789. "version": "1.0.0",
  1790. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  1791. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  1792. "engines": {
  1793. "node": ">=0.4.0"
  1794. }
  1795. },
  1796. "node_modules/detect-libc": {
  1797. "version": "2.0.3",
  1798. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.3.tgz",
  1799. "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
  1800. "license": "Apache-2.0",
  1801. "engines": {
  1802. "node": ">=8"
  1803. }
  1804. },
  1805. "node_modules/dunder-proto": {
  1806. "version": "1.0.1",
  1807. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  1808. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  1809. "dependencies": {
  1810. "call-bind-apply-helpers": "^1.0.1",
  1811. "es-errors": "^1.3.0",
  1812. "gopd": "^1.2.0"
  1813. },
  1814. "engines": {
  1815. "node": ">= 0.4"
  1816. }
  1817. },
  1818. "node_modules/electron-to-chromium": {
  1819. "version": "1.5.128",
  1820. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.128.tgz",
  1821. "integrity": "sha512-bo1A4HH/NS522Ws0QNFIzyPcyUUNV/yyy70Ho1xqfGYzPUme2F/xr4tlEOuM6/A538U1vDA7a4XfCd1CKRegKQ==",
  1822. "dev": true,
  1823. "license": "ISC"
  1824. },
  1825. "node_modules/enhanced-resolve": {
  1826. "version": "5.18.1",
  1827. "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz",
  1828. "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==",
  1829. "license": "MIT",
  1830. "dependencies": {
  1831. "graceful-fs": "^4.2.4",
  1832. "tapable": "^2.2.0"
  1833. },
  1834. "engines": {
  1835. "node": ">=10.13.0"
  1836. }
  1837. },
  1838. "node_modules/entities": {
  1839. "version": "4.5.0",
  1840. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  1841. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  1842. "license": "BSD-2-Clause",
  1843. "engines": {
  1844. "node": ">=0.12"
  1845. },
  1846. "funding": {
  1847. "url": "https://github.com/fb55/entities?sponsor=1"
  1848. }
  1849. },
  1850. "node_modules/errno": {
  1851. "version": "0.1.8",
  1852. "resolved": "https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz",
  1853. "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
  1854. "license": "MIT",
  1855. "optional": true,
  1856. "dependencies": {
  1857. "prr": "~1.0.1"
  1858. },
  1859. "bin": {
  1860. "errno": "cli.js"
  1861. }
  1862. },
  1863. "node_modules/error-stack-parser-es": {
  1864. "version": "0.1.5",
  1865. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
  1866. "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
  1867. "dev": true,
  1868. "license": "MIT",
  1869. "funding": {
  1870. "url": "https://github.com/sponsors/antfu"
  1871. }
  1872. },
  1873. "node_modules/es-define-property": {
  1874. "version": "1.0.1",
  1875. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  1876. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  1877. "engines": {
  1878. "node": ">= 0.4"
  1879. }
  1880. },
  1881. "node_modules/es-errors": {
  1882. "version": "1.3.0",
  1883. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  1884. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  1885. "engines": {
  1886. "node": ">= 0.4"
  1887. }
  1888. },
  1889. "node_modules/es-object-atoms": {
  1890. "version": "1.1.1",
  1891. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  1892. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  1893. "dependencies": {
  1894. "es-errors": "^1.3.0"
  1895. },
  1896. "engines": {
  1897. "node": ">= 0.4"
  1898. }
  1899. },
  1900. "node_modules/es-set-tostringtag": {
  1901. "version": "2.1.0",
  1902. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  1903. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  1904. "dependencies": {
  1905. "es-errors": "^1.3.0",
  1906. "get-intrinsic": "^1.2.6",
  1907. "has-tostringtag": "^1.0.2",
  1908. "hasown": "^2.0.2"
  1909. },
  1910. "engines": {
  1911. "node": ">= 0.4"
  1912. }
  1913. },
  1914. "node_modules/esbuild": {
  1915. "version": "0.25.2",
  1916. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.2.tgz",
  1917. "integrity": "sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==",
  1918. "hasInstallScript": true,
  1919. "license": "MIT",
  1920. "bin": {
  1921. "esbuild": "bin/esbuild"
  1922. },
  1923. "engines": {
  1924. "node": ">=18"
  1925. },
  1926. "optionalDependencies": {
  1927. "@esbuild/aix-ppc64": "0.25.2",
  1928. "@esbuild/android-arm": "0.25.2",
  1929. "@esbuild/android-arm64": "0.25.2",
  1930. "@esbuild/android-x64": "0.25.2",
  1931. "@esbuild/darwin-arm64": "0.25.2",
  1932. "@esbuild/darwin-x64": "0.25.2",
  1933. "@esbuild/freebsd-arm64": "0.25.2",
  1934. "@esbuild/freebsd-x64": "0.25.2",
  1935. "@esbuild/linux-arm": "0.25.2",
  1936. "@esbuild/linux-arm64": "0.25.2",
  1937. "@esbuild/linux-ia32": "0.25.2",
  1938. "@esbuild/linux-loong64": "0.25.2",
  1939. "@esbuild/linux-mips64el": "0.25.2",
  1940. "@esbuild/linux-ppc64": "0.25.2",
  1941. "@esbuild/linux-riscv64": "0.25.2",
  1942. "@esbuild/linux-s390x": "0.25.2",
  1943. "@esbuild/linux-x64": "0.25.2",
  1944. "@esbuild/netbsd-arm64": "0.25.2",
  1945. "@esbuild/netbsd-x64": "0.25.2",
  1946. "@esbuild/openbsd-arm64": "0.25.2",
  1947. "@esbuild/openbsd-x64": "0.25.2",
  1948. "@esbuild/sunos-x64": "0.25.2",
  1949. "@esbuild/win32-arm64": "0.25.2",
  1950. "@esbuild/win32-ia32": "0.25.2",
  1951. "@esbuild/win32-x64": "0.25.2"
  1952. }
  1953. },
  1954. "node_modules/escalade": {
  1955. "version": "3.2.0",
  1956. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  1957. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  1958. "dev": true,
  1959. "license": "MIT",
  1960. "engines": {
  1961. "node": ">=6"
  1962. }
  1963. },
  1964. "node_modules/escape-string-regexp": {
  1965. "version": "4.0.0",
  1966. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  1967. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  1968. "dev": true,
  1969. "license": "MIT",
  1970. "engines": {
  1971. "node": ">=10"
  1972. },
  1973. "funding": {
  1974. "url": "https://github.com/sponsors/sindresorhus"
  1975. }
  1976. },
  1977. "node_modules/eslint": {
  1978. "version": "9.23.0",
  1979. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-9.23.0.tgz",
  1980. "integrity": "sha512-jV7AbNoFPAY1EkFYpLq5bslU9NLNO8xnEeQXwErNibVryjk67wHVmddTBilc5srIttJDBrB0eMHKZBFbSIABCw==",
  1981. "dev": true,
  1982. "license": "MIT",
  1983. "dependencies": {
  1984. "@eslint-community/eslint-utils": "^4.2.0",
  1985. "@eslint-community/regexpp": "^4.12.1",
  1986. "@eslint/config-array": "^0.19.2",
  1987. "@eslint/config-helpers": "^0.2.0",
  1988. "@eslint/core": "^0.12.0",
  1989. "@eslint/eslintrc": "^3.3.1",
  1990. "@eslint/js": "9.23.0",
  1991. "@eslint/plugin-kit": "^0.2.7",
  1992. "@humanfs/node": "^0.16.6",
  1993. "@humanwhocodes/module-importer": "^1.0.1",
  1994. "@humanwhocodes/retry": "^0.4.2",
  1995. "@types/estree": "^1.0.6",
  1996. "@types/json-schema": "^7.0.15",
  1997. "ajv": "^6.12.4",
  1998. "chalk": "^4.0.0",
  1999. "cross-spawn": "^7.0.6",
  2000. "debug": "^4.3.2",
  2001. "escape-string-regexp": "^4.0.0",
  2002. "eslint-scope": "^8.3.0",
  2003. "eslint-visitor-keys": "^4.2.0",
  2004. "espree": "^10.3.0",
  2005. "esquery": "^1.5.0",
  2006. "esutils": "^2.0.2",
  2007. "fast-deep-equal": "^3.1.3",
  2008. "file-entry-cache": "^8.0.0",
  2009. "find-up": "^5.0.0",
  2010. "glob-parent": "^6.0.2",
  2011. "ignore": "^5.2.0",
  2012. "imurmurhash": "^0.1.4",
  2013. "is-glob": "^4.0.0",
  2014. "json-stable-stringify-without-jsonify": "^1.0.1",
  2015. "lodash.merge": "^4.6.2",
  2016. "minimatch": "^3.1.2",
  2017. "natural-compare": "^1.4.0",
  2018. "optionator": "^0.9.3"
  2019. },
  2020. "bin": {
  2021. "eslint": "bin/eslint.js"
  2022. },
  2023. "engines": {
  2024. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2025. },
  2026. "funding": {
  2027. "url": "https://eslint.org/donate"
  2028. },
  2029. "peerDependencies": {
  2030. "jiti": "*"
  2031. },
  2032. "peerDependenciesMeta": {
  2033. "jiti": {
  2034. "optional": true
  2035. }
  2036. }
  2037. },
  2038. "node_modules/eslint-config-prettier": {
  2039. "version": "10.1.1",
  2040. "resolved": "https://registry.npmmirror.com/eslint-config-prettier/-/eslint-config-prettier-10.1.1.tgz",
  2041. "integrity": "sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==",
  2042. "dev": true,
  2043. "license": "MIT",
  2044. "bin": {
  2045. "eslint-config-prettier": "bin/cli.js"
  2046. },
  2047. "peerDependencies": {
  2048. "eslint": ">=7.0.0"
  2049. }
  2050. },
  2051. "node_modules/eslint-plugin-prettier": {
  2052. "version": "5.2.5",
  2053. "resolved": "https://registry.npmmirror.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.5.tgz",
  2054. "integrity": "sha512-IKKP8R87pJyMl7WWamLgPkloB16dagPIdd2FjBDbyRYPKo93wS/NbCOPh6gH+ieNLC+XZrhJt/kWj0PS/DFdmg==",
  2055. "dev": true,
  2056. "license": "MIT",
  2057. "dependencies": {
  2058. "prettier-linter-helpers": "^1.0.0",
  2059. "synckit": "^0.10.2"
  2060. },
  2061. "engines": {
  2062. "node": "^14.18.0 || >=16.0.0"
  2063. },
  2064. "funding": {
  2065. "url": "https://opencollective.com/eslint-plugin-prettier"
  2066. },
  2067. "peerDependencies": {
  2068. "@types/eslint": ">=8.0.0",
  2069. "eslint": ">=8.0.0",
  2070. "eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0",
  2071. "prettier": ">=3.0.0"
  2072. },
  2073. "peerDependenciesMeta": {
  2074. "@types/eslint": {
  2075. "optional": true
  2076. },
  2077. "eslint-config-prettier": {
  2078. "optional": true
  2079. }
  2080. }
  2081. },
  2082. "node_modules/eslint-plugin-vue": {
  2083. "version": "10.0.0",
  2084. "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-10.0.0.tgz",
  2085. "integrity": "sha512-XKckedtajqwmaX6u1VnECmZ6xJt+YvlmMzBPZd+/sI3ub2lpYZyFnsyWo7c3nMOQKJQudeyk1lw/JxdgeKT64w==",
  2086. "dev": true,
  2087. "license": "MIT",
  2088. "dependencies": {
  2089. "@eslint-community/eslint-utils": "^4.4.0",
  2090. "natural-compare": "^1.4.0",
  2091. "nth-check": "^2.1.1",
  2092. "postcss-selector-parser": "^6.0.15",
  2093. "semver": "^7.6.3",
  2094. "xml-name-validator": "^4.0.0"
  2095. },
  2096. "engines": {
  2097. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2098. },
  2099. "peerDependencies": {
  2100. "eslint": "^8.57.0 || ^9.0.0",
  2101. "vue-eslint-parser": "^10.0.0"
  2102. }
  2103. },
  2104. "node_modules/eslint-plugin-vue/node_modules/semver": {
  2105. "version": "7.7.1",
  2106. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz",
  2107. "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
  2108. "dev": true,
  2109. "license": "ISC",
  2110. "bin": {
  2111. "semver": "bin/semver.js"
  2112. },
  2113. "engines": {
  2114. "node": ">=10"
  2115. }
  2116. },
  2117. "node_modules/eslint-scope": {
  2118. "version": "8.3.0",
  2119. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.3.0.tgz",
  2120. "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
  2121. "dev": true,
  2122. "license": "BSD-2-Clause",
  2123. "dependencies": {
  2124. "esrecurse": "^4.3.0",
  2125. "estraverse": "^5.2.0"
  2126. },
  2127. "engines": {
  2128. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2129. },
  2130. "funding": {
  2131. "url": "https://opencollective.com/eslint"
  2132. }
  2133. },
  2134. "node_modules/eslint-visitor-keys": {
  2135. "version": "4.2.0",
  2136. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
  2137. "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
  2138. "dev": true,
  2139. "license": "Apache-2.0",
  2140. "engines": {
  2141. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2142. },
  2143. "funding": {
  2144. "url": "https://opencollective.com/eslint"
  2145. }
  2146. },
  2147. "node_modules/espree": {
  2148. "version": "10.3.0",
  2149. "resolved": "https://registry.npmmirror.com/espree/-/espree-10.3.0.tgz",
  2150. "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
  2151. "dev": true,
  2152. "license": "BSD-2-Clause",
  2153. "dependencies": {
  2154. "acorn": "^8.14.0",
  2155. "acorn-jsx": "^5.3.2",
  2156. "eslint-visitor-keys": "^4.2.0"
  2157. },
  2158. "engines": {
  2159. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2160. },
  2161. "funding": {
  2162. "url": "https://opencollective.com/eslint"
  2163. }
  2164. },
  2165. "node_modules/esquery": {
  2166. "version": "1.6.0",
  2167. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.6.0.tgz",
  2168. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  2169. "dev": true,
  2170. "license": "BSD-3-Clause",
  2171. "dependencies": {
  2172. "estraverse": "^5.1.0"
  2173. },
  2174. "engines": {
  2175. "node": ">=0.10"
  2176. }
  2177. },
  2178. "node_modules/esrecurse": {
  2179. "version": "4.3.0",
  2180. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  2181. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  2182. "dev": true,
  2183. "license": "BSD-2-Clause",
  2184. "dependencies": {
  2185. "estraverse": "^5.2.0"
  2186. },
  2187. "engines": {
  2188. "node": ">=4.0"
  2189. }
  2190. },
  2191. "node_modules/estraverse": {
  2192. "version": "5.3.0",
  2193. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  2194. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  2195. "dev": true,
  2196. "license": "BSD-2-Clause",
  2197. "engines": {
  2198. "node": ">=4.0"
  2199. }
  2200. },
  2201. "node_modules/estree-walker": {
  2202. "version": "2.0.2",
  2203. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2204. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2205. "license": "MIT"
  2206. },
  2207. "node_modules/esutils": {
  2208. "version": "2.0.3",
  2209. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  2210. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  2211. "dev": true,
  2212. "license": "BSD-2-Clause",
  2213. "engines": {
  2214. "node": ">=0.10.0"
  2215. }
  2216. },
  2217. "node_modules/execa": {
  2218. "version": "9.5.2",
  2219. "resolved": "https://registry.npmmirror.com/execa/-/execa-9.5.2.tgz",
  2220. "integrity": "sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q==",
  2221. "dev": true,
  2222. "license": "MIT",
  2223. "dependencies": {
  2224. "@sindresorhus/merge-streams": "^4.0.0",
  2225. "cross-spawn": "^7.0.3",
  2226. "figures": "^6.1.0",
  2227. "get-stream": "^9.0.0",
  2228. "human-signals": "^8.0.0",
  2229. "is-plain-obj": "^4.1.0",
  2230. "is-stream": "^4.0.1",
  2231. "npm-run-path": "^6.0.0",
  2232. "pretty-ms": "^9.0.0",
  2233. "signal-exit": "^4.1.0",
  2234. "strip-final-newline": "^4.0.0",
  2235. "yoctocolors": "^2.0.0"
  2236. },
  2237. "engines": {
  2238. "node": "^18.19.0 || >=20.5.0"
  2239. },
  2240. "funding": {
  2241. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2242. }
  2243. },
  2244. "node_modules/fast-deep-equal": {
  2245. "version": "3.1.3",
  2246. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  2247. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  2248. "dev": true,
  2249. "license": "MIT"
  2250. },
  2251. "node_modules/fast-diff": {
  2252. "version": "1.3.0",
  2253. "resolved": "https://registry.npmmirror.com/fast-diff/-/fast-diff-1.3.0.tgz",
  2254. "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
  2255. "dev": true,
  2256. "license": "Apache-2.0"
  2257. },
  2258. "node_modules/fast-json-stable-stringify": {
  2259. "version": "2.1.0",
  2260. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  2261. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  2262. "dev": true,
  2263. "license": "MIT"
  2264. },
  2265. "node_modules/fast-levenshtein": {
  2266. "version": "2.0.6",
  2267. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  2268. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  2269. "dev": true,
  2270. "license": "MIT"
  2271. },
  2272. "node_modules/figures": {
  2273. "version": "6.1.0",
  2274. "resolved": "https://registry.npmmirror.com/figures/-/figures-6.1.0.tgz",
  2275. "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
  2276. "dev": true,
  2277. "license": "MIT",
  2278. "dependencies": {
  2279. "is-unicode-supported": "^2.0.0"
  2280. },
  2281. "engines": {
  2282. "node": ">=18"
  2283. },
  2284. "funding": {
  2285. "url": "https://github.com/sponsors/sindresorhus"
  2286. }
  2287. },
  2288. "node_modules/file-entry-cache": {
  2289. "version": "8.0.0",
  2290. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  2291. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  2292. "dev": true,
  2293. "license": "MIT",
  2294. "dependencies": {
  2295. "flat-cache": "^4.0.0"
  2296. },
  2297. "engines": {
  2298. "node": ">=16.0.0"
  2299. }
  2300. },
  2301. "node_modules/find-up": {
  2302. "version": "5.0.0",
  2303. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  2304. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  2305. "dev": true,
  2306. "license": "MIT",
  2307. "dependencies": {
  2308. "locate-path": "^6.0.0",
  2309. "path-exists": "^4.0.0"
  2310. },
  2311. "engines": {
  2312. "node": ">=10"
  2313. },
  2314. "funding": {
  2315. "url": "https://github.com/sponsors/sindresorhus"
  2316. }
  2317. },
  2318. "node_modules/flat-cache": {
  2319. "version": "4.0.1",
  2320. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-4.0.1.tgz",
  2321. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  2322. "dev": true,
  2323. "license": "MIT",
  2324. "dependencies": {
  2325. "flatted": "^3.2.9",
  2326. "keyv": "^4.5.4"
  2327. },
  2328. "engines": {
  2329. "node": ">=16"
  2330. }
  2331. },
  2332. "node_modules/flatted": {
  2333. "version": "3.3.3",
  2334. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.3.tgz",
  2335. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  2336. "dev": true,
  2337. "license": "ISC"
  2338. },
  2339. "node_modules/follow-redirects": {
  2340. "version": "1.15.9",
  2341. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  2342. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  2343. "funding": [
  2344. {
  2345. "type": "individual",
  2346. "url": "https://github.com/sponsors/RubenVerborgh"
  2347. }
  2348. ],
  2349. "engines": {
  2350. "node": ">=4.0"
  2351. },
  2352. "peerDependenciesMeta": {
  2353. "debug": {
  2354. "optional": true
  2355. }
  2356. }
  2357. },
  2358. "node_modules/form-data": {
  2359. "version": "4.0.3",
  2360. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.3.tgz",
  2361. "integrity": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==",
  2362. "dependencies": {
  2363. "asynckit": "^0.4.0",
  2364. "combined-stream": "^1.0.8",
  2365. "es-set-tostringtag": "^2.1.0",
  2366. "hasown": "^2.0.2",
  2367. "mime-types": "^2.1.12"
  2368. },
  2369. "engines": {
  2370. "node": ">= 6"
  2371. }
  2372. },
  2373. "node_modules/fs-extra": {
  2374. "version": "11.3.0",
  2375. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.0.tgz",
  2376. "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
  2377. "dev": true,
  2378. "license": "MIT",
  2379. "dependencies": {
  2380. "graceful-fs": "^4.2.0",
  2381. "jsonfile": "^6.0.1",
  2382. "universalify": "^2.0.0"
  2383. },
  2384. "engines": {
  2385. "node": ">=14.14"
  2386. }
  2387. },
  2388. "node_modules/fsevents": {
  2389. "version": "2.3.3",
  2390. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  2391. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2392. "license": "MIT",
  2393. "optional": true,
  2394. "os": [
  2395. "darwin"
  2396. ],
  2397. "engines": {
  2398. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2399. }
  2400. },
  2401. "node_modules/function-bind": {
  2402. "version": "1.1.2",
  2403. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  2404. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  2405. "funding": {
  2406. "url": "https://github.com/sponsors/ljharb"
  2407. }
  2408. },
  2409. "node_modules/gensync": {
  2410. "version": "1.0.0-beta.2",
  2411. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  2412. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  2413. "dev": true,
  2414. "license": "MIT",
  2415. "engines": {
  2416. "node": ">=6.9.0"
  2417. }
  2418. },
  2419. "node_modules/get-intrinsic": {
  2420. "version": "1.3.0",
  2421. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  2422. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  2423. "dependencies": {
  2424. "call-bind-apply-helpers": "^1.0.2",
  2425. "es-define-property": "^1.0.1",
  2426. "es-errors": "^1.3.0",
  2427. "es-object-atoms": "^1.1.1",
  2428. "function-bind": "^1.1.2",
  2429. "get-proto": "^1.0.1",
  2430. "gopd": "^1.2.0",
  2431. "has-symbols": "^1.1.0",
  2432. "hasown": "^2.0.2",
  2433. "math-intrinsics": "^1.1.0"
  2434. },
  2435. "engines": {
  2436. "node": ">= 0.4"
  2437. },
  2438. "funding": {
  2439. "url": "https://github.com/sponsors/ljharb"
  2440. }
  2441. },
  2442. "node_modules/get-proto": {
  2443. "version": "1.0.1",
  2444. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  2445. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  2446. "dependencies": {
  2447. "dunder-proto": "^1.0.1",
  2448. "es-object-atoms": "^1.0.0"
  2449. },
  2450. "engines": {
  2451. "node": ">= 0.4"
  2452. }
  2453. },
  2454. "node_modules/get-stream": {
  2455. "version": "9.0.1",
  2456. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-9.0.1.tgz",
  2457. "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
  2458. "dev": true,
  2459. "license": "MIT",
  2460. "dependencies": {
  2461. "@sec-ant/readable-stream": "^0.4.1",
  2462. "is-stream": "^4.0.1"
  2463. },
  2464. "engines": {
  2465. "node": ">=18"
  2466. },
  2467. "funding": {
  2468. "url": "https://github.com/sponsors/sindresorhus"
  2469. }
  2470. },
  2471. "node_modules/glob-parent": {
  2472. "version": "6.0.2",
  2473. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  2474. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  2475. "dev": true,
  2476. "license": "ISC",
  2477. "dependencies": {
  2478. "is-glob": "^4.0.3"
  2479. },
  2480. "engines": {
  2481. "node": ">=10.13.0"
  2482. }
  2483. },
  2484. "node_modules/globals": {
  2485. "version": "16.0.0",
  2486. "resolved": "https://registry.npmmirror.com/globals/-/globals-16.0.0.tgz",
  2487. "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==",
  2488. "dev": true,
  2489. "license": "MIT",
  2490. "engines": {
  2491. "node": ">=18"
  2492. },
  2493. "funding": {
  2494. "url": "https://github.com/sponsors/sindresorhus"
  2495. }
  2496. },
  2497. "node_modules/gopd": {
  2498. "version": "1.2.0",
  2499. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  2500. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  2501. "engines": {
  2502. "node": ">= 0.4"
  2503. },
  2504. "funding": {
  2505. "url": "https://github.com/sponsors/ljharb"
  2506. }
  2507. },
  2508. "node_modules/graceful-fs": {
  2509. "version": "4.2.11",
  2510. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  2511. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  2512. "license": "ISC"
  2513. },
  2514. "node_modules/has-flag": {
  2515. "version": "4.0.0",
  2516. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  2517. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2518. "dev": true,
  2519. "license": "MIT",
  2520. "engines": {
  2521. "node": ">=8"
  2522. }
  2523. },
  2524. "node_modules/has-symbols": {
  2525. "version": "1.1.0",
  2526. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  2527. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  2528. "engines": {
  2529. "node": ">= 0.4"
  2530. },
  2531. "funding": {
  2532. "url": "https://github.com/sponsors/ljharb"
  2533. }
  2534. },
  2535. "node_modules/has-tostringtag": {
  2536. "version": "1.0.2",
  2537. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  2538. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  2539. "dependencies": {
  2540. "has-symbols": "^1.0.3"
  2541. },
  2542. "engines": {
  2543. "node": ">= 0.4"
  2544. },
  2545. "funding": {
  2546. "url": "https://github.com/sponsors/ljharb"
  2547. }
  2548. },
  2549. "node_modules/hasown": {
  2550. "version": "2.0.2",
  2551. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  2552. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  2553. "dependencies": {
  2554. "function-bind": "^1.1.2"
  2555. },
  2556. "engines": {
  2557. "node": ">= 0.4"
  2558. }
  2559. },
  2560. "node_modules/hookable": {
  2561. "version": "5.5.3",
  2562. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  2563. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  2564. "license": "MIT"
  2565. },
  2566. "node_modules/human-signals": {
  2567. "version": "8.0.1",
  2568. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-8.0.1.tgz",
  2569. "integrity": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==",
  2570. "dev": true,
  2571. "license": "Apache-2.0",
  2572. "engines": {
  2573. "node": ">=18.18.0"
  2574. }
  2575. },
  2576. "node_modules/iconv-lite": {
  2577. "version": "0.6.3",
  2578. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  2579. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  2580. "license": "MIT",
  2581. "optional": true,
  2582. "dependencies": {
  2583. "safer-buffer": ">= 2.1.2 < 3.0.0"
  2584. },
  2585. "engines": {
  2586. "node": ">=0.10.0"
  2587. }
  2588. },
  2589. "node_modules/ignore": {
  2590. "version": "5.3.2",
  2591. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  2592. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  2593. "dev": true,
  2594. "license": "MIT",
  2595. "engines": {
  2596. "node": ">= 4"
  2597. }
  2598. },
  2599. "node_modules/image-size": {
  2600. "version": "0.5.5",
  2601. "resolved": "https://registry.npmmirror.com/image-size/-/image-size-0.5.5.tgz",
  2602. "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==",
  2603. "license": "MIT",
  2604. "optional": true,
  2605. "bin": {
  2606. "image-size": "bin/image-size.js"
  2607. },
  2608. "engines": {
  2609. "node": ">=0.10.0"
  2610. }
  2611. },
  2612. "node_modules/immediate": {
  2613. "version": "3.0.6",
  2614. "resolved": "https://registry.npmmirror.com/immediate/-/immediate-3.0.6.tgz",
  2615. "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ=="
  2616. },
  2617. "node_modules/import-fresh": {
  2618. "version": "3.3.1",
  2619. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
  2620. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  2621. "dev": true,
  2622. "license": "MIT",
  2623. "dependencies": {
  2624. "parent-module": "^1.0.0",
  2625. "resolve-from": "^4.0.0"
  2626. },
  2627. "engines": {
  2628. "node": ">=6"
  2629. },
  2630. "funding": {
  2631. "url": "https://github.com/sponsors/sindresorhus"
  2632. }
  2633. },
  2634. "node_modules/imurmurhash": {
  2635. "version": "0.1.4",
  2636. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  2637. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  2638. "dev": true,
  2639. "license": "MIT",
  2640. "engines": {
  2641. "node": ">=0.8.19"
  2642. }
  2643. },
  2644. "node_modules/inherits": {
  2645. "version": "2.0.4",
  2646. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  2647. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  2648. },
  2649. "node_modules/is-docker": {
  2650. "version": "3.0.0",
  2651. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
  2652. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  2653. "dev": true,
  2654. "license": "MIT",
  2655. "bin": {
  2656. "is-docker": "cli.js"
  2657. },
  2658. "engines": {
  2659. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2660. },
  2661. "funding": {
  2662. "url": "https://github.com/sponsors/sindresorhus"
  2663. }
  2664. },
  2665. "node_modules/is-extglob": {
  2666. "version": "2.1.1",
  2667. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  2668. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  2669. "dev": true,
  2670. "license": "MIT",
  2671. "engines": {
  2672. "node": ">=0.10.0"
  2673. }
  2674. },
  2675. "node_modules/is-glob": {
  2676. "version": "4.0.3",
  2677. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  2678. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  2679. "dev": true,
  2680. "license": "MIT",
  2681. "dependencies": {
  2682. "is-extglob": "^2.1.1"
  2683. },
  2684. "engines": {
  2685. "node": ">=0.10.0"
  2686. }
  2687. },
  2688. "node_modules/is-inside-container": {
  2689. "version": "1.0.0",
  2690. "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
  2691. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  2692. "dev": true,
  2693. "license": "MIT",
  2694. "dependencies": {
  2695. "is-docker": "^3.0.0"
  2696. },
  2697. "bin": {
  2698. "is-inside-container": "cli.js"
  2699. },
  2700. "engines": {
  2701. "node": ">=14.16"
  2702. },
  2703. "funding": {
  2704. "url": "https://github.com/sponsors/sindresorhus"
  2705. }
  2706. },
  2707. "node_modules/is-plain-obj": {
  2708. "version": "4.1.0",
  2709. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  2710. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  2711. "dev": true,
  2712. "license": "MIT",
  2713. "engines": {
  2714. "node": ">=12"
  2715. },
  2716. "funding": {
  2717. "url": "https://github.com/sponsors/sindresorhus"
  2718. }
  2719. },
  2720. "node_modules/is-stream": {
  2721. "version": "4.0.1",
  2722. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-4.0.1.tgz",
  2723. "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
  2724. "dev": true,
  2725. "license": "MIT",
  2726. "engines": {
  2727. "node": ">=18"
  2728. },
  2729. "funding": {
  2730. "url": "https://github.com/sponsors/sindresorhus"
  2731. }
  2732. },
  2733. "node_modules/is-unicode-supported": {
  2734. "version": "2.1.0",
  2735. "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  2736. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  2737. "dev": true,
  2738. "license": "MIT",
  2739. "engines": {
  2740. "node": ">=18"
  2741. },
  2742. "funding": {
  2743. "url": "https://github.com/sponsors/sindresorhus"
  2744. }
  2745. },
  2746. "node_modules/is-what": {
  2747. "version": "3.14.1",
  2748. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-3.14.1.tgz",
  2749. "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==",
  2750. "license": "MIT"
  2751. },
  2752. "node_modules/is-wsl": {
  2753. "version": "3.1.0",
  2754. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz",
  2755. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  2756. "dev": true,
  2757. "license": "MIT",
  2758. "dependencies": {
  2759. "is-inside-container": "^1.0.0"
  2760. },
  2761. "engines": {
  2762. "node": ">=16"
  2763. },
  2764. "funding": {
  2765. "url": "https://github.com/sponsors/sindresorhus"
  2766. }
  2767. },
  2768. "node_modules/isarray": {
  2769. "version": "1.0.0",
  2770. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
  2771. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  2772. },
  2773. "node_modules/isexe": {
  2774. "version": "2.0.0",
  2775. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  2776. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  2777. "dev": true,
  2778. "license": "ISC"
  2779. },
  2780. "node_modules/jiti": {
  2781. "version": "2.4.2",
  2782. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.4.2.tgz",
  2783. "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
  2784. "license": "MIT",
  2785. "bin": {
  2786. "jiti": "lib/jiti-cli.mjs"
  2787. }
  2788. },
  2789. "node_modules/js-tokens": {
  2790. "version": "4.0.0",
  2791. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  2792. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  2793. "dev": true,
  2794. "license": "MIT"
  2795. },
  2796. "node_modules/js-yaml": {
  2797. "version": "4.1.0",
  2798. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  2799. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  2800. "dev": true,
  2801. "license": "MIT",
  2802. "dependencies": {
  2803. "argparse": "^2.0.1"
  2804. },
  2805. "bin": {
  2806. "js-yaml": "bin/js-yaml.js"
  2807. }
  2808. },
  2809. "node_modules/jsesc": {
  2810. "version": "3.1.0",
  2811. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  2812. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  2813. "dev": true,
  2814. "license": "MIT",
  2815. "bin": {
  2816. "jsesc": "bin/jsesc"
  2817. },
  2818. "engines": {
  2819. "node": ">=6"
  2820. }
  2821. },
  2822. "node_modules/json-buffer": {
  2823. "version": "3.0.1",
  2824. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  2825. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  2826. "dev": true,
  2827. "license": "MIT"
  2828. },
  2829. "node_modules/json-schema-traverse": {
  2830. "version": "0.4.1",
  2831. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  2832. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  2833. "dev": true,
  2834. "license": "MIT"
  2835. },
  2836. "node_modules/json-stable-stringify-without-jsonify": {
  2837. "version": "1.0.1",
  2838. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  2839. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  2840. "dev": true,
  2841. "license": "MIT"
  2842. },
  2843. "node_modules/json5": {
  2844. "version": "2.2.3",
  2845. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  2846. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  2847. "dev": true,
  2848. "license": "MIT",
  2849. "bin": {
  2850. "json5": "lib/cli.js"
  2851. },
  2852. "engines": {
  2853. "node": ">=6"
  2854. }
  2855. },
  2856. "node_modules/jsonfile": {
  2857. "version": "6.1.0",
  2858. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  2859. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  2860. "dev": true,
  2861. "license": "MIT",
  2862. "dependencies": {
  2863. "universalify": "^2.0.0"
  2864. },
  2865. "optionalDependencies": {
  2866. "graceful-fs": "^4.1.6"
  2867. }
  2868. },
  2869. "node_modules/jszip": {
  2870. "version": "3.10.1",
  2871. "resolved": "https://registry.npmmirror.com/jszip/-/jszip-3.10.1.tgz",
  2872. "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
  2873. "dependencies": {
  2874. "lie": "~3.3.0",
  2875. "pako": "~1.0.2",
  2876. "readable-stream": "~2.3.6",
  2877. "setimmediate": "^1.0.5"
  2878. }
  2879. },
  2880. "node_modules/keyv": {
  2881. "version": "4.5.4",
  2882. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  2883. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  2884. "dev": true,
  2885. "license": "MIT",
  2886. "dependencies": {
  2887. "json-buffer": "3.0.1"
  2888. }
  2889. },
  2890. "node_modules/kolorist": {
  2891. "version": "1.8.0",
  2892. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  2893. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  2894. "dev": true,
  2895. "license": "MIT"
  2896. },
  2897. "node_modules/less": {
  2898. "version": "4.2.2",
  2899. "resolved": "https://registry.npmmirror.com/less/-/less-4.2.2.tgz",
  2900. "integrity": "sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==",
  2901. "license": "Apache-2.0",
  2902. "dependencies": {
  2903. "copy-anything": "^2.0.1",
  2904. "parse-node-version": "^1.0.1",
  2905. "tslib": "^2.3.0"
  2906. },
  2907. "bin": {
  2908. "lessc": "bin/lessc"
  2909. },
  2910. "engines": {
  2911. "node": ">=6"
  2912. },
  2913. "optionalDependencies": {
  2914. "errno": "^0.1.1",
  2915. "graceful-fs": "^4.1.2",
  2916. "image-size": "~0.5.0",
  2917. "make-dir": "^2.1.0",
  2918. "mime": "^1.4.1",
  2919. "needle": "^3.1.0",
  2920. "source-map": "~0.6.0"
  2921. }
  2922. },
  2923. "node_modules/levn": {
  2924. "version": "0.4.1",
  2925. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  2926. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  2927. "dev": true,
  2928. "license": "MIT",
  2929. "dependencies": {
  2930. "prelude-ls": "^1.2.1",
  2931. "type-check": "~0.4.0"
  2932. },
  2933. "engines": {
  2934. "node": ">= 0.8.0"
  2935. }
  2936. },
  2937. "node_modules/lie": {
  2938. "version": "3.3.0",
  2939. "resolved": "https://registry.npmmirror.com/lie/-/lie-3.3.0.tgz",
  2940. "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
  2941. "dependencies": {
  2942. "immediate": "~3.0.5"
  2943. }
  2944. },
  2945. "node_modules/lightningcss": {
  2946. "version": "1.29.2",
  2947. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.29.2.tgz",
  2948. "integrity": "sha512-6b6gd/RUXKaw5keVdSEtqFVdzWnU5jMxTUjA2bVcMNPLwSQ08Sv/UodBVtETLCn7k4S1Ibxwh7k68IwLZPgKaA==",
  2949. "license": "MPL-2.0",
  2950. "dependencies": {
  2951. "detect-libc": "^2.0.3"
  2952. },
  2953. "engines": {
  2954. "node": ">= 12.0.0"
  2955. },
  2956. "funding": {
  2957. "type": "opencollective",
  2958. "url": "https://opencollective.com/parcel"
  2959. },
  2960. "optionalDependencies": {
  2961. "lightningcss-darwin-arm64": "1.29.2",
  2962. "lightningcss-darwin-x64": "1.29.2",
  2963. "lightningcss-freebsd-x64": "1.29.2",
  2964. "lightningcss-linux-arm-gnueabihf": "1.29.2",
  2965. "lightningcss-linux-arm64-gnu": "1.29.2",
  2966. "lightningcss-linux-arm64-musl": "1.29.2",
  2967. "lightningcss-linux-x64-gnu": "1.29.2",
  2968. "lightningcss-linux-x64-musl": "1.29.2",
  2969. "lightningcss-win32-arm64-msvc": "1.29.2",
  2970. "lightningcss-win32-x64-msvc": "1.29.2"
  2971. }
  2972. },
  2973. "node_modules/lightningcss-darwin-arm64": {
  2974. "version": "1.29.2",
  2975. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.29.2.tgz",
  2976. "integrity": "sha512-cK/eMabSViKn/PG8U/a7aCorpeKLMlK0bQeNHmdb7qUnBkNPnL+oV5DjJUo0kqWsJUapZsM4jCfYItbqBDvlcA==",
  2977. "cpu": [
  2978. "arm64"
  2979. ],
  2980. "license": "MPL-2.0",
  2981. "optional": true,
  2982. "os": [
  2983. "darwin"
  2984. ],
  2985. "engines": {
  2986. "node": ">= 12.0.0"
  2987. },
  2988. "funding": {
  2989. "type": "opencollective",
  2990. "url": "https://opencollective.com/parcel"
  2991. }
  2992. },
  2993. "node_modules/locate-path": {
  2994. "version": "6.0.0",
  2995. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  2996. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  2997. "dev": true,
  2998. "license": "MIT",
  2999. "dependencies": {
  3000. "p-locate": "^5.0.0"
  3001. },
  3002. "engines": {
  3003. "node": ">=10"
  3004. },
  3005. "funding": {
  3006. "url": "https://github.com/sponsors/sindresorhus"
  3007. }
  3008. },
  3009. "node_modules/lodash": {
  3010. "version": "4.17.21",
  3011. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  3012. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  3013. "dev": true,
  3014. "license": "MIT",
  3015. "peer": true
  3016. },
  3017. "node_modules/lodash.merge": {
  3018. "version": "4.6.2",
  3019. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  3020. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  3021. "dev": true,
  3022. "license": "MIT"
  3023. },
  3024. "node_modules/lru-cache": {
  3025. "version": "5.1.1",
  3026. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  3027. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  3028. "dev": true,
  3029. "license": "ISC",
  3030. "dependencies": {
  3031. "yallist": "^3.0.2"
  3032. }
  3033. },
  3034. "node_modules/magic-string": {
  3035. "version": "0.30.17",
  3036. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  3037. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  3038. "license": "MIT",
  3039. "dependencies": {
  3040. "@jridgewell/sourcemap-codec": "^1.5.0"
  3041. }
  3042. },
  3043. "node_modules/make-dir": {
  3044. "version": "2.1.0",
  3045. "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz",
  3046. "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
  3047. "license": "MIT",
  3048. "optional": true,
  3049. "dependencies": {
  3050. "pify": "^4.0.1",
  3051. "semver": "^5.6.0"
  3052. },
  3053. "engines": {
  3054. "node": ">=6"
  3055. }
  3056. },
  3057. "node_modules/make-dir/node_modules/semver": {
  3058. "version": "5.7.2",
  3059. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
  3060. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  3061. "license": "ISC",
  3062. "optional": true,
  3063. "bin": {
  3064. "semver": "bin/semver"
  3065. }
  3066. },
  3067. "node_modules/math-intrinsics": {
  3068. "version": "1.1.0",
  3069. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  3070. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  3071. "engines": {
  3072. "node": ">= 0.4"
  3073. }
  3074. },
  3075. "node_modules/mime": {
  3076. "version": "1.6.0",
  3077. "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
  3078. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  3079. "license": "MIT",
  3080. "optional": true,
  3081. "bin": {
  3082. "mime": "cli.js"
  3083. },
  3084. "engines": {
  3085. "node": ">=4"
  3086. }
  3087. },
  3088. "node_modules/mime-db": {
  3089. "version": "1.52.0",
  3090. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  3091. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  3092. "engines": {
  3093. "node": ">= 0.6"
  3094. }
  3095. },
  3096. "node_modules/mime-types": {
  3097. "version": "2.1.35",
  3098. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  3099. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  3100. "dependencies": {
  3101. "mime-db": "1.52.0"
  3102. },
  3103. "engines": {
  3104. "node": ">= 0.6"
  3105. }
  3106. },
  3107. "node_modules/minimatch": {
  3108. "version": "3.1.2",
  3109. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  3110. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  3111. "dev": true,
  3112. "license": "ISC",
  3113. "dependencies": {
  3114. "brace-expansion": "^1.1.7"
  3115. },
  3116. "engines": {
  3117. "node": "*"
  3118. }
  3119. },
  3120. "node_modules/mitt": {
  3121. "version": "3.0.1",
  3122. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  3123. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  3124. "license": "MIT"
  3125. },
  3126. "node_modules/mrmime": {
  3127. "version": "2.0.1",
  3128. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz",
  3129. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  3130. "dev": true,
  3131. "license": "MIT",
  3132. "engines": {
  3133. "node": ">=10"
  3134. }
  3135. },
  3136. "node_modules/ms": {
  3137. "version": "2.1.3",
  3138. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  3139. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  3140. "dev": true,
  3141. "license": "MIT"
  3142. },
  3143. "node_modules/nanoid": {
  3144. "version": "3.3.11",
  3145. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  3146. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  3147. "funding": [
  3148. {
  3149. "type": "github",
  3150. "url": "https://github.com/sponsors/ai"
  3151. }
  3152. ],
  3153. "license": "MIT",
  3154. "bin": {
  3155. "nanoid": "bin/nanoid.cjs"
  3156. },
  3157. "engines": {
  3158. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3159. }
  3160. },
  3161. "node_modules/natural-compare": {
  3162. "version": "1.4.0",
  3163. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  3164. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  3165. "dev": true,
  3166. "license": "MIT"
  3167. },
  3168. "node_modules/needle": {
  3169. "version": "3.3.1",
  3170. "resolved": "https://registry.npmmirror.com/needle/-/needle-3.3.1.tgz",
  3171. "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==",
  3172. "license": "MIT",
  3173. "optional": true,
  3174. "dependencies": {
  3175. "iconv-lite": "^0.6.3",
  3176. "sax": "^1.2.4"
  3177. },
  3178. "bin": {
  3179. "needle": "bin/needle"
  3180. },
  3181. "engines": {
  3182. "node": ">= 4.4.x"
  3183. }
  3184. },
  3185. "node_modules/node-releases": {
  3186. "version": "2.0.19",
  3187. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
  3188. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  3189. "dev": true,
  3190. "license": "MIT"
  3191. },
  3192. "node_modules/npm-run-path": {
  3193. "version": "6.0.0",
  3194. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-6.0.0.tgz",
  3195. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  3196. "dev": true,
  3197. "license": "MIT",
  3198. "dependencies": {
  3199. "path-key": "^4.0.0",
  3200. "unicorn-magic": "^0.3.0"
  3201. },
  3202. "engines": {
  3203. "node": ">=18"
  3204. },
  3205. "funding": {
  3206. "url": "https://github.com/sponsors/sindresorhus"
  3207. }
  3208. },
  3209. "node_modules/npm-run-path/node_modules/path-key": {
  3210. "version": "4.0.0",
  3211. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  3212. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  3213. "dev": true,
  3214. "license": "MIT",
  3215. "engines": {
  3216. "node": ">=12"
  3217. },
  3218. "funding": {
  3219. "url": "https://github.com/sponsors/sindresorhus"
  3220. }
  3221. },
  3222. "node_modules/nth-check": {
  3223. "version": "2.1.1",
  3224. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  3225. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  3226. "dev": true,
  3227. "license": "BSD-2-Clause",
  3228. "dependencies": {
  3229. "boolbase": "^1.0.0"
  3230. },
  3231. "funding": {
  3232. "url": "https://github.com/fb55/nth-check?sponsor=1"
  3233. }
  3234. },
  3235. "node_modules/open": {
  3236. "version": "10.1.0",
  3237. "resolved": "https://registry.npmmirror.com/open/-/open-10.1.0.tgz",
  3238. "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
  3239. "dev": true,
  3240. "license": "MIT",
  3241. "dependencies": {
  3242. "default-browser": "^5.2.1",
  3243. "define-lazy-prop": "^3.0.0",
  3244. "is-inside-container": "^1.0.0",
  3245. "is-wsl": "^3.1.0"
  3246. },
  3247. "engines": {
  3248. "node": ">=18"
  3249. },
  3250. "funding": {
  3251. "url": "https://github.com/sponsors/sindresorhus"
  3252. }
  3253. },
  3254. "node_modules/optionator": {
  3255. "version": "0.9.4",
  3256. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  3257. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  3258. "dev": true,
  3259. "license": "MIT",
  3260. "dependencies": {
  3261. "deep-is": "^0.1.3",
  3262. "fast-levenshtein": "^2.0.6",
  3263. "levn": "^0.4.1",
  3264. "prelude-ls": "^1.2.1",
  3265. "type-check": "^0.4.0",
  3266. "word-wrap": "^1.2.5"
  3267. },
  3268. "engines": {
  3269. "node": ">= 0.8.0"
  3270. }
  3271. },
  3272. "node_modules/p-limit": {
  3273. "version": "3.1.0",
  3274. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  3275. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  3276. "dev": true,
  3277. "license": "MIT",
  3278. "dependencies": {
  3279. "yocto-queue": "^0.1.0"
  3280. },
  3281. "engines": {
  3282. "node": ">=10"
  3283. },
  3284. "funding": {
  3285. "url": "https://github.com/sponsors/sindresorhus"
  3286. }
  3287. },
  3288. "node_modules/p-locate": {
  3289. "version": "5.0.0",
  3290. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  3291. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  3292. "dev": true,
  3293. "license": "MIT",
  3294. "dependencies": {
  3295. "p-limit": "^3.0.2"
  3296. },
  3297. "engines": {
  3298. "node": ">=10"
  3299. },
  3300. "funding": {
  3301. "url": "https://github.com/sponsors/sindresorhus"
  3302. }
  3303. },
  3304. "node_modules/pako": {
  3305. "version": "1.0.11",
  3306. "resolved": "https://registry.npmmirror.com/pako/-/pako-1.0.11.tgz",
  3307. "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="
  3308. },
  3309. "node_modules/parent-module": {
  3310. "version": "1.0.1",
  3311. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  3312. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  3313. "dev": true,
  3314. "license": "MIT",
  3315. "dependencies": {
  3316. "callsites": "^3.0.0"
  3317. },
  3318. "engines": {
  3319. "node": ">=6"
  3320. }
  3321. },
  3322. "node_modules/parse-ms": {
  3323. "version": "4.0.0",
  3324. "resolved": "https://registry.npmmirror.com/parse-ms/-/parse-ms-4.0.0.tgz",
  3325. "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
  3326. "dev": true,
  3327. "license": "MIT",
  3328. "engines": {
  3329. "node": ">=18"
  3330. },
  3331. "funding": {
  3332. "url": "https://github.com/sponsors/sindresorhus"
  3333. }
  3334. },
  3335. "node_modules/parse-node-version": {
  3336. "version": "1.0.1",
  3337. "resolved": "https://registry.npmmirror.com/parse-node-version/-/parse-node-version-1.0.1.tgz",
  3338. "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
  3339. "license": "MIT",
  3340. "engines": {
  3341. "node": ">= 0.10"
  3342. }
  3343. },
  3344. "node_modules/path-exists": {
  3345. "version": "4.0.0",
  3346. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  3347. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  3348. "dev": true,
  3349. "license": "MIT",
  3350. "engines": {
  3351. "node": ">=8"
  3352. }
  3353. },
  3354. "node_modules/path-key": {
  3355. "version": "3.1.1",
  3356. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  3357. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  3358. "dev": true,
  3359. "license": "MIT",
  3360. "engines": {
  3361. "node": ">=8"
  3362. }
  3363. },
  3364. "node_modules/pathe": {
  3365. "version": "2.0.3",
  3366. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  3367. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  3368. "dev": true,
  3369. "license": "MIT"
  3370. },
  3371. "node_modules/perfect-debounce": {
  3372. "version": "1.0.0",
  3373. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  3374. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  3375. "license": "MIT"
  3376. },
  3377. "node_modules/picocolors": {
  3378. "version": "1.1.1",
  3379. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  3380. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  3381. "license": "ISC"
  3382. },
  3383. "node_modules/picomatch": {
  3384. "version": "4.0.2",
  3385. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  3386. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  3387. "dev": true,
  3388. "license": "MIT",
  3389. "engines": {
  3390. "node": ">=12"
  3391. },
  3392. "funding": {
  3393. "url": "https://github.com/sponsors/jonschlinkert"
  3394. }
  3395. },
  3396. "node_modules/pify": {
  3397. "version": "4.0.1",
  3398. "resolved": "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz",
  3399. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  3400. "license": "MIT",
  3401. "optional": true,
  3402. "engines": {
  3403. "node": ">=6"
  3404. }
  3405. },
  3406. "node_modules/pinia": {
  3407. "version": "3.0.1",
  3408. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.1.tgz",
  3409. "integrity": "sha512-WXglsDzztOTH6IfcJ99ltYZin2mY8XZCXujkYWVIJlBjqsP6ST7zw+Aarh63E1cDVYeyUcPCxPHzJpEOmzB6Wg==",
  3410. "license": "MIT",
  3411. "dependencies": {
  3412. "@vue/devtools-api": "^7.7.2"
  3413. },
  3414. "funding": {
  3415. "url": "https://github.com/sponsors/posva"
  3416. },
  3417. "peerDependencies": {
  3418. "typescript": ">=4.4.4",
  3419. "vue": "^2.7.0 || ^3.5.11"
  3420. },
  3421. "peerDependenciesMeta": {
  3422. "typescript": {
  3423. "optional": true
  3424. }
  3425. }
  3426. },
  3427. "node_modules/pinia/node_modules/@vue/devtools-api": {
  3428. "version": "7.7.2",
  3429. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.2.tgz",
  3430. "integrity": "sha512-1syn558KhyN+chO5SjlZIwJ8bV/bQ1nOVTG66t2RbG66ZGekyiYNmRO7X9BJCXQqPsFHlnksqvPhce2qpzxFnA==",
  3431. "license": "MIT",
  3432. "dependencies": {
  3433. "@vue/devtools-kit": "^7.7.2"
  3434. }
  3435. },
  3436. "node_modules/postcss": {
  3437. "version": "8.5.3",
  3438. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz",
  3439. "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
  3440. "funding": [
  3441. {
  3442. "type": "opencollective",
  3443. "url": "https://opencollective.com/postcss/"
  3444. },
  3445. {
  3446. "type": "tidelift",
  3447. "url": "https://tidelift.com/funding/github/npm/postcss"
  3448. },
  3449. {
  3450. "type": "github",
  3451. "url": "https://github.com/sponsors/ai"
  3452. }
  3453. ],
  3454. "license": "MIT",
  3455. "dependencies": {
  3456. "nanoid": "^3.3.8",
  3457. "picocolors": "^1.1.1",
  3458. "source-map-js": "^1.2.1"
  3459. },
  3460. "engines": {
  3461. "node": "^10 || ^12 || >=14"
  3462. }
  3463. },
  3464. "node_modules/postcss-selector-parser": {
  3465. "version": "6.1.2",
  3466. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  3467. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  3468. "dev": true,
  3469. "license": "MIT",
  3470. "dependencies": {
  3471. "cssesc": "^3.0.0",
  3472. "util-deprecate": "^1.0.2"
  3473. },
  3474. "engines": {
  3475. "node": ">=4"
  3476. }
  3477. },
  3478. "node_modules/prelude-ls": {
  3479. "version": "1.2.1",
  3480. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  3481. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  3482. "dev": true,
  3483. "license": "MIT",
  3484. "engines": {
  3485. "node": ">= 0.8.0"
  3486. }
  3487. },
  3488. "node_modules/prettier": {
  3489. "version": "3.5.3",
  3490. "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.5.3.tgz",
  3491. "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
  3492. "dev": true,
  3493. "license": "MIT",
  3494. "bin": {
  3495. "prettier": "bin/prettier.cjs"
  3496. },
  3497. "engines": {
  3498. "node": ">=14"
  3499. },
  3500. "funding": {
  3501. "url": "https://github.com/prettier/prettier?sponsor=1"
  3502. }
  3503. },
  3504. "node_modules/prettier-linter-helpers": {
  3505. "version": "1.0.0",
  3506. "resolved": "https://registry.npmmirror.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
  3507. "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
  3508. "dev": true,
  3509. "license": "MIT",
  3510. "dependencies": {
  3511. "fast-diff": "^1.1.2"
  3512. },
  3513. "engines": {
  3514. "node": ">=6.0.0"
  3515. }
  3516. },
  3517. "node_modules/pretty-ms": {
  3518. "version": "9.2.0",
  3519. "resolved": "https://registry.npmmirror.com/pretty-ms/-/pretty-ms-9.2.0.tgz",
  3520. "integrity": "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==",
  3521. "dev": true,
  3522. "license": "MIT",
  3523. "dependencies": {
  3524. "parse-ms": "^4.0.0"
  3525. },
  3526. "engines": {
  3527. "node": ">=18"
  3528. },
  3529. "funding": {
  3530. "url": "https://github.com/sponsors/sindresorhus"
  3531. }
  3532. },
  3533. "node_modules/primeflex": {
  3534. "version": "4.0.0",
  3535. "resolved": "https://registry.npmmirror.com/primeflex/-/primeflex-4.0.0.tgz",
  3536. "integrity": "sha512-UOEZCRjR36+sm5bUpDhS1xbA068l9VC6y1aTNVqQPtXuKIdPTqAWHRUxj3mKAoPrQ9W373ooJJMgNVXfiaw04g==",
  3537. "license": "MIT"
  3538. },
  3539. "node_modules/primeicons": {
  3540. "version": "7.0.0",
  3541. "resolved": "https://registry.npmmirror.com/primeicons/-/primeicons-7.0.0.tgz",
  3542. "integrity": "sha512-jK3Et9UzwzTsd6tzl2RmwrVY/b8raJ3QZLzoDACj+oTJ0oX7L9Hy+XnVwgo4QVKlKpnP/Ur13SXV/pVh4LzaDw=="
  3543. },
  3544. "node_modules/primevue": {
  3545. "version": "4.3.5",
  3546. "resolved": "https://registry.npmmirror.com/primevue/-/primevue-4.3.5.tgz",
  3547. "integrity": "sha512-KYjLrf7W96qVOFdX2nyap5IrJIEF8qEfLaHpMPw+H3SCd7zV6uiIrOYBNvovk677rhjBGpSjEbxTFY/K+i/DMA==",
  3548. "dependencies": {
  3549. "@primeuix/styled": "^0.6.4",
  3550. "@primeuix/styles": "^1.1.1",
  3551. "@primeuix/utils": "^0.5.3",
  3552. "@primevue/core": "4.3.5",
  3553. "@primevue/icons": "4.3.5"
  3554. },
  3555. "engines": {
  3556. "node": ">=12.11.0"
  3557. }
  3558. },
  3559. "node_modules/primevue/node_modules/@primeuix/styled": {
  3560. "version": "0.6.4",
  3561. "resolved": "https://registry.npmmirror.com/@primeuix/styled/-/styled-0.6.4.tgz",
  3562. "integrity": "sha512-7ePLwqazLV0x269YlPMeE4wtQKT0NScY2/gEin0/96krTiGiElmlzKMMbH69bVApm/sfen5DZGuCEEwPiBJJ5g==",
  3563. "dependencies": {
  3564. "@primeuix/utils": "^0.5.3"
  3565. },
  3566. "engines": {
  3567. "node": ">=12.11.0"
  3568. }
  3569. },
  3570. "node_modules/process-nextick-args": {
  3571. "version": "2.0.1",
  3572. "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  3573. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  3574. },
  3575. "node_modules/proxy-from-env": {
  3576. "version": "1.1.0",
  3577. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  3578. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
  3579. },
  3580. "node_modules/prr": {
  3581. "version": "1.0.1",
  3582. "resolved": "https://registry.npmmirror.com/prr/-/prr-1.0.1.tgz",
  3583. "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==",
  3584. "license": "MIT",
  3585. "optional": true
  3586. },
  3587. "node_modules/punycode": {
  3588. "version": "2.3.1",
  3589. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  3590. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  3591. "dev": true,
  3592. "license": "MIT",
  3593. "engines": {
  3594. "node": ">=6"
  3595. }
  3596. },
  3597. "node_modules/readable-stream": {
  3598. "version": "2.3.8",
  3599. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  3600. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  3601. "dependencies": {
  3602. "core-util-is": "~1.0.0",
  3603. "inherits": "~2.0.3",
  3604. "isarray": "~1.0.0",
  3605. "process-nextick-args": "~2.0.0",
  3606. "safe-buffer": "~5.1.1",
  3607. "string_decoder": "~1.1.1",
  3608. "util-deprecate": "~1.0.1"
  3609. }
  3610. },
  3611. "node_modules/resolve-from": {
  3612. "version": "4.0.0",
  3613. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  3614. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  3615. "dev": true,
  3616. "license": "MIT",
  3617. "engines": {
  3618. "node": ">=4"
  3619. }
  3620. },
  3621. "node_modules/rfdc": {
  3622. "version": "1.4.1",
  3623. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  3624. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  3625. "license": "MIT"
  3626. },
  3627. "node_modules/rollup": {
  3628. "version": "4.38.0",
  3629. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.38.0.tgz",
  3630. "integrity": "sha512-5SsIRtJy9bf1ErAOiFMFzl64Ex9X5V7bnJ+WlFMb+zmP459OSWCEG7b0ERZ+PEU7xPt4OG3RHbrp1LJlXxYTrw==",
  3631. "license": "MIT",
  3632. "dependencies": {
  3633. "@types/estree": "1.0.7"
  3634. },
  3635. "bin": {
  3636. "rollup": "dist/bin/rollup"
  3637. },
  3638. "engines": {
  3639. "node": ">=18.0.0",
  3640. "npm": ">=8.0.0"
  3641. },
  3642. "optionalDependencies": {
  3643. "@rollup/rollup-android-arm-eabi": "4.38.0",
  3644. "@rollup/rollup-android-arm64": "4.38.0",
  3645. "@rollup/rollup-darwin-arm64": "4.38.0",
  3646. "@rollup/rollup-darwin-x64": "4.38.0",
  3647. "@rollup/rollup-freebsd-arm64": "4.38.0",
  3648. "@rollup/rollup-freebsd-x64": "4.38.0",
  3649. "@rollup/rollup-linux-arm-gnueabihf": "4.38.0",
  3650. "@rollup/rollup-linux-arm-musleabihf": "4.38.0",
  3651. "@rollup/rollup-linux-arm64-gnu": "4.38.0",
  3652. "@rollup/rollup-linux-arm64-musl": "4.38.0",
  3653. "@rollup/rollup-linux-loongarch64-gnu": "4.38.0",
  3654. "@rollup/rollup-linux-powerpc64le-gnu": "4.38.0",
  3655. "@rollup/rollup-linux-riscv64-gnu": "4.38.0",
  3656. "@rollup/rollup-linux-riscv64-musl": "4.38.0",
  3657. "@rollup/rollup-linux-s390x-gnu": "4.38.0",
  3658. "@rollup/rollup-linux-x64-gnu": "4.38.0",
  3659. "@rollup/rollup-linux-x64-musl": "4.38.0",
  3660. "@rollup/rollup-win32-arm64-msvc": "4.38.0",
  3661. "@rollup/rollup-win32-ia32-msvc": "4.38.0",
  3662. "@rollup/rollup-win32-x64-msvc": "4.38.0",
  3663. "fsevents": "~2.3.2"
  3664. }
  3665. },
  3666. "node_modules/run-applescript": {
  3667. "version": "7.0.0",
  3668. "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz",
  3669. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  3670. "dev": true,
  3671. "license": "MIT",
  3672. "engines": {
  3673. "node": ">=18"
  3674. },
  3675. "funding": {
  3676. "url": "https://github.com/sponsors/sindresorhus"
  3677. }
  3678. },
  3679. "node_modules/safe-buffer": {
  3680. "version": "5.1.2",
  3681. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  3682. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  3683. },
  3684. "node_modules/safer-buffer": {
  3685. "version": "2.1.2",
  3686. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  3687. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  3688. "license": "MIT",
  3689. "optional": true
  3690. },
  3691. "node_modules/sax": {
  3692. "version": "1.4.1",
  3693. "resolved": "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz",
  3694. "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
  3695. "license": "ISC",
  3696. "optional": true
  3697. },
  3698. "node_modules/semver": {
  3699. "version": "6.3.1",
  3700. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  3701. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  3702. "dev": true,
  3703. "license": "ISC",
  3704. "bin": {
  3705. "semver": "bin/semver.js"
  3706. }
  3707. },
  3708. "node_modules/setimmediate": {
  3709. "version": "1.0.5",
  3710. "resolved": "https://registry.npmmirror.com/setimmediate/-/setimmediate-1.0.5.tgz",
  3711. "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA=="
  3712. },
  3713. "node_modules/shebang-command": {
  3714. "version": "2.0.0",
  3715. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  3716. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  3717. "dev": true,
  3718. "license": "MIT",
  3719. "dependencies": {
  3720. "shebang-regex": "^3.0.0"
  3721. },
  3722. "engines": {
  3723. "node": ">=8"
  3724. }
  3725. },
  3726. "node_modules/shebang-regex": {
  3727. "version": "3.0.0",
  3728. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  3729. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  3730. "dev": true,
  3731. "license": "MIT",
  3732. "engines": {
  3733. "node": ">=8"
  3734. }
  3735. },
  3736. "node_modules/signal-exit": {
  3737. "version": "4.1.0",
  3738. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  3739. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  3740. "dev": true,
  3741. "license": "ISC",
  3742. "engines": {
  3743. "node": ">=14"
  3744. },
  3745. "funding": {
  3746. "url": "https://github.com/sponsors/isaacs"
  3747. }
  3748. },
  3749. "node_modules/sirv": {
  3750. "version": "3.0.1",
  3751. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.1.tgz",
  3752. "integrity": "sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==",
  3753. "dev": true,
  3754. "license": "MIT",
  3755. "dependencies": {
  3756. "@polka/url": "^1.0.0-next.24",
  3757. "mrmime": "^2.0.0",
  3758. "totalist": "^3.0.0"
  3759. },
  3760. "engines": {
  3761. "node": ">=18"
  3762. }
  3763. },
  3764. "node_modules/source-map": {
  3765. "version": "0.6.1",
  3766. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  3767. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  3768. "license": "BSD-3-Clause",
  3769. "optional": true,
  3770. "engines": {
  3771. "node": ">=0.10.0"
  3772. }
  3773. },
  3774. "node_modules/source-map-js": {
  3775. "version": "1.2.1",
  3776. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  3777. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  3778. "license": "BSD-3-Clause",
  3779. "engines": {
  3780. "node": ">=0.10.0"
  3781. }
  3782. },
  3783. "node_modules/speakingurl": {
  3784. "version": "14.0.1",
  3785. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  3786. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  3787. "license": "BSD-3-Clause",
  3788. "engines": {
  3789. "node": ">=0.10.0"
  3790. }
  3791. },
  3792. "node_modules/string_decoder": {
  3793. "version": "1.1.1",
  3794. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  3795. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  3796. "dependencies": {
  3797. "safe-buffer": "~5.1.0"
  3798. }
  3799. },
  3800. "node_modules/strip-final-newline": {
  3801. "version": "4.0.0",
  3802. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
  3803. "integrity": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==",
  3804. "dev": true,
  3805. "license": "MIT",
  3806. "engines": {
  3807. "node": ">=18"
  3808. },
  3809. "funding": {
  3810. "url": "https://github.com/sponsors/sindresorhus"
  3811. }
  3812. },
  3813. "node_modules/strip-json-comments": {
  3814. "version": "3.1.1",
  3815. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  3816. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  3817. "dev": true,
  3818. "license": "MIT",
  3819. "engines": {
  3820. "node": ">=8"
  3821. },
  3822. "funding": {
  3823. "url": "https://github.com/sponsors/sindresorhus"
  3824. }
  3825. },
  3826. "node_modules/superjson": {
  3827. "version": "2.2.2",
  3828. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
  3829. "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
  3830. "license": "MIT",
  3831. "dependencies": {
  3832. "copy-anything": "^3.0.2"
  3833. },
  3834. "engines": {
  3835. "node": ">=16"
  3836. }
  3837. },
  3838. "node_modules/superjson/node_modules/copy-anything": {
  3839. "version": "3.0.5",
  3840. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
  3841. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  3842. "license": "MIT",
  3843. "dependencies": {
  3844. "is-what": "^4.1.8"
  3845. },
  3846. "engines": {
  3847. "node": ">=12.13"
  3848. },
  3849. "funding": {
  3850. "url": "https://github.com/sponsors/mesqueeb"
  3851. }
  3852. },
  3853. "node_modules/superjson/node_modules/is-what": {
  3854. "version": "4.1.16",
  3855. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
  3856. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  3857. "license": "MIT",
  3858. "engines": {
  3859. "node": ">=12.13"
  3860. },
  3861. "funding": {
  3862. "url": "https://github.com/sponsors/mesqueeb"
  3863. }
  3864. },
  3865. "node_modules/supports-color": {
  3866. "version": "7.2.0",
  3867. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  3868. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  3869. "dev": true,
  3870. "license": "MIT",
  3871. "dependencies": {
  3872. "has-flag": "^4.0.0"
  3873. },
  3874. "engines": {
  3875. "node": ">=8"
  3876. }
  3877. },
  3878. "node_modules/synckit": {
  3879. "version": "0.10.3",
  3880. "resolved": "https://registry.npmmirror.com/synckit/-/synckit-0.10.3.tgz",
  3881. "integrity": "sha512-R1urvuyiTaWfeCggqEvpDJwAlDVdsT9NM+IP//Tk2x7qHCkSvBk/fwFgw/TLAHzZlrAnnazMcRw0ZD8HlYFTEQ==",
  3882. "dev": true,
  3883. "license": "MIT",
  3884. "dependencies": {
  3885. "@pkgr/core": "^0.2.0",
  3886. "tslib": "^2.8.1"
  3887. },
  3888. "engines": {
  3889. "node": "^14.18.0 || >=16.0.0"
  3890. },
  3891. "funding": {
  3892. "url": "https://opencollective.com/unts"
  3893. }
  3894. },
  3895. "node_modules/tailwindcss": {
  3896. "version": "4.0.17",
  3897. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.0.17.tgz",
  3898. "integrity": "sha512-OErSiGzRa6rLiOvaipsDZvLMSpsBZ4ysB4f0VKGXUrjw2jfkJRd6kjRKV2+ZmTCNvwtvgdDam5D7w6WXsdLJZw==",
  3899. "license": "MIT"
  3900. },
  3901. "node_modules/tailwindcss-primeui": {
  3902. "version": "0.6.1",
  3903. "resolved": "https://registry.npmmirror.com/tailwindcss-primeui/-/tailwindcss-primeui-0.6.1.tgz",
  3904. "integrity": "sha512-T69Rylcrmnt8zy9ik+qZvsLuRIrS9/k6rYJSIgZ1trnbEzGDDQSCIdmfyZknevqiHwpSJHSmQ9XT2C+S/hJY4A==",
  3905. "license": "MIT",
  3906. "peerDependencies": {
  3907. "tailwindcss": ">=3.1.0"
  3908. }
  3909. },
  3910. "node_modules/tapable": {
  3911. "version": "2.2.1",
  3912. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz",
  3913. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  3914. "license": "MIT",
  3915. "engines": {
  3916. "node": ">=6"
  3917. }
  3918. },
  3919. "node_modules/totalist": {
  3920. "version": "3.0.1",
  3921. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  3922. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  3923. "dev": true,
  3924. "license": "MIT",
  3925. "engines": {
  3926. "node": ">=6"
  3927. }
  3928. },
  3929. "node_modules/tslib": {
  3930. "version": "2.8.1",
  3931. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  3932. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  3933. "license": "0BSD"
  3934. },
  3935. "node_modules/type-check": {
  3936. "version": "0.4.0",
  3937. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  3938. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  3939. "dev": true,
  3940. "license": "MIT",
  3941. "dependencies": {
  3942. "prelude-ls": "^1.2.1"
  3943. },
  3944. "engines": {
  3945. "node": ">= 0.8.0"
  3946. }
  3947. },
  3948. "node_modules/unicorn-magic": {
  3949. "version": "0.3.0",
  3950. "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  3951. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  3952. "dev": true,
  3953. "license": "MIT",
  3954. "engines": {
  3955. "node": ">=18"
  3956. },
  3957. "funding": {
  3958. "url": "https://github.com/sponsors/sindresorhus"
  3959. }
  3960. },
  3961. "node_modules/universalify": {
  3962. "version": "2.0.1",
  3963. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  3964. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  3965. "dev": true,
  3966. "license": "MIT",
  3967. "engines": {
  3968. "node": ">= 10.0.0"
  3969. }
  3970. },
  3971. "node_modules/update-browserslist-db": {
  3972. "version": "1.1.3",
  3973. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  3974. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  3975. "dev": true,
  3976. "funding": [
  3977. {
  3978. "type": "opencollective",
  3979. "url": "https://opencollective.com/browserslist"
  3980. },
  3981. {
  3982. "type": "tidelift",
  3983. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3984. },
  3985. {
  3986. "type": "github",
  3987. "url": "https://github.com/sponsors/ai"
  3988. }
  3989. ],
  3990. "license": "MIT",
  3991. "dependencies": {
  3992. "escalade": "^3.2.0",
  3993. "picocolors": "^1.1.1"
  3994. },
  3995. "bin": {
  3996. "update-browserslist-db": "cli.js"
  3997. },
  3998. "peerDependencies": {
  3999. "browserslist": ">= 4.21.0"
  4000. }
  4001. },
  4002. "node_modules/uri-js": {
  4003. "version": "4.4.1",
  4004. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  4005. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  4006. "dev": true,
  4007. "license": "BSD-2-Clause",
  4008. "dependencies": {
  4009. "punycode": "^2.1.0"
  4010. }
  4011. },
  4012. "node_modules/util-deprecate": {
  4013. "version": "1.0.2",
  4014. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  4015. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  4016. "license": "MIT"
  4017. },
  4018. "node_modules/vite": {
  4019. "version": "6.2.3",
  4020. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.2.3.tgz",
  4021. "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==",
  4022. "license": "MIT",
  4023. "dependencies": {
  4024. "esbuild": "^0.25.0",
  4025. "postcss": "^8.5.3",
  4026. "rollup": "^4.30.1"
  4027. },
  4028. "bin": {
  4029. "vite": "bin/vite.js"
  4030. },
  4031. "engines": {
  4032. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  4033. },
  4034. "funding": {
  4035. "url": "https://github.com/vitejs/vite?sponsor=1"
  4036. },
  4037. "optionalDependencies": {
  4038. "fsevents": "~2.3.3"
  4039. },
  4040. "peerDependencies": {
  4041. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  4042. "jiti": ">=1.21.0",
  4043. "less": "*",
  4044. "lightningcss": "^1.21.0",
  4045. "sass": "*",
  4046. "sass-embedded": "*",
  4047. "stylus": "*",
  4048. "sugarss": "*",
  4049. "terser": "^5.16.0",
  4050. "tsx": "^4.8.1",
  4051. "yaml": "^2.4.2"
  4052. },
  4053. "peerDependenciesMeta": {
  4054. "@types/node": {
  4055. "optional": true
  4056. },
  4057. "jiti": {
  4058. "optional": true
  4059. },
  4060. "less": {
  4061. "optional": true
  4062. },
  4063. "lightningcss": {
  4064. "optional": true
  4065. },
  4066. "sass": {
  4067. "optional": true
  4068. },
  4069. "sass-embedded": {
  4070. "optional": true
  4071. },
  4072. "stylus": {
  4073. "optional": true
  4074. },
  4075. "sugarss": {
  4076. "optional": true
  4077. },
  4078. "terser": {
  4079. "optional": true
  4080. },
  4081. "tsx": {
  4082. "optional": true
  4083. },
  4084. "yaml": {
  4085. "optional": true
  4086. }
  4087. }
  4088. },
  4089. "node_modules/vite-hot-client": {
  4090. "version": "0.2.4",
  4091. "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-0.2.4.tgz",
  4092. "integrity": "sha512-a1nzURqO7DDmnXqabFOliz908FRmIppkBKsJthS8rbe8hBEXwEwe4C3Pp33Z1JoFCYfVL4kTOMLKk0ZZxREIeA==",
  4093. "dev": true,
  4094. "license": "MIT",
  4095. "funding": {
  4096. "url": "https://github.com/sponsors/antfu"
  4097. },
  4098. "peerDependencies": {
  4099. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  4100. }
  4101. },
  4102. "node_modules/vite-plugin-inspect": {
  4103. "version": "0.8.9",
  4104. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.9.tgz",
  4105. "integrity": "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==",
  4106. "dev": true,
  4107. "license": "MIT",
  4108. "dependencies": {
  4109. "@antfu/utils": "^0.7.10",
  4110. "@rollup/pluginutils": "^5.1.3",
  4111. "debug": "^4.3.7",
  4112. "error-stack-parser-es": "^0.1.5",
  4113. "fs-extra": "^11.2.0",
  4114. "open": "^10.1.0",
  4115. "perfect-debounce": "^1.0.0",
  4116. "picocolors": "^1.1.1",
  4117. "sirv": "^3.0.0"
  4118. },
  4119. "engines": {
  4120. "node": ">=14"
  4121. },
  4122. "funding": {
  4123. "url": "https://github.com/sponsors/antfu"
  4124. },
  4125. "peerDependencies": {
  4126. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1"
  4127. },
  4128. "peerDependenciesMeta": {
  4129. "@nuxt/kit": {
  4130. "optional": true
  4131. }
  4132. }
  4133. },
  4134. "node_modules/vite-plugin-vue-devtools": {
  4135. "version": "7.7.2",
  4136. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-7.7.2.tgz",
  4137. "integrity": "sha512-5V0UijQWiSBj32blkyPEqIbzc6HO9c1bwnBhx+ay2dzU0FakH+qMdNUT8nF9BvDE+i6I1U8CqCuJiO20vKEdQw==",
  4138. "dev": true,
  4139. "license": "MIT",
  4140. "dependencies": {
  4141. "@vue/devtools-core": "^7.7.2",
  4142. "@vue/devtools-kit": "^7.7.2",
  4143. "@vue/devtools-shared": "^7.7.2",
  4144. "execa": "^9.5.1",
  4145. "sirv": "^3.0.0",
  4146. "vite-plugin-inspect": "0.8.9",
  4147. "vite-plugin-vue-inspector": "^5.3.1"
  4148. },
  4149. "engines": {
  4150. "node": ">=v14.21.3"
  4151. },
  4152. "peerDependencies": {
  4153. "vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  4154. }
  4155. },
  4156. "node_modules/vite-plugin-vue-inspector": {
  4157. "version": "5.3.1",
  4158. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.3.1.tgz",
  4159. "integrity": "sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==",
  4160. "dev": true,
  4161. "license": "MIT",
  4162. "dependencies": {
  4163. "@babel/core": "^7.23.0",
  4164. "@babel/plugin-proposal-decorators": "^7.23.0",
  4165. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  4166. "@babel/plugin-syntax-import-meta": "^7.10.4",
  4167. "@babel/plugin-transform-typescript": "^7.22.15",
  4168. "@vue/babel-plugin-jsx": "^1.1.5",
  4169. "@vue/compiler-dom": "^3.3.4",
  4170. "kolorist": "^1.8.0",
  4171. "magic-string": "^0.30.4"
  4172. },
  4173. "peerDependencies": {
  4174. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  4175. }
  4176. },
  4177. "node_modules/vue": {
  4178. "version": "3.5.13",
  4179. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.13.tgz",
  4180. "integrity": "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==",
  4181. "license": "MIT",
  4182. "dependencies": {
  4183. "@vue/compiler-dom": "3.5.13",
  4184. "@vue/compiler-sfc": "3.5.13",
  4185. "@vue/runtime-dom": "3.5.13",
  4186. "@vue/server-renderer": "3.5.13",
  4187. "@vue/shared": "3.5.13"
  4188. },
  4189. "peerDependencies": {
  4190. "typescript": "*"
  4191. },
  4192. "peerDependenciesMeta": {
  4193. "typescript": {
  4194. "optional": true
  4195. }
  4196. }
  4197. },
  4198. "node_modules/vue-eslint-parser": {
  4199. "version": "10.1.1",
  4200. "resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-10.1.1.tgz",
  4201. "integrity": "sha512-bh2Z/Au5slro9QJ3neFYLanZtb1jH+W2bKqGHXAoYD4vZgNG3KeotL7JpPv5xzY4UXUXJl7TrIsnzECH63kd3Q==",
  4202. "dev": true,
  4203. "license": "MIT",
  4204. "peer": true,
  4205. "dependencies": {
  4206. "debug": "^4.4.0",
  4207. "eslint-scope": "^8.2.0",
  4208. "eslint-visitor-keys": "^4.2.0",
  4209. "espree": "^10.3.0",
  4210. "esquery": "^1.6.0",
  4211. "lodash": "^4.17.21",
  4212. "semver": "^7.6.3"
  4213. },
  4214. "engines": {
  4215. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4216. },
  4217. "funding": {
  4218. "url": "https://github.com/sponsors/mysticatea"
  4219. },
  4220. "peerDependencies": {
  4221. "eslint": "^8.57.0 || ^9.0.0"
  4222. }
  4223. },
  4224. "node_modules/vue-eslint-parser/node_modules/semver": {
  4225. "version": "7.7.1",
  4226. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz",
  4227. "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
  4228. "dev": true,
  4229. "license": "ISC",
  4230. "peer": true,
  4231. "bin": {
  4232. "semver": "bin/semver.js"
  4233. },
  4234. "engines": {
  4235. "node": ">=10"
  4236. }
  4237. },
  4238. "node_modules/vue-router": {
  4239. "version": "4.5.0",
  4240. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.0.tgz",
  4241. "integrity": "sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==",
  4242. "license": "MIT",
  4243. "dependencies": {
  4244. "@vue/devtools-api": "^6.6.4"
  4245. },
  4246. "funding": {
  4247. "url": "https://github.com/sponsors/posva"
  4248. },
  4249. "peerDependencies": {
  4250. "vue": "^3.2.0"
  4251. }
  4252. },
  4253. "node_modules/which": {
  4254. "version": "2.0.2",
  4255. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  4256. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  4257. "dev": true,
  4258. "license": "ISC",
  4259. "dependencies": {
  4260. "isexe": "^2.0.0"
  4261. },
  4262. "bin": {
  4263. "node-which": "bin/node-which"
  4264. },
  4265. "engines": {
  4266. "node": ">= 8"
  4267. }
  4268. },
  4269. "node_modules/word-wrap": {
  4270. "version": "1.2.5",
  4271. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  4272. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  4273. "dev": true,
  4274. "license": "MIT",
  4275. "engines": {
  4276. "node": ">=0.10.0"
  4277. }
  4278. },
  4279. "node_modules/xml-name-validator": {
  4280. "version": "4.0.0",
  4281. "resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  4282. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  4283. "dev": true,
  4284. "license": "Apache-2.0",
  4285. "engines": {
  4286. "node": ">=12"
  4287. }
  4288. },
  4289. "node_modules/yallist": {
  4290. "version": "3.1.1",
  4291. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  4292. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  4293. "dev": true,
  4294. "license": "ISC"
  4295. },
  4296. "node_modules/yocto-queue": {
  4297. "version": "0.1.0",
  4298. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  4299. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  4300. "dev": true,
  4301. "license": "MIT",
  4302. "engines": {
  4303. "node": ">=10"
  4304. },
  4305. "funding": {
  4306. "url": "https://github.com/sponsors/sindresorhus"
  4307. }
  4308. },
  4309. "node_modules/yoctocolors": {
  4310. "version": "2.1.1",
  4311. "resolved": "https://registry.npmmirror.com/yoctocolors/-/yoctocolors-2.1.1.tgz",
  4312. "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
  4313. "dev": true,
  4314. "license": "MIT",
  4315. "engines": {
  4316. "node": ">=18"
  4317. },
  4318. "funding": {
  4319. "url": "https://github.com/sponsors/sindresorhus"
  4320. }
  4321. },
  4322. "node_modules/zod": {
  4323. "version": "3.25.64",
  4324. "resolved": "https://registry.npmmirror.com/zod/-/zod-3.25.64.tgz",
  4325. "integrity": "sha512-hbP9FpSZf7pkS7hRVUrOjhwKJNyampPgtXKc3AN6DsWtoHsg2Sb4SQaS4Tcay380zSwd2VPo9G9180emBACp5g==",
  4326. "funding": {
  4327. "url": "https://github.com/sponsors/colinhacks"
  4328. }
  4329. }
  4330. }
  4331. }