package-lock.json 111 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215
  1. {
  2. "name": "admindata",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "admindata",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@element-plus/icons-vue": "^2.3.1",
  12. "@tsparticles/slim": "^3.9.1",
  13. "@tsparticles/vue3": "^3.0.1",
  14. "axios": "^1.9.0",
  15. "echarts": "^6.1.0",
  16. "element-plus": "^2.9.11",
  17. "jsencrypt": "^3.5.4",
  18. "lodash-es": "^4.18.1",
  19. "pinia": "^3.0.4",
  20. "vue": "^3.5.13",
  21. "vue-router": "^4.5.1",
  22. "vuex": "^4.1.0"
  23. },
  24. "devDependencies": {
  25. "@tsconfig/node20": "^20.1.9",
  26. "@types/node": "^22.15.26",
  27. "@vitejs/plugin-vue": "^5.2.3",
  28. "@vue/tsconfig": "^0.7.0",
  29. "sass": "^1.89.0",
  30. "sass-loader": "^16.0.5",
  31. "typescript": "~5.8.3",
  32. "vite": "^6.3.5",
  33. "vue-tsc": "^2.2.8"
  34. }
  35. },
  36. "node_modules/@babel/helper-string-parser": {
  37. "version": "7.27.1",
  38. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  39. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  40. "license": "MIT",
  41. "engines": {
  42. "node": ">=6.9.0"
  43. }
  44. },
  45. "node_modules/@babel/helper-validator-identifier": {
  46. "version": "7.28.5",
  47. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  48. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  49. "license": "MIT",
  50. "engines": {
  51. "node": ">=6.9.0"
  52. }
  53. },
  54. "node_modules/@babel/parser": {
  55. "version": "7.29.3",
  56. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.3.tgz",
  57. "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
  58. "license": "MIT",
  59. "dependencies": {
  60. "@babel/types": "^7.29.0"
  61. },
  62. "bin": {
  63. "parser": "bin/babel-parser.js"
  64. },
  65. "engines": {
  66. "node": ">=6.0.0"
  67. }
  68. },
  69. "node_modules/@babel/types": {
  70. "version": "7.29.0",
  71. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.0.tgz",
  72. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  73. "license": "MIT",
  74. "dependencies": {
  75. "@babel/helper-string-parser": "^7.27.1",
  76. "@babel/helper-validator-identifier": "^7.28.5"
  77. },
  78. "engines": {
  79. "node": ">=6.9.0"
  80. }
  81. },
  82. "node_modules/@ctrl/tinycolor": {
  83. "version": "4.2.0",
  84. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz",
  85. "integrity": "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==",
  86. "license": "MIT",
  87. "engines": {
  88. "node": ">=14"
  89. }
  90. },
  91. "node_modules/@element-plus/icons-vue": {
  92. "version": "2.3.2",
  93. "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz",
  94. "integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==",
  95. "license": "MIT",
  96. "peerDependencies": {
  97. "vue": "^3.2.0"
  98. }
  99. },
  100. "node_modules/@esbuild/aix-ppc64": {
  101. "version": "0.25.12",
  102. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
  103. "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
  104. "cpu": [
  105. "ppc64"
  106. ],
  107. "dev": true,
  108. "license": "MIT",
  109. "optional": true,
  110. "os": [
  111. "aix"
  112. ],
  113. "engines": {
  114. "node": ">=18"
  115. }
  116. },
  117. "node_modules/@esbuild/android-arm": {
  118. "version": "0.25.12",
  119. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
  120. "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
  121. "cpu": [
  122. "arm"
  123. ],
  124. "dev": true,
  125. "license": "MIT",
  126. "optional": true,
  127. "os": [
  128. "android"
  129. ],
  130. "engines": {
  131. "node": ">=18"
  132. }
  133. },
  134. "node_modules/@esbuild/android-arm64": {
  135. "version": "0.25.12",
  136. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
  137. "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
  138. "cpu": [
  139. "arm64"
  140. ],
  141. "dev": true,
  142. "license": "MIT",
  143. "optional": true,
  144. "os": [
  145. "android"
  146. ],
  147. "engines": {
  148. "node": ">=18"
  149. }
  150. },
  151. "node_modules/@esbuild/android-x64": {
  152. "version": "0.25.12",
  153. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
  154. "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
  155. "cpu": [
  156. "x64"
  157. ],
  158. "dev": true,
  159. "license": "MIT",
  160. "optional": true,
  161. "os": [
  162. "android"
  163. ],
  164. "engines": {
  165. "node": ">=18"
  166. }
  167. },
  168. "node_modules/@esbuild/darwin-arm64": {
  169. "version": "0.25.12",
  170. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
  171. "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
  172. "cpu": [
  173. "arm64"
  174. ],
  175. "dev": true,
  176. "license": "MIT",
  177. "optional": true,
  178. "os": [
  179. "darwin"
  180. ],
  181. "engines": {
  182. "node": ">=18"
  183. }
  184. },
  185. "node_modules/@esbuild/darwin-x64": {
  186. "version": "0.25.12",
  187. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
  188. "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
  189. "cpu": [
  190. "x64"
  191. ],
  192. "dev": true,
  193. "license": "MIT",
  194. "optional": true,
  195. "os": [
  196. "darwin"
  197. ],
  198. "engines": {
  199. "node": ">=18"
  200. }
  201. },
  202. "node_modules/@esbuild/freebsd-arm64": {
  203. "version": "0.25.12",
  204. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
  205. "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
  206. "cpu": [
  207. "arm64"
  208. ],
  209. "dev": true,
  210. "license": "MIT",
  211. "optional": true,
  212. "os": [
  213. "freebsd"
  214. ],
  215. "engines": {
  216. "node": ">=18"
  217. }
  218. },
  219. "node_modules/@esbuild/freebsd-x64": {
  220. "version": "0.25.12",
  221. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
  222. "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
  223. "cpu": [
  224. "x64"
  225. ],
  226. "dev": true,
  227. "license": "MIT",
  228. "optional": true,
  229. "os": [
  230. "freebsd"
  231. ],
  232. "engines": {
  233. "node": ">=18"
  234. }
  235. },
  236. "node_modules/@esbuild/linux-arm": {
  237. "version": "0.25.12",
  238. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
  239. "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
  240. "cpu": [
  241. "arm"
  242. ],
  243. "dev": true,
  244. "license": "MIT",
  245. "optional": true,
  246. "os": [
  247. "linux"
  248. ],
  249. "engines": {
  250. "node": ">=18"
  251. }
  252. },
  253. "node_modules/@esbuild/linux-arm64": {
  254. "version": "0.25.12",
  255. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
  256. "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
  257. "cpu": [
  258. "arm64"
  259. ],
  260. "dev": true,
  261. "license": "MIT",
  262. "optional": true,
  263. "os": [
  264. "linux"
  265. ],
  266. "engines": {
  267. "node": ">=18"
  268. }
  269. },
  270. "node_modules/@esbuild/linux-ia32": {
  271. "version": "0.25.12",
  272. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
  273. "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
  274. "cpu": [
  275. "ia32"
  276. ],
  277. "dev": true,
  278. "license": "MIT",
  279. "optional": true,
  280. "os": [
  281. "linux"
  282. ],
  283. "engines": {
  284. "node": ">=18"
  285. }
  286. },
  287. "node_modules/@esbuild/linux-loong64": {
  288. "version": "0.25.12",
  289. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
  290. "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
  291. "cpu": [
  292. "loong64"
  293. ],
  294. "dev": true,
  295. "license": "MIT",
  296. "optional": true,
  297. "os": [
  298. "linux"
  299. ],
  300. "engines": {
  301. "node": ">=18"
  302. }
  303. },
  304. "node_modules/@esbuild/linux-mips64el": {
  305. "version": "0.25.12",
  306. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
  307. "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
  308. "cpu": [
  309. "mips64el"
  310. ],
  311. "dev": true,
  312. "license": "MIT",
  313. "optional": true,
  314. "os": [
  315. "linux"
  316. ],
  317. "engines": {
  318. "node": ">=18"
  319. }
  320. },
  321. "node_modules/@esbuild/linux-ppc64": {
  322. "version": "0.25.12",
  323. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
  324. "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
  325. "cpu": [
  326. "ppc64"
  327. ],
  328. "dev": true,
  329. "license": "MIT",
  330. "optional": true,
  331. "os": [
  332. "linux"
  333. ],
  334. "engines": {
  335. "node": ">=18"
  336. }
  337. },
  338. "node_modules/@esbuild/linux-riscv64": {
  339. "version": "0.25.12",
  340. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
  341. "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
  342. "cpu": [
  343. "riscv64"
  344. ],
  345. "dev": true,
  346. "license": "MIT",
  347. "optional": true,
  348. "os": [
  349. "linux"
  350. ],
  351. "engines": {
  352. "node": ">=18"
  353. }
  354. },
  355. "node_modules/@esbuild/linux-s390x": {
  356. "version": "0.25.12",
  357. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
  358. "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
  359. "cpu": [
  360. "s390x"
  361. ],
  362. "dev": true,
  363. "license": "MIT",
  364. "optional": true,
  365. "os": [
  366. "linux"
  367. ],
  368. "engines": {
  369. "node": ">=18"
  370. }
  371. },
  372. "node_modules/@esbuild/linux-x64": {
  373. "version": "0.25.12",
  374. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
  375. "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
  376. "cpu": [
  377. "x64"
  378. ],
  379. "dev": true,
  380. "license": "MIT",
  381. "optional": true,
  382. "os": [
  383. "linux"
  384. ],
  385. "engines": {
  386. "node": ">=18"
  387. }
  388. },
  389. "node_modules/@esbuild/netbsd-arm64": {
  390. "version": "0.25.12",
  391. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
  392. "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
  393. "cpu": [
  394. "arm64"
  395. ],
  396. "dev": true,
  397. "license": "MIT",
  398. "optional": true,
  399. "os": [
  400. "netbsd"
  401. ],
  402. "engines": {
  403. "node": ">=18"
  404. }
  405. },
  406. "node_modules/@esbuild/netbsd-x64": {
  407. "version": "0.25.12",
  408. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
  409. "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
  410. "cpu": [
  411. "x64"
  412. ],
  413. "dev": true,
  414. "license": "MIT",
  415. "optional": true,
  416. "os": [
  417. "netbsd"
  418. ],
  419. "engines": {
  420. "node": ">=18"
  421. }
  422. },
  423. "node_modules/@esbuild/openbsd-arm64": {
  424. "version": "0.25.12",
  425. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
  426. "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
  427. "cpu": [
  428. "arm64"
  429. ],
  430. "dev": true,
  431. "license": "MIT",
  432. "optional": true,
  433. "os": [
  434. "openbsd"
  435. ],
  436. "engines": {
  437. "node": ">=18"
  438. }
  439. },
  440. "node_modules/@esbuild/openbsd-x64": {
  441. "version": "0.25.12",
  442. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
  443. "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
  444. "cpu": [
  445. "x64"
  446. ],
  447. "dev": true,
  448. "license": "MIT",
  449. "optional": true,
  450. "os": [
  451. "openbsd"
  452. ],
  453. "engines": {
  454. "node": ">=18"
  455. }
  456. },
  457. "node_modules/@esbuild/openharmony-arm64": {
  458. "version": "0.25.12",
  459. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
  460. "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
  461. "cpu": [
  462. "arm64"
  463. ],
  464. "dev": true,
  465. "license": "MIT",
  466. "optional": true,
  467. "os": [
  468. "openharmony"
  469. ],
  470. "engines": {
  471. "node": ">=18"
  472. }
  473. },
  474. "node_modules/@esbuild/sunos-x64": {
  475. "version": "0.25.12",
  476. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
  477. "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
  478. "cpu": [
  479. "x64"
  480. ],
  481. "dev": true,
  482. "license": "MIT",
  483. "optional": true,
  484. "os": [
  485. "sunos"
  486. ],
  487. "engines": {
  488. "node": ">=18"
  489. }
  490. },
  491. "node_modules/@esbuild/win32-arm64": {
  492. "version": "0.25.12",
  493. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
  494. "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
  495. "cpu": [
  496. "arm64"
  497. ],
  498. "dev": true,
  499. "license": "MIT",
  500. "optional": true,
  501. "os": [
  502. "win32"
  503. ],
  504. "engines": {
  505. "node": ">=18"
  506. }
  507. },
  508. "node_modules/@esbuild/win32-ia32": {
  509. "version": "0.25.12",
  510. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
  511. "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
  512. "cpu": [
  513. "ia32"
  514. ],
  515. "dev": true,
  516. "license": "MIT",
  517. "optional": true,
  518. "os": [
  519. "win32"
  520. ],
  521. "engines": {
  522. "node": ">=18"
  523. }
  524. },
  525. "node_modules/@esbuild/win32-x64": {
  526. "version": "0.25.12",
  527. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
  528. "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
  529. "cpu": [
  530. "x64"
  531. ],
  532. "dev": true,
  533. "license": "MIT",
  534. "optional": true,
  535. "os": [
  536. "win32"
  537. ],
  538. "engines": {
  539. "node": ">=18"
  540. }
  541. },
  542. "node_modules/@floating-ui/core": {
  543. "version": "1.7.5",
  544. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.5.tgz",
  545. "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
  546. "license": "MIT",
  547. "dependencies": {
  548. "@floating-ui/utils": "^0.2.11"
  549. }
  550. },
  551. "node_modules/@floating-ui/dom": {
  552. "version": "1.7.6",
  553. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.6.tgz",
  554. "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
  555. "license": "MIT",
  556. "dependencies": {
  557. "@floating-ui/core": "^1.7.5",
  558. "@floating-ui/utils": "^0.2.11"
  559. }
  560. },
  561. "node_modules/@floating-ui/utils": {
  562. "version": "0.2.11",
  563. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.11.tgz",
  564. "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==",
  565. "license": "MIT"
  566. },
  567. "node_modules/@jridgewell/sourcemap-codec": {
  568. "version": "1.5.5",
  569. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  570. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  571. "license": "MIT"
  572. },
  573. "node_modules/@parcel/watcher": {
  574. "version": "2.5.6",
  575. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.6.tgz",
  576. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  577. "dev": true,
  578. "hasInstallScript": true,
  579. "license": "MIT",
  580. "optional": true,
  581. "dependencies": {
  582. "detect-libc": "^2.0.3",
  583. "is-glob": "^4.0.3",
  584. "node-addon-api": "^7.0.0",
  585. "picomatch": "^4.0.3"
  586. },
  587. "engines": {
  588. "node": ">= 10.0.0"
  589. },
  590. "funding": {
  591. "type": "opencollective",
  592. "url": "https://opencollective.com/parcel"
  593. },
  594. "optionalDependencies": {
  595. "@parcel/watcher-android-arm64": "2.5.6",
  596. "@parcel/watcher-darwin-arm64": "2.5.6",
  597. "@parcel/watcher-darwin-x64": "2.5.6",
  598. "@parcel/watcher-freebsd-x64": "2.5.6",
  599. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  600. "@parcel/watcher-linux-arm-musl": "2.5.6",
  601. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  602. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  603. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  604. "@parcel/watcher-linux-x64-musl": "2.5.6",
  605. "@parcel/watcher-win32-arm64": "2.5.6",
  606. "@parcel/watcher-win32-ia32": "2.5.6",
  607. "@parcel/watcher-win32-x64": "2.5.6"
  608. }
  609. },
  610. "node_modules/@parcel/watcher-android-arm64": {
  611. "version": "2.5.6",
  612. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  613. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  614. "cpu": [
  615. "arm64"
  616. ],
  617. "dev": true,
  618. "license": "MIT",
  619. "optional": true,
  620. "os": [
  621. "android"
  622. ],
  623. "engines": {
  624. "node": ">= 10.0.0"
  625. },
  626. "funding": {
  627. "type": "opencollective",
  628. "url": "https://opencollective.com/parcel"
  629. }
  630. },
  631. "node_modules/@parcel/watcher-darwin-arm64": {
  632. "version": "2.5.6",
  633. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  634. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  635. "cpu": [
  636. "arm64"
  637. ],
  638. "dev": true,
  639. "license": "MIT",
  640. "optional": true,
  641. "os": [
  642. "darwin"
  643. ],
  644. "engines": {
  645. "node": ">= 10.0.0"
  646. },
  647. "funding": {
  648. "type": "opencollective",
  649. "url": "https://opencollective.com/parcel"
  650. }
  651. },
  652. "node_modules/@parcel/watcher-darwin-x64": {
  653. "version": "2.5.6",
  654. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  655. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  656. "cpu": [
  657. "x64"
  658. ],
  659. "dev": true,
  660. "license": "MIT",
  661. "optional": true,
  662. "os": [
  663. "darwin"
  664. ],
  665. "engines": {
  666. "node": ">= 10.0.0"
  667. },
  668. "funding": {
  669. "type": "opencollective",
  670. "url": "https://opencollective.com/parcel"
  671. }
  672. },
  673. "node_modules/@parcel/watcher-freebsd-x64": {
  674. "version": "2.5.6",
  675. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  676. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  677. "cpu": [
  678. "x64"
  679. ],
  680. "dev": true,
  681. "license": "MIT",
  682. "optional": true,
  683. "os": [
  684. "freebsd"
  685. ],
  686. "engines": {
  687. "node": ">= 10.0.0"
  688. },
  689. "funding": {
  690. "type": "opencollective",
  691. "url": "https://opencollective.com/parcel"
  692. }
  693. },
  694. "node_modules/@parcel/watcher-linux-arm-glibc": {
  695. "version": "2.5.6",
  696. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  697. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  698. "cpu": [
  699. "arm"
  700. ],
  701. "dev": true,
  702. "license": "MIT",
  703. "optional": true,
  704. "os": [
  705. "linux"
  706. ],
  707. "engines": {
  708. "node": ">= 10.0.0"
  709. },
  710. "funding": {
  711. "type": "opencollective",
  712. "url": "https://opencollective.com/parcel"
  713. }
  714. },
  715. "node_modules/@parcel/watcher-linux-arm-musl": {
  716. "version": "2.5.6",
  717. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  718. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  719. "cpu": [
  720. "arm"
  721. ],
  722. "dev": true,
  723. "license": "MIT",
  724. "optional": true,
  725. "os": [
  726. "linux"
  727. ],
  728. "engines": {
  729. "node": ">= 10.0.0"
  730. },
  731. "funding": {
  732. "type": "opencollective",
  733. "url": "https://opencollective.com/parcel"
  734. }
  735. },
  736. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  737. "version": "2.5.6",
  738. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  739. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  740. "cpu": [
  741. "arm64"
  742. ],
  743. "dev": true,
  744. "license": "MIT",
  745. "optional": true,
  746. "os": [
  747. "linux"
  748. ],
  749. "engines": {
  750. "node": ">= 10.0.0"
  751. },
  752. "funding": {
  753. "type": "opencollective",
  754. "url": "https://opencollective.com/parcel"
  755. }
  756. },
  757. "node_modules/@parcel/watcher-linux-arm64-musl": {
  758. "version": "2.5.6",
  759. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  760. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  761. "cpu": [
  762. "arm64"
  763. ],
  764. "dev": true,
  765. "license": "MIT",
  766. "optional": true,
  767. "os": [
  768. "linux"
  769. ],
  770. "engines": {
  771. "node": ">= 10.0.0"
  772. },
  773. "funding": {
  774. "type": "opencollective",
  775. "url": "https://opencollective.com/parcel"
  776. }
  777. },
  778. "node_modules/@parcel/watcher-linux-x64-glibc": {
  779. "version": "2.5.6",
  780. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  781. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  782. "cpu": [
  783. "x64"
  784. ],
  785. "dev": true,
  786. "license": "MIT",
  787. "optional": true,
  788. "os": [
  789. "linux"
  790. ],
  791. "engines": {
  792. "node": ">= 10.0.0"
  793. },
  794. "funding": {
  795. "type": "opencollective",
  796. "url": "https://opencollective.com/parcel"
  797. }
  798. },
  799. "node_modules/@parcel/watcher-linux-x64-musl": {
  800. "version": "2.5.6",
  801. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  802. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  803. "cpu": [
  804. "x64"
  805. ],
  806. "dev": true,
  807. "license": "MIT",
  808. "optional": true,
  809. "os": [
  810. "linux"
  811. ],
  812. "engines": {
  813. "node": ">= 10.0.0"
  814. },
  815. "funding": {
  816. "type": "opencollective",
  817. "url": "https://opencollective.com/parcel"
  818. }
  819. },
  820. "node_modules/@parcel/watcher-win32-arm64": {
  821. "version": "2.5.6",
  822. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  823. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  824. "cpu": [
  825. "arm64"
  826. ],
  827. "dev": true,
  828. "license": "MIT",
  829. "optional": true,
  830. "os": [
  831. "win32"
  832. ],
  833. "engines": {
  834. "node": ">= 10.0.0"
  835. },
  836. "funding": {
  837. "type": "opencollective",
  838. "url": "https://opencollective.com/parcel"
  839. }
  840. },
  841. "node_modules/@parcel/watcher-win32-ia32": {
  842. "version": "2.5.6",
  843. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  844. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  845. "cpu": [
  846. "ia32"
  847. ],
  848. "dev": true,
  849. "license": "MIT",
  850. "optional": true,
  851. "os": [
  852. "win32"
  853. ],
  854. "engines": {
  855. "node": ">= 10.0.0"
  856. },
  857. "funding": {
  858. "type": "opencollective",
  859. "url": "https://opencollective.com/parcel"
  860. }
  861. },
  862. "node_modules/@parcel/watcher-win32-x64": {
  863. "version": "2.5.6",
  864. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  865. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  866. "cpu": [
  867. "x64"
  868. ],
  869. "dev": true,
  870. "license": "MIT",
  871. "optional": true,
  872. "os": [
  873. "win32"
  874. ],
  875. "engines": {
  876. "node": ">= 10.0.0"
  877. },
  878. "funding": {
  879. "type": "opencollective",
  880. "url": "https://opencollective.com/parcel"
  881. }
  882. },
  883. "node_modules/@popperjs/core": {
  884. "name": "@sxzz/popperjs-es",
  885. "version": "2.11.8",
  886. "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.8.tgz",
  887. "integrity": "sha512-wOwESXvvED3S8xBmcPWHs2dUuzrE4XiZeFu7e1hROIJkm02a49N120pmOXxY33sBb6hArItm5W5tcg1cBtV+HQ==",
  888. "license": "MIT",
  889. "funding": {
  890. "type": "opencollective",
  891. "url": "https://opencollective.com/popperjs"
  892. }
  893. },
  894. "node_modules/@rollup/rollup-android-arm-eabi": {
  895. "version": "4.60.4",
  896. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.4.tgz",
  897. "integrity": "sha512-F5QXMSiFebS9hKZj02XhWLLnRpJ3B3AROP0tWbFBSj+6kCbg5m9j5JoHKd4mmSVy5mS/IMQloYgYxCuJC0fxEQ==",
  898. "cpu": [
  899. "arm"
  900. ],
  901. "dev": true,
  902. "license": "MIT",
  903. "optional": true,
  904. "os": [
  905. "android"
  906. ]
  907. },
  908. "node_modules/@rollup/rollup-android-arm64": {
  909. "version": "4.60.4",
  910. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.4.tgz",
  911. "integrity": "sha512-GxxTKApUpzRhof7poWvCJHRF51C67u1R7D6DiluBE8wKU1u5GWE8t+v81JvJYtbawoBFX1hLv5Ei4eVjkWokaw==",
  912. "cpu": [
  913. "arm64"
  914. ],
  915. "dev": true,
  916. "license": "MIT",
  917. "optional": true,
  918. "os": [
  919. "android"
  920. ]
  921. },
  922. "node_modules/@rollup/rollup-darwin-arm64": {
  923. "version": "4.60.4",
  924. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.4.tgz",
  925. "integrity": "sha512-tua0TaJxMOB1R0V0RS1jFZ/RpURFDJIOR2A6jWwQeawuFyS4gBW+rntLRaQd0EQ4bd6Vp44Z2rXW+YYDBsj6IA==",
  926. "cpu": [
  927. "arm64"
  928. ],
  929. "dev": true,
  930. "license": "MIT",
  931. "optional": true,
  932. "os": [
  933. "darwin"
  934. ]
  935. },
  936. "node_modules/@rollup/rollup-darwin-x64": {
  937. "version": "4.60.4",
  938. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.4.tgz",
  939. "integrity": "sha512-CSKq7MsP+5PFIcydhAiR1K0UhEI1A2jWXVKHPCBZ151yOutENwvnPocgVHkivu2kviURtCEB6zUQw0vs8RrhMg==",
  940. "cpu": [
  941. "x64"
  942. ],
  943. "dev": true,
  944. "license": "MIT",
  945. "optional": true,
  946. "os": [
  947. "darwin"
  948. ]
  949. },
  950. "node_modules/@rollup/rollup-freebsd-arm64": {
  951. "version": "4.60.4",
  952. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.4.tgz",
  953. "integrity": "sha512-+O8OkVdyvXMtJEciu2wS/pzm1IxntEEQx3z5TAVy4l32G0etZn+RsA48ARRrFm6Ri8fvqPQfgrvNxSjKAbnd3g==",
  954. "cpu": [
  955. "arm64"
  956. ],
  957. "dev": true,
  958. "license": "MIT",
  959. "optional": true,
  960. "os": [
  961. "freebsd"
  962. ]
  963. },
  964. "node_modules/@rollup/rollup-freebsd-x64": {
  965. "version": "4.60.4",
  966. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.4.tgz",
  967. "integrity": "sha512-Iw3oMskH3AfNuhU0MSN7vNbdi4me/NiYo2azqPz/Le16zHSa+3RRmliCMWWQmh4lcndccU40xcJuTYJZxNo/lw==",
  968. "cpu": [
  969. "x64"
  970. ],
  971. "dev": true,
  972. "license": "MIT",
  973. "optional": true,
  974. "os": [
  975. "freebsd"
  976. ]
  977. },
  978. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  979. "version": "4.60.4",
  980. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.4.tgz",
  981. "integrity": "sha512-EIPRXTVQpHyF8WOo219AD2yEltPehLTcTMz2fn6JsatLYSzQf00hj3rulF+yauOlF9/FtM2WpkT/hJh/KJFGhA==",
  982. "cpu": [
  983. "arm"
  984. ],
  985. "dev": true,
  986. "license": "MIT",
  987. "optional": true,
  988. "os": [
  989. "linux"
  990. ]
  991. },
  992. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  993. "version": "4.60.4",
  994. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.4.tgz",
  995. "integrity": "sha512-J3Yh9PzzF1Ovah2At+lHiGQdsYgArxBbXv/zHfSyaiFQEqvNv7DcW98pCrmdjCZBrqBiKrKKe2V+aaSGWuBe/w==",
  996. "cpu": [
  997. "arm"
  998. ],
  999. "dev": true,
  1000. "license": "MIT",
  1001. "optional": true,
  1002. "os": [
  1003. "linux"
  1004. ]
  1005. },
  1006. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1007. "version": "4.60.4",
  1008. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.4.tgz",
  1009. "integrity": "sha512-BFDEZMYfUvLn37ONE1yMBojPxnMlTFsdyNoqncT0qFq1mAfllL+ATMMJd8TeuVMiX84s1KbcxcZbXInmcO2mRg==",
  1010. "cpu": [
  1011. "arm64"
  1012. ],
  1013. "dev": true,
  1014. "license": "MIT",
  1015. "optional": true,
  1016. "os": [
  1017. "linux"
  1018. ]
  1019. },
  1020. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1021. "version": "4.60.4",
  1022. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.4.tgz",
  1023. "integrity": "sha512-pc9EYOSlOgdQ2uPl1o9PF6/kLSgaUosia7gOuS8mB69IxJvlclko1MECXysjs5ryez1/5zjYqx3+xYU0TU6R1A==",
  1024. "cpu": [
  1025. "arm64"
  1026. ],
  1027. "dev": true,
  1028. "license": "MIT",
  1029. "optional": true,
  1030. "os": [
  1031. "linux"
  1032. ]
  1033. },
  1034. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  1035. "version": "4.60.4",
  1036. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.4.tgz",
  1037. "integrity": "sha512-NxnomyxYerDh5n4iLrNa+sH+Z+U4BMEE46V2PgQ/hoB909i8gV1M5wPojWg9fk1jWpO3IQnOs20K4wyZuFLEFQ==",
  1038. "cpu": [
  1039. "loong64"
  1040. ],
  1041. "dev": true,
  1042. "license": "MIT",
  1043. "optional": true,
  1044. "os": [
  1045. "linux"
  1046. ]
  1047. },
  1048. "node_modules/@rollup/rollup-linux-loong64-musl": {
  1049. "version": "4.60.4",
  1050. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.4.tgz",
  1051. "integrity": "sha512-nbJnQ8a3z1mtmrwImCYhc6BGpThAyYVRQxw9uKSKG4wR6aAYno9sVjJ0zaZcW9BPJX1GbrDPf+SvdWjgTuDmnw==",
  1052. "cpu": [
  1053. "loong64"
  1054. ],
  1055. "dev": true,
  1056. "license": "MIT",
  1057. "optional": true,
  1058. "os": [
  1059. "linux"
  1060. ]
  1061. },
  1062. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  1063. "version": "4.60.4",
  1064. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.4.tgz",
  1065. "integrity": "sha512-2EU6acNrQLd8tYvo/LXW535wupT3m6fo7HKo6lr7ktQoItxTyOL1ZCR/GfGCuXl2vR+zmfI6eRXkSemafv+iVg==",
  1066. "cpu": [
  1067. "ppc64"
  1068. ],
  1069. "dev": true,
  1070. "license": "MIT",
  1071. "optional": true,
  1072. "os": [
  1073. "linux"
  1074. ]
  1075. },
  1076. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  1077. "version": "4.60.4",
  1078. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.4.tgz",
  1079. "integrity": "sha512-WeBtoMuaMxiiIrO2IYP3xs6GMWkJP2C0EoT8beTLkUPmzV1i/UcOSVw1d5r9KBODtHKilG5yFxsGRnBbK3wJ4A==",
  1080. "cpu": [
  1081. "ppc64"
  1082. ],
  1083. "dev": true,
  1084. "license": "MIT",
  1085. "optional": true,
  1086. "os": [
  1087. "linux"
  1088. ]
  1089. },
  1090. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1091. "version": "4.60.4",
  1092. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.4.tgz",
  1093. "integrity": "sha512-FJHFfqpKUI3A10WrWKiFbBZ7yVbGT4q4B5o1qKFFojqpaYoh9LrQgqWCmmcxQzVSXYtyB5bzkXrYzlHTs21MYA==",
  1094. "cpu": [
  1095. "riscv64"
  1096. ],
  1097. "dev": true,
  1098. "license": "MIT",
  1099. "optional": true,
  1100. "os": [
  1101. "linux"
  1102. ]
  1103. },
  1104. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1105. "version": "4.60.4",
  1106. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.4.tgz",
  1107. "integrity": "sha512-mcEl6CUT5IAUmQf1m9FYSmVqCJlpQ8r8eyftFUHG8i9OhY7BkBXSUdnLH5DOf0wCOjcP9v/QO93zpmF1SptCCw==",
  1108. "cpu": [
  1109. "riscv64"
  1110. ],
  1111. "dev": true,
  1112. "license": "MIT",
  1113. "optional": true,
  1114. "os": [
  1115. "linux"
  1116. ]
  1117. },
  1118. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1119. "version": "4.60.4",
  1120. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.4.tgz",
  1121. "integrity": "sha512-ynt3JxVd2w2buzoKDWIyiV1pJW93xlQic1THVLXilz429oijRpSHivZAgp65KBu+cMcgf1eVVjdnTLvPxgCuoQ==",
  1122. "cpu": [
  1123. "s390x"
  1124. ],
  1125. "dev": true,
  1126. "license": "MIT",
  1127. "optional": true,
  1128. "os": [
  1129. "linux"
  1130. ]
  1131. },
  1132. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1133. "version": "4.60.4",
  1134. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.4.tgz",
  1135. "integrity": "sha512-Boiz5+MsaROEWDf+GGEwF8VMHGhlUoQMtIPjOgA5fv4osupqTVnJteQNKJwUcnUog2G55jYXH7KZFFiJe0TEzQ==",
  1136. "cpu": [
  1137. "x64"
  1138. ],
  1139. "dev": true,
  1140. "license": "MIT",
  1141. "optional": true,
  1142. "os": [
  1143. "linux"
  1144. ]
  1145. },
  1146. "node_modules/@rollup/rollup-linux-x64-musl": {
  1147. "version": "4.60.4",
  1148. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.4.tgz",
  1149. "integrity": "sha512-+qfSY27qIrFfI/Hom04KYFw3GKZSGU4lXus51wsb5EuySfFlWRwjkKWoE9emgRw/ukoT4Udsj4W/+xxG8VbPKg==",
  1150. "cpu": [
  1151. "x64"
  1152. ],
  1153. "dev": true,
  1154. "license": "MIT",
  1155. "optional": true,
  1156. "os": [
  1157. "linux"
  1158. ]
  1159. },
  1160. "node_modules/@rollup/rollup-openbsd-x64": {
  1161. "version": "4.60.4",
  1162. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.4.tgz",
  1163. "integrity": "sha512-VpTfOPHgVXEBeeR8hZ2O0F3aSso+JDWqTWmTmzcQKted54IAdUVbxE+j/MVxUsKa8L20HJhv3vUezVPoquqWjA==",
  1164. "cpu": [
  1165. "x64"
  1166. ],
  1167. "dev": true,
  1168. "license": "MIT",
  1169. "optional": true,
  1170. "os": [
  1171. "openbsd"
  1172. ]
  1173. },
  1174. "node_modules/@rollup/rollup-openharmony-arm64": {
  1175. "version": "4.60.4",
  1176. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.4.tgz",
  1177. "integrity": "sha512-IPOsh5aRYuLv/nkU51X10Bf75Bsf6+gZdx1X+QP5QM6lIJFHHqbHLG0uJn/hWthzo13UAc2umiUorqZy3axoZg==",
  1178. "cpu": [
  1179. "arm64"
  1180. ],
  1181. "dev": true,
  1182. "license": "MIT",
  1183. "optional": true,
  1184. "os": [
  1185. "openharmony"
  1186. ]
  1187. },
  1188. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1189. "version": "4.60.4",
  1190. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.4.tgz",
  1191. "integrity": "sha512-4QzE9E81OohJ/HKzHhsqU+zcYYojVOXlFMs1DdyMT6qXl/niOH7AVElmmEdUNHHS/oRkc++d5k6Vy85zFs0DEw==",
  1192. "cpu": [
  1193. "arm64"
  1194. ],
  1195. "dev": true,
  1196. "license": "MIT",
  1197. "optional": true,
  1198. "os": [
  1199. "win32"
  1200. ]
  1201. },
  1202. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1203. "version": "4.60.4",
  1204. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.4.tgz",
  1205. "integrity": "sha512-zTPgT1YuHHcd+Tmx7h8aml0FWFVelV5N54oHow9SLj+GfoDy/huQ+UV396N/C7KpMDMiPspRktzM1/0r1usYEA==",
  1206. "cpu": [
  1207. "ia32"
  1208. ],
  1209. "dev": true,
  1210. "license": "MIT",
  1211. "optional": true,
  1212. "os": [
  1213. "win32"
  1214. ]
  1215. },
  1216. "node_modules/@rollup/rollup-win32-x64-gnu": {
  1217. "version": "4.60.4",
  1218. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.4.tgz",
  1219. "integrity": "sha512-DRS4G7mi9lJxqEDezIkKCaUIKCrLUUDCUaCsTPCi/rtqaC6D/jjwslMQyiDU50Ka0JKpeXeRBFBAXwArY52vBw==",
  1220. "cpu": [
  1221. "x64"
  1222. ],
  1223. "dev": true,
  1224. "license": "MIT",
  1225. "optional": true,
  1226. "os": [
  1227. "win32"
  1228. ]
  1229. },
  1230. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1231. "version": "4.60.4",
  1232. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.4.tgz",
  1233. "integrity": "sha512-QVTUovf40zgTqlFVrKA1uXMVvU2QWEFWfAH8Wdc48IxLvrJMQVMBRjuQyUpzZCDkakImib9eVazbWlC6ksWtJw==",
  1234. "cpu": [
  1235. "x64"
  1236. ],
  1237. "dev": true,
  1238. "license": "MIT",
  1239. "optional": true,
  1240. "os": [
  1241. "win32"
  1242. ]
  1243. },
  1244. "node_modules/@tsconfig/node20": {
  1245. "version": "20.1.9",
  1246. "resolved": "https://registry.npmmirror.com/@tsconfig/node20/-/node20-20.1.9.tgz",
  1247. "integrity": "sha512-IjlTv1RsvnPtUcjTqtVsZExKVq+KQx4g5pCP5tI7rAs6Xesl2qFwSz/tPDBC4JajkL/MlezBu3gPUwqRHl+RIg==",
  1248. "dev": true,
  1249. "license": "MIT"
  1250. },
  1251. "node_modules/@tsparticles/basic": {
  1252. "version": "3.9.1",
  1253. "resolved": "https://registry.npmmirror.com/@tsparticles/basic/-/basic-3.9.1.tgz",
  1254. "integrity": "sha512-ijr2dHMx0IQHqhKW3qA8tfwrR2XYbbWYdaJMQuBo2CkwBVIhZ76U+H20Y492j/NXpd1FUnt2aC0l4CEVGVGdeQ==",
  1255. "funding": [
  1256. {
  1257. "type": "github",
  1258. "url": "https://github.com/sponsors/matteobruni"
  1259. },
  1260. {
  1261. "type": "github",
  1262. "url": "https://github.com/sponsors/tsparticles"
  1263. },
  1264. {
  1265. "type": "buymeacoffee",
  1266. "url": "https://www.buymeacoffee.com/matteobruni"
  1267. }
  1268. ],
  1269. "license": "MIT",
  1270. "dependencies": {
  1271. "@tsparticles/engine": "3.9.1",
  1272. "@tsparticles/move-base": "3.9.1",
  1273. "@tsparticles/plugin-hex-color": "3.9.1",
  1274. "@tsparticles/plugin-hsl-color": "3.9.1",
  1275. "@tsparticles/plugin-rgb-color": "3.9.1",
  1276. "@tsparticles/shape-circle": "3.9.1",
  1277. "@tsparticles/updater-color": "3.9.1",
  1278. "@tsparticles/updater-opacity": "3.9.1",
  1279. "@tsparticles/updater-out-modes": "3.9.1",
  1280. "@tsparticles/updater-size": "3.9.1"
  1281. }
  1282. },
  1283. "node_modules/@tsparticles/engine": {
  1284. "version": "3.9.1",
  1285. "resolved": "https://registry.npmmirror.com/@tsparticles/engine/-/engine-3.9.1.tgz",
  1286. "integrity": "sha512-DpdgAhWMZ3Eh2gyxik8FXS6BKZ8vyea+Eu5BC4epsahqTGY9V3JGGJcXC6lRJx6cPMAx1A0FaQAojPF3v6rkmQ==",
  1287. "funding": [
  1288. {
  1289. "type": "github",
  1290. "url": "https://github.com/sponsors/matteobruni"
  1291. },
  1292. {
  1293. "type": "github",
  1294. "url": "https://github.com/sponsors/tsparticles"
  1295. },
  1296. {
  1297. "type": "buymeacoffee",
  1298. "url": "https://www.buymeacoffee.com/matteobruni"
  1299. }
  1300. ],
  1301. "hasInstallScript": true,
  1302. "license": "MIT"
  1303. },
  1304. "node_modules/@tsparticles/interaction-external-attract": {
  1305. "version": "3.9.1",
  1306. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-attract/-/interaction-external-attract-3.9.1.tgz",
  1307. "integrity": "sha512-5AJGmhzM9o4AVFV24WH5vSqMBzOXEOzIdGLIr+QJf4fRh9ZK62snsusv/ozKgs2KteRYQx+L7c5V3TqcDy2upg==",
  1308. "license": "MIT",
  1309. "dependencies": {
  1310. "@tsparticles/engine": "3.9.1"
  1311. }
  1312. },
  1313. "node_modules/@tsparticles/interaction-external-bounce": {
  1314. "version": "3.9.1",
  1315. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-bounce/-/interaction-external-bounce-3.9.1.tgz",
  1316. "integrity": "sha512-bv05+h70UIHOTWeTsTI1AeAmX6R3s8nnY74Ea6p6AbQjERzPYIa0XY19nq/hA7+Nrg+EissP5zgoYYeSphr85A==",
  1317. "license": "MIT",
  1318. "dependencies": {
  1319. "@tsparticles/engine": "3.9.1"
  1320. }
  1321. },
  1322. "node_modules/@tsparticles/interaction-external-bubble": {
  1323. "version": "3.9.1",
  1324. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-bubble/-/interaction-external-bubble-3.9.1.tgz",
  1325. "integrity": "sha512-tbd8ox/1GPl+zr+KyHQVV1bW88GE7OM6i4zql801YIlCDrl9wgTDdDFGIy9X7/cwTvTrCePhrfvdkUamXIribQ==",
  1326. "license": "MIT",
  1327. "dependencies": {
  1328. "@tsparticles/engine": "3.9.1"
  1329. }
  1330. },
  1331. "node_modules/@tsparticles/interaction-external-connect": {
  1332. "version": "3.9.1",
  1333. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-connect/-/interaction-external-connect-3.9.1.tgz",
  1334. "integrity": "sha512-sq8YfUNsIORjXHzzW7/AJQtfi/qDqLnYG2qOSE1WOsog39MD30RzmiOloejOkfNeUdcGUcfsDgpUuL3UhzFUOA==",
  1335. "license": "MIT",
  1336. "dependencies": {
  1337. "@tsparticles/engine": "3.9.1"
  1338. }
  1339. },
  1340. "node_modules/@tsparticles/interaction-external-grab": {
  1341. "version": "3.9.1",
  1342. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-grab/-/interaction-external-grab-3.9.1.tgz",
  1343. "integrity": "sha512-QwXza+sMMWDaMiFxd8y2tJwUK6c+nNw554+/9+tEZeTTk2fCbB0IJ7p/TH6ZGWDL0vo2muK54Njv2fEey191ow==",
  1344. "license": "MIT",
  1345. "dependencies": {
  1346. "@tsparticles/engine": "3.9.1"
  1347. }
  1348. },
  1349. "node_modules/@tsparticles/interaction-external-pause": {
  1350. "version": "3.9.1",
  1351. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-pause/-/interaction-external-pause-3.9.1.tgz",
  1352. "integrity": "sha512-Gzv4/FeNir0U/tVM9zQCqV1k+IAgaFjDU3T30M1AeAsNGh/rCITV2wnT7TOGFkbcla27m4Yxa+Fuab8+8pzm+g==",
  1353. "license": "MIT",
  1354. "dependencies": {
  1355. "@tsparticles/engine": "3.9.1"
  1356. }
  1357. },
  1358. "node_modules/@tsparticles/interaction-external-push": {
  1359. "version": "3.9.1",
  1360. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-push/-/interaction-external-push-3.9.1.tgz",
  1361. "integrity": "sha512-GvnWF9Qy4YkZdx+WJL2iy9IcgLvzOIu3K7aLYJFsQPaxT8d9TF8WlpoMlWKnJID6H5q4JqQuMRKRyWH8aAKyQw==",
  1362. "license": "MIT",
  1363. "dependencies": {
  1364. "@tsparticles/engine": "3.9.1"
  1365. }
  1366. },
  1367. "node_modules/@tsparticles/interaction-external-remove": {
  1368. "version": "3.9.1",
  1369. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-remove/-/interaction-external-remove-3.9.1.tgz",
  1370. "integrity": "sha512-yPThm4UDWejDOWW5Qc8KnnS2EfSo5VFcJUQDWc1+Wcj17xe7vdSoiwwOORM0PmNBzdDpSKQrte/gUnoqaUMwOA==",
  1371. "license": "MIT",
  1372. "dependencies": {
  1373. "@tsparticles/engine": "3.9.1"
  1374. }
  1375. },
  1376. "node_modules/@tsparticles/interaction-external-repulse": {
  1377. "version": "3.9.1",
  1378. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-repulse/-/interaction-external-repulse-3.9.1.tgz",
  1379. "integrity": "sha512-/LBppXkrMdvLHlEKWC7IykFhzrz+9nebT2fwSSFXK4plEBxDlIwnkDxd3FbVOAbnBvx4+L8+fbrEx+RvC8diAw==",
  1380. "license": "MIT",
  1381. "dependencies": {
  1382. "@tsparticles/engine": "3.9.1"
  1383. }
  1384. },
  1385. "node_modules/@tsparticles/interaction-external-slow": {
  1386. "version": "3.9.1",
  1387. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-slow/-/interaction-external-slow-3.9.1.tgz",
  1388. "integrity": "sha512-1ZYIR/udBwA9MdSCfgADsbDXKSFS0FMWuPWz7bm79g3sUxcYkihn+/hDhc6GXvNNR46V1ocJjrj0u6pAynS1KQ==",
  1389. "license": "MIT",
  1390. "dependencies": {
  1391. "@tsparticles/engine": "3.9.1"
  1392. }
  1393. },
  1394. "node_modules/@tsparticles/interaction-particles-attract": {
  1395. "version": "3.9.1",
  1396. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-particles-attract/-/interaction-particles-attract-3.9.1.tgz",
  1397. "integrity": "sha512-CYYYowJuGwRLUixQcSU/48PTKM8fCUYThe0hXwQ+yRMLAn053VHzL7NNZzKqEIeEyt5oJoy9KcvubjKWbzMBLQ==",
  1398. "license": "MIT",
  1399. "dependencies": {
  1400. "@tsparticles/engine": "3.9.1"
  1401. }
  1402. },
  1403. "node_modules/@tsparticles/interaction-particles-collisions": {
  1404. "version": "3.9.1",
  1405. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-particles-collisions/-/interaction-particles-collisions-3.9.1.tgz",
  1406. "integrity": "sha512-ggGyjW/3v1yxvYW1IF1EMT15M6w31y5zfNNUPkqd/IXRNPYvm0Z0ayhp+FKmz70M5p0UxxPIQHTvAv9Jqnuj8w==",
  1407. "license": "MIT",
  1408. "dependencies": {
  1409. "@tsparticles/engine": "3.9.1"
  1410. }
  1411. },
  1412. "node_modules/@tsparticles/interaction-particles-links": {
  1413. "version": "3.9.1",
  1414. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-particles-links/-/interaction-particles-links-3.9.1.tgz",
  1415. "integrity": "sha512-MsLbMjy1vY5M5/hu/oa5OSRZAUz49H3+9EBMTIOThiX+a+vpl3sxc9AqNd9gMsPbM4WJlub8T6VBZdyvzez1Vg==",
  1416. "license": "MIT",
  1417. "dependencies": {
  1418. "@tsparticles/engine": "3.9.1"
  1419. }
  1420. },
  1421. "node_modules/@tsparticles/move-base": {
  1422. "version": "3.9.1",
  1423. "resolved": "https://registry.npmmirror.com/@tsparticles/move-base/-/move-base-3.9.1.tgz",
  1424. "integrity": "sha512-X4huBS27d8srpxwOxliWPUt+NtCwY+8q/cx1DvQxyqmTA8VFCGpcHNwtqiN+9JicgzOvSuaORVqUgwlsc7h4pQ==",
  1425. "license": "MIT",
  1426. "dependencies": {
  1427. "@tsparticles/engine": "3.9.1"
  1428. }
  1429. },
  1430. "node_modules/@tsparticles/move-parallax": {
  1431. "version": "3.9.1",
  1432. "resolved": "https://registry.npmmirror.com/@tsparticles/move-parallax/-/move-parallax-3.9.1.tgz",
  1433. "integrity": "sha512-whlOR0bVeyh6J/hvxf/QM3DqvNnITMiAQ0kro6saqSDItAVqg4pYxBfEsSOKq7EhjxNvfhhqR+pFMhp06zoCVA==",
  1434. "license": "MIT",
  1435. "dependencies": {
  1436. "@tsparticles/engine": "3.9.1"
  1437. }
  1438. },
  1439. "node_modules/@tsparticles/plugin-easing-quad": {
  1440. "version": "3.9.1",
  1441. "resolved": "https://registry.npmmirror.com/@tsparticles/plugin-easing-quad/-/plugin-easing-quad-3.9.1.tgz",
  1442. "integrity": "sha512-C2UJOca5MTDXKUTBXj30Kiqr5UyID+xrY/LxicVWWZPczQW2bBxbIbfq9ULvzGDwBTxE2rdvIB8YFKmDYO45qw==",
  1443. "funding": [
  1444. {
  1445. "type": "github",
  1446. "url": "https://github.com/sponsors/matteobruni"
  1447. },
  1448. {
  1449. "type": "github",
  1450. "url": "https://github.com/sponsors/tsparticles"
  1451. },
  1452. {
  1453. "type": "buymeacoffee",
  1454. "url": "https://www.buymeacoffee.com/matteobruni"
  1455. }
  1456. ],
  1457. "license": "MIT",
  1458. "dependencies": {
  1459. "@tsparticles/engine": "3.9.1"
  1460. }
  1461. },
  1462. "node_modules/@tsparticles/plugin-hex-color": {
  1463. "version": "3.9.1",
  1464. "resolved": "https://registry.npmmirror.com/@tsparticles/plugin-hex-color/-/plugin-hex-color-3.9.1.tgz",
  1465. "integrity": "sha512-vZgZ12AjUicJvk7AX4K2eAmKEQX/D1VEjEPFhyjbgI7A65eX72M465vVKIgNA6QArLZ1DLs7Z787LOE6GOBWsg==",
  1466. "funding": [
  1467. {
  1468. "type": "github",
  1469. "url": "https://github.com/sponsors/matteobruni"
  1470. },
  1471. {
  1472. "type": "github",
  1473. "url": "https://github.com/sponsors/tsparticles"
  1474. },
  1475. {
  1476. "type": "buymeacoffee",
  1477. "url": "https://www.buymeacoffee.com/matteobruni"
  1478. }
  1479. ],
  1480. "license": "MIT",
  1481. "dependencies": {
  1482. "@tsparticles/engine": "3.9.1"
  1483. }
  1484. },
  1485. "node_modules/@tsparticles/plugin-hsl-color": {
  1486. "version": "3.9.1",
  1487. "resolved": "https://registry.npmmirror.com/@tsparticles/plugin-hsl-color/-/plugin-hsl-color-3.9.1.tgz",
  1488. "integrity": "sha512-jJd1iGgRwX6eeNjc1zUXiJivaqC5UE+SC2A3/NtHwwoQrkfxGWmRHOsVyLnOBRcCPgBp/FpdDe6DIDjCMO715w==",
  1489. "funding": [
  1490. {
  1491. "type": "github",
  1492. "url": "https://github.com/sponsors/matteobruni"
  1493. },
  1494. {
  1495. "type": "github",
  1496. "url": "https://github.com/sponsors/tsparticles"
  1497. },
  1498. {
  1499. "type": "buymeacoffee",
  1500. "url": "https://www.buymeacoffee.com/matteobruni"
  1501. }
  1502. ],
  1503. "license": "MIT",
  1504. "dependencies": {
  1505. "@tsparticles/engine": "3.9.1"
  1506. }
  1507. },
  1508. "node_modules/@tsparticles/plugin-rgb-color": {
  1509. "version": "3.9.1",
  1510. "resolved": "https://registry.npmmirror.com/@tsparticles/plugin-rgb-color/-/plugin-rgb-color-3.9.1.tgz",
  1511. "integrity": "sha512-SBxk7f1KBfXeTnnklbE2Hx4jBgh6I6HOtxb+Os1gTp0oaghZOkWcCD2dP4QbUu7fVNCMOcApPoMNC8RTFcy9wQ==",
  1512. "funding": [
  1513. {
  1514. "type": "github",
  1515. "url": "https://github.com/sponsors/matteobruni"
  1516. },
  1517. {
  1518. "type": "github",
  1519. "url": "https://github.com/sponsors/tsparticles"
  1520. },
  1521. {
  1522. "type": "buymeacoffee",
  1523. "url": "https://www.buymeacoffee.com/matteobruni"
  1524. }
  1525. ],
  1526. "license": "MIT",
  1527. "dependencies": {
  1528. "@tsparticles/engine": "3.9.1"
  1529. }
  1530. },
  1531. "node_modules/@tsparticles/shape-circle": {
  1532. "version": "3.9.1",
  1533. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-circle/-/shape-circle-3.9.1.tgz",
  1534. "integrity": "sha512-DqZFLjbuhVn99WJ+A9ajz9YON72RtCcvubzq6qfjFmtwAK7frvQeb6iDTp6Ze9FUipluxVZWVRG4vWTxi2B+/g==",
  1535. "license": "MIT",
  1536. "dependencies": {
  1537. "@tsparticles/engine": "3.9.1"
  1538. }
  1539. },
  1540. "node_modules/@tsparticles/shape-emoji": {
  1541. "version": "3.9.1",
  1542. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-emoji/-/shape-emoji-3.9.1.tgz",
  1543. "integrity": "sha512-ifvY63usuT+hipgVHb8gelBHSeF6ryPnMxAAEC1RGHhhXfpSRWMtE6ybr+pSsYU52M3G9+TF84v91pSwNrb9ZQ==",
  1544. "license": "MIT",
  1545. "dependencies": {
  1546. "@tsparticles/engine": "3.9.1"
  1547. }
  1548. },
  1549. "node_modules/@tsparticles/shape-image": {
  1550. "version": "3.9.1",
  1551. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-image/-/shape-image-3.9.1.tgz",
  1552. "integrity": "sha512-fCA5eme8VF3oX8yNVUA0l2SLDKuiZObkijb0z3Ky0qj1HUEVlAuEMhhNDNB9E2iELTrWEix9z7BFMePp2CC7AA==",
  1553. "license": "MIT",
  1554. "dependencies": {
  1555. "@tsparticles/engine": "3.9.1"
  1556. }
  1557. },
  1558. "node_modules/@tsparticles/shape-line": {
  1559. "version": "3.9.1",
  1560. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-line/-/shape-line-3.9.1.tgz",
  1561. "integrity": "sha512-wT8NSp0N9HURyV05f371cHKcNTNqr0/cwUu6WhBzbshkYGy1KZUP9CpRIh5FCrBpTev34mEQfOXDycgfG0KiLQ==",
  1562. "license": "MIT",
  1563. "dependencies": {
  1564. "@tsparticles/engine": "3.9.1"
  1565. }
  1566. },
  1567. "node_modules/@tsparticles/shape-polygon": {
  1568. "version": "3.9.1",
  1569. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-polygon/-/shape-polygon-3.9.1.tgz",
  1570. "integrity": "sha512-dA77PgZdoLwxnliH6XQM/zF0r4jhT01pw5y7XTeTqws++hg4rTLV9255k6R6eUqKq0FPSW1/WBsBIl7q/MmrqQ==",
  1571. "license": "MIT",
  1572. "dependencies": {
  1573. "@tsparticles/engine": "3.9.1"
  1574. }
  1575. },
  1576. "node_modules/@tsparticles/shape-square": {
  1577. "version": "3.9.1",
  1578. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-square/-/shape-square-3.9.1.tgz",
  1579. "integrity": "sha512-DKGkDnRyZrAm7T2ipqNezJahSWs6xd9O5LQLe5vjrYm1qGwrFxJiQaAdlb00UNrexz1/SA7bEoIg4XKaFa7qhQ==",
  1580. "license": "MIT",
  1581. "dependencies": {
  1582. "@tsparticles/engine": "3.9.1"
  1583. }
  1584. },
  1585. "node_modules/@tsparticles/shape-star": {
  1586. "version": "3.9.1",
  1587. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-star/-/shape-star-3.9.1.tgz",
  1588. "integrity": "sha512-kdMJpi8cdeb6vGrZVSxTG0JIjCwIenggqk0EYeKAwtOGZFBgL7eHhF2F6uu1oq8cJAbXPujEoabnLsz6mW8XaA==",
  1589. "license": "MIT",
  1590. "dependencies": {
  1591. "@tsparticles/engine": "3.9.1"
  1592. }
  1593. },
  1594. "node_modules/@tsparticles/slim": {
  1595. "version": "3.9.1",
  1596. "resolved": "https://registry.npmmirror.com/@tsparticles/slim/-/slim-3.9.1.tgz",
  1597. "integrity": "sha512-CL5cDmADU7sDjRli0So+hY61VMbdroqbArmR9Av+c1Fisa5ytr6QD7Jv62iwU2S6rvgicEe9OyRmSy5GIefwZw==",
  1598. "funding": [
  1599. {
  1600. "type": "github",
  1601. "url": "https://github.com/sponsors/matteobruni"
  1602. },
  1603. {
  1604. "type": "github",
  1605. "url": "https://github.com/sponsors/tsparticles"
  1606. },
  1607. {
  1608. "type": "buymeacoffee",
  1609. "url": "https://www.buymeacoffee.com/matteobruni"
  1610. }
  1611. ],
  1612. "license": "MIT",
  1613. "dependencies": {
  1614. "@tsparticles/basic": "3.9.1",
  1615. "@tsparticles/engine": "3.9.1",
  1616. "@tsparticles/interaction-external-attract": "3.9.1",
  1617. "@tsparticles/interaction-external-bounce": "3.9.1",
  1618. "@tsparticles/interaction-external-bubble": "3.9.1",
  1619. "@tsparticles/interaction-external-connect": "3.9.1",
  1620. "@tsparticles/interaction-external-grab": "3.9.1",
  1621. "@tsparticles/interaction-external-pause": "3.9.1",
  1622. "@tsparticles/interaction-external-push": "3.9.1",
  1623. "@tsparticles/interaction-external-remove": "3.9.1",
  1624. "@tsparticles/interaction-external-repulse": "3.9.1",
  1625. "@tsparticles/interaction-external-slow": "3.9.1",
  1626. "@tsparticles/interaction-particles-attract": "3.9.1",
  1627. "@tsparticles/interaction-particles-collisions": "3.9.1",
  1628. "@tsparticles/interaction-particles-links": "3.9.1",
  1629. "@tsparticles/move-parallax": "3.9.1",
  1630. "@tsparticles/plugin-easing-quad": "3.9.1",
  1631. "@tsparticles/shape-emoji": "3.9.1",
  1632. "@tsparticles/shape-image": "3.9.1",
  1633. "@tsparticles/shape-line": "3.9.1",
  1634. "@tsparticles/shape-polygon": "3.9.1",
  1635. "@tsparticles/shape-square": "3.9.1",
  1636. "@tsparticles/shape-star": "3.9.1",
  1637. "@tsparticles/updater-life": "3.9.1",
  1638. "@tsparticles/updater-rotate": "3.9.1",
  1639. "@tsparticles/updater-stroke-color": "3.9.1"
  1640. }
  1641. },
  1642. "node_modules/@tsparticles/updater-color": {
  1643. "version": "3.9.1",
  1644. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-color/-/updater-color-3.9.1.tgz",
  1645. "integrity": "sha512-XGWdscrgEMA8L5E7exsE0f8/2zHKIqnTrZymcyuFBw2DCB6BIV+5z6qaNStpxrhq3DbIxxhqqcybqeOo7+Alpg==",
  1646. "license": "MIT",
  1647. "dependencies": {
  1648. "@tsparticles/engine": "3.9.1"
  1649. }
  1650. },
  1651. "node_modules/@tsparticles/updater-life": {
  1652. "version": "3.9.1",
  1653. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-life/-/updater-life-3.9.1.tgz",
  1654. "integrity": "sha512-Oi8aF2RIwMMsjssUkCB6t3PRpENHjdZf6cX92WNfAuqXtQphr3OMAkYFJFWkvyPFK22AVy3p/cFt6KE5zXxwAA==",
  1655. "license": "MIT",
  1656. "dependencies": {
  1657. "@tsparticles/engine": "3.9.1"
  1658. }
  1659. },
  1660. "node_modules/@tsparticles/updater-opacity": {
  1661. "version": "3.9.1",
  1662. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-opacity/-/updater-opacity-3.9.1.tgz",
  1663. "integrity": "sha512-w778LQuRZJ+IoWzeRdrGykPYSSaTeWfBvLZ2XwYEkh/Ss961InOxZKIpcS6i5Kp/Zfw0fS1ZAuqeHwuj///Osw==",
  1664. "license": "MIT",
  1665. "dependencies": {
  1666. "@tsparticles/engine": "3.9.1"
  1667. }
  1668. },
  1669. "node_modules/@tsparticles/updater-out-modes": {
  1670. "version": "3.9.1",
  1671. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-out-modes/-/updater-out-modes-3.9.1.tgz",
  1672. "integrity": "sha512-cKQEkAwbru+hhKF+GTsfbOvuBbx2DSB25CxOdhtW2wRvDBoCnngNdLw91rs+0Cex4tgEeibkebrIKFDDE6kELg==",
  1673. "license": "MIT",
  1674. "dependencies": {
  1675. "@tsparticles/engine": "3.9.1"
  1676. }
  1677. },
  1678. "node_modules/@tsparticles/updater-rotate": {
  1679. "version": "3.9.1",
  1680. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-rotate/-/updater-rotate-3.9.1.tgz",
  1681. "integrity": "sha512-9BfKaGfp28JN82MF2qs6Ae/lJr9EColMfMTHqSKljblwbpVDHte4umuwKl3VjbRt87WD9MGtla66NTUYl+WxuQ==",
  1682. "license": "MIT",
  1683. "dependencies": {
  1684. "@tsparticles/engine": "3.9.1"
  1685. }
  1686. },
  1687. "node_modules/@tsparticles/updater-size": {
  1688. "version": "3.9.1",
  1689. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-size/-/updater-size-3.9.1.tgz",
  1690. "integrity": "sha512-3NSVs0O2ApNKZXfd+y/zNhTXSFeG1Pw4peI8e6z/q5+XLbmue9oiEwoPy/tQLaark3oNj3JU7Q903ZijPyXSzw==",
  1691. "license": "MIT",
  1692. "dependencies": {
  1693. "@tsparticles/engine": "3.9.1"
  1694. }
  1695. },
  1696. "node_modules/@tsparticles/updater-stroke-color": {
  1697. "version": "3.9.1",
  1698. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-stroke-color/-/updater-stroke-color-3.9.1.tgz",
  1699. "integrity": "sha512-3x14+C2is9pZYTg9T2TiA/aM1YMq4wLdYaZDcHm3qO30DZu5oeQq0rm/6w+QOGKYY1Z3Htg9rlSUZkhTHn7eDA==",
  1700. "license": "MIT",
  1701. "dependencies": {
  1702. "@tsparticles/engine": "3.9.1"
  1703. }
  1704. },
  1705. "node_modules/@tsparticles/vue3": {
  1706. "version": "3.0.1",
  1707. "resolved": "https://registry.npmmirror.com/@tsparticles/vue3/-/vue3-3.0.1.tgz",
  1708. "integrity": "sha512-BxaSZ0wtxq33SDsrqLkLWoV88Jd5BnBoYjyVhKSNzOLOesCiG8Z5WQC1QZGTez79l/gBe0xaCDF0ng1e2iKJvA==",
  1709. "funding": [
  1710. {
  1711. "type": "github",
  1712. "url": "https://github.com/sponsors/matteobruni"
  1713. },
  1714. {
  1715. "type": "github",
  1716. "url": "https://github.com/sponsors/tsparticles"
  1717. },
  1718. {
  1719. "type": "buymeacoffee",
  1720. "url": "https://www.buymeacoffee.com/matteobruni"
  1721. }
  1722. ],
  1723. "license": "MIT",
  1724. "dependencies": {
  1725. "@tsparticles/engine": "^3.0.3",
  1726. "vue": "^3.3.13"
  1727. }
  1728. },
  1729. "node_modules/@types/estree": {
  1730. "version": "1.0.8",
  1731. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  1732. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1733. "dev": true,
  1734. "license": "MIT"
  1735. },
  1736. "node_modules/@types/lodash": {
  1737. "version": "4.17.24",
  1738. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.24.tgz",
  1739. "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==",
  1740. "license": "MIT"
  1741. },
  1742. "node_modules/@types/lodash-es": {
  1743. "version": "4.17.12",
  1744. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  1745. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  1746. "license": "MIT",
  1747. "dependencies": {
  1748. "@types/lodash": "*"
  1749. }
  1750. },
  1751. "node_modules/@types/node": {
  1752. "version": "22.19.19",
  1753. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.19.19.tgz",
  1754. "integrity": "sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==",
  1755. "dev": true,
  1756. "license": "MIT",
  1757. "dependencies": {
  1758. "undici-types": "~6.21.0"
  1759. }
  1760. },
  1761. "node_modules/@types/web-bluetooth": {
  1762. "version": "0.0.21",
  1763. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
  1764. "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
  1765. "license": "MIT"
  1766. },
  1767. "node_modules/@vitejs/plugin-vue": {
  1768. "version": "5.2.4",
  1769. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
  1770. "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
  1771. "dev": true,
  1772. "license": "MIT",
  1773. "engines": {
  1774. "node": "^18.0.0 || >=20.0.0"
  1775. },
  1776. "peerDependencies": {
  1777. "vite": "^5.0.0 || ^6.0.0",
  1778. "vue": "^3.2.25"
  1779. }
  1780. },
  1781. "node_modules/@volar/language-core": {
  1782. "version": "2.4.15",
  1783. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.15.tgz",
  1784. "integrity": "sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==",
  1785. "dev": true,
  1786. "license": "MIT",
  1787. "dependencies": {
  1788. "@volar/source-map": "2.4.15"
  1789. }
  1790. },
  1791. "node_modules/@volar/source-map": {
  1792. "version": "2.4.15",
  1793. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.15.tgz",
  1794. "integrity": "sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==",
  1795. "dev": true,
  1796. "license": "MIT"
  1797. },
  1798. "node_modules/@volar/typescript": {
  1799. "version": "2.4.15",
  1800. "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.15.tgz",
  1801. "integrity": "sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==",
  1802. "dev": true,
  1803. "license": "MIT",
  1804. "dependencies": {
  1805. "@volar/language-core": "2.4.15",
  1806. "path-browserify": "^1.0.1",
  1807. "vscode-uri": "^3.0.8"
  1808. }
  1809. },
  1810. "node_modules/@vue/compiler-core": {
  1811. "version": "3.5.34",
  1812. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.34.tgz",
  1813. "integrity": "sha512-s9cLyK5mLcvZ4Agva5QgRsQyLKvts9WbU9DB6NqiZkkGEdwmcEiylj5Jbwkp680drF/NNCV8OlAJSe+yMLxaJw==",
  1814. "license": "MIT",
  1815. "dependencies": {
  1816. "@babel/parser": "^7.29.3",
  1817. "@vue/shared": "3.5.34",
  1818. "entities": "^7.0.1",
  1819. "estree-walker": "^2.0.2",
  1820. "source-map-js": "^1.2.1"
  1821. }
  1822. },
  1823. "node_modules/@vue/compiler-dom": {
  1824. "version": "3.5.34",
  1825. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.34.tgz",
  1826. "integrity": "sha512-EbF/T++k0e2MMZlJsBhzK8Sgwt0HcIPOhzn1CTB/lv6sQcyk+OWf8YeiLxZp3ro7MbbLcAfAJ6sEvjFWuNgUCw==",
  1827. "license": "MIT",
  1828. "dependencies": {
  1829. "@vue/compiler-core": "3.5.34",
  1830. "@vue/shared": "3.5.34"
  1831. }
  1832. },
  1833. "node_modules/@vue/compiler-sfc": {
  1834. "version": "3.5.34",
  1835. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.34.tgz",
  1836. "integrity": "sha512-D/ihr6uZeIt6r+pVZf46RWT1fAsLFMbUP7k8G1VkiiWexriED9GrX3echHd4Abbt17zjlfiFJ8z7a3BxZOPNjg==",
  1837. "license": "MIT",
  1838. "dependencies": {
  1839. "@babel/parser": "^7.29.3",
  1840. "@vue/compiler-core": "3.5.34",
  1841. "@vue/compiler-dom": "3.5.34",
  1842. "@vue/compiler-ssr": "3.5.34",
  1843. "@vue/shared": "3.5.34",
  1844. "estree-walker": "^2.0.2",
  1845. "magic-string": "^0.30.21",
  1846. "postcss": "^8.5.14",
  1847. "source-map-js": "^1.2.1"
  1848. }
  1849. },
  1850. "node_modules/@vue/compiler-ssr": {
  1851. "version": "3.5.34",
  1852. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.34.tgz",
  1853. "integrity": "sha512-cDtTHKibkThKGHH1SP+WdccquNRYQDFH6rRjQCqT9G2ltFAfoR5pUftpab/z+aM5mW9HLLVQW7hfKKQe/1GBeQ==",
  1854. "license": "MIT",
  1855. "dependencies": {
  1856. "@vue/compiler-dom": "3.5.34",
  1857. "@vue/shared": "3.5.34"
  1858. }
  1859. },
  1860. "node_modules/@vue/compiler-vue2": {
  1861. "version": "2.7.16",
  1862. "resolved": "https://registry.npmmirror.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
  1863. "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
  1864. "dev": true,
  1865. "license": "MIT",
  1866. "dependencies": {
  1867. "de-indent": "^1.0.2",
  1868. "he": "^1.2.0"
  1869. }
  1870. },
  1871. "node_modules/@vue/devtools-api": {
  1872. "version": "6.6.4",
  1873. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  1874. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1875. "license": "MIT"
  1876. },
  1877. "node_modules/@vue/devtools-kit": {
  1878. "version": "7.7.9",
  1879. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz",
  1880. "integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==",
  1881. "license": "MIT",
  1882. "dependencies": {
  1883. "@vue/devtools-shared": "^7.7.9",
  1884. "birpc": "^2.3.0",
  1885. "hookable": "^5.5.3",
  1886. "mitt": "^3.0.1",
  1887. "perfect-debounce": "^1.0.0",
  1888. "speakingurl": "^14.0.1",
  1889. "superjson": "^2.2.2"
  1890. }
  1891. },
  1892. "node_modules/@vue/devtools-shared": {
  1893. "version": "7.7.9",
  1894. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz",
  1895. "integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==",
  1896. "license": "MIT",
  1897. "dependencies": {
  1898. "rfdc": "^1.4.1"
  1899. }
  1900. },
  1901. "node_modules/@vue/language-core": {
  1902. "version": "2.2.12",
  1903. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.12.tgz",
  1904. "integrity": "sha512-IsGljWbKGU1MZpBPN+BvPAdr55YPkj2nB/TBNGNC32Vy2qLG25DYu/NBN2vNtZqdRbTRjaoYrahLrToim2NanA==",
  1905. "dev": true,
  1906. "license": "MIT",
  1907. "dependencies": {
  1908. "@volar/language-core": "2.4.15",
  1909. "@vue/compiler-dom": "^3.5.0",
  1910. "@vue/compiler-vue2": "^2.7.16",
  1911. "@vue/shared": "^3.5.0",
  1912. "alien-signals": "^1.0.3",
  1913. "minimatch": "^9.0.3",
  1914. "muggle-string": "^0.4.1",
  1915. "path-browserify": "^1.0.1"
  1916. },
  1917. "peerDependencies": {
  1918. "typescript": "*"
  1919. },
  1920. "peerDependenciesMeta": {
  1921. "typescript": {
  1922. "optional": true
  1923. }
  1924. }
  1925. },
  1926. "node_modules/@vue/reactivity": {
  1927. "version": "3.5.34",
  1928. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.34.tgz",
  1929. "integrity": "sha512-y9XDjCEuBp+98k+UL5dbYkh57AHU4o6cxZedOPXw3bmrZZYLQsVHguGurq7hVrPCSrQtrnz1f9dssyFr+dMXfQ==",
  1930. "license": "MIT",
  1931. "dependencies": {
  1932. "@vue/shared": "3.5.34"
  1933. }
  1934. },
  1935. "node_modules/@vue/runtime-core": {
  1936. "version": "3.5.34",
  1937. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.34.tgz",
  1938. "integrity": "sha512-mKeBYvu8tcMSLhypAHBmriUFfWXKTCF/23Z4jiCoYK3UtWepkliViNLuR90V9XOyD62mUxs9p1jsrpK3CCGIzw==",
  1939. "license": "MIT",
  1940. "dependencies": {
  1941. "@vue/reactivity": "3.5.34",
  1942. "@vue/shared": "3.5.34"
  1943. }
  1944. },
  1945. "node_modules/@vue/runtime-dom": {
  1946. "version": "3.5.34",
  1947. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.34.tgz",
  1948. "integrity": "sha512-e8kZzERmCwUnBRVsgSQlAfrfU2rGoy0FFKPBXSlfEjc/O3KfA7QP0t1/2ZylrbchjmIKB4dPTd07A6WPr0eOrg==",
  1949. "license": "MIT",
  1950. "dependencies": {
  1951. "@vue/reactivity": "3.5.34",
  1952. "@vue/runtime-core": "3.5.34",
  1953. "@vue/shared": "3.5.34",
  1954. "csstype": "^3.2.3"
  1955. }
  1956. },
  1957. "node_modules/@vue/server-renderer": {
  1958. "version": "3.5.34",
  1959. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.34.tgz",
  1960. "integrity": "sha512-nHxmJoTrKsmrkbILRhkC9gY1G3moZbJTqCzDd7DOOzG5KH9oeJ0Unqrff5f9v0pW//jES05ZkJcNtfE8JjOIew==",
  1961. "license": "MIT",
  1962. "dependencies": {
  1963. "@vue/compiler-ssr": "3.5.34",
  1964. "@vue/shared": "3.5.34"
  1965. },
  1966. "peerDependencies": {
  1967. "vue": "3.5.34"
  1968. }
  1969. },
  1970. "node_modules/@vue/shared": {
  1971. "version": "3.5.34",
  1972. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.34.tgz",
  1973. "integrity": "sha512-24uqU4OIiX29ryC3MeWid/Xf2fa2EFRUVLb77nRhk+UrTVrh/XiGtFAFmJBAtBRbjwNdsPRP+jj/OL27Eg1NDA==",
  1974. "license": "MIT"
  1975. },
  1976. "node_modules/@vue/tsconfig": {
  1977. "version": "0.7.0",
  1978. "resolved": "https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.7.0.tgz",
  1979. "integrity": "sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==",
  1980. "dev": true,
  1981. "license": "MIT",
  1982. "peerDependencies": {
  1983. "typescript": "5.x",
  1984. "vue": "^3.4.0"
  1985. },
  1986. "peerDependenciesMeta": {
  1987. "typescript": {
  1988. "optional": true
  1989. },
  1990. "vue": {
  1991. "optional": true
  1992. }
  1993. }
  1994. },
  1995. "node_modules/@vueuse/core": {
  1996. "version": "14.3.0",
  1997. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-14.3.0.tgz",
  1998. "integrity": "sha512-aHfz47g0ZhMtTVHmIzMVpJy8ePhhOy68GY5bv110+5DVtZ+W7BsOx+m61UNQqfrWyPztIHIanWa3E2tib3NFIw==",
  1999. "license": "MIT",
  2000. "dependencies": {
  2001. "@types/web-bluetooth": "^0.0.21",
  2002. "@vueuse/metadata": "14.3.0",
  2003. "@vueuse/shared": "14.3.0"
  2004. },
  2005. "funding": {
  2006. "url": "https://github.com/sponsors/antfu"
  2007. },
  2008. "peerDependencies": {
  2009. "vue": "^3.5.0"
  2010. }
  2011. },
  2012. "node_modules/@vueuse/metadata": {
  2013. "version": "14.3.0",
  2014. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-14.3.0.tgz",
  2015. "integrity": "sha512-BwxmbAzwAVF50+MW57GXOUEV61nFBGnlBvrTqj49PqWJu3uw7hdu72ztXeZ33RdZtDY6kO+bfCAE1PCn88Tktw==",
  2016. "license": "MIT",
  2017. "funding": {
  2018. "url": "https://github.com/sponsors/antfu"
  2019. }
  2020. },
  2021. "node_modules/@vueuse/shared": {
  2022. "version": "14.3.0",
  2023. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-14.3.0.tgz",
  2024. "integrity": "sha512-bZpge9eSXwa4ToSiqJ7j6KRwhAsneMFoSz3LMWKQDkqimm3D/tbFlrklrs/IOqC8tEcYmXQZJ6N0UrjhBirVCg==",
  2025. "license": "MIT",
  2026. "funding": {
  2027. "url": "https://github.com/sponsors/antfu"
  2028. },
  2029. "peerDependencies": {
  2030. "vue": "^3.5.0"
  2031. }
  2032. },
  2033. "node_modules/agent-base": {
  2034. "version": "6.0.2",
  2035. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz",
  2036. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  2037. "license": "MIT",
  2038. "dependencies": {
  2039. "debug": "4"
  2040. },
  2041. "engines": {
  2042. "node": ">= 6.0.0"
  2043. }
  2044. },
  2045. "node_modules/alien-signals": {
  2046. "version": "1.0.13",
  2047. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
  2048. "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
  2049. "dev": true,
  2050. "license": "MIT"
  2051. },
  2052. "node_modules/async-validator": {
  2053. "version": "4.2.5",
  2054. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  2055. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  2056. "license": "MIT"
  2057. },
  2058. "node_modules/asynckit": {
  2059. "version": "0.4.0",
  2060. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  2061. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  2062. "license": "MIT"
  2063. },
  2064. "node_modules/axios": {
  2065. "version": "1.16.1",
  2066. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.16.1.tgz",
  2067. "integrity": "sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==",
  2068. "license": "MIT",
  2069. "dependencies": {
  2070. "follow-redirects": "^1.16.0",
  2071. "form-data": "^4.0.5",
  2072. "https-proxy-agent": "^5.0.1",
  2073. "proxy-from-env": "^2.1.0"
  2074. }
  2075. },
  2076. "node_modules/balanced-match": {
  2077. "version": "1.0.2",
  2078. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  2079. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2080. "dev": true,
  2081. "license": "MIT"
  2082. },
  2083. "node_modules/birpc": {
  2084. "version": "2.9.0",
  2085. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.9.0.tgz",
  2086. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  2087. "license": "MIT",
  2088. "funding": {
  2089. "url": "https://github.com/sponsors/antfu"
  2090. }
  2091. },
  2092. "node_modules/brace-expansion": {
  2093. "version": "2.1.0",
  2094. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.1.0.tgz",
  2095. "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
  2096. "dev": true,
  2097. "license": "MIT",
  2098. "dependencies": {
  2099. "balanced-match": "^1.0.0"
  2100. }
  2101. },
  2102. "node_modules/call-bind-apply-helpers": {
  2103. "version": "1.0.2",
  2104. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  2105. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  2106. "license": "MIT",
  2107. "dependencies": {
  2108. "es-errors": "^1.3.0",
  2109. "function-bind": "^1.1.2"
  2110. },
  2111. "engines": {
  2112. "node": ">= 0.4"
  2113. }
  2114. },
  2115. "node_modules/chokidar": {
  2116. "version": "4.0.3",
  2117. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  2118. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  2119. "dev": true,
  2120. "license": "MIT",
  2121. "dependencies": {
  2122. "readdirp": "^4.0.1"
  2123. },
  2124. "engines": {
  2125. "node": ">= 14.16.0"
  2126. },
  2127. "funding": {
  2128. "url": "https://paulmillr.com/funding/"
  2129. }
  2130. },
  2131. "node_modules/combined-stream": {
  2132. "version": "1.0.8",
  2133. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  2134. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  2135. "license": "MIT",
  2136. "dependencies": {
  2137. "delayed-stream": "~1.0.0"
  2138. },
  2139. "engines": {
  2140. "node": ">= 0.8"
  2141. }
  2142. },
  2143. "node_modules/copy-anything": {
  2144. "version": "4.0.5",
  2145. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-4.0.5.tgz",
  2146. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  2147. "license": "MIT",
  2148. "dependencies": {
  2149. "is-what": "^5.2.0"
  2150. },
  2151. "engines": {
  2152. "node": ">=18"
  2153. },
  2154. "funding": {
  2155. "url": "https://github.com/sponsors/mesqueeb"
  2156. }
  2157. },
  2158. "node_modules/csstype": {
  2159. "version": "3.2.3",
  2160. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  2161. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2162. "license": "MIT"
  2163. },
  2164. "node_modules/dayjs": {
  2165. "version": "1.11.20",
  2166. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.20.tgz",
  2167. "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
  2168. "license": "MIT"
  2169. },
  2170. "node_modules/de-indent": {
  2171. "version": "1.0.2",
  2172. "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
  2173. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  2174. "dev": true,
  2175. "license": "MIT"
  2176. },
  2177. "node_modules/debug": {
  2178. "version": "4.4.3",
  2179. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  2180. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2181. "license": "MIT",
  2182. "dependencies": {
  2183. "ms": "^2.1.3"
  2184. },
  2185. "engines": {
  2186. "node": ">=6.0"
  2187. },
  2188. "peerDependenciesMeta": {
  2189. "supports-color": {
  2190. "optional": true
  2191. }
  2192. }
  2193. },
  2194. "node_modules/delayed-stream": {
  2195. "version": "1.0.0",
  2196. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  2197. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  2198. "license": "MIT",
  2199. "engines": {
  2200. "node": ">=0.4.0"
  2201. }
  2202. },
  2203. "node_modules/detect-libc": {
  2204. "version": "2.1.2",
  2205. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  2206. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2207. "dev": true,
  2208. "license": "Apache-2.0",
  2209. "optional": true,
  2210. "engines": {
  2211. "node": ">=8"
  2212. }
  2213. },
  2214. "node_modules/dunder-proto": {
  2215. "version": "1.0.1",
  2216. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  2217. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  2218. "license": "MIT",
  2219. "dependencies": {
  2220. "call-bind-apply-helpers": "^1.0.1",
  2221. "es-errors": "^1.3.0",
  2222. "gopd": "^1.2.0"
  2223. },
  2224. "engines": {
  2225. "node": ">= 0.4"
  2226. }
  2227. },
  2228. "node_modules/echarts": {
  2229. "version": "6.1.0",
  2230. "resolved": "https://registry.npmjs.org/echarts/-/echarts-6.1.0.tgz",
  2231. "integrity": "sha512-q0yaFPggC9FUdsWH4blavRWFmxdrIodbkoKNAjJudAI6CA9gNPxHtV2RcZNEepZVlk4yvBYkOkbk6HIVpIyHZA==",
  2232. "dependencies": {
  2233. "tslib": "2.3.0",
  2234. "zrender": "6.1.0"
  2235. }
  2236. },
  2237. "node_modules/element-plus": {
  2238. "version": "2.14.0",
  2239. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.14.0.tgz",
  2240. "integrity": "sha512-POgH+TtoreaEKWqYYAVQyE6i8rQMEFqAEublyF29dBA5yASWPLKY6EzfeqBTr2Uv26mPss4vSrMrNPyaK7LX5w==",
  2241. "license": "MIT",
  2242. "dependencies": {
  2243. "@ctrl/tinycolor": "^4.2.0",
  2244. "@element-plus/icons-vue": "^2.3.2",
  2245. "@floating-ui/dom": "^1.0.1",
  2246. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.8",
  2247. "@types/lodash": "^4.17.24",
  2248. "@types/lodash-es": "^4.17.12",
  2249. "@vueuse/core": "14.3.0",
  2250. "async-validator": "^4.2.5",
  2251. "dayjs": "^1.11.20",
  2252. "lodash": "^4.18.1",
  2253. "lodash-es": "^4.18.1",
  2254. "lodash-unified": "^1.0.3",
  2255. "memoize-one": "^6.0.0",
  2256. "normalize-wheel-es": "^1.2.0",
  2257. "vue-component-type-helpers": "^3.2.8"
  2258. },
  2259. "peerDependencies": {
  2260. "vue": "^3.3.7"
  2261. }
  2262. },
  2263. "node_modules/entities": {
  2264. "version": "7.0.1",
  2265. "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
  2266. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2267. "license": "BSD-2-Clause",
  2268. "engines": {
  2269. "node": ">=0.12"
  2270. },
  2271. "funding": {
  2272. "url": "https://github.com/fb55/entities?sponsor=1"
  2273. }
  2274. },
  2275. "node_modules/es-define-property": {
  2276. "version": "1.0.1",
  2277. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  2278. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  2279. "license": "MIT",
  2280. "engines": {
  2281. "node": ">= 0.4"
  2282. }
  2283. },
  2284. "node_modules/es-errors": {
  2285. "version": "1.3.0",
  2286. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  2287. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  2288. "license": "MIT",
  2289. "engines": {
  2290. "node": ">= 0.4"
  2291. }
  2292. },
  2293. "node_modules/es-object-atoms": {
  2294. "version": "1.1.1",
  2295. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  2296. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  2297. "license": "MIT",
  2298. "dependencies": {
  2299. "es-errors": "^1.3.0"
  2300. },
  2301. "engines": {
  2302. "node": ">= 0.4"
  2303. }
  2304. },
  2305. "node_modules/es-set-tostringtag": {
  2306. "version": "2.1.0",
  2307. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  2308. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  2309. "license": "MIT",
  2310. "dependencies": {
  2311. "es-errors": "^1.3.0",
  2312. "get-intrinsic": "^1.2.6",
  2313. "has-tostringtag": "^1.0.2",
  2314. "hasown": "^2.0.2"
  2315. },
  2316. "engines": {
  2317. "node": ">= 0.4"
  2318. }
  2319. },
  2320. "node_modules/esbuild": {
  2321. "version": "0.25.12",
  2322. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.12.tgz",
  2323. "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
  2324. "dev": true,
  2325. "hasInstallScript": true,
  2326. "license": "MIT",
  2327. "bin": {
  2328. "esbuild": "bin/esbuild"
  2329. },
  2330. "engines": {
  2331. "node": ">=18"
  2332. },
  2333. "optionalDependencies": {
  2334. "@esbuild/aix-ppc64": "0.25.12",
  2335. "@esbuild/android-arm": "0.25.12",
  2336. "@esbuild/android-arm64": "0.25.12",
  2337. "@esbuild/android-x64": "0.25.12",
  2338. "@esbuild/darwin-arm64": "0.25.12",
  2339. "@esbuild/darwin-x64": "0.25.12",
  2340. "@esbuild/freebsd-arm64": "0.25.12",
  2341. "@esbuild/freebsd-x64": "0.25.12",
  2342. "@esbuild/linux-arm": "0.25.12",
  2343. "@esbuild/linux-arm64": "0.25.12",
  2344. "@esbuild/linux-ia32": "0.25.12",
  2345. "@esbuild/linux-loong64": "0.25.12",
  2346. "@esbuild/linux-mips64el": "0.25.12",
  2347. "@esbuild/linux-ppc64": "0.25.12",
  2348. "@esbuild/linux-riscv64": "0.25.12",
  2349. "@esbuild/linux-s390x": "0.25.12",
  2350. "@esbuild/linux-x64": "0.25.12",
  2351. "@esbuild/netbsd-arm64": "0.25.12",
  2352. "@esbuild/netbsd-x64": "0.25.12",
  2353. "@esbuild/openbsd-arm64": "0.25.12",
  2354. "@esbuild/openbsd-x64": "0.25.12",
  2355. "@esbuild/openharmony-arm64": "0.25.12",
  2356. "@esbuild/sunos-x64": "0.25.12",
  2357. "@esbuild/win32-arm64": "0.25.12",
  2358. "@esbuild/win32-ia32": "0.25.12",
  2359. "@esbuild/win32-x64": "0.25.12"
  2360. }
  2361. },
  2362. "node_modules/estree-walker": {
  2363. "version": "2.0.2",
  2364. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2365. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2366. "license": "MIT"
  2367. },
  2368. "node_modules/fdir": {
  2369. "version": "6.5.0",
  2370. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  2371. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  2372. "dev": true,
  2373. "license": "MIT",
  2374. "engines": {
  2375. "node": ">=12.0.0"
  2376. },
  2377. "peerDependencies": {
  2378. "picomatch": "^3 || ^4"
  2379. },
  2380. "peerDependenciesMeta": {
  2381. "picomatch": {
  2382. "optional": true
  2383. }
  2384. }
  2385. },
  2386. "node_modules/follow-redirects": {
  2387. "version": "1.16.0",
  2388. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.16.0.tgz",
  2389. "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
  2390. "funding": [
  2391. {
  2392. "type": "individual",
  2393. "url": "https://github.com/sponsors/RubenVerborgh"
  2394. }
  2395. ],
  2396. "license": "MIT",
  2397. "engines": {
  2398. "node": ">=4.0"
  2399. },
  2400. "peerDependenciesMeta": {
  2401. "debug": {
  2402. "optional": true
  2403. }
  2404. }
  2405. },
  2406. "node_modules/form-data": {
  2407. "version": "4.0.5",
  2408. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
  2409. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  2410. "license": "MIT",
  2411. "dependencies": {
  2412. "asynckit": "^0.4.0",
  2413. "combined-stream": "^1.0.8",
  2414. "es-set-tostringtag": "^2.1.0",
  2415. "hasown": "^2.0.2",
  2416. "mime-types": "^2.1.12"
  2417. },
  2418. "engines": {
  2419. "node": ">= 6"
  2420. }
  2421. },
  2422. "node_modules/fsevents": {
  2423. "version": "2.3.3",
  2424. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  2425. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2426. "dev": true,
  2427. "hasInstallScript": true,
  2428. "license": "MIT",
  2429. "optional": true,
  2430. "os": [
  2431. "darwin"
  2432. ],
  2433. "engines": {
  2434. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2435. }
  2436. },
  2437. "node_modules/function-bind": {
  2438. "version": "1.1.2",
  2439. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  2440. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  2441. "license": "MIT",
  2442. "funding": {
  2443. "url": "https://github.com/sponsors/ljharb"
  2444. }
  2445. },
  2446. "node_modules/get-intrinsic": {
  2447. "version": "1.3.0",
  2448. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  2449. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  2450. "license": "MIT",
  2451. "dependencies": {
  2452. "call-bind-apply-helpers": "^1.0.2",
  2453. "es-define-property": "^1.0.1",
  2454. "es-errors": "^1.3.0",
  2455. "es-object-atoms": "^1.1.1",
  2456. "function-bind": "^1.1.2",
  2457. "get-proto": "^1.0.1",
  2458. "gopd": "^1.2.0",
  2459. "has-symbols": "^1.1.0",
  2460. "hasown": "^2.0.2",
  2461. "math-intrinsics": "^1.1.0"
  2462. },
  2463. "engines": {
  2464. "node": ">= 0.4"
  2465. },
  2466. "funding": {
  2467. "url": "https://github.com/sponsors/ljharb"
  2468. }
  2469. },
  2470. "node_modules/get-proto": {
  2471. "version": "1.0.1",
  2472. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  2473. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  2474. "license": "MIT",
  2475. "dependencies": {
  2476. "dunder-proto": "^1.0.1",
  2477. "es-object-atoms": "^1.0.0"
  2478. },
  2479. "engines": {
  2480. "node": ">= 0.4"
  2481. }
  2482. },
  2483. "node_modules/gopd": {
  2484. "version": "1.2.0",
  2485. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  2486. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  2487. "license": "MIT",
  2488. "engines": {
  2489. "node": ">= 0.4"
  2490. },
  2491. "funding": {
  2492. "url": "https://github.com/sponsors/ljharb"
  2493. }
  2494. },
  2495. "node_modules/has-symbols": {
  2496. "version": "1.1.0",
  2497. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  2498. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  2499. "license": "MIT",
  2500. "engines": {
  2501. "node": ">= 0.4"
  2502. },
  2503. "funding": {
  2504. "url": "https://github.com/sponsors/ljharb"
  2505. }
  2506. },
  2507. "node_modules/has-tostringtag": {
  2508. "version": "1.0.2",
  2509. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  2510. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  2511. "license": "MIT",
  2512. "dependencies": {
  2513. "has-symbols": "^1.0.3"
  2514. },
  2515. "engines": {
  2516. "node": ">= 0.4"
  2517. },
  2518. "funding": {
  2519. "url": "https://github.com/sponsors/ljharb"
  2520. }
  2521. },
  2522. "node_modules/hasown": {
  2523. "version": "2.0.3",
  2524. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.3.tgz",
  2525. "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
  2526. "license": "MIT",
  2527. "dependencies": {
  2528. "function-bind": "^1.1.2"
  2529. },
  2530. "engines": {
  2531. "node": ">= 0.4"
  2532. }
  2533. },
  2534. "node_modules/he": {
  2535. "version": "1.2.0",
  2536. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  2537. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  2538. "dev": true,
  2539. "license": "MIT",
  2540. "bin": {
  2541. "he": "bin/he"
  2542. }
  2543. },
  2544. "node_modules/hookable": {
  2545. "version": "5.5.3",
  2546. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  2547. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  2548. "license": "MIT"
  2549. },
  2550. "node_modules/https-proxy-agent": {
  2551. "version": "5.0.1",
  2552. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  2553. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  2554. "license": "MIT",
  2555. "dependencies": {
  2556. "agent-base": "6",
  2557. "debug": "4"
  2558. },
  2559. "engines": {
  2560. "node": ">= 6"
  2561. }
  2562. },
  2563. "node_modules/immutable": {
  2564. "version": "5.1.5",
  2565. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.5.tgz",
  2566. "integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==",
  2567. "dev": true,
  2568. "license": "MIT"
  2569. },
  2570. "node_modules/is-extglob": {
  2571. "version": "2.1.1",
  2572. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  2573. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  2574. "dev": true,
  2575. "license": "MIT",
  2576. "optional": true,
  2577. "engines": {
  2578. "node": ">=0.10.0"
  2579. }
  2580. },
  2581. "node_modules/is-glob": {
  2582. "version": "4.0.3",
  2583. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  2584. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  2585. "dev": true,
  2586. "license": "MIT",
  2587. "optional": true,
  2588. "dependencies": {
  2589. "is-extglob": "^2.1.1"
  2590. },
  2591. "engines": {
  2592. "node": ">=0.10.0"
  2593. }
  2594. },
  2595. "node_modules/is-what": {
  2596. "version": "5.5.0",
  2597. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-5.5.0.tgz",
  2598. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  2599. "license": "MIT",
  2600. "engines": {
  2601. "node": ">=18"
  2602. },
  2603. "funding": {
  2604. "url": "https://github.com/sponsors/mesqueeb"
  2605. }
  2606. },
  2607. "node_modules/jsencrypt": {
  2608. "version": "3.5.4",
  2609. "resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.5.4.tgz",
  2610. "integrity": "sha512-kNjfYEMNASxrDGsmcSQh/rUTmcoRfSUkxnAz+MMywM8jtGu+fFEZ3nJjHM58zscVnwR0fYmG9sGkTDjqUdpiwA==",
  2611. "license": "MIT"
  2612. },
  2613. "node_modules/lodash": {
  2614. "version": "4.18.1",
  2615. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.18.1.tgz",
  2616. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  2617. "license": "MIT"
  2618. },
  2619. "node_modules/lodash-es": {
  2620. "version": "4.18.1",
  2621. "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz",
  2622. "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A=="
  2623. },
  2624. "node_modules/lodash-unified": {
  2625. "version": "1.0.3",
  2626. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  2627. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  2628. "license": "MIT",
  2629. "peerDependencies": {
  2630. "@types/lodash-es": "*",
  2631. "lodash": "*",
  2632. "lodash-es": "*"
  2633. }
  2634. },
  2635. "node_modules/magic-string": {
  2636. "version": "0.30.21",
  2637. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  2638. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  2639. "license": "MIT",
  2640. "dependencies": {
  2641. "@jridgewell/sourcemap-codec": "^1.5.5"
  2642. }
  2643. },
  2644. "node_modules/math-intrinsics": {
  2645. "version": "1.1.0",
  2646. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  2647. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  2648. "license": "MIT",
  2649. "engines": {
  2650. "node": ">= 0.4"
  2651. }
  2652. },
  2653. "node_modules/memoize-one": {
  2654. "version": "6.0.0",
  2655. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  2656. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  2657. "license": "MIT"
  2658. },
  2659. "node_modules/mime-db": {
  2660. "version": "1.52.0",
  2661. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  2662. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  2663. "license": "MIT",
  2664. "engines": {
  2665. "node": ">= 0.6"
  2666. }
  2667. },
  2668. "node_modules/mime-types": {
  2669. "version": "2.1.35",
  2670. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  2671. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  2672. "license": "MIT",
  2673. "dependencies": {
  2674. "mime-db": "1.52.0"
  2675. },
  2676. "engines": {
  2677. "node": ">= 0.6"
  2678. }
  2679. },
  2680. "node_modules/minimatch": {
  2681. "version": "9.0.9",
  2682. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.9.tgz",
  2683. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  2684. "dev": true,
  2685. "license": "ISC",
  2686. "dependencies": {
  2687. "brace-expansion": "^2.0.2"
  2688. },
  2689. "engines": {
  2690. "node": ">=16 || 14 >=14.17"
  2691. },
  2692. "funding": {
  2693. "url": "https://github.com/sponsors/isaacs"
  2694. }
  2695. },
  2696. "node_modules/mitt": {
  2697. "version": "3.0.1",
  2698. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  2699. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  2700. "license": "MIT"
  2701. },
  2702. "node_modules/ms": {
  2703. "version": "2.1.3",
  2704. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  2705. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  2706. "license": "MIT"
  2707. },
  2708. "node_modules/muggle-string": {
  2709. "version": "0.4.1",
  2710. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
  2711. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  2712. "dev": true,
  2713. "license": "MIT"
  2714. },
  2715. "node_modules/nanoid": {
  2716. "version": "3.3.12",
  2717. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.12.tgz",
  2718. "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
  2719. "funding": [
  2720. {
  2721. "type": "github",
  2722. "url": "https://github.com/sponsors/ai"
  2723. }
  2724. ],
  2725. "license": "MIT",
  2726. "bin": {
  2727. "nanoid": "bin/nanoid.cjs"
  2728. },
  2729. "engines": {
  2730. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2731. }
  2732. },
  2733. "node_modules/neo-async": {
  2734. "version": "2.6.2",
  2735. "resolved": "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz",
  2736. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
  2737. "dev": true,
  2738. "license": "MIT"
  2739. },
  2740. "node_modules/node-addon-api": {
  2741. "version": "7.1.1",
  2742. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  2743. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  2744. "dev": true,
  2745. "license": "MIT",
  2746. "optional": true
  2747. },
  2748. "node_modules/normalize-wheel-es": {
  2749. "version": "1.2.0",
  2750. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  2751. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  2752. "license": "BSD-3-Clause"
  2753. },
  2754. "node_modules/path-browserify": {
  2755. "version": "1.0.1",
  2756. "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
  2757. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  2758. "dev": true,
  2759. "license": "MIT"
  2760. },
  2761. "node_modules/perfect-debounce": {
  2762. "version": "1.0.0",
  2763. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  2764. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  2765. "license": "MIT"
  2766. },
  2767. "node_modules/picocolors": {
  2768. "version": "1.1.1",
  2769. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  2770. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2771. "license": "ISC"
  2772. },
  2773. "node_modules/picomatch": {
  2774. "version": "4.0.4",
  2775. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz",
  2776. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  2777. "dev": true,
  2778. "license": "MIT",
  2779. "engines": {
  2780. "node": ">=12"
  2781. },
  2782. "funding": {
  2783. "url": "https://github.com/sponsors/jonschlinkert"
  2784. }
  2785. },
  2786. "node_modules/pinia": {
  2787. "version": "3.0.4",
  2788. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.4.tgz",
  2789. "integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==",
  2790. "license": "MIT",
  2791. "dependencies": {
  2792. "@vue/devtools-api": "^7.7.7"
  2793. },
  2794. "funding": {
  2795. "url": "https://github.com/sponsors/posva"
  2796. },
  2797. "peerDependencies": {
  2798. "typescript": ">=4.5.0",
  2799. "vue": "^3.5.11"
  2800. },
  2801. "peerDependenciesMeta": {
  2802. "typescript": {
  2803. "optional": true
  2804. }
  2805. }
  2806. },
  2807. "node_modules/pinia/node_modules/@vue/devtools-api": {
  2808. "version": "7.7.9",
  2809. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
  2810. "integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
  2811. "license": "MIT",
  2812. "dependencies": {
  2813. "@vue/devtools-kit": "^7.7.9"
  2814. }
  2815. },
  2816. "node_modules/postcss": {
  2817. "version": "8.5.14",
  2818. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.14.tgz",
  2819. "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
  2820. "funding": [
  2821. {
  2822. "type": "opencollective",
  2823. "url": "https://opencollective.com/postcss/"
  2824. },
  2825. {
  2826. "type": "tidelift",
  2827. "url": "https://tidelift.com/funding/github/npm/postcss"
  2828. },
  2829. {
  2830. "type": "github",
  2831. "url": "https://github.com/sponsors/ai"
  2832. }
  2833. ],
  2834. "license": "MIT",
  2835. "dependencies": {
  2836. "nanoid": "^3.3.11",
  2837. "picocolors": "^1.1.1",
  2838. "source-map-js": "^1.2.1"
  2839. },
  2840. "engines": {
  2841. "node": "^10 || ^12 || >=14"
  2842. }
  2843. },
  2844. "node_modules/proxy-from-env": {
  2845. "version": "2.1.0",
  2846. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
  2847. "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
  2848. "license": "MIT",
  2849. "engines": {
  2850. "node": ">=10"
  2851. }
  2852. },
  2853. "node_modules/readdirp": {
  2854. "version": "4.1.2",
  2855. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  2856. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  2857. "dev": true,
  2858. "license": "MIT",
  2859. "engines": {
  2860. "node": ">= 14.18.0"
  2861. },
  2862. "funding": {
  2863. "type": "individual",
  2864. "url": "https://paulmillr.com/funding/"
  2865. }
  2866. },
  2867. "node_modules/rfdc": {
  2868. "version": "1.4.1",
  2869. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  2870. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  2871. "license": "MIT"
  2872. },
  2873. "node_modules/rollup": {
  2874. "version": "4.60.4",
  2875. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.60.4.tgz",
  2876. "integrity": "sha512-WHeFSbZYsPu3+bLoNRUuAO+wavNlocOPf3wSHTP7hcFKVnJeWsYlCDbr3mTS14FCizf9ccIxXA8sGL8zKeQN3g==",
  2877. "dev": true,
  2878. "license": "MIT",
  2879. "dependencies": {
  2880. "@types/estree": "1.0.8"
  2881. },
  2882. "bin": {
  2883. "rollup": "dist/bin/rollup"
  2884. },
  2885. "engines": {
  2886. "node": ">=18.0.0",
  2887. "npm": ">=8.0.0"
  2888. },
  2889. "optionalDependencies": {
  2890. "@rollup/rollup-android-arm-eabi": "4.60.4",
  2891. "@rollup/rollup-android-arm64": "4.60.4",
  2892. "@rollup/rollup-darwin-arm64": "4.60.4",
  2893. "@rollup/rollup-darwin-x64": "4.60.4",
  2894. "@rollup/rollup-freebsd-arm64": "4.60.4",
  2895. "@rollup/rollup-freebsd-x64": "4.60.4",
  2896. "@rollup/rollup-linux-arm-gnueabihf": "4.60.4",
  2897. "@rollup/rollup-linux-arm-musleabihf": "4.60.4",
  2898. "@rollup/rollup-linux-arm64-gnu": "4.60.4",
  2899. "@rollup/rollup-linux-arm64-musl": "4.60.4",
  2900. "@rollup/rollup-linux-loong64-gnu": "4.60.4",
  2901. "@rollup/rollup-linux-loong64-musl": "4.60.4",
  2902. "@rollup/rollup-linux-ppc64-gnu": "4.60.4",
  2903. "@rollup/rollup-linux-ppc64-musl": "4.60.4",
  2904. "@rollup/rollup-linux-riscv64-gnu": "4.60.4",
  2905. "@rollup/rollup-linux-riscv64-musl": "4.60.4",
  2906. "@rollup/rollup-linux-s390x-gnu": "4.60.4",
  2907. "@rollup/rollup-linux-x64-gnu": "4.60.4",
  2908. "@rollup/rollup-linux-x64-musl": "4.60.4",
  2909. "@rollup/rollup-openbsd-x64": "4.60.4",
  2910. "@rollup/rollup-openharmony-arm64": "4.60.4",
  2911. "@rollup/rollup-win32-arm64-msvc": "4.60.4",
  2912. "@rollup/rollup-win32-ia32-msvc": "4.60.4",
  2913. "@rollup/rollup-win32-x64-gnu": "4.60.4",
  2914. "@rollup/rollup-win32-x64-msvc": "4.60.4",
  2915. "fsevents": "~2.3.2"
  2916. }
  2917. },
  2918. "node_modules/sass": {
  2919. "version": "1.99.0",
  2920. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.99.0.tgz",
  2921. "integrity": "sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==",
  2922. "dev": true,
  2923. "license": "MIT",
  2924. "dependencies": {
  2925. "chokidar": "^4.0.0",
  2926. "immutable": "^5.1.5",
  2927. "source-map-js": ">=0.6.2 <2.0.0"
  2928. },
  2929. "bin": {
  2930. "sass": "sass.js"
  2931. },
  2932. "engines": {
  2933. "node": ">=14.0.0"
  2934. },
  2935. "optionalDependencies": {
  2936. "@parcel/watcher": "^2.4.1"
  2937. }
  2938. },
  2939. "node_modules/sass-loader": {
  2940. "version": "16.0.8",
  2941. "resolved": "https://registry.npmmirror.com/sass-loader/-/sass-loader-16.0.8.tgz",
  2942. "integrity": "sha512-hcov4ZwZJIGbEuyNr9EmiTmZueyrxSToE6GOzoZnq5JM7ecRO7ttyvilPn+VmRsqiP16+VYZzVnGZj/hzZgKBA==",
  2943. "dev": true,
  2944. "license": "MIT",
  2945. "dependencies": {
  2946. "neo-async": "^2.6.2"
  2947. },
  2948. "engines": {
  2949. "node": ">= 18.12.0"
  2950. },
  2951. "funding": {
  2952. "type": "opencollective",
  2953. "url": "https://opencollective.com/webpack"
  2954. },
  2955. "peerDependencies": {
  2956. "@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0",
  2957. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
  2958. "sass": "^1.3.0",
  2959. "sass-embedded": "*",
  2960. "webpack": "^5.0.0"
  2961. },
  2962. "peerDependenciesMeta": {
  2963. "@rspack/core": {
  2964. "optional": true
  2965. },
  2966. "node-sass": {
  2967. "optional": true
  2968. },
  2969. "sass": {
  2970. "optional": true
  2971. },
  2972. "sass-embedded": {
  2973. "optional": true
  2974. },
  2975. "webpack": {
  2976. "optional": true
  2977. }
  2978. }
  2979. },
  2980. "node_modules/source-map-js": {
  2981. "version": "1.2.1",
  2982. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  2983. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  2984. "license": "BSD-3-Clause",
  2985. "engines": {
  2986. "node": ">=0.10.0"
  2987. }
  2988. },
  2989. "node_modules/speakingurl": {
  2990. "version": "14.0.1",
  2991. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  2992. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  2993. "license": "BSD-3-Clause",
  2994. "engines": {
  2995. "node": ">=0.10.0"
  2996. }
  2997. },
  2998. "node_modules/superjson": {
  2999. "version": "2.2.6",
  3000. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.6.tgz",
  3001. "integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==",
  3002. "license": "MIT",
  3003. "dependencies": {
  3004. "copy-anything": "^4"
  3005. },
  3006. "engines": {
  3007. "node": ">=16"
  3008. }
  3009. },
  3010. "node_modules/tinyglobby": {
  3011. "version": "0.2.16",
  3012. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.16.tgz",
  3013. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  3014. "dev": true,
  3015. "license": "MIT",
  3016. "dependencies": {
  3017. "fdir": "^6.5.0",
  3018. "picomatch": "^4.0.4"
  3019. },
  3020. "engines": {
  3021. "node": ">=12.0.0"
  3022. },
  3023. "funding": {
  3024. "url": "https://github.com/sponsors/SuperchupuDev"
  3025. }
  3026. },
  3027. "node_modules/tslib": {
  3028. "version": "2.3.0",
  3029. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
  3030. "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
  3031. },
  3032. "node_modules/typescript": {
  3033. "version": "5.8.3",
  3034. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz",
  3035. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  3036. "devOptional": true,
  3037. "license": "Apache-2.0",
  3038. "bin": {
  3039. "tsc": "bin/tsc",
  3040. "tsserver": "bin/tsserver"
  3041. },
  3042. "engines": {
  3043. "node": ">=14.17"
  3044. }
  3045. },
  3046. "node_modules/undici-types": {
  3047. "version": "6.21.0",
  3048. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  3049. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  3050. "dev": true,
  3051. "license": "MIT"
  3052. },
  3053. "node_modules/vite": {
  3054. "version": "6.4.2",
  3055. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.4.2.tgz",
  3056. "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==",
  3057. "dev": true,
  3058. "license": "MIT",
  3059. "dependencies": {
  3060. "esbuild": "^0.25.0",
  3061. "fdir": "^6.4.4",
  3062. "picomatch": "^4.0.2",
  3063. "postcss": "^8.5.3",
  3064. "rollup": "^4.34.9",
  3065. "tinyglobby": "^0.2.13"
  3066. },
  3067. "bin": {
  3068. "vite": "bin/vite.js"
  3069. },
  3070. "engines": {
  3071. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  3072. },
  3073. "funding": {
  3074. "url": "https://github.com/vitejs/vite?sponsor=1"
  3075. },
  3076. "optionalDependencies": {
  3077. "fsevents": "~2.3.3"
  3078. },
  3079. "peerDependencies": {
  3080. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  3081. "jiti": ">=1.21.0",
  3082. "less": "*",
  3083. "lightningcss": "^1.21.0",
  3084. "sass": "*",
  3085. "sass-embedded": "*",
  3086. "stylus": "*",
  3087. "sugarss": "*",
  3088. "terser": "^5.16.0",
  3089. "tsx": "^4.8.1",
  3090. "yaml": "^2.4.2"
  3091. },
  3092. "peerDependenciesMeta": {
  3093. "@types/node": {
  3094. "optional": true
  3095. },
  3096. "jiti": {
  3097. "optional": true
  3098. },
  3099. "less": {
  3100. "optional": true
  3101. },
  3102. "lightningcss": {
  3103. "optional": true
  3104. },
  3105. "sass": {
  3106. "optional": true
  3107. },
  3108. "sass-embedded": {
  3109. "optional": true
  3110. },
  3111. "stylus": {
  3112. "optional": true
  3113. },
  3114. "sugarss": {
  3115. "optional": true
  3116. },
  3117. "terser": {
  3118. "optional": true
  3119. },
  3120. "tsx": {
  3121. "optional": true
  3122. },
  3123. "yaml": {
  3124. "optional": true
  3125. }
  3126. }
  3127. },
  3128. "node_modules/vscode-uri": {
  3129. "version": "3.1.0",
  3130. "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz",
  3131. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  3132. "dev": true,
  3133. "license": "MIT"
  3134. },
  3135. "node_modules/vue": {
  3136. "version": "3.5.34",
  3137. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.34.tgz",
  3138. "integrity": "sha512-WdLBG9gm02OgJIG9axd5Hpx0TFLdzVgfG2evFFu8Rur5O/IoGc5cMjnjh3tPL6GnRGsYvUhBSKVPYVcxRKpMCA==",
  3139. "license": "MIT",
  3140. "dependencies": {
  3141. "@vue/compiler-dom": "3.5.34",
  3142. "@vue/compiler-sfc": "3.5.34",
  3143. "@vue/runtime-dom": "3.5.34",
  3144. "@vue/server-renderer": "3.5.34",
  3145. "@vue/shared": "3.5.34"
  3146. },
  3147. "peerDependencies": {
  3148. "typescript": "*"
  3149. },
  3150. "peerDependenciesMeta": {
  3151. "typescript": {
  3152. "optional": true
  3153. }
  3154. }
  3155. },
  3156. "node_modules/vue-component-type-helpers": {
  3157. "version": "3.2.9",
  3158. "resolved": "https://registry.npmmirror.com/vue-component-type-helpers/-/vue-component-type-helpers-3.2.9.tgz",
  3159. "integrity": "sha512-S3BiWYaLSzHxTpln665ELSrMR9UYmrIDUmhik7nVZxmJjTKL2/a+ew1hvGxksKelivm0ujjWfG1fYOiU/2e8rA==",
  3160. "license": "MIT"
  3161. },
  3162. "node_modules/vue-router": {
  3163. "version": "4.6.4",
  3164. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.6.4.tgz",
  3165. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  3166. "license": "MIT",
  3167. "dependencies": {
  3168. "@vue/devtools-api": "^6.6.4"
  3169. },
  3170. "funding": {
  3171. "url": "https://github.com/sponsors/posva"
  3172. },
  3173. "peerDependencies": {
  3174. "vue": "^3.5.0"
  3175. }
  3176. },
  3177. "node_modules/vue-tsc": {
  3178. "version": "2.2.12",
  3179. "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-2.2.12.tgz",
  3180. "integrity": "sha512-P7OP77b2h/Pmk+lZdJ0YWs+5tJ6J2+uOQPo7tlBnY44QqQSPYvS0qVT4wqDJgwrZaLe47etJLLQRFia71GYITw==",
  3181. "dev": true,
  3182. "license": "MIT",
  3183. "dependencies": {
  3184. "@volar/typescript": "2.4.15",
  3185. "@vue/language-core": "2.2.12"
  3186. },
  3187. "bin": {
  3188. "vue-tsc": "bin/vue-tsc.js"
  3189. },
  3190. "peerDependencies": {
  3191. "typescript": ">=5.0.0"
  3192. }
  3193. },
  3194. "node_modules/vuex": {
  3195. "version": "4.1.0",
  3196. "resolved": "https://registry.npmmirror.com/vuex/-/vuex-4.1.0.tgz",
  3197. "integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==",
  3198. "license": "MIT",
  3199. "dependencies": {
  3200. "@vue/devtools-api": "^6.0.0-beta.11"
  3201. },
  3202. "peerDependencies": {
  3203. "vue": "^3.2.0"
  3204. }
  3205. },
  3206. "node_modules/zrender": {
  3207. "version": "6.1.0",
  3208. "resolved": "https://registry.npmjs.org/zrender/-/zrender-6.1.0.tgz",
  3209. "integrity": "sha512-oEGMDB6pOP2S6OwRR4PdVv610zrjnA3Bh+JnSG12fYJlBKjtNAoEb5fSUoCOOINlH96I2fU38/A2UpRKs67xYQ==",
  3210. "dependencies": {
  3211. "tslib": "2.3.0"
  3212. }
  3213. }
  3214. }
  3215. }