pnpm-lock.yaml 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470
  1. lockfileVersion: '9.0'
  2. settings:
  3. autoInstallPeers: true
  4. excludeLinksFromLockfile: false
  5. importers:
  6. .:
  7. dependencies:
  8. '@amap/amap-jsapi-loader':
  9. specifier: ^1.0.1
  10. version: 1.0.1
  11. '@element-plus/icons-vue':
  12. specifier: ^2.1.0
  13. version: 2.3.1(vue@3.4.31(typescript@5.5.3))
  14. '@types/qs':
  15. specifier: ^6.9.7
  16. version: 6.9.15
  17. axios:
  18. specifier: ^1.4.0
  19. version: 1.7.2
  20. echarts:
  21. specifier: ^5.4.3
  22. version: 5.5.1
  23. element-plus:
  24. specifier: ^2.3.8
  25. version: 2.7.6(vue@3.4.31(typescript@5.5.3))
  26. js-base64:
  27. specifier: ^3.7.5
  28. version: 3.7.7
  29. mime:
  30. specifier: ^3.0.0
  31. version: 3.0.0
  32. mitt:
  33. specifier: ^3.0.1
  34. version: 3.0.1
  35. qs:
  36. specifier: ^6.11.2
  37. version: 6.12.2
  38. sass:
  39. specifier: ^1.64.2
  40. version: 1.77.6
  41. swiper:
  42. specifier: ^11.1.4
  43. version: 11.1.4
  44. unplugin-element-plus:
  45. specifier: ^0.7.2
  46. version: 0.7.2(rollup@3.29.4)
  47. unplugin-vue-define-options:
  48. specifier: ^1.3.12
  49. version: 1.4.5(rollup@3.29.4)(vue@3.4.31(typescript@5.5.3))
  50. vue:
  51. specifier: ^3.3.4
  52. version: 3.4.31(typescript@5.5.3)
  53. vue-cropper:
  54. specifier: ^1.0.9
  55. version: 1.1.3
  56. vue-draggable-plus:
  57. specifier: ^0.5.0
  58. version: 0.5.0(@types/sortablejs@1.15.8)
  59. vue-router:
  60. specifier: ^4.2.4
  61. version: 4.4.0(vue@3.4.31(typescript@5.5.3))
  62. devDependencies:
  63. '@types/node':
  64. specifier: ^20.4.5
  65. version: 20.14.9
  66. '@vitejs/plugin-vue':
  67. specifier: ^4.2.3
  68. version: 4.6.2(vite@4.5.3(@types/node@20.14.9)(sass@1.77.6))(vue@3.4.31(typescript@5.5.3))
  69. typescript:
  70. specifier: ^5.0.2
  71. version: 5.5.3
  72. vite:
  73. specifier: ^4.4.5
  74. version: 4.5.3(@types/node@20.14.9)(sass@1.77.6)
  75. vue-tsc:
  76. specifier: ^1.8.5
  77. version: 1.8.27(typescript@5.5.3)
  78. packages:
  79. '@amap/amap-jsapi-loader@1.0.1':
  80. resolution: {integrity: sha512-nPyLKt7Ow/ThHLkSvn2etQlUzqxmTVgK7bIgwdBRTg2HK5668oN7xVxkaiRe3YZEzGzfV2XgH5Jmu2T73ljejw==}
  81. '@babel/helper-string-parser@7.24.7':
  82. resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==}
  83. engines: {node: '>=6.9.0'}
  84. '@babel/helper-validator-identifier@7.24.7':
  85. resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
  86. engines: {node: '>=6.9.0'}
  87. '@babel/parser@7.24.7':
  88. resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==}
  89. engines: {node: '>=6.0.0'}
  90. hasBin: true
  91. '@babel/types@7.24.7':
  92. resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==}
  93. engines: {node: '>=6.9.0'}
  94. '@ctrl/tinycolor@3.6.1':
  95. resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
  96. engines: {node: '>=10'}
  97. '@element-plus/icons-vue@2.3.1':
  98. resolution: {integrity: sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==}
  99. peerDependencies:
  100. vue: ^3.2.0
  101. '@esbuild/android-arm64@0.18.20':
  102. resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==}
  103. engines: {node: '>=12'}
  104. cpu: [arm64]
  105. os: [android]
  106. '@esbuild/android-arm@0.18.20':
  107. resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==}
  108. engines: {node: '>=12'}
  109. cpu: [arm]
  110. os: [android]
  111. '@esbuild/android-x64@0.18.20':
  112. resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==}
  113. engines: {node: '>=12'}
  114. cpu: [x64]
  115. os: [android]
  116. '@esbuild/darwin-arm64@0.18.20':
  117. resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==}
  118. engines: {node: '>=12'}
  119. cpu: [arm64]
  120. os: [darwin]
  121. '@esbuild/darwin-x64@0.18.20':
  122. resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==}
  123. engines: {node: '>=12'}
  124. cpu: [x64]
  125. os: [darwin]
  126. '@esbuild/freebsd-arm64@0.18.20':
  127. resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==}
  128. engines: {node: '>=12'}
  129. cpu: [arm64]
  130. os: [freebsd]
  131. '@esbuild/freebsd-x64@0.18.20':
  132. resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==}
  133. engines: {node: '>=12'}
  134. cpu: [x64]
  135. os: [freebsd]
  136. '@esbuild/linux-arm64@0.18.20':
  137. resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==}
  138. engines: {node: '>=12'}
  139. cpu: [arm64]
  140. os: [linux]
  141. '@esbuild/linux-arm@0.18.20':
  142. resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==}
  143. engines: {node: '>=12'}
  144. cpu: [arm]
  145. os: [linux]
  146. '@esbuild/linux-ia32@0.18.20':
  147. resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==}
  148. engines: {node: '>=12'}
  149. cpu: [ia32]
  150. os: [linux]
  151. '@esbuild/linux-loong64@0.18.20':
  152. resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==}
  153. engines: {node: '>=12'}
  154. cpu: [loong64]
  155. os: [linux]
  156. '@esbuild/linux-mips64el@0.18.20':
  157. resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==}
  158. engines: {node: '>=12'}
  159. cpu: [mips64el]
  160. os: [linux]
  161. '@esbuild/linux-ppc64@0.18.20':
  162. resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==}
  163. engines: {node: '>=12'}
  164. cpu: [ppc64]
  165. os: [linux]
  166. '@esbuild/linux-riscv64@0.18.20':
  167. resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==}
  168. engines: {node: '>=12'}
  169. cpu: [riscv64]
  170. os: [linux]
  171. '@esbuild/linux-s390x@0.18.20':
  172. resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==}
  173. engines: {node: '>=12'}
  174. cpu: [s390x]
  175. os: [linux]
  176. '@esbuild/linux-x64@0.18.20':
  177. resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==}
  178. engines: {node: '>=12'}
  179. cpu: [x64]
  180. os: [linux]
  181. '@esbuild/netbsd-x64@0.18.20':
  182. resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==}
  183. engines: {node: '>=12'}
  184. cpu: [x64]
  185. os: [netbsd]
  186. '@esbuild/openbsd-x64@0.18.20':
  187. resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
  188. engines: {node: '>=12'}
  189. cpu: [x64]
  190. os: [openbsd]
  191. '@esbuild/sunos-x64@0.18.20':
  192. resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==}
  193. engines: {node: '>=12'}
  194. cpu: [x64]
  195. os: [sunos]
  196. '@esbuild/win32-arm64@0.18.20':
  197. resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==}
  198. engines: {node: '>=12'}
  199. cpu: [arm64]
  200. os: [win32]
  201. '@esbuild/win32-ia32@0.18.20':
  202. resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==}
  203. engines: {node: '>=12'}
  204. cpu: [ia32]
  205. os: [win32]
  206. '@esbuild/win32-x64@0.18.20':
  207. resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==}
  208. engines: {node: '>=12'}
  209. cpu: [x64]
  210. os: [win32]
  211. '@floating-ui/core@1.6.4':
  212. resolution: {integrity: sha512-a4IowK4QkXl4SCWTGUR0INAfEOX3wtsYw3rKK5InQEHMGObkR8Xk44qYQD9P4r6HHw0iIfK6GUKECmY8sTkqRA==}
  213. '@floating-ui/dom@1.6.7':
  214. resolution: {integrity: sha512-wmVfPG5o2xnKDU4jx/m4w5qva9FWHcnZ8BvzEe90D/RpwsJaTAVYPEPdQ8sbr/N8zZTAHlZUTQdqg8ZUbzHmng==}
  215. '@floating-ui/utils@0.2.4':
  216. resolution: {integrity: sha512-dWO2pw8hhi+WrXq1YJy2yCuWoL20PddgGaqTgVe4cOS9Q6qklXCiA1tJEqX6BEwRNSCP84/afac9hd4MS+zEUA==}
  217. '@jridgewell/sourcemap-codec@1.4.15':
  218. resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
  219. '@rollup/pluginutils@5.1.0':
  220. resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==}
  221. engines: {node: '>=14.0.0'}
  222. peerDependencies:
  223. rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
  224. peerDependenciesMeta:
  225. rollup:
  226. optional: true
  227. '@sxzz/popperjs-es@2.11.7':
  228. resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==}
  229. '@types/estree@1.0.5':
  230. resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
  231. '@types/lodash-es@4.17.12':
  232. resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
  233. '@types/lodash@4.17.6':
  234. resolution: {integrity: sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==}
  235. '@types/node@20.14.9':
  236. resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==}
  237. '@types/qs@6.9.15':
  238. resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==}
  239. '@types/sortablejs@1.15.8':
  240. resolution: {integrity: sha512-b79830lW+RZfwaztgs1aVPgbasJ8e7AXtZYHTELNXZPsERt4ymJdjV4OccDbHQAvHrCcFpbF78jkm0R6h/pZVg==}
  241. '@types/web-bluetooth@0.0.16':
  242. resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
  243. '@vitejs/plugin-vue@4.6.2':
  244. resolution: {integrity: sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==}
  245. engines: {node: ^14.18.0 || >=16.0.0}
  246. peerDependencies:
  247. vite: ^4.0.0 || ^5.0.0
  248. vue: ^3.2.25
  249. '@volar/language-core@1.11.1':
  250. resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==}
  251. '@volar/source-map@1.11.1':
  252. resolution: {integrity: sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==}
  253. '@volar/typescript@1.11.1':
  254. resolution: {integrity: sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==}
  255. '@vue-macros/common@1.10.4':
  256. resolution: {integrity: sha512-akO6Bd6U4jP0+ZKbHq6mbYkw1coOrJpLeVmkuMlUsT5wZRi11BjauGcZHusBSzUjgCBsa1kZTyipxrxrWB54Hw==}
  257. engines: {node: '>=16.14.0'}
  258. peerDependencies:
  259. vue: ^2.7.0 || ^3.2.25
  260. peerDependenciesMeta:
  261. vue:
  262. optional: true
  263. '@vue/compiler-core@3.4.31':
  264. resolution: {integrity: sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==}
  265. '@vue/compiler-dom@3.4.31':
  266. resolution: {integrity: sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==}
  267. '@vue/compiler-sfc@3.4.31':
  268. resolution: {integrity: sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==}
  269. '@vue/compiler-ssr@3.4.31':
  270. resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==}
  271. '@vue/devtools-api@6.6.3':
  272. resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==}
  273. '@vue/language-core@1.8.27':
  274. resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==}
  275. peerDependencies:
  276. typescript: '*'
  277. peerDependenciesMeta:
  278. typescript:
  279. optional: true
  280. '@vue/reactivity@3.4.31':
  281. resolution: {integrity: sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==}
  282. '@vue/runtime-core@3.4.31':
  283. resolution: {integrity: sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==}
  284. '@vue/runtime-dom@3.4.31':
  285. resolution: {integrity: sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==}
  286. '@vue/server-renderer@3.4.31':
  287. resolution: {integrity: sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==}
  288. peerDependencies:
  289. vue: 3.4.31
  290. '@vue/shared@3.4.31':
  291. resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==}
  292. '@vueuse/core@9.13.0':
  293. resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==}
  294. '@vueuse/metadata@9.13.0':
  295. resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==}
  296. '@vueuse/shared@9.13.0':
  297. resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==}
  298. acorn@8.12.1:
  299. resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
  300. engines: {node: '>=0.4.0'}
  301. hasBin: true
  302. anymatch@3.1.3:
  303. resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
  304. engines: {node: '>= 8'}
  305. ast-kit@0.12.2:
  306. resolution: {integrity: sha512-es1zHFsnZ4Y4efz412nnrU3KvVAhgqy90a7Yt9Wpi5vQ3l4aYMOX0Qx4FD0elKr5ITEhiUGCSFcgGYf4YTuACg==}
  307. engines: {node: '>=16.14.0'}
  308. ast-walker-scope@0.6.1:
  309. resolution: {integrity: sha512-0ZdQEsSfH3mX4BFbRCc3xOBjx5bDbm73+aAdQOHerPQNf8K0XFMAv79ucd2BpnSc4UMyvBDixiroT8yjm2Y6bw==}
  310. engines: {node: '>=16.14.0'}
  311. async-validator@4.2.5:
  312. resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
  313. asynckit@0.4.0:
  314. resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
  315. axios@1.7.2:
  316. resolution: {integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==}
  317. balanced-match@1.0.2:
  318. resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
  319. binary-extensions@2.3.0:
  320. resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
  321. engines: {node: '>=8'}
  322. brace-expansion@2.0.1:
  323. resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
  324. braces@3.0.3:
  325. resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
  326. engines: {node: '>=8'}
  327. call-bind@1.0.7:
  328. resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==}
  329. engines: {node: '>= 0.4'}
  330. chokidar@3.6.0:
  331. resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
  332. engines: {node: '>= 8.10.0'}
  333. combined-stream@1.0.8:
  334. resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
  335. engines: {node: '>= 0.8'}
  336. computeds@0.0.1:
  337. resolution: {integrity: sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==}
  338. confbox@0.1.7:
  339. resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==}
  340. csstype@3.1.3:
  341. resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
  342. dayjs@1.11.11:
  343. resolution: {integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==}
  344. de-indent@1.0.2:
  345. resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==}
  346. define-data-property@1.1.4:
  347. resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
  348. engines: {node: '>= 0.4'}
  349. delayed-stream@1.0.0:
  350. resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
  351. engines: {node: '>=0.4.0'}
  352. echarts@5.5.1:
  353. resolution: {integrity: sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==}
  354. element-plus@2.7.6:
  355. resolution: {integrity: sha512-36sw1K23hYjgeooR10U6CiCaCp2wvOqwoFurADZVlekeQ9v5U1FhJCFGEXO6i/kZBBMwsE1c9fxjLs9LENw2Rg==}
  356. peerDependencies:
  357. vue: ^3.2.0
  358. entities@4.5.0:
  359. resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
  360. engines: {node: '>=0.12'}
  361. es-define-property@1.0.0:
  362. resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==}
  363. engines: {node: '>= 0.4'}
  364. es-errors@1.3.0:
  365. resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
  366. engines: {node: '>= 0.4'}
  367. es-module-lexer@1.5.4:
  368. resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==}
  369. esbuild@0.18.20:
  370. resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==}
  371. engines: {node: '>=12'}
  372. hasBin: true
  373. escape-html@1.0.3:
  374. resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
  375. estree-walker@2.0.2:
  376. resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
  377. fill-range@7.1.1:
  378. resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
  379. engines: {node: '>=8'}
  380. follow-redirects@1.15.6:
  381. resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==}
  382. engines: {node: '>=4.0'}
  383. peerDependencies:
  384. debug: '*'
  385. peerDependenciesMeta:
  386. debug:
  387. optional: true
  388. form-data@4.0.0:
  389. resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==}
  390. engines: {node: '>= 6'}
  391. fsevents@2.3.3:
  392. resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
  393. engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
  394. os: [darwin]
  395. function-bind@1.1.2:
  396. resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
  397. get-intrinsic@1.2.4:
  398. resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==}
  399. engines: {node: '>= 0.4'}
  400. glob-parent@5.1.2:
  401. resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
  402. engines: {node: '>= 6'}
  403. gopd@1.0.1:
  404. resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
  405. has-property-descriptors@1.0.2:
  406. resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
  407. has-proto@1.0.3:
  408. resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==}
  409. engines: {node: '>= 0.4'}
  410. has-symbols@1.0.3:
  411. resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
  412. engines: {node: '>= 0.4'}
  413. hasown@2.0.2:
  414. resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
  415. engines: {node: '>= 0.4'}
  416. he@1.2.0:
  417. resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
  418. hasBin: true
  419. immutable@4.3.6:
  420. resolution: {integrity: sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==}
  421. is-binary-path@2.1.0:
  422. resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
  423. engines: {node: '>=8'}
  424. is-extglob@2.1.1:
  425. resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
  426. engines: {node: '>=0.10.0'}
  427. is-glob@4.0.3:
  428. resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
  429. engines: {node: '>=0.10.0'}
  430. is-number@7.0.0:
  431. resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
  432. engines: {node: '>=0.12.0'}
  433. js-base64@3.7.7:
  434. resolution: {integrity: sha512-7rCnleh0z2CkXhH67J8K1Ytz0b2Y+yxTPL+/KOJoa20hfnVQ/3/T6W/KflYI4bRHRagNeXeU2bkNGI3v1oS/lw==}
  435. local-pkg@0.5.0:
  436. resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==}
  437. engines: {node: '>=14'}
  438. lodash-es@4.17.21:
  439. resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
  440. lodash-unified@1.0.3:
  441. resolution: {integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==}
  442. peerDependencies:
  443. '@types/lodash-es': '*'
  444. lodash: '*'
  445. lodash-es: '*'
  446. lodash@4.17.21:
  447. resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
  448. magic-string-ast@0.6.2:
  449. resolution: {integrity: sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==}
  450. engines: {node: '>=16.14.0'}
  451. magic-string@0.30.10:
  452. resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==}
  453. memoize-one@6.0.0:
  454. resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==}
  455. mime-db@1.52.0:
  456. resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
  457. engines: {node: '>= 0.6'}
  458. mime-types@2.1.35:
  459. resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
  460. engines: {node: '>= 0.6'}
  461. mime@3.0.0:
  462. resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==}
  463. engines: {node: '>=10.0.0'}
  464. hasBin: true
  465. minimatch@9.0.5:
  466. resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
  467. engines: {node: '>=16 || 14 >=14.17'}
  468. mitt@3.0.1:
  469. resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
  470. mlly@1.7.1:
  471. resolution: {integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==}
  472. muggle-string@0.3.1:
  473. resolution: {integrity: sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==}
  474. nanoid@3.3.7:
  475. resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
  476. engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
  477. hasBin: true
  478. normalize-path@3.0.0:
  479. resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
  480. engines: {node: '>=0.10.0'}
  481. normalize-wheel-es@1.2.0:
  482. resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==}
  483. object-inspect@1.13.2:
  484. resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==}
  485. engines: {node: '>= 0.4'}
  486. path-browserify@1.0.1:
  487. resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
  488. pathe@1.1.2:
  489. resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
  490. picocolors@1.0.1:
  491. resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
  492. picomatch@2.3.1:
  493. resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
  494. engines: {node: '>=8.6'}
  495. pkg-types@1.1.3:
  496. resolution: {integrity: sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==}
  497. postcss@8.4.39:
  498. resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==}
  499. engines: {node: ^10 || ^12 || >=14}
  500. proxy-from-env@1.1.0:
  501. resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
  502. qs@6.12.2:
  503. resolution: {integrity: sha512-x+NLUpx9SYrcwXtX7ob1gnkSems4i/mGZX5SlYxwIau6RrUSODO89TR/XDGGpn5RPWSYIB+aSfuSlV5+CmbTBg==}
  504. engines: {node: '>=0.6'}
  505. readdirp@3.6.0:
  506. resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
  507. engines: {node: '>=8.10.0'}
  508. rollup@3.29.4:
  509. resolution: {integrity: sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==}
  510. engines: {node: '>=14.18.0', npm: '>=8.0.0'}
  511. hasBin: true
  512. sass@1.77.6:
  513. resolution: {integrity: sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==}
  514. engines: {node: '>=14.0.0'}
  515. hasBin: true
  516. semver@7.6.2:
  517. resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==}
  518. engines: {node: '>=10'}
  519. hasBin: true
  520. set-function-length@1.2.2:
  521. resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
  522. engines: {node: '>= 0.4'}
  523. side-channel@1.0.6:
  524. resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==}
  525. engines: {node: '>= 0.4'}
  526. source-map-js@1.2.0:
  527. resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
  528. engines: {node: '>=0.10.0'}
  529. swiper@11.1.4:
  530. resolution: {integrity: sha512-1n7kbYJB2dFEpUHRFszq7gys/ofIBrMNibwTiMvPHwneKND/t9kImnHt6CfGPScMHgI+dWMbGTycCKGMoOO1KA==}
  531. engines: {node: '>= 4.7.0'}
  532. to-fast-properties@2.0.0:
  533. resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
  534. engines: {node: '>=4'}
  535. to-regex-range@5.0.1:
  536. resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
  537. engines: {node: '>=8.0'}
  538. tslib@2.3.0:
  539. resolution: {integrity: sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==}
  540. typescript@5.5.3:
  541. resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==}
  542. engines: {node: '>=14.17'}
  543. hasBin: true
  544. ufo@1.5.3:
  545. resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==}
  546. undici-types@5.26.5:
  547. resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
  548. unplugin-element-plus@0.7.2:
  549. resolution: {integrity: sha512-A73dCu0fIMRodx1OoAZ4JruyAoenzTVFWMdukq3q7xR+vtcAy3B9uO1g3+WJMA1A9hWxo7iO5tVRGaD2lFNlWA==}
  550. engines: {node: '>=14.19.0'}
  551. unplugin-vue-define-options@1.4.5:
  552. resolution: {integrity: sha512-7c5HvC6OgE4H7uWGJnHUQ0ShdIYSH/qZuIBflDi3zfOTYSFZQ6FElQ6f+uA9gSdZiNFjF095JJ/aRwbrTrB98g==}
  553. engines: {node: '>=16.14.0'}
  554. unplugin@1.11.0:
  555. resolution: {integrity: sha512-3r7VWZ/webh0SGgJScpWl2/MRCZK5d3ZYFcNaeci/GQ7Teop7zf0Nl2pUuz7G21BwPd9pcUPOC5KmJ2L3WgC5g==}
  556. engines: {node: '>=14.0.0'}
  557. vite@4.5.3:
  558. resolution: {integrity: sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==}
  559. engines: {node: ^14.18.0 || >=16.0.0}
  560. hasBin: true
  561. peerDependencies:
  562. '@types/node': '>= 14'
  563. less: '*'
  564. lightningcss: ^1.21.0
  565. sass: '*'
  566. stylus: '*'
  567. sugarss: '*'
  568. terser: ^5.4.0
  569. peerDependenciesMeta:
  570. '@types/node':
  571. optional: true
  572. less:
  573. optional: true
  574. lightningcss:
  575. optional: true
  576. sass:
  577. optional: true
  578. stylus:
  579. optional: true
  580. sugarss:
  581. optional: true
  582. terser:
  583. optional: true
  584. vue-cropper@1.1.3:
  585. resolution: {integrity: sha512-U1vBk/9M9Chp6iDWaDhC32SX7c5ndJrIzYgXndJH7wjejdriE0bzJsh6waQz9CRM94savFAw8FK1Q3r+I71Xgw==}
  586. vue-demi@0.14.8:
  587. resolution: {integrity: sha512-Uuqnk9YE9SsWeReYqK2alDI5YzciATE0r2SkA6iMAtuXvNTMNACJLJEXNXaEy94ECuBe4Sk6RzRU80kjdbIo1Q==}
  588. engines: {node: '>=12'}
  589. hasBin: true
  590. peerDependencies:
  591. '@vue/composition-api': ^1.0.0-rc.1
  592. vue: ^3.0.0-0 || ^2.6.0
  593. peerDependenciesMeta:
  594. '@vue/composition-api':
  595. optional: true
  596. vue-draggable-plus@0.5.0:
  597. resolution: {integrity: sha512-A5TT5+M5JceROSjPO9aDZTsrSN1TetEs419czPlboomarSiGIBIxTp2WD7XH53EHMrbO7Qo+leRiHWV/rMlyjA==}
  598. peerDependencies:
  599. '@types/sortablejs': ^1.15.0
  600. '@vue/composition-api': '*'
  601. peerDependenciesMeta:
  602. '@vue/composition-api':
  603. optional: true
  604. vue-router@4.4.0:
  605. resolution: {integrity: sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==}
  606. peerDependencies:
  607. vue: ^3.2.0
  608. vue-template-compiler@2.7.16:
  609. resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==}
  610. vue-tsc@1.8.27:
  611. resolution: {integrity: sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==}
  612. hasBin: true
  613. peerDependencies:
  614. typescript: '*'
  615. vue@3.4.31:
  616. resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==}
  617. peerDependencies:
  618. typescript: '*'
  619. peerDependenciesMeta:
  620. typescript:
  621. optional: true
  622. webpack-sources@3.2.3:
  623. resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==}
  624. engines: {node: '>=10.13.0'}
  625. webpack-virtual-modules@0.6.2:
  626. resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
  627. zrender@5.6.0:
  628. resolution: {integrity: sha512-uzgraf4njmmHAbEUxMJ8Oxg+P3fT04O+9p7gY+wJRVxo8Ge+KmYv0WJev945EH4wFuc4OY2NLXz46FZrWS9xJg==}
  629. snapshots:
  630. '@amap/amap-jsapi-loader@1.0.1': {}
  631. '@babel/helper-string-parser@7.24.7': {}
  632. '@babel/helper-validator-identifier@7.24.7': {}
  633. '@babel/parser@7.24.7':
  634. dependencies:
  635. '@babel/types': 7.24.7
  636. '@babel/types@7.24.7':
  637. dependencies:
  638. '@babel/helper-string-parser': 7.24.7
  639. '@babel/helper-validator-identifier': 7.24.7
  640. to-fast-properties: 2.0.0
  641. '@ctrl/tinycolor@3.6.1': {}
  642. '@element-plus/icons-vue@2.3.1(vue@3.4.31(typescript@5.5.3))':
  643. dependencies:
  644. vue: 3.4.31(typescript@5.5.3)
  645. '@esbuild/android-arm64@0.18.20':
  646. optional: true
  647. '@esbuild/android-arm@0.18.20':
  648. optional: true
  649. '@esbuild/android-x64@0.18.20':
  650. optional: true
  651. '@esbuild/darwin-arm64@0.18.20':
  652. optional: true
  653. '@esbuild/darwin-x64@0.18.20':
  654. optional: true
  655. '@esbuild/freebsd-arm64@0.18.20':
  656. optional: true
  657. '@esbuild/freebsd-x64@0.18.20':
  658. optional: true
  659. '@esbuild/linux-arm64@0.18.20':
  660. optional: true
  661. '@esbuild/linux-arm@0.18.20':
  662. optional: true
  663. '@esbuild/linux-ia32@0.18.20':
  664. optional: true
  665. '@esbuild/linux-loong64@0.18.20':
  666. optional: true
  667. '@esbuild/linux-mips64el@0.18.20':
  668. optional: true
  669. '@esbuild/linux-ppc64@0.18.20':
  670. optional: true
  671. '@esbuild/linux-riscv64@0.18.20':
  672. optional: true
  673. '@esbuild/linux-s390x@0.18.20':
  674. optional: true
  675. '@esbuild/linux-x64@0.18.20':
  676. optional: true
  677. '@esbuild/netbsd-x64@0.18.20':
  678. optional: true
  679. '@esbuild/openbsd-x64@0.18.20':
  680. optional: true
  681. '@esbuild/sunos-x64@0.18.20':
  682. optional: true
  683. '@esbuild/win32-arm64@0.18.20':
  684. optional: true
  685. '@esbuild/win32-ia32@0.18.20':
  686. optional: true
  687. '@esbuild/win32-x64@0.18.20':
  688. optional: true
  689. '@floating-ui/core@1.6.4':
  690. dependencies:
  691. '@floating-ui/utils': 0.2.4
  692. '@floating-ui/dom@1.6.7':
  693. dependencies:
  694. '@floating-ui/core': 1.6.4
  695. '@floating-ui/utils': 0.2.4
  696. '@floating-ui/utils@0.2.4': {}
  697. '@jridgewell/sourcemap-codec@1.4.15': {}
  698. '@rollup/pluginutils@5.1.0(rollup@3.29.4)':
  699. dependencies:
  700. '@types/estree': 1.0.5
  701. estree-walker: 2.0.2
  702. picomatch: 2.3.1
  703. optionalDependencies:
  704. rollup: 3.29.4
  705. '@sxzz/popperjs-es@2.11.7': {}
  706. '@types/estree@1.0.5': {}
  707. '@types/lodash-es@4.17.12':
  708. dependencies:
  709. '@types/lodash': 4.17.6
  710. '@types/lodash@4.17.6': {}
  711. '@types/node@20.14.9':
  712. dependencies:
  713. undici-types: 5.26.5
  714. '@types/qs@6.9.15': {}
  715. '@types/sortablejs@1.15.8': {}
  716. '@types/web-bluetooth@0.0.16': {}
  717. '@vitejs/plugin-vue@4.6.2(vite@4.5.3(@types/node@20.14.9)(sass@1.77.6))(vue@3.4.31(typescript@5.5.3))':
  718. dependencies:
  719. vite: 4.5.3(@types/node@20.14.9)(sass@1.77.6)
  720. vue: 3.4.31(typescript@5.5.3)
  721. '@volar/language-core@1.11.1':
  722. dependencies:
  723. '@volar/source-map': 1.11.1
  724. '@volar/source-map@1.11.1':
  725. dependencies:
  726. muggle-string: 0.3.1
  727. '@volar/typescript@1.11.1':
  728. dependencies:
  729. '@volar/language-core': 1.11.1
  730. path-browserify: 1.0.1
  731. '@vue-macros/common@1.10.4(rollup@3.29.4)(vue@3.4.31(typescript@5.5.3))':
  732. dependencies:
  733. '@babel/types': 7.24.7
  734. '@rollup/pluginutils': 5.1.0(rollup@3.29.4)
  735. '@vue/compiler-sfc': 3.4.31
  736. ast-kit: 0.12.2
  737. local-pkg: 0.5.0
  738. magic-string-ast: 0.6.2
  739. optionalDependencies:
  740. vue: 3.4.31(typescript@5.5.3)
  741. transitivePeerDependencies:
  742. - rollup
  743. '@vue/compiler-core@3.4.31':
  744. dependencies:
  745. '@babel/parser': 7.24.7
  746. '@vue/shared': 3.4.31
  747. entities: 4.5.0
  748. estree-walker: 2.0.2
  749. source-map-js: 1.2.0
  750. '@vue/compiler-dom@3.4.31':
  751. dependencies:
  752. '@vue/compiler-core': 3.4.31
  753. '@vue/shared': 3.4.31
  754. '@vue/compiler-sfc@3.4.31':
  755. dependencies:
  756. '@babel/parser': 7.24.7
  757. '@vue/compiler-core': 3.4.31
  758. '@vue/compiler-dom': 3.4.31
  759. '@vue/compiler-ssr': 3.4.31
  760. '@vue/shared': 3.4.31
  761. estree-walker: 2.0.2
  762. magic-string: 0.30.10
  763. postcss: 8.4.39
  764. source-map-js: 1.2.0
  765. '@vue/compiler-ssr@3.4.31':
  766. dependencies:
  767. '@vue/compiler-dom': 3.4.31
  768. '@vue/shared': 3.4.31
  769. '@vue/devtools-api@6.6.3': {}
  770. '@vue/language-core@1.8.27(typescript@5.5.3)':
  771. dependencies:
  772. '@volar/language-core': 1.11.1
  773. '@volar/source-map': 1.11.1
  774. '@vue/compiler-dom': 3.4.31
  775. '@vue/shared': 3.4.31
  776. computeds: 0.0.1
  777. minimatch: 9.0.5
  778. muggle-string: 0.3.1
  779. path-browserify: 1.0.1
  780. vue-template-compiler: 2.7.16
  781. optionalDependencies:
  782. typescript: 5.5.3
  783. '@vue/reactivity@3.4.31':
  784. dependencies:
  785. '@vue/shared': 3.4.31
  786. '@vue/runtime-core@3.4.31':
  787. dependencies:
  788. '@vue/reactivity': 3.4.31
  789. '@vue/shared': 3.4.31
  790. '@vue/runtime-dom@3.4.31':
  791. dependencies:
  792. '@vue/reactivity': 3.4.31
  793. '@vue/runtime-core': 3.4.31
  794. '@vue/shared': 3.4.31
  795. csstype: 3.1.3
  796. '@vue/server-renderer@3.4.31(vue@3.4.31(typescript@5.5.3))':
  797. dependencies:
  798. '@vue/compiler-ssr': 3.4.31
  799. '@vue/shared': 3.4.31
  800. vue: 3.4.31(typescript@5.5.3)
  801. '@vue/shared@3.4.31': {}
  802. '@vueuse/core@9.13.0(vue@3.4.31(typescript@5.5.3))':
  803. dependencies:
  804. '@types/web-bluetooth': 0.0.16
  805. '@vueuse/metadata': 9.13.0
  806. '@vueuse/shared': 9.13.0(vue@3.4.31(typescript@5.5.3))
  807. vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
  808. transitivePeerDependencies:
  809. - '@vue/composition-api'
  810. - vue
  811. '@vueuse/metadata@9.13.0': {}
  812. '@vueuse/shared@9.13.0(vue@3.4.31(typescript@5.5.3))':
  813. dependencies:
  814. vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
  815. transitivePeerDependencies:
  816. - '@vue/composition-api'
  817. - vue
  818. acorn@8.12.1: {}
  819. anymatch@3.1.3:
  820. dependencies:
  821. normalize-path: 3.0.0
  822. picomatch: 2.3.1
  823. ast-kit@0.12.2:
  824. dependencies:
  825. '@babel/parser': 7.24.7
  826. pathe: 1.1.2
  827. ast-walker-scope@0.6.1:
  828. dependencies:
  829. '@babel/parser': 7.24.7
  830. ast-kit: 0.12.2
  831. async-validator@4.2.5: {}
  832. asynckit@0.4.0: {}
  833. axios@1.7.2:
  834. dependencies:
  835. follow-redirects: 1.15.6
  836. form-data: 4.0.0
  837. proxy-from-env: 1.1.0
  838. transitivePeerDependencies:
  839. - debug
  840. balanced-match@1.0.2: {}
  841. binary-extensions@2.3.0: {}
  842. brace-expansion@2.0.1:
  843. dependencies:
  844. balanced-match: 1.0.2
  845. braces@3.0.3:
  846. dependencies:
  847. fill-range: 7.1.1
  848. call-bind@1.0.7:
  849. dependencies:
  850. es-define-property: 1.0.0
  851. es-errors: 1.3.0
  852. function-bind: 1.1.2
  853. get-intrinsic: 1.2.4
  854. set-function-length: 1.2.2
  855. chokidar@3.6.0:
  856. dependencies:
  857. anymatch: 3.1.3
  858. braces: 3.0.3
  859. glob-parent: 5.1.2
  860. is-binary-path: 2.1.0
  861. is-glob: 4.0.3
  862. normalize-path: 3.0.0
  863. readdirp: 3.6.0
  864. optionalDependencies:
  865. fsevents: 2.3.3
  866. combined-stream@1.0.8:
  867. dependencies:
  868. delayed-stream: 1.0.0
  869. computeds@0.0.1: {}
  870. confbox@0.1.7: {}
  871. csstype@3.1.3: {}
  872. dayjs@1.11.11: {}
  873. de-indent@1.0.2: {}
  874. define-data-property@1.1.4:
  875. dependencies:
  876. es-define-property: 1.0.0
  877. es-errors: 1.3.0
  878. gopd: 1.0.1
  879. delayed-stream@1.0.0: {}
  880. echarts@5.5.1:
  881. dependencies:
  882. tslib: 2.3.0
  883. zrender: 5.6.0
  884. element-plus@2.7.6(vue@3.4.31(typescript@5.5.3)):
  885. dependencies:
  886. '@ctrl/tinycolor': 3.6.1
  887. '@element-plus/icons-vue': 2.3.1(vue@3.4.31(typescript@5.5.3))
  888. '@floating-ui/dom': 1.6.7
  889. '@popperjs/core': '@sxzz/popperjs-es@2.11.7'
  890. '@types/lodash': 4.17.6
  891. '@types/lodash-es': 4.17.12
  892. '@vueuse/core': 9.13.0(vue@3.4.31(typescript@5.5.3))
  893. async-validator: 4.2.5
  894. dayjs: 1.11.11
  895. escape-html: 1.0.3
  896. lodash: 4.17.21
  897. lodash-es: 4.17.21
  898. lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21)
  899. memoize-one: 6.0.0
  900. normalize-wheel-es: 1.2.0
  901. vue: 3.4.31(typescript@5.5.3)
  902. transitivePeerDependencies:
  903. - '@vue/composition-api'
  904. entities@4.5.0: {}
  905. es-define-property@1.0.0:
  906. dependencies:
  907. get-intrinsic: 1.2.4
  908. es-errors@1.3.0: {}
  909. es-module-lexer@1.5.4: {}
  910. esbuild@0.18.20:
  911. optionalDependencies:
  912. '@esbuild/android-arm': 0.18.20
  913. '@esbuild/android-arm64': 0.18.20
  914. '@esbuild/android-x64': 0.18.20
  915. '@esbuild/darwin-arm64': 0.18.20
  916. '@esbuild/darwin-x64': 0.18.20
  917. '@esbuild/freebsd-arm64': 0.18.20
  918. '@esbuild/freebsd-x64': 0.18.20
  919. '@esbuild/linux-arm': 0.18.20
  920. '@esbuild/linux-arm64': 0.18.20
  921. '@esbuild/linux-ia32': 0.18.20
  922. '@esbuild/linux-loong64': 0.18.20
  923. '@esbuild/linux-mips64el': 0.18.20
  924. '@esbuild/linux-ppc64': 0.18.20
  925. '@esbuild/linux-riscv64': 0.18.20
  926. '@esbuild/linux-s390x': 0.18.20
  927. '@esbuild/linux-x64': 0.18.20
  928. '@esbuild/netbsd-x64': 0.18.20
  929. '@esbuild/openbsd-x64': 0.18.20
  930. '@esbuild/sunos-x64': 0.18.20
  931. '@esbuild/win32-arm64': 0.18.20
  932. '@esbuild/win32-ia32': 0.18.20
  933. '@esbuild/win32-x64': 0.18.20
  934. escape-html@1.0.3: {}
  935. estree-walker@2.0.2: {}
  936. fill-range@7.1.1:
  937. dependencies:
  938. to-regex-range: 5.0.1
  939. follow-redirects@1.15.6: {}
  940. form-data@4.0.0:
  941. dependencies:
  942. asynckit: 0.4.0
  943. combined-stream: 1.0.8
  944. mime-types: 2.1.35
  945. fsevents@2.3.3:
  946. optional: true
  947. function-bind@1.1.2: {}
  948. get-intrinsic@1.2.4:
  949. dependencies:
  950. es-errors: 1.3.0
  951. function-bind: 1.1.2
  952. has-proto: 1.0.3
  953. has-symbols: 1.0.3
  954. hasown: 2.0.2
  955. glob-parent@5.1.2:
  956. dependencies:
  957. is-glob: 4.0.3
  958. gopd@1.0.1:
  959. dependencies:
  960. get-intrinsic: 1.2.4
  961. has-property-descriptors@1.0.2:
  962. dependencies:
  963. es-define-property: 1.0.0
  964. has-proto@1.0.3: {}
  965. has-symbols@1.0.3: {}
  966. hasown@2.0.2:
  967. dependencies:
  968. function-bind: 1.1.2
  969. he@1.2.0: {}
  970. immutable@4.3.6: {}
  971. is-binary-path@2.1.0:
  972. dependencies:
  973. binary-extensions: 2.3.0
  974. is-extglob@2.1.1: {}
  975. is-glob@4.0.3:
  976. dependencies:
  977. is-extglob: 2.1.1
  978. is-number@7.0.0: {}
  979. js-base64@3.7.7: {}
  980. local-pkg@0.5.0:
  981. dependencies:
  982. mlly: 1.7.1
  983. pkg-types: 1.1.3
  984. lodash-es@4.17.21: {}
  985. lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21):
  986. dependencies:
  987. '@types/lodash-es': 4.17.12
  988. lodash: 4.17.21
  989. lodash-es: 4.17.21
  990. lodash@4.17.21: {}
  991. magic-string-ast@0.6.2:
  992. dependencies:
  993. magic-string: 0.30.10
  994. magic-string@0.30.10:
  995. dependencies:
  996. '@jridgewell/sourcemap-codec': 1.4.15
  997. memoize-one@6.0.0: {}
  998. mime-db@1.52.0: {}
  999. mime-types@2.1.35:
  1000. dependencies:
  1001. mime-db: 1.52.0
  1002. mime@3.0.0: {}
  1003. minimatch@9.0.5:
  1004. dependencies:
  1005. brace-expansion: 2.0.1
  1006. mitt@3.0.1: {}
  1007. mlly@1.7.1:
  1008. dependencies:
  1009. acorn: 8.12.1
  1010. pathe: 1.1.2
  1011. pkg-types: 1.1.3
  1012. ufo: 1.5.3
  1013. muggle-string@0.3.1: {}
  1014. nanoid@3.3.7: {}
  1015. normalize-path@3.0.0: {}
  1016. normalize-wheel-es@1.2.0: {}
  1017. object-inspect@1.13.2: {}
  1018. path-browserify@1.0.1: {}
  1019. pathe@1.1.2: {}
  1020. picocolors@1.0.1: {}
  1021. picomatch@2.3.1: {}
  1022. pkg-types@1.1.3:
  1023. dependencies:
  1024. confbox: 0.1.7
  1025. mlly: 1.7.1
  1026. pathe: 1.1.2
  1027. postcss@8.4.39:
  1028. dependencies:
  1029. nanoid: 3.3.7
  1030. picocolors: 1.0.1
  1031. source-map-js: 1.2.0
  1032. proxy-from-env@1.1.0: {}
  1033. qs@6.12.2:
  1034. dependencies:
  1035. side-channel: 1.0.6
  1036. readdirp@3.6.0:
  1037. dependencies:
  1038. picomatch: 2.3.1
  1039. rollup@3.29.4:
  1040. optionalDependencies:
  1041. fsevents: 2.3.3
  1042. sass@1.77.6:
  1043. dependencies:
  1044. chokidar: 3.6.0
  1045. immutable: 4.3.6
  1046. source-map-js: 1.2.0
  1047. semver@7.6.2: {}
  1048. set-function-length@1.2.2:
  1049. dependencies:
  1050. define-data-property: 1.1.4
  1051. es-errors: 1.3.0
  1052. function-bind: 1.1.2
  1053. get-intrinsic: 1.2.4
  1054. gopd: 1.0.1
  1055. has-property-descriptors: 1.0.2
  1056. side-channel@1.0.6:
  1057. dependencies:
  1058. call-bind: 1.0.7
  1059. es-errors: 1.3.0
  1060. get-intrinsic: 1.2.4
  1061. object-inspect: 1.13.2
  1062. source-map-js@1.2.0: {}
  1063. swiper@11.1.4: {}
  1064. to-fast-properties@2.0.0: {}
  1065. to-regex-range@5.0.1:
  1066. dependencies:
  1067. is-number: 7.0.0
  1068. tslib@2.3.0: {}
  1069. typescript@5.5.3: {}
  1070. ufo@1.5.3: {}
  1071. undici-types@5.26.5: {}
  1072. unplugin-element-plus@0.7.2(rollup@3.29.4):
  1073. dependencies:
  1074. '@rollup/pluginutils': 5.1.0(rollup@3.29.4)
  1075. es-module-lexer: 1.5.4
  1076. magic-string: 0.30.10
  1077. unplugin: 1.11.0
  1078. transitivePeerDependencies:
  1079. - rollup
  1080. unplugin-vue-define-options@1.4.5(rollup@3.29.4)(vue@3.4.31(typescript@5.5.3)):
  1081. dependencies:
  1082. '@vue-macros/common': 1.10.4(rollup@3.29.4)(vue@3.4.31(typescript@5.5.3))
  1083. ast-walker-scope: 0.6.1
  1084. unplugin: 1.11.0
  1085. transitivePeerDependencies:
  1086. - rollup
  1087. - vue
  1088. unplugin@1.11.0:
  1089. dependencies:
  1090. acorn: 8.12.1
  1091. chokidar: 3.6.0
  1092. webpack-sources: 3.2.3
  1093. webpack-virtual-modules: 0.6.2
  1094. vite@4.5.3(@types/node@20.14.9)(sass@1.77.6):
  1095. dependencies:
  1096. esbuild: 0.18.20
  1097. postcss: 8.4.39
  1098. rollup: 3.29.4
  1099. optionalDependencies:
  1100. '@types/node': 20.14.9
  1101. fsevents: 2.3.3
  1102. sass: 1.77.6
  1103. vue-cropper@1.1.3: {}
  1104. vue-demi@0.14.8(vue@3.4.31(typescript@5.5.3)):
  1105. dependencies:
  1106. vue: 3.4.31(typescript@5.5.3)
  1107. vue-draggable-plus@0.5.0(@types/sortablejs@1.15.8):
  1108. dependencies:
  1109. '@types/sortablejs': 1.15.8
  1110. vue-router@4.4.0(vue@3.4.31(typescript@5.5.3)):
  1111. dependencies:
  1112. '@vue/devtools-api': 6.6.3
  1113. vue: 3.4.31(typescript@5.5.3)
  1114. vue-template-compiler@2.7.16:
  1115. dependencies:
  1116. de-indent: 1.0.2
  1117. he: 1.2.0
  1118. vue-tsc@1.8.27(typescript@5.5.3):
  1119. dependencies:
  1120. '@volar/typescript': 1.11.1
  1121. '@vue/language-core': 1.8.27(typescript@5.5.3)
  1122. semver: 7.6.2
  1123. typescript: 5.5.3
  1124. vue@3.4.31(typescript@5.5.3):
  1125. dependencies:
  1126. '@vue/compiler-dom': 3.4.31
  1127. '@vue/compiler-sfc': 3.4.31
  1128. '@vue/runtime-dom': 3.4.31
  1129. '@vue/server-renderer': 3.4.31(vue@3.4.31(typescript@5.5.3))
  1130. '@vue/shared': 3.4.31
  1131. optionalDependencies:
  1132. typescript: 5.5.3
  1133. webpack-sources@3.2.3: {}
  1134. webpack-virtual-modules@0.6.2: {}
  1135. zrender@5.6.0:
  1136. dependencies:
  1137. tslib: 2.3.0