package-lock.json 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958
  1. {
  2. "name": "vue3-ts",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "vue3-ts",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "vant": "^4.0.0",
  12. "vue": "^3.2.37"
  13. },
  14. "devDependencies": {
  15. "@types/node": "^18.7.1",
  16. "@vant/auto-import-resolver": "^1.0.1",
  17. "@vitejs/plugin-vue": "^4.3.4",
  18. "sass": "^1.54.4",
  19. "typescript": "^4.6.4",
  20. "unplugin-vue-components": "^0.25.2",
  21. "vite": "^4.4.9",
  22. "vue-router": "4",
  23. "vue-tsc": "^0.38.4"
  24. }
  25. },
  26. "node_modules/@antfu/utils": {
  27. "version": "0.7.10",
  28. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  29. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  30. "dev": true,
  31. "license": "MIT",
  32. "funding": {
  33. "url": "https://github.com/sponsors/antfu"
  34. }
  35. },
  36. "node_modules/@babel/helper-string-parser": {
  37. "version": "7.25.9",
  38. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  39. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  40. "license": "MIT",
  41. "engines": {
  42. "node": ">=6.9.0"
  43. }
  44. },
  45. "node_modules/@babel/helper-validator-identifier": {
  46. "version": "7.25.9",
  47. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  48. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  49. "license": "MIT",
  50. "engines": {
  51. "node": ">=6.9.0"
  52. }
  53. },
  54. "node_modules/@babel/parser": {
  55. "version": "7.26.9",
  56. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.26.9.tgz",
  57. "integrity": "sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==",
  58. "license": "MIT",
  59. "dependencies": {
  60. "@babel/types": "^7.26.9"
  61. },
  62. "bin": {
  63. "parser": "bin/babel-parser.js"
  64. },
  65. "engines": {
  66. "node": ">=6.0.0"
  67. }
  68. },
  69. "node_modules/@babel/types": {
  70. "version": "7.26.9",
  71. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.26.9.tgz",
  72. "integrity": "sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==",
  73. "license": "MIT",
  74. "dependencies": {
  75. "@babel/helper-string-parser": "^7.25.9",
  76. "@babel/helper-validator-identifier": "^7.25.9"
  77. },
  78. "engines": {
  79. "node": ">=6.9.0"
  80. }
  81. },
  82. "node_modules/@esbuild/android-arm": {
  83. "version": "0.18.20",
  84. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
  85. "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
  86. "cpu": [
  87. "arm"
  88. ],
  89. "dev": true,
  90. "license": "MIT",
  91. "optional": true,
  92. "os": [
  93. "android"
  94. ],
  95. "engines": {
  96. "node": ">=12"
  97. }
  98. },
  99. "node_modules/@esbuild/android-arm64": {
  100. "version": "0.18.20",
  101. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
  102. "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
  103. "cpu": [
  104. "arm64"
  105. ],
  106. "dev": true,
  107. "license": "MIT",
  108. "optional": true,
  109. "os": [
  110. "android"
  111. ],
  112. "engines": {
  113. "node": ">=12"
  114. }
  115. },
  116. "node_modules/@esbuild/android-x64": {
  117. "version": "0.18.20",
  118. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
  119. "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
  120. "cpu": [
  121. "x64"
  122. ],
  123. "dev": true,
  124. "license": "MIT",
  125. "optional": true,
  126. "os": [
  127. "android"
  128. ],
  129. "engines": {
  130. "node": ">=12"
  131. }
  132. },
  133. "node_modules/@esbuild/darwin-arm64": {
  134. "version": "0.18.20",
  135. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
  136. "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
  137. "cpu": [
  138. "arm64"
  139. ],
  140. "dev": true,
  141. "license": "MIT",
  142. "optional": true,
  143. "os": [
  144. "darwin"
  145. ],
  146. "engines": {
  147. "node": ">=12"
  148. }
  149. },
  150. "node_modules/@esbuild/darwin-x64": {
  151. "version": "0.18.20",
  152. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
  153. "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
  154. "cpu": [
  155. "x64"
  156. ],
  157. "dev": true,
  158. "license": "MIT",
  159. "optional": true,
  160. "os": [
  161. "darwin"
  162. ],
  163. "engines": {
  164. "node": ">=12"
  165. }
  166. },
  167. "node_modules/@esbuild/freebsd-arm64": {
  168. "version": "0.18.20",
  169. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
  170. "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
  171. "cpu": [
  172. "arm64"
  173. ],
  174. "dev": true,
  175. "license": "MIT",
  176. "optional": true,
  177. "os": [
  178. "freebsd"
  179. ],
  180. "engines": {
  181. "node": ">=12"
  182. }
  183. },
  184. "node_modules/@esbuild/freebsd-x64": {
  185. "version": "0.18.20",
  186. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
  187. "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
  188. "cpu": [
  189. "x64"
  190. ],
  191. "dev": true,
  192. "license": "MIT",
  193. "optional": true,
  194. "os": [
  195. "freebsd"
  196. ],
  197. "engines": {
  198. "node": ">=12"
  199. }
  200. },
  201. "node_modules/@esbuild/linux-arm": {
  202. "version": "0.18.20",
  203. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
  204. "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
  205. "cpu": [
  206. "arm"
  207. ],
  208. "dev": true,
  209. "license": "MIT",
  210. "optional": true,
  211. "os": [
  212. "linux"
  213. ],
  214. "engines": {
  215. "node": ">=12"
  216. }
  217. },
  218. "node_modules/@esbuild/linux-arm64": {
  219. "version": "0.18.20",
  220. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
  221. "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
  222. "cpu": [
  223. "arm64"
  224. ],
  225. "dev": true,
  226. "license": "MIT",
  227. "optional": true,
  228. "os": [
  229. "linux"
  230. ],
  231. "engines": {
  232. "node": ">=12"
  233. }
  234. },
  235. "node_modules/@esbuild/linux-ia32": {
  236. "version": "0.18.20",
  237. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
  238. "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
  239. "cpu": [
  240. "ia32"
  241. ],
  242. "dev": true,
  243. "license": "MIT",
  244. "optional": true,
  245. "os": [
  246. "linux"
  247. ],
  248. "engines": {
  249. "node": ">=12"
  250. }
  251. },
  252. "node_modules/@esbuild/linux-loong64": {
  253. "version": "0.18.20",
  254. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
  255. "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
  256. "cpu": [
  257. "loong64"
  258. ],
  259. "dev": true,
  260. "license": "MIT",
  261. "optional": true,
  262. "os": [
  263. "linux"
  264. ],
  265. "engines": {
  266. "node": ">=12"
  267. }
  268. },
  269. "node_modules/@esbuild/linux-mips64el": {
  270. "version": "0.18.20",
  271. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
  272. "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
  273. "cpu": [
  274. "mips64el"
  275. ],
  276. "dev": true,
  277. "license": "MIT",
  278. "optional": true,
  279. "os": [
  280. "linux"
  281. ],
  282. "engines": {
  283. "node": ">=12"
  284. }
  285. },
  286. "node_modules/@esbuild/linux-ppc64": {
  287. "version": "0.18.20",
  288. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
  289. "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
  290. "cpu": [
  291. "ppc64"
  292. ],
  293. "dev": true,
  294. "license": "MIT",
  295. "optional": true,
  296. "os": [
  297. "linux"
  298. ],
  299. "engines": {
  300. "node": ">=12"
  301. }
  302. },
  303. "node_modules/@esbuild/linux-riscv64": {
  304. "version": "0.18.20",
  305. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
  306. "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
  307. "cpu": [
  308. "riscv64"
  309. ],
  310. "dev": true,
  311. "license": "MIT",
  312. "optional": true,
  313. "os": [
  314. "linux"
  315. ],
  316. "engines": {
  317. "node": ">=12"
  318. }
  319. },
  320. "node_modules/@esbuild/linux-s390x": {
  321. "version": "0.18.20",
  322. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
  323. "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
  324. "cpu": [
  325. "s390x"
  326. ],
  327. "dev": true,
  328. "license": "MIT",
  329. "optional": true,
  330. "os": [
  331. "linux"
  332. ],
  333. "engines": {
  334. "node": ">=12"
  335. }
  336. },
  337. "node_modules/@esbuild/linux-x64": {
  338. "version": "0.18.20",
  339. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
  340. "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
  341. "cpu": [
  342. "x64"
  343. ],
  344. "dev": true,
  345. "license": "MIT",
  346. "optional": true,
  347. "os": [
  348. "linux"
  349. ],
  350. "engines": {
  351. "node": ">=12"
  352. }
  353. },
  354. "node_modules/@esbuild/netbsd-x64": {
  355. "version": "0.18.20",
  356. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
  357. "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
  358. "cpu": [
  359. "x64"
  360. ],
  361. "dev": true,
  362. "license": "MIT",
  363. "optional": true,
  364. "os": [
  365. "netbsd"
  366. ],
  367. "engines": {
  368. "node": ">=12"
  369. }
  370. },
  371. "node_modules/@esbuild/openbsd-x64": {
  372. "version": "0.18.20",
  373. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
  374. "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
  375. "cpu": [
  376. "x64"
  377. ],
  378. "dev": true,
  379. "license": "MIT",
  380. "optional": true,
  381. "os": [
  382. "openbsd"
  383. ],
  384. "engines": {
  385. "node": ">=12"
  386. }
  387. },
  388. "node_modules/@esbuild/sunos-x64": {
  389. "version": "0.18.20",
  390. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
  391. "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
  392. "cpu": [
  393. "x64"
  394. ],
  395. "dev": true,
  396. "license": "MIT",
  397. "optional": true,
  398. "os": [
  399. "sunos"
  400. ],
  401. "engines": {
  402. "node": ">=12"
  403. }
  404. },
  405. "node_modules/@esbuild/win32-arm64": {
  406. "version": "0.18.20",
  407. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
  408. "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
  409. "cpu": [
  410. "arm64"
  411. ],
  412. "dev": true,
  413. "license": "MIT",
  414. "optional": true,
  415. "os": [
  416. "win32"
  417. ],
  418. "engines": {
  419. "node": ">=12"
  420. }
  421. },
  422. "node_modules/@esbuild/win32-ia32": {
  423. "version": "0.18.20",
  424. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
  425. "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
  426. "cpu": [
  427. "ia32"
  428. ],
  429. "dev": true,
  430. "license": "MIT",
  431. "optional": true,
  432. "os": [
  433. "win32"
  434. ],
  435. "engines": {
  436. "node": ">=12"
  437. }
  438. },
  439. "node_modules/@esbuild/win32-x64": {
  440. "version": "0.18.20",
  441. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
  442. "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
  443. "cpu": [
  444. "x64"
  445. ],
  446. "dev": true,
  447. "license": "MIT",
  448. "optional": true,
  449. "os": [
  450. "win32"
  451. ],
  452. "engines": {
  453. "node": ">=12"
  454. }
  455. },
  456. "node_modules/@jridgewell/sourcemap-codec": {
  457. "version": "1.5.0",
  458. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  459. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  460. "license": "MIT"
  461. },
  462. "node_modules/@nodelib/fs.scandir": {
  463. "version": "2.1.5",
  464. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  465. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  466. "dev": true,
  467. "license": "MIT",
  468. "dependencies": {
  469. "@nodelib/fs.stat": "2.0.5",
  470. "run-parallel": "^1.1.9"
  471. },
  472. "engines": {
  473. "node": ">= 8"
  474. }
  475. },
  476. "node_modules/@nodelib/fs.stat": {
  477. "version": "2.0.5",
  478. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  479. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  480. "dev": true,
  481. "license": "MIT",
  482. "engines": {
  483. "node": ">= 8"
  484. }
  485. },
  486. "node_modules/@nodelib/fs.walk": {
  487. "version": "1.2.8",
  488. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  489. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  490. "dev": true,
  491. "license": "MIT",
  492. "dependencies": {
  493. "@nodelib/fs.scandir": "2.1.5",
  494. "fastq": "^1.6.0"
  495. },
  496. "engines": {
  497. "node": ">= 8"
  498. }
  499. },
  500. "node_modules/@parcel/watcher": {
  501. "version": "2.5.1",
  502. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  503. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  504. "dev": true,
  505. "hasInstallScript": true,
  506. "license": "MIT",
  507. "optional": true,
  508. "dependencies": {
  509. "detect-libc": "^1.0.3",
  510. "is-glob": "^4.0.3",
  511. "micromatch": "^4.0.5",
  512. "node-addon-api": "^7.0.0"
  513. },
  514. "engines": {
  515. "node": ">= 10.0.0"
  516. },
  517. "funding": {
  518. "type": "opencollective",
  519. "url": "https://opencollective.com/parcel"
  520. },
  521. "optionalDependencies": {
  522. "@parcel/watcher-android-arm64": "2.5.1",
  523. "@parcel/watcher-darwin-arm64": "2.5.1",
  524. "@parcel/watcher-darwin-x64": "2.5.1",
  525. "@parcel/watcher-freebsd-x64": "2.5.1",
  526. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  527. "@parcel/watcher-linux-arm-musl": "2.5.1",
  528. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  529. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  530. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  531. "@parcel/watcher-linux-x64-musl": "2.5.1",
  532. "@parcel/watcher-win32-arm64": "2.5.1",
  533. "@parcel/watcher-win32-ia32": "2.5.1",
  534. "@parcel/watcher-win32-x64": "2.5.1"
  535. }
  536. },
  537. "node_modules/@parcel/watcher-android-arm64": {
  538. "version": "2.5.1",
  539. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  540. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  541. "cpu": [
  542. "arm64"
  543. ],
  544. "dev": true,
  545. "license": "MIT",
  546. "optional": true,
  547. "os": [
  548. "android"
  549. ],
  550. "engines": {
  551. "node": ">= 10.0.0"
  552. },
  553. "funding": {
  554. "type": "opencollective",
  555. "url": "https://opencollective.com/parcel"
  556. }
  557. },
  558. "node_modules/@parcel/watcher-darwin-arm64": {
  559. "version": "2.5.1",
  560. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  561. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  562. "cpu": [
  563. "arm64"
  564. ],
  565. "dev": true,
  566. "license": "MIT",
  567. "optional": true,
  568. "os": [
  569. "darwin"
  570. ],
  571. "engines": {
  572. "node": ">= 10.0.0"
  573. },
  574. "funding": {
  575. "type": "opencollective",
  576. "url": "https://opencollective.com/parcel"
  577. }
  578. },
  579. "node_modules/@parcel/watcher-darwin-x64": {
  580. "version": "2.5.1",
  581. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  582. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  583. "cpu": [
  584. "x64"
  585. ],
  586. "dev": true,
  587. "license": "MIT",
  588. "optional": true,
  589. "os": [
  590. "darwin"
  591. ],
  592. "engines": {
  593. "node": ">= 10.0.0"
  594. },
  595. "funding": {
  596. "type": "opencollective",
  597. "url": "https://opencollective.com/parcel"
  598. }
  599. },
  600. "node_modules/@parcel/watcher-freebsd-x64": {
  601. "version": "2.5.1",
  602. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  603. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  604. "cpu": [
  605. "x64"
  606. ],
  607. "dev": true,
  608. "license": "MIT",
  609. "optional": true,
  610. "os": [
  611. "freebsd"
  612. ],
  613. "engines": {
  614. "node": ">= 10.0.0"
  615. },
  616. "funding": {
  617. "type": "opencollective",
  618. "url": "https://opencollective.com/parcel"
  619. }
  620. },
  621. "node_modules/@parcel/watcher-linux-arm-glibc": {
  622. "version": "2.5.1",
  623. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  624. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  625. "cpu": [
  626. "arm"
  627. ],
  628. "dev": true,
  629. "license": "MIT",
  630. "optional": true,
  631. "os": [
  632. "linux"
  633. ],
  634. "engines": {
  635. "node": ">= 10.0.0"
  636. },
  637. "funding": {
  638. "type": "opencollective",
  639. "url": "https://opencollective.com/parcel"
  640. }
  641. },
  642. "node_modules/@parcel/watcher-linux-arm-musl": {
  643. "version": "2.5.1",
  644. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  645. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  646. "cpu": [
  647. "arm"
  648. ],
  649. "dev": true,
  650. "license": "MIT",
  651. "optional": true,
  652. "os": [
  653. "linux"
  654. ],
  655. "engines": {
  656. "node": ">= 10.0.0"
  657. },
  658. "funding": {
  659. "type": "opencollective",
  660. "url": "https://opencollective.com/parcel"
  661. }
  662. },
  663. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  664. "version": "2.5.1",
  665. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  666. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  667. "cpu": [
  668. "arm64"
  669. ],
  670. "dev": true,
  671. "license": "MIT",
  672. "optional": true,
  673. "os": [
  674. "linux"
  675. ],
  676. "engines": {
  677. "node": ">= 10.0.0"
  678. },
  679. "funding": {
  680. "type": "opencollective",
  681. "url": "https://opencollective.com/parcel"
  682. }
  683. },
  684. "node_modules/@parcel/watcher-linux-arm64-musl": {
  685. "version": "2.5.1",
  686. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  687. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  688. "cpu": [
  689. "arm64"
  690. ],
  691. "dev": true,
  692. "license": "MIT",
  693. "optional": true,
  694. "os": [
  695. "linux"
  696. ],
  697. "engines": {
  698. "node": ">= 10.0.0"
  699. },
  700. "funding": {
  701. "type": "opencollective",
  702. "url": "https://opencollective.com/parcel"
  703. }
  704. },
  705. "node_modules/@parcel/watcher-linux-x64-glibc": {
  706. "version": "2.5.1",
  707. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  708. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  709. "cpu": [
  710. "x64"
  711. ],
  712. "dev": true,
  713. "license": "MIT",
  714. "optional": true,
  715. "os": [
  716. "linux"
  717. ],
  718. "engines": {
  719. "node": ">= 10.0.0"
  720. },
  721. "funding": {
  722. "type": "opencollective",
  723. "url": "https://opencollective.com/parcel"
  724. }
  725. },
  726. "node_modules/@parcel/watcher-linux-x64-musl": {
  727. "version": "2.5.1",
  728. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  729. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  730. "cpu": [
  731. "x64"
  732. ],
  733. "dev": true,
  734. "license": "MIT",
  735. "optional": true,
  736. "os": [
  737. "linux"
  738. ],
  739. "engines": {
  740. "node": ">= 10.0.0"
  741. },
  742. "funding": {
  743. "type": "opencollective",
  744. "url": "https://opencollective.com/parcel"
  745. }
  746. },
  747. "node_modules/@parcel/watcher-win32-arm64": {
  748. "version": "2.5.1",
  749. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  750. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  751. "cpu": [
  752. "arm64"
  753. ],
  754. "dev": true,
  755. "license": "MIT",
  756. "optional": true,
  757. "os": [
  758. "win32"
  759. ],
  760. "engines": {
  761. "node": ">= 10.0.0"
  762. },
  763. "funding": {
  764. "type": "opencollective",
  765. "url": "https://opencollective.com/parcel"
  766. }
  767. },
  768. "node_modules/@parcel/watcher-win32-ia32": {
  769. "version": "2.5.1",
  770. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  771. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  772. "cpu": [
  773. "ia32"
  774. ],
  775. "dev": true,
  776. "license": "MIT",
  777. "optional": true,
  778. "os": [
  779. "win32"
  780. ],
  781. "engines": {
  782. "node": ">= 10.0.0"
  783. },
  784. "funding": {
  785. "type": "opencollective",
  786. "url": "https://opencollective.com/parcel"
  787. }
  788. },
  789. "node_modules/@parcel/watcher-win32-x64": {
  790. "version": "2.5.1",
  791. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  792. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  793. "cpu": [
  794. "x64"
  795. ],
  796. "dev": true,
  797. "license": "MIT",
  798. "optional": true,
  799. "os": [
  800. "win32"
  801. ],
  802. "engines": {
  803. "node": ">= 10.0.0"
  804. },
  805. "funding": {
  806. "type": "opencollective",
  807. "url": "https://opencollective.com/parcel"
  808. }
  809. },
  810. "node_modules/@rollup/pluginutils": {
  811. "version": "5.1.4",
  812. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
  813. "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
  814. "dev": true,
  815. "license": "MIT",
  816. "dependencies": {
  817. "@types/estree": "^1.0.0",
  818. "estree-walker": "^2.0.2",
  819. "picomatch": "^4.0.2"
  820. },
  821. "engines": {
  822. "node": ">=14.0.0"
  823. },
  824. "peerDependencies": {
  825. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  826. },
  827. "peerDependenciesMeta": {
  828. "rollup": {
  829. "optional": true
  830. }
  831. }
  832. },
  833. "node_modules/@rollup/pluginutils/node_modules/picomatch": {
  834. "version": "4.0.2",
  835. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  836. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  837. "dev": true,
  838. "license": "MIT",
  839. "engines": {
  840. "node": ">=12"
  841. },
  842. "funding": {
  843. "url": "https://github.com/sponsors/jonschlinkert"
  844. }
  845. },
  846. "node_modules/@types/estree": {
  847. "version": "1.0.6",
  848. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.6.tgz",
  849. "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
  850. "dev": true,
  851. "license": "MIT"
  852. },
  853. "node_modules/@types/node": {
  854. "version": "18.19.80",
  855. "resolved": "https://registry.npmmirror.com/@types/node/-/node-18.19.80.tgz",
  856. "integrity": "sha512-kEWeMwMeIvxYkeg1gTc01awpwLbfMRZXdIhwRcakd/KlK53jmRC26LqcbIt7fnAQTu5GzlnWmzA3H6+l1u6xxQ==",
  857. "dev": true,
  858. "license": "MIT",
  859. "dependencies": {
  860. "undici-types": "~5.26.4"
  861. }
  862. },
  863. "node_modules/@vant/auto-import-resolver": {
  864. "version": "1.3.0",
  865. "resolved": "https://registry.npmmirror.com/@vant/auto-import-resolver/-/auto-import-resolver-1.3.0.tgz",
  866. "integrity": "sha512-lJyWtCyFizR4bHZvMiNMF3w+WTFTUWAvka1eqTnPK9ticUcKTCOx6qEmHcm8JPb3g1t3GaD2W3MnHkBp/nHamw==",
  867. "dev": true,
  868. "license": "MIT"
  869. },
  870. "node_modules/@vant/popperjs": {
  871. "version": "1.3.0",
  872. "resolved": "https://registry.npmmirror.com/@vant/popperjs/-/popperjs-1.3.0.tgz",
  873. "integrity": "sha512-hB+czUG+aHtjhaEmCJDuXOep0YTZjdlRR+4MSmIFnkCQIxJaXLQdSsR90XWvAI2yvKUI7TCGqR8pQg2RtvkMHw==",
  874. "license": "MIT"
  875. },
  876. "node_modules/@vant/use": {
  877. "version": "1.6.0",
  878. "resolved": "https://registry.npmmirror.com/@vant/use/-/use-1.6.0.tgz",
  879. "integrity": "sha512-PHHxeAASgiOpSmMjceweIrv2AxDZIkWXyaczksMoWvKV2YAYEhoizRuk/xFnKF+emUIi46TsQ+rvlm/t2BBCfA==",
  880. "license": "MIT",
  881. "peerDependencies": {
  882. "vue": "^3.0.0"
  883. }
  884. },
  885. "node_modules/@vitejs/plugin-vue": {
  886. "version": "4.6.2",
  887. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.6.2.tgz",
  888. "integrity": "sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==",
  889. "dev": true,
  890. "license": "MIT",
  891. "engines": {
  892. "node": "^14.18.0 || >=16.0.0"
  893. },
  894. "peerDependencies": {
  895. "vite": "^4.0.0 || ^5.0.0",
  896. "vue": "^3.2.25"
  897. }
  898. },
  899. "node_modules/@volar/code-gen": {
  900. "version": "0.38.9",
  901. "resolved": "https://registry.npmmirror.com/@volar/code-gen/-/code-gen-0.38.9.tgz",
  902. "integrity": "sha512-n6LClucfA+37rQeskvh9vDoZV1VvCVNy++MAPKj2dT4FT+Fbmty/SDQqnsEBtdEe6E3OQctFvA/IcKsx3Mns0A==",
  903. "dev": true,
  904. "license": "MIT",
  905. "dependencies": {
  906. "@volar/source-map": "0.38.9"
  907. }
  908. },
  909. "node_modules/@volar/source-map": {
  910. "version": "0.38.9",
  911. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-0.38.9.tgz",
  912. "integrity": "sha512-ba0UFoHDYry+vwKdgkWJ6xlQT+8TFtZg1zj9tSjj4PykW1JZDuM0xplMotLun4h3YOoYfY9K1huY5gvxmrNLIw==",
  913. "dev": true,
  914. "license": "MIT"
  915. },
  916. "node_modules/@volar/vue-code-gen": {
  917. "version": "0.38.9",
  918. "resolved": "https://registry.npmmirror.com/@volar/vue-code-gen/-/vue-code-gen-0.38.9.tgz",
  919. "integrity": "sha512-tzj7AoarFBKl7e41MR006ncrEmNPHALuk8aG4WdDIaG387X5//5KhWC5Ff3ZfB2InGSeNT+CVUd74M0gS20rjA==",
  920. "deprecated": "WARNING: This project has been renamed to @vue/language-core. Install using @vue/language-core instead.",
  921. "dev": true,
  922. "license": "MIT",
  923. "dependencies": {
  924. "@volar/code-gen": "0.38.9",
  925. "@volar/source-map": "0.38.9",
  926. "@vue/compiler-core": "^3.2.37",
  927. "@vue/compiler-dom": "^3.2.37",
  928. "@vue/shared": "^3.2.37"
  929. }
  930. },
  931. "node_modules/@volar/vue-typescript": {
  932. "version": "0.38.9",
  933. "resolved": "https://registry.npmmirror.com/@volar/vue-typescript/-/vue-typescript-0.38.9.tgz",
  934. "integrity": "sha512-iJMQGU91ADi98u8V1vXd2UBmELDAaeSP0ZJaFjwosClQdKlJQYc6MlxxKfXBZisHqfbhdtrGRyaryulnYtliZw==",
  935. "deprecated": "WARNING: This project has been renamed to @vue/typescript. Install using @vue/typescript instead.",
  936. "dev": true,
  937. "license": "MIT",
  938. "dependencies": {
  939. "@volar/code-gen": "0.38.9",
  940. "@volar/source-map": "0.38.9",
  941. "@volar/vue-code-gen": "0.38.9",
  942. "@vue/compiler-sfc": "^3.2.37",
  943. "@vue/reactivity": "^3.2.37"
  944. }
  945. },
  946. "node_modules/@vue/compiler-core": {
  947. "version": "3.5.13",
  948. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
  949. "integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
  950. "license": "MIT",
  951. "dependencies": {
  952. "@babel/parser": "^7.25.3",
  953. "@vue/shared": "3.5.13",
  954. "entities": "^4.5.0",
  955. "estree-walker": "^2.0.2",
  956. "source-map-js": "^1.2.0"
  957. }
  958. },
  959. "node_modules/@vue/compiler-dom": {
  960. "version": "3.5.13",
  961. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz",
  962. "integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==",
  963. "license": "MIT",
  964. "dependencies": {
  965. "@vue/compiler-core": "3.5.13",
  966. "@vue/shared": "3.5.13"
  967. }
  968. },
  969. "node_modules/@vue/compiler-sfc": {
  970. "version": "3.5.13",
  971. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz",
  972. "integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==",
  973. "license": "MIT",
  974. "dependencies": {
  975. "@babel/parser": "^7.25.3",
  976. "@vue/compiler-core": "3.5.13",
  977. "@vue/compiler-dom": "3.5.13",
  978. "@vue/compiler-ssr": "3.5.13",
  979. "@vue/shared": "3.5.13",
  980. "estree-walker": "^2.0.2",
  981. "magic-string": "^0.30.11",
  982. "postcss": "^8.4.48",
  983. "source-map-js": "^1.2.0"
  984. }
  985. },
  986. "node_modules/@vue/compiler-ssr": {
  987. "version": "3.5.13",
  988. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
  989. "integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
  990. "license": "MIT",
  991. "dependencies": {
  992. "@vue/compiler-dom": "3.5.13",
  993. "@vue/shared": "3.5.13"
  994. }
  995. },
  996. "node_modules/@vue/devtools-api": {
  997. "version": "6.6.4",
  998. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  999. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1000. "dev": true,
  1001. "license": "MIT"
  1002. },
  1003. "node_modules/@vue/reactivity": {
  1004. "version": "3.5.13",
  1005. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.13.tgz",
  1006. "integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
  1007. "license": "MIT",
  1008. "dependencies": {
  1009. "@vue/shared": "3.5.13"
  1010. }
  1011. },
  1012. "node_modules/@vue/runtime-core": {
  1013. "version": "3.5.13",
  1014. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz",
  1015. "integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==",
  1016. "license": "MIT",
  1017. "dependencies": {
  1018. "@vue/reactivity": "3.5.13",
  1019. "@vue/shared": "3.5.13"
  1020. }
  1021. },
  1022. "node_modules/@vue/runtime-dom": {
  1023. "version": "3.5.13",
  1024. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz",
  1025. "integrity": "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==",
  1026. "license": "MIT",
  1027. "dependencies": {
  1028. "@vue/reactivity": "3.5.13",
  1029. "@vue/runtime-core": "3.5.13",
  1030. "@vue/shared": "3.5.13",
  1031. "csstype": "^3.1.3"
  1032. }
  1033. },
  1034. "node_modules/@vue/server-renderer": {
  1035. "version": "3.5.13",
  1036. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz",
  1037. "integrity": "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==",
  1038. "license": "MIT",
  1039. "dependencies": {
  1040. "@vue/compiler-ssr": "3.5.13",
  1041. "@vue/shared": "3.5.13"
  1042. },
  1043. "peerDependencies": {
  1044. "vue": "3.5.13"
  1045. }
  1046. },
  1047. "node_modules/@vue/shared": {
  1048. "version": "3.5.13",
  1049. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
  1050. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
  1051. "license": "MIT"
  1052. },
  1053. "node_modules/acorn": {
  1054. "version": "8.14.1",
  1055. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.1.tgz",
  1056. "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
  1057. "dev": true,
  1058. "license": "MIT",
  1059. "bin": {
  1060. "acorn": "bin/acorn"
  1061. },
  1062. "engines": {
  1063. "node": ">=0.4.0"
  1064. }
  1065. },
  1066. "node_modules/anymatch": {
  1067. "version": "3.1.3",
  1068. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  1069. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  1070. "dev": true,
  1071. "license": "ISC",
  1072. "dependencies": {
  1073. "normalize-path": "^3.0.0",
  1074. "picomatch": "^2.0.4"
  1075. },
  1076. "engines": {
  1077. "node": ">= 8"
  1078. }
  1079. },
  1080. "node_modules/balanced-match": {
  1081. "version": "1.0.2",
  1082. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  1083. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1084. "dev": true,
  1085. "license": "MIT"
  1086. },
  1087. "node_modules/binary-extensions": {
  1088. "version": "2.3.0",
  1089. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
  1090. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  1091. "dev": true,
  1092. "license": "MIT",
  1093. "engines": {
  1094. "node": ">=8"
  1095. },
  1096. "funding": {
  1097. "url": "https://github.com/sponsors/sindresorhus"
  1098. }
  1099. },
  1100. "node_modules/brace-expansion": {
  1101. "version": "2.0.1",
  1102. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  1103. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  1104. "dev": true,
  1105. "license": "MIT",
  1106. "dependencies": {
  1107. "balanced-match": "^1.0.0"
  1108. }
  1109. },
  1110. "node_modules/braces": {
  1111. "version": "3.0.3",
  1112. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  1113. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1114. "dev": true,
  1115. "license": "MIT",
  1116. "dependencies": {
  1117. "fill-range": "^7.1.1"
  1118. },
  1119. "engines": {
  1120. "node": ">=8"
  1121. }
  1122. },
  1123. "node_modules/chokidar": {
  1124. "version": "4.0.3",
  1125. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  1126. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  1127. "dev": true,
  1128. "license": "MIT",
  1129. "dependencies": {
  1130. "readdirp": "^4.0.1"
  1131. },
  1132. "engines": {
  1133. "node": ">= 14.16.0"
  1134. },
  1135. "funding": {
  1136. "url": "https://paulmillr.com/funding/"
  1137. }
  1138. },
  1139. "node_modules/csstype": {
  1140. "version": "3.1.3",
  1141. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  1142. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  1143. "license": "MIT"
  1144. },
  1145. "node_modules/debug": {
  1146. "version": "4.4.0",
  1147. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  1148. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  1149. "dev": true,
  1150. "license": "MIT",
  1151. "dependencies": {
  1152. "ms": "^2.1.3"
  1153. },
  1154. "engines": {
  1155. "node": ">=6.0"
  1156. },
  1157. "peerDependenciesMeta": {
  1158. "supports-color": {
  1159. "optional": true
  1160. }
  1161. }
  1162. },
  1163. "node_modules/detect-libc": {
  1164. "version": "1.0.3",
  1165. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  1166. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  1167. "dev": true,
  1168. "license": "Apache-2.0",
  1169. "optional": true,
  1170. "bin": {
  1171. "detect-libc": "bin/detect-libc.js"
  1172. },
  1173. "engines": {
  1174. "node": ">=0.10"
  1175. }
  1176. },
  1177. "node_modules/entities": {
  1178. "version": "4.5.0",
  1179. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  1180. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  1181. "license": "BSD-2-Clause",
  1182. "engines": {
  1183. "node": ">=0.12"
  1184. },
  1185. "funding": {
  1186. "url": "https://github.com/fb55/entities?sponsor=1"
  1187. }
  1188. },
  1189. "node_modules/esbuild": {
  1190. "version": "0.18.20",
  1191. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.18.20.tgz",
  1192. "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
  1193. "dev": true,
  1194. "hasInstallScript": true,
  1195. "license": "MIT",
  1196. "bin": {
  1197. "esbuild": "bin/esbuild"
  1198. },
  1199. "engines": {
  1200. "node": ">=12"
  1201. },
  1202. "optionalDependencies": {
  1203. "@esbuild/android-arm": "0.18.20",
  1204. "@esbuild/android-arm64": "0.18.20",
  1205. "@esbuild/android-x64": "0.18.20",
  1206. "@esbuild/darwin-arm64": "0.18.20",
  1207. "@esbuild/darwin-x64": "0.18.20",
  1208. "@esbuild/freebsd-arm64": "0.18.20",
  1209. "@esbuild/freebsd-x64": "0.18.20",
  1210. "@esbuild/linux-arm": "0.18.20",
  1211. "@esbuild/linux-arm64": "0.18.20",
  1212. "@esbuild/linux-ia32": "0.18.20",
  1213. "@esbuild/linux-loong64": "0.18.20",
  1214. "@esbuild/linux-mips64el": "0.18.20",
  1215. "@esbuild/linux-ppc64": "0.18.20",
  1216. "@esbuild/linux-riscv64": "0.18.20",
  1217. "@esbuild/linux-s390x": "0.18.20",
  1218. "@esbuild/linux-x64": "0.18.20",
  1219. "@esbuild/netbsd-x64": "0.18.20",
  1220. "@esbuild/openbsd-x64": "0.18.20",
  1221. "@esbuild/sunos-x64": "0.18.20",
  1222. "@esbuild/win32-arm64": "0.18.20",
  1223. "@esbuild/win32-ia32": "0.18.20",
  1224. "@esbuild/win32-x64": "0.18.20"
  1225. }
  1226. },
  1227. "node_modules/estree-walker": {
  1228. "version": "2.0.2",
  1229. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  1230. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1231. "license": "MIT"
  1232. },
  1233. "node_modules/fast-glob": {
  1234. "version": "3.3.3",
  1235. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  1236. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  1237. "dev": true,
  1238. "license": "MIT",
  1239. "dependencies": {
  1240. "@nodelib/fs.stat": "^2.0.2",
  1241. "@nodelib/fs.walk": "^1.2.3",
  1242. "glob-parent": "^5.1.2",
  1243. "merge2": "^1.3.0",
  1244. "micromatch": "^4.0.8"
  1245. },
  1246. "engines": {
  1247. "node": ">=8.6.0"
  1248. }
  1249. },
  1250. "node_modules/fastq": {
  1251. "version": "1.19.1",
  1252. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz",
  1253. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  1254. "dev": true,
  1255. "license": "ISC",
  1256. "dependencies": {
  1257. "reusify": "^1.0.4"
  1258. }
  1259. },
  1260. "node_modules/fill-range": {
  1261. "version": "7.1.1",
  1262. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  1263. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  1264. "dev": true,
  1265. "license": "MIT",
  1266. "dependencies": {
  1267. "to-regex-range": "^5.0.1"
  1268. },
  1269. "engines": {
  1270. "node": ">=8"
  1271. }
  1272. },
  1273. "node_modules/fsevents": {
  1274. "version": "2.3.3",
  1275. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  1276. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1277. "dev": true,
  1278. "hasInstallScript": true,
  1279. "license": "MIT",
  1280. "optional": true,
  1281. "os": [
  1282. "darwin"
  1283. ],
  1284. "engines": {
  1285. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1286. }
  1287. },
  1288. "node_modules/function-bind": {
  1289. "version": "1.1.2",
  1290. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  1291. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1292. "dev": true,
  1293. "license": "MIT",
  1294. "funding": {
  1295. "url": "https://github.com/sponsors/ljharb"
  1296. }
  1297. },
  1298. "node_modules/glob-parent": {
  1299. "version": "5.1.2",
  1300. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  1301. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  1302. "dev": true,
  1303. "license": "ISC",
  1304. "dependencies": {
  1305. "is-glob": "^4.0.1"
  1306. },
  1307. "engines": {
  1308. "node": ">= 6"
  1309. }
  1310. },
  1311. "node_modules/hasown": {
  1312. "version": "2.0.2",
  1313. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  1314. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  1315. "dev": true,
  1316. "license": "MIT",
  1317. "dependencies": {
  1318. "function-bind": "^1.1.2"
  1319. },
  1320. "engines": {
  1321. "node": ">= 0.4"
  1322. }
  1323. },
  1324. "node_modules/immutable": {
  1325. "version": "5.0.3",
  1326. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.0.3.tgz",
  1327. "integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==",
  1328. "dev": true,
  1329. "license": "MIT"
  1330. },
  1331. "node_modules/is-binary-path": {
  1332. "version": "2.1.0",
  1333. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  1334. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  1335. "dev": true,
  1336. "license": "MIT",
  1337. "dependencies": {
  1338. "binary-extensions": "^2.0.0"
  1339. },
  1340. "engines": {
  1341. "node": ">=8"
  1342. }
  1343. },
  1344. "node_modules/is-core-module": {
  1345. "version": "2.16.1",
  1346. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  1347. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  1348. "dev": true,
  1349. "license": "MIT",
  1350. "dependencies": {
  1351. "hasown": "^2.0.2"
  1352. },
  1353. "engines": {
  1354. "node": ">= 0.4"
  1355. },
  1356. "funding": {
  1357. "url": "https://github.com/sponsors/ljharb"
  1358. }
  1359. },
  1360. "node_modules/is-extglob": {
  1361. "version": "2.1.1",
  1362. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  1363. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  1364. "dev": true,
  1365. "license": "MIT",
  1366. "engines": {
  1367. "node": ">=0.10.0"
  1368. }
  1369. },
  1370. "node_modules/is-glob": {
  1371. "version": "4.0.3",
  1372. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  1373. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  1374. "dev": true,
  1375. "license": "MIT",
  1376. "dependencies": {
  1377. "is-extglob": "^2.1.1"
  1378. },
  1379. "engines": {
  1380. "node": ">=0.10.0"
  1381. }
  1382. },
  1383. "node_modules/is-number": {
  1384. "version": "7.0.0",
  1385. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  1386. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  1387. "dev": true,
  1388. "license": "MIT",
  1389. "engines": {
  1390. "node": ">=0.12.0"
  1391. }
  1392. },
  1393. "node_modules/local-pkg": {
  1394. "version": "0.4.3",
  1395. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.4.3.tgz",
  1396. "integrity": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==",
  1397. "dev": true,
  1398. "license": "MIT",
  1399. "engines": {
  1400. "node": ">=14"
  1401. },
  1402. "funding": {
  1403. "url": "https://github.com/sponsors/antfu"
  1404. }
  1405. },
  1406. "node_modules/magic-string": {
  1407. "version": "0.30.17",
  1408. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  1409. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  1410. "license": "MIT",
  1411. "dependencies": {
  1412. "@jridgewell/sourcemap-codec": "^1.5.0"
  1413. }
  1414. },
  1415. "node_modules/merge2": {
  1416. "version": "1.4.1",
  1417. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  1418. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  1419. "dev": true,
  1420. "license": "MIT",
  1421. "engines": {
  1422. "node": ">= 8"
  1423. }
  1424. },
  1425. "node_modules/micromatch": {
  1426. "version": "4.0.8",
  1427. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  1428. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  1429. "dev": true,
  1430. "license": "MIT",
  1431. "dependencies": {
  1432. "braces": "^3.0.3",
  1433. "picomatch": "^2.3.1"
  1434. },
  1435. "engines": {
  1436. "node": ">=8.6"
  1437. }
  1438. },
  1439. "node_modules/minimatch": {
  1440. "version": "9.0.5",
  1441. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  1442. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  1443. "dev": true,
  1444. "license": "ISC",
  1445. "dependencies": {
  1446. "brace-expansion": "^2.0.1"
  1447. },
  1448. "engines": {
  1449. "node": ">=16 || 14 >=14.17"
  1450. },
  1451. "funding": {
  1452. "url": "https://github.com/sponsors/isaacs"
  1453. }
  1454. },
  1455. "node_modules/ms": {
  1456. "version": "2.1.3",
  1457. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  1458. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  1459. "dev": true,
  1460. "license": "MIT"
  1461. },
  1462. "node_modules/nanoid": {
  1463. "version": "3.3.9",
  1464. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.9.tgz",
  1465. "integrity": "sha512-SppoicMGpZvbF1l3z4x7No3OlIjP7QJvC9XR7AhZr1kL133KHnKPztkKDc+Ir4aJ/1VhTySrtKhrsycmrMQfvg==",
  1466. "funding": [
  1467. {
  1468. "type": "github",
  1469. "url": "https://github.com/sponsors/ai"
  1470. }
  1471. ],
  1472. "license": "MIT",
  1473. "bin": {
  1474. "nanoid": "bin/nanoid.cjs"
  1475. },
  1476. "engines": {
  1477. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1478. }
  1479. },
  1480. "node_modules/node-addon-api": {
  1481. "version": "7.1.1",
  1482. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  1483. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  1484. "dev": true,
  1485. "license": "MIT",
  1486. "optional": true
  1487. },
  1488. "node_modules/normalize-path": {
  1489. "version": "3.0.0",
  1490. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  1491. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  1492. "dev": true,
  1493. "license": "MIT",
  1494. "engines": {
  1495. "node": ">=0.10.0"
  1496. }
  1497. },
  1498. "node_modules/path-parse": {
  1499. "version": "1.0.7",
  1500. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  1501. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  1502. "dev": true,
  1503. "license": "MIT"
  1504. },
  1505. "node_modules/picocolors": {
  1506. "version": "1.1.1",
  1507. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  1508. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1509. "license": "ISC"
  1510. },
  1511. "node_modules/picomatch": {
  1512. "version": "2.3.1",
  1513. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  1514. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  1515. "dev": true,
  1516. "license": "MIT",
  1517. "engines": {
  1518. "node": ">=8.6"
  1519. },
  1520. "funding": {
  1521. "url": "https://github.com/sponsors/jonschlinkert"
  1522. }
  1523. },
  1524. "node_modules/postcss": {
  1525. "version": "8.5.3",
  1526. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz",
  1527. "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
  1528. "funding": [
  1529. {
  1530. "type": "opencollective",
  1531. "url": "https://opencollective.com/postcss/"
  1532. },
  1533. {
  1534. "type": "tidelift",
  1535. "url": "https://tidelift.com/funding/github/npm/postcss"
  1536. },
  1537. {
  1538. "type": "github",
  1539. "url": "https://github.com/sponsors/ai"
  1540. }
  1541. ],
  1542. "license": "MIT",
  1543. "dependencies": {
  1544. "nanoid": "^3.3.8",
  1545. "picocolors": "^1.1.1",
  1546. "source-map-js": "^1.2.1"
  1547. },
  1548. "engines": {
  1549. "node": "^10 || ^12 || >=14"
  1550. }
  1551. },
  1552. "node_modules/queue-microtask": {
  1553. "version": "1.2.3",
  1554. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  1555. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  1556. "dev": true,
  1557. "funding": [
  1558. {
  1559. "type": "github",
  1560. "url": "https://github.com/sponsors/feross"
  1561. },
  1562. {
  1563. "type": "patreon",
  1564. "url": "https://www.patreon.com/feross"
  1565. },
  1566. {
  1567. "type": "consulting",
  1568. "url": "https://feross.org/support"
  1569. }
  1570. ],
  1571. "license": "MIT"
  1572. },
  1573. "node_modules/readdirp": {
  1574. "version": "4.1.2",
  1575. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  1576. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  1577. "dev": true,
  1578. "license": "MIT",
  1579. "engines": {
  1580. "node": ">= 14.18.0"
  1581. },
  1582. "funding": {
  1583. "type": "individual",
  1584. "url": "https://paulmillr.com/funding/"
  1585. }
  1586. },
  1587. "node_modules/resolve": {
  1588. "version": "1.22.10",
  1589. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz",
  1590. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  1591. "dev": true,
  1592. "license": "MIT",
  1593. "dependencies": {
  1594. "is-core-module": "^2.16.0",
  1595. "path-parse": "^1.0.7",
  1596. "supports-preserve-symlinks-flag": "^1.0.0"
  1597. },
  1598. "bin": {
  1599. "resolve": "bin/resolve"
  1600. },
  1601. "engines": {
  1602. "node": ">= 0.4"
  1603. },
  1604. "funding": {
  1605. "url": "https://github.com/sponsors/ljharb"
  1606. }
  1607. },
  1608. "node_modules/reusify": {
  1609. "version": "1.1.0",
  1610. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  1611. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  1612. "dev": true,
  1613. "license": "MIT",
  1614. "engines": {
  1615. "iojs": ">=1.0.0",
  1616. "node": ">=0.10.0"
  1617. }
  1618. },
  1619. "node_modules/rollup": {
  1620. "version": "3.29.5",
  1621. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-3.29.5.tgz",
  1622. "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==",
  1623. "dev": true,
  1624. "license": "MIT",
  1625. "bin": {
  1626. "rollup": "dist/bin/rollup"
  1627. },
  1628. "engines": {
  1629. "node": ">=14.18.0",
  1630. "npm": ">=8.0.0"
  1631. },
  1632. "optionalDependencies": {
  1633. "fsevents": "~2.3.2"
  1634. }
  1635. },
  1636. "node_modules/run-parallel": {
  1637. "version": "1.2.0",
  1638. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  1639. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  1640. "dev": true,
  1641. "funding": [
  1642. {
  1643. "type": "github",
  1644. "url": "https://github.com/sponsors/feross"
  1645. },
  1646. {
  1647. "type": "patreon",
  1648. "url": "https://www.patreon.com/feross"
  1649. },
  1650. {
  1651. "type": "consulting",
  1652. "url": "https://feross.org/support"
  1653. }
  1654. ],
  1655. "license": "MIT",
  1656. "dependencies": {
  1657. "queue-microtask": "^1.2.2"
  1658. }
  1659. },
  1660. "node_modules/sass": {
  1661. "version": "1.85.1",
  1662. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.85.1.tgz",
  1663. "integrity": "sha512-Uk8WpxM5v+0cMR0XjX9KfRIacmSG86RH4DCCZjLU2rFh5tyutt9siAXJ7G+YfxQ99Q6wrRMbMlVl6KqUms71ag==",
  1664. "dev": true,
  1665. "license": "MIT",
  1666. "dependencies": {
  1667. "chokidar": "^4.0.0",
  1668. "immutable": "^5.0.2",
  1669. "source-map-js": ">=0.6.2 <2.0.0"
  1670. },
  1671. "bin": {
  1672. "sass": "sass.js"
  1673. },
  1674. "engines": {
  1675. "node": ">=14.0.0"
  1676. },
  1677. "optionalDependencies": {
  1678. "@parcel/watcher": "^2.4.1"
  1679. }
  1680. },
  1681. "node_modules/source-map-js": {
  1682. "version": "1.2.1",
  1683. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  1684. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  1685. "license": "BSD-3-Clause",
  1686. "engines": {
  1687. "node": ">=0.10.0"
  1688. }
  1689. },
  1690. "node_modules/supports-preserve-symlinks-flag": {
  1691. "version": "1.0.0",
  1692. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  1693. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  1694. "dev": true,
  1695. "license": "MIT",
  1696. "engines": {
  1697. "node": ">= 0.4"
  1698. },
  1699. "funding": {
  1700. "url": "https://github.com/sponsors/ljharb"
  1701. }
  1702. },
  1703. "node_modules/to-regex-range": {
  1704. "version": "5.0.1",
  1705. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  1706. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  1707. "dev": true,
  1708. "license": "MIT",
  1709. "dependencies": {
  1710. "is-number": "^7.0.0"
  1711. },
  1712. "engines": {
  1713. "node": ">=8.0"
  1714. }
  1715. },
  1716. "node_modules/typescript": {
  1717. "version": "4.9.5",
  1718. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz",
  1719. "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
  1720. "devOptional": true,
  1721. "license": "Apache-2.0",
  1722. "bin": {
  1723. "tsc": "bin/tsc",
  1724. "tsserver": "bin/tsserver"
  1725. },
  1726. "engines": {
  1727. "node": ">=4.2.0"
  1728. }
  1729. },
  1730. "node_modules/undici-types": {
  1731. "version": "5.26.5",
  1732. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz",
  1733. "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
  1734. "dev": true,
  1735. "license": "MIT"
  1736. },
  1737. "node_modules/unplugin": {
  1738. "version": "1.16.1",
  1739. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.16.1.tgz",
  1740. "integrity": "sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==",
  1741. "dev": true,
  1742. "license": "MIT",
  1743. "dependencies": {
  1744. "acorn": "^8.14.0",
  1745. "webpack-virtual-modules": "^0.6.2"
  1746. },
  1747. "engines": {
  1748. "node": ">=14.0.0"
  1749. }
  1750. },
  1751. "node_modules/unplugin-vue-components": {
  1752. "version": "0.25.2",
  1753. "resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-0.25.2.tgz",
  1754. "integrity": "sha512-OVmLFqILH6w+eM8fyt/d/eoJT9A6WO51NZLf1vC5c1FZ4rmq2bbGxTy8WP2Jm7xwFdukaIdv819+UI7RClPyCA==",
  1755. "dev": true,
  1756. "license": "MIT",
  1757. "dependencies": {
  1758. "@antfu/utils": "^0.7.5",
  1759. "@rollup/pluginutils": "^5.0.2",
  1760. "chokidar": "^3.5.3",
  1761. "debug": "^4.3.4",
  1762. "fast-glob": "^3.3.0",
  1763. "local-pkg": "^0.4.3",
  1764. "magic-string": "^0.30.1",
  1765. "minimatch": "^9.0.3",
  1766. "resolve": "^1.22.2",
  1767. "unplugin": "^1.4.0"
  1768. },
  1769. "engines": {
  1770. "node": ">=14"
  1771. },
  1772. "funding": {
  1773. "url": "https://github.com/sponsors/antfu"
  1774. },
  1775. "peerDependencies": {
  1776. "@babel/parser": "^7.15.8",
  1777. "@nuxt/kit": "^3.2.2",
  1778. "vue": "2 || 3"
  1779. },
  1780. "peerDependenciesMeta": {
  1781. "@babel/parser": {
  1782. "optional": true
  1783. },
  1784. "@nuxt/kit": {
  1785. "optional": true
  1786. }
  1787. }
  1788. },
  1789. "node_modules/unplugin-vue-components/node_modules/chokidar": {
  1790. "version": "3.6.0",
  1791. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  1792. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  1793. "dev": true,
  1794. "license": "MIT",
  1795. "dependencies": {
  1796. "anymatch": "~3.1.2",
  1797. "braces": "~3.0.2",
  1798. "glob-parent": "~5.1.2",
  1799. "is-binary-path": "~2.1.0",
  1800. "is-glob": "~4.0.1",
  1801. "normalize-path": "~3.0.0",
  1802. "readdirp": "~3.6.0"
  1803. },
  1804. "engines": {
  1805. "node": ">= 8.10.0"
  1806. },
  1807. "funding": {
  1808. "url": "https://paulmillr.com/funding/"
  1809. },
  1810. "optionalDependencies": {
  1811. "fsevents": "~2.3.2"
  1812. }
  1813. },
  1814. "node_modules/unplugin-vue-components/node_modules/readdirp": {
  1815. "version": "3.6.0",
  1816. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  1817. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  1818. "dev": true,
  1819. "license": "MIT",
  1820. "dependencies": {
  1821. "picomatch": "^2.2.1"
  1822. },
  1823. "engines": {
  1824. "node": ">=8.10.0"
  1825. }
  1826. },
  1827. "node_modules/vant": {
  1828. "version": "4.9.17",
  1829. "resolved": "https://registry.npmmirror.com/vant/-/vant-4.9.17.tgz",
  1830. "integrity": "sha512-so/plH9G4au9rUrqy7yLB1slmZqY2Ub3Gq8ckMSQXbUEwTzmViVjEDqh/hNck/XELxwL+gIy2hLXiSgVcf2EBQ==",
  1831. "license": "MIT",
  1832. "dependencies": {
  1833. "@vant/popperjs": "^1.3.0",
  1834. "@vant/use": "^1.6.0",
  1835. "@vue/shared": "^3.5.13"
  1836. },
  1837. "peerDependencies": {
  1838. "vue": "^3.0.0"
  1839. }
  1840. },
  1841. "node_modules/vite": {
  1842. "version": "4.5.9",
  1843. "resolved": "https://registry.npmmirror.com/vite/-/vite-4.5.9.tgz",
  1844. "integrity": "sha512-qK9W4xjgD3gXbC0NmdNFFnVFLMWSNiR3swj957yutwzzN16xF/E7nmtAyp1rT9hviDroQANjE4HK3H4WqWdFtw==",
  1845. "dev": true,
  1846. "license": "MIT",
  1847. "dependencies": {
  1848. "esbuild": "^0.18.10",
  1849. "postcss": "^8.4.27",
  1850. "rollup": "^3.27.1"
  1851. },
  1852. "bin": {
  1853. "vite": "bin/vite.js"
  1854. },
  1855. "engines": {
  1856. "node": "^14.18.0 || >=16.0.0"
  1857. },
  1858. "funding": {
  1859. "url": "https://github.com/vitejs/vite?sponsor=1"
  1860. },
  1861. "optionalDependencies": {
  1862. "fsevents": "~2.3.2"
  1863. },
  1864. "peerDependencies": {
  1865. "@types/node": ">= 14",
  1866. "less": "*",
  1867. "lightningcss": "^1.21.0",
  1868. "sass": "*",
  1869. "stylus": "*",
  1870. "sugarss": "*",
  1871. "terser": "^5.4.0"
  1872. },
  1873. "peerDependenciesMeta": {
  1874. "@types/node": {
  1875. "optional": true
  1876. },
  1877. "less": {
  1878. "optional": true
  1879. },
  1880. "lightningcss": {
  1881. "optional": true
  1882. },
  1883. "sass": {
  1884. "optional": true
  1885. },
  1886. "stylus": {
  1887. "optional": true
  1888. },
  1889. "sugarss": {
  1890. "optional": true
  1891. },
  1892. "terser": {
  1893. "optional": true
  1894. }
  1895. }
  1896. },
  1897. "node_modules/vue": {
  1898. "version": "3.5.13",
  1899. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.13.tgz",
  1900. "integrity": "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==",
  1901. "license": "MIT",
  1902. "dependencies": {
  1903. "@vue/compiler-dom": "3.5.13",
  1904. "@vue/compiler-sfc": "3.5.13",
  1905. "@vue/runtime-dom": "3.5.13",
  1906. "@vue/server-renderer": "3.5.13",
  1907. "@vue/shared": "3.5.13"
  1908. },
  1909. "peerDependencies": {
  1910. "typescript": "*"
  1911. },
  1912. "peerDependenciesMeta": {
  1913. "typescript": {
  1914. "optional": true
  1915. }
  1916. }
  1917. },
  1918. "node_modules/vue-router": {
  1919. "version": "4.5.0",
  1920. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.0.tgz",
  1921. "integrity": "sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==",
  1922. "dev": true,
  1923. "license": "MIT",
  1924. "dependencies": {
  1925. "@vue/devtools-api": "^6.6.4"
  1926. },
  1927. "funding": {
  1928. "url": "https://github.com/sponsors/posva"
  1929. },
  1930. "peerDependencies": {
  1931. "vue": "^3.2.0"
  1932. }
  1933. },
  1934. "node_modules/vue-tsc": {
  1935. "version": "0.38.9",
  1936. "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-0.38.9.tgz",
  1937. "integrity": "sha512-Yoy5phgvGqyF98Fb4mYqboR4Q149jrdcGv5kSmufXJUq++RZJ2iMVG0g6zl+v3t4ORVWkQmRpsV4x2szufZ0LQ==",
  1938. "dev": true,
  1939. "license": "MIT",
  1940. "dependencies": {
  1941. "@volar/vue-typescript": "0.38.9"
  1942. },
  1943. "bin": {
  1944. "vue-tsc": "bin/vue-tsc.js"
  1945. },
  1946. "peerDependencies": {
  1947. "typescript": "*"
  1948. }
  1949. },
  1950. "node_modules/webpack-virtual-modules": {
  1951. "version": "0.6.2",
  1952. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  1953. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  1954. "dev": true,
  1955. "license": "MIT"
  1956. }
  1957. }
  1958. }