pnpm-lock.yaml 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667
  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.5.10)
  11. axios:
  12. specifier: ^1.7.7
  13. version: 1.7.7
  14. element-plus:
  15. specifier: ^2.8.4
  16. version: 2.8.4(vue@3.5.10)
  17. js-cookie:
  18. specifier: ^3.0.5
  19. version: 3.0.5
  20. jsencrypt:
  21. specifier: ^3.3.2
  22. version: 3.3.2
  23. less:
  24. specifier: ^4.2.0
  25. version: 4.2.0
  26. path:
  27. specifier: ^0.12.7
  28. version: 0.12.7
  29. pinia:
  30. specifier: ^2.2.4
  31. version: 2.2.4(vue@3.5.10)
  32. process:
  33. specifier: ^0.11.10
  34. version: 0.11.10
  35. sass:
  36. specifier: ^1.79.4
  37. version: 1.79.4
  38. vant:
  39. specifier: ^4.9.7
  40. version: 4.9.7(vue@3.5.10)
  41. vue:
  42. specifier: ^3.4.37
  43. version: 3.5.10
  44. vue-router:
  45. specifier: ^4.4.5
  46. version: 4.4.5(vue@3.5.10)
  47. devDependencies:
  48. '@vitejs/plugin-vue':
  49. specifier: ^5.1.2
  50. version: 5.1.4(vite@5.4.8(less@4.2.0)(sass@1.79.4))(vue@3.5.10)
  51. unplugin-auto-import:
  52. specifier: ^0.18.3
  53. version: 0.18.3(@vueuse/core@9.13.0(vue@3.5.10))(rollup@4.22.5)
  54. unplugin-vue-components:
  55. specifier: ^0.27.4
  56. version: 0.27.4(@babel/parser@7.25.6)(rollup@4.22.5)(vue@3.5.10)
  57. vite:
  58. specifier: ^5.4.1
  59. version: 5.4.8(less@4.2.0)(sass@1.79.4)
  60. packages:
  61. '@antfu/utils@0.7.10':
  62. resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
  63. '@babel/helper-string-parser@7.24.8':
  64. resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
  65. engines: {node: '>=6.9.0'}
  66. '@babel/helper-validator-identifier@7.24.7':
  67. resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
  68. engines: {node: '>=6.9.0'}
  69. '@babel/parser@7.25.6':
  70. resolution: {integrity: sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==}
  71. engines: {node: '>=6.0.0'}
  72. hasBin: true
  73. '@babel/types@7.25.6':
  74. resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==}
  75. engines: {node: '>=6.9.0'}
  76. '@ctrl/tinycolor@3.6.1':
  77. resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
  78. engines: {node: '>=10'}
  79. '@element-plus/icons-vue@2.3.1':
  80. resolution: {integrity: sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==}
  81. peerDependencies:
  82. vue: ^3.2.0
  83. '@esbuild/aix-ppc64@0.21.5':
  84. resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
  85. engines: {node: '>=12'}
  86. cpu: [ppc64]
  87. os: [aix]
  88. '@esbuild/android-arm64@0.21.5':
  89. resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
  90. engines: {node: '>=12'}
  91. cpu: [arm64]
  92. os: [android]
  93. '@esbuild/android-arm@0.21.5':
  94. resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
  95. engines: {node: '>=12'}
  96. cpu: [arm]
  97. os: [android]
  98. '@esbuild/android-x64@0.21.5':
  99. resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
  100. engines: {node: '>=12'}
  101. cpu: [x64]
  102. os: [android]
  103. '@esbuild/darwin-arm64@0.21.5':
  104. resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
  105. engines: {node: '>=12'}
  106. cpu: [arm64]
  107. os: [darwin]
  108. '@esbuild/darwin-x64@0.21.5':
  109. resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
  110. engines: {node: '>=12'}
  111. cpu: [x64]
  112. os: [darwin]
  113. '@esbuild/freebsd-arm64@0.21.5':
  114. resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
  115. engines: {node: '>=12'}
  116. cpu: [arm64]
  117. os: [freebsd]
  118. '@esbuild/freebsd-x64@0.21.5':
  119. resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
  120. engines: {node: '>=12'}
  121. cpu: [x64]
  122. os: [freebsd]
  123. '@esbuild/linux-arm64@0.21.5':
  124. resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
  125. engines: {node: '>=12'}
  126. cpu: [arm64]
  127. os: [linux]
  128. '@esbuild/linux-arm@0.21.5':
  129. resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
  130. engines: {node: '>=12'}
  131. cpu: [arm]
  132. os: [linux]
  133. '@esbuild/linux-ia32@0.21.5':
  134. resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
  135. engines: {node: '>=12'}
  136. cpu: [ia32]
  137. os: [linux]
  138. '@esbuild/linux-loong64@0.21.5':
  139. resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
  140. engines: {node: '>=12'}
  141. cpu: [loong64]
  142. os: [linux]
  143. '@esbuild/linux-mips64el@0.21.5':
  144. resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
  145. engines: {node: '>=12'}
  146. cpu: [mips64el]
  147. os: [linux]
  148. '@esbuild/linux-ppc64@0.21.5':
  149. resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
  150. engines: {node: '>=12'}
  151. cpu: [ppc64]
  152. os: [linux]
  153. '@esbuild/linux-riscv64@0.21.5':
  154. resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
  155. engines: {node: '>=12'}
  156. cpu: [riscv64]
  157. os: [linux]
  158. '@esbuild/linux-s390x@0.21.5':
  159. resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
  160. engines: {node: '>=12'}
  161. cpu: [s390x]
  162. os: [linux]
  163. '@esbuild/linux-x64@0.21.5':
  164. resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
  165. engines: {node: '>=12'}
  166. cpu: [x64]
  167. os: [linux]
  168. '@esbuild/netbsd-x64@0.21.5':
  169. resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
  170. engines: {node: '>=12'}
  171. cpu: [x64]
  172. os: [netbsd]
  173. '@esbuild/openbsd-x64@0.21.5':
  174. resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
  175. engines: {node: '>=12'}
  176. cpu: [x64]
  177. os: [openbsd]
  178. '@esbuild/sunos-x64@0.21.5':
  179. resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
  180. engines: {node: '>=12'}
  181. cpu: [x64]
  182. os: [sunos]
  183. '@esbuild/win32-arm64@0.21.5':
  184. resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
  185. engines: {node: '>=12'}
  186. cpu: [arm64]
  187. os: [win32]
  188. '@esbuild/win32-ia32@0.21.5':
  189. resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
  190. engines: {node: '>=12'}
  191. cpu: [ia32]
  192. os: [win32]
  193. '@esbuild/win32-x64@0.21.5':
  194. resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
  195. engines: {node: '>=12'}
  196. cpu: [x64]
  197. os: [win32]
  198. '@floating-ui/core@1.6.8':
  199. resolution: {integrity: sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==}
  200. '@floating-ui/dom@1.6.11':
  201. resolution: {integrity: sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==}
  202. '@floating-ui/utils@0.2.8':
  203. resolution: {integrity: sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==}
  204. '@jridgewell/sourcemap-codec@1.5.0':
  205. resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
  206. '@nodelib/fs.scandir@2.1.5':
  207. resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
  208. engines: {node: '>= 8'}
  209. '@nodelib/fs.stat@2.0.5':
  210. resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
  211. engines: {node: '>= 8'}
  212. '@nodelib/fs.walk@1.2.8':
  213. resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
  214. engines: {node: '>= 8'}
  215. '@rollup/pluginutils@5.1.2':
  216. resolution: {integrity: sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==}
  217. engines: {node: '>=14.0.0'}
  218. peerDependencies:
  219. rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
  220. peerDependenciesMeta:
  221. rollup:
  222. optional: true
  223. '@rollup/rollup-android-arm-eabi@4.22.5':
  224. resolution: {integrity: sha512-SU5cvamg0Eyu/F+kLeMXS7GoahL+OoizlclVFX3l5Ql6yNlywJJ0OuqTzUx0v+aHhPHEB/56CT06GQrRrGNYww==}
  225. cpu: [arm]
  226. os: [android]
  227. '@rollup/rollup-android-arm64@4.22.5':
  228. resolution: {integrity: sha512-S4pit5BP6E5R5C8S6tgU/drvgjtYW76FBuG6+ibG3tMvlD1h9LHVF9KmlmaUBQ8Obou7hEyS+0w+IR/VtxwNMQ==}
  229. cpu: [arm64]
  230. os: [android]
  231. '@rollup/rollup-darwin-arm64@4.22.5':
  232. resolution: {integrity: sha512-250ZGg4ipTL0TGvLlfACkIxS9+KLtIbn7BCZjsZj88zSg2Lvu3Xdw6dhAhfe/FjjXPVNCtcSp+WZjVsD3a/Zlw==}
  233. cpu: [arm64]
  234. os: [darwin]
  235. '@rollup/rollup-darwin-x64@4.22.5':
  236. resolution: {integrity: sha512-D8brJEFg5D+QxFcW6jYANu+Rr9SlKtTenmsX5hOSzNYVrK5oLAEMTUgKWYJP+wdKyCdeSwnapLsn+OVRFycuQg==}
  237. cpu: [x64]
  238. os: [darwin]
  239. '@rollup/rollup-linux-arm-gnueabihf@4.22.5':
  240. resolution: {integrity: sha512-PNqXYmdNFyWNg0ma5LdY8wP+eQfdvyaBAojAXgO7/gs0Q/6TQJVXAXe8gwW9URjbS0YAammur0fynYGiWsKlXw==}
  241. cpu: [arm]
  242. os: [linux]
  243. libc: [glibc]
  244. '@rollup/rollup-linux-arm-musleabihf@4.22.5':
  245. resolution: {integrity: sha512-kSSCZOKz3HqlrEuwKd9TYv7vxPYD77vHSUvM2y0YaTGnFc8AdI5TTQRrM1yIp3tXCKrSL9A7JLoILjtad5t8pQ==}
  246. cpu: [arm]
  247. os: [linux]
  248. libc: [musl]
  249. '@rollup/rollup-linux-arm64-gnu@4.22.5':
  250. resolution: {integrity: sha512-oTXQeJHRbOnwRnRffb6bmqmUugz0glXaPyspp4gbQOPVApdpRrY/j7KP3lr7M8kTfQTyrBUzFjj5EuHAhqH4/w==}
  251. cpu: [arm64]
  252. os: [linux]
  253. libc: [glibc]
  254. '@rollup/rollup-linux-arm64-musl@4.22.5':
  255. resolution: {integrity: sha512-qnOTIIs6tIGFKCHdhYitgC2XQ2X25InIbZFor5wh+mALH84qnFHvc+vmWUpyX97B0hNvwNUL4B+MB8vJvH65Fw==}
  256. cpu: [arm64]
  257. os: [linux]
  258. libc: [musl]
  259. '@rollup/rollup-linux-powerpc64le-gnu@4.22.5':
  260. resolution: {integrity: sha512-TMYu+DUdNlgBXING13rHSfUc3Ky5nLPbWs4bFnT+R6Vu3OvXkTkixvvBKk8uO4MT5Ab6lC3U7x8S8El2q5o56w==}
  261. cpu: [ppc64]
  262. os: [linux]
  263. libc: [glibc]
  264. '@rollup/rollup-linux-riscv64-gnu@4.22.5':
  265. resolution: {integrity: sha512-PTQq1Kz22ZRvuhr3uURH+U/Q/a0pbxJoICGSprNLAoBEkyD3Sh9qP5I0Asn0y0wejXQBbsVMRZRxlbGFD9OK4A==}
  266. cpu: [riscv64]
  267. os: [linux]
  268. libc: [glibc]
  269. '@rollup/rollup-linux-s390x-gnu@4.22.5':
  270. resolution: {integrity: sha512-bR5nCojtpuMss6TDEmf/jnBnzlo+6n1UhgwqUvRoe4VIotC7FG1IKkyJbwsT7JDsF2jxR+NTnuOwiGv0hLyDoQ==}
  271. cpu: [s390x]
  272. os: [linux]
  273. libc: [glibc]
  274. '@rollup/rollup-linux-x64-gnu@4.22.5':
  275. resolution: {integrity: sha512-N0jPPhHjGShcB9/XXZQWuWBKZQnC1F36Ce3sDqWpujsGjDz/CQtOL9LgTrJ+rJC8MJeesMWrMWVLKKNR/tMOCA==}
  276. cpu: [x64]
  277. os: [linux]
  278. libc: [glibc]
  279. '@rollup/rollup-linux-x64-musl@4.22.5':
  280. resolution: {integrity: sha512-uBa2e28ohzNNwjr6Uxm4XyaA1M/8aTgfF2T7UIlElLaeXkgpmIJ2EitVNQxjO9xLLLy60YqAgKn/AqSpCUkE9g==}
  281. cpu: [x64]
  282. os: [linux]
  283. libc: [musl]
  284. '@rollup/rollup-win32-arm64-msvc@4.22.5':
  285. resolution: {integrity: sha512-RXT8S1HP8AFN/Kr3tg4fuYrNxZ/pZf1HemC5Tsddc6HzgGnJm0+Lh5rAHJkDuW3StI0ynNXukidROMXYl6ew8w==}
  286. cpu: [arm64]
  287. os: [win32]
  288. '@rollup/rollup-win32-ia32-msvc@4.22.5':
  289. resolution: {integrity: sha512-ElTYOh50InL8kzyUD6XsnPit7jYCKrphmddKAe1/Ytt74apOxDq5YEcbsiKs0fR3vff3jEneMM+3I7jbqaMyBg==}
  290. cpu: [ia32]
  291. os: [win32]
  292. '@rollup/rollup-win32-x64-msvc@4.22.5':
  293. resolution: {integrity: sha512-+lvL/4mQxSV8MukpkKyyvfwhH266COcWlXE/1qxwN08ajovta3459zrjLghYMgDerlzNwLAcFpvU+WWE5y6nAQ==}
  294. cpu: [x64]
  295. os: [win32]
  296. '@sxzz/popperjs-es@2.11.7':
  297. resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==}
  298. '@types/estree@1.0.6':
  299. resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
  300. '@types/lodash-es@4.17.12':
  301. resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
  302. '@types/lodash@4.17.10':
  303. resolution: {integrity: sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==}
  304. '@types/web-bluetooth@0.0.16':
  305. resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
  306. '@vant/popperjs@1.3.0':
  307. resolution: {integrity: sha512-hB+czUG+aHtjhaEmCJDuXOep0YTZjdlRR+4MSmIFnkCQIxJaXLQdSsR90XWvAI2yvKUI7TCGqR8pQg2RtvkMHw==}
  308. '@vant/use@1.6.0':
  309. resolution: {integrity: sha512-PHHxeAASgiOpSmMjceweIrv2AxDZIkWXyaczksMoWvKV2YAYEhoizRuk/xFnKF+emUIi46TsQ+rvlm/t2BBCfA==}
  310. peerDependencies:
  311. vue: ^3.0.0
  312. '@vitejs/plugin-vue@5.1.4':
  313. resolution: {integrity: sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==}
  314. engines: {node: ^18.0.0 || >=20.0.0}
  315. peerDependencies:
  316. vite: ^5.0.0
  317. vue: ^3.2.25
  318. '@vue/compiler-core@3.5.10':
  319. resolution: {integrity: sha512-iXWlk+Cg/ag7gLvY0SfVucU8Kh2CjysYZjhhP70w9qI4MvSox4frrP+vDGvtQuzIcgD8+sxM6lZvCtdxGunTAA==}
  320. '@vue/compiler-dom@3.5.10':
  321. resolution: {integrity: sha512-DyxHC6qPcktwYGKOIy3XqnHRrrXyWR2u91AjP+nLkADko380srsC2DC3s7Y1Rk6YfOlxOlvEQKa9XXmLI+W4ZA==}
  322. '@vue/compiler-sfc@3.5.10':
  323. resolution: {integrity: sha512-to8E1BgpakV7224ZCm8gz1ZRSyjNCAWEplwFMWKlzCdP9DkMKhRRwt0WkCjY7jkzi/Vz3xgbpeig5Pnbly4Tow==}
  324. '@vue/compiler-ssr@3.5.10':
  325. resolution: {integrity: sha512-hxP4Y3KImqdtyUKXDRSxKSRkSm1H9fCvhojEYrnaoWhE4w/y8vwWhnosJoPPe2AXm5sU7CSbYYAgkt2ZPhDz+A==}
  326. '@vue/devtools-api@6.6.4':
  327. resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
  328. '@vue/reactivity@3.5.10':
  329. resolution: {integrity: sha512-kW08v06F6xPSHhid9DJ9YjOGmwNDOsJJQk0ax21wKaUYzzuJGEuoKNU2Ujux8FLMrP7CFJJKsHhXN9l2WOVi2g==}
  330. '@vue/runtime-core@3.5.10':
  331. resolution: {integrity: sha512-9Q86I5Qq3swSkFfzrZ+iqEy7Vla325M7S7xc1NwKnRm/qoi1Dauz0rT6mTMmscqx4qz0EDJ1wjB+A36k7rl8mA==}
  332. '@vue/runtime-dom@3.5.10':
  333. resolution: {integrity: sha512-t3x7ht5qF8ZRi1H4fZqFzyY2j+GTMTDxRheT+i8M9Ph0oepUxoadmbwlFwMoW7RYCpNQLpP2Yx3feKs+fyBdpA==}
  334. '@vue/server-renderer@3.5.10':
  335. resolution: {integrity: sha512-IVE97tt2kGKwHNq9yVO0xdh1IvYfZCShvDSy46JIh5OQxP1/EXSpoDqetVmyIzL7CYOWnnmMkVqd7YK2QSWkdw==}
  336. peerDependencies:
  337. vue: 3.5.10
  338. '@vue/shared@3.5.10':
  339. resolution: {integrity: sha512-VkkBhU97Ki+XJ0xvl4C9YJsIZ2uIlQ7HqPpZOS3m9VCvmROPaChZU6DexdMJqvz9tbgG+4EtFVrSuailUq5KGQ==}
  340. '@vueuse/core@9.13.0':
  341. resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==}
  342. '@vueuse/metadata@9.13.0':
  343. resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==}
  344. '@vueuse/shared@9.13.0':
  345. resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==}
  346. acorn@8.12.1:
  347. resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
  348. engines: {node: '>=0.4.0'}
  349. hasBin: true
  350. anymatch@3.1.3:
  351. resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
  352. engines: {node: '>= 8'}
  353. async-validator@4.2.5:
  354. resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
  355. asynckit@0.4.0:
  356. resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
  357. axios@1.7.7:
  358. resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==}
  359. balanced-match@1.0.2:
  360. resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
  361. binary-extensions@2.3.0:
  362. resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
  363. engines: {node: '>=8'}
  364. brace-expansion@2.0.1:
  365. resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
  366. braces@3.0.3:
  367. resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
  368. engines: {node: '>=8'}
  369. chokidar@3.6.0:
  370. resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
  371. engines: {node: '>= 8.10.0'}
  372. chokidar@4.0.1:
  373. resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==}
  374. engines: {node: '>= 14.16.0'}
  375. combined-stream@1.0.8:
  376. resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
  377. engines: {node: '>= 0.8'}
  378. confbox@0.1.7:
  379. resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==}
  380. copy-anything@2.0.6:
  381. resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==}
  382. csstype@3.1.3:
  383. resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
  384. dayjs@1.11.13:
  385. resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
  386. debug@4.3.7:
  387. resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==}
  388. engines: {node: '>=6.0'}
  389. peerDependencies:
  390. supports-color: '*'
  391. peerDependenciesMeta:
  392. supports-color:
  393. optional: true
  394. delayed-stream@1.0.0:
  395. resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
  396. engines: {node: '>=0.4.0'}
  397. element-plus@2.8.4:
  398. resolution: {integrity: sha512-ZlVAdUOoJliv4kW3ntWnnSHMT+u/Os7mXJjk2xzOlqNeHaI2/ozlF+R58ZCEak8ZnDi6+5A2viWEYRsq64IuiA==}
  399. peerDependencies:
  400. vue: ^3.2.0
  401. entities@4.5.0:
  402. resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
  403. engines: {node: '>=0.12'}
  404. errno@0.1.8:
  405. resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==}
  406. hasBin: true
  407. esbuild@0.21.5:
  408. resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
  409. engines: {node: '>=12'}
  410. hasBin: true
  411. escape-html@1.0.3:
  412. resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
  413. escape-string-regexp@5.0.0:
  414. resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
  415. engines: {node: '>=12'}
  416. estree-walker@2.0.2:
  417. resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
  418. estree-walker@3.0.3:
  419. resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
  420. fast-glob@3.3.2:
  421. resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
  422. engines: {node: '>=8.6.0'}
  423. fastq@1.17.1:
  424. resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==}
  425. fill-range@7.1.1:
  426. resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
  427. engines: {node: '>=8'}
  428. follow-redirects@1.15.9:
  429. resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==}
  430. engines: {node: '>=4.0'}
  431. peerDependencies:
  432. debug: '*'
  433. peerDependenciesMeta:
  434. debug:
  435. optional: true
  436. form-data@4.0.0:
  437. resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==}
  438. engines: {node: '>= 6'}
  439. fsevents@2.3.3:
  440. resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
  441. engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
  442. os: [darwin]
  443. glob-parent@5.1.2:
  444. resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
  445. engines: {node: '>= 6'}
  446. graceful-fs@4.2.11:
  447. resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
  448. iconv-lite@0.6.3:
  449. resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
  450. engines: {node: '>=0.10.0'}
  451. image-size@0.5.5:
  452. resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==}
  453. engines: {node: '>=0.10.0'}
  454. hasBin: true
  455. immutable@4.3.7:
  456. resolution: {integrity: sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==}
  457. inherits@2.0.3:
  458. resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==}
  459. is-binary-path@2.1.0:
  460. resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
  461. engines: {node: '>=8'}
  462. is-extglob@2.1.1:
  463. resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
  464. engines: {node: '>=0.10.0'}
  465. is-glob@4.0.3:
  466. resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
  467. engines: {node: '>=0.10.0'}
  468. is-number@7.0.0:
  469. resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
  470. engines: {node: '>=0.12.0'}
  471. is-what@3.14.1:
  472. resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
  473. js-cookie@3.0.5:
  474. resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==}
  475. engines: {node: '>=14'}
  476. js-tokens@9.0.0:
  477. resolution: {integrity: sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==}
  478. jsencrypt@3.3.2:
  479. resolution: {integrity: sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==}
  480. less@4.2.0:
  481. resolution: {integrity: sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==}
  482. engines: {node: '>=6'}
  483. hasBin: true
  484. local-pkg@0.5.0:
  485. resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==}
  486. engines: {node: '>=14'}
  487. lodash-es@4.17.21:
  488. resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
  489. lodash-unified@1.0.3:
  490. resolution: {integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==}
  491. peerDependencies:
  492. '@types/lodash-es': '*'
  493. lodash: '*'
  494. lodash-es: '*'
  495. lodash@4.17.21:
  496. resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
  497. magic-string@0.30.11:
  498. resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==}
  499. make-dir@2.1.0:
  500. resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
  501. engines: {node: '>=6'}
  502. memoize-one@6.0.0:
  503. resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==}
  504. merge2@1.4.1:
  505. resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
  506. engines: {node: '>= 8'}
  507. micromatch@4.0.8:
  508. resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
  509. engines: {node: '>=8.6'}
  510. mime-db@1.52.0:
  511. resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
  512. engines: {node: '>= 0.6'}
  513. mime-types@2.1.35:
  514. resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
  515. engines: {node: '>= 0.6'}
  516. mime@1.6.0:
  517. resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==}
  518. engines: {node: '>=4'}
  519. hasBin: true
  520. minimatch@9.0.5:
  521. resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
  522. engines: {node: '>=16 || 14 >=14.17'}
  523. mlly@1.7.1:
  524. resolution: {integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==}
  525. ms@2.1.3:
  526. resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
  527. nanoid@3.3.7:
  528. resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
  529. engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
  530. hasBin: true
  531. needle@3.3.1:
  532. resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==}
  533. engines: {node: '>= 4.4.x'}
  534. hasBin: true
  535. normalize-path@3.0.0:
  536. resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
  537. engines: {node: '>=0.10.0'}
  538. normalize-wheel-es@1.2.0:
  539. resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==}
  540. parse-node-version@1.0.1:
  541. resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==}
  542. engines: {node: '>= 0.10'}
  543. path@0.12.7:
  544. resolution: {integrity: sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==}
  545. pathe@1.1.2:
  546. resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
  547. picocolors@1.1.0:
  548. resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==}
  549. picomatch@2.3.1:
  550. resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
  551. engines: {node: '>=8.6'}
  552. pify@4.0.1:
  553. resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
  554. engines: {node: '>=6'}
  555. pinia@2.2.4:
  556. resolution: {integrity: sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==}
  557. peerDependencies:
  558. '@vue/composition-api': ^1.4.0
  559. typescript: '>=4.4.4'
  560. vue: ^2.6.14 || ^3.3.0
  561. peerDependenciesMeta:
  562. '@vue/composition-api':
  563. optional: true
  564. typescript:
  565. optional: true
  566. pkg-types@1.2.0:
  567. resolution: {integrity: sha512-+ifYuSSqOQ8CqP4MbZA5hDpb97n3E8SVWdJe+Wms9kj745lmd3b7EZJiqvmLwAlmRfjrI7Hi5z3kdBJ93lFNPA==}
  568. postcss@8.4.47:
  569. resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==}
  570. engines: {node: ^10 || ^12 || >=14}
  571. process@0.11.10:
  572. resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==}
  573. engines: {node: '>= 0.6.0'}
  574. proxy-from-env@1.1.0:
  575. resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
  576. prr@1.0.1:
  577. resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
  578. queue-microtask@1.2.3:
  579. resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
  580. readdirp@3.6.0:
  581. resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
  582. engines: {node: '>=8.10.0'}
  583. readdirp@4.0.2:
  584. resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==}
  585. engines: {node: '>= 14.16.0'}
  586. reusify@1.0.4:
  587. resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
  588. engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
  589. rollup@4.22.5:
  590. resolution: {integrity: sha512-WoinX7GeQOFMGznEcWA1WrTQCd/tpEbMkc3nuMs9BT0CPjMdSjPMTVClwWd4pgSQwJdP65SK9mTCNvItlr5o7w==}
  591. engines: {node: '>=18.0.0', npm: '>=8.0.0'}
  592. hasBin: true
  593. run-parallel@1.2.0:
  594. resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
  595. safer-buffer@2.1.2:
  596. resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
  597. sass@1.79.4:
  598. resolution: {integrity: sha512-K0QDSNPXgyqO4GZq2HO5Q70TLxTH6cIT59RdoCHMivrC8rqzaTw5ab9prjz9KUN1El4FLXrBXJhik61JR4HcGg==}
  599. engines: {node: '>=14.0.0'}
  600. hasBin: true
  601. sax@1.4.1:
  602. resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
  603. scule@1.3.0:
  604. resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
  605. semver@5.7.2:
  606. resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
  607. hasBin: true
  608. source-map-js@1.2.1:
  609. resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
  610. engines: {node: '>=0.10.0'}
  611. source-map@0.6.1:
  612. resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
  613. engines: {node: '>=0.10.0'}
  614. strip-literal@2.1.0:
  615. resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==}
  616. to-fast-properties@2.0.0:
  617. resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
  618. engines: {node: '>=4'}
  619. to-regex-range@5.0.1:
  620. resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
  621. engines: {node: '>=8.0'}
  622. tslib@2.7.0:
  623. resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==}
  624. ufo@1.5.4:
  625. resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==}
  626. unimport@3.13.1:
  627. resolution: {integrity: sha512-nNrVzcs93yrZQOW77qnyOVHtb68LegvhYFwxFMfuuWScmwQmyVCG/NBuN8tYsaGzgQUVYv34E/af+Cc9u4og4A==}
  628. unplugin-auto-import@0.18.3:
  629. resolution: {integrity: sha512-q3FUtGQjYA2e+kb1WumyiQMjHM27MrTQ05QfVwtLRVhyYe+KF6TblBYaEX9L6Z0EibsqaXAiW+RFfkcQpfaXzg==}
  630. engines: {node: '>=14'}
  631. peerDependencies:
  632. '@nuxt/kit': ^3.2.2
  633. '@vueuse/core': '*'
  634. peerDependenciesMeta:
  635. '@nuxt/kit':
  636. optional: true
  637. '@vueuse/core':
  638. optional: true
  639. unplugin-vue-components@0.27.4:
  640. resolution: {integrity: sha512-1XVl5iXG7P1UrOMnaj2ogYa5YTq8aoh5jwDPQhemwO/OrXW+lPQKDXd1hMz15qxQPxgb/XXlbgo3HQ2rLEbmXQ==}
  641. engines: {node: '>=14'}
  642. peerDependencies:
  643. '@babel/parser': ^7.15.8
  644. '@nuxt/kit': ^3.2.2
  645. vue: 2 || 3
  646. peerDependenciesMeta:
  647. '@babel/parser':
  648. optional: true
  649. '@nuxt/kit':
  650. optional: true
  651. unplugin@1.14.1:
  652. resolution: {integrity: sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==}
  653. engines: {node: '>=14.0.0'}
  654. peerDependencies:
  655. webpack-sources: ^3
  656. peerDependenciesMeta:
  657. webpack-sources:
  658. optional: true
  659. util@0.10.4:
  660. resolution: {integrity: sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==}
  661. vant@4.9.7:
  662. resolution: {integrity: sha512-bFkjF6zZf8l6WxPwDn6vd2PZISpUhm4u3fBJStUh+BDll7yaAv610j56DDYoL3HM8tws9nanGN4WBbTrKToMrA==}
  663. peerDependencies:
  664. vue: ^3.0.0
  665. vite@5.4.8:
  666. resolution: {integrity: sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==}
  667. engines: {node: ^18.0.0 || >=20.0.0}
  668. hasBin: true
  669. peerDependencies:
  670. '@types/node': ^18.0.0 || >=20.0.0
  671. less: '*'
  672. lightningcss: ^1.21.0
  673. sass: '*'
  674. sass-embedded: '*'
  675. stylus: '*'
  676. sugarss: '*'
  677. terser: ^5.4.0
  678. peerDependenciesMeta:
  679. '@types/node':
  680. optional: true
  681. less:
  682. optional: true
  683. lightningcss:
  684. optional: true
  685. sass:
  686. optional: true
  687. sass-embedded:
  688. optional: true
  689. stylus:
  690. optional: true
  691. sugarss:
  692. optional: true
  693. terser:
  694. optional: true
  695. vue-demi@0.14.10:
  696. resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
  697. engines: {node: '>=12'}
  698. hasBin: true
  699. peerDependencies:
  700. '@vue/composition-api': ^1.0.0-rc.1
  701. vue: ^3.0.0-0 || ^2.6.0
  702. peerDependenciesMeta:
  703. '@vue/composition-api':
  704. optional: true
  705. vue-router@4.4.5:
  706. resolution: {integrity: sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==}
  707. peerDependencies:
  708. vue: ^3.2.0
  709. vue@3.5.10:
  710. resolution: {integrity: sha512-Vy2kmJwHPlouC/tSnIgXVg03SG+9wSqT1xu1Vehc+ChsXsRd7jLkKgMltVEFOzUdBr3uFwBCG+41LJtfAcBRng==}
  711. peerDependencies:
  712. typescript: '*'
  713. peerDependenciesMeta:
  714. typescript:
  715. optional: true
  716. webpack-virtual-modules@0.6.2:
  717. resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
  718. snapshots:
  719. '@antfu/utils@0.7.10': {}
  720. '@babel/helper-string-parser@7.24.8': {}
  721. '@babel/helper-validator-identifier@7.24.7': {}
  722. '@babel/parser@7.25.6':
  723. dependencies:
  724. '@babel/types': 7.25.6
  725. '@babel/types@7.25.6':
  726. dependencies:
  727. '@babel/helper-string-parser': 7.24.8
  728. '@babel/helper-validator-identifier': 7.24.7
  729. to-fast-properties: 2.0.0
  730. '@ctrl/tinycolor@3.6.1': {}
  731. '@element-plus/icons-vue@2.3.1(vue@3.5.10)':
  732. dependencies:
  733. vue: 3.5.10
  734. '@esbuild/aix-ppc64@0.21.5':
  735. optional: true
  736. '@esbuild/android-arm64@0.21.5':
  737. optional: true
  738. '@esbuild/android-arm@0.21.5':
  739. optional: true
  740. '@esbuild/android-x64@0.21.5':
  741. optional: true
  742. '@esbuild/darwin-arm64@0.21.5':
  743. optional: true
  744. '@esbuild/darwin-x64@0.21.5':
  745. optional: true
  746. '@esbuild/freebsd-arm64@0.21.5':
  747. optional: true
  748. '@esbuild/freebsd-x64@0.21.5':
  749. optional: true
  750. '@esbuild/linux-arm64@0.21.5':
  751. optional: true
  752. '@esbuild/linux-arm@0.21.5':
  753. optional: true
  754. '@esbuild/linux-ia32@0.21.5':
  755. optional: true
  756. '@esbuild/linux-loong64@0.21.5':
  757. optional: true
  758. '@esbuild/linux-mips64el@0.21.5':
  759. optional: true
  760. '@esbuild/linux-ppc64@0.21.5':
  761. optional: true
  762. '@esbuild/linux-riscv64@0.21.5':
  763. optional: true
  764. '@esbuild/linux-s390x@0.21.5':
  765. optional: true
  766. '@esbuild/linux-x64@0.21.5':
  767. optional: true
  768. '@esbuild/netbsd-x64@0.21.5':
  769. optional: true
  770. '@esbuild/openbsd-x64@0.21.5':
  771. optional: true
  772. '@esbuild/sunos-x64@0.21.5':
  773. optional: true
  774. '@esbuild/win32-arm64@0.21.5':
  775. optional: true
  776. '@esbuild/win32-ia32@0.21.5':
  777. optional: true
  778. '@esbuild/win32-x64@0.21.5':
  779. optional: true
  780. '@floating-ui/core@1.6.8':
  781. dependencies:
  782. '@floating-ui/utils': 0.2.8
  783. '@floating-ui/dom@1.6.11':
  784. dependencies:
  785. '@floating-ui/core': 1.6.8
  786. '@floating-ui/utils': 0.2.8
  787. '@floating-ui/utils@0.2.8': {}
  788. '@jridgewell/sourcemap-codec@1.5.0': {}
  789. '@nodelib/fs.scandir@2.1.5':
  790. dependencies:
  791. '@nodelib/fs.stat': 2.0.5
  792. run-parallel: 1.2.0
  793. '@nodelib/fs.stat@2.0.5': {}
  794. '@nodelib/fs.walk@1.2.8':
  795. dependencies:
  796. '@nodelib/fs.scandir': 2.1.5
  797. fastq: 1.17.1
  798. '@rollup/pluginutils@5.1.2(rollup@4.22.5)':
  799. dependencies:
  800. '@types/estree': 1.0.6
  801. estree-walker: 2.0.2
  802. picomatch: 2.3.1
  803. optionalDependencies:
  804. rollup: 4.22.5
  805. '@rollup/rollup-android-arm-eabi@4.22.5':
  806. optional: true
  807. '@rollup/rollup-android-arm64@4.22.5':
  808. optional: true
  809. '@rollup/rollup-darwin-arm64@4.22.5':
  810. optional: true
  811. '@rollup/rollup-darwin-x64@4.22.5':
  812. optional: true
  813. '@rollup/rollup-linux-arm-gnueabihf@4.22.5':
  814. optional: true
  815. '@rollup/rollup-linux-arm-musleabihf@4.22.5':
  816. optional: true
  817. '@rollup/rollup-linux-arm64-gnu@4.22.5':
  818. optional: true
  819. '@rollup/rollup-linux-arm64-musl@4.22.5':
  820. optional: true
  821. '@rollup/rollup-linux-powerpc64le-gnu@4.22.5':
  822. optional: true
  823. '@rollup/rollup-linux-riscv64-gnu@4.22.5':
  824. optional: true
  825. '@rollup/rollup-linux-s390x-gnu@4.22.5':
  826. optional: true
  827. '@rollup/rollup-linux-x64-gnu@4.22.5':
  828. optional: true
  829. '@rollup/rollup-linux-x64-musl@4.22.5':
  830. optional: true
  831. '@rollup/rollup-win32-arm64-msvc@4.22.5':
  832. optional: true
  833. '@rollup/rollup-win32-ia32-msvc@4.22.5':
  834. optional: true
  835. '@rollup/rollup-win32-x64-msvc@4.22.5':
  836. optional: true
  837. '@sxzz/popperjs-es@2.11.7': {}
  838. '@types/estree@1.0.6': {}
  839. '@types/lodash-es@4.17.12':
  840. dependencies:
  841. '@types/lodash': 4.17.10
  842. '@types/lodash@4.17.10': {}
  843. '@types/web-bluetooth@0.0.16': {}
  844. '@vant/popperjs@1.3.0': {}
  845. '@vant/use@1.6.0(vue@3.5.10)':
  846. dependencies:
  847. vue: 3.5.10
  848. '@vitejs/plugin-vue@5.1.4(vite@5.4.8(less@4.2.0)(sass@1.79.4))(vue@3.5.10)':
  849. dependencies:
  850. vite: 5.4.8(less@4.2.0)(sass@1.79.4)
  851. vue: 3.5.10
  852. '@vue/compiler-core@3.5.10':
  853. dependencies:
  854. '@babel/parser': 7.25.6
  855. '@vue/shared': 3.5.10
  856. entities: 4.5.0
  857. estree-walker: 2.0.2
  858. source-map-js: 1.2.1
  859. '@vue/compiler-dom@3.5.10':
  860. dependencies:
  861. '@vue/compiler-core': 3.5.10
  862. '@vue/shared': 3.5.10
  863. '@vue/compiler-sfc@3.5.10':
  864. dependencies:
  865. '@babel/parser': 7.25.6
  866. '@vue/compiler-core': 3.5.10
  867. '@vue/compiler-dom': 3.5.10
  868. '@vue/compiler-ssr': 3.5.10
  869. '@vue/shared': 3.5.10
  870. estree-walker: 2.0.2
  871. magic-string: 0.30.11
  872. postcss: 8.4.47
  873. source-map-js: 1.2.1
  874. '@vue/compiler-ssr@3.5.10':
  875. dependencies:
  876. '@vue/compiler-dom': 3.5.10
  877. '@vue/shared': 3.5.10
  878. '@vue/devtools-api@6.6.4': {}
  879. '@vue/reactivity@3.5.10':
  880. dependencies:
  881. '@vue/shared': 3.5.10
  882. '@vue/runtime-core@3.5.10':
  883. dependencies:
  884. '@vue/reactivity': 3.5.10
  885. '@vue/shared': 3.5.10
  886. '@vue/runtime-dom@3.5.10':
  887. dependencies:
  888. '@vue/reactivity': 3.5.10
  889. '@vue/runtime-core': 3.5.10
  890. '@vue/shared': 3.5.10
  891. csstype: 3.1.3
  892. '@vue/server-renderer@3.5.10(vue@3.5.10)':
  893. dependencies:
  894. '@vue/compiler-ssr': 3.5.10
  895. '@vue/shared': 3.5.10
  896. vue: 3.5.10
  897. '@vue/shared@3.5.10': {}
  898. '@vueuse/core@9.13.0(vue@3.5.10)':
  899. dependencies:
  900. '@types/web-bluetooth': 0.0.16
  901. '@vueuse/metadata': 9.13.0
  902. '@vueuse/shared': 9.13.0(vue@3.5.10)
  903. vue-demi: 0.14.10(vue@3.5.10)
  904. transitivePeerDependencies:
  905. - '@vue/composition-api'
  906. - vue
  907. '@vueuse/metadata@9.13.0': {}
  908. '@vueuse/shared@9.13.0(vue@3.5.10)':
  909. dependencies:
  910. vue-demi: 0.14.10(vue@3.5.10)
  911. transitivePeerDependencies:
  912. - '@vue/composition-api'
  913. - vue
  914. acorn@8.12.1: {}
  915. anymatch@3.1.3:
  916. dependencies:
  917. normalize-path: 3.0.0
  918. picomatch: 2.3.1
  919. async-validator@4.2.5: {}
  920. asynckit@0.4.0: {}
  921. axios@1.7.7:
  922. dependencies:
  923. follow-redirects: 1.15.9
  924. form-data: 4.0.0
  925. proxy-from-env: 1.1.0
  926. transitivePeerDependencies:
  927. - debug
  928. balanced-match@1.0.2: {}
  929. binary-extensions@2.3.0: {}
  930. brace-expansion@2.0.1:
  931. dependencies:
  932. balanced-match: 1.0.2
  933. braces@3.0.3:
  934. dependencies:
  935. fill-range: 7.1.1
  936. chokidar@3.6.0:
  937. dependencies:
  938. anymatch: 3.1.3
  939. braces: 3.0.3
  940. glob-parent: 5.1.2
  941. is-binary-path: 2.1.0
  942. is-glob: 4.0.3
  943. normalize-path: 3.0.0
  944. readdirp: 3.6.0
  945. optionalDependencies:
  946. fsevents: 2.3.3
  947. chokidar@4.0.1:
  948. dependencies:
  949. readdirp: 4.0.2
  950. combined-stream@1.0.8:
  951. dependencies:
  952. delayed-stream: 1.0.0
  953. confbox@0.1.7: {}
  954. copy-anything@2.0.6:
  955. dependencies:
  956. is-what: 3.14.1
  957. csstype@3.1.3: {}
  958. dayjs@1.11.13: {}
  959. debug@4.3.7:
  960. dependencies:
  961. ms: 2.1.3
  962. delayed-stream@1.0.0: {}
  963. element-plus@2.8.4(vue@3.5.10):
  964. dependencies:
  965. '@ctrl/tinycolor': 3.6.1
  966. '@element-plus/icons-vue': 2.3.1(vue@3.5.10)
  967. '@floating-ui/dom': 1.6.11
  968. '@popperjs/core': '@sxzz/popperjs-es@2.11.7'
  969. '@types/lodash': 4.17.10
  970. '@types/lodash-es': 4.17.12
  971. '@vueuse/core': 9.13.0(vue@3.5.10)
  972. async-validator: 4.2.5
  973. dayjs: 1.11.13
  974. escape-html: 1.0.3
  975. lodash: 4.17.21
  976. lodash-es: 4.17.21
  977. lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21)
  978. memoize-one: 6.0.0
  979. normalize-wheel-es: 1.2.0
  980. vue: 3.5.10
  981. transitivePeerDependencies:
  982. - '@vue/composition-api'
  983. entities@4.5.0: {}
  984. errno@0.1.8:
  985. dependencies:
  986. prr: 1.0.1
  987. optional: true
  988. esbuild@0.21.5:
  989. optionalDependencies:
  990. '@esbuild/aix-ppc64': 0.21.5
  991. '@esbuild/android-arm': 0.21.5
  992. '@esbuild/android-arm64': 0.21.5
  993. '@esbuild/android-x64': 0.21.5
  994. '@esbuild/darwin-arm64': 0.21.5
  995. '@esbuild/darwin-x64': 0.21.5
  996. '@esbuild/freebsd-arm64': 0.21.5
  997. '@esbuild/freebsd-x64': 0.21.5
  998. '@esbuild/linux-arm': 0.21.5
  999. '@esbuild/linux-arm64': 0.21.5
  1000. '@esbuild/linux-ia32': 0.21.5
  1001. '@esbuild/linux-loong64': 0.21.5
  1002. '@esbuild/linux-mips64el': 0.21.5
  1003. '@esbuild/linux-ppc64': 0.21.5
  1004. '@esbuild/linux-riscv64': 0.21.5
  1005. '@esbuild/linux-s390x': 0.21.5
  1006. '@esbuild/linux-x64': 0.21.5
  1007. '@esbuild/netbsd-x64': 0.21.5
  1008. '@esbuild/openbsd-x64': 0.21.5
  1009. '@esbuild/sunos-x64': 0.21.5
  1010. '@esbuild/win32-arm64': 0.21.5
  1011. '@esbuild/win32-ia32': 0.21.5
  1012. '@esbuild/win32-x64': 0.21.5
  1013. escape-html@1.0.3: {}
  1014. escape-string-regexp@5.0.0: {}
  1015. estree-walker@2.0.2: {}
  1016. estree-walker@3.0.3:
  1017. dependencies:
  1018. '@types/estree': 1.0.6
  1019. fast-glob@3.3.2:
  1020. dependencies:
  1021. '@nodelib/fs.stat': 2.0.5
  1022. '@nodelib/fs.walk': 1.2.8
  1023. glob-parent: 5.1.2
  1024. merge2: 1.4.1
  1025. micromatch: 4.0.8
  1026. fastq@1.17.1:
  1027. dependencies:
  1028. reusify: 1.0.4
  1029. fill-range@7.1.1:
  1030. dependencies:
  1031. to-regex-range: 5.0.1
  1032. follow-redirects@1.15.9: {}
  1033. form-data@4.0.0:
  1034. dependencies:
  1035. asynckit: 0.4.0
  1036. combined-stream: 1.0.8
  1037. mime-types: 2.1.35
  1038. fsevents@2.3.3:
  1039. optional: true
  1040. glob-parent@5.1.2:
  1041. dependencies:
  1042. is-glob: 4.0.3
  1043. graceful-fs@4.2.11:
  1044. optional: true
  1045. iconv-lite@0.6.3:
  1046. dependencies:
  1047. safer-buffer: 2.1.2
  1048. optional: true
  1049. image-size@0.5.5:
  1050. optional: true
  1051. immutable@4.3.7: {}
  1052. inherits@2.0.3: {}
  1053. is-binary-path@2.1.0:
  1054. dependencies:
  1055. binary-extensions: 2.3.0
  1056. is-extglob@2.1.1: {}
  1057. is-glob@4.0.3:
  1058. dependencies:
  1059. is-extglob: 2.1.1
  1060. is-number@7.0.0: {}
  1061. is-what@3.14.1: {}
  1062. js-cookie@3.0.5: {}
  1063. js-tokens@9.0.0: {}
  1064. jsencrypt@3.3.2: {}
  1065. less@4.2.0:
  1066. dependencies:
  1067. copy-anything: 2.0.6
  1068. parse-node-version: 1.0.1
  1069. tslib: 2.7.0
  1070. optionalDependencies:
  1071. errno: 0.1.8
  1072. graceful-fs: 4.2.11
  1073. image-size: 0.5.5
  1074. make-dir: 2.1.0
  1075. mime: 1.6.0
  1076. needle: 3.3.1
  1077. source-map: 0.6.1
  1078. local-pkg@0.5.0:
  1079. dependencies:
  1080. mlly: 1.7.1
  1081. pkg-types: 1.2.0
  1082. lodash-es@4.17.21: {}
  1083. lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21):
  1084. dependencies:
  1085. '@types/lodash-es': 4.17.12
  1086. lodash: 4.17.21
  1087. lodash-es: 4.17.21
  1088. lodash@4.17.21: {}
  1089. magic-string@0.30.11:
  1090. dependencies:
  1091. '@jridgewell/sourcemap-codec': 1.5.0
  1092. make-dir@2.1.0:
  1093. dependencies:
  1094. pify: 4.0.1
  1095. semver: 5.7.2
  1096. optional: true
  1097. memoize-one@6.0.0: {}
  1098. merge2@1.4.1: {}
  1099. micromatch@4.0.8:
  1100. dependencies:
  1101. braces: 3.0.3
  1102. picomatch: 2.3.1
  1103. mime-db@1.52.0: {}
  1104. mime-types@2.1.35:
  1105. dependencies:
  1106. mime-db: 1.52.0
  1107. mime@1.6.0:
  1108. optional: true
  1109. minimatch@9.0.5:
  1110. dependencies:
  1111. brace-expansion: 2.0.1
  1112. mlly@1.7.1:
  1113. dependencies:
  1114. acorn: 8.12.1
  1115. pathe: 1.1.2
  1116. pkg-types: 1.2.0
  1117. ufo: 1.5.4
  1118. ms@2.1.3: {}
  1119. nanoid@3.3.7: {}
  1120. needle@3.3.1:
  1121. dependencies:
  1122. iconv-lite: 0.6.3
  1123. sax: 1.4.1
  1124. optional: true
  1125. normalize-path@3.0.0: {}
  1126. normalize-wheel-es@1.2.0: {}
  1127. parse-node-version@1.0.1: {}
  1128. path@0.12.7:
  1129. dependencies:
  1130. process: 0.11.10
  1131. util: 0.10.4
  1132. pathe@1.1.2: {}
  1133. picocolors@1.1.0: {}
  1134. picomatch@2.3.1: {}
  1135. pify@4.0.1:
  1136. optional: true
  1137. pinia@2.2.4(vue@3.5.10):
  1138. dependencies:
  1139. '@vue/devtools-api': 6.6.4
  1140. vue: 3.5.10
  1141. vue-demi: 0.14.10(vue@3.5.10)
  1142. pkg-types@1.2.0:
  1143. dependencies:
  1144. confbox: 0.1.7
  1145. mlly: 1.7.1
  1146. pathe: 1.1.2
  1147. postcss@8.4.47:
  1148. dependencies:
  1149. nanoid: 3.3.7
  1150. picocolors: 1.1.0
  1151. source-map-js: 1.2.1
  1152. process@0.11.10: {}
  1153. proxy-from-env@1.1.0: {}
  1154. prr@1.0.1:
  1155. optional: true
  1156. queue-microtask@1.2.3: {}
  1157. readdirp@3.6.0:
  1158. dependencies:
  1159. picomatch: 2.3.1
  1160. readdirp@4.0.2: {}
  1161. reusify@1.0.4: {}
  1162. rollup@4.22.5:
  1163. dependencies:
  1164. '@types/estree': 1.0.6
  1165. optionalDependencies:
  1166. '@rollup/rollup-android-arm-eabi': 4.22.5
  1167. '@rollup/rollup-android-arm64': 4.22.5
  1168. '@rollup/rollup-darwin-arm64': 4.22.5
  1169. '@rollup/rollup-darwin-x64': 4.22.5
  1170. '@rollup/rollup-linux-arm-gnueabihf': 4.22.5
  1171. '@rollup/rollup-linux-arm-musleabihf': 4.22.5
  1172. '@rollup/rollup-linux-arm64-gnu': 4.22.5
  1173. '@rollup/rollup-linux-arm64-musl': 4.22.5
  1174. '@rollup/rollup-linux-powerpc64le-gnu': 4.22.5
  1175. '@rollup/rollup-linux-riscv64-gnu': 4.22.5
  1176. '@rollup/rollup-linux-s390x-gnu': 4.22.5
  1177. '@rollup/rollup-linux-x64-gnu': 4.22.5
  1178. '@rollup/rollup-linux-x64-musl': 4.22.5
  1179. '@rollup/rollup-win32-arm64-msvc': 4.22.5
  1180. '@rollup/rollup-win32-ia32-msvc': 4.22.5
  1181. '@rollup/rollup-win32-x64-msvc': 4.22.5
  1182. fsevents: 2.3.3
  1183. run-parallel@1.2.0:
  1184. dependencies:
  1185. queue-microtask: 1.2.3
  1186. safer-buffer@2.1.2:
  1187. optional: true
  1188. sass@1.79.4:
  1189. dependencies:
  1190. chokidar: 4.0.1
  1191. immutable: 4.3.7
  1192. source-map-js: 1.2.1
  1193. sax@1.4.1:
  1194. optional: true
  1195. scule@1.3.0: {}
  1196. semver@5.7.2:
  1197. optional: true
  1198. source-map-js@1.2.1: {}
  1199. source-map@0.6.1:
  1200. optional: true
  1201. strip-literal@2.1.0:
  1202. dependencies:
  1203. js-tokens: 9.0.0
  1204. to-fast-properties@2.0.0: {}
  1205. to-regex-range@5.0.1:
  1206. dependencies:
  1207. is-number: 7.0.0
  1208. tslib@2.7.0: {}
  1209. ufo@1.5.4: {}
  1210. unimport@3.13.1(rollup@4.22.5):
  1211. dependencies:
  1212. '@rollup/pluginutils': 5.1.2(rollup@4.22.5)
  1213. acorn: 8.12.1
  1214. escape-string-regexp: 5.0.0
  1215. estree-walker: 3.0.3
  1216. fast-glob: 3.3.2
  1217. local-pkg: 0.5.0
  1218. magic-string: 0.30.11
  1219. mlly: 1.7.1
  1220. pathe: 1.1.2
  1221. pkg-types: 1.2.0
  1222. scule: 1.3.0
  1223. strip-literal: 2.1.0
  1224. unplugin: 1.14.1
  1225. transitivePeerDependencies:
  1226. - rollup
  1227. - webpack-sources
  1228. unplugin-auto-import@0.18.3(@vueuse/core@9.13.0(vue@3.5.10))(rollup@4.22.5):
  1229. dependencies:
  1230. '@antfu/utils': 0.7.10
  1231. '@rollup/pluginutils': 5.1.2(rollup@4.22.5)
  1232. fast-glob: 3.3.2
  1233. local-pkg: 0.5.0
  1234. magic-string: 0.30.11
  1235. minimatch: 9.0.5
  1236. unimport: 3.13.1(rollup@4.22.5)
  1237. unplugin: 1.14.1
  1238. optionalDependencies:
  1239. '@vueuse/core': 9.13.0(vue@3.5.10)
  1240. transitivePeerDependencies:
  1241. - rollup
  1242. - webpack-sources
  1243. unplugin-vue-components@0.27.4(@babel/parser@7.25.6)(rollup@4.22.5)(vue@3.5.10):
  1244. dependencies:
  1245. '@antfu/utils': 0.7.10
  1246. '@rollup/pluginutils': 5.1.2(rollup@4.22.5)
  1247. chokidar: 3.6.0
  1248. debug: 4.3.7
  1249. fast-glob: 3.3.2
  1250. local-pkg: 0.5.0
  1251. magic-string: 0.30.11
  1252. minimatch: 9.0.5
  1253. mlly: 1.7.1
  1254. unplugin: 1.14.1
  1255. vue: 3.5.10
  1256. optionalDependencies:
  1257. '@babel/parser': 7.25.6
  1258. transitivePeerDependencies:
  1259. - rollup
  1260. - supports-color
  1261. - webpack-sources
  1262. unplugin@1.14.1:
  1263. dependencies:
  1264. acorn: 8.12.1
  1265. webpack-virtual-modules: 0.6.2
  1266. util@0.10.4:
  1267. dependencies:
  1268. inherits: 2.0.3
  1269. vant@4.9.7(vue@3.5.10):
  1270. dependencies:
  1271. '@vant/popperjs': 1.3.0
  1272. '@vant/use': 1.6.0(vue@3.5.10)
  1273. '@vue/shared': 3.5.10
  1274. vue: 3.5.10
  1275. vite@5.4.8(less@4.2.0)(sass@1.79.4):
  1276. dependencies:
  1277. esbuild: 0.21.5
  1278. postcss: 8.4.47
  1279. rollup: 4.22.5
  1280. optionalDependencies:
  1281. fsevents: 2.3.3
  1282. less: 4.2.0
  1283. sass: 1.79.4
  1284. vue-demi@0.14.10(vue@3.5.10):
  1285. dependencies:
  1286. vue: 3.5.10
  1287. vue-router@4.4.5(vue@3.5.10):
  1288. dependencies:
  1289. '@vue/devtools-api': 6.6.4
  1290. vue: 3.5.10
  1291. vue@3.5.10:
  1292. dependencies:
  1293. '@vue/compiler-dom': 3.5.10
  1294. '@vue/compiler-sfc': 3.5.10
  1295. '@vue/runtime-dom': 3.5.10
  1296. '@vue/server-renderer': 3.5.10(vue@3.5.10)
  1297. '@vue/shared': 3.5.10
  1298. webpack-virtual-modules@0.6.2: {}