package-lock.json 81 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333
  1. {
  2. "name": "mqtt-vue-dashboard",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "mqtt-vue-dashboard",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@ant-design/icons-vue": "^7.0.1",
  12. "ant-design-vue": "^4.2.6",
  13. "axios": "^1.15.0",
  14. "dayjs": "^1.11.20",
  15. "echarts": "^6.0.0",
  16. "echarts-for-vue": "^1.4.1",
  17. "file-saver": "^2.0.5",
  18. "pinia": "^3.0.4",
  19. "socket.io-client": "^4.8.3",
  20. "vue": "^3.5.32",
  21. "vue-router": "^4.6.4",
  22. "xlsx": "^0.18.5"
  23. },
  24. "devDependencies": {
  25. "@types/file-saver": "^2.0.7",
  26. "@vitejs/plugin-vue": "^6.0.6",
  27. "less": "^4.6.4",
  28. "typescript": "~6.0.2",
  29. "vite": "^8.0.4"
  30. }
  31. },
  32. "node_modules/@ant-design/colors": {
  33. "version": "6.0.0",
  34. "resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-6.0.0.tgz",
  35. "integrity": "sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==",
  36. "license": "MIT",
  37. "dependencies": {
  38. "@ctrl/tinycolor": "^3.4.0"
  39. }
  40. },
  41. "node_modules/@ant-design/icons-svg": {
  42. "version": "4.4.2",
  43. "resolved": "https://registry.npmjs.org/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
  44. "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==",
  45. "license": "MIT"
  46. },
  47. "node_modules/@ant-design/icons-vue": {
  48. "version": "7.0.1",
  49. "resolved": "https://registry.npmjs.org/@ant-design/icons-vue/-/icons-vue-7.0.1.tgz",
  50. "integrity": "sha512-eCqY2unfZK6Fe02AwFlDHLfoyEFreP6rBwAZMIJ1LugmfMiVgwWDYlp1YsRugaPtICYOabV1iWxXdP12u9U43Q==",
  51. "license": "MIT",
  52. "dependencies": {
  53. "@ant-design/colors": "^6.0.0",
  54. "@ant-design/icons-svg": "^4.2.1"
  55. },
  56. "peerDependencies": {
  57. "vue": ">=3.0.3"
  58. }
  59. },
  60. "node_modules/@babel/helper-string-parser": {
  61. "version": "7.27.1",
  62. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  63. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  64. "license": "MIT",
  65. "engines": {
  66. "node": ">=6.9.0"
  67. }
  68. },
  69. "node_modules/@babel/helper-validator-identifier": {
  70. "version": "7.28.5",
  71. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  72. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  73. "license": "MIT",
  74. "engines": {
  75. "node": ">=6.9.0"
  76. }
  77. },
  78. "node_modules/@babel/parser": {
  79. "version": "7.29.2",
  80. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
  81. "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
  82. "license": "MIT",
  83. "dependencies": {
  84. "@babel/types": "^7.29.0"
  85. },
  86. "bin": {
  87. "parser": "bin/babel-parser.js"
  88. },
  89. "engines": {
  90. "node": ">=6.0.0"
  91. }
  92. },
  93. "node_modules/@babel/runtime": {
  94. "version": "7.29.2",
  95. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
  96. "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
  97. "license": "MIT",
  98. "engines": {
  99. "node": ">=6.9.0"
  100. }
  101. },
  102. "node_modules/@babel/types": {
  103. "version": "7.29.0",
  104. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  105. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  106. "license": "MIT",
  107. "dependencies": {
  108. "@babel/helper-string-parser": "^7.27.1",
  109. "@babel/helper-validator-identifier": "^7.28.5"
  110. },
  111. "engines": {
  112. "node": ">=6.9.0"
  113. }
  114. },
  115. "node_modules/@ctrl/tinycolor": {
  116. "version": "3.6.1",
  117. "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  118. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  119. "license": "MIT",
  120. "engines": {
  121. "node": ">=10"
  122. }
  123. },
  124. "node_modules/@emnapi/core": {
  125. "version": "1.9.2",
  126. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz",
  127. "integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==",
  128. "dev": true,
  129. "license": "MIT",
  130. "optional": true,
  131. "dependencies": {
  132. "@emnapi/wasi-threads": "1.2.1",
  133. "tslib": "^2.4.0"
  134. }
  135. },
  136. "node_modules/@emnapi/runtime": {
  137. "version": "1.9.2",
  138. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
  139. "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
  140. "dev": true,
  141. "license": "MIT",
  142. "optional": true,
  143. "dependencies": {
  144. "tslib": "^2.4.0"
  145. }
  146. },
  147. "node_modules/@emnapi/wasi-threads": {
  148. "version": "1.2.1",
  149. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  150. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  151. "dev": true,
  152. "license": "MIT",
  153. "optional": true,
  154. "dependencies": {
  155. "tslib": "^2.4.0"
  156. }
  157. },
  158. "node_modules/@emotion/hash": {
  159. "version": "0.9.2",
  160. "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz",
  161. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  162. "license": "MIT"
  163. },
  164. "node_modules/@emotion/unitless": {
  165. "version": "0.8.1",
  166. "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz",
  167. "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==",
  168. "license": "MIT"
  169. },
  170. "node_modules/@jridgewell/sourcemap-codec": {
  171. "version": "1.5.5",
  172. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  173. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  174. "license": "MIT"
  175. },
  176. "node_modules/@napi-rs/wasm-runtime": {
  177. "version": "1.1.4",
  178. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
  179. "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
  180. "dev": true,
  181. "license": "MIT",
  182. "optional": true,
  183. "dependencies": {
  184. "@tybys/wasm-util": "^0.10.1"
  185. },
  186. "funding": {
  187. "type": "github",
  188. "url": "https://github.com/sponsors/Brooooooklyn"
  189. },
  190. "peerDependencies": {
  191. "@emnapi/core": "^1.7.1",
  192. "@emnapi/runtime": "^1.7.1"
  193. }
  194. },
  195. "node_modules/@oxc-project/types": {
  196. "version": "0.124.0",
  197. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.124.0.tgz",
  198. "integrity": "sha512-VBFWMTBvHxS11Z5Lvlr3IWgrwhMTXV+Md+EQF0Xf60+wAdsGFTBx7X7K/hP4pi8N7dcm1RvcHwDxZ16Qx8keUg==",
  199. "dev": true,
  200. "license": "MIT",
  201. "funding": {
  202. "url": "https://github.com/sponsors/Boshen"
  203. }
  204. },
  205. "node_modules/@rolldown/binding-android-arm64": {
  206. "version": "1.0.0-rc.15",
  207. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.15.tgz",
  208. "integrity": "sha512-YYe6aWruPZDtHNpwu7+qAHEMbQ/yRl6atqb/AhznLTnD3UY99Q1jE7ihLSahNWkF4EqRPVC4SiR4O0UkLK02tA==",
  209. "cpu": [
  210. "arm64"
  211. ],
  212. "dev": true,
  213. "license": "MIT",
  214. "optional": true,
  215. "os": [
  216. "android"
  217. ],
  218. "engines": {
  219. "node": "^20.19.0 || >=22.12.0"
  220. }
  221. },
  222. "node_modules/@rolldown/binding-darwin-arm64": {
  223. "version": "1.0.0-rc.15",
  224. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.15.tgz",
  225. "integrity": "sha512-oArR/ig8wNTPYsXL+Mzhs0oxhxfuHRfG7Ikw7jXsw8mYOtk71W0OkF2VEVh699pdmzjPQsTjlD1JIOoHkLP1Fg==",
  226. "cpu": [
  227. "arm64"
  228. ],
  229. "dev": true,
  230. "license": "MIT",
  231. "optional": true,
  232. "os": [
  233. "darwin"
  234. ],
  235. "engines": {
  236. "node": "^20.19.0 || >=22.12.0"
  237. }
  238. },
  239. "node_modules/@rolldown/binding-darwin-x64": {
  240. "version": "1.0.0-rc.15",
  241. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.15.tgz",
  242. "integrity": "sha512-YzeVqOqjPYvUbJSWJ4EDL8ahbmsIXQpgL3JVipmN+MX0XnXMeWomLN3Fb+nwCmP/jfyqte5I3XRSm7OfQrbyxw==",
  243. "cpu": [
  244. "x64"
  245. ],
  246. "dev": true,
  247. "license": "MIT",
  248. "optional": true,
  249. "os": [
  250. "darwin"
  251. ],
  252. "engines": {
  253. "node": "^20.19.0 || >=22.12.0"
  254. }
  255. },
  256. "node_modules/@rolldown/binding-freebsd-x64": {
  257. "version": "1.0.0-rc.15",
  258. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.15.tgz",
  259. "integrity": "sha512-9Erhx956jeQ0nNTyif1+QWAXDRD38ZNjr//bSHrt6wDwB+QkAfl2q6Mn1k6OBPerznjRmbM10lgRb1Pli4xZPw==",
  260. "cpu": [
  261. "x64"
  262. ],
  263. "dev": true,
  264. "license": "MIT",
  265. "optional": true,
  266. "os": [
  267. "freebsd"
  268. ],
  269. "engines": {
  270. "node": "^20.19.0 || >=22.12.0"
  271. }
  272. },
  273. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  274. "version": "1.0.0-rc.15",
  275. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.15.tgz",
  276. "integrity": "sha512-cVwk0w8QbZJGTnP/AHQBs5yNwmpgGYStL88t4UIaqcvYJWBfS0s3oqVLZPwsPU6M0zlW4GqjP0Zq5MnAGwFeGA==",
  277. "cpu": [
  278. "arm"
  279. ],
  280. "dev": true,
  281. "license": "MIT",
  282. "optional": true,
  283. "os": [
  284. "linux"
  285. ],
  286. "engines": {
  287. "node": "^20.19.0 || >=22.12.0"
  288. }
  289. },
  290. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  291. "version": "1.0.0-rc.15",
  292. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.15.tgz",
  293. "integrity": "sha512-eBZ/u8iAK9SoHGanqe/jrPnY0JvBN6iXbVOsbO38mbz+ZJsaobExAm1Iu+rxa4S1l2FjG0qEZn4Rc6X8n+9M+w==",
  294. "cpu": [
  295. "arm64"
  296. ],
  297. "dev": true,
  298. "license": "MIT",
  299. "optional": true,
  300. "os": [
  301. "linux"
  302. ],
  303. "engines": {
  304. "node": "^20.19.0 || >=22.12.0"
  305. }
  306. },
  307. "node_modules/@rolldown/binding-linux-arm64-musl": {
  308. "version": "1.0.0-rc.15",
  309. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.15.tgz",
  310. "integrity": "sha512-ZvRYMGrAklV9PEkgt4LQM6MjQX2P58HPAuecwYObY2DhS2t35R0I810bKi0wmaYORt6m/2Sm+Z+nFgb0WhXNcQ==",
  311. "cpu": [
  312. "arm64"
  313. ],
  314. "dev": true,
  315. "license": "MIT",
  316. "optional": true,
  317. "os": [
  318. "linux"
  319. ],
  320. "engines": {
  321. "node": "^20.19.0 || >=22.12.0"
  322. }
  323. },
  324. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  325. "version": "1.0.0-rc.15",
  326. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.15.tgz",
  327. "integrity": "sha512-VDpgGBzgfg5hLg+uBpCLoFG5kVvEyafmfxGUV0UHLcL5irxAK7PKNeC2MwClgk6ZAiNhmo9FLhRYgvMmedLtnQ==",
  328. "cpu": [
  329. "ppc64"
  330. ],
  331. "dev": true,
  332. "license": "MIT",
  333. "optional": true,
  334. "os": [
  335. "linux"
  336. ],
  337. "engines": {
  338. "node": "^20.19.0 || >=22.12.0"
  339. }
  340. },
  341. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  342. "version": "1.0.0-rc.15",
  343. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.15.tgz",
  344. "integrity": "sha512-y1uXY3qQWCzcPgRJATPSOUP4tCemh4uBdY7e3EZbVwCJTY3gLJWnQABgeUetvED+bt1FQ01OeZwvhLS2bpNrAQ==",
  345. "cpu": [
  346. "s390x"
  347. ],
  348. "dev": true,
  349. "license": "MIT",
  350. "optional": true,
  351. "os": [
  352. "linux"
  353. ],
  354. "engines": {
  355. "node": "^20.19.0 || >=22.12.0"
  356. }
  357. },
  358. "node_modules/@rolldown/binding-linux-x64-gnu": {
  359. "version": "1.0.0-rc.15",
  360. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.15.tgz",
  361. "integrity": "sha512-023bTPBod7J3Y/4fzAN6QtpkSABR0rigtrwaP+qSEabUh5zf6ELr9Nc7GujaROuPY3uwdSIXWrvhn1KxOvurWA==",
  362. "cpu": [
  363. "x64"
  364. ],
  365. "dev": true,
  366. "license": "MIT",
  367. "optional": true,
  368. "os": [
  369. "linux"
  370. ],
  371. "engines": {
  372. "node": "^20.19.0 || >=22.12.0"
  373. }
  374. },
  375. "node_modules/@rolldown/binding-linux-x64-musl": {
  376. "version": "1.0.0-rc.15",
  377. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.15.tgz",
  378. "integrity": "sha512-witB2O0/hU4CgfOOKUoeFgQ4GktPi1eEbAhaLAIpgD6+ZnhcPkUtPsoKKHRzmOoWPZue46IThdSgdo4XneOLYw==",
  379. "cpu": [
  380. "x64"
  381. ],
  382. "dev": true,
  383. "license": "MIT",
  384. "optional": true,
  385. "os": [
  386. "linux"
  387. ],
  388. "engines": {
  389. "node": "^20.19.0 || >=22.12.0"
  390. }
  391. },
  392. "node_modules/@rolldown/binding-openharmony-arm64": {
  393. "version": "1.0.0-rc.15",
  394. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.15.tgz",
  395. "integrity": "sha512-UCL68NJ0Ud5zRipXZE9dF5PmirzJE4E4BCIOOssEnM7wLDsxjc6Qb0sGDxTNRTP53I6MZpygyCpY8Aa8sPfKPg==",
  396. "cpu": [
  397. "arm64"
  398. ],
  399. "dev": true,
  400. "license": "MIT",
  401. "optional": true,
  402. "os": [
  403. "openharmony"
  404. ],
  405. "engines": {
  406. "node": "^20.19.0 || >=22.12.0"
  407. }
  408. },
  409. "node_modules/@rolldown/binding-wasm32-wasi": {
  410. "version": "1.0.0-rc.15",
  411. "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.15.tgz",
  412. "integrity": "sha512-ApLruZq/ig+nhaE7OJm4lDjayUnOHVUa77zGeqnqZ9pn0ovdVbbNPerVibLXDmWeUZXjIYIT8V3xkT58Rm9u5Q==",
  413. "cpu": [
  414. "wasm32"
  415. ],
  416. "dev": true,
  417. "license": "MIT",
  418. "optional": true,
  419. "dependencies": {
  420. "@emnapi/core": "1.9.2",
  421. "@emnapi/runtime": "1.9.2",
  422. "@napi-rs/wasm-runtime": "^1.1.3"
  423. },
  424. "engines": {
  425. "node": ">=14.0.0"
  426. }
  427. },
  428. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  429. "version": "1.0.0-rc.15",
  430. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.15.tgz",
  431. "integrity": "sha512-KmoUoU7HnN+Si5YWJigfTws1jz1bKBYDQKdbLspz0UaqjjFkddHsqorgiW1mxcAj88lYUE6NC/zJNwT+SloqtA==",
  432. "cpu": [
  433. "arm64"
  434. ],
  435. "dev": true,
  436. "license": "MIT",
  437. "optional": true,
  438. "os": [
  439. "win32"
  440. ],
  441. "engines": {
  442. "node": "^20.19.0 || >=22.12.0"
  443. }
  444. },
  445. "node_modules/@rolldown/binding-win32-x64-msvc": {
  446. "version": "1.0.0-rc.15",
  447. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.15.tgz",
  448. "integrity": "sha512-3P2A8L+x75qavWLe/Dll3EYBJLQmtkJN8rfh+U/eR3MqMgL/h98PhYI+JFfXuDPgPeCB7iZAKiqii5vqOvnA0g==",
  449. "cpu": [
  450. "x64"
  451. ],
  452. "dev": true,
  453. "license": "MIT",
  454. "optional": true,
  455. "os": [
  456. "win32"
  457. ],
  458. "engines": {
  459. "node": "^20.19.0 || >=22.12.0"
  460. }
  461. },
  462. "node_modules/@rolldown/pluginutils": {
  463. "version": "1.0.0-rc.15",
  464. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.15.tgz",
  465. "integrity": "sha512-UromN0peaE53IaBRe9W7CjrZgXl90fqGpK+mIZbA3qSTeYqg3pqpROBdIPvOG3F5ereDHNwoHBI2e50n1BDr1g==",
  466. "dev": true,
  467. "license": "MIT"
  468. },
  469. "node_modules/@simonwep/pickr": {
  470. "version": "1.8.2",
  471. "resolved": "https://registry.npmjs.org/@simonwep/pickr/-/pickr-1.8.2.tgz",
  472. "integrity": "sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==",
  473. "license": "MIT",
  474. "dependencies": {
  475. "core-js": "^3.15.1",
  476. "nanopop": "^2.1.0"
  477. }
  478. },
  479. "node_modules/@socket.io/component-emitter": {
  480. "version": "3.1.2",
  481. "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",
  482. "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==",
  483. "license": "MIT"
  484. },
  485. "node_modules/@tybys/wasm-util": {
  486. "version": "0.10.1",
  487. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  488. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  489. "dev": true,
  490. "license": "MIT",
  491. "optional": true,
  492. "dependencies": {
  493. "tslib": "^2.4.0"
  494. }
  495. },
  496. "node_modules/@types/echarts": {
  497. "version": "4.9.22",
  498. "resolved": "https://registry.npmjs.org/@types/echarts/-/echarts-4.9.22.tgz",
  499. "integrity": "sha512-7Fo6XdWpoi8jxkwP7BARUOM7riq8bMhmsCtSG8gzUcJmFhLo387tihoBYS/y5j7jl3PENT5RxeWZdN9RiwO7HQ==",
  500. "license": "MIT",
  501. "dependencies": {
  502. "@types/zrender": "*"
  503. }
  504. },
  505. "node_modules/@types/file-saver": {
  506. "version": "2.0.7",
  507. "resolved": "https://registry.npmjs.org/@types/file-saver/-/file-saver-2.0.7.tgz",
  508. "integrity": "sha512-dNKVfHd/jk0SkR/exKGj2ggkB45MAkzvWCaqLUUgkyjITkGNzH8H+yUwr+BLJUBjZOe9w8X3wgmXhZDRg1ED6A==",
  509. "dev": true,
  510. "license": "MIT"
  511. },
  512. "node_modules/@types/zrender": {
  513. "version": "4.0.6",
  514. "resolved": "https://registry.npmjs.org/@types/zrender/-/zrender-4.0.6.tgz",
  515. "integrity": "sha512-1jZ9bJn2BsfmYFPBHtl5o3uV+ILejAtGrDcYSpT4qaVKEI/0YY+arw3XHU04Ebd8Nca3SQ7uNcLaqiL+tTFVMg==",
  516. "license": "MIT"
  517. },
  518. "node_modules/@vitejs/plugin-vue": {
  519. "version": "6.0.6",
  520. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.6.tgz",
  521. "integrity": "sha512-u9HHgfrq3AjXlysn0eINFnWQOJQLO9WN6VprZ8FXl7A2bYisv3Hui9Ij+7QZ41F/WYWarHjwBbXtD7dKg3uxbg==",
  522. "dev": true,
  523. "license": "MIT",
  524. "dependencies": {
  525. "@rolldown/pluginutils": "1.0.0-rc.13"
  526. },
  527. "engines": {
  528. "node": "^20.19.0 || >=22.12.0"
  529. },
  530. "peerDependencies": {
  531. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  532. "vue": "^3.2.25"
  533. }
  534. },
  535. "node_modules/@vitejs/plugin-vue/node_modules/@rolldown/pluginutils": {
  536. "version": "1.0.0-rc.13",
  537. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.13.tgz",
  538. "integrity": "sha512-3ngTAv6F/Py35BsYbeeLeecvhMKdsKm4AoOETVhAA+Qc8nrA2I0kF7oa93mE9qnIurngOSpMnQ0x2nQY2FPviA==",
  539. "dev": true,
  540. "license": "MIT"
  541. },
  542. "node_modules/@vue/compiler-core": {
  543. "version": "3.5.32",
  544. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.32.tgz",
  545. "integrity": "sha512-4x74Tbtqnda8s/NSD6e1Dr5p1c8HdMU5RWSjMSUzb8RTcUQqevDCxVAitcLBKT+ie3o0Dl9crc/S/opJM7qBGQ==",
  546. "license": "MIT",
  547. "dependencies": {
  548. "@babel/parser": "^7.29.2",
  549. "@vue/shared": "3.5.32",
  550. "entities": "^7.0.1",
  551. "estree-walker": "^2.0.2",
  552. "source-map-js": "^1.2.1"
  553. }
  554. },
  555. "node_modules/@vue/compiler-dom": {
  556. "version": "3.5.32",
  557. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.32.tgz",
  558. "integrity": "sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==",
  559. "license": "MIT",
  560. "dependencies": {
  561. "@vue/compiler-core": "3.5.32",
  562. "@vue/shared": "3.5.32"
  563. }
  564. },
  565. "node_modules/@vue/compiler-sfc": {
  566. "version": "3.5.32",
  567. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.32.tgz",
  568. "integrity": "sha512-8UYUYo71cP/0YHMO814TRZlPuUUw3oifHuMR7Wp9SNoRSrxRQnhMLNlCeaODNn6kNTJsjFoQ/kqIj4qGvya4Xg==",
  569. "license": "MIT",
  570. "dependencies": {
  571. "@babel/parser": "^7.29.2",
  572. "@vue/compiler-core": "3.5.32",
  573. "@vue/compiler-dom": "3.5.32",
  574. "@vue/compiler-ssr": "3.5.32",
  575. "@vue/shared": "3.5.32",
  576. "estree-walker": "^2.0.2",
  577. "magic-string": "^0.30.21",
  578. "postcss": "^8.5.8",
  579. "source-map-js": "^1.2.1"
  580. }
  581. },
  582. "node_modules/@vue/compiler-ssr": {
  583. "version": "3.5.32",
  584. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.32.tgz",
  585. "integrity": "sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==",
  586. "license": "MIT",
  587. "dependencies": {
  588. "@vue/compiler-dom": "3.5.32",
  589. "@vue/shared": "3.5.32"
  590. }
  591. },
  592. "node_modules/@vue/devtools-api": {
  593. "version": "7.7.9",
  594. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
  595. "integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
  596. "license": "MIT",
  597. "dependencies": {
  598. "@vue/devtools-kit": "^7.7.9"
  599. }
  600. },
  601. "node_modules/@vue/devtools-kit": {
  602. "version": "7.7.9",
  603. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz",
  604. "integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==",
  605. "license": "MIT",
  606. "dependencies": {
  607. "@vue/devtools-shared": "^7.7.9",
  608. "birpc": "^2.3.0",
  609. "hookable": "^5.5.3",
  610. "mitt": "^3.0.1",
  611. "perfect-debounce": "^1.0.0",
  612. "speakingurl": "^14.0.1",
  613. "superjson": "^2.2.2"
  614. }
  615. },
  616. "node_modules/@vue/devtools-shared": {
  617. "version": "7.7.9",
  618. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz",
  619. "integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==",
  620. "license": "MIT",
  621. "dependencies": {
  622. "rfdc": "^1.4.1"
  623. }
  624. },
  625. "node_modules/@vue/reactivity": {
  626. "version": "3.5.32",
  627. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.32.tgz",
  628. "integrity": "sha512-/ORasxSGvZ6MN5gc+uE364SxFdJ0+WqVG0CENXaGW58TOCdrAW76WWaplDtECeS1qphvtBZtR+3/o1g1zL4xPQ==",
  629. "license": "MIT",
  630. "dependencies": {
  631. "@vue/shared": "3.5.32"
  632. }
  633. },
  634. "node_modules/@vue/runtime-core": {
  635. "version": "3.5.32",
  636. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.32.tgz",
  637. "integrity": "sha512-pDrXCejn4UpFDFmMd27AcJEbHaLemaE5o4pbb7sLk79SRIhc6/t34BQA7SGNgYtbMnvbF/HHOftYBgFJtUoJUQ==",
  638. "license": "MIT",
  639. "dependencies": {
  640. "@vue/reactivity": "3.5.32",
  641. "@vue/shared": "3.5.32"
  642. }
  643. },
  644. "node_modules/@vue/runtime-dom": {
  645. "version": "3.5.32",
  646. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.32.tgz",
  647. "integrity": "sha512-1CDVv7tv/IV13V8Nip1k/aaObVbWqRlVCVezTwx3K07p7Vxossp5JU1dcPNhJk3w347gonIUT9jQOGutyJrSVQ==",
  648. "license": "MIT",
  649. "dependencies": {
  650. "@vue/reactivity": "3.5.32",
  651. "@vue/runtime-core": "3.5.32",
  652. "@vue/shared": "3.5.32",
  653. "csstype": "^3.2.3"
  654. }
  655. },
  656. "node_modules/@vue/server-renderer": {
  657. "version": "3.5.32",
  658. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.32.tgz",
  659. "integrity": "sha512-IOjm2+JQwRFS7W28HNuJeXQle9KdZbODFY7hFGVtnnghF51ta20EWAZJHX+zLGtsHhaU6uC9BGPV52KVpYryMQ==",
  660. "license": "MIT",
  661. "dependencies": {
  662. "@vue/compiler-ssr": "3.5.32",
  663. "@vue/shared": "3.5.32"
  664. },
  665. "peerDependencies": {
  666. "vue": "3.5.32"
  667. }
  668. },
  669. "node_modules/@vue/shared": {
  670. "version": "3.5.32",
  671. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.32.tgz",
  672. "integrity": "sha512-ksNyrmRQzWJJ8n3cRDuSF7zNNontuJg1YHnmWRJd2AMu8Ij2bqwiiri2lH5rHtYPZjj4STkNcgcmiQqlOjiYGg==",
  673. "license": "MIT"
  674. },
  675. "node_modules/adler-32": {
  676. "version": "1.3.1",
  677. "resolved": "https://registry.npmjs.org/adler-32/-/adler-32-1.3.1.tgz",
  678. "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==",
  679. "license": "Apache-2.0",
  680. "engines": {
  681. "node": ">=0.8"
  682. }
  683. },
  684. "node_modules/ant-design-vue": {
  685. "version": "4.2.6",
  686. "resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-4.2.6.tgz",
  687. "integrity": "sha512-t7eX13Yj3i9+i5g9lqFyYneoIb3OzTvQjq9Tts1i+eiOd3Eva/6GagxBSXM1fOCjqemIu0FYVE1ByZ/38epR3Q==",
  688. "license": "MIT",
  689. "dependencies": {
  690. "@ant-design/colors": "^6.0.0",
  691. "@ant-design/icons-vue": "^7.0.0",
  692. "@babel/runtime": "^7.10.5",
  693. "@ctrl/tinycolor": "^3.5.0",
  694. "@emotion/hash": "^0.9.0",
  695. "@emotion/unitless": "^0.8.0",
  696. "@simonwep/pickr": "~1.8.0",
  697. "array-tree-filter": "^2.1.0",
  698. "async-validator": "^4.0.0",
  699. "csstype": "^3.1.1",
  700. "dayjs": "^1.10.5",
  701. "dom-align": "^1.12.1",
  702. "dom-scroll-into-view": "^2.0.0",
  703. "lodash": "^4.17.21",
  704. "lodash-es": "^4.17.15",
  705. "resize-observer-polyfill": "^1.5.1",
  706. "scroll-into-view-if-needed": "^2.2.25",
  707. "shallow-equal": "^1.0.0",
  708. "stylis": "^4.1.3",
  709. "throttle-debounce": "^5.0.0",
  710. "vue-types": "^3.0.0",
  711. "warning": "^4.0.0"
  712. },
  713. "engines": {
  714. "node": ">=12.22.0"
  715. },
  716. "funding": {
  717. "type": "opencollective",
  718. "url": "https://opencollective.com/ant-design-vue"
  719. },
  720. "peerDependencies": {
  721. "vue": ">=3.2.0"
  722. }
  723. },
  724. "node_modules/array-tree-filter": {
  725. "version": "2.1.0",
  726. "resolved": "https://registry.npmjs.org/array-tree-filter/-/array-tree-filter-2.1.0.tgz",
  727. "integrity": "sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==",
  728. "license": "MIT"
  729. },
  730. "node_modules/async-validator": {
  731. "version": "4.2.5",
  732. "resolved": "https://registry.npmjs.org/async-validator/-/async-validator-4.2.5.tgz",
  733. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  734. "license": "MIT"
  735. },
  736. "node_modules/asynckit": {
  737. "version": "0.4.0",
  738. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  739. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  740. "license": "MIT"
  741. },
  742. "node_modules/axios": {
  743. "version": "1.15.0",
  744. "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
  745. "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
  746. "license": "MIT",
  747. "dependencies": {
  748. "follow-redirects": "^1.15.11",
  749. "form-data": "^4.0.5",
  750. "proxy-from-env": "^2.1.0"
  751. }
  752. },
  753. "node_modules/birpc": {
  754. "version": "2.9.0",
  755. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  756. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  757. "license": "MIT",
  758. "funding": {
  759. "url": "https://github.com/sponsors/antfu"
  760. }
  761. },
  762. "node_modules/call-bind-apply-helpers": {
  763. "version": "1.0.2",
  764. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  765. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  766. "license": "MIT",
  767. "dependencies": {
  768. "es-errors": "^1.3.0",
  769. "function-bind": "^1.1.2"
  770. },
  771. "engines": {
  772. "node": ">= 0.4"
  773. }
  774. },
  775. "node_modules/cfb": {
  776. "version": "1.2.2",
  777. "resolved": "https://registry.npmjs.org/cfb/-/cfb-1.2.2.tgz",
  778. "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==",
  779. "license": "Apache-2.0",
  780. "dependencies": {
  781. "adler-32": "~1.3.0",
  782. "crc-32": "~1.2.0"
  783. },
  784. "engines": {
  785. "node": ">=0.8"
  786. }
  787. },
  788. "node_modules/codepage": {
  789. "version": "1.15.0",
  790. "resolved": "https://registry.npmjs.org/codepage/-/codepage-1.15.0.tgz",
  791. "integrity": "sha512-3g6NUTPd/YtuuGrhMnOMRjFc+LJw/bnMp3+0r/Wcz3IXUuCosKRJvMphm5+Q+bvTVGcJJuRvVLuYba+WojaFaA==",
  792. "license": "Apache-2.0",
  793. "engines": {
  794. "node": ">=0.8"
  795. }
  796. },
  797. "node_modules/combined-stream": {
  798. "version": "1.0.8",
  799. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  800. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  801. "license": "MIT",
  802. "dependencies": {
  803. "delayed-stream": "~1.0.0"
  804. },
  805. "engines": {
  806. "node": ">= 0.8"
  807. }
  808. },
  809. "node_modules/compute-scroll-into-view": {
  810. "version": "1.0.20",
  811. "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
  812. "integrity": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==",
  813. "license": "MIT"
  814. },
  815. "node_modules/copy-anything": {
  816. "version": "4.0.5",
  817. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz",
  818. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  819. "license": "MIT",
  820. "dependencies": {
  821. "is-what": "^5.2.0"
  822. },
  823. "engines": {
  824. "node": ">=18"
  825. },
  826. "funding": {
  827. "url": "https://github.com/sponsors/mesqueeb"
  828. }
  829. },
  830. "node_modules/core-js": {
  831. "version": "3.49.0",
  832. "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.49.0.tgz",
  833. "integrity": "sha512-es1U2+YTtzpwkxVLwAFdSpaIMyQaq0PBgm3YD1W3Qpsn1NAmO3KSgZfu+oGSWVu6NvLHoHCV/aYcsE5wiB7ALg==",
  834. "hasInstallScript": true,
  835. "license": "MIT",
  836. "funding": {
  837. "type": "opencollective",
  838. "url": "https://opencollective.com/core-js"
  839. }
  840. },
  841. "node_modules/crc-32": {
  842. "version": "1.2.2",
  843. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  844. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  845. "license": "Apache-2.0",
  846. "bin": {
  847. "crc32": "bin/crc32.njs"
  848. },
  849. "engines": {
  850. "node": ">=0.8"
  851. }
  852. },
  853. "node_modules/csstype": {
  854. "version": "3.2.3",
  855. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  856. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  857. "license": "MIT"
  858. },
  859. "node_modules/dayjs": {
  860. "version": "1.11.20",
  861. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
  862. "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
  863. "license": "MIT"
  864. },
  865. "node_modules/debug": {
  866. "version": "4.4.3",
  867. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  868. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  869. "license": "MIT",
  870. "dependencies": {
  871. "ms": "^2.1.3"
  872. },
  873. "engines": {
  874. "node": ">=6.0"
  875. },
  876. "peerDependenciesMeta": {
  877. "supports-color": {
  878. "optional": true
  879. }
  880. }
  881. },
  882. "node_modules/delayed-stream": {
  883. "version": "1.0.0",
  884. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  885. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  886. "license": "MIT",
  887. "engines": {
  888. "node": ">=0.4.0"
  889. }
  890. },
  891. "node_modules/detect-libc": {
  892. "version": "2.1.2",
  893. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  894. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  895. "dev": true,
  896. "license": "Apache-2.0",
  897. "engines": {
  898. "node": ">=8"
  899. }
  900. },
  901. "node_modules/dom-align": {
  902. "version": "1.12.4",
  903. "resolved": "https://registry.npmjs.org/dom-align/-/dom-align-1.12.4.tgz",
  904. "integrity": "sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==",
  905. "license": "MIT"
  906. },
  907. "node_modules/dom-scroll-into-view": {
  908. "version": "2.0.1",
  909. "resolved": "https://registry.npmjs.org/dom-scroll-into-view/-/dom-scroll-into-view-2.0.1.tgz",
  910. "integrity": "sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w==",
  911. "license": "MIT"
  912. },
  913. "node_modules/dunder-proto": {
  914. "version": "1.0.1",
  915. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  916. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  917. "license": "MIT",
  918. "dependencies": {
  919. "call-bind-apply-helpers": "^1.0.1",
  920. "es-errors": "^1.3.0",
  921. "gopd": "^1.2.0"
  922. },
  923. "engines": {
  924. "node": ">= 0.4"
  925. }
  926. },
  927. "node_modules/echarts": {
  928. "version": "6.0.0",
  929. "resolved": "https://registry.npmjs.org/echarts/-/echarts-6.0.0.tgz",
  930. "integrity": "sha512-Tte/grDQRiETQP4xz3iZWSvoHrkCQtwqd6hs+mifXcjrCuo2iKWbajFObuLJVBlDIJlOzgQPd1hsaKt/3+OMkQ==",
  931. "license": "Apache-2.0",
  932. "dependencies": {
  933. "tslib": "2.3.0",
  934. "zrender": "6.0.0"
  935. }
  936. },
  937. "node_modules/echarts-for-vue": {
  938. "version": "1.4.1",
  939. "resolved": "https://registry.npmjs.org/echarts-for-vue/-/echarts-for-vue-1.4.1.tgz",
  940. "integrity": "sha512-o1VKvX5lCo5Nb8B5EEr6ztt+hRi4W9RnKn7wIk+l3fZ0S2yVXanqZckgBfO7v8vSS+xOJq/Df5flrNUQIRhn/Q==",
  941. "license": "Apache-2.0",
  942. "dependencies": {
  943. "@types/echarts": "^4.9.7"
  944. },
  945. "peerDependencies": {
  946. "echarts": ">=3",
  947. "vue": ">=2"
  948. }
  949. },
  950. "node_modules/echarts/node_modules/tslib": {
  951. "version": "2.3.0",
  952. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
  953. "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
  954. "license": "0BSD"
  955. },
  956. "node_modules/engine.io-client": {
  957. "version": "6.6.4",
  958. "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.4.tgz",
  959. "integrity": "sha512-+kjUJnZGwzewFDw951CDWcwj35vMNf2fcj7xQWOctq1F2i1jkDdVvdFG9kM/BEChymCH36KgjnW0NsL58JYRxw==",
  960. "license": "MIT",
  961. "dependencies": {
  962. "@socket.io/component-emitter": "~3.1.0",
  963. "debug": "~4.4.1",
  964. "engine.io-parser": "~5.2.1",
  965. "ws": "~8.18.3",
  966. "xmlhttprequest-ssl": "~2.1.1"
  967. }
  968. },
  969. "node_modules/engine.io-parser": {
  970. "version": "5.2.3",
  971. "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz",
  972. "integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==",
  973. "license": "MIT",
  974. "engines": {
  975. "node": ">=10.0.0"
  976. }
  977. },
  978. "node_modules/entities": {
  979. "version": "7.0.1",
  980. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  981. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  982. "license": "BSD-2-Clause",
  983. "engines": {
  984. "node": ">=0.12"
  985. },
  986. "funding": {
  987. "url": "https://github.com/fb55/entities?sponsor=1"
  988. }
  989. },
  990. "node_modules/errno": {
  991. "version": "0.1.8",
  992. "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz",
  993. "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
  994. "dev": true,
  995. "license": "MIT",
  996. "optional": true,
  997. "dependencies": {
  998. "prr": "~1.0.1"
  999. },
  1000. "bin": {
  1001. "errno": "cli.js"
  1002. }
  1003. },
  1004. "node_modules/es-define-property": {
  1005. "version": "1.0.1",
  1006. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  1007. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  1008. "license": "MIT",
  1009. "engines": {
  1010. "node": ">= 0.4"
  1011. }
  1012. },
  1013. "node_modules/es-errors": {
  1014. "version": "1.3.0",
  1015. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  1016. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  1017. "license": "MIT",
  1018. "engines": {
  1019. "node": ">= 0.4"
  1020. }
  1021. },
  1022. "node_modules/es-object-atoms": {
  1023. "version": "1.1.1",
  1024. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  1025. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  1026. "license": "MIT",
  1027. "dependencies": {
  1028. "es-errors": "^1.3.0"
  1029. },
  1030. "engines": {
  1031. "node": ">= 0.4"
  1032. }
  1033. },
  1034. "node_modules/es-set-tostringtag": {
  1035. "version": "2.1.0",
  1036. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  1037. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  1038. "license": "MIT",
  1039. "dependencies": {
  1040. "es-errors": "^1.3.0",
  1041. "get-intrinsic": "^1.2.6",
  1042. "has-tostringtag": "^1.0.2",
  1043. "hasown": "^2.0.2"
  1044. },
  1045. "engines": {
  1046. "node": ">= 0.4"
  1047. }
  1048. },
  1049. "node_modules/estree-walker": {
  1050. "version": "2.0.2",
  1051. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1052. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1053. "license": "MIT"
  1054. },
  1055. "node_modules/fdir": {
  1056. "version": "6.5.0",
  1057. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  1058. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  1059. "dev": true,
  1060. "license": "MIT",
  1061. "engines": {
  1062. "node": ">=12.0.0"
  1063. },
  1064. "peerDependencies": {
  1065. "picomatch": "^3 || ^4"
  1066. },
  1067. "peerDependenciesMeta": {
  1068. "picomatch": {
  1069. "optional": true
  1070. }
  1071. }
  1072. },
  1073. "node_modules/file-saver": {
  1074. "version": "2.0.5",
  1075. "resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.5.tgz",
  1076. "integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==",
  1077. "license": "MIT"
  1078. },
  1079. "node_modules/follow-redirects": {
  1080. "version": "1.16.0",
  1081. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
  1082. "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
  1083. "funding": [
  1084. {
  1085. "type": "individual",
  1086. "url": "https://github.com/sponsors/RubenVerborgh"
  1087. }
  1088. ],
  1089. "license": "MIT",
  1090. "engines": {
  1091. "node": ">=4.0"
  1092. },
  1093. "peerDependenciesMeta": {
  1094. "debug": {
  1095. "optional": true
  1096. }
  1097. }
  1098. },
  1099. "node_modules/form-data": {
  1100. "version": "4.0.5",
  1101. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
  1102. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  1103. "license": "MIT",
  1104. "dependencies": {
  1105. "asynckit": "^0.4.0",
  1106. "combined-stream": "^1.0.8",
  1107. "es-set-tostringtag": "^2.1.0",
  1108. "hasown": "^2.0.2",
  1109. "mime-types": "^2.1.12"
  1110. },
  1111. "engines": {
  1112. "node": ">= 6"
  1113. }
  1114. },
  1115. "node_modules/frac": {
  1116. "version": "1.1.2",
  1117. "resolved": "https://registry.npmjs.org/frac/-/frac-1.1.2.tgz",
  1118. "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==",
  1119. "license": "Apache-2.0",
  1120. "engines": {
  1121. "node": ">=0.8"
  1122. }
  1123. },
  1124. "node_modules/fsevents": {
  1125. "version": "2.3.3",
  1126. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  1127. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1128. "dev": true,
  1129. "hasInstallScript": true,
  1130. "license": "MIT",
  1131. "optional": true,
  1132. "os": [
  1133. "darwin"
  1134. ],
  1135. "engines": {
  1136. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1137. }
  1138. },
  1139. "node_modules/function-bind": {
  1140. "version": "1.1.2",
  1141. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  1142. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1143. "license": "MIT",
  1144. "funding": {
  1145. "url": "https://github.com/sponsors/ljharb"
  1146. }
  1147. },
  1148. "node_modules/get-intrinsic": {
  1149. "version": "1.3.0",
  1150. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  1151. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  1152. "license": "MIT",
  1153. "dependencies": {
  1154. "call-bind-apply-helpers": "^1.0.2",
  1155. "es-define-property": "^1.0.1",
  1156. "es-errors": "^1.3.0",
  1157. "es-object-atoms": "^1.1.1",
  1158. "function-bind": "^1.1.2",
  1159. "get-proto": "^1.0.1",
  1160. "gopd": "^1.2.0",
  1161. "has-symbols": "^1.1.0",
  1162. "hasown": "^2.0.2",
  1163. "math-intrinsics": "^1.1.0"
  1164. },
  1165. "engines": {
  1166. "node": ">= 0.4"
  1167. },
  1168. "funding": {
  1169. "url": "https://github.com/sponsors/ljharb"
  1170. }
  1171. },
  1172. "node_modules/get-proto": {
  1173. "version": "1.0.1",
  1174. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  1175. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  1176. "license": "MIT",
  1177. "dependencies": {
  1178. "dunder-proto": "^1.0.1",
  1179. "es-object-atoms": "^1.0.0"
  1180. },
  1181. "engines": {
  1182. "node": ">= 0.4"
  1183. }
  1184. },
  1185. "node_modules/gopd": {
  1186. "version": "1.2.0",
  1187. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  1188. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  1189. "license": "MIT",
  1190. "engines": {
  1191. "node": ">= 0.4"
  1192. },
  1193. "funding": {
  1194. "url": "https://github.com/sponsors/ljharb"
  1195. }
  1196. },
  1197. "node_modules/graceful-fs": {
  1198. "version": "4.2.11",
  1199. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  1200. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  1201. "dev": true,
  1202. "license": "ISC",
  1203. "optional": true
  1204. },
  1205. "node_modules/has-symbols": {
  1206. "version": "1.1.0",
  1207. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  1208. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  1209. "license": "MIT",
  1210. "engines": {
  1211. "node": ">= 0.4"
  1212. },
  1213. "funding": {
  1214. "url": "https://github.com/sponsors/ljharb"
  1215. }
  1216. },
  1217. "node_modules/has-tostringtag": {
  1218. "version": "1.0.2",
  1219. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  1220. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  1221. "license": "MIT",
  1222. "dependencies": {
  1223. "has-symbols": "^1.0.3"
  1224. },
  1225. "engines": {
  1226. "node": ">= 0.4"
  1227. },
  1228. "funding": {
  1229. "url": "https://github.com/sponsors/ljharb"
  1230. }
  1231. },
  1232. "node_modules/hasown": {
  1233. "version": "2.0.2",
  1234. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  1235. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  1236. "license": "MIT",
  1237. "dependencies": {
  1238. "function-bind": "^1.1.2"
  1239. },
  1240. "engines": {
  1241. "node": ">= 0.4"
  1242. }
  1243. },
  1244. "node_modules/hookable": {
  1245. "version": "5.5.3",
  1246. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  1247. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  1248. "license": "MIT"
  1249. },
  1250. "node_modules/iconv-lite": {
  1251. "version": "0.6.3",
  1252. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  1253. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  1254. "dev": true,
  1255. "license": "MIT",
  1256. "optional": true,
  1257. "dependencies": {
  1258. "safer-buffer": ">= 2.1.2 < 3.0.0"
  1259. },
  1260. "engines": {
  1261. "node": ">=0.10.0"
  1262. }
  1263. },
  1264. "node_modules/image-size": {
  1265. "version": "0.5.5",
  1266. "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz",
  1267. "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==",
  1268. "dev": true,
  1269. "license": "MIT",
  1270. "optional": true,
  1271. "bin": {
  1272. "image-size": "bin/image-size.js"
  1273. },
  1274. "engines": {
  1275. "node": ">=0.10.0"
  1276. }
  1277. },
  1278. "node_modules/is-plain-object": {
  1279. "version": "3.0.1",
  1280. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.1.tgz",
  1281. "integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
  1282. "license": "MIT",
  1283. "engines": {
  1284. "node": ">=0.10.0"
  1285. }
  1286. },
  1287. "node_modules/is-what": {
  1288. "version": "5.5.0",
  1289. "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
  1290. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  1291. "license": "MIT",
  1292. "engines": {
  1293. "node": ">=18"
  1294. },
  1295. "funding": {
  1296. "url": "https://github.com/sponsors/mesqueeb"
  1297. }
  1298. },
  1299. "node_modules/js-tokens": {
  1300. "version": "4.0.0",
  1301. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  1302. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  1303. "license": "MIT"
  1304. },
  1305. "node_modules/less": {
  1306. "version": "4.6.4",
  1307. "resolved": "https://registry.npmjs.org/less/-/less-4.6.4.tgz",
  1308. "integrity": "sha512-OJmO5+HxZLLw0RLzkqaNHzcgEAQG7C0y3aMbwtCzIUFZsLMNNq/1IdAdHEycQ58CwUO3jPTHmoN+tE5I7FQxNg==",
  1309. "dev": true,
  1310. "license": "Apache-2.0",
  1311. "dependencies": {
  1312. "copy-anything": "^3.0.5",
  1313. "parse-node-version": "^1.0.1"
  1314. },
  1315. "bin": {
  1316. "lessc": "bin/lessc"
  1317. },
  1318. "engines": {
  1319. "node": ">=18"
  1320. },
  1321. "optionalDependencies": {
  1322. "errno": "^0.1.1",
  1323. "graceful-fs": "^4.1.2",
  1324. "image-size": "~0.5.0",
  1325. "make-dir": "^2.1.0",
  1326. "mime": "^1.4.1",
  1327. "needle": "^3.1.0",
  1328. "source-map": "~0.6.0"
  1329. }
  1330. },
  1331. "node_modules/less/node_modules/copy-anything": {
  1332. "version": "3.0.5",
  1333. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.5.tgz",
  1334. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  1335. "dev": true,
  1336. "license": "MIT",
  1337. "dependencies": {
  1338. "is-what": "^4.1.8"
  1339. },
  1340. "engines": {
  1341. "node": ">=12.13"
  1342. },
  1343. "funding": {
  1344. "url": "https://github.com/sponsors/mesqueeb"
  1345. }
  1346. },
  1347. "node_modules/less/node_modules/is-what": {
  1348. "version": "4.1.16",
  1349. "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz",
  1350. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  1351. "dev": true,
  1352. "license": "MIT",
  1353. "engines": {
  1354. "node": ">=12.13"
  1355. },
  1356. "funding": {
  1357. "url": "https://github.com/sponsors/mesqueeb"
  1358. }
  1359. },
  1360. "node_modules/lightningcss": {
  1361. "version": "1.32.0",
  1362. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  1363. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  1364. "dev": true,
  1365. "license": "MPL-2.0",
  1366. "dependencies": {
  1367. "detect-libc": "^2.0.3"
  1368. },
  1369. "engines": {
  1370. "node": ">= 12.0.0"
  1371. },
  1372. "funding": {
  1373. "type": "opencollective",
  1374. "url": "https://opencollective.com/parcel"
  1375. },
  1376. "optionalDependencies": {
  1377. "lightningcss-android-arm64": "1.32.0",
  1378. "lightningcss-darwin-arm64": "1.32.0",
  1379. "lightningcss-darwin-x64": "1.32.0",
  1380. "lightningcss-freebsd-x64": "1.32.0",
  1381. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  1382. "lightningcss-linux-arm64-gnu": "1.32.0",
  1383. "lightningcss-linux-arm64-musl": "1.32.0",
  1384. "lightningcss-linux-x64-gnu": "1.32.0",
  1385. "lightningcss-linux-x64-musl": "1.32.0",
  1386. "lightningcss-win32-arm64-msvc": "1.32.0",
  1387. "lightningcss-win32-x64-msvc": "1.32.0"
  1388. }
  1389. },
  1390. "node_modules/lightningcss-android-arm64": {
  1391. "version": "1.32.0",
  1392. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  1393. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  1394. "cpu": [
  1395. "arm64"
  1396. ],
  1397. "dev": true,
  1398. "license": "MPL-2.0",
  1399. "optional": true,
  1400. "os": [
  1401. "android"
  1402. ],
  1403. "engines": {
  1404. "node": ">= 12.0.0"
  1405. },
  1406. "funding": {
  1407. "type": "opencollective",
  1408. "url": "https://opencollective.com/parcel"
  1409. }
  1410. },
  1411. "node_modules/lightningcss-darwin-arm64": {
  1412. "version": "1.32.0",
  1413. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  1414. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  1415. "cpu": [
  1416. "arm64"
  1417. ],
  1418. "dev": true,
  1419. "license": "MPL-2.0",
  1420. "optional": true,
  1421. "os": [
  1422. "darwin"
  1423. ],
  1424. "engines": {
  1425. "node": ">= 12.0.0"
  1426. },
  1427. "funding": {
  1428. "type": "opencollective",
  1429. "url": "https://opencollective.com/parcel"
  1430. }
  1431. },
  1432. "node_modules/lightningcss-darwin-x64": {
  1433. "version": "1.32.0",
  1434. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  1435. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  1436. "cpu": [
  1437. "x64"
  1438. ],
  1439. "dev": true,
  1440. "license": "MPL-2.0",
  1441. "optional": true,
  1442. "os": [
  1443. "darwin"
  1444. ],
  1445. "engines": {
  1446. "node": ">= 12.0.0"
  1447. },
  1448. "funding": {
  1449. "type": "opencollective",
  1450. "url": "https://opencollective.com/parcel"
  1451. }
  1452. },
  1453. "node_modules/lightningcss-freebsd-x64": {
  1454. "version": "1.32.0",
  1455. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  1456. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  1457. "cpu": [
  1458. "x64"
  1459. ],
  1460. "dev": true,
  1461. "license": "MPL-2.0",
  1462. "optional": true,
  1463. "os": [
  1464. "freebsd"
  1465. ],
  1466. "engines": {
  1467. "node": ">= 12.0.0"
  1468. },
  1469. "funding": {
  1470. "type": "opencollective",
  1471. "url": "https://opencollective.com/parcel"
  1472. }
  1473. },
  1474. "node_modules/lightningcss-linux-arm-gnueabihf": {
  1475. "version": "1.32.0",
  1476. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  1477. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  1478. "cpu": [
  1479. "arm"
  1480. ],
  1481. "dev": true,
  1482. "license": "MPL-2.0",
  1483. "optional": true,
  1484. "os": [
  1485. "linux"
  1486. ],
  1487. "engines": {
  1488. "node": ">= 12.0.0"
  1489. },
  1490. "funding": {
  1491. "type": "opencollective",
  1492. "url": "https://opencollective.com/parcel"
  1493. }
  1494. },
  1495. "node_modules/lightningcss-linux-arm64-gnu": {
  1496. "version": "1.32.0",
  1497. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  1498. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  1499. "cpu": [
  1500. "arm64"
  1501. ],
  1502. "dev": true,
  1503. "license": "MPL-2.0",
  1504. "optional": true,
  1505. "os": [
  1506. "linux"
  1507. ],
  1508. "engines": {
  1509. "node": ">= 12.0.0"
  1510. },
  1511. "funding": {
  1512. "type": "opencollective",
  1513. "url": "https://opencollective.com/parcel"
  1514. }
  1515. },
  1516. "node_modules/lightningcss-linux-arm64-musl": {
  1517. "version": "1.32.0",
  1518. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  1519. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  1520. "cpu": [
  1521. "arm64"
  1522. ],
  1523. "dev": true,
  1524. "license": "MPL-2.0",
  1525. "optional": true,
  1526. "os": [
  1527. "linux"
  1528. ],
  1529. "engines": {
  1530. "node": ">= 12.0.0"
  1531. },
  1532. "funding": {
  1533. "type": "opencollective",
  1534. "url": "https://opencollective.com/parcel"
  1535. }
  1536. },
  1537. "node_modules/lightningcss-linux-x64-gnu": {
  1538. "version": "1.32.0",
  1539. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  1540. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  1541. "cpu": [
  1542. "x64"
  1543. ],
  1544. "dev": true,
  1545. "license": "MPL-2.0",
  1546. "optional": true,
  1547. "os": [
  1548. "linux"
  1549. ],
  1550. "engines": {
  1551. "node": ">= 12.0.0"
  1552. },
  1553. "funding": {
  1554. "type": "opencollective",
  1555. "url": "https://opencollective.com/parcel"
  1556. }
  1557. },
  1558. "node_modules/lightningcss-linux-x64-musl": {
  1559. "version": "1.32.0",
  1560. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  1561. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  1562. "cpu": [
  1563. "x64"
  1564. ],
  1565. "dev": true,
  1566. "license": "MPL-2.0",
  1567. "optional": true,
  1568. "os": [
  1569. "linux"
  1570. ],
  1571. "engines": {
  1572. "node": ">= 12.0.0"
  1573. },
  1574. "funding": {
  1575. "type": "opencollective",
  1576. "url": "https://opencollective.com/parcel"
  1577. }
  1578. },
  1579. "node_modules/lightningcss-win32-arm64-msvc": {
  1580. "version": "1.32.0",
  1581. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  1582. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  1583. "cpu": [
  1584. "arm64"
  1585. ],
  1586. "dev": true,
  1587. "license": "MPL-2.0",
  1588. "optional": true,
  1589. "os": [
  1590. "win32"
  1591. ],
  1592. "engines": {
  1593. "node": ">= 12.0.0"
  1594. },
  1595. "funding": {
  1596. "type": "opencollective",
  1597. "url": "https://opencollective.com/parcel"
  1598. }
  1599. },
  1600. "node_modules/lightningcss-win32-x64-msvc": {
  1601. "version": "1.32.0",
  1602. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  1603. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  1604. "cpu": [
  1605. "x64"
  1606. ],
  1607. "dev": true,
  1608. "license": "MPL-2.0",
  1609. "optional": true,
  1610. "os": [
  1611. "win32"
  1612. ],
  1613. "engines": {
  1614. "node": ">= 12.0.0"
  1615. },
  1616. "funding": {
  1617. "type": "opencollective",
  1618. "url": "https://opencollective.com/parcel"
  1619. }
  1620. },
  1621. "node_modules/lodash": {
  1622. "version": "4.18.1",
  1623. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  1624. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  1625. "license": "MIT"
  1626. },
  1627. "node_modules/lodash-es": {
  1628. "version": "4.18.1",
  1629. "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz",
  1630. "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
  1631. "license": "MIT"
  1632. },
  1633. "node_modules/loose-envify": {
  1634. "version": "1.4.0",
  1635. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  1636. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  1637. "license": "MIT",
  1638. "dependencies": {
  1639. "js-tokens": "^3.0.0 || ^4.0.0"
  1640. },
  1641. "bin": {
  1642. "loose-envify": "cli.js"
  1643. }
  1644. },
  1645. "node_modules/magic-string": {
  1646. "version": "0.30.21",
  1647. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  1648. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  1649. "license": "MIT",
  1650. "dependencies": {
  1651. "@jridgewell/sourcemap-codec": "^1.5.5"
  1652. }
  1653. },
  1654. "node_modules/make-dir": {
  1655. "version": "2.1.0",
  1656. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
  1657. "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
  1658. "dev": true,
  1659. "license": "MIT",
  1660. "optional": true,
  1661. "dependencies": {
  1662. "pify": "^4.0.1",
  1663. "semver": "^5.6.0"
  1664. },
  1665. "engines": {
  1666. "node": ">=6"
  1667. }
  1668. },
  1669. "node_modules/math-intrinsics": {
  1670. "version": "1.1.0",
  1671. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  1672. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  1673. "license": "MIT",
  1674. "engines": {
  1675. "node": ">= 0.4"
  1676. }
  1677. },
  1678. "node_modules/mime": {
  1679. "version": "1.6.0",
  1680. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  1681. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  1682. "dev": true,
  1683. "license": "MIT",
  1684. "optional": true,
  1685. "bin": {
  1686. "mime": "cli.js"
  1687. },
  1688. "engines": {
  1689. "node": ">=4"
  1690. }
  1691. },
  1692. "node_modules/mime-db": {
  1693. "version": "1.52.0",
  1694. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  1695. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  1696. "license": "MIT",
  1697. "engines": {
  1698. "node": ">= 0.6"
  1699. }
  1700. },
  1701. "node_modules/mime-types": {
  1702. "version": "2.1.35",
  1703. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  1704. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  1705. "license": "MIT",
  1706. "dependencies": {
  1707. "mime-db": "1.52.0"
  1708. },
  1709. "engines": {
  1710. "node": ">= 0.6"
  1711. }
  1712. },
  1713. "node_modules/mitt": {
  1714. "version": "3.0.1",
  1715. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  1716. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  1717. "license": "MIT"
  1718. },
  1719. "node_modules/ms": {
  1720. "version": "2.1.3",
  1721. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  1722. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  1723. "license": "MIT"
  1724. },
  1725. "node_modules/nanoid": {
  1726. "version": "3.3.11",
  1727. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  1728. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  1729. "funding": [
  1730. {
  1731. "type": "github",
  1732. "url": "https://github.com/sponsors/ai"
  1733. }
  1734. ],
  1735. "license": "MIT",
  1736. "bin": {
  1737. "nanoid": "bin/nanoid.cjs"
  1738. },
  1739. "engines": {
  1740. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1741. }
  1742. },
  1743. "node_modules/nanopop": {
  1744. "version": "2.4.2",
  1745. "resolved": "https://registry.npmjs.org/nanopop/-/nanopop-2.4.2.tgz",
  1746. "integrity": "sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw==",
  1747. "license": "MIT"
  1748. },
  1749. "node_modules/needle": {
  1750. "version": "3.5.0",
  1751. "resolved": "https://registry.npmjs.org/needle/-/needle-3.5.0.tgz",
  1752. "integrity": "sha512-jaQyPKKk2YokHrEg+vFDYxXIHTCBgiZwSHOoVx/8V3GIBS8/VN6NdVRmg8q1ERtPkMvmOvebsgga4sAj5hls/w==",
  1753. "dev": true,
  1754. "license": "MIT",
  1755. "optional": true,
  1756. "dependencies": {
  1757. "iconv-lite": "^0.6.3",
  1758. "sax": "^1.2.4"
  1759. },
  1760. "bin": {
  1761. "needle": "bin/needle"
  1762. },
  1763. "engines": {
  1764. "node": ">= 4.4.x"
  1765. }
  1766. },
  1767. "node_modules/parse-node-version": {
  1768. "version": "1.0.1",
  1769. "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
  1770. "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
  1771. "dev": true,
  1772. "license": "MIT",
  1773. "engines": {
  1774. "node": ">= 0.10"
  1775. }
  1776. },
  1777. "node_modules/perfect-debounce": {
  1778. "version": "1.0.0",
  1779. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  1780. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  1781. "license": "MIT"
  1782. },
  1783. "node_modules/picocolors": {
  1784. "version": "1.1.1",
  1785. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  1786. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1787. "license": "ISC"
  1788. },
  1789. "node_modules/picomatch": {
  1790. "version": "4.0.4",
  1791. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  1792. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  1793. "dev": true,
  1794. "license": "MIT",
  1795. "engines": {
  1796. "node": ">=12"
  1797. },
  1798. "funding": {
  1799. "url": "https://github.com/sponsors/jonschlinkert"
  1800. }
  1801. },
  1802. "node_modules/pify": {
  1803. "version": "4.0.1",
  1804. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  1805. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  1806. "dev": true,
  1807. "license": "MIT",
  1808. "optional": true,
  1809. "engines": {
  1810. "node": ">=6"
  1811. }
  1812. },
  1813. "node_modules/pinia": {
  1814. "version": "3.0.4",
  1815. "resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.4.tgz",
  1816. "integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==",
  1817. "license": "MIT",
  1818. "dependencies": {
  1819. "@vue/devtools-api": "^7.7.7"
  1820. },
  1821. "funding": {
  1822. "url": "https://github.com/sponsors/posva"
  1823. },
  1824. "peerDependencies": {
  1825. "typescript": ">=4.5.0",
  1826. "vue": "^3.5.11"
  1827. },
  1828. "peerDependenciesMeta": {
  1829. "typescript": {
  1830. "optional": true
  1831. }
  1832. }
  1833. },
  1834. "node_modules/postcss": {
  1835. "version": "8.5.10",
  1836. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
  1837. "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==",
  1838. "funding": [
  1839. {
  1840. "type": "opencollective",
  1841. "url": "https://opencollective.com/postcss/"
  1842. },
  1843. {
  1844. "type": "tidelift",
  1845. "url": "https://tidelift.com/funding/github/npm/postcss"
  1846. },
  1847. {
  1848. "type": "github",
  1849. "url": "https://github.com/sponsors/ai"
  1850. }
  1851. ],
  1852. "license": "MIT",
  1853. "dependencies": {
  1854. "nanoid": "^3.3.11",
  1855. "picocolors": "^1.1.1",
  1856. "source-map-js": "^1.2.1"
  1857. },
  1858. "engines": {
  1859. "node": "^10 || ^12 || >=14"
  1860. }
  1861. },
  1862. "node_modules/proxy-from-env": {
  1863. "version": "2.1.0",
  1864. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
  1865. "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
  1866. "license": "MIT",
  1867. "engines": {
  1868. "node": ">=10"
  1869. }
  1870. },
  1871. "node_modules/prr": {
  1872. "version": "1.0.1",
  1873. "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
  1874. "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==",
  1875. "dev": true,
  1876. "license": "MIT",
  1877. "optional": true
  1878. },
  1879. "node_modules/resize-observer-polyfill": {
  1880. "version": "1.5.1",
  1881. "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  1882. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  1883. "license": "MIT"
  1884. },
  1885. "node_modules/rfdc": {
  1886. "version": "1.4.1",
  1887. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  1888. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  1889. "license": "MIT"
  1890. },
  1891. "node_modules/rolldown": {
  1892. "version": "1.0.0-rc.15",
  1893. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.15.tgz",
  1894. "integrity": "sha512-Ff31guA5zT6WjnGp0SXw76X6hzGRk/OQq2hE+1lcDe+lJdHSgnSX6nK3erbONHyCbpSj9a9E+uX/OvytZoWp2g==",
  1895. "dev": true,
  1896. "license": "MIT",
  1897. "dependencies": {
  1898. "@oxc-project/types": "=0.124.0",
  1899. "@rolldown/pluginutils": "1.0.0-rc.15"
  1900. },
  1901. "bin": {
  1902. "rolldown": "bin/cli.mjs"
  1903. },
  1904. "engines": {
  1905. "node": "^20.19.0 || >=22.12.0"
  1906. },
  1907. "optionalDependencies": {
  1908. "@rolldown/binding-android-arm64": "1.0.0-rc.15",
  1909. "@rolldown/binding-darwin-arm64": "1.0.0-rc.15",
  1910. "@rolldown/binding-darwin-x64": "1.0.0-rc.15",
  1911. "@rolldown/binding-freebsd-x64": "1.0.0-rc.15",
  1912. "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.15",
  1913. "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.15",
  1914. "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.15",
  1915. "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.15",
  1916. "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.15",
  1917. "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.15",
  1918. "@rolldown/binding-linux-x64-musl": "1.0.0-rc.15",
  1919. "@rolldown/binding-openharmony-arm64": "1.0.0-rc.15",
  1920. "@rolldown/binding-wasm32-wasi": "1.0.0-rc.15",
  1921. "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.15",
  1922. "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.15"
  1923. }
  1924. },
  1925. "node_modules/safer-buffer": {
  1926. "version": "2.1.2",
  1927. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  1928. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  1929. "dev": true,
  1930. "license": "MIT",
  1931. "optional": true
  1932. },
  1933. "node_modules/sax": {
  1934. "version": "1.6.0",
  1935. "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
  1936. "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
  1937. "dev": true,
  1938. "license": "BlueOak-1.0.0",
  1939. "optional": true,
  1940. "engines": {
  1941. "node": ">=11.0.0"
  1942. }
  1943. },
  1944. "node_modules/scroll-into-view-if-needed": {
  1945. "version": "2.2.31",
  1946. "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
  1947. "integrity": "sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==",
  1948. "license": "MIT",
  1949. "dependencies": {
  1950. "compute-scroll-into-view": "^1.0.20"
  1951. }
  1952. },
  1953. "node_modules/semver": {
  1954. "version": "5.7.2",
  1955. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
  1956. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  1957. "dev": true,
  1958. "license": "ISC",
  1959. "optional": true,
  1960. "bin": {
  1961. "semver": "bin/semver"
  1962. }
  1963. },
  1964. "node_modules/shallow-equal": {
  1965. "version": "1.2.1",
  1966. "resolved": "https://registry.npmjs.org/shallow-equal/-/shallow-equal-1.2.1.tgz",
  1967. "integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==",
  1968. "license": "MIT"
  1969. },
  1970. "node_modules/socket.io-client": {
  1971. "version": "4.8.3",
  1972. "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.8.3.tgz",
  1973. "integrity": "sha512-uP0bpjWrjQmUt5DTHq9RuoCBdFJF10cdX9X+a368j/Ft0wmaVgxlrjvK3kjvgCODOMMOz9lcaRzxmso0bTWZ/g==",
  1974. "license": "MIT",
  1975. "dependencies": {
  1976. "@socket.io/component-emitter": "~3.1.0",
  1977. "debug": "~4.4.1",
  1978. "engine.io-client": "~6.6.1",
  1979. "socket.io-parser": "~4.2.4"
  1980. },
  1981. "engines": {
  1982. "node": ">=10.0.0"
  1983. }
  1984. },
  1985. "node_modules/socket.io-parser": {
  1986. "version": "4.2.6",
  1987. "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.6.tgz",
  1988. "integrity": "sha512-asJqbVBDsBCJx0pTqw3WfesSY0iRX+2xzWEWzrpcH7L6fLzrhyF8WPI8UaeM4YCuDfpwA/cgsdugMsmtz8EJeg==",
  1989. "license": "MIT",
  1990. "dependencies": {
  1991. "@socket.io/component-emitter": "~3.1.0",
  1992. "debug": "~4.4.1"
  1993. },
  1994. "engines": {
  1995. "node": ">=10.0.0"
  1996. }
  1997. },
  1998. "node_modules/source-map": {
  1999. "version": "0.6.1",
  2000. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  2001. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  2002. "dev": true,
  2003. "license": "BSD-3-Clause",
  2004. "optional": true,
  2005. "engines": {
  2006. "node": ">=0.10.0"
  2007. }
  2008. },
  2009. "node_modules/source-map-js": {
  2010. "version": "1.2.1",
  2011. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  2012. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  2013. "license": "BSD-3-Clause",
  2014. "engines": {
  2015. "node": ">=0.10.0"
  2016. }
  2017. },
  2018. "node_modules/speakingurl": {
  2019. "version": "14.0.1",
  2020. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  2021. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  2022. "license": "BSD-3-Clause",
  2023. "engines": {
  2024. "node": ">=0.10.0"
  2025. }
  2026. },
  2027. "node_modules/ssf": {
  2028. "version": "0.11.2",
  2029. "resolved": "https://registry.npmjs.org/ssf/-/ssf-0.11.2.tgz",
  2030. "integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==",
  2031. "license": "Apache-2.0",
  2032. "dependencies": {
  2033. "frac": "~1.1.2"
  2034. },
  2035. "engines": {
  2036. "node": ">=0.8"
  2037. }
  2038. },
  2039. "node_modules/stylis": {
  2040. "version": "4.3.6",
  2041. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz",
  2042. "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
  2043. "license": "MIT"
  2044. },
  2045. "node_modules/superjson": {
  2046. "version": "2.2.6",
  2047. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz",
  2048. "integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==",
  2049. "license": "MIT",
  2050. "dependencies": {
  2051. "copy-anything": "^4"
  2052. },
  2053. "engines": {
  2054. "node": ">=16"
  2055. }
  2056. },
  2057. "node_modules/throttle-debounce": {
  2058. "version": "5.0.2",
  2059. "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
  2060. "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
  2061. "license": "MIT",
  2062. "engines": {
  2063. "node": ">=12.22"
  2064. }
  2065. },
  2066. "node_modules/tinyglobby": {
  2067. "version": "0.2.16",
  2068. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  2069. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  2070. "dev": true,
  2071. "license": "MIT",
  2072. "dependencies": {
  2073. "fdir": "^6.5.0",
  2074. "picomatch": "^4.0.4"
  2075. },
  2076. "engines": {
  2077. "node": ">=12.0.0"
  2078. },
  2079. "funding": {
  2080. "url": "https://github.com/sponsors/SuperchupuDev"
  2081. }
  2082. },
  2083. "node_modules/tslib": {
  2084. "version": "2.8.1",
  2085. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  2086. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  2087. "dev": true,
  2088. "license": "0BSD",
  2089. "optional": true
  2090. },
  2091. "node_modules/typescript": {
  2092. "version": "6.0.2",
  2093. "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
  2094. "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
  2095. "devOptional": true,
  2096. "license": "Apache-2.0",
  2097. "bin": {
  2098. "tsc": "bin/tsc",
  2099. "tsserver": "bin/tsserver"
  2100. },
  2101. "engines": {
  2102. "node": ">=14.17"
  2103. }
  2104. },
  2105. "node_modules/vite": {
  2106. "version": "8.0.8",
  2107. "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.8.tgz",
  2108. "integrity": "sha512-dbU7/iLVa8KZALJyLOBOQ88nOXtNG8vxKuOT4I2mD+Ya70KPceF4IAmDsmU0h1Qsn5bPrvsY9HJstCRh3hG6Uw==",
  2109. "dev": true,
  2110. "license": "MIT",
  2111. "dependencies": {
  2112. "lightningcss": "^1.32.0",
  2113. "picomatch": "^4.0.4",
  2114. "postcss": "^8.5.8",
  2115. "rolldown": "1.0.0-rc.15",
  2116. "tinyglobby": "^0.2.15"
  2117. },
  2118. "bin": {
  2119. "vite": "bin/vite.js"
  2120. },
  2121. "engines": {
  2122. "node": "^20.19.0 || >=22.12.0"
  2123. },
  2124. "funding": {
  2125. "url": "https://github.com/vitejs/vite?sponsor=1"
  2126. },
  2127. "optionalDependencies": {
  2128. "fsevents": "~2.3.3"
  2129. },
  2130. "peerDependencies": {
  2131. "@types/node": "^20.19.0 || >=22.12.0",
  2132. "@vitejs/devtools": "^0.1.0",
  2133. "esbuild": "^0.27.0 || ^0.28.0",
  2134. "jiti": ">=1.21.0",
  2135. "less": "^4.0.0",
  2136. "sass": "^1.70.0",
  2137. "sass-embedded": "^1.70.0",
  2138. "stylus": ">=0.54.8",
  2139. "sugarss": "^5.0.0",
  2140. "terser": "^5.16.0",
  2141. "tsx": "^4.8.1",
  2142. "yaml": "^2.4.2"
  2143. },
  2144. "peerDependenciesMeta": {
  2145. "@types/node": {
  2146. "optional": true
  2147. },
  2148. "@vitejs/devtools": {
  2149. "optional": true
  2150. },
  2151. "esbuild": {
  2152. "optional": true
  2153. },
  2154. "jiti": {
  2155. "optional": true
  2156. },
  2157. "less": {
  2158. "optional": true
  2159. },
  2160. "sass": {
  2161. "optional": true
  2162. },
  2163. "sass-embedded": {
  2164. "optional": true
  2165. },
  2166. "stylus": {
  2167. "optional": true
  2168. },
  2169. "sugarss": {
  2170. "optional": true
  2171. },
  2172. "terser": {
  2173. "optional": true
  2174. },
  2175. "tsx": {
  2176. "optional": true
  2177. },
  2178. "yaml": {
  2179. "optional": true
  2180. }
  2181. }
  2182. },
  2183. "node_modules/vue": {
  2184. "version": "3.5.32",
  2185. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.32.tgz",
  2186. "integrity": "sha512-vM4z4Q9tTafVfMAK7IVzmxg34rSzTFMyIe0UUEijUCkn9+23lj0WRfA83dg7eQZIUlgOSGrkViIaCfqSAUXsMw==",
  2187. "license": "MIT",
  2188. "dependencies": {
  2189. "@vue/compiler-dom": "3.5.32",
  2190. "@vue/compiler-sfc": "3.5.32",
  2191. "@vue/runtime-dom": "3.5.32",
  2192. "@vue/server-renderer": "3.5.32",
  2193. "@vue/shared": "3.5.32"
  2194. },
  2195. "peerDependencies": {
  2196. "typescript": "*"
  2197. },
  2198. "peerDependenciesMeta": {
  2199. "typescript": {
  2200. "optional": true
  2201. }
  2202. }
  2203. },
  2204. "node_modules/vue-router": {
  2205. "version": "4.6.4",
  2206. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.4.tgz",
  2207. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  2208. "license": "MIT",
  2209. "dependencies": {
  2210. "@vue/devtools-api": "^6.6.4"
  2211. },
  2212. "funding": {
  2213. "url": "https://github.com/sponsors/posva"
  2214. },
  2215. "peerDependencies": {
  2216. "vue": "^3.5.0"
  2217. }
  2218. },
  2219. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  2220. "version": "6.6.4",
  2221. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  2222. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  2223. "license": "MIT"
  2224. },
  2225. "node_modules/vue-types": {
  2226. "version": "3.0.2",
  2227. "resolved": "https://registry.npmjs.org/vue-types/-/vue-types-3.0.2.tgz",
  2228. "integrity": "sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==",
  2229. "license": "MIT",
  2230. "dependencies": {
  2231. "is-plain-object": "3.0.1"
  2232. },
  2233. "engines": {
  2234. "node": ">=10.15.0"
  2235. },
  2236. "peerDependencies": {
  2237. "vue": "^3.0.0"
  2238. }
  2239. },
  2240. "node_modules/warning": {
  2241. "version": "4.0.3",
  2242. "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz",
  2243. "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  2244. "license": "MIT",
  2245. "dependencies": {
  2246. "loose-envify": "^1.0.0"
  2247. }
  2248. },
  2249. "node_modules/wmf": {
  2250. "version": "1.0.2",
  2251. "resolved": "https://registry.npmjs.org/wmf/-/wmf-1.0.2.tgz",
  2252. "integrity": "sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==",
  2253. "license": "Apache-2.0",
  2254. "engines": {
  2255. "node": ">=0.8"
  2256. }
  2257. },
  2258. "node_modules/word": {
  2259. "version": "0.3.0",
  2260. "resolved": "https://registry.npmjs.org/word/-/word-0.3.0.tgz",
  2261. "integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==",
  2262. "license": "Apache-2.0",
  2263. "engines": {
  2264. "node": ">=0.8"
  2265. }
  2266. },
  2267. "node_modules/ws": {
  2268. "version": "8.18.3",
  2269. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
  2270. "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  2271. "license": "MIT",
  2272. "engines": {
  2273. "node": ">=10.0.0"
  2274. },
  2275. "peerDependencies": {
  2276. "bufferutil": "^4.0.1",
  2277. "utf-8-validate": ">=5.0.2"
  2278. },
  2279. "peerDependenciesMeta": {
  2280. "bufferutil": {
  2281. "optional": true
  2282. },
  2283. "utf-8-validate": {
  2284. "optional": true
  2285. }
  2286. }
  2287. },
  2288. "node_modules/xlsx": {
  2289. "version": "0.18.5",
  2290. "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.5.tgz",
  2291. "integrity": "sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==",
  2292. "license": "Apache-2.0",
  2293. "dependencies": {
  2294. "adler-32": "~1.3.0",
  2295. "cfb": "~1.2.1",
  2296. "codepage": "~1.15.0",
  2297. "crc-32": "~1.2.1",
  2298. "ssf": "~0.11.2",
  2299. "wmf": "~1.0.1",
  2300. "word": "~0.3.0"
  2301. },
  2302. "bin": {
  2303. "xlsx": "bin/xlsx.njs"
  2304. },
  2305. "engines": {
  2306. "node": ">=0.8"
  2307. }
  2308. },
  2309. "node_modules/xmlhttprequest-ssl": {
  2310. "version": "2.1.2",
  2311. "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz",
  2312. "integrity": "sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ==",
  2313. "engines": {
  2314. "node": ">=0.4.0"
  2315. }
  2316. },
  2317. "node_modules/zrender": {
  2318. "version": "6.0.0",
  2319. "resolved": "https://registry.npmjs.org/zrender/-/zrender-6.0.0.tgz",
  2320. "integrity": "sha512-41dFXEEXuJpNecuUQq6JlbybmnHaqqpGlbH1yxnA5V9MMP4SbohSVZsJIwz+zdjQXSSlR1Vc34EgH1zxyTDvhg==",
  2321. "license": "BSD-3-Clause",
  2322. "dependencies": {
  2323. "tslib": "2.3.0"
  2324. }
  2325. },
  2326. "node_modules/zrender/node_modules/tslib": {
  2327. "version": "2.3.0",
  2328. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
  2329. "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
  2330. "license": "0BSD"
  2331. }
  2332. }
  2333. }