pnpm-lock.yaml 51 KB

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