package-lock.json 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719
  1. {
  2. "name": "pc-web-preview",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "pc-web-preview",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@element-plus/icons-vue": "^2.3.2",
  13. "element-plus": "^2.13.5",
  14. "vue": "^3.5.30",
  15. "vue-router": "^4.6.4"
  16. },
  17. "devDependencies": {
  18. "@vitejs/plugin-vue": "^6.0.5",
  19. "sass": "^1.98.0",
  20. "vite": "^8.0.0"
  21. }
  22. },
  23. "node_modules/@babel/helper-string-parser": {
  24. "version": "7.27.1",
  25. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  26. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  27. "license": "MIT",
  28. "engines": {
  29. "node": ">=6.9.0"
  30. }
  31. },
  32. "node_modules/@babel/helper-validator-identifier": {
  33. "version": "7.28.5",
  34. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  35. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  36. "license": "MIT",
  37. "engines": {
  38. "node": ">=6.9.0"
  39. }
  40. },
  41. "node_modules/@babel/parser": {
  42. "version": "7.29.0",
  43. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
  44. "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
  45. "license": "MIT",
  46. "dependencies": {
  47. "@babel/types": "^7.29.0"
  48. },
  49. "bin": {
  50. "parser": "bin/babel-parser.js"
  51. },
  52. "engines": {
  53. "node": ">=6.0.0"
  54. }
  55. },
  56. "node_modules/@babel/types": {
  57. "version": "7.29.0",
  58. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  59. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  60. "license": "MIT",
  61. "dependencies": {
  62. "@babel/helper-string-parser": "^7.27.1",
  63. "@babel/helper-validator-identifier": "^7.28.5"
  64. },
  65. "engines": {
  66. "node": ">=6.9.0"
  67. }
  68. },
  69. "node_modules/@ctrl/tinycolor": {
  70. "version": "4.2.0",
  71. "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz",
  72. "integrity": "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==",
  73. "license": "MIT",
  74. "engines": {
  75. "node": ">=14"
  76. }
  77. },
  78. "node_modules/@element-plus/icons-vue": {
  79. "version": "2.3.2",
  80. "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz",
  81. "integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==",
  82. "license": "MIT",
  83. "peerDependencies": {
  84. "vue": "^3.2.0"
  85. }
  86. },
  87. "node_modules/@emnapi/core": {
  88. "version": "1.9.0",
  89. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.0.tgz",
  90. "integrity": "sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w==",
  91. "dev": true,
  92. "license": "MIT",
  93. "optional": true,
  94. "dependencies": {
  95. "@emnapi/wasi-threads": "1.2.0",
  96. "tslib": "^2.4.0"
  97. }
  98. },
  99. "node_modules/@emnapi/runtime": {
  100. "version": "1.9.0",
  101. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.0.tgz",
  102. "integrity": "sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw==",
  103. "dev": true,
  104. "license": "MIT",
  105. "optional": true,
  106. "dependencies": {
  107. "tslib": "^2.4.0"
  108. }
  109. },
  110. "node_modules/@emnapi/wasi-threads": {
  111. "version": "1.2.0",
  112. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz",
  113. "integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==",
  114. "dev": true,
  115. "license": "MIT",
  116. "optional": true,
  117. "dependencies": {
  118. "tslib": "^2.4.0"
  119. }
  120. },
  121. "node_modules/@floating-ui/core": {
  122. "version": "1.7.5",
  123. "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz",
  124. "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
  125. "license": "MIT",
  126. "dependencies": {
  127. "@floating-ui/utils": "^0.2.11"
  128. }
  129. },
  130. "node_modules/@floating-ui/dom": {
  131. "version": "1.7.6",
  132. "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz",
  133. "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
  134. "license": "MIT",
  135. "dependencies": {
  136. "@floating-ui/core": "^1.7.5",
  137. "@floating-ui/utils": "^0.2.11"
  138. }
  139. },
  140. "node_modules/@floating-ui/utils": {
  141. "version": "0.2.11",
  142. "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz",
  143. "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==",
  144. "license": "MIT"
  145. },
  146. "node_modules/@jridgewell/sourcemap-codec": {
  147. "version": "1.5.5",
  148. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  149. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  150. "license": "MIT"
  151. },
  152. "node_modules/@napi-rs/wasm-runtime": {
  153. "version": "1.1.1",
  154. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz",
  155. "integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==",
  156. "dev": true,
  157. "license": "MIT",
  158. "optional": true,
  159. "dependencies": {
  160. "@emnapi/core": "^1.7.1",
  161. "@emnapi/runtime": "^1.7.1",
  162. "@tybys/wasm-util": "^0.10.1"
  163. },
  164. "funding": {
  165. "type": "github",
  166. "url": "https://github.com/sponsors/Brooooooklyn"
  167. }
  168. },
  169. "node_modules/@oxc-project/runtime": {
  170. "version": "0.115.0",
  171. "resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.115.0.tgz",
  172. "integrity": "sha512-Rg8Wlt5dCbXhQnsXPrkOjL1DTSvXLgb2R/KYfnf1/K+R0k6UMLEmbQXPM+kwrWqSmWA2t0B1EtHy2/3zikQpvQ==",
  173. "dev": true,
  174. "license": "MIT",
  175. "engines": {
  176. "node": "^20.19.0 || >=22.12.0"
  177. }
  178. },
  179. "node_modules/@oxc-project/types": {
  180. "version": "0.115.0",
  181. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.115.0.tgz",
  182. "integrity": "sha512-4n91DKnebUS4yjUHl2g3/b2T+IUdCfmoZGhmwsovZCDaJSs+QkVAM+0AqqTxHSsHfeiMuueT75cZaZcT/m0pSw==",
  183. "dev": true,
  184. "license": "MIT",
  185. "funding": {
  186. "url": "https://github.com/sponsors/Boshen"
  187. }
  188. },
  189. "node_modules/@parcel/watcher": {
  190. "version": "2.5.6",
  191. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
  192. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  193. "dev": true,
  194. "hasInstallScript": true,
  195. "license": "MIT",
  196. "optional": true,
  197. "dependencies": {
  198. "detect-libc": "^2.0.3",
  199. "is-glob": "^4.0.3",
  200. "node-addon-api": "^7.0.0",
  201. "picomatch": "^4.0.3"
  202. },
  203. "engines": {
  204. "node": ">= 10.0.0"
  205. },
  206. "funding": {
  207. "type": "opencollective",
  208. "url": "https://opencollective.com/parcel"
  209. },
  210. "optionalDependencies": {
  211. "@parcel/watcher-android-arm64": "2.5.6",
  212. "@parcel/watcher-darwin-arm64": "2.5.6",
  213. "@parcel/watcher-darwin-x64": "2.5.6",
  214. "@parcel/watcher-freebsd-x64": "2.5.6",
  215. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  216. "@parcel/watcher-linux-arm-musl": "2.5.6",
  217. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  218. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  219. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  220. "@parcel/watcher-linux-x64-musl": "2.5.6",
  221. "@parcel/watcher-win32-arm64": "2.5.6",
  222. "@parcel/watcher-win32-ia32": "2.5.6",
  223. "@parcel/watcher-win32-x64": "2.5.6"
  224. }
  225. },
  226. "node_modules/@parcel/watcher-android-arm64": {
  227. "version": "2.5.6",
  228. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  229. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  230. "cpu": [
  231. "arm64"
  232. ],
  233. "dev": true,
  234. "license": "MIT",
  235. "optional": true,
  236. "os": [
  237. "android"
  238. ],
  239. "engines": {
  240. "node": ">= 10.0.0"
  241. },
  242. "funding": {
  243. "type": "opencollective",
  244. "url": "https://opencollective.com/parcel"
  245. }
  246. },
  247. "node_modules/@parcel/watcher-darwin-arm64": {
  248. "version": "2.5.6",
  249. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  250. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  251. "cpu": [
  252. "arm64"
  253. ],
  254. "dev": true,
  255. "license": "MIT",
  256. "optional": true,
  257. "os": [
  258. "darwin"
  259. ],
  260. "engines": {
  261. "node": ">= 10.0.0"
  262. },
  263. "funding": {
  264. "type": "opencollective",
  265. "url": "https://opencollective.com/parcel"
  266. }
  267. },
  268. "node_modules/@parcel/watcher-darwin-x64": {
  269. "version": "2.5.6",
  270. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  271. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  272. "cpu": [
  273. "x64"
  274. ],
  275. "dev": true,
  276. "license": "MIT",
  277. "optional": true,
  278. "os": [
  279. "darwin"
  280. ],
  281. "engines": {
  282. "node": ">= 10.0.0"
  283. },
  284. "funding": {
  285. "type": "opencollective",
  286. "url": "https://opencollective.com/parcel"
  287. }
  288. },
  289. "node_modules/@parcel/watcher-freebsd-x64": {
  290. "version": "2.5.6",
  291. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  292. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  293. "cpu": [
  294. "x64"
  295. ],
  296. "dev": true,
  297. "license": "MIT",
  298. "optional": true,
  299. "os": [
  300. "freebsd"
  301. ],
  302. "engines": {
  303. "node": ">= 10.0.0"
  304. },
  305. "funding": {
  306. "type": "opencollective",
  307. "url": "https://opencollective.com/parcel"
  308. }
  309. },
  310. "node_modules/@parcel/watcher-linux-arm-glibc": {
  311. "version": "2.5.6",
  312. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  313. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  314. "cpu": [
  315. "arm"
  316. ],
  317. "dev": true,
  318. "license": "MIT",
  319. "optional": true,
  320. "os": [
  321. "linux"
  322. ],
  323. "engines": {
  324. "node": ">= 10.0.0"
  325. },
  326. "funding": {
  327. "type": "opencollective",
  328. "url": "https://opencollective.com/parcel"
  329. }
  330. },
  331. "node_modules/@parcel/watcher-linux-arm-musl": {
  332. "version": "2.5.6",
  333. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  334. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  335. "cpu": [
  336. "arm"
  337. ],
  338. "dev": true,
  339. "license": "MIT",
  340. "optional": true,
  341. "os": [
  342. "linux"
  343. ],
  344. "engines": {
  345. "node": ">= 10.0.0"
  346. },
  347. "funding": {
  348. "type": "opencollective",
  349. "url": "https://opencollective.com/parcel"
  350. }
  351. },
  352. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  353. "version": "2.5.6",
  354. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  355. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  356. "cpu": [
  357. "arm64"
  358. ],
  359. "dev": true,
  360. "license": "MIT",
  361. "optional": true,
  362. "os": [
  363. "linux"
  364. ],
  365. "engines": {
  366. "node": ">= 10.0.0"
  367. },
  368. "funding": {
  369. "type": "opencollective",
  370. "url": "https://opencollective.com/parcel"
  371. }
  372. },
  373. "node_modules/@parcel/watcher-linux-arm64-musl": {
  374. "version": "2.5.6",
  375. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  376. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  377. "cpu": [
  378. "arm64"
  379. ],
  380. "dev": true,
  381. "license": "MIT",
  382. "optional": true,
  383. "os": [
  384. "linux"
  385. ],
  386. "engines": {
  387. "node": ">= 10.0.0"
  388. },
  389. "funding": {
  390. "type": "opencollective",
  391. "url": "https://opencollective.com/parcel"
  392. }
  393. },
  394. "node_modules/@parcel/watcher-linux-x64-glibc": {
  395. "version": "2.5.6",
  396. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  397. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  398. "cpu": [
  399. "x64"
  400. ],
  401. "dev": true,
  402. "license": "MIT",
  403. "optional": true,
  404. "os": [
  405. "linux"
  406. ],
  407. "engines": {
  408. "node": ">= 10.0.0"
  409. },
  410. "funding": {
  411. "type": "opencollective",
  412. "url": "https://opencollective.com/parcel"
  413. }
  414. },
  415. "node_modules/@parcel/watcher-linux-x64-musl": {
  416. "version": "2.5.6",
  417. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  418. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  419. "cpu": [
  420. "x64"
  421. ],
  422. "dev": true,
  423. "license": "MIT",
  424. "optional": true,
  425. "os": [
  426. "linux"
  427. ],
  428. "engines": {
  429. "node": ">= 10.0.0"
  430. },
  431. "funding": {
  432. "type": "opencollective",
  433. "url": "https://opencollective.com/parcel"
  434. }
  435. },
  436. "node_modules/@parcel/watcher-win32-arm64": {
  437. "version": "2.5.6",
  438. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  439. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  440. "cpu": [
  441. "arm64"
  442. ],
  443. "dev": true,
  444. "license": "MIT",
  445. "optional": true,
  446. "os": [
  447. "win32"
  448. ],
  449. "engines": {
  450. "node": ">= 10.0.0"
  451. },
  452. "funding": {
  453. "type": "opencollective",
  454. "url": "https://opencollective.com/parcel"
  455. }
  456. },
  457. "node_modules/@parcel/watcher-win32-ia32": {
  458. "version": "2.5.6",
  459. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  460. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  461. "cpu": [
  462. "ia32"
  463. ],
  464. "dev": true,
  465. "license": "MIT",
  466. "optional": true,
  467. "os": [
  468. "win32"
  469. ],
  470. "engines": {
  471. "node": ">= 10.0.0"
  472. },
  473. "funding": {
  474. "type": "opencollective",
  475. "url": "https://opencollective.com/parcel"
  476. }
  477. },
  478. "node_modules/@parcel/watcher-win32-x64": {
  479. "version": "2.5.6",
  480. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  481. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  482. "cpu": [
  483. "x64"
  484. ],
  485. "dev": true,
  486. "license": "MIT",
  487. "optional": true,
  488. "os": [
  489. "win32"
  490. ],
  491. "engines": {
  492. "node": ">= 10.0.0"
  493. },
  494. "funding": {
  495. "type": "opencollective",
  496. "url": "https://opencollective.com/parcel"
  497. }
  498. },
  499. "node_modules/@popperjs/core": {
  500. "name": "@sxzz/popperjs-es",
  501. "version": "2.11.8",
  502. "resolved": "https://registry.npmjs.org/@sxzz/popperjs-es/-/popperjs-es-2.11.8.tgz",
  503. "integrity": "sha512-wOwESXvvED3S8xBmcPWHs2dUuzrE4XiZeFu7e1hROIJkm02a49N120pmOXxY33sBb6hArItm5W5tcg1cBtV+HQ==",
  504. "license": "MIT",
  505. "funding": {
  506. "type": "opencollective",
  507. "url": "https://opencollective.com/popperjs"
  508. }
  509. },
  510. "node_modules/@rolldown/binding-android-arm64": {
  511. "version": "1.0.0-rc.9",
  512. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.9.tgz",
  513. "integrity": "sha512-lcJL0bN5hpgJfSIz/8PIf02irmyL43P+j1pTCfbD1DbLkmGRuFIA4DD3B3ZOvGqG0XiVvRznbKtN0COQVaKUTg==",
  514. "cpu": [
  515. "arm64"
  516. ],
  517. "dev": true,
  518. "license": "MIT",
  519. "optional": true,
  520. "os": [
  521. "android"
  522. ],
  523. "engines": {
  524. "node": "^20.19.0 || >=22.12.0"
  525. }
  526. },
  527. "node_modules/@rolldown/binding-darwin-arm64": {
  528. "version": "1.0.0-rc.9",
  529. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.9.tgz",
  530. "integrity": "sha512-J7Zk3kLYFsLtuH6U+F4pS2sYVzac0qkjcO5QxHS7OS7yZu2LRs+IXo+uvJ/mvpyUljDJ3LROZPoQfgBIpCMhdQ==",
  531. "cpu": [
  532. "arm64"
  533. ],
  534. "dev": true,
  535. "license": "MIT",
  536. "optional": true,
  537. "os": [
  538. "darwin"
  539. ],
  540. "engines": {
  541. "node": "^20.19.0 || >=22.12.0"
  542. }
  543. },
  544. "node_modules/@rolldown/binding-darwin-x64": {
  545. "version": "1.0.0-rc.9",
  546. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.9.tgz",
  547. "integrity": "sha512-iwtmmghy8nhfRGeNAIltcNXzD0QMNaaA5U/NyZc1Ia4bxrzFByNMDoppoC+hl7cDiUq5/1CnFthpT9n+UtfFyg==",
  548. "cpu": [
  549. "x64"
  550. ],
  551. "dev": true,
  552. "license": "MIT",
  553. "optional": true,
  554. "os": [
  555. "darwin"
  556. ],
  557. "engines": {
  558. "node": "^20.19.0 || >=22.12.0"
  559. }
  560. },
  561. "node_modules/@rolldown/binding-freebsd-x64": {
  562. "version": "1.0.0-rc.9",
  563. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.9.tgz",
  564. "integrity": "sha512-DLFYI78SCiZr5VvdEplsVC2Vx53lnA4/Ga5C65iyldMVaErr86aiqCoNBLl92PXPfDtUYjUh+xFFor40ueNs4Q==",
  565. "cpu": [
  566. "x64"
  567. ],
  568. "dev": true,
  569. "license": "MIT",
  570. "optional": true,
  571. "os": [
  572. "freebsd"
  573. ],
  574. "engines": {
  575. "node": "^20.19.0 || >=22.12.0"
  576. }
  577. },
  578. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  579. "version": "1.0.0-rc.9",
  580. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.9.tgz",
  581. "integrity": "sha512-CsjTmTwd0Hri6iTw/DRMK7kOZ7FwAkrO4h8YWKoX/kcj833e4coqo2wzIFywtch/8Eb5enQ/lwLM7w6JX1W5RQ==",
  582. "cpu": [
  583. "arm"
  584. ],
  585. "dev": true,
  586. "license": "MIT",
  587. "optional": true,
  588. "os": [
  589. "linux"
  590. ],
  591. "engines": {
  592. "node": "^20.19.0 || >=22.12.0"
  593. }
  594. },
  595. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  596. "version": "1.0.0-rc.9",
  597. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.9.tgz",
  598. "integrity": "sha512-2x9O2JbSPxpxMDhP9Z74mahAStibTlrBMW0520+epJH5sac7/LwZW5Bmg/E6CXuEF53JJFW509uP+lSedaUNxg==",
  599. "cpu": [
  600. "arm64"
  601. ],
  602. "dev": true,
  603. "license": "MIT",
  604. "optional": true,
  605. "os": [
  606. "linux"
  607. ],
  608. "engines": {
  609. "node": "^20.19.0 || >=22.12.0"
  610. }
  611. },
  612. "node_modules/@rolldown/binding-linux-arm64-musl": {
  613. "version": "1.0.0-rc.9",
  614. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.9.tgz",
  615. "integrity": "sha512-JA1QRW31ogheAIRhIg9tjMfsYbglXXYGNPLdPEYrwFxdbkQCAzvpSCSHCDWNl4hTtrol8WeboCSEpjdZK8qrCg==",
  616. "cpu": [
  617. "arm64"
  618. ],
  619. "dev": true,
  620. "license": "MIT",
  621. "optional": true,
  622. "os": [
  623. "linux"
  624. ],
  625. "engines": {
  626. "node": "^20.19.0 || >=22.12.0"
  627. }
  628. },
  629. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  630. "version": "1.0.0-rc.9",
  631. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.9.tgz",
  632. "integrity": "sha512-aOKU9dJheda8Kj8Y3w9gnt9QFOO+qKPAl8SWd7JPHP+Cu0EuDAE5wokQubLzIDQWg2myXq2XhTpOVS07qqvT+w==",
  633. "cpu": [
  634. "ppc64"
  635. ],
  636. "dev": true,
  637. "license": "MIT",
  638. "optional": true,
  639. "os": [
  640. "linux"
  641. ],
  642. "engines": {
  643. "node": "^20.19.0 || >=22.12.0"
  644. }
  645. },
  646. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  647. "version": "1.0.0-rc.9",
  648. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.9.tgz",
  649. "integrity": "sha512-OalO94fqj7IWRn3VdXWty75jC5dk4C197AWEuMhIpvVv2lw9fiPhud0+bW2ctCxb3YoBZor71QHbY+9/WToadA==",
  650. "cpu": [
  651. "s390x"
  652. ],
  653. "dev": true,
  654. "license": "MIT",
  655. "optional": true,
  656. "os": [
  657. "linux"
  658. ],
  659. "engines": {
  660. "node": "^20.19.0 || >=22.12.0"
  661. }
  662. },
  663. "node_modules/@rolldown/binding-linux-x64-gnu": {
  664. "version": "1.0.0-rc.9",
  665. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.9.tgz",
  666. "integrity": "sha512-cVEl1vZtBsBZna3YMjGXNvnYYrOJ7RzuWvZU0ffvJUexWkukMaDuGhUXn0rjnV0ptzGVkvc+vW9Yqy6h8YX4pg==",
  667. "cpu": [
  668. "x64"
  669. ],
  670. "dev": true,
  671. "license": "MIT",
  672. "optional": true,
  673. "os": [
  674. "linux"
  675. ],
  676. "engines": {
  677. "node": "^20.19.0 || >=22.12.0"
  678. }
  679. },
  680. "node_modules/@rolldown/binding-linux-x64-musl": {
  681. "version": "1.0.0-rc.9",
  682. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.9.tgz",
  683. "integrity": "sha512-UzYnKCIIc4heAKgI4PZ3dfBGUZefGCJ1TPDuLHoCzgrMYPb5Rv6TLFuYtyM4rWyHM7hymNdsg5ik2C+UD9VDbA==",
  684. "cpu": [
  685. "x64"
  686. ],
  687. "dev": true,
  688. "license": "MIT",
  689. "optional": true,
  690. "os": [
  691. "linux"
  692. ],
  693. "engines": {
  694. "node": "^20.19.0 || >=22.12.0"
  695. }
  696. },
  697. "node_modules/@rolldown/binding-openharmony-arm64": {
  698. "version": "1.0.0-rc.9",
  699. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.9.tgz",
  700. "integrity": "sha512-+6zoiF+RRyf5cdlFQP7nm58mq7+/2PFaY2DNQeD4B87N36JzfF/l9mdBkkmTvSYcYPE8tMh/o3cRlsx1ldLfog==",
  701. "cpu": [
  702. "arm64"
  703. ],
  704. "dev": true,
  705. "license": "MIT",
  706. "optional": true,
  707. "os": [
  708. "openharmony"
  709. ],
  710. "engines": {
  711. "node": "^20.19.0 || >=22.12.0"
  712. }
  713. },
  714. "node_modules/@rolldown/binding-wasm32-wasi": {
  715. "version": "1.0.0-rc.9",
  716. "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.9.tgz",
  717. "integrity": "sha512-rgFN6sA/dyebil3YTlL2evvi/M+ivhfnyxec7AccTpRPccno/rPoNlqybEZQBkcbZu8Hy+eqNJCqfBR8P7Pg8g==",
  718. "cpu": [
  719. "wasm32"
  720. ],
  721. "dev": true,
  722. "license": "MIT",
  723. "optional": true,
  724. "dependencies": {
  725. "@napi-rs/wasm-runtime": "^1.1.1"
  726. },
  727. "engines": {
  728. "node": ">=14.0.0"
  729. }
  730. },
  731. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  732. "version": "1.0.0-rc.9",
  733. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.9.tgz",
  734. "integrity": "sha512-lHVNUG/8nlF1IQk1C0Ci574qKYyty2goMiPlRqkC5R+3LkXDkL5Dhx8ytbxq35m+pkHVIvIxviD+TWLdfeuadA==",
  735. "cpu": [
  736. "arm64"
  737. ],
  738. "dev": true,
  739. "license": "MIT",
  740. "optional": true,
  741. "os": [
  742. "win32"
  743. ],
  744. "engines": {
  745. "node": "^20.19.0 || >=22.12.0"
  746. }
  747. },
  748. "node_modules/@rolldown/binding-win32-x64-msvc": {
  749. "version": "1.0.0-rc.9",
  750. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.9.tgz",
  751. "integrity": "sha512-G0oA4+w1iY5AGi5HcDTxWsoxF509hrFIPB2rduV5aDqS9FtDg1CAfa7V34qImbjfhIcA8C+RekocJZA96EarwQ==",
  752. "cpu": [
  753. "x64"
  754. ],
  755. "dev": true,
  756. "license": "MIT",
  757. "optional": true,
  758. "os": [
  759. "win32"
  760. ],
  761. "engines": {
  762. "node": "^20.19.0 || >=22.12.0"
  763. }
  764. },
  765. "node_modules/@rolldown/pluginutils": {
  766. "version": "1.0.0-rc.2",
  767. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz",
  768. "integrity": "sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==",
  769. "dev": true,
  770. "license": "MIT"
  771. },
  772. "node_modules/@tybys/wasm-util": {
  773. "version": "0.10.1",
  774. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  775. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  776. "dev": true,
  777. "license": "MIT",
  778. "optional": true,
  779. "dependencies": {
  780. "tslib": "^2.4.0"
  781. }
  782. },
  783. "node_modules/@types/lodash": {
  784. "version": "4.17.24",
  785. "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz",
  786. "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==",
  787. "license": "MIT"
  788. },
  789. "node_modules/@types/lodash-es": {
  790. "version": "4.17.12",
  791. "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  792. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  793. "license": "MIT",
  794. "dependencies": {
  795. "@types/lodash": "*"
  796. }
  797. },
  798. "node_modules/@types/web-bluetooth": {
  799. "version": "0.0.20",
  800. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  801. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  802. "license": "MIT"
  803. },
  804. "node_modules/@vitejs/plugin-vue": {
  805. "version": "6.0.5",
  806. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.5.tgz",
  807. "integrity": "sha512-bL3AxKuQySfk1iGcBsQnoRVexTPJq0Z/ixFVM8OhVJAP6ZXXXLtM7NFKWhLl30Kg7uTBqIaPXbh+nuQCuBDedg==",
  808. "dev": true,
  809. "license": "MIT",
  810. "dependencies": {
  811. "@rolldown/pluginutils": "1.0.0-rc.2"
  812. },
  813. "engines": {
  814. "node": "^20.19.0 || >=22.12.0"
  815. },
  816. "peerDependencies": {
  817. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  818. "vue": "^3.2.25"
  819. }
  820. },
  821. "node_modules/@vue/compiler-core": {
  822. "version": "3.5.30",
  823. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.30.tgz",
  824. "integrity": "sha512-s3DfdZkcu/qExZ+td75015ljzHc6vE+30cFMGRPROYjqkroYI5NV2X1yAMX9UeyBNWB9MxCfPcsjpLS11nzkkw==",
  825. "license": "MIT",
  826. "dependencies": {
  827. "@babel/parser": "^7.29.0",
  828. "@vue/shared": "3.5.30",
  829. "entities": "^7.0.1",
  830. "estree-walker": "^2.0.2",
  831. "source-map-js": "^1.2.1"
  832. }
  833. },
  834. "node_modules/@vue/compiler-dom": {
  835. "version": "3.5.30",
  836. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.30.tgz",
  837. "integrity": "sha512-eCFYESUEVYHhiMuK4SQTldO3RYxyMR/UQL4KdGD1Yrkfdx4m/HYuZ9jSfPdA+nWJY34VWndiYdW/wZXyiPEB9g==",
  838. "license": "MIT",
  839. "dependencies": {
  840. "@vue/compiler-core": "3.5.30",
  841. "@vue/shared": "3.5.30"
  842. }
  843. },
  844. "node_modules/@vue/compiler-sfc": {
  845. "version": "3.5.30",
  846. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.30.tgz",
  847. "integrity": "sha512-LqmFPDn89dtU9vI3wHJnwaV6GfTRD87AjWpTWpyrdVOObVtjIuSeZr181z5C4PmVx/V3j2p+0f7edFKGRMpQ5A==",
  848. "license": "MIT",
  849. "dependencies": {
  850. "@babel/parser": "^7.29.0",
  851. "@vue/compiler-core": "3.5.30",
  852. "@vue/compiler-dom": "3.5.30",
  853. "@vue/compiler-ssr": "3.5.30",
  854. "@vue/shared": "3.5.30",
  855. "estree-walker": "^2.0.2",
  856. "magic-string": "^0.30.21",
  857. "postcss": "^8.5.8",
  858. "source-map-js": "^1.2.1"
  859. }
  860. },
  861. "node_modules/@vue/compiler-ssr": {
  862. "version": "3.5.30",
  863. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.30.tgz",
  864. "integrity": "sha512-NsYK6OMTnx109PSL2IAyf62JP6EUdk4Dmj6AkWcJGBvN0dQoMYtVekAmdqgTtWQgEJo+Okstbf/1p7qZr5H+bA==",
  865. "license": "MIT",
  866. "dependencies": {
  867. "@vue/compiler-dom": "3.5.30",
  868. "@vue/shared": "3.5.30"
  869. }
  870. },
  871. "node_modules/@vue/devtools-api": {
  872. "version": "6.6.4",
  873. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  874. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  875. "license": "MIT"
  876. },
  877. "node_modules/@vue/reactivity": {
  878. "version": "3.5.30",
  879. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.30.tgz",
  880. "integrity": "sha512-179YNgKATuwj9gB+66snskRDOitDiuOZqkYia7mHKJaidOMo/WJxHKF8DuGc4V4XbYTJANlfEKb0yxTQotnx4Q==",
  881. "license": "MIT",
  882. "dependencies": {
  883. "@vue/shared": "3.5.30"
  884. }
  885. },
  886. "node_modules/@vue/runtime-core": {
  887. "version": "3.5.30",
  888. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.30.tgz",
  889. "integrity": "sha512-e0Z+8PQsUTdwV8TtEsLzUM7SzC7lQwYKePydb7K2ZnmS6jjND+WJXkmmfh/swYzRyfP1EY3fpdesyYoymCzYfg==",
  890. "license": "MIT",
  891. "dependencies": {
  892. "@vue/reactivity": "3.5.30",
  893. "@vue/shared": "3.5.30"
  894. }
  895. },
  896. "node_modules/@vue/runtime-dom": {
  897. "version": "3.5.30",
  898. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.30.tgz",
  899. "integrity": "sha512-2UIGakjU4WSQ0T4iwDEW0W7vQj6n7AFn7taqZ9Cvm0Q/RA2FFOziLESrDL4GmtI1wV3jXg5nMoJSYO66egDUBw==",
  900. "license": "MIT",
  901. "dependencies": {
  902. "@vue/reactivity": "3.5.30",
  903. "@vue/runtime-core": "3.5.30",
  904. "@vue/shared": "3.5.30",
  905. "csstype": "^3.2.3"
  906. }
  907. },
  908. "node_modules/@vue/server-renderer": {
  909. "version": "3.5.30",
  910. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.30.tgz",
  911. "integrity": "sha512-v+R34icapydRwbZRD0sXwtHqrQJv38JuMB4JxbOxd8NEpGLny7cncMp53W9UH/zo4j8eDHjQ1dEJXwzFQknjtQ==",
  912. "license": "MIT",
  913. "dependencies": {
  914. "@vue/compiler-ssr": "3.5.30",
  915. "@vue/shared": "3.5.30"
  916. },
  917. "peerDependencies": {
  918. "vue": "3.5.30"
  919. }
  920. },
  921. "node_modules/@vue/shared": {
  922. "version": "3.5.30",
  923. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.30.tgz",
  924. "integrity": "sha512-YXgQ7JjaO18NeK2K9VTbDHaFy62WrObMa6XERNfNOkAhD1F1oDSf3ZJ7K6GqabZ0BvSDHajp8qfS5Sa2I9n8uQ==",
  925. "license": "MIT"
  926. },
  927. "node_modules/@vueuse/core": {
  928. "version": "12.0.0",
  929. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.0.0.tgz",
  930. "integrity": "sha512-C12RukhXiJCbx4MGhjmd/gH52TjJsc3G0E0kQj/kb19H3Nt6n1CA4DRWuTdWWcaFRdlTe0npWDS942mvacvNBw==",
  931. "license": "MIT",
  932. "dependencies": {
  933. "@types/web-bluetooth": "^0.0.20",
  934. "@vueuse/metadata": "12.0.0",
  935. "@vueuse/shared": "12.0.0",
  936. "vue": "^3.5.13"
  937. },
  938. "funding": {
  939. "url": "https://github.com/sponsors/antfu"
  940. }
  941. },
  942. "node_modules/@vueuse/metadata": {
  943. "version": "12.0.0",
  944. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.0.0.tgz",
  945. "integrity": "sha512-Yzimd1D3sjxTDOlF05HekU5aSGdKjxhuhRFHA7gDWLn57PRbBIh+SF5NmjhJ0WRgF3my7T8LBucyxdFJjIfRJQ==",
  946. "license": "MIT",
  947. "funding": {
  948. "url": "https://github.com/sponsors/antfu"
  949. }
  950. },
  951. "node_modules/@vueuse/shared": {
  952. "version": "12.0.0",
  953. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.0.0.tgz",
  954. "integrity": "sha512-3i6qtcq2PIio5i/vVYidkkcgvmTjCqrf26u+Fd4LhnbBmIT6FN8y6q/GJERp8lfcB9zVEfjdV0Br0443qZuJpw==",
  955. "license": "MIT",
  956. "dependencies": {
  957. "vue": "^3.5.13"
  958. },
  959. "funding": {
  960. "url": "https://github.com/sponsors/antfu"
  961. }
  962. },
  963. "node_modules/async-validator": {
  964. "version": "4.2.5",
  965. "resolved": "https://registry.npmjs.org/async-validator/-/async-validator-4.2.5.tgz",
  966. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  967. "license": "MIT"
  968. },
  969. "node_modules/chokidar": {
  970. "version": "4.0.3",
  971. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  972. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  973. "dev": true,
  974. "license": "MIT",
  975. "dependencies": {
  976. "readdirp": "^4.0.1"
  977. },
  978. "engines": {
  979. "node": ">= 14.16.0"
  980. },
  981. "funding": {
  982. "url": "https://paulmillr.com/funding/"
  983. }
  984. },
  985. "node_modules/csstype": {
  986. "version": "3.2.3",
  987. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  988. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  989. "license": "MIT"
  990. },
  991. "node_modules/dayjs": {
  992. "version": "1.11.20",
  993. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
  994. "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
  995. "license": "MIT"
  996. },
  997. "node_modules/detect-libc": {
  998. "version": "2.1.2",
  999. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  1000. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  1001. "dev": true,
  1002. "license": "Apache-2.0",
  1003. "engines": {
  1004. "node": ">=8"
  1005. }
  1006. },
  1007. "node_modules/element-plus": {
  1008. "version": "2.13.5",
  1009. "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.13.5.tgz",
  1010. "integrity": "sha512-dmY24fhSREfZN/PuUt0YZigMso7wWzl+B5o+YKNN15kQIn/0hzamsPU+ebj9SES0IbUqsLX1wkrzYmzU8VrVOQ==",
  1011. "license": "MIT",
  1012. "dependencies": {
  1013. "@ctrl/tinycolor": "^4.2.0",
  1014. "@element-plus/icons-vue": "^2.3.2",
  1015. "@floating-ui/dom": "^1.0.1",
  1016. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  1017. "@types/lodash": "^4.17.20",
  1018. "@types/lodash-es": "^4.17.12",
  1019. "@vueuse/core": "12.0.0",
  1020. "async-validator": "^4.2.5",
  1021. "dayjs": "^1.11.19",
  1022. "lodash": "^4.17.23",
  1023. "lodash-es": "^4.17.23",
  1024. "lodash-unified": "^1.0.3",
  1025. "memoize-one": "^6.0.0",
  1026. "normalize-wheel-es": "^1.2.0"
  1027. },
  1028. "peerDependencies": {
  1029. "vue": "^3.3.0"
  1030. }
  1031. },
  1032. "node_modules/entities": {
  1033. "version": "7.0.1",
  1034. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  1035. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  1036. "license": "BSD-2-Clause",
  1037. "engines": {
  1038. "node": ">=0.12"
  1039. },
  1040. "funding": {
  1041. "url": "https://github.com/fb55/entities?sponsor=1"
  1042. }
  1043. },
  1044. "node_modules/estree-walker": {
  1045. "version": "2.0.2",
  1046. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1047. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1048. "license": "MIT"
  1049. },
  1050. "node_modules/fdir": {
  1051. "version": "6.5.0",
  1052. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  1053. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  1054. "dev": true,
  1055. "license": "MIT",
  1056. "engines": {
  1057. "node": ">=12.0.0"
  1058. },
  1059. "peerDependencies": {
  1060. "picomatch": "^3 || ^4"
  1061. },
  1062. "peerDependenciesMeta": {
  1063. "picomatch": {
  1064. "optional": true
  1065. }
  1066. }
  1067. },
  1068. "node_modules/fsevents": {
  1069. "version": "2.3.3",
  1070. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  1071. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1072. "dev": true,
  1073. "hasInstallScript": true,
  1074. "license": "MIT",
  1075. "optional": true,
  1076. "os": [
  1077. "darwin"
  1078. ],
  1079. "engines": {
  1080. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1081. }
  1082. },
  1083. "node_modules/immutable": {
  1084. "version": "5.1.5",
  1085. "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.5.tgz",
  1086. "integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==",
  1087. "dev": true,
  1088. "license": "MIT"
  1089. },
  1090. "node_modules/is-extglob": {
  1091. "version": "2.1.1",
  1092. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  1093. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  1094. "dev": true,
  1095. "license": "MIT",
  1096. "optional": true,
  1097. "engines": {
  1098. "node": ">=0.10.0"
  1099. }
  1100. },
  1101. "node_modules/is-glob": {
  1102. "version": "4.0.3",
  1103. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  1104. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  1105. "dev": true,
  1106. "license": "MIT",
  1107. "optional": true,
  1108. "dependencies": {
  1109. "is-extglob": "^2.1.1"
  1110. },
  1111. "engines": {
  1112. "node": ">=0.10.0"
  1113. }
  1114. },
  1115. "node_modules/lightningcss": {
  1116. "version": "1.32.0",
  1117. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  1118. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  1119. "dev": true,
  1120. "license": "MPL-2.0",
  1121. "dependencies": {
  1122. "detect-libc": "^2.0.3"
  1123. },
  1124. "engines": {
  1125. "node": ">= 12.0.0"
  1126. },
  1127. "funding": {
  1128. "type": "opencollective",
  1129. "url": "https://opencollective.com/parcel"
  1130. },
  1131. "optionalDependencies": {
  1132. "lightningcss-android-arm64": "1.32.0",
  1133. "lightningcss-darwin-arm64": "1.32.0",
  1134. "lightningcss-darwin-x64": "1.32.0",
  1135. "lightningcss-freebsd-x64": "1.32.0",
  1136. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  1137. "lightningcss-linux-arm64-gnu": "1.32.0",
  1138. "lightningcss-linux-arm64-musl": "1.32.0",
  1139. "lightningcss-linux-x64-gnu": "1.32.0",
  1140. "lightningcss-linux-x64-musl": "1.32.0",
  1141. "lightningcss-win32-arm64-msvc": "1.32.0",
  1142. "lightningcss-win32-x64-msvc": "1.32.0"
  1143. }
  1144. },
  1145. "node_modules/lightningcss-android-arm64": {
  1146. "version": "1.32.0",
  1147. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  1148. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  1149. "cpu": [
  1150. "arm64"
  1151. ],
  1152. "dev": true,
  1153. "license": "MPL-2.0",
  1154. "optional": true,
  1155. "os": [
  1156. "android"
  1157. ],
  1158. "engines": {
  1159. "node": ">= 12.0.0"
  1160. },
  1161. "funding": {
  1162. "type": "opencollective",
  1163. "url": "https://opencollective.com/parcel"
  1164. }
  1165. },
  1166. "node_modules/lightningcss-darwin-arm64": {
  1167. "version": "1.32.0",
  1168. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  1169. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  1170. "cpu": [
  1171. "arm64"
  1172. ],
  1173. "dev": true,
  1174. "license": "MPL-2.0",
  1175. "optional": true,
  1176. "os": [
  1177. "darwin"
  1178. ],
  1179. "engines": {
  1180. "node": ">= 12.0.0"
  1181. },
  1182. "funding": {
  1183. "type": "opencollective",
  1184. "url": "https://opencollective.com/parcel"
  1185. }
  1186. },
  1187. "node_modules/lightningcss-darwin-x64": {
  1188. "version": "1.32.0",
  1189. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  1190. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  1191. "cpu": [
  1192. "x64"
  1193. ],
  1194. "dev": true,
  1195. "license": "MPL-2.0",
  1196. "optional": true,
  1197. "os": [
  1198. "darwin"
  1199. ],
  1200. "engines": {
  1201. "node": ">= 12.0.0"
  1202. },
  1203. "funding": {
  1204. "type": "opencollective",
  1205. "url": "https://opencollective.com/parcel"
  1206. }
  1207. },
  1208. "node_modules/lightningcss-freebsd-x64": {
  1209. "version": "1.32.0",
  1210. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  1211. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  1212. "cpu": [
  1213. "x64"
  1214. ],
  1215. "dev": true,
  1216. "license": "MPL-2.0",
  1217. "optional": true,
  1218. "os": [
  1219. "freebsd"
  1220. ],
  1221. "engines": {
  1222. "node": ">= 12.0.0"
  1223. },
  1224. "funding": {
  1225. "type": "opencollective",
  1226. "url": "https://opencollective.com/parcel"
  1227. }
  1228. },
  1229. "node_modules/lightningcss-linux-arm-gnueabihf": {
  1230. "version": "1.32.0",
  1231. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  1232. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  1233. "cpu": [
  1234. "arm"
  1235. ],
  1236. "dev": true,
  1237. "license": "MPL-2.0",
  1238. "optional": true,
  1239. "os": [
  1240. "linux"
  1241. ],
  1242. "engines": {
  1243. "node": ">= 12.0.0"
  1244. },
  1245. "funding": {
  1246. "type": "opencollective",
  1247. "url": "https://opencollective.com/parcel"
  1248. }
  1249. },
  1250. "node_modules/lightningcss-linux-arm64-gnu": {
  1251. "version": "1.32.0",
  1252. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  1253. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  1254. "cpu": [
  1255. "arm64"
  1256. ],
  1257. "dev": true,
  1258. "license": "MPL-2.0",
  1259. "optional": true,
  1260. "os": [
  1261. "linux"
  1262. ],
  1263. "engines": {
  1264. "node": ">= 12.0.0"
  1265. },
  1266. "funding": {
  1267. "type": "opencollective",
  1268. "url": "https://opencollective.com/parcel"
  1269. }
  1270. },
  1271. "node_modules/lightningcss-linux-arm64-musl": {
  1272. "version": "1.32.0",
  1273. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  1274. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  1275. "cpu": [
  1276. "arm64"
  1277. ],
  1278. "dev": true,
  1279. "license": "MPL-2.0",
  1280. "optional": true,
  1281. "os": [
  1282. "linux"
  1283. ],
  1284. "engines": {
  1285. "node": ">= 12.0.0"
  1286. },
  1287. "funding": {
  1288. "type": "opencollective",
  1289. "url": "https://opencollective.com/parcel"
  1290. }
  1291. },
  1292. "node_modules/lightningcss-linux-x64-gnu": {
  1293. "version": "1.32.0",
  1294. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  1295. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  1296. "cpu": [
  1297. "x64"
  1298. ],
  1299. "dev": true,
  1300. "license": "MPL-2.0",
  1301. "optional": true,
  1302. "os": [
  1303. "linux"
  1304. ],
  1305. "engines": {
  1306. "node": ">= 12.0.0"
  1307. },
  1308. "funding": {
  1309. "type": "opencollective",
  1310. "url": "https://opencollective.com/parcel"
  1311. }
  1312. },
  1313. "node_modules/lightningcss-linux-x64-musl": {
  1314. "version": "1.32.0",
  1315. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  1316. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  1317. "cpu": [
  1318. "x64"
  1319. ],
  1320. "dev": true,
  1321. "license": "MPL-2.0",
  1322. "optional": true,
  1323. "os": [
  1324. "linux"
  1325. ],
  1326. "engines": {
  1327. "node": ">= 12.0.0"
  1328. },
  1329. "funding": {
  1330. "type": "opencollective",
  1331. "url": "https://opencollective.com/parcel"
  1332. }
  1333. },
  1334. "node_modules/lightningcss-win32-arm64-msvc": {
  1335. "version": "1.32.0",
  1336. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  1337. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  1338. "cpu": [
  1339. "arm64"
  1340. ],
  1341. "dev": true,
  1342. "license": "MPL-2.0",
  1343. "optional": true,
  1344. "os": [
  1345. "win32"
  1346. ],
  1347. "engines": {
  1348. "node": ">= 12.0.0"
  1349. },
  1350. "funding": {
  1351. "type": "opencollective",
  1352. "url": "https://opencollective.com/parcel"
  1353. }
  1354. },
  1355. "node_modules/lightningcss-win32-x64-msvc": {
  1356. "version": "1.32.0",
  1357. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  1358. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  1359. "cpu": [
  1360. "x64"
  1361. ],
  1362. "dev": true,
  1363. "license": "MPL-2.0",
  1364. "optional": true,
  1365. "os": [
  1366. "win32"
  1367. ],
  1368. "engines": {
  1369. "node": ">= 12.0.0"
  1370. },
  1371. "funding": {
  1372. "type": "opencollective",
  1373. "url": "https://opencollective.com/parcel"
  1374. }
  1375. },
  1376. "node_modules/lodash": {
  1377. "version": "4.17.23",
  1378. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
  1379. "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
  1380. "license": "MIT"
  1381. },
  1382. "node_modules/lodash-es": {
  1383. "version": "4.17.23",
  1384. "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz",
  1385. "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==",
  1386. "license": "MIT"
  1387. },
  1388. "node_modules/lodash-unified": {
  1389. "version": "1.0.3",
  1390. "resolved": "https://registry.npmjs.org/lodash-unified/-/lodash-unified-1.0.3.tgz",
  1391. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  1392. "license": "MIT",
  1393. "peerDependencies": {
  1394. "@types/lodash-es": "*",
  1395. "lodash": "*",
  1396. "lodash-es": "*"
  1397. }
  1398. },
  1399. "node_modules/magic-string": {
  1400. "version": "0.30.21",
  1401. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  1402. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  1403. "license": "MIT",
  1404. "dependencies": {
  1405. "@jridgewell/sourcemap-codec": "^1.5.5"
  1406. }
  1407. },
  1408. "node_modules/memoize-one": {
  1409. "version": "6.0.0",
  1410. "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz",
  1411. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  1412. "license": "MIT"
  1413. },
  1414. "node_modules/nanoid": {
  1415. "version": "3.3.11",
  1416. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  1417. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  1418. "funding": [
  1419. {
  1420. "type": "github",
  1421. "url": "https://github.com/sponsors/ai"
  1422. }
  1423. ],
  1424. "license": "MIT",
  1425. "bin": {
  1426. "nanoid": "bin/nanoid.cjs"
  1427. },
  1428. "engines": {
  1429. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1430. }
  1431. },
  1432. "node_modules/node-addon-api": {
  1433. "version": "7.1.1",
  1434. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  1435. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  1436. "dev": true,
  1437. "license": "MIT",
  1438. "optional": true
  1439. },
  1440. "node_modules/normalize-wheel-es": {
  1441. "version": "1.2.0",
  1442. "resolved": "https://registry.npmjs.org/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  1443. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  1444. "license": "BSD-3-Clause"
  1445. },
  1446. "node_modules/picocolors": {
  1447. "version": "1.1.1",
  1448. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  1449. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1450. "license": "ISC"
  1451. },
  1452. "node_modules/picomatch": {
  1453. "version": "4.0.3",
  1454. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  1455. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  1456. "dev": true,
  1457. "license": "MIT",
  1458. "engines": {
  1459. "node": ">=12"
  1460. },
  1461. "funding": {
  1462. "url": "https://github.com/sponsors/jonschlinkert"
  1463. }
  1464. },
  1465. "node_modules/postcss": {
  1466. "version": "8.5.8",
  1467. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
  1468. "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
  1469. "funding": [
  1470. {
  1471. "type": "opencollective",
  1472. "url": "https://opencollective.com/postcss/"
  1473. },
  1474. {
  1475. "type": "tidelift",
  1476. "url": "https://tidelift.com/funding/github/npm/postcss"
  1477. },
  1478. {
  1479. "type": "github",
  1480. "url": "https://github.com/sponsors/ai"
  1481. }
  1482. ],
  1483. "license": "MIT",
  1484. "dependencies": {
  1485. "nanoid": "^3.3.11",
  1486. "picocolors": "^1.1.1",
  1487. "source-map-js": "^1.2.1"
  1488. },
  1489. "engines": {
  1490. "node": "^10 || ^12 || >=14"
  1491. }
  1492. },
  1493. "node_modules/readdirp": {
  1494. "version": "4.1.2",
  1495. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  1496. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  1497. "dev": true,
  1498. "license": "MIT",
  1499. "engines": {
  1500. "node": ">= 14.18.0"
  1501. },
  1502. "funding": {
  1503. "type": "individual",
  1504. "url": "https://paulmillr.com/funding/"
  1505. }
  1506. },
  1507. "node_modules/rolldown": {
  1508. "version": "1.0.0-rc.9",
  1509. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.9.tgz",
  1510. "integrity": "sha512-9EbgWge7ZH+yqb4d2EnELAntgPTWbfL8ajiTW+SyhJEC4qhBbkCKbqFV4Ge4zmu5ziQuVbWxb/XwLZ+RIO7E8Q==",
  1511. "dev": true,
  1512. "license": "MIT",
  1513. "dependencies": {
  1514. "@oxc-project/types": "=0.115.0",
  1515. "@rolldown/pluginutils": "1.0.0-rc.9"
  1516. },
  1517. "bin": {
  1518. "rolldown": "bin/cli.mjs"
  1519. },
  1520. "engines": {
  1521. "node": "^20.19.0 || >=22.12.0"
  1522. },
  1523. "optionalDependencies": {
  1524. "@rolldown/binding-android-arm64": "1.0.0-rc.9",
  1525. "@rolldown/binding-darwin-arm64": "1.0.0-rc.9",
  1526. "@rolldown/binding-darwin-x64": "1.0.0-rc.9",
  1527. "@rolldown/binding-freebsd-x64": "1.0.0-rc.9",
  1528. "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.9",
  1529. "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.9",
  1530. "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.9",
  1531. "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.9",
  1532. "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.9",
  1533. "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.9",
  1534. "@rolldown/binding-linux-x64-musl": "1.0.0-rc.9",
  1535. "@rolldown/binding-openharmony-arm64": "1.0.0-rc.9",
  1536. "@rolldown/binding-wasm32-wasi": "1.0.0-rc.9",
  1537. "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.9",
  1538. "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.9"
  1539. }
  1540. },
  1541. "node_modules/rolldown/node_modules/@rolldown/pluginutils": {
  1542. "version": "1.0.0-rc.9",
  1543. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.9.tgz",
  1544. "integrity": "sha512-w6oiRWgEBl04QkFZgmW+jnU1EC9b57Oihi2ot3HNWIQRqgHp5PnYDia5iZ5FF7rpa4EQdiqMDXjlqKGXBhsoXw==",
  1545. "dev": true,
  1546. "license": "MIT"
  1547. },
  1548. "node_modules/sass": {
  1549. "version": "1.98.0",
  1550. "resolved": "https://registry.npmjs.org/sass/-/sass-1.98.0.tgz",
  1551. "integrity": "sha512-+4N/u9dZ4PrgzGgPlKnaaRQx64RO0JBKs9sDhQ2pLgN6JQZ25uPQZKQYaBJU48Kd5BxgXoJ4e09Dq7nMcOUW3A==",
  1552. "dev": true,
  1553. "license": "MIT",
  1554. "dependencies": {
  1555. "chokidar": "^4.0.0",
  1556. "immutable": "^5.1.5",
  1557. "source-map-js": ">=0.6.2 <2.0.0"
  1558. },
  1559. "bin": {
  1560. "sass": "sass.js"
  1561. },
  1562. "engines": {
  1563. "node": ">=14.0.0"
  1564. },
  1565. "optionalDependencies": {
  1566. "@parcel/watcher": "^2.4.1"
  1567. }
  1568. },
  1569. "node_modules/source-map-js": {
  1570. "version": "1.2.1",
  1571. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  1572. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  1573. "license": "BSD-3-Clause",
  1574. "engines": {
  1575. "node": ">=0.10.0"
  1576. }
  1577. },
  1578. "node_modules/tinyglobby": {
  1579. "version": "0.2.15",
  1580. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
  1581. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  1582. "dev": true,
  1583. "license": "MIT",
  1584. "dependencies": {
  1585. "fdir": "^6.5.0",
  1586. "picomatch": "^4.0.3"
  1587. },
  1588. "engines": {
  1589. "node": ">=12.0.0"
  1590. },
  1591. "funding": {
  1592. "url": "https://github.com/sponsors/SuperchupuDev"
  1593. }
  1594. },
  1595. "node_modules/tslib": {
  1596. "version": "2.8.1",
  1597. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  1598. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  1599. "dev": true,
  1600. "license": "0BSD",
  1601. "optional": true
  1602. },
  1603. "node_modules/vite": {
  1604. "version": "8.0.0",
  1605. "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.0.tgz",
  1606. "integrity": "sha512-fPGaRNj9Zytaf8LEiBhY7Z6ijnFKdzU/+mL8EFBaKr7Vw1/FWcTBAMW0wLPJAGMPX38ZPVCVgLceWiEqeoqL2Q==",
  1607. "dev": true,
  1608. "license": "MIT",
  1609. "dependencies": {
  1610. "@oxc-project/runtime": "0.115.0",
  1611. "lightningcss": "^1.32.0",
  1612. "picomatch": "^4.0.3",
  1613. "postcss": "^8.5.8",
  1614. "rolldown": "1.0.0-rc.9",
  1615. "tinyglobby": "^0.2.15"
  1616. },
  1617. "bin": {
  1618. "vite": "bin/vite.js"
  1619. },
  1620. "engines": {
  1621. "node": "^20.19.0 || >=22.12.0"
  1622. },
  1623. "funding": {
  1624. "url": "https://github.com/vitejs/vite?sponsor=1"
  1625. },
  1626. "optionalDependencies": {
  1627. "fsevents": "~2.3.3"
  1628. },
  1629. "peerDependencies": {
  1630. "@types/node": "^20.19.0 || >=22.12.0",
  1631. "@vitejs/devtools": "^0.0.0-alpha.31",
  1632. "esbuild": "^0.27.0",
  1633. "jiti": ">=1.21.0",
  1634. "less": "^4.0.0",
  1635. "sass": "^1.70.0",
  1636. "sass-embedded": "^1.70.0",
  1637. "stylus": ">=0.54.8",
  1638. "sugarss": "^5.0.0",
  1639. "terser": "^5.16.0",
  1640. "tsx": "^4.8.1",
  1641. "yaml": "^2.4.2"
  1642. },
  1643. "peerDependenciesMeta": {
  1644. "@types/node": {
  1645. "optional": true
  1646. },
  1647. "@vitejs/devtools": {
  1648. "optional": true
  1649. },
  1650. "esbuild": {
  1651. "optional": true
  1652. },
  1653. "jiti": {
  1654. "optional": true
  1655. },
  1656. "less": {
  1657. "optional": true
  1658. },
  1659. "sass": {
  1660. "optional": true
  1661. },
  1662. "sass-embedded": {
  1663. "optional": true
  1664. },
  1665. "stylus": {
  1666. "optional": true
  1667. },
  1668. "sugarss": {
  1669. "optional": true
  1670. },
  1671. "terser": {
  1672. "optional": true
  1673. },
  1674. "tsx": {
  1675. "optional": true
  1676. },
  1677. "yaml": {
  1678. "optional": true
  1679. }
  1680. }
  1681. },
  1682. "node_modules/vue": {
  1683. "version": "3.5.30",
  1684. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.30.tgz",
  1685. "integrity": "sha512-hTHLc6VNZyzzEH/l7PFGjpcTvUgiaPK5mdLkbjrTeWSRcEfxFrv56g/XckIYlE9ckuobsdwqd5mk2g1sBkMewg==",
  1686. "license": "MIT",
  1687. "dependencies": {
  1688. "@vue/compiler-dom": "3.5.30",
  1689. "@vue/compiler-sfc": "3.5.30",
  1690. "@vue/runtime-dom": "3.5.30",
  1691. "@vue/server-renderer": "3.5.30",
  1692. "@vue/shared": "3.5.30"
  1693. },
  1694. "peerDependencies": {
  1695. "typescript": "*"
  1696. },
  1697. "peerDependenciesMeta": {
  1698. "typescript": {
  1699. "optional": true
  1700. }
  1701. }
  1702. },
  1703. "node_modules/vue-router": {
  1704. "version": "4.6.4",
  1705. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.4.tgz",
  1706. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  1707. "license": "MIT",
  1708. "dependencies": {
  1709. "@vue/devtools-api": "^6.6.4"
  1710. },
  1711. "funding": {
  1712. "url": "https://github.com/sponsors/posva"
  1713. },
  1714. "peerDependencies": {
  1715. "vue": "^3.5.0"
  1716. }
  1717. }
  1718. }
  1719. }