pnpm-lock.yaml 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274
  1. lockfileVersion: '9.0'
  2. settings:
  3. autoInstallPeers: true
  4. excludeLinksFromLockfile: false
  5. importers:
  6. .:
  7. dependencies:
  8. '@element-plus/icons-vue':
  9. specifier: ^2.3.1
  10. version: 2.3.1(vue@3.4.27(typescript@5.4.5))
  11. axios:
  12. specifier: ^1.7.2
  13. version: 1.7.2
  14. element-plus:
  15. specifier: ^2.7.4
  16. version: 2.7.4(vue@3.4.27(typescript@5.4.5))
  17. js-sha256:
  18. specifier: ^0.11.0
  19. version: 0.11.0
  20. normalize.css:
  21. specifier: ^8.0.1
  22. version: 8.0.1
  23. pinia:
  24. specifier: ^2.1.7
  25. version: 2.1.7(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5))
  26. sass:
  27. specifier: ^1.77.4
  28. version: 1.77.4
  29. uuid:
  30. specifier: ^10.0.0
  31. version: 10.0.0
  32. vue:
  33. specifier: ^3.4.21
  34. version: 3.4.27(typescript@5.4.5)
  35. vue-router:
  36. specifier: ^4.3.2
  37. version: 4.3.2(vue@3.4.27(typescript@5.4.5))
  38. devDependencies:
  39. '@types/node':
  40. specifier: ^20.14.2
  41. version: 20.14.2
  42. '@types/uuid':
  43. specifier: ^10.0.0
  44. version: 10.0.0
  45. '@vitejs/plugin-vue':
  46. specifier: ^5.0.4
  47. version: 5.0.5(vite@5.2.12(@types/node@20.14.2)(sass@1.77.4))(vue@3.4.27(typescript@5.4.5))
  48. typescript:
  49. specifier: ^5.2.2
  50. version: 5.4.5
  51. vite:
  52. specifier: ^5.2.0
  53. version: 5.2.12(@types/node@20.14.2)(sass@1.77.4)
  54. vue-tsc:
  55. specifier: ^2.0.6
  56. version: 2.0.19(typescript@5.4.5)
  57. packages:
  58. '@babel/helper-string-parser@7.24.7':
  59. resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==}
  60. engines: {node: '>=6.9.0'}
  61. '@babel/helper-validator-identifier@7.24.7':
  62. resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
  63. engines: {node: '>=6.9.0'}
  64. '@babel/parser@7.24.7':
  65. resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==}
  66. engines: {node: '>=6.0.0'}
  67. hasBin: true
  68. '@babel/types@7.24.7':
  69. resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==}
  70. engines: {node: '>=6.9.0'}
  71. '@ctrl/tinycolor@3.6.1':
  72. resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
  73. engines: {node: '>=10'}
  74. '@element-plus/icons-vue@2.3.1':
  75. resolution: {integrity: sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==}
  76. peerDependencies:
  77. vue: ^3.2.0
  78. '@esbuild/aix-ppc64@0.20.2':
  79. resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==}
  80. engines: {node: '>=12'}
  81. cpu: [ppc64]
  82. os: [aix]
  83. '@esbuild/android-arm64@0.20.2':
  84. resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==}
  85. engines: {node: '>=12'}
  86. cpu: [arm64]
  87. os: [android]
  88. '@esbuild/android-arm@0.20.2':
  89. resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==}
  90. engines: {node: '>=12'}
  91. cpu: [arm]
  92. os: [android]
  93. '@esbuild/android-x64@0.20.2':
  94. resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==}
  95. engines: {node: '>=12'}
  96. cpu: [x64]
  97. os: [android]
  98. '@esbuild/darwin-arm64@0.20.2':
  99. resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==}
  100. engines: {node: '>=12'}
  101. cpu: [arm64]
  102. os: [darwin]
  103. '@esbuild/darwin-x64@0.20.2':
  104. resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==}
  105. engines: {node: '>=12'}
  106. cpu: [x64]
  107. os: [darwin]
  108. '@esbuild/freebsd-arm64@0.20.2':
  109. resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==}
  110. engines: {node: '>=12'}
  111. cpu: [arm64]
  112. os: [freebsd]
  113. '@esbuild/freebsd-x64@0.20.2':
  114. resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==}
  115. engines: {node: '>=12'}
  116. cpu: [x64]
  117. os: [freebsd]
  118. '@esbuild/linux-arm64@0.20.2':
  119. resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==}
  120. engines: {node: '>=12'}
  121. cpu: [arm64]
  122. os: [linux]
  123. '@esbuild/linux-arm@0.20.2':
  124. resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==}
  125. engines: {node: '>=12'}
  126. cpu: [arm]
  127. os: [linux]
  128. '@esbuild/linux-ia32@0.20.2':
  129. resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==}
  130. engines: {node: '>=12'}
  131. cpu: [ia32]
  132. os: [linux]
  133. '@esbuild/linux-loong64@0.20.2':
  134. resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==}
  135. engines: {node: '>=12'}
  136. cpu: [loong64]
  137. os: [linux]
  138. '@esbuild/linux-mips64el@0.20.2':
  139. resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==}
  140. engines: {node: '>=12'}
  141. cpu: [mips64el]
  142. os: [linux]
  143. '@esbuild/linux-ppc64@0.20.2':
  144. resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==}
  145. engines: {node: '>=12'}
  146. cpu: [ppc64]
  147. os: [linux]
  148. '@esbuild/linux-riscv64@0.20.2':
  149. resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==}
  150. engines: {node: '>=12'}
  151. cpu: [riscv64]
  152. os: [linux]
  153. '@esbuild/linux-s390x@0.20.2':
  154. resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==}
  155. engines: {node: '>=12'}
  156. cpu: [s390x]
  157. os: [linux]
  158. '@esbuild/linux-x64@0.20.2':
  159. resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==}
  160. engines: {node: '>=12'}
  161. cpu: [x64]
  162. os: [linux]
  163. '@esbuild/netbsd-x64@0.20.2':
  164. resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==}
  165. engines: {node: '>=12'}
  166. cpu: [x64]
  167. os: [netbsd]
  168. '@esbuild/openbsd-x64@0.20.2':
  169. resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==}
  170. engines: {node: '>=12'}
  171. cpu: [x64]
  172. os: [openbsd]
  173. '@esbuild/sunos-x64@0.20.2':
  174. resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==}
  175. engines: {node: '>=12'}
  176. cpu: [x64]
  177. os: [sunos]
  178. '@esbuild/win32-arm64@0.20.2':
  179. resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==}
  180. engines: {node: '>=12'}
  181. cpu: [arm64]
  182. os: [win32]
  183. '@esbuild/win32-ia32@0.20.2':
  184. resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==}
  185. engines: {node: '>=12'}
  186. cpu: [ia32]
  187. os: [win32]
  188. '@esbuild/win32-x64@0.20.2':
  189. resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==}
  190. engines: {node: '>=12'}
  191. cpu: [x64]
  192. os: [win32]
  193. '@floating-ui/core@1.6.2':
  194. resolution: {integrity: sha512-+2XpQV9LLZeanU4ZevzRnGFg2neDeKHgFLjP6YLW+tly0IvrhqT4u8enLGjLH3qeh85g19xY5rsAusfwTdn5lg==}
  195. '@floating-ui/dom@1.6.5':
  196. resolution: {integrity: sha512-Nsdud2X65Dz+1RHjAIP0t8z5e2ff/IRbei6BqFrl1urT8sDVzM1HMQ+R0XcU5ceRfyO3I6ayeqIfh+6Wb8LGTw==}
  197. '@floating-ui/utils@0.2.2':
  198. resolution: {integrity: sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==}
  199. '@jridgewell/sourcemap-codec@1.4.15':
  200. resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
  201. '@rollup/rollup-android-arm-eabi@4.18.0':
  202. resolution: {integrity: sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==}
  203. cpu: [arm]
  204. os: [android]
  205. '@rollup/rollup-android-arm64@4.18.0':
  206. resolution: {integrity: sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==}
  207. cpu: [arm64]
  208. os: [android]
  209. '@rollup/rollup-darwin-arm64@4.18.0':
  210. resolution: {integrity: sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==}
  211. cpu: [arm64]
  212. os: [darwin]
  213. '@rollup/rollup-darwin-x64@4.18.0':
  214. resolution: {integrity: sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==}
  215. cpu: [x64]
  216. os: [darwin]
  217. '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
  218. resolution: {integrity: sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==}
  219. cpu: [arm]
  220. os: [linux]
  221. '@rollup/rollup-linux-arm-musleabihf@4.18.0':
  222. resolution: {integrity: sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==}
  223. cpu: [arm]
  224. os: [linux]
  225. '@rollup/rollup-linux-arm64-gnu@4.18.0':
  226. resolution: {integrity: sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==}
  227. cpu: [arm64]
  228. os: [linux]
  229. '@rollup/rollup-linux-arm64-musl@4.18.0':
  230. resolution: {integrity: sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==}
  231. cpu: [arm64]
  232. os: [linux]
  233. '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
  234. resolution: {integrity: sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==}
  235. cpu: [ppc64]
  236. os: [linux]
  237. '@rollup/rollup-linux-riscv64-gnu@4.18.0':
  238. resolution: {integrity: sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==}
  239. cpu: [riscv64]
  240. os: [linux]
  241. '@rollup/rollup-linux-s390x-gnu@4.18.0':
  242. resolution: {integrity: sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==}
  243. cpu: [s390x]
  244. os: [linux]
  245. '@rollup/rollup-linux-x64-gnu@4.18.0':
  246. resolution: {integrity: sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==}
  247. cpu: [x64]
  248. os: [linux]
  249. '@rollup/rollup-linux-x64-musl@4.18.0':
  250. resolution: {integrity: sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==}
  251. cpu: [x64]
  252. os: [linux]
  253. '@rollup/rollup-win32-arm64-msvc@4.18.0':
  254. resolution: {integrity: sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==}
  255. cpu: [arm64]
  256. os: [win32]
  257. '@rollup/rollup-win32-ia32-msvc@4.18.0':
  258. resolution: {integrity: sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==}
  259. cpu: [ia32]
  260. os: [win32]
  261. '@rollup/rollup-win32-x64-msvc@4.18.0':
  262. resolution: {integrity: sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==}
  263. cpu: [x64]
  264. os: [win32]
  265. '@sxzz/popperjs-es@2.11.7':
  266. resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==}
  267. '@types/estree@1.0.5':
  268. resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
  269. '@types/lodash-es@4.17.12':
  270. resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
  271. '@types/lodash@4.17.4':
  272. resolution: {integrity: sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==}
  273. '@types/node@20.14.2':
  274. resolution: {integrity: sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==}
  275. '@types/uuid@10.0.0':
  276. resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==}
  277. '@types/web-bluetooth@0.0.16':
  278. resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
  279. '@vitejs/plugin-vue@5.0.5':
  280. resolution: {integrity: sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==}
  281. engines: {node: ^18.0.0 || >=20.0.0}
  282. peerDependencies:
  283. vite: ^5.0.0
  284. vue: ^3.2.25
  285. '@volar/language-core@2.2.5':
  286. resolution: {integrity: sha512-2htyAuxRrAgETmFeUhT4XLELk3LiEcqoW/B8YUXMF6BrGWLMwIR09MFaZYvrA2UhbdAeSyeQ726HaWSWkexUcQ==}
  287. '@volar/source-map@2.2.5':
  288. resolution: {integrity: sha512-wrOEIiZNf4E+PWB0AxyM4tfhkfldPsb3bxg8N6FHrxJH2ohar7aGu48e98bp3pR9HUA7P/pR9VrLmkTrgCCnWQ==}
  289. '@volar/typescript@2.2.5':
  290. resolution: {integrity: sha512-eSV/n75+ppfEVugMC/salZsI44nXDPAyL6+iTYCNLtiLHGJsnMv9GwiDMujrvAUj/aLQyqRJgYtXRoxop2clCw==}
  291. '@vue/compiler-core@3.4.27':
  292. resolution: {integrity: sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==}
  293. '@vue/compiler-dom@3.4.27':
  294. resolution: {integrity: sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==}
  295. '@vue/compiler-sfc@3.4.27':
  296. resolution: {integrity: sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==}
  297. '@vue/compiler-ssr@3.4.27':
  298. resolution: {integrity: sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==}
  299. '@vue/devtools-api@6.6.3':
  300. resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==}
  301. '@vue/language-core@2.0.19':
  302. resolution: {integrity: sha512-A9EGOnvb51jOvnCYoRLnMP+CcoPlbZVxI9gZXE/y2GksRWM6j/PrLEIC++pnosWTN08tFpJgxhSS//E9v/Sg+Q==}
  303. peerDependencies:
  304. typescript: '*'
  305. peerDependenciesMeta:
  306. typescript:
  307. optional: true
  308. '@vue/reactivity@3.4.27':
  309. resolution: {integrity: sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==}
  310. '@vue/runtime-core@3.4.27':
  311. resolution: {integrity: sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==}
  312. '@vue/runtime-dom@3.4.27':
  313. resolution: {integrity: sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==}
  314. '@vue/server-renderer@3.4.27':
  315. resolution: {integrity: sha512-dlAMEuvmeA3rJsOMJ2J1kXU7o7pOxgsNHVr9K8hB3ImIkSuBrIdy0vF66h8gf8Tuinf1TK3mPAz2+2sqyf3KzA==}
  316. peerDependencies:
  317. vue: 3.4.27
  318. '@vue/shared@3.4.27':
  319. resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==}
  320. '@vueuse/core@9.13.0':
  321. resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==}
  322. '@vueuse/metadata@9.13.0':
  323. resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==}
  324. '@vueuse/shared@9.13.0':
  325. resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==}
  326. anymatch@3.1.3:
  327. resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
  328. engines: {node: '>= 8'}
  329. async-validator@4.2.5:
  330. resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
  331. asynckit@0.4.0:
  332. resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
  333. axios@1.7.2:
  334. resolution: {integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==}
  335. balanced-match@1.0.2:
  336. resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
  337. binary-extensions@2.3.0:
  338. resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
  339. engines: {node: '>=8'}
  340. brace-expansion@2.0.1:
  341. resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
  342. braces@3.0.3:
  343. resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
  344. engines: {node: '>=8'}
  345. chokidar@3.6.0:
  346. resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
  347. engines: {node: '>= 8.10.0'}
  348. combined-stream@1.0.8:
  349. resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
  350. engines: {node: '>= 0.8'}
  351. computeds@0.0.1:
  352. resolution: {integrity: sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==}
  353. csstype@3.1.3:
  354. resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
  355. dayjs@1.11.11:
  356. resolution: {integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==}
  357. de-indent@1.0.2:
  358. resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==}
  359. delayed-stream@1.0.0:
  360. resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
  361. engines: {node: '>=0.4.0'}
  362. element-plus@2.7.4:
  363. resolution: {integrity: sha512-ADBN3zHdhg8R9m6IXR2B5txSWvCn1+nAD+aA9kaJ4rZHMr37DVX6EOdwUjqAMPKz2xC0tculgkJ5rh5zVNiDNQ==}
  364. peerDependencies:
  365. vue: ^3.2.0
  366. entities@4.5.0:
  367. resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
  368. engines: {node: '>=0.12'}
  369. esbuild@0.20.2:
  370. resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==}
  371. engines: {node: '>=12'}
  372. hasBin: true
  373. escape-html@1.0.3:
  374. resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
  375. estree-walker@2.0.2:
  376. resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
  377. fill-range@7.1.1:
  378. resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
  379. engines: {node: '>=8'}
  380. follow-redirects@1.15.6:
  381. resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==}
  382. engines: {node: '>=4.0'}
  383. peerDependencies:
  384. debug: '*'
  385. peerDependenciesMeta:
  386. debug:
  387. optional: true
  388. form-data@4.0.0:
  389. resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==}
  390. engines: {node: '>= 6'}
  391. fsevents@2.3.3:
  392. resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
  393. engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
  394. os: [darwin]
  395. glob-parent@5.1.2:
  396. resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
  397. engines: {node: '>= 6'}
  398. he@1.2.0:
  399. resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
  400. hasBin: true
  401. immutable@4.3.6:
  402. resolution: {integrity: sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==}
  403. is-binary-path@2.1.0:
  404. resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
  405. engines: {node: '>=8'}
  406. is-extglob@2.1.1:
  407. resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
  408. engines: {node: '>=0.10.0'}
  409. is-glob@4.0.3:
  410. resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
  411. engines: {node: '>=0.10.0'}
  412. is-number@7.0.0:
  413. resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
  414. engines: {node: '>=0.12.0'}
  415. js-sha256@0.11.0:
  416. resolution: {integrity: sha512-6xNlKayMZvds9h1Y1VWc0fQHQ82BxTXizWPEtEeGvmOUYpBRy4gbWroHLpzowe6xiQhHpelCQiE7HEdznyBL9Q==}
  417. lodash-es@4.17.21:
  418. resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
  419. lodash-unified@1.0.3:
  420. resolution: {integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==}
  421. peerDependencies:
  422. '@types/lodash-es': '*'
  423. lodash: '*'
  424. lodash-es: '*'
  425. lodash@4.17.21:
  426. resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
  427. magic-string@0.30.10:
  428. resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==}
  429. memoize-one@6.0.0:
  430. resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==}
  431. mime-db@1.52.0:
  432. resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
  433. engines: {node: '>= 0.6'}
  434. mime-types@2.1.35:
  435. resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
  436. engines: {node: '>= 0.6'}
  437. minimatch@9.0.4:
  438. resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==}
  439. engines: {node: '>=16 || 14 >=14.17'}
  440. muggle-string@0.4.1:
  441. resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==}
  442. nanoid@3.3.7:
  443. resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
  444. engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
  445. hasBin: true
  446. normalize-path@3.0.0:
  447. resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
  448. engines: {node: '>=0.10.0'}
  449. normalize-wheel-es@1.2.0:
  450. resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==}
  451. normalize.css@8.0.1:
  452. resolution: {integrity: sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==}
  453. path-browserify@1.0.1:
  454. resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
  455. picocolors@1.0.1:
  456. resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
  457. picomatch@2.3.1:
  458. resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
  459. engines: {node: '>=8.6'}
  460. pinia@2.1.7:
  461. resolution: {integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==}
  462. peerDependencies:
  463. '@vue/composition-api': ^1.4.0
  464. typescript: '>=4.4.4'
  465. vue: ^2.6.14 || ^3.3.0
  466. peerDependenciesMeta:
  467. '@vue/composition-api':
  468. optional: true
  469. typescript:
  470. optional: true
  471. postcss@8.4.38:
  472. resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==}
  473. engines: {node: ^10 || ^12 || >=14}
  474. proxy-from-env@1.1.0:
  475. resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
  476. readdirp@3.6.0:
  477. resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
  478. engines: {node: '>=8.10.0'}
  479. rollup@4.18.0:
  480. resolution: {integrity: sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==}
  481. engines: {node: '>=18.0.0', npm: '>=8.0.0'}
  482. hasBin: true
  483. sass@1.77.4:
  484. resolution: {integrity: sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==}
  485. engines: {node: '>=14.0.0'}
  486. hasBin: true
  487. semver@7.6.2:
  488. resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==}
  489. engines: {node: '>=10'}
  490. hasBin: true
  491. source-map-js@1.2.0:
  492. resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
  493. engines: {node: '>=0.10.0'}
  494. to-fast-properties@2.0.0:
  495. resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
  496. engines: {node: '>=4'}
  497. to-regex-range@5.0.1:
  498. resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
  499. engines: {node: '>=8.0'}
  500. typescript@5.4.5:
  501. resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
  502. engines: {node: '>=14.17'}
  503. hasBin: true
  504. undici-types@5.26.5:
  505. resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
  506. uuid@10.0.0:
  507. resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
  508. hasBin: true
  509. vite@5.2.12:
  510. resolution: {integrity: sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA==}
  511. engines: {node: ^18.0.0 || >=20.0.0}
  512. hasBin: true
  513. peerDependencies:
  514. '@types/node': ^18.0.0 || >=20.0.0
  515. less: '*'
  516. lightningcss: ^1.21.0
  517. sass: '*'
  518. stylus: '*'
  519. sugarss: '*'
  520. terser: ^5.4.0
  521. peerDependenciesMeta:
  522. '@types/node':
  523. optional: true
  524. less:
  525. optional: true
  526. lightningcss:
  527. optional: true
  528. sass:
  529. optional: true
  530. stylus:
  531. optional: true
  532. sugarss:
  533. optional: true
  534. terser:
  535. optional: true
  536. vue-demi@0.14.8:
  537. resolution: {integrity: sha512-Uuqnk9YE9SsWeReYqK2alDI5YzciATE0r2SkA6iMAtuXvNTMNACJLJEXNXaEy94ECuBe4Sk6RzRU80kjdbIo1Q==}
  538. engines: {node: '>=12'}
  539. hasBin: true
  540. peerDependencies:
  541. '@vue/composition-api': ^1.0.0-rc.1
  542. vue: ^3.0.0-0 || ^2.6.0
  543. peerDependenciesMeta:
  544. '@vue/composition-api':
  545. optional: true
  546. vue-router@4.3.2:
  547. resolution: {integrity: sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==}
  548. peerDependencies:
  549. vue: ^3.2.0
  550. vue-template-compiler@2.7.16:
  551. resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==}
  552. vue-tsc@2.0.19:
  553. resolution: {integrity: sha512-JWay5Zt2/871iodGF72cELIbcAoPyhJxq56mPPh+M2K7IwI688FMrFKc/+DvB05wDWEuCPexQJ6L10zSwzzapg==}
  554. hasBin: true
  555. peerDependencies:
  556. typescript: '*'
  557. vue@3.4.27:
  558. resolution: {integrity: sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==}
  559. peerDependencies:
  560. typescript: '*'
  561. peerDependenciesMeta:
  562. typescript:
  563. optional: true
  564. snapshots:
  565. '@babel/helper-string-parser@7.24.7': {}
  566. '@babel/helper-validator-identifier@7.24.7': {}
  567. '@babel/parser@7.24.7':
  568. dependencies:
  569. '@babel/types': 7.24.7
  570. '@babel/types@7.24.7':
  571. dependencies:
  572. '@babel/helper-string-parser': 7.24.7
  573. '@babel/helper-validator-identifier': 7.24.7
  574. to-fast-properties: 2.0.0
  575. '@ctrl/tinycolor@3.6.1': {}
  576. '@element-plus/icons-vue@2.3.1(vue@3.4.27(typescript@5.4.5))':
  577. dependencies:
  578. vue: 3.4.27(typescript@5.4.5)
  579. '@esbuild/aix-ppc64@0.20.2':
  580. optional: true
  581. '@esbuild/android-arm64@0.20.2':
  582. optional: true
  583. '@esbuild/android-arm@0.20.2':
  584. optional: true
  585. '@esbuild/android-x64@0.20.2':
  586. optional: true
  587. '@esbuild/darwin-arm64@0.20.2':
  588. optional: true
  589. '@esbuild/darwin-x64@0.20.2':
  590. optional: true
  591. '@esbuild/freebsd-arm64@0.20.2':
  592. optional: true
  593. '@esbuild/freebsd-x64@0.20.2':
  594. optional: true
  595. '@esbuild/linux-arm64@0.20.2':
  596. optional: true
  597. '@esbuild/linux-arm@0.20.2':
  598. optional: true
  599. '@esbuild/linux-ia32@0.20.2':
  600. optional: true
  601. '@esbuild/linux-loong64@0.20.2':
  602. optional: true
  603. '@esbuild/linux-mips64el@0.20.2':
  604. optional: true
  605. '@esbuild/linux-ppc64@0.20.2':
  606. optional: true
  607. '@esbuild/linux-riscv64@0.20.2':
  608. optional: true
  609. '@esbuild/linux-s390x@0.20.2':
  610. optional: true
  611. '@esbuild/linux-x64@0.20.2':
  612. optional: true
  613. '@esbuild/netbsd-x64@0.20.2':
  614. optional: true
  615. '@esbuild/openbsd-x64@0.20.2':
  616. optional: true
  617. '@esbuild/sunos-x64@0.20.2':
  618. optional: true
  619. '@esbuild/win32-arm64@0.20.2':
  620. optional: true
  621. '@esbuild/win32-ia32@0.20.2':
  622. optional: true
  623. '@esbuild/win32-x64@0.20.2':
  624. optional: true
  625. '@floating-ui/core@1.6.2':
  626. dependencies:
  627. '@floating-ui/utils': 0.2.2
  628. '@floating-ui/dom@1.6.5':
  629. dependencies:
  630. '@floating-ui/core': 1.6.2
  631. '@floating-ui/utils': 0.2.2
  632. '@floating-ui/utils@0.2.2': {}
  633. '@jridgewell/sourcemap-codec@1.4.15': {}
  634. '@rollup/rollup-android-arm-eabi@4.18.0':
  635. optional: true
  636. '@rollup/rollup-android-arm64@4.18.0':
  637. optional: true
  638. '@rollup/rollup-darwin-arm64@4.18.0':
  639. optional: true
  640. '@rollup/rollup-darwin-x64@4.18.0':
  641. optional: true
  642. '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
  643. optional: true
  644. '@rollup/rollup-linux-arm-musleabihf@4.18.0':
  645. optional: true
  646. '@rollup/rollup-linux-arm64-gnu@4.18.0':
  647. optional: true
  648. '@rollup/rollup-linux-arm64-musl@4.18.0':
  649. optional: true
  650. '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
  651. optional: true
  652. '@rollup/rollup-linux-riscv64-gnu@4.18.0':
  653. optional: true
  654. '@rollup/rollup-linux-s390x-gnu@4.18.0':
  655. optional: true
  656. '@rollup/rollup-linux-x64-gnu@4.18.0':
  657. optional: true
  658. '@rollup/rollup-linux-x64-musl@4.18.0':
  659. optional: true
  660. '@rollup/rollup-win32-arm64-msvc@4.18.0':
  661. optional: true
  662. '@rollup/rollup-win32-ia32-msvc@4.18.0':
  663. optional: true
  664. '@rollup/rollup-win32-x64-msvc@4.18.0':
  665. optional: true
  666. '@sxzz/popperjs-es@2.11.7': {}
  667. '@types/estree@1.0.5': {}
  668. '@types/lodash-es@4.17.12':
  669. dependencies:
  670. '@types/lodash': 4.17.4
  671. '@types/lodash@4.17.4': {}
  672. '@types/node@20.14.2':
  673. dependencies:
  674. undici-types: 5.26.5
  675. '@types/uuid@10.0.0': {}
  676. '@types/web-bluetooth@0.0.16': {}
  677. '@vitejs/plugin-vue@5.0.5(vite@5.2.12(@types/node@20.14.2)(sass@1.77.4))(vue@3.4.27(typescript@5.4.5))':
  678. dependencies:
  679. vite: 5.2.12(@types/node@20.14.2)(sass@1.77.4)
  680. vue: 3.4.27(typescript@5.4.5)
  681. '@volar/language-core@2.2.5':
  682. dependencies:
  683. '@volar/source-map': 2.2.5
  684. '@volar/source-map@2.2.5':
  685. dependencies:
  686. muggle-string: 0.4.1
  687. '@volar/typescript@2.2.5':
  688. dependencies:
  689. '@volar/language-core': 2.2.5
  690. path-browserify: 1.0.1
  691. '@vue/compiler-core@3.4.27':
  692. dependencies:
  693. '@babel/parser': 7.24.7
  694. '@vue/shared': 3.4.27
  695. entities: 4.5.0
  696. estree-walker: 2.0.2
  697. source-map-js: 1.2.0
  698. '@vue/compiler-dom@3.4.27':
  699. dependencies:
  700. '@vue/compiler-core': 3.4.27
  701. '@vue/shared': 3.4.27
  702. '@vue/compiler-sfc@3.4.27':
  703. dependencies:
  704. '@babel/parser': 7.24.7
  705. '@vue/compiler-core': 3.4.27
  706. '@vue/compiler-dom': 3.4.27
  707. '@vue/compiler-ssr': 3.4.27
  708. '@vue/shared': 3.4.27
  709. estree-walker: 2.0.2
  710. magic-string: 0.30.10
  711. postcss: 8.4.38
  712. source-map-js: 1.2.0
  713. '@vue/compiler-ssr@3.4.27':
  714. dependencies:
  715. '@vue/compiler-dom': 3.4.27
  716. '@vue/shared': 3.4.27
  717. '@vue/devtools-api@6.6.3': {}
  718. '@vue/language-core@2.0.19(typescript@5.4.5)':
  719. dependencies:
  720. '@volar/language-core': 2.2.5
  721. '@vue/compiler-dom': 3.4.27
  722. '@vue/shared': 3.4.27
  723. computeds: 0.0.1
  724. minimatch: 9.0.4
  725. path-browserify: 1.0.1
  726. vue-template-compiler: 2.7.16
  727. optionalDependencies:
  728. typescript: 5.4.5
  729. '@vue/reactivity@3.4.27':
  730. dependencies:
  731. '@vue/shared': 3.4.27
  732. '@vue/runtime-core@3.4.27':
  733. dependencies:
  734. '@vue/reactivity': 3.4.27
  735. '@vue/shared': 3.4.27
  736. '@vue/runtime-dom@3.4.27':
  737. dependencies:
  738. '@vue/runtime-core': 3.4.27
  739. '@vue/shared': 3.4.27
  740. csstype: 3.1.3
  741. '@vue/server-renderer@3.4.27(vue@3.4.27(typescript@5.4.5))':
  742. dependencies:
  743. '@vue/compiler-ssr': 3.4.27
  744. '@vue/shared': 3.4.27
  745. vue: 3.4.27(typescript@5.4.5)
  746. '@vue/shared@3.4.27': {}
  747. '@vueuse/core@9.13.0(vue@3.4.27(typescript@5.4.5))':
  748. dependencies:
  749. '@types/web-bluetooth': 0.0.16
  750. '@vueuse/metadata': 9.13.0
  751. '@vueuse/shared': 9.13.0(vue@3.4.27(typescript@5.4.5))
  752. vue-demi: 0.14.8(vue@3.4.27(typescript@5.4.5))
  753. transitivePeerDependencies:
  754. - '@vue/composition-api'
  755. - vue
  756. '@vueuse/metadata@9.13.0': {}
  757. '@vueuse/shared@9.13.0(vue@3.4.27(typescript@5.4.5))':
  758. dependencies:
  759. vue-demi: 0.14.8(vue@3.4.27(typescript@5.4.5))
  760. transitivePeerDependencies:
  761. - '@vue/composition-api'
  762. - vue
  763. anymatch@3.1.3:
  764. dependencies:
  765. normalize-path: 3.0.0
  766. picomatch: 2.3.1
  767. async-validator@4.2.5: {}
  768. asynckit@0.4.0: {}
  769. axios@1.7.2:
  770. dependencies:
  771. follow-redirects: 1.15.6
  772. form-data: 4.0.0
  773. proxy-from-env: 1.1.0
  774. transitivePeerDependencies:
  775. - debug
  776. balanced-match@1.0.2: {}
  777. binary-extensions@2.3.0: {}
  778. brace-expansion@2.0.1:
  779. dependencies:
  780. balanced-match: 1.0.2
  781. braces@3.0.3:
  782. dependencies:
  783. fill-range: 7.1.1
  784. chokidar@3.6.0:
  785. dependencies:
  786. anymatch: 3.1.3
  787. braces: 3.0.3
  788. glob-parent: 5.1.2
  789. is-binary-path: 2.1.0
  790. is-glob: 4.0.3
  791. normalize-path: 3.0.0
  792. readdirp: 3.6.0
  793. optionalDependencies:
  794. fsevents: 2.3.3
  795. combined-stream@1.0.8:
  796. dependencies:
  797. delayed-stream: 1.0.0
  798. computeds@0.0.1: {}
  799. csstype@3.1.3: {}
  800. dayjs@1.11.11: {}
  801. de-indent@1.0.2: {}
  802. delayed-stream@1.0.0: {}
  803. element-plus@2.7.4(vue@3.4.27(typescript@5.4.5)):
  804. dependencies:
  805. '@ctrl/tinycolor': 3.6.1
  806. '@element-plus/icons-vue': 2.3.1(vue@3.4.27(typescript@5.4.5))
  807. '@floating-ui/dom': 1.6.5
  808. '@popperjs/core': '@sxzz/popperjs-es@2.11.7'
  809. '@types/lodash': 4.17.4
  810. '@types/lodash-es': 4.17.12
  811. '@vueuse/core': 9.13.0(vue@3.4.27(typescript@5.4.5))
  812. async-validator: 4.2.5
  813. dayjs: 1.11.11
  814. escape-html: 1.0.3
  815. lodash: 4.17.21
  816. lodash-es: 4.17.21
  817. lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21)
  818. memoize-one: 6.0.0
  819. normalize-wheel-es: 1.2.0
  820. vue: 3.4.27(typescript@5.4.5)
  821. transitivePeerDependencies:
  822. - '@vue/composition-api'
  823. entities@4.5.0: {}
  824. esbuild@0.20.2:
  825. optionalDependencies:
  826. '@esbuild/aix-ppc64': 0.20.2
  827. '@esbuild/android-arm': 0.20.2
  828. '@esbuild/android-arm64': 0.20.2
  829. '@esbuild/android-x64': 0.20.2
  830. '@esbuild/darwin-arm64': 0.20.2
  831. '@esbuild/darwin-x64': 0.20.2
  832. '@esbuild/freebsd-arm64': 0.20.2
  833. '@esbuild/freebsd-x64': 0.20.2
  834. '@esbuild/linux-arm': 0.20.2
  835. '@esbuild/linux-arm64': 0.20.2
  836. '@esbuild/linux-ia32': 0.20.2
  837. '@esbuild/linux-loong64': 0.20.2
  838. '@esbuild/linux-mips64el': 0.20.2
  839. '@esbuild/linux-ppc64': 0.20.2
  840. '@esbuild/linux-riscv64': 0.20.2
  841. '@esbuild/linux-s390x': 0.20.2
  842. '@esbuild/linux-x64': 0.20.2
  843. '@esbuild/netbsd-x64': 0.20.2
  844. '@esbuild/openbsd-x64': 0.20.2
  845. '@esbuild/sunos-x64': 0.20.2
  846. '@esbuild/win32-arm64': 0.20.2
  847. '@esbuild/win32-ia32': 0.20.2
  848. '@esbuild/win32-x64': 0.20.2
  849. escape-html@1.0.3: {}
  850. estree-walker@2.0.2: {}
  851. fill-range@7.1.1:
  852. dependencies:
  853. to-regex-range: 5.0.1
  854. follow-redirects@1.15.6: {}
  855. form-data@4.0.0:
  856. dependencies:
  857. asynckit: 0.4.0
  858. combined-stream: 1.0.8
  859. mime-types: 2.1.35
  860. fsevents@2.3.3:
  861. optional: true
  862. glob-parent@5.1.2:
  863. dependencies:
  864. is-glob: 4.0.3
  865. he@1.2.0: {}
  866. immutable@4.3.6: {}
  867. is-binary-path@2.1.0:
  868. dependencies:
  869. binary-extensions: 2.3.0
  870. is-extglob@2.1.1: {}
  871. is-glob@4.0.3:
  872. dependencies:
  873. is-extglob: 2.1.1
  874. is-number@7.0.0: {}
  875. js-sha256@0.11.0: {}
  876. lodash-es@4.17.21: {}
  877. lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21):
  878. dependencies:
  879. '@types/lodash-es': 4.17.12
  880. lodash: 4.17.21
  881. lodash-es: 4.17.21
  882. lodash@4.17.21: {}
  883. magic-string@0.30.10:
  884. dependencies:
  885. '@jridgewell/sourcemap-codec': 1.4.15
  886. memoize-one@6.0.0: {}
  887. mime-db@1.52.0: {}
  888. mime-types@2.1.35:
  889. dependencies:
  890. mime-db: 1.52.0
  891. minimatch@9.0.4:
  892. dependencies:
  893. brace-expansion: 2.0.1
  894. muggle-string@0.4.1: {}
  895. nanoid@3.3.7: {}
  896. normalize-path@3.0.0: {}
  897. normalize-wheel-es@1.2.0: {}
  898. normalize.css@8.0.1: {}
  899. path-browserify@1.0.1: {}
  900. picocolors@1.0.1: {}
  901. picomatch@2.3.1: {}
  902. pinia@2.1.7(typescript@5.4.5)(vue@3.4.27(typescript@5.4.5)):
  903. dependencies:
  904. '@vue/devtools-api': 6.6.3
  905. vue: 3.4.27(typescript@5.4.5)
  906. vue-demi: 0.14.8(vue@3.4.27(typescript@5.4.5))
  907. optionalDependencies:
  908. typescript: 5.4.5
  909. postcss@8.4.38:
  910. dependencies:
  911. nanoid: 3.3.7
  912. picocolors: 1.0.1
  913. source-map-js: 1.2.0
  914. proxy-from-env@1.1.0: {}
  915. readdirp@3.6.0:
  916. dependencies:
  917. picomatch: 2.3.1
  918. rollup@4.18.0:
  919. dependencies:
  920. '@types/estree': 1.0.5
  921. optionalDependencies:
  922. '@rollup/rollup-android-arm-eabi': 4.18.0
  923. '@rollup/rollup-android-arm64': 4.18.0
  924. '@rollup/rollup-darwin-arm64': 4.18.0
  925. '@rollup/rollup-darwin-x64': 4.18.0
  926. '@rollup/rollup-linux-arm-gnueabihf': 4.18.0
  927. '@rollup/rollup-linux-arm-musleabihf': 4.18.0
  928. '@rollup/rollup-linux-arm64-gnu': 4.18.0
  929. '@rollup/rollup-linux-arm64-musl': 4.18.0
  930. '@rollup/rollup-linux-powerpc64le-gnu': 4.18.0
  931. '@rollup/rollup-linux-riscv64-gnu': 4.18.0
  932. '@rollup/rollup-linux-s390x-gnu': 4.18.0
  933. '@rollup/rollup-linux-x64-gnu': 4.18.0
  934. '@rollup/rollup-linux-x64-musl': 4.18.0
  935. '@rollup/rollup-win32-arm64-msvc': 4.18.0
  936. '@rollup/rollup-win32-ia32-msvc': 4.18.0
  937. '@rollup/rollup-win32-x64-msvc': 4.18.0
  938. fsevents: 2.3.3
  939. sass@1.77.4:
  940. dependencies:
  941. chokidar: 3.6.0
  942. immutable: 4.3.6
  943. source-map-js: 1.2.0
  944. semver@7.6.2: {}
  945. source-map-js@1.2.0: {}
  946. to-fast-properties@2.0.0: {}
  947. to-regex-range@5.0.1:
  948. dependencies:
  949. is-number: 7.0.0
  950. typescript@5.4.5: {}
  951. undici-types@5.26.5: {}
  952. uuid@10.0.0: {}
  953. vite@5.2.12(@types/node@20.14.2)(sass@1.77.4):
  954. dependencies:
  955. esbuild: 0.20.2
  956. postcss: 8.4.38
  957. rollup: 4.18.0
  958. optionalDependencies:
  959. '@types/node': 20.14.2
  960. fsevents: 2.3.3
  961. sass: 1.77.4
  962. vue-demi@0.14.8(vue@3.4.27(typescript@5.4.5)):
  963. dependencies:
  964. vue: 3.4.27(typescript@5.4.5)
  965. vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)):
  966. dependencies:
  967. '@vue/devtools-api': 6.6.3
  968. vue: 3.4.27(typescript@5.4.5)
  969. vue-template-compiler@2.7.16:
  970. dependencies:
  971. de-indent: 1.0.2
  972. he: 1.2.0
  973. vue-tsc@2.0.19(typescript@5.4.5):
  974. dependencies:
  975. '@volar/typescript': 2.2.5
  976. '@vue/language-core': 2.0.19(typescript@5.4.5)
  977. semver: 7.6.2
  978. typescript: 5.4.5
  979. vue@3.4.27(typescript@5.4.5):
  980. dependencies:
  981. '@vue/compiler-dom': 3.4.27
  982. '@vue/compiler-sfc': 3.4.27
  983. '@vue/runtime-dom': 3.4.27
  984. '@vue/server-renderer': 3.4.27(vue@3.4.27(typescript@5.4.5))
  985. '@vue/shared': 3.4.27
  986. optionalDependencies:
  987. typescript: 5.4.5