pnpm-lock.yaml 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308
  1. lockfileVersion: '9.0'
  2. settings:
  3. autoInstallPeers: true
  4. excludeLinksFromLockfile: false
  5. importers:
  6. .:
  7. dependencies:
  8. '@element-plus/icons-vue':
  9. specifier: ^2.3.1
  10. version: 2.3.1(vue@3.4.30(typescript@5.5.2))
  11. '@types/bootstrap':
  12. specifier: ^5.2.10
  13. version: 5.2.10
  14. '@types/jquery':
  15. specifier: ^3.5.30
  16. version: 3.5.30
  17. '@types/node':
  18. specifier: ^20.14.10
  19. version: 20.14.10
  20. '@types/vue-router':
  21. specifier: ^2.0.0
  22. version: 2.0.0(vue@3.4.30(typescript@5.5.2))
  23. amfe-flexible:
  24. specifier: ^2.2.1
  25. version: 2.2.1
  26. bootstrap:
  27. specifier: ^5.3.3
  28. version: 5.3.3(@popperjs/core@2.11.8)
  29. element-plus:
  30. specifier: ^2.7.6
  31. version: 2.7.6(vue@3.4.30(typescript@5.5.2))
  32. jquery:
  33. specifier: ^3.7.1
  34. version: 3.7.1
  35. popper.js:
  36. specifier: ^1.16.1
  37. version: 1.16.1
  38. vue:
  39. specifier: ^3.4.29
  40. version: 3.4.30(typescript@5.5.2)
  41. vue-router:
  42. specifier: ^4.4.0
  43. version: 4.4.0(vue@3.4.30(typescript@5.5.2))
  44. devDependencies:
  45. '@vitejs/plugin-vue':
  46. specifier: ^5.0.5
  47. version: 5.0.5(vite@5.3.1(@types/node@20.14.10))(vue@3.4.30(typescript@5.5.2))
  48. autoprefixer:
  49. specifier: ^10.4.19
  50. version: 10.4.19(postcss@8.4.38)
  51. postcss-import:
  52. specifier: ^16.1.0
  53. version: 16.1.0(postcss@8.4.38)
  54. postcss-nested:
  55. specifier: ^6.2.0
  56. version: 6.2.0(postcss@8.4.38)
  57. postcss-pxtorem:
  58. specifier: ^6.1.0
  59. version: 6.1.0(postcss@8.4.38)
  60. typescript:
  61. specifier: ^5.2.2
  62. version: 5.5.2
  63. vite:
  64. specifier: ^5.3.1
  65. version: 5.3.1(@types/node@20.14.10)
  66. vue-tsc:
  67. specifier: ^2.0.21
  68. version: 2.0.22(typescript@5.5.2)
  69. packages:
  70. '@babel/helper-string-parser@7.24.7':
  71. resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==}
  72. engines: {node: '>=6.9.0'}
  73. '@babel/helper-validator-identifier@7.24.7':
  74. resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
  75. engines: {node: '>=6.9.0'}
  76. '@babel/parser@7.24.7':
  77. resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==}
  78. engines: {node: '>=6.0.0'}
  79. hasBin: true
  80. '@babel/types@7.24.7':
  81. resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==}
  82. engines: {node: '>=6.9.0'}
  83. '@ctrl/tinycolor@3.6.1':
  84. resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
  85. engines: {node: '>=10'}
  86. '@element-plus/icons-vue@2.3.1':
  87. resolution: {integrity: sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==}
  88. peerDependencies:
  89. vue: ^3.2.0
  90. '@esbuild/aix-ppc64@0.21.5':
  91. resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
  92. engines: {node: '>=12'}
  93. cpu: [ppc64]
  94. os: [aix]
  95. '@esbuild/android-arm64@0.21.5':
  96. resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
  97. engines: {node: '>=12'}
  98. cpu: [arm64]
  99. os: [android]
  100. '@esbuild/android-arm@0.21.5':
  101. resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
  102. engines: {node: '>=12'}
  103. cpu: [arm]
  104. os: [android]
  105. '@esbuild/android-x64@0.21.5':
  106. resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
  107. engines: {node: '>=12'}
  108. cpu: [x64]
  109. os: [android]
  110. '@esbuild/darwin-arm64@0.21.5':
  111. resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
  112. engines: {node: '>=12'}
  113. cpu: [arm64]
  114. os: [darwin]
  115. '@esbuild/darwin-x64@0.21.5':
  116. resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
  117. engines: {node: '>=12'}
  118. cpu: [x64]
  119. os: [darwin]
  120. '@esbuild/freebsd-arm64@0.21.5':
  121. resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
  122. engines: {node: '>=12'}
  123. cpu: [arm64]
  124. os: [freebsd]
  125. '@esbuild/freebsd-x64@0.21.5':
  126. resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
  127. engines: {node: '>=12'}
  128. cpu: [x64]
  129. os: [freebsd]
  130. '@esbuild/linux-arm64@0.21.5':
  131. resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
  132. engines: {node: '>=12'}
  133. cpu: [arm64]
  134. os: [linux]
  135. '@esbuild/linux-arm@0.21.5':
  136. resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
  137. engines: {node: '>=12'}
  138. cpu: [arm]
  139. os: [linux]
  140. '@esbuild/linux-ia32@0.21.5':
  141. resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
  142. engines: {node: '>=12'}
  143. cpu: [ia32]
  144. os: [linux]
  145. '@esbuild/linux-loong64@0.21.5':
  146. resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
  147. engines: {node: '>=12'}
  148. cpu: [loong64]
  149. os: [linux]
  150. '@esbuild/linux-mips64el@0.21.5':
  151. resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
  152. engines: {node: '>=12'}
  153. cpu: [mips64el]
  154. os: [linux]
  155. '@esbuild/linux-ppc64@0.21.5':
  156. resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
  157. engines: {node: '>=12'}
  158. cpu: [ppc64]
  159. os: [linux]
  160. '@esbuild/linux-riscv64@0.21.5':
  161. resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
  162. engines: {node: '>=12'}
  163. cpu: [riscv64]
  164. os: [linux]
  165. '@esbuild/linux-s390x@0.21.5':
  166. resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
  167. engines: {node: '>=12'}
  168. cpu: [s390x]
  169. os: [linux]
  170. '@esbuild/linux-x64@0.21.5':
  171. resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
  172. engines: {node: '>=12'}
  173. cpu: [x64]
  174. os: [linux]
  175. '@esbuild/netbsd-x64@0.21.5':
  176. resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
  177. engines: {node: '>=12'}
  178. cpu: [x64]
  179. os: [netbsd]
  180. '@esbuild/openbsd-x64@0.21.5':
  181. resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
  182. engines: {node: '>=12'}
  183. cpu: [x64]
  184. os: [openbsd]
  185. '@esbuild/sunos-x64@0.21.5':
  186. resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
  187. engines: {node: '>=12'}
  188. cpu: [x64]
  189. os: [sunos]
  190. '@esbuild/win32-arm64@0.21.5':
  191. resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
  192. engines: {node: '>=12'}
  193. cpu: [arm64]
  194. os: [win32]
  195. '@esbuild/win32-ia32@0.21.5':
  196. resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
  197. engines: {node: '>=12'}
  198. cpu: [ia32]
  199. os: [win32]
  200. '@esbuild/win32-x64@0.21.5':
  201. resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
  202. engines: {node: '>=12'}
  203. cpu: [x64]
  204. os: [win32]
  205. '@floating-ui/core@1.6.3':
  206. resolution: {integrity: sha512-1ZpCvYf788/ZXOhRQGFxnYQOVgeU+pi0i+d0Ow34La7qjIXETi6RNswGVKkA6KcDO8/+Ysu2E/CeUmmeEBDvTg==}
  207. '@floating-ui/dom@1.6.6':
  208. resolution: {integrity: sha512-qiTYajAnh3P+38kECeffMSQgbvXty2VB6rS+42iWR4FPIlZjLK84E9qtLnMTLIpPz2znD/TaFqaiavMUrS+Hcw==}
  209. '@floating-ui/utils@0.2.3':
  210. resolution: {integrity: sha512-XGndio0l5/Gvd6CLIABvsav9HHezgDFFhDfHk1bvLfr9ni8dojqLSvBbotJEjmIwNHL7vK4QzBJTdBRoB+c1ww==}
  211. '@jridgewell/sourcemap-codec@1.4.15':
  212. resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
  213. '@popperjs/core@2.11.8':
  214. resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==}
  215. '@rollup/rollup-android-arm-eabi@4.18.0':
  216. resolution: {integrity: sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==}
  217. cpu: [arm]
  218. os: [android]
  219. '@rollup/rollup-android-arm64@4.18.0':
  220. resolution: {integrity: sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==}
  221. cpu: [arm64]
  222. os: [android]
  223. '@rollup/rollup-darwin-arm64@4.18.0':
  224. resolution: {integrity: sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==}
  225. cpu: [arm64]
  226. os: [darwin]
  227. '@rollup/rollup-darwin-x64@4.18.0':
  228. resolution: {integrity: sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==}
  229. cpu: [x64]
  230. os: [darwin]
  231. '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
  232. resolution: {integrity: sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==}
  233. cpu: [arm]
  234. os: [linux]
  235. libc: [glibc]
  236. '@rollup/rollup-linux-arm-musleabihf@4.18.0':
  237. resolution: {integrity: sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==}
  238. cpu: [arm]
  239. os: [linux]
  240. libc: [musl]
  241. '@rollup/rollup-linux-arm64-gnu@4.18.0':
  242. resolution: {integrity: sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==}
  243. cpu: [arm64]
  244. os: [linux]
  245. libc: [glibc]
  246. '@rollup/rollup-linux-arm64-musl@4.18.0':
  247. resolution: {integrity: sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==}
  248. cpu: [arm64]
  249. os: [linux]
  250. libc: [musl]
  251. '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
  252. resolution: {integrity: sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==}
  253. cpu: [ppc64]
  254. os: [linux]
  255. libc: [glibc]
  256. '@rollup/rollup-linux-riscv64-gnu@4.18.0':
  257. resolution: {integrity: sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==}
  258. cpu: [riscv64]
  259. os: [linux]
  260. libc: [glibc]
  261. '@rollup/rollup-linux-s390x-gnu@4.18.0':
  262. resolution: {integrity: sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==}
  263. cpu: [s390x]
  264. os: [linux]
  265. libc: [glibc]
  266. '@rollup/rollup-linux-x64-gnu@4.18.0':
  267. resolution: {integrity: sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==}
  268. cpu: [x64]
  269. os: [linux]
  270. libc: [glibc]
  271. '@rollup/rollup-linux-x64-musl@4.18.0':
  272. resolution: {integrity: sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==}
  273. cpu: [x64]
  274. os: [linux]
  275. libc: [musl]
  276. '@rollup/rollup-win32-arm64-msvc@4.18.0':
  277. resolution: {integrity: sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==}
  278. cpu: [arm64]
  279. os: [win32]
  280. '@rollup/rollup-win32-ia32-msvc@4.18.0':
  281. resolution: {integrity: sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==}
  282. cpu: [ia32]
  283. os: [win32]
  284. '@rollup/rollup-win32-x64-msvc@4.18.0':
  285. resolution: {integrity: sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==}
  286. cpu: [x64]
  287. os: [win32]
  288. '@sxzz/popperjs-es@2.11.7':
  289. resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==}
  290. '@types/bootstrap@5.2.10':
  291. resolution: {integrity: sha512-F2X+cd6551tep0MvVZ6nM8v7XgGN/twpdNDjqS1TUM7YFNEtQYWk+dKAnH+T1gr6QgCoGMPl487xw/9hXooa2g==}
  292. '@types/estree@1.0.5':
  293. resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
  294. '@types/jquery@3.5.30':
  295. resolution: {integrity: sha512-nbWKkkyb919DOUxjmRVk8vwtDb0/k8FKncmUKFi+NY+QXqWltooxTrswvz4LspQwxvLdvzBN1TImr6cw3aQx2A==}
  296. '@types/lodash-es@4.17.12':
  297. resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
  298. '@types/lodash@4.17.5':
  299. resolution: {integrity: sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==}
  300. '@types/node@20.14.10':
  301. resolution: {integrity: sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==}
  302. '@types/sizzle@2.3.8':
  303. resolution: {integrity: sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==}
  304. '@types/vue-router@2.0.0':
  305. resolution: {integrity: sha512-E454lQ6tp9ftVWdZ8VGZpRcIV4YeqVAcx/uifl3P1GGwscYsxOFdYfgIuKasKO0Fm6Np2JM/L378D3bcRQE9hg==}
  306. deprecated: This is a stub types definition for vue-router (https://github.com/vuejs/vue-router). ecmarkup provides its own type definitions, so you don\'t need @types/ecmarkup installed!
  307. '@types/web-bluetooth@0.0.16':
  308. resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
  309. '@vitejs/plugin-vue@5.0.5':
  310. resolution: {integrity: sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==}
  311. engines: {node: ^18.0.0 || >=20.0.0}
  312. peerDependencies:
  313. vite: ^5.0.0
  314. vue: ^3.2.25
  315. '@volar/language-core@2.3.4':
  316. resolution: {integrity: sha512-wXBhY11qG6pCDAqDnbBRFIDSIwbqkWI7no+lj5+L7IlA7HRIjRP7YQLGzT0LF4lS6eHkMSsclXqy9DwYJasZTQ==}
  317. '@volar/source-map@2.3.4':
  318. resolution: {integrity: sha512-C+t63nwcblqLIVTYXaVi/+gC8NukDaDIQI72J3R7aXGvtgaVB16c+J8Iz7/VfOy7kjYv7lf5GhBny6ACw9fTGQ==}
  319. '@volar/typescript@2.3.4':
  320. resolution: {integrity: sha512-acCvt7dZECyKcvO5geNybmrqOsu9u8n5XP1rfiYsOLYGPxvHRav9BVmEdRyZ3vvY6mNyQ1wLL5Hday4IShe17w==}
  321. '@vue/compiler-core@3.4.30':
  322. resolution: {integrity: sha512-ZL8y4Xxdh8O6PSwfdZ1IpQ24PjTAieOz3jXb/MDTfDtANcKBMxg1KLm6OX2jofsaQGYfIVzd3BAG22i56/cF1w==}
  323. '@vue/compiler-dom@3.4.30':
  324. resolution: {integrity: sha512-+16Sd8lYr5j/owCbr9dowcNfrHd+pz+w2/b5Lt26Oz/kB90C9yNbxQ3bYOvt7rI2bxk0nqda39hVcwDFw85c2Q==}
  325. '@vue/compiler-sfc@3.4.30':
  326. resolution: {integrity: sha512-8vElKklHn/UY8+FgUFlQrYAPbtiSB2zcgeRKW7HkpSRn/JjMRmZvuOtwDx036D1aqKNSTtXkWRfqx53Qb+HmMg==}
  327. '@vue/compiler-ssr@3.4.30':
  328. resolution: {integrity: sha512-ZJ56YZGXJDd6jky4mmM0rNaNP6kIbQu9LTKZDhcpddGe/3QIalB1WHHmZ6iZfFNyj5mSypTa4+qDJa5VIuxMSg==}
  329. '@vue/devtools-api@6.6.3':
  330. resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==}
  331. '@vue/language-core@2.0.22':
  332. resolution: {integrity: sha512-dNTAAtEOuMiz7N1s5tKpypnVVCtawxVSF5BukD0ELcYSw+DSbrSlYYSw8GuwvurodCeYFSHsmslE+c2sYDNoiA==}
  333. peerDependencies:
  334. typescript: '*'
  335. peerDependenciesMeta:
  336. typescript:
  337. optional: true
  338. '@vue/reactivity@3.4.30':
  339. resolution: {integrity: sha512-bVJurnCe3LS0JII8PPoAA63Zd2MBzcKrEzwdQl92eHCcxtIbxD2fhNwJpa+KkM3Y/A4T5FUnmdhgKwOf6BfbcA==}
  340. '@vue/runtime-core@3.4.30':
  341. resolution: {integrity: sha512-qaFEbnNpGz+tlnkaualomogzN8vBLkgzK55uuWjYXbYn039eOBZrWxyXWq/7qh9Bz2FPifZqGjVDl/FXiq9L2g==}
  342. '@vue/runtime-dom@3.4.30':
  343. resolution: {integrity: sha512-tV6B4YiZRj5QsaJgw2THCy5C1H+2UeywO9tqgWEc21tn85qHEERndHN/CxlyXvSBFrpmlexCIdnqPuR9RM9thw==}
  344. '@vue/server-renderer@3.4.30':
  345. resolution: {integrity: sha512-TBD3eqR1DeDc0cMrXS/vEs/PWzq1uXxnvjoqQuDGFIEHFIwuDTX/KWAQKIBjyMWLFHEeTDGYVsYci85z2UbTDg==}
  346. peerDependencies:
  347. vue: 3.4.30
  348. '@vue/shared@3.4.30':
  349. resolution: {integrity: sha512-CLg+f8RQCHQnKvuHY9adMsMaQOcqclh6Z5V9TaoMgy0ut0tz848joZ7/CYFFyF/yZ5i2yaw7Fn498C+CNZVHIg==}
  350. '@vueuse/core@9.13.0':
  351. resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==}
  352. '@vueuse/metadata@9.13.0':
  353. resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==}
  354. '@vueuse/shared@9.13.0':
  355. resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==}
  356. amfe-flexible@2.2.1:
  357. resolution: {integrity: sha512-L2VfvDzoETBjhRptg5u/IUuzHSuxm22JpSRb404p/TBGeRfwWmmNEbB+TFPIP/sS/+pbM18bCFH9QnMojLuPNw==}
  358. async-validator@4.2.5:
  359. resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
  360. autoprefixer@10.4.19:
  361. resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==}
  362. engines: {node: ^10 || ^12 || >=14}
  363. hasBin: true
  364. peerDependencies:
  365. postcss: ^8.1.0
  366. balanced-match@1.0.2:
  367. resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
  368. bootstrap@5.3.3:
  369. resolution: {integrity: sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==}
  370. peerDependencies:
  371. '@popperjs/core': ^2.11.8
  372. brace-expansion@2.0.1:
  373. resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
  374. browserslist@4.23.2:
  375. resolution: {integrity: sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==}
  376. engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
  377. hasBin: true
  378. caniuse-lite@1.0.30001643:
  379. resolution: {integrity: sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==}
  380. computeds@0.0.1:
  381. resolution: {integrity: sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==}
  382. cssesc@3.0.0:
  383. resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
  384. engines: {node: '>=4'}
  385. hasBin: true
  386. csstype@3.1.3:
  387. resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
  388. dayjs@1.11.11:
  389. resolution: {integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==}
  390. de-indent@1.0.2:
  391. resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==}
  392. electron-to-chromium@1.5.2:
  393. resolution: {integrity: sha512-kc4r3U3V3WLaaZqThjYz/Y6z8tJe+7K0bbjUVo3i+LWIypVdMx5nXCkwRe6SWbY6ILqLdc1rKcKmr3HoH7wjSQ==}
  394. element-plus@2.7.6:
  395. resolution: {integrity: sha512-36sw1K23hYjgeooR10U6CiCaCp2wvOqwoFurADZVlekeQ9v5U1FhJCFGEXO6i/kZBBMwsE1c9fxjLs9LENw2Rg==}
  396. peerDependencies:
  397. vue: ^3.2.0
  398. entities@4.5.0:
  399. resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
  400. engines: {node: '>=0.12'}
  401. esbuild@0.21.5:
  402. resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
  403. engines: {node: '>=12'}
  404. hasBin: true
  405. escalade@3.1.2:
  406. resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
  407. engines: {node: '>=6'}
  408. escape-html@1.0.3:
  409. resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
  410. estree-walker@2.0.2:
  411. resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
  412. fraction.js@4.3.7:
  413. resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
  414. fsevents@2.3.3:
  415. resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
  416. engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
  417. os: [darwin]
  418. function-bind@1.1.2:
  419. resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
  420. hasown@2.0.2:
  421. resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
  422. engines: {node: '>= 0.4'}
  423. he@1.2.0:
  424. resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
  425. hasBin: true
  426. is-core-module@2.15.0:
  427. resolution: {integrity: sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==}
  428. engines: {node: '>= 0.4'}
  429. jquery@3.7.1:
  430. resolution: {integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==}
  431. lodash-es@4.17.21:
  432. resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
  433. lodash-unified@1.0.3:
  434. resolution: {integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==}
  435. peerDependencies:
  436. '@types/lodash-es': '*'
  437. lodash: '*'
  438. lodash-es: '*'
  439. lodash@4.17.21:
  440. resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
  441. magic-string@0.30.10:
  442. resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==}
  443. memoize-one@6.0.0:
  444. resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==}
  445. minimatch@9.0.4:
  446. resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==}
  447. engines: {node: '>=16 || 14 >=14.17'}
  448. muggle-string@0.4.1:
  449. resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==}
  450. nanoid@3.3.7:
  451. resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
  452. engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
  453. hasBin: true
  454. node-releases@2.0.18:
  455. resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==}
  456. normalize-range@0.1.2:
  457. resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
  458. engines: {node: '>=0.10.0'}
  459. normalize-wheel-es@1.2.0:
  460. resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==}
  461. path-browserify@1.0.1:
  462. resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
  463. path-parse@1.0.7:
  464. resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
  465. picocolors@1.0.1:
  466. resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
  467. pify@2.3.0:
  468. resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
  469. engines: {node: '>=0.10.0'}
  470. popper.js@1.16.1:
  471. resolution: {integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==}
  472. deprecated: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
  473. postcss-import@16.1.0:
  474. resolution: {integrity: sha512-7hsAZ4xGXl4MW+OKEWCnF6T5jqBw80/EE9aXg1r2yyn1RsVEU8EtKXbijEODa+rg7iih4bKf7vlvTGYR4CnPNg==}
  475. engines: {node: '>=18.0.0'}
  476. peerDependencies:
  477. postcss: ^8.0.0
  478. postcss-nested@6.2.0:
  479. resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==}
  480. engines: {node: '>=12.0'}
  481. peerDependencies:
  482. postcss: ^8.2.14
  483. postcss-pxtorem@6.1.0:
  484. resolution: {integrity: sha512-ROODSNci9ADal3zUcPHOF/K83TiCgNSPXQFSbwyPHNV8ioHIE4SaC+FPOufd8jsr5jV2uIz29v1Uqy1c4ov42g==}
  485. peerDependencies:
  486. postcss: ^8.0.0
  487. postcss-selector-parser@6.1.1:
  488. resolution: {integrity: sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==}
  489. engines: {node: '>=4'}
  490. postcss-value-parser@4.2.0:
  491. resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
  492. postcss@8.4.38:
  493. resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==}
  494. engines: {node: ^10 || ^12 || >=14}
  495. read-cache@1.0.0:
  496. resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
  497. resolve@1.22.8:
  498. resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
  499. hasBin: true
  500. rollup@4.18.0:
  501. resolution: {integrity: sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==}
  502. engines: {node: '>=18.0.0', npm: '>=8.0.0'}
  503. hasBin: true
  504. semver@7.6.2:
  505. resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==}
  506. engines: {node: '>=10'}
  507. hasBin: true
  508. source-map-js@1.2.0:
  509. resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
  510. engines: {node: '>=0.10.0'}
  511. supports-preserve-symlinks-flag@1.0.0:
  512. resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
  513. engines: {node: '>= 0.4'}
  514. to-fast-properties@2.0.0:
  515. resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
  516. engines: {node: '>=4'}
  517. typescript@5.5.2:
  518. resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==}
  519. engines: {node: '>=14.17'}
  520. hasBin: true
  521. undici-types@5.26.5:
  522. resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
  523. update-browserslist-db@1.1.0:
  524. resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==}
  525. hasBin: true
  526. peerDependencies:
  527. browserslist: '>= 4.21.0'
  528. util-deprecate@1.0.2:
  529. resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
  530. vite@5.3.1:
  531. resolution: {integrity: sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==}
  532. engines: {node: ^18.0.0 || >=20.0.0}
  533. hasBin: true
  534. peerDependencies:
  535. '@types/node': ^18.0.0 || >=20.0.0
  536. less: '*'
  537. lightningcss: ^1.21.0
  538. sass: '*'
  539. stylus: '*'
  540. sugarss: '*'
  541. terser: ^5.4.0
  542. peerDependenciesMeta:
  543. '@types/node':
  544. optional: true
  545. less:
  546. optional: true
  547. lightningcss:
  548. optional: true
  549. sass:
  550. optional: true
  551. stylus:
  552. optional: true
  553. sugarss:
  554. optional: true
  555. terser:
  556. optional: true
  557. vscode-uri@3.0.8:
  558. resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==}
  559. vue-demi@0.14.8:
  560. resolution: {integrity: sha512-Uuqnk9YE9SsWeReYqK2alDI5YzciATE0r2SkA6iMAtuXvNTMNACJLJEXNXaEy94ECuBe4Sk6RzRU80kjdbIo1Q==}
  561. engines: {node: '>=12'}
  562. hasBin: true
  563. peerDependencies:
  564. '@vue/composition-api': ^1.0.0-rc.1
  565. vue: ^3.0.0-0 || ^2.6.0
  566. peerDependenciesMeta:
  567. '@vue/composition-api':
  568. optional: true
  569. vue-router@4.4.0:
  570. resolution: {integrity: sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==}
  571. peerDependencies:
  572. vue: ^3.2.0
  573. vue-template-compiler@2.7.16:
  574. resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==}
  575. vue-tsc@2.0.22:
  576. resolution: {integrity: sha512-lMBIwPBO0sxCcmvu45yt1b035AaQ8/XSXQDk8m75y4j0jSXY/y/XzfEtssQ9JMS47lDaR10O3/926oCs8OeGUw==}
  577. hasBin: true
  578. peerDependencies:
  579. typescript: '*'
  580. vue@3.4.30:
  581. resolution: {integrity: sha512-NcxtKCwkdf1zPsr7Y8+QlDBCGqxvjLXF2EX+yi76rV5rrz90Y6gK1cq0olIhdWGgrlhs9ElHuhi9t3+W5sG5Xw==}
  582. peerDependencies:
  583. typescript: '*'
  584. peerDependenciesMeta:
  585. typescript:
  586. optional: true
  587. snapshots:
  588. '@babel/helper-string-parser@7.24.7': {}
  589. '@babel/helper-validator-identifier@7.24.7': {}
  590. '@babel/parser@7.24.7':
  591. dependencies:
  592. '@babel/types': 7.24.7
  593. '@babel/types@7.24.7':
  594. dependencies:
  595. '@babel/helper-string-parser': 7.24.7
  596. '@babel/helper-validator-identifier': 7.24.7
  597. to-fast-properties: 2.0.0
  598. '@ctrl/tinycolor@3.6.1': {}
  599. '@element-plus/icons-vue@2.3.1(vue@3.4.30(typescript@5.5.2))':
  600. dependencies:
  601. vue: 3.4.30(typescript@5.5.2)
  602. '@esbuild/aix-ppc64@0.21.5':
  603. optional: true
  604. '@esbuild/android-arm64@0.21.5':
  605. optional: true
  606. '@esbuild/android-arm@0.21.5':
  607. optional: true
  608. '@esbuild/android-x64@0.21.5':
  609. optional: true
  610. '@esbuild/darwin-arm64@0.21.5':
  611. optional: true
  612. '@esbuild/darwin-x64@0.21.5':
  613. optional: true
  614. '@esbuild/freebsd-arm64@0.21.5':
  615. optional: true
  616. '@esbuild/freebsd-x64@0.21.5':
  617. optional: true
  618. '@esbuild/linux-arm64@0.21.5':
  619. optional: true
  620. '@esbuild/linux-arm@0.21.5':
  621. optional: true
  622. '@esbuild/linux-ia32@0.21.5':
  623. optional: true
  624. '@esbuild/linux-loong64@0.21.5':
  625. optional: true
  626. '@esbuild/linux-mips64el@0.21.5':
  627. optional: true
  628. '@esbuild/linux-ppc64@0.21.5':
  629. optional: true
  630. '@esbuild/linux-riscv64@0.21.5':
  631. optional: true
  632. '@esbuild/linux-s390x@0.21.5':
  633. optional: true
  634. '@esbuild/linux-x64@0.21.5':
  635. optional: true
  636. '@esbuild/netbsd-x64@0.21.5':
  637. optional: true
  638. '@esbuild/openbsd-x64@0.21.5':
  639. optional: true
  640. '@esbuild/sunos-x64@0.21.5':
  641. optional: true
  642. '@esbuild/win32-arm64@0.21.5':
  643. optional: true
  644. '@esbuild/win32-ia32@0.21.5':
  645. optional: true
  646. '@esbuild/win32-x64@0.21.5':
  647. optional: true
  648. '@floating-ui/core@1.6.3':
  649. dependencies:
  650. '@floating-ui/utils': 0.2.3
  651. '@floating-ui/dom@1.6.6':
  652. dependencies:
  653. '@floating-ui/core': 1.6.3
  654. '@floating-ui/utils': 0.2.3
  655. '@floating-ui/utils@0.2.3': {}
  656. '@jridgewell/sourcemap-codec@1.4.15': {}
  657. '@popperjs/core@2.11.8': {}
  658. '@rollup/rollup-android-arm-eabi@4.18.0':
  659. optional: true
  660. '@rollup/rollup-android-arm64@4.18.0':
  661. optional: true
  662. '@rollup/rollup-darwin-arm64@4.18.0':
  663. optional: true
  664. '@rollup/rollup-darwin-x64@4.18.0':
  665. optional: true
  666. '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
  667. optional: true
  668. '@rollup/rollup-linux-arm-musleabihf@4.18.0':
  669. optional: true
  670. '@rollup/rollup-linux-arm64-gnu@4.18.0':
  671. optional: true
  672. '@rollup/rollup-linux-arm64-musl@4.18.0':
  673. optional: true
  674. '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
  675. optional: true
  676. '@rollup/rollup-linux-riscv64-gnu@4.18.0':
  677. optional: true
  678. '@rollup/rollup-linux-s390x-gnu@4.18.0':
  679. optional: true
  680. '@rollup/rollup-linux-x64-gnu@4.18.0':
  681. optional: true
  682. '@rollup/rollup-linux-x64-musl@4.18.0':
  683. optional: true
  684. '@rollup/rollup-win32-arm64-msvc@4.18.0':
  685. optional: true
  686. '@rollup/rollup-win32-ia32-msvc@4.18.0':
  687. optional: true
  688. '@rollup/rollup-win32-x64-msvc@4.18.0':
  689. optional: true
  690. '@sxzz/popperjs-es@2.11.7': {}
  691. '@types/bootstrap@5.2.10':
  692. dependencies:
  693. '@popperjs/core': 2.11.8
  694. '@types/estree@1.0.5': {}
  695. '@types/jquery@3.5.30':
  696. dependencies:
  697. '@types/sizzle': 2.3.8
  698. '@types/lodash-es@4.17.12':
  699. dependencies:
  700. '@types/lodash': 4.17.5
  701. '@types/lodash@4.17.5': {}
  702. '@types/node@20.14.10':
  703. dependencies:
  704. undici-types: 5.26.5
  705. '@types/sizzle@2.3.8': {}
  706. '@types/vue-router@2.0.0(vue@3.4.30(typescript@5.5.2))':
  707. dependencies:
  708. vue-router: 4.4.0(vue@3.4.30(typescript@5.5.2))
  709. transitivePeerDependencies:
  710. - vue
  711. '@types/web-bluetooth@0.0.16': {}
  712. '@vitejs/plugin-vue@5.0.5(vite@5.3.1(@types/node@20.14.10))(vue@3.4.30(typescript@5.5.2))':
  713. dependencies:
  714. vite: 5.3.1(@types/node@20.14.10)
  715. vue: 3.4.30(typescript@5.5.2)
  716. '@volar/language-core@2.3.4':
  717. dependencies:
  718. '@volar/source-map': 2.3.4
  719. '@volar/source-map@2.3.4': {}
  720. '@volar/typescript@2.3.4':
  721. dependencies:
  722. '@volar/language-core': 2.3.4
  723. path-browserify: 1.0.1
  724. vscode-uri: 3.0.8
  725. '@vue/compiler-core@3.4.30':
  726. dependencies:
  727. '@babel/parser': 7.24.7
  728. '@vue/shared': 3.4.30
  729. entities: 4.5.0
  730. estree-walker: 2.0.2
  731. source-map-js: 1.2.0
  732. '@vue/compiler-dom@3.4.30':
  733. dependencies:
  734. '@vue/compiler-core': 3.4.30
  735. '@vue/shared': 3.4.30
  736. '@vue/compiler-sfc@3.4.30':
  737. dependencies:
  738. '@babel/parser': 7.24.7
  739. '@vue/compiler-core': 3.4.30
  740. '@vue/compiler-dom': 3.4.30
  741. '@vue/compiler-ssr': 3.4.30
  742. '@vue/shared': 3.4.30
  743. estree-walker: 2.0.2
  744. magic-string: 0.30.10
  745. postcss: 8.4.38
  746. source-map-js: 1.2.0
  747. '@vue/compiler-ssr@3.4.30':
  748. dependencies:
  749. '@vue/compiler-dom': 3.4.30
  750. '@vue/shared': 3.4.30
  751. '@vue/devtools-api@6.6.3': {}
  752. '@vue/language-core@2.0.22(typescript@5.5.2)':
  753. dependencies:
  754. '@volar/language-core': 2.3.4
  755. '@vue/compiler-dom': 3.4.30
  756. '@vue/shared': 3.4.30
  757. computeds: 0.0.1
  758. minimatch: 9.0.4
  759. muggle-string: 0.4.1
  760. path-browserify: 1.0.1
  761. vue-template-compiler: 2.7.16
  762. optionalDependencies:
  763. typescript: 5.5.2
  764. '@vue/reactivity@3.4.30':
  765. dependencies:
  766. '@vue/shared': 3.4.30
  767. '@vue/runtime-core@3.4.30':
  768. dependencies:
  769. '@vue/reactivity': 3.4.30
  770. '@vue/shared': 3.4.30
  771. '@vue/runtime-dom@3.4.30':
  772. dependencies:
  773. '@vue/reactivity': 3.4.30
  774. '@vue/runtime-core': 3.4.30
  775. '@vue/shared': 3.4.30
  776. csstype: 3.1.3
  777. '@vue/server-renderer@3.4.30(vue@3.4.30(typescript@5.5.2))':
  778. dependencies:
  779. '@vue/compiler-ssr': 3.4.30
  780. '@vue/shared': 3.4.30
  781. vue: 3.4.30(typescript@5.5.2)
  782. '@vue/shared@3.4.30': {}
  783. '@vueuse/core@9.13.0(vue@3.4.30(typescript@5.5.2))':
  784. dependencies:
  785. '@types/web-bluetooth': 0.0.16
  786. '@vueuse/metadata': 9.13.0
  787. '@vueuse/shared': 9.13.0(vue@3.4.30(typescript@5.5.2))
  788. vue-demi: 0.14.8(vue@3.4.30(typescript@5.5.2))
  789. transitivePeerDependencies:
  790. - '@vue/composition-api'
  791. - vue
  792. '@vueuse/metadata@9.13.0': {}
  793. '@vueuse/shared@9.13.0(vue@3.4.30(typescript@5.5.2))':
  794. dependencies:
  795. vue-demi: 0.14.8(vue@3.4.30(typescript@5.5.2))
  796. transitivePeerDependencies:
  797. - '@vue/composition-api'
  798. - vue
  799. amfe-flexible@2.2.1: {}
  800. async-validator@4.2.5: {}
  801. autoprefixer@10.4.19(postcss@8.4.38):
  802. dependencies:
  803. browserslist: 4.23.2
  804. caniuse-lite: 1.0.30001643
  805. fraction.js: 4.3.7
  806. normalize-range: 0.1.2
  807. picocolors: 1.0.1
  808. postcss: 8.4.38
  809. postcss-value-parser: 4.2.0
  810. balanced-match@1.0.2: {}
  811. bootstrap@5.3.3(@popperjs/core@2.11.8):
  812. dependencies:
  813. '@popperjs/core': 2.11.8
  814. brace-expansion@2.0.1:
  815. dependencies:
  816. balanced-match: 1.0.2
  817. browserslist@4.23.2:
  818. dependencies:
  819. caniuse-lite: 1.0.30001643
  820. electron-to-chromium: 1.5.2
  821. node-releases: 2.0.18
  822. update-browserslist-db: 1.1.0(browserslist@4.23.2)
  823. caniuse-lite@1.0.30001643: {}
  824. computeds@0.0.1: {}
  825. cssesc@3.0.0: {}
  826. csstype@3.1.3: {}
  827. dayjs@1.11.11: {}
  828. de-indent@1.0.2: {}
  829. electron-to-chromium@1.5.2: {}
  830. element-plus@2.7.6(vue@3.4.30(typescript@5.5.2)):
  831. dependencies:
  832. '@ctrl/tinycolor': 3.6.1
  833. '@element-plus/icons-vue': 2.3.1(vue@3.4.30(typescript@5.5.2))
  834. '@floating-ui/dom': 1.6.6
  835. '@popperjs/core': '@sxzz/popperjs-es@2.11.7'
  836. '@types/lodash': 4.17.5
  837. '@types/lodash-es': 4.17.12
  838. '@vueuse/core': 9.13.0(vue@3.4.30(typescript@5.5.2))
  839. async-validator: 4.2.5
  840. dayjs: 1.11.11
  841. escape-html: 1.0.3
  842. lodash: 4.17.21
  843. lodash-es: 4.17.21
  844. lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21)
  845. memoize-one: 6.0.0
  846. normalize-wheel-es: 1.2.0
  847. vue: 3.4.30(typescript@5.5.2)
  848. transitivePeerDependencies:
  849. - '@vue/composition-api'
  850. entities@4.5.0: {}
  851. esbuild@0.21.5:
  852. optionalDependencies:
  853. '@esbuild/aix-ppc64': 0.21.5
  854. '@esbuild/android-arm': 0.21.5
  855. '@esbuild/android-arm64': 0.21.5
  856. '@esbuild/android-x64': 0.21.5
  857. '@esbuild/darwin-arm64': 0.21.5
  858. '@esbuild/darwin-x64': 0.21.5
  859. '@esbuild/freebsd-arm64': 0.21.5
  860. '@esbuild/freebsd-x64': 0.21.5
  861. '@esbuild/linux-arm': 0.21.5
  862. '@esbuild/linux-arm64': 0.21.5
  863. '@esbuild/linux-ia32': 0.21.5
  864. '@esbuild/linux-loong64': 0.21.5
  865. '@esbuild/linux-mips64el': 0.21.5
  866. '@esbuild/linux-ppc64': 0.21.5
  867. '@esbuild/linux-riscv64': 0.21.5
  868. '@esbuild/linux-s390x': 0.21.5
  869. '@esbuild/linux-x64': 0.21.5
  870. '@esbuild/netbsd-x64': 0.21.5
  871. '@esbuild/openbsd-x64': 0.21.5
  872. '@esbuild/sunos-x64': 0.21.5
  873. '@esbuild/win32-arm64': 0.21.5
  874. '@esbuild/win32-ia32': 0.21.5
  875. '@esbuild/win32-x64': 0.21.5
  876. escalade@3.1.2: {}
  877. escape-html@1.0.3: {}
  878. estree-walker@2.0.2: {}
  879. fraction.js@4.3.7: {}
  880. fsevents@2.3.3:
  881. optional: true
  882. function-bind@1.1.2: {}
  883. hasown@2.0.2:
  884. dependencies:
  885. function-bind: 1.1.2
  886. he@1.2.0: {}
  887. is-core-module@2.15.0:
  888. dependencies:
  889. hasown: 2.0.2
  890. jquery@3.7.1: {}
  891. lodash-es@4.17.21: {}
  892. lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21):
  893. dependencies:
  894. '@types/lodash-es': 4.17.12
  895. lodash: 4.17.21
  896. lodash-es: 4.17.21
  897. lodash@4.17.21: {}
  898. magic-string@0.30.10:
  899. dependencies:
  900. '@jridgewell/sourcemap-codec': 1.4.15
  901. memoize-one@6.0.0: {}
  902. minimatch@9.0.4:
  903. dependencies:
  904. brace-expansion: 2.0.1
  905. muggle-string@0.4.1: {}
  906. nanoid@3.3.7: {}
  907. node-releases@2.0.18: {}
  908. normalize-range@0.1.2: {}
  909. normalize-wheel-es@1.2.0: {}
  910. path-browserify@1.0.1: {}
  911. path-parse@1.0.7: {}
  912. picocolors@1.0.1: {}
  913. pify@2.3.0: {}
  914. popper.js@1.16.1: {}
  915. postcss-import@16.1.0(postcss@8.4.38):
  916. dependencies:
  917. postcss: 8.4.38
  918. postcss-value-parser: 4.2.0
  919. read-cache: 1.0.0
  920. resolve: 1.22.8
  921. postcss-nested@6.2.0(postcss@8.4.38):
  922. dependencies:
  923. postcss: 8.4.38
  924. postcss-selector-parser: 6.1.1
  925. postcss-pxtorem@6.1.0(postcss@8.4.38):
  926. dependencies:
  927. postcss: 8.4.38
  928. postcss-selector-parser@6.1.1:
  929. dependencies:
  930. cssesc: 3.0.0
  931. util-deprecate: 1.0.2
  932. postcss-value-parser@4.2.0: {}
  933. postcss@8.4.38:
  934. dependencies:
  935. nanoid: 3.3.7
  936. picocolors: 1.0.1
  937. source-map-js: 1.2.0
  938. read-cache@1.0.0:
  939. dependencies:
  940. pify: 2.3.0
  941. resolve@1.22.8:
  942. dependencies:
  943. is-core-module: 2.15.0
  944. path-parse: 1.0.7
  945. supports-preserve-symlinks-flag: 1.0.0
  946. rollup@4.18.0:
  947. dependencies:
  948. '@types/estree': 1.0.5
  949. optionalDependencies:
  950. '@rollup/rollup-android-arm-eabi': 4.18.0
  951. '@rollup/rollup-android-arm64': 4.18.0
  952. '@rollup/rollup-darwin-arm64': 4.18.0
  953. '@rollup/rollup-darwin-x64': 4.18.0
  954. '@rollup/rollup-linux-arm-gnueabihf': 4.18.0
  955. '@rollup/rollup-linux-arm-musleabihf': 4.18.0
  956. '@rollup/rollup-linux-arm64-gnu': 4.18.0
  957. '@rollup/rollup-linux-arm64-musl': 4.18.0
  958. '@rollup/rollup-linux-powerpc64le-gnu': 4.18.0
  959. '@rollup/rollup-linux-riscv64-gnu': 4.18.0
  960. '@rollup/rollup-linux-s390x-gnu': 4.18.0
  961. '@rollup/rollup-linux-x64-gnu': 4.18.0
  962. '@rollup/rollup-linux-x64-musl': 4.18.0
  963. '@rollup/rollup-win32-arm64-msvc': 4.18.0
  964. '@rollup/rollup-win32-ia32-msvc': 4.18.0
  965. '@rollup/rollup-win32-x64-msvc': 4.18.0
  966. fsevents: 2.3.3
  967. semver@7.6.2: {}
  968. source-map-js@1.2.0: {}
  969. supports-preserve-symlinks-flag@1.0.0: {}
  970. to-fast-properties@2.0.0: {}
  971. typescript@5.5.2: {}
  972. undici-types@5.26.5: {}
  973. update-browserslist-db@1.1.0(browserslist@4.23.2):
  974. dependencies:
  975. browserslist: 4.23.2
  976. escalade: 3.1.2
  977. picocolors: 1.0.1
  978. util-deprecate@1.0.2: {}
  979. vite@5.3.1(@types/node@20.14.10):
  980. dependencies:
  981. esbuild: 0.21.5
  982. postcss: 8.4.38
  983. rollup: 4.18.0
  984. optionalDependencies:
  985. '@types/node': 20.14.10
  986. fsevents: 2.3.3
  987. vscode-uri@3.0.8: {}
  988. vue-demi@0.14.8(vue@3.4.30(typescript@5.5.2)):
  989. dependencies:
  990. vue: 3.4.30(typescript@5.5.2)
  991. vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)):
  992. dependencies:
  993. '@vue/devtools-api': 6.6.3
  994. vue: 3.4.30(typescript@5.5.2)
  995. vue-template-compiler@2.7.16:
  996. dependencies:
  997. de-indent: 1.0.2
  998. he: 1.2.0
  999. vue-tsc@2.0.22(typescript@5.5.2):
  1000. dependencies:
  1001. '@volar/typescript': 2.3.4
  1002. '@vue/language-core': 2.0.22(typescript@5.5.2)
  1003. semver: 7.6.2
  1004. typescript: 5.5.2
  1005. vue@3.4.30(typescript@5.5.2):
  1006. dependencies:
  1007. '@vue/compiler-dom': 3.4.30
  1008. '@vue/compiler-sfc': 3.4.30
  1009. '@vue/runtime-dom': 3.4.30
  1010. '@vue/server-renderer': 3.4.30(vue@3.4.30(typescript@5.5.2))
  1011. '@vue/shared': 3.4.30
  1012. optionalDependencies:
  1013. typescript: 5.5.2