You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11111 lines
392 KiB

  1. {
  2. "name": "nuxt-app",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "nuxt-app",
  8. "hasInstallScript": true,
  9. "dependencies": {
  10. "@pinia/nuxt": "^0.5.5",
  11. "axios": "^1.7.7",
  12. "nuxt": "^3.12.3",
  13. "pinia": "^2.2.4",
  14. "unhead": "^1.9.15",
  15. "vue": "^3.4.31",
  16. "vue-router": "^4.4.0"
  17. },
  18. "devDependencies": {
  19. "@nuxt/test-utils": "^3.14.3",
  20. "@playwright/test": "^1.48.0",
  21. "@vue/test-utils": "^2.4.6",
  22. "@vueuse/core": "^11.1.0",
  23. "@vueuse/nuxt": "^11.1.0",
  24. "autoprefixer": "^10.4.19",
  25. "happy-dom": "^15.7.4",
  26. "postcss": "^8.4.39",
  27. "sass": "^1.77.6",
  28. "tailwindcss": "^3.4.4",
  29. "vitest": "^2.1.2"
  30. }
  31. },
  32. "node_modules/@alloc/quick-lru": {
  33. "version": "5.2.0",
  34. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  35. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  36. "dev": true,
  37. "engines": {
  38. "node": ">=10"
  39. },
  40. "funding": {
  41. "url": "https://github.com/sponsors/sindresorhus"
  42. }
  43. },
  44. "node_modules/@ampproject/remapping": {
  45. "version": "2.3.0",
  46. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
  47. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  48. "dependencies": {
  49. "@jridgewell/gen-mapping": "^0.3.5",
  50. "@jridgewell/trace-mapping": "^0.3.24"
  51. },
  52. "engines": {
  53. "node": ">=6.0.0"
  54. }
  55. },
  56. "node_modules/@antfu/utils": {
  57. "version": "0.7.10",
  58. "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.10.tgz",
  59. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  60. "funding": {
  61. "url": "https://github.com/sponsors/antfu"
  62. }
  63. },
  64. "node_modules/@babel/code-frame": {
  65. "version": "7.25.7",
  66. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.7.tgz",
  67. "integrity": "sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==",
  68. "dependencies": {
  69. "@babel/highlight": "^7.25.7",
  70. "picocolors": "^1.0.0"
  71. },
  72. "engines": {
  73. "node": ">=6.9.0"
  74. }
  75. },
  76. "node_modules/@babel/compat-data": {
  77. "version": "7.25.8",
  78. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.8.tgz",
  79. "integrity": "sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA==",
  80. "engines": {
  81. "node": ">=6.9.0"
  82. }
  83. },
  84. "node_modules/@babel/core": {
  85. "version": "7.25.8",
  86. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.8.tgz",
  87. "integrity": "sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==",
  88. "dependencies": {
  89. "@ampproject/remapping": "^2.2.0",
  90. "@babel/code-frame": "^7.25.7",
  91. "@babel/generator": "^7.25.7",
  92. "@babel/helper-compilation-targets": "^7.25.7",
  93. "@babel/helper-module-transforms": "^7.25.7",
  94. "@babel/helpers": "^7.25.7",
  95. "@babel/parser": "^7.25.8",
  96. "@babel/template": "^7.25.7",
  97. "@babel/traverse": "^7.25.7",
  98. "@babel/types": "^7.25.8",
  99. "convert-source-map": "^2.0.0",
  100. "debug": "^4.1.0",
  101. "gensync": "^1.0.0-beta.2",
  102. "json5": "^2.2.3",
  103. "semver": "^6.3.1"
  104. },
  105. "engines": {
  106. "node": ">=6.9.0"
  107. },
  108. "funding": {
  109. "type": "opencollective",
  110. "url": "https://opencollective.com/babel"
  111. }
  112. },
  113. "node_modules/@babel/core/node_modules/semver": {
  114. "version": "6.3.1",
  115. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  116. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  117. "bin": {
  118. "semver": "bin/semver.js"
  119. }
  120. },
  121. "node_modules/@babel/generator": {
  122. "version": "7.25.7",
  123. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.7.tgz",
  124. "integrity": "sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==",
  125. "dependencies": {
  126. "@babel/types": "^7.25.7",
  127. "@jridgewell/gen-mapping": "^0.3.5",
  128. "@jridgewell/trace-mapping": "^0.3.25",
  129. "jsesc": "^3.0.2"
  130. },
  131. "engines": {
  132. "node": ">=6.9.0"
  133. }
  134. },
  135. "node_modules/@babel/helper-annotate-as-pure": {
  136. "version": "7.25.7",
  137. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz",
  138. "integrity": "sha512-4xwU8StnqnlIhhioZf1tqnVWeQ9pvH/ujS8hRfw/WOza+/a+1qv69BWNy+oY231maTCWgKWhfBU7kDpsds6zAA==",
  139. "dependencies": {
  140. "@babel/types": "^7.25.7"
  141. },
  142. "engines": {
  143. "node": ">=6.9.0"
  144. }
  145. },
  146. "node_modules/@babel/helper-compilation-targets": {
  147. "version": "7.25.7",
  148. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz",
  149. "integrity": "sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==",
  150. "dependencies": {
  151. "@babel/compat-data": "^7.25.7",
  152. "@babel/helper-validator-option": "^7.25.7",
  153. "browserslist": "^4.24.0",
  154. "lru-cache": "^5.1.1",
  155. "semver": "^6.3.1"
  156. },
  157. "engines": {
  158. "node": ">=6.9.0"
  159. }
  160. },
  161. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  162. "version": "6.3.1",
  163. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  164. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  165. "bin": {
  166. "semver": "bin/semver.js"
  167. }
  168. },
  169. "node_modules/@babel/helper-create-class-features-plugin": {
  170. "version": "7.25.7",
  171. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.7.tgz",
  172. "integrity": "sha512-bD4WQhbkx80mAyj/WCm4ZHcF4rDxkoLFO6ph8/5/mQ3z4vAzltQXAmbc7GvVJx5H+lk5Mi5EmbTeox5nMGCsbw==",
  173. "dependencies": {
  174. "@babel/helper-annotate-as-pure": "^7.25.7",
  175. "@babel/helper-member-expression-to-functions": "^7.25.7",
  176. "@babel/helper-optimise-call-expression": "^7.25.7",
  177. "@babel/helper-replace-supers": "^7.25.7",
  178. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.7",
  179. "@babel/traverse": "^7.25.7",
  180. "semver": "^6.3.1"
  181. },
  182. "engines": {
  183. "node": ">=6.9.0"
  184. },
  185. "peerDependencies": {
  186. "@babel/core": "^7.0.0"
  187. }
  188. },
  189. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  190. "version": "6.3.1",
  191. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  192. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  193. "bin": {
  194. "semver": "bin/semver.js"
  195. }
  196. },
  197. "node_modules/@babel/helper-member-expression-to-functions": {
  198. "version": "7.25.7",
  199. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.7.tgz",
  200. "integrity": "sha512-O31Ssjd5K6lPbTX9AAYpSKrZmLeagt9uwschJd+Ixo6QiRyfpvgtVQp8qrDR9UNFjZ8+DO34ZkdrN+BnPXemeA==",
  201. "dependencies": {
  202. "@babel/traverse": "^7.25.7",
  203. "@babel/types": "^7.25.7"
  204. },
  205. "engines": {
  206. "node": ">=6.9.0"
  207. }
  208. },
  209. "node_modules/@babel/helper-module-imports": {
  210. "version": "7.25.7",
  211. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz",
  212. "integrity": "sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==",
  213. "dependencies": {
  214. "@babel/traverse": "^7.25.7",
  215. "@babel/types": "^7.25.7"
  216. },
  217. "engines": {
  218. "node": ">=6.9.0"
  219. }
  220. },
  221. "node_modules/@babel/helper-module-transforms": {
  222. "version": "7.25.7",
  223. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz",
  224. "integrity": "sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==",
  225. "dependencies": {
  226. "@babel/helper-module-imports": "^7.25.7",
  227. "@babel/helper-simple-access": "^7.25.7",
  228. "@babel/helper-validator-identifier": "^7.25.7",
  229. "@babel/traverse": "^7.25.7"
  230. },
  231. "engines": {
  232. "node": ">=6.9.0"
  233. },
  234. "peerDependencies": {
  235. "@babel/core": "^7.0.0"
  236. }
  237. },
  238. "node_modules/@babel/helper-optimise-call-expression": {
  239. "version": "7.25.7",
  240. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.7.tgz",
  241. "integrity": "sha512-VAwcwuYhv/AT+Vfr28c9y6SHzTan1ryqrydSTFGjU0uDJHw3uZ+PduI8plCLkRsDnqK2DMEDmwrOQRsK/Ykjng==",
  242. "dependencies": {
  243. "@babel/types": "^7.25.7"
  244. },
  245. "engines": {
  246. "node": ">=6.9.0"
  247. }
  248. },
  249. "node_modules/@babel/helper-plugin-utils": {
  250. "version": "7.25.7",
  251. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz",
  252. "integrity": "sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==",
  253. "engines": {
  254. "node": ">=6.9.0"
  255. }
  256. },
  257. "node_modules/@babel/helper-replace-supers": {
  258. "version": "7.25.7",
  259. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.7.tgz",
  260. "integrity": "sha512-iy8JhqlUW9PtZkd4pHM96v6BdJ66Ba9yWSE4z0W4TvSZwLBPkyDsiIU3ENe4SmrzRBs76F7rQXTy1lYC49n6Lw==",
  261. "dependencies": {
  262. "@babel/helper-member-expression-to-functions": "^7.25.7",
  263. "@babel/helper-optimise-call-expression": "^7.25.7",
  264. "@babel/traverse": "^7.25.7"
  265. },
  266. "engines": {
  267. "node": ">=6.9.0"
  268. },
  269. "peerDependencies": {
  270. "@babel/core": "^7.0.0"
  271. }
  272. },
  273. "node_modules/@babel/helper-simple-access": {
  274. "version": "7.25.7",
  275. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz",
  276. "integrity": "sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==",
  277. "dependencies": {
  278. "@babel/traverse": "^7.25.7",
  279. "@babel/types": "^7.25.7"
  280. },
  281. "engines": {
  282. "node": ">=6.9.0"
  283. }
  284. },
  285. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  286. "version": "7.25.7",
  287. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.7.tgz",
  288. "integrity": "sha512-pPbNbchZBkPMD50K0p3JGcFMNLVUCuU/ABybm/PGNj4JiHrpmNyqqCphBk4i19xXtNV0JhldQJJtbSW5aUvbyA==",
  289. "dependencies": {
  290. "@babel/traverse": "^7.25.7",
  291. "@babel/types": "^7.25.7"
  292. },
  293. "engines": {
  294. "node": ">=6.9.0"
  295. }
  296. },
  297. "node_modules/@babel/helper-string-parser": {
  298. "version": "7.25.7",
  299. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz",
  300. "integrity": "sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==",
  301. "engines": {
  302. "node": ">=6.9.0"
  303. }
  304. },
  305. "node_modules/@babel/helper-validator-identifier": {
  306. "version": "7.25.7",
  307. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz",
  308. "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==",
  309. "engines": {
  310. "node": ">=6.9.0"
  311. }
  312. },
  313. "node_modules/@babel/helper-validator-option": {
  314. "version": "7.25.7",
  315. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz",
  316. "integrity": "sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==",
  317. "engines": {
  318. "node": ">=6.9.0"
  319. }
  320. },
  321. "node_modules/@babel/helpers": {
  322. "version": "7.25.7",
  323. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.7.tgz",
  324. "integrity": "sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==",
  325. "dependencies": {
  326. "@babel/template": "^7.25.7",
  327. "@babel/types": "^7.25.7"
  328. },
  329. "engines": {
  330. "node": ">=6.9.0"
  331. }
  332. },
  333. "node_modules/@babel/highlight": {
  334. "version": "7.25.7",
  335. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.7.tgz",
  336. "integrity": "sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==",
  337. "dependencies": {
  338. "@babel/helper-validator-identifier": "^7.25.7",
  339. "chalk": "^2.4.2",
  340. "js-tokens": "^4.0.0",
  341. "picocolors": "^1.0.0"
  342. },
  343. "engines": {
  344. "node": ">=6.9.0"
  345. }
  346. },
  347. "node_modules/@babel/highlight/node_modules/ansi-styles": {
  348. "version": "3.2.1",
  349. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  350. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  351. "dependencies": {
  352. "color-convert": "^1.9.0"
  353. },
  354. "engines": {
  355. "node": ">=4"
  356. }
  357. },
  358. "node_modules/@babel/highlight/node_modules/chalk": {
  359. "version": "2.4.2",
  360. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  361. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  362. "dependencies": {
  363. "ansi-styles": "^3.2.1",
  364. "escape-string-regexp": "^1.0.5",
  365. "supports-color": "^5.3.0"
  366. },
  367. "engines": {
  368. "node": ">=4"
  369. }
  370. },
  371. "node_modules/@babel/highlight/node_modules/color-convert": {
  372. "version": "1.9.3",
  373. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  374. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  375. "dependencies": {
  376. "color-name": "1.1.3"
  377. }
  378. },
  379. "node_modules/@babel/highlight/node_modules/color-name": {
  380. "version": "1.1.3",
  381. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  382. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  383. },
  384. "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
  385. "version": "1.0.5",
  386. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  387. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  388. "engines": {
  389. "node": ">=0.8.0"
  390. }
  391. },
  392. "node_modules/@babel/highlight/node_modules/supports-color": {
  393. "version": "5.5.0",
  394. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  395. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  396. "dependencies": {
  397. "has-flag": "^3.0.0"
  398. },
  399. "engines": {
  400. "node": ">=4"
  401. }
  402. },
  403. "node_modules/@babel/parser": {
  404. "version": "7.25.8",
  405. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.8.tgz",
  406. "integrity": "sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==",
  407. "dependencies": {
  408. "@babel/types": "^7.25.8"
  409. },
  410. "bin": {
  411. "parser": "bin/babel-parser.js"
  412. },
  413. "engines": {
  414. "node": ">=6.0.0"
  415. }
  416. },
  417. "node_modules/@babel/plugin-proposal-decorators": {
  418. "version": "7.25.7",
  419. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.7.tgz",
  420. "integrity": "sha512-q1mqqqH0e1lhmsEQHV5U8OmdueBC2y0RFr2oUzZoFRtN3MvPmt2fsFRcNQAoGLTSNdHBFUYGnlgcRFhkBbKjPw==",
  421. "dependencies": {
  422. "@babel/helper-create-class-features-plugin": "^7.25.7",
  423. "@babel/helper-plugin-utils": "^7.25.7",
  424. "@babel/plugin-syntax-decorators": "^7.25.7"
  425. },
  426. "engines": {
  427. "node": ">=6.9.0"
  428. },
  429. "peerDependencies": {
  430. "@babel/core": "^7.0.0-0"
  431. }
  432. },
  433. "node_modules/@babel/plugin-syntax-decorators": {
  434. "version": "7.25.7",
  435. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.7.tgz",
  436. "integrity": "sha512-oXduHo642ZhstLVYTe2z2GSJIruU0c/W3/Ghr6A5yGMsVrvdnxO1z+3pbTcT7f3/Clnt+1z8D/w1r1f1SHaCHw==",
  437. "dependencies": {
  438. "@babel/helper-plugin-utils": "^7.25.7"
  439. },
  440. "engines": {
  441. "node": ">=6.9.0"
  442. },
  443. "peerDependencies": {
  444. "@babel/core": "^7.0.0-0"
  445. }
  446. },
  447. "node_modules/@babel/plugin-syntax-import-attributes": {
  448. "version": "7.25.7",
  449. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.7.tgz",
  450. "integrity": "sha512-AqVo+dguCgmpi/3mYBdu9lkngOBlQ2w2vnNpa6gfiCxQZLzV4ZbhsXitJ2Yblkoe1VQwtHSaNmIaGll/26YWRw==",
  451. "dependencies": {
  452. "@babel/helper-plugin-utils": "^7.25.7"
  453. },
  454. "engines": {
  455. "node": ">=6.9.0"
  456. },
  457. "peerDependencies": {
  458. "@babel/core": "^7.0.0-0"
  459. }
  460. },
  461. "node_modules/@babel/plugin-syntax-import-meta": {
  462. "version": "7.10.4",
  463. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  464. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  465. "dependencies": {
  466. "@babel/helper-plugin-utils": "^7.10.4"
  467. },
  468. "peerDependencies": {
  469. "@babel/core": "^7.0.0-0"
  470. }
  471. },
  472. "node_modules/@babel/plugin-syntax-jsx": {
  473. "version": "7.25.7",
  474. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.7.tgz",
  475. "integrity": "sha512-ruZOnKO+ajVL/MVx+PwNBPOkrnXTXoWMtte1MBpegfCArhqOe3Bj52avVj1huLLxNKYKXYaSxZ2F+woK1ekXfw==",
  476. "dependencies": {
  477. "@babel/helper-plugin-utils": "^7.25.7"
  478. },
  479. "engines": {
  480. "node": ">=6.9.0"
  481. },
  482. "peerDependencies": {
  483. "@babel/core": "^7.0.0-0"
  484. }
  485. },
  486. "node_modules/@babel/plugin-syntax-typescript": {
  487. "version": "7.25.7",
  488. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.7.tgz",
  489. "integrity": "sha512-rR+5FDjpCHqqZN2bzZm18bVYGaejGq5ZkpVCJLXor/+zlSrSoc4KWcHI0URVWjl/68Dyr1uwZUz/1njycEAv9g==",
  490. "dependencies": {
  491. "@babel/helper-plugin-utils": "^7.25.7"
  492. },
  493. "engines": {
  494. "node": ">=6.9.0"
  495. },
  496. "peerDependencies": {
  497. "@babel/core": "^7.0.0-0"
  498. }
  499. },
  500. "node_modules/@babel/plugin-transform-typescript": {
  501. "version": "7.25.7",
  502. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.7.tgz",
  503. "integrity": "sha512-VKlgy2vBzj8AmEzunocMun2fF06bsSWV+FvVXohtL6FGve/+L217qhHxRTVGHEDO/YR8IANcjzgJsd04J8ge5Q==",
  504. "dependencies": {
  505. "@babel/helper-annotate-as-pure": "^7.25.7",
  506. "@babel/helper-create-class-features-plugin": "^7.25.7",
  507. "@babel/helper-plugin-utils": "^7.25.7",
  508. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.7",
  509. "@babel/plugin-syntax-typescript": "^7.25.7"
  510. },
  511. "engines": {
  512. "node": ">=6.9.0"
  513. },
  514. "peerDependencies": {
  515. "@babel/core": "^7.0.0-0"
  516. }
  517. },
  518. "node_modules/@babel/standalone": {
  519. "version": "7.25.8",
  520. "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.25.8.tgz",
  521. "integrity": "sha512-UvRanvLCGPRscJ5Rw9o6vUBS5P+E+gkhl6eaokrIN+WM1kUkmj254VZhyihFdDZVDlI3cPcZoakbJJw24QPISw==",
  522. "engines": {
  523. "node": ">=6.9.0"
  524. }
  525. },
  526. "node_modules/@babel/template": {
  527. "version": "7.25.7",
  528. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.7.tgz",
  529. "integrity": "sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==",
  530. "dependencies": {
  531. "@babel/code-frame": "^7.25.7",
  532. "@babel/parser": "^7.25.7",
  533. "@babel/types": "^7.25.7"
  534. },
  535. "engines": {
  536. "node": ">=6.9.0"
  537. }
  538. },
  539. "node_modules/@babel/traverse": {
  540. "version": "7.25.7",
  541. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.7.tgz",
  542. "integrity": "sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==",
  543. "dependencies": {
  544. "@babel/code-frame": "^7.25.7",
  545. "@babel/generator": "^7.25.7",
  546. "@babel/parser": "^7.25.7",
  547. "@babel/template": "^7.25.7",
  548. "@babel/types": "^7.25.7",
  549. "debug": "^4.3.1",
  550. "globals": "^11.1.0"
  551. },
  552. "engines": {
  553. "node": ">=6.9.0"
  554. }
  555. },
  556. "node_modules/@babel/types": {
  557. "version": "7.25.8",
  558. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.8.tgz",
  559. "integrity": "sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==",
  560. "dependencies": {
  561. "@babel/helper-string-parser": "^7.25.7",
  562. "@babel/helper-validator-identifier": "^7.25.7",
  563. "to-fast-properties": "^2.0.0"
  564. },
  565. "engines": {
  566. "node": ">=6.9.0"
  567. }
  568. },
  569. "node_modules/@cloudflare/kv-asset-handler": {
  570. "version": "0.3.4",
  571. "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.4.tgz",
  572. "integrity": "sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==",
  573. "dependencies": {
  574. "mime": "^3.0.0"
  575. },
  576. "engines": {
  577. "node": ">=16.13"
  578. }
  579. },
  580. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  581. "version": "3.0.0",
  582. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  583. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  584. "bin": {
  585. "mime": "cli.js"
  586. },
  587. "engines": {
  588. "node": ">=10.0.0"
  589. }
  590. },
  591. "node_modules/@esbuild/aix-ppc64": {
  592. "version": "0.20.2",
  593. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz",
  594. "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==",
  595. "cpu": [
  596. "ppc64"
  597. ],
  598. "optional": true,
  599. "os": [
  600. "aix"
  601. ],
  602. "engines": {
  603. "node": ">=12"
  604. }
  605. },
  606. "node_modules/@esbuild/android-arm": {
  607. "version": "0.20.2",
  608. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz",
  609. "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==",
  610. "cpu": [
  611. "arm"
  612. ],
  613. "optional": true,
  614. "os": [
  615. "android"
  616. ],
  617. "engines": {
  618. "node": ">=12"
  619. }
  620. },
  621. "node_modules/@esbuild/android-arm64": {
  622. "version": "0.20.2",
  623. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz",
  624. "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==",
  625. "cpu": [
  626. "arm64"
  627. ],
  628. "optional": true,
  629. "os": [
  630. "android"
  631. ],
  632. "engines": {
  633. "node": ">=12"
  634. }
  635. },
  636. "node_modules/@esbuild/android-x64": {
  637. "version": "0.20.2",
  638. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz",
  639. "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==",
  640. "cpu": [
  641. "x64"
  642. ],
  643. "optional": true,
  644. "os": [
  645. "android"
  646. ],
  647. "engines": {
  648. "node": ">=12"
  649. }
  650. },
  651. "node_modules/@esbuild/darwin-arm64": {
  652. "version": "0.20.2",
  653. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz",
  654. "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==",
  655. "cpu": [
  656. "arm64"
  657. ],
  658. "optional": true,
  659. "os": [
  660. "darwin"
  661. ],
  662. "engines": {
  663. "node": ">=12"
  664. }
  665. },
  666. "node_modules/@esbuild/darwin-x64": {
  667. "version": "0.20.2",
  668. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz",
  669. "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==",
  670. "cpu": [
  671. "x64"
  672. ],
  673. "optional": true,
  674. "os": [
  675. "darwin"
  676. ],
  677. "engines": {
  678. "node": ">=12"
  679. }
  680. },
  681. "node_modules/@esbuild/freebsd-arm64": {
  682. "version": "0.20.2",
  683. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz",
  684. "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==",
  685. "cpu": [
  686. "arm64"
  687. ],
  688. "optional": true,
  689. "os": [
  690. "freebsd"
  691. ],
  692. "engines": {
  693. "node": ">=12"
  694. }
  695. },
  696. "node_modules/@esbuild/freebsd-x64": {
  697. "version": "0.20.2",
  698. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz",
  699. "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==",
  700. "cpu": [
  701. "x64"
  702. ],
  703. "optional": true,
  704. "os": [
  705. "freebsd"
  706. ],
  707. "engines": {
  708. "node": ">=12"
  709. }
  710. },
  711. "node_modules/@esbuild/linux-arm": {
  712. "version": "0.20.2",
  713. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz",
  714. "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==",
  715. "cpu": [
  716. "arm"
  717. ],
  718. "optional": true,
  719. "os": [
  720. "linux"
  721. ],
  722. "engines": {
  723. "node": ">=12"
  724. }
  725. },
  726. "node_modules/@esbuild/linux-arm64": {
  727. "version": "0.20.2",
  728. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz",
  729. "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==",
  730. "cpu": [
  731. "arm64"
  732. ],
  733. "optional": true,
  734. "os": [
  735. "linux"
  736. ],
  737. "engines": {
  738. "node": ">=12"
  739. }
  740. },
  741. "node_modules/@esbuild/linux-ia32": {
  742. "version": "0.20.2",
  743. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz",
  744. "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==",
  745. "cpu": [
  746. "ia32"
  747. ],
  748. "optional": true,
  749. "os": [
  750. "linux"
  751. ],
  752. "engines": {
  753. "node": ">=12"
  754. }
  755. },
  756. "node_modules/@esbuild/linux-loong64": {
  757. "version": "0.20.2",
  758. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz",
  759. "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==",
  760. "cpu": [
  761. "loong64"
  762. ],
  763. "optional": true,
  764. "os": [
  765. "linux"
  766. ],
  767. "engines": {
  768. "node": ">=12"
  769. }
  770. },
  771. "node_modules/@esbuild/linux-mips64el": {
  772. "version": "0.20.2",
  773. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz",
  774. "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==",
  775. "cpu": [
  776. "mips64el"
  777. ],
  778. "optional": true,
  779. "os": [
  780. "linux"
  781. ],
  782. "engines": {
  783. "node": ">=12"
  784. }
  785. },
  786. "node_modules/@esbuild/linux-ppc64": {
  787. "version": "0.20.2",
  788. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz",
  789. "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==",
  790. "cpu": [
  791. "ppc64"
  792. ],
  793. "optional": true,
  794. "os": [
  795. "linux"
  796. ],
  797. "engines": {
  798. "node": ">=12"
  799. }
  800. },
  801. "node_modules/@esbuild/linux-riscv64": {
  802. "version": "0.20.2",
  803. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz",
  804. "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==",
  805. "cpu": [
  806. "riscv64"
  807. ],
  808. "optional": true,
  809. "os": [
  810. "linux"
  811. ],
  812. "engines": {
  813. "node": ">=12"
  814. }
  815. },
  816. "node_modules/@esbuild/linux-s390x": {
  817. "version": "0.20.2",
  818. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz",
  819. "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==",
  820. "cpu": [
  821. "s390x"
  822. ],
  823. "optional": true,
  824. "os": [
  825. "linux"
  826. ],
  827. "engines": {
  828. "node": ">=12"
  829. }
  830. },
  831. "node_modules/@esbuild/linux-x64": {
  832. "version": "0.20.2",
  833. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz",
  834. "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==",
  835. "cpu": [
  836. "x64"
  837. ],
  838. "optional": true,
  839. "os": [
  840. "linux"
  841. ],
  842. "engines": {
  843. "node": ">=12"
  844. }
  845. },
  846. "node_modules/@esbuild/netbsd-x64": {
  847. "version": "0.20.2",
  848. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz",
  849. "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==",
  850. "cpu": [
  851. "x64"
  852. ],
  853. "optional": true,
  854. "os": [
  855. "netbsd"
  856. ],
  857. "engines": {
  858. "node": ">=12"
  859. }
  860. },
  861. "node_modules/@esbuild/openbsd-arm64": {
  862. "version": "0.23.1",
  863. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.1.tgz",
  864. "integrity": "sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==",
  865. "cpu": [
  866. "arm64"
  867. ],
  868. "optional": true,
  869. "os": [
  870. "openbsd"
  871. ],
  872. "engines": {
  873. "node": ">=18"
  874. }
  875. },
  876. "node_modules/@esbuild/openbsd-x64": {
  877. "version": "0.20.2",
  878. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz",
  879. "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==",
  880. "cpu": [
  881. "x64"
  882. ],
  883. "optional": true,
  884. "os": [
  885. "openbsd"
  886. ],
  887. "engines": {
  888. "node": ">=12"
  889. }
  890. },
  891. "node_modules/@esbuild/sunos-x64": {
  892. "version": "0.20.2",
  893. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz",
  894. "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==",
  895. "cpu": [
  896. "x64"
  897. ],
  898. "optional": true,
  899. "os": [
  900. "sunos"
  901. ],
  902. "engines": {
  903. "node": ">=12"
  904. }
  905. },
  906. "node_modules/@esbuild/win32-arm64": {
  907. "version": "0.20.2",
  908. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz",
  909. "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==",
  910. "cpu": [
  911. "arm64"
  912. ],
  913. "optional": true,
  914. "os": [
  915. "win32"
  916. ],
  917. "engines": {
  918. "node": ">=12"
  919. }
  920. },
  921. "node_modules/@esbuild/win32-ia32": {
  922. "version": "0.20.2",
  923. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz",
  924. "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==",
  925. "cpu": [
  926. "ia32"
  927. ],
  928. "optional": true,
  929. "os": [
  930. "win32"
  931. ],
  932. "engines": {
  933. "node": ">=12"
  934. }
  935. },
  936. "node_modules/@esbuild/win32-x64": {
  937. "version": "0.20.2",
  938. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz",
  939. "integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==",
  940. "cpu": [
  941. "x64"
  942. ],
  943. "optional": true,
  944. "os": [
  945. "win32"
  946. ],
  947. "engines": {
  948. "node": ">=12"
  949. }
  950. },
  951. "node_modules/@fastify/busboy": {
  952. "version": "2.1.1",
  953. "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
  954. "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
  955. "engines": {
  956. "node": ">=14"
  957. }
  958. },
  959. "node_modules/@ioredis/commands": {
  960. "version": "1.2.0",
  961. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz",
  962. "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg=="
  963. },
  964. "node_modules/@isaacs/cliui": {
  965. "version": "8.0.2",
  966. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  967. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  968. "dependencies": {
  969. "string-width": "^5.1.2",
  970. "string-width-cjs": "npm:string-width@^4.2.0",
  971. "strip-ansi": "^7.0.1",
  972. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  973. "wrap-ansi": "^8.1.0",
  974. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  975. },
  976. "engines": {
  977. "node": ">=12"
  978. }
  979. },
  980. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  981. "version": "6.1.0",
  982. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
  983. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  984. "engines": {
  985. "node": ">=12"
  986. },
  987. "funding": {
  988. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  989. }
  990. },
  991. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  992. "version": "6.2.1",
  993. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
  994. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  995. "engines": {
  996. "node": ">=12"
  997. },
  998. "funding": {
  999. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1000. }
  1001. },
  1002. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  1003. "version": "9.2.2",
  1004. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  1005. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  1006. },
  1007. "node_modules/@isaacs/cliui/node_modules/string-width": {
  1008. "version": "5.1.2",
  1009. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  1010. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  1011. "dependencies": {
  1012. "eastasianwidth": "^0.2.0",
  1013. "emoji-regex": "^9.2.2",
  1014. "strip-ansi": "^7.0.1"
  1015. },
  1016. "engines": {
  1017. "node": ">=12"
  1018. },
  1019. "funding": {
  1020. "url": "https://github.com/sponsors/sindresorhus"
  1021. }
  1022. },
  1023. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  1024. "version": "7.1.0",
  1025. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  1026. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  1027. "dependencies": {
  1028. "ansi-regex": "^6.0.1"
  1029. },
  1030. "engines": {
  1031. "node": ">=12"
  1032. },
  1033. "funding": {
  1034. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  1035. }
  1036. },
  1037. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  1038. "version": "8.1.0",
  1039. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  1040. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  1041. "dependencies": {
  1042. "ansi-styles": "^6.1.0",
  1043. "string-width": "^5.0.1",
  1044. "strip-ansi": "^7.0.1"
  1045. },
  1046. "engines": {
  1047. "node": ">=12"
  1048. },
  1049. "funding": {
  1050. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1051. }
  1052. },
  1053. "node_modules/@jridgewell/gen-mapping": {
  1054. "version": "0.3.5",
  1055. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  1056. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  1057. "dependencies": {
  1058. "@jridgewell/set-array": "^1.2.1",
  1059. "@jridgewell/sourcemap-codec": "^1.4.10",
  1060. "@jridgewell/trace-mapping": "^0.3.24"
  1061. },
  1062. "engines": {
  1063. "node": ">=6.0.0"
  1064. }
  1065. },
  1066. "node_modules/@jridgewell/resolve-uri": {
  1067. "version": "3.1.2",
  1068. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1069. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1070. "engines": {
  1071. "node": ">=6.0.0"
  1072. }
  1073. },
  1074. "node_modules/@jridgewell/set-array": {
  1075. "version": "1.2.1",
  1076. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  1077. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  1078. "engines": {
  1079. "node": ">=6.0.0"
  1080. }
  1081. },
  1082. "node_modules/@jridgewell/source-map": {
  1083. "version": "0.3.6",
  1084. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
  1085. "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
  1086. "dependencies": {
  1087. "@jridgewell/gen-mapping": "^0.3.5",
  1088. "@jridgewell/trace-mapping": "^0.3.25"
  1089. }
  1090. },
  1091. "node_modules/@jridgewell/sourcemap-codec": {
  1092. "version": "1.5.0",
  1093. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  1094. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
  1095. },
  1096. "node_modules/@jridgewell/trace-mapping": {
  1097. "version": "0.3.25",
  1098. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  1099. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  1100. "dependencies": {
  1101. "@jridgewell/resolve-uri": "^3.1.0",
  1102. "@jridgewell/sourcemap-codec": "^1.4.14"
  1103. }
  1104. },
  1105. "node_modules/@kwsites/file-exists": {
  1106. "version": "1.1.1",
  1107. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1108. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1109. "dependencies": {
  1110. "debug": "^4.1.1"
  1111. }
  1112. },
  1113. "node_modules/@kwsites/promise-deferred": {
  1114. "version": "1.1.1",
  1115. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1116. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw=="
  1117. },
  1118. "node_modules/@mapbox/node-pre-gyp": {
  1119. "version": "1.0.11",
  1120. "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz",
  1121. "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==",
  1122. "dependencies": {
  1123. "detect-libc": "^2.0.0",
  1124. "https-proxy-agent": "^5.0.0",
  1125. "make-dir": "^3.1.0",
  1126. "node-fetch": "^2.6.7",
  1127. "nopt": "^5.0.0",
  1128. "npmlog": "^5.0.1",
  1129. "rimraf": "^3.0.2",
  1130. "semver": "^7.3.5",
  1131. "tar": "^6.1.11"
  1132. },
  1133. "bin": {
  1134. "node-pre-gyp": "bin/node-pre-gyp"
  1135. }
  1136. },
  1137. "node_modules/@netlify/functions": {
  1138. "version": "2.8.2",
  1139. "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-2.8.2.tgz",
  1140. "integrity": "sha512-DeoAQh8LuNPvBE4qsKlezjKj0PyXDryOFJfJKo3Z1qZLKzQ21sT314KQKPVjfvw6knqijj+IO+0kHXy/TJiqNA==",
  1141. "dependencies": {
  1142. "@netlify/serverless-functions-api": "1.26.1"
  1143. },
  1144. "engines": {
  1145. "node": ">=14.0.0"
  1146. }
  1147. },
  1148. "node_modules/@netlify/node-cookies": {
  1149. "version": "0.1.0",
  1150. "resolved": "https://registry.npmjs.org/@netlify/node-cookies/-/node-cookies-0.1.0.tgz",
  1151. "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==",
  1152. "engines": {
  1153. "node": "^14.16.0 || >=16.0.0"
  1154. }
  1155. },
  1156. "node_modules/@netlify/serverless-functions-api": {
  1157. "version": "1.26.1",
  1158. "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.26.1.tgz",
  1159. "integrity": "sha512-q3L9i3HoNfz0SGpTIS4zTcKBbRkxzCRpd169eyiTuk3IwcPC3/85mzLHranlKo2b+HYT0gu37YxGB45aD8A3Tw==",
  1160. "dependencies": {
  1161. "@netlify/node-cookies": "^0.1.0",
  1162. "urlpattern-polyfill": "8.0.2"
  1163. },
  1164. "engines": {
  1165. "node": ">=18.0.0"
  1166. }
  1167. },
  1168. "node_modules/@nodelib/fs.scandir": {
  1169. "version": "2.1.5",
  1170. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1171. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1172. "dependencies": {
  1173. "@nodelib/fs.stat": "2.0.5",
  1174. "run-parallel": "^1.1.9"
  1175. },
  1176. "engines": {
  1177. "node": ">= 8"
  1178. }
  1179. },
  1180. "node_modules/@nodelib/fs.stat": {
  1181. "version": "2.0.5",
  1182. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1183. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1184. "engines": {
  1185. "node": ">= 8"
  1186. }
  1187. },
  1188. "node_modules/@nodelib/fs.walk": {
  1189. "version": "1.2.8",
  1190. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1191. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1192. "dependencies": {
  1193. "@nodelib/fs.scandir": "2.1.5",
  1194. "fastq": "^1.6.0"
  1195. },
  1196. "engines": {
  1197. "node": ">= 8"
  1198. }
  1199. },
  1200. "node_modules/@nuxt/devalue": {
  1201. "version": "2.0.2",
  1202. "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1203. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA=="
  1204. },
  1205. "node_modules/@nuxt/devtools": {
  1206. "version": "1.6.0",
  1207. "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-1.6.0.tgz",
  1208. "integrity": "sha512-xNorMapzpM8HaW7NnAsEEO38OrmrYBzGvkkqfBU5nNh5XEymmIfCbQc7IA/GIOH9pXOV4gRutCjHCWXHYbOl3A==",
  1209. "dependencies": {
  1210. "@antfu/utils": "^0.7.10",
  1211. "@nuxt/devtools-kit": "1.6.0",
  1212. "@nuxt/devtools-wizard": "1.6.0",
  1213. "@nuxt/kit": "^3.13.2",
  1214. "@vue/devtools-core": "7.4.4",
  1215. "@vue/devtools-kit": "7.4.4",
  1216. "birpc": "^0.2.17",
  1217. "consola": "^3.2.3",
  1218. "cronstrue": "^2.50.0",
  1219. "destr": "^2.0.3",
  1220. "error-stack-parser-es": "^0.1.5",
  1221. "execa": "^7.2.0",
  1222. "fast-npm-meta": "^0.2.2",
  1223. "flatted": "^3.3.1",
  1224. "get-port-please": "^3.1.2",
  1225. "hookable": "^5.5.3",
  1226. "image-meta": "^0.2.1",
  1227. "is-installed-globally": "^1.0.0",
  1228. "launch-editor": "^2.9.1",
  1229. "local-pkg": "^0.5.0",
  1230. "magicast": "^0.3.5",
  1231. "nypm": "^0.3.11",
  1232. "ohash": "^1.1.4",
  1233. "pathe": "^1.1.2",
  1234. "perfect-debounce": "^1.0.0",
  1235. "pkg-types": "^1.2.0",
  1236. "rc9": "^2.1.2",
  1237. "scule": "^1.3.0",
  1238. "semver": "^7.6.3",
  1239. "simple-git": "^3.27.0",
  1240. "sirv": "^2.0.4",
  1241. "tinyglobby": "^0.2.6",
  1242. "unimport": "^3.12.0",
  1243. "vite-plugin-inspect": "^0.8.7",
  1244. "vite-plugin-vue-inspector": "5.1.3",
  1245. "which": "^3.0.1",
  1246. "ws": "^8.18.0"
  1247. },
  1248. "bin": {
  1249. "devtools": "cli.mjs"
  1250. },
  1251. "peerDependencies": {
  1252. "vite": "*"
  1253. }
  1254. },
  1255. "node_modules/@nuxt/devtools-kit": {
  1256. "version": "1.6.0",
  1257. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-1.6.0.tgz",
  1258. "integrity": "sha512-kJ8mVKwTSN3tdEVNy7mxKCiQk9wsG5t3oOrRMWk6IEbTSov+5sOULqQSM/+OWxWsEDmDfA7QlS5sM3Ti9uMRqQ==",
  1259. "dependencies": {
  1260. "@nuxt/kit": "^3.13.2",
  1261. "@nuxt/schema": "^3.13.2",
  1262. "execa": "^7.2.0"
  1263. },
  1264. "peerDependencies": {
  1265. "vite": "*"
  1266. }
  1267. },
  1268. "node_modules/@nuxt/devtools-kit/node_modules/execa": {
  1269. "version": "7.2.0",
  1270. "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
  1271. "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
  1272. "dependencies": {
  1273. "cross-spawn": "^7.0.3",
  1274. "get-stream": "^6.0.1",
  1275. "human-signals": "^4.3.0",
  1276. "is-stream": "^3.0.0",
  1277. "merge-stream": "^2.0.0",
  1278. "npm-run-path": "^5.1.0",
  1279. "onetime": "^6.0.0",
  1280. "signal-exit": "^3.0.7",
  1281. "strip-final-newline": "^3.0.0"
  1282. },
  1283. "engines": {
  1284. "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
  1285. },
  1286. "funding": {
  1287. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  1288. }
  1289. },
  1290. "node_modules/@nuxt/devtools-kit/node_modules/get-stream": {
  1291. "version": "6.0.1",
  1292. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  1293. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  1294. "engines": {
  1295. "node": ">=10"
  1296. },
  1297. "funding": {
  1298. "url": "https://github.com/sponsors/sindresorhus"
  1299. }
  1300. },
  1301. "node_modules/@nuxt/devtools-kit/node_modules/human-signals": {
  1302. "version": "4.3.1",
  1303. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
  1304. "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
  1305. "engines": {
  1306. "node": ">=14.18.0"
  1307. }
  1308. },
  1309. "node_modules/@nuxt/devtools-kit/node_modules/is-stream": {
  1310. "version": "3.0.0",
  1311. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  1312. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  1313. "engines": {
  1314. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  1315. },
  1316. "funding": {
  1317. "url": "https://github.com/sponsors/sindresorhus"
  1318. }
  1319. },
  1320. "node_modules/@nuxt/devtools-kit/node_modules/signal-exit": {
  1321. "version": "3.0.7",
  1322. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  1323. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  1324. },
  1325. "node_modules/@nuxt/devtools-wizard": {
  1326. "version": "1.6.0",
  1327. "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-1.6.0.tgz",
  1328. "integrity": "sha512-n+mzz5NwnKZim0tq1oBi+x1nNXb21fp7QeBl7bYKyDT1eJ0XCxFkVTr/kB/ddkkLYZ+o8TykpeNPa74cN+xAyQ==",
  1329. "dependencies": {
  1330. "consola": "^3.2.3",
  1331. "diff": "^7.0.0",
  1332. "execa": "^7.2.0",
  1333. "global-directory": "^4.0.1",
  1334. "magicast": "^0.3.5",
  1335. "pathe": "^1.1.2",
  1336. "pkg-types": "^1.2.0",
  1337. "prompts": "^2.4.2",
  1338. "rc9": "^2.1.2",
  1339. "semver": "^7.6.3"
  1340. },
  1341. "bin": {
  1342. "devtools-wizard": "cli.mjs"
  1343. }
  1344. },
  1345. "node_modules/@nuxt/devtools-wizard/node_modules/execa": {
  1346. "version": "7.2.0",
  1347. "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
  1348. "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
  1349. "dependencies": {
  1350. "cross-spawn": "^7.0.3",
  1351. "get-stream": "^6.0.1",
  1352. "human-signals": "^4.3.0",
  1353. "is-stream": "^3.0.0",
  1354. "merge-stream": "^2.0.0",
  1355. "npm-run-path": "^5.1.0",
  1356. "onetime": "^6.0.0",
  1357. "signal-exit": "^3.0.7",
  1358. "strip-final-newline": "^3.0.0"
  1359. },
  1360. "engines": {
  1361. "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
  1362. },
  1363. "funding": {
  1364. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  1365. }
  1366. },
  1367. "node_modules/@nuxt/devtools-wizard/node_modules/get-stream": {
  1368. "version": "6.0.1",
  1369. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  1370. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  1371. "engines": {
  1372. "node": ">=10"
  1373. },
  1374. "funding": {
  1375. "url": "https://github.com/sponsors/sindresorhus"
  1376. }
  1377. },
  1378. "node_modules/@nuxt/devtools-wizard/node_modules/human-signals": {
  1379. "version": "4.3.1",
  1380. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
  1381. "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
  1382. "engines": {
  1383. "node": ">=14.18.0"
  1384. }
  1385. },
  1386. "node_modules/@nuxt/devtools-wizard/node_modules/is-stream": {
  1387. "version": "3.0.0",
  1388. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  1389. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  1390. "engines": {
  1391. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  1392. },
  1393. "funding": {
  1394. "url": "https://github.com/sponsors/sindresorhus"
  1395. }
  1396. },
  1397. "node_modules/@nuxt/devtools-wizard/node_modules/signal-exit": {
  1398. "version": "3.0.7",
  1399. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  1400. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  1401. },
  1402. "node_modules/@nuxt/devtools/node_modules/execa": {
  1403. "version": "7.2.0",
  1404. "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
  1405. "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
  1406. "dependencies": {
  1407. "cross-spawn": "^7.0.3",
  1408. "get-stream": "^6.0.1",
  1409. "human-signals": "^4.3.0",
  1410. "is-stream": "^3.0.0",
  1411. "merge-stream": "^2.0.0",
  1412. "npm-run-path": "^5.1.0",
  1413. "onetime": "^6.0.0",
  1414. "signal-exit": "^3.0.7",
  1415. "strip-final-newline": "^3.0.0"
  1416. },
  1417. "engines": {
  1418. "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
  1419. },
  1420. "funding": {
  1421. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  1422. }
  1423. },
  1424. "node_modules/@nuxt/devtools/node_modules/get-stream": {
  1425. "version": "6.0.1",
  1426. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  1427. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  1428. "engines": {
  1429. "node": ">=10"
  1430. },
  1431. "funding": {
  1432. "url": "https://github.com/sponsors/sindresorhus"
  1433. }
  1434. },
  1435. "node_modules/@nuxt/devtools/node_modules/human-signals": {
  1436. "version": "4.3.1",
  1437. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
  1438. "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
  1439. "engines": {
  1440. "node": ">=14.18.0"
  1441. }
  1442. },
  1443. "node_modules/@nuxt/devtools/node_modules/is-stream": {
  1444. "version": "3.0.0",
  1445. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  1446. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  1447. "engines": {
  1448. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  1449. },
  1450. "funding": {
  1451. "url": "https://github.com/sponsors/sindresorhus"
  1452. }
  1453. },
  1454. "node_modules/@nuxt/devtools/node_modules/signal-exit": {
  1455. "version": "3.0.7",
  1456. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  1457. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  1458. },
  1459. "node_modules/@nuxt/devtools/node_modules/which": {
  1460. "version": "3.0.1",
  1461. "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
  1462. "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
  1463. "dependencies": {
  1464. "isexe": "^2.0.0"
  1465. },
  1466. "bin": {
  1467. "node-which": "bin/which.js"
  1468. },
  1469. "engines": {
  1470. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1471. }
  1472. },
  1473. "node_modules/@nuxt/kit": {
  1474. "version": "3.13.2",
  1475. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.13.2.tgz",
  1476. "integrity": "sha512-KvRw21zU//wdz25IeE1E5m/aFSzhJloBRAQtv+evcFeZvuroIxpIQuUqhbzuwznaUwpiWbmwlcsp5uOWmi4vwA==",
  1477. "dependencies": {
  1478. "@nuxt/schema": "3.13.2",
  1479. "c12": "^1.11.2",
  1480. "consola": "^3.2.3",
  1481. "defu": "^6.1.4",
  1482. "destr": "^2.0.3",
  1483. "globby": "^14.0.2",
  1484. "hash-sum": "^2.0.0",
  1485. "ignore": "^5.3.2",
  1486. "jiti": "^1.21.6",
  1487. "klona": "^2.0.6",
  1488. "knitwork": "^1.1.0",
  1489. "mlly": "^1.7.1",
  1490. "pathe": "^1.1.2",
  1491. "pkg-types": "^1.2.0",
  1492. "scule": "^1.3.0",
  1493. "semver": "^7.6.3",
  1494. "ufo": "^1.5.4",
  1495. "unctx": "^2.3.1",
  1496. "unimport": "^3.12.0",
  1497. "untyped": "^1.4.2"
  1498. },
  1499. "engines": {
  1500. "node": "^14.18.0 || >=16.10.0"
  1501. }
  1502. },
  1503. "node_modules/@nuxt/kit/node_modules/c12": {
  1504. "version": "1.11.2",
  1505. "resolved": "https://registry.npmjs.org/c12/-/c12-1.11.2.tgz",
  1506. "integrity": "sha512-oBs8a4uvSDO9dm8b7OCFW7+dgtVrwmwnrVXYzLm43ta7ep2jCn/0MhoUFygIWtxhyy6+/MG7/agvpY0U1Iemew==",
  1507. "dependencies": {
  1508. "chokidar": "^3.6.0",
  1509. "confbox": "^0.1.7",
  1510. "defu": "^6.1.4",
  1511. "dotenv": "^16.4.5",
  1512. "giget": "^1.2.3",
  1513. "jiti": "^1.21.6",
  1514. "mlly": "^1.7.1",
  1515. "ohash": "^1.1.3",
  1516. "pathe": "^1.1.2",
  1517. "perfect-debounce": "^1.0.0",
  1518. "pkg-types": "^1.2.0",
  1519. "rc9": "^2.1.2"
  1520. },
  1521. "peerDependencies": {
  1522. "magicast": "^0.3.4"
  1523. },
  1524. "peerDependenciesMeta": {
  1525. "magicast": {
  1526. "optional": true
  1527. }
  1528. }
  1529. },
  1530. "node_modules/@nuxt/kit/node_modules/chokidar": {
  1531. "version": "3.6.0",
  1532. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  1533. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  1534. "dependencies": {
  1535. "anymatch": "~3.1.2",
  1536. "braces": "~3.0.2",
  1537. "glob-parent": "~5.1.2",
  1538. "is-binary-path": "~2.1.0",
  1539. "is-glob": "~4.0.1",
  1540. "normalize-path": "~3.0.0",
  1541. "readdirp": "~3.6.0"
  1542. },
  1543. "engines": {
  1544. "node": ">= 8.10.0"
  1545. },
  1546. "funding": {
  1547. "url": "https://paulmillr.com/funding/"
  1548. },
  1549. "optionalDependencies": {
  1550. "fsevents": "~2.3.2"
  1551. }
  1552. },
  1553. "node_modules/@nuxt/kit/node_modules/readdirp": {
  1554. "version": "3.6.0",
  1555. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  1556. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  1557. "dependencies": {
  1558. "picomatch": "^2.2.1"
  1559. },
  1560. "engines": {
  1561. "node": ">=8.10.0"
  1562. }
  1563. },
  1564. "node_modules/@nuxt/schema": {
  1565. "version": "3.13.2",
  1566. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.13.2.tgz",
  1567. "integrity": "sha512-CCZgpm+MkqtOMDEgF9SWgGPBXlQ01hV/6+2reDEpJuqFPGzV8HYKPBcIFvn7/z5ahtgutHLzjP71Na+hYcqSpw==",
  1568. "dependencies": {
  1569. "compatx": "^0.1.8",
  1570. "consola": "^3.2.3",
  1571. "defu": "^6.1.4",
  1572. "hookable": "^5.5.3",
  1573. "pathe": "^1.1.2",
  1574. "pkg-types": "^1.2.0",
  1575. "scule": "^1.3.0",
  1576. "std-env": "^3.7.0",
  1577. "ufo": "^1.5.4",
  1578. "uncrypto": "^0.1.3",
  1579. "unimport": "^3.12.0",
  1580. "untyped": "^1.4.2"
  1581. },
  1582. "engines": {
  1583. "node": "^14.18.0 || >=16.10.0"
  1584. }
  1585. },
  1586. "node_modules/@nuxt/telemetry": {
  1587. "version": "2.6.0",
  1588. "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.6.0.tgz",
  1589. "integrity": "sha512-h4YJ1d32cU7tDKjjhjtIIEck4WF/w3DTQBT348E9Pz85YLttnLqktLM0Ez9Xc2LzCeUgBDQv1el7Ob/zT3KUqg==",
  1590. "dependencies": {
  1591. "@nuxt/kit": "^3.13.1",
  1592. "ci-info": "^4.0.0",
  1593. "consola": "^3.2.3",
  1594. "create-require": "^1.1.1",
  1595. "defu": "^6.1.4",
  1596. "destr": "^2.0.3",
  1597. "dotenv": "^16.4.5",
  1598. "git-url-parse": "^15.0.0",
  1599. "is-docker": "^3.0.0",
  1600. "jiti": "^1.21.6",
  1601. "mri": "^1.2.0",
  1602. "nanoid": "^5.0.7",
  1603. "ofetch": "^1.3.4",
  1604. "package-manager-detector": "^0.2.0",
  1605. "parse-git-config": "^3.0.0",
  1606. "pathe": "^1.1.2",
  1607. "rc9": "^2.1.2",
  1608. "std-env": "^3.7.0"
  1609. },
  1610. "bin": {
  1611. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  1612. }
  1613. },
  1614. "node_modules/@nuxt/test-utils": {
  1615. "version": "3.14.3",
  1616. "resolved": "https://registry.npmjs.org/@nuxt/test-utils/-/test-utils-3.14.3.tgz",
  1617. "integrity": "sha512-5SoyaR9bQG7xcyj6kSnzFVWvpAdiKSruRkq3KVDKEAbxwHhtyz2Ijqxf8iGE3W9dAM0F+omIvLmjen3ITgd3rA==",
  1618. "dev": true,
  1619. "dependencies": {
  1620. "@nuxt/kit": "^3.13.2",
  1621. "@nuxt/schema": "^3.13.2",
  1622. "c12": "^2.0.1",
  1623. "consola": "^3.2.3",
  1624. "defu": "^6.1.4",
  1625. "destr": "^2.0.3",
  1626. "estree-walker": "^3.0.3",
  1627. "fake-indexeddb": "^6.0.0",
  1628. "get-port-please": "^3.1.2",
  1629. "local-pkg": "^0.5.0",
  1630. "magic-string": "^0.30.11",
  1631. "node-fetch-native": "^1.6.4",
  1632. "ofetch": "^1.4.0",
  1633. "pathe": "^1.1.2",
  1634. "perfect-debounce": "^1.0.0",
  1635. "radix3": "^1.1.2",
  1636. "scule": "^1.3.0",
  1637. "std-env": "^3.7.0",
  1638. "tinyexec": "^0.3.0",
  1639. "ufo": "^1.5.4",
  1640. "unenv": "^1.10.0",
  1641. "unplugin": "^1.14.1",
  1642. "vitest-environment-nuxt": "^1.0.1"
  1643. },
  1644. "engines": {
  1645. "node": ">=18.20.4"
  1646. },
  1647. "peerDependencies": {
  1648. "@cucumber/cucumber": "^10.3.1 || ^11.0.0",
  1649. "@jest/globals": "^29.5.0",
  1650. "@playwright/test": "^1.43.1",
  1651. "@testing-library/vue": "^7.0.0 || ^8.0.1",
  1652. "@vitest/ui": "^0.34.6 || ^1.0.0 || ^2.0.0",
  1653. "@vue/test-utils": "^2.4.2",
  1654. "h3": "*",
  1655. "happy-dom": "^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
  1656. "jsdom": "^22.0.0 || ^23.0.0 || ^24.0.0 || ^25.0.0",
  1657. "nitropack": "*",
  1658. "playwright-core": "^1.43.1",
  1659. "vite": "*",
  1660. "vitest": "^0.34.6 || ^1.0.0 || ^2.0.0",
  1661. "vue": "^3.3.4",
  1662. "vue-router": "^4.0.0"
  1663. },
  1664. "peerDependenciesMeta": {
  1665. "@cucumber/cucumber": {
  1666. "optional": true
  1667. },
  1668. "@jest/globals": {
  1669. "optional": true
  1670. },
  1671. "@playwright/test": {
  1672. "optional": true
  1673. },
  1674. "@testing-library/vue": {
  1675. "optional": true
  1676. },
  1677. "@vitest/ui": {
  1678. "optional": true
  1679. },
  1680. "@vue/test-utils": {
  1681. "optional": true
  1682. },
  1683. "happy-dom": {
  1684. "optional": true
  1685. },
  1686. "jsdom": {
  1687. "optional": true
  1688. },
  1689. "playwright-core": {
  1690. "optional": true
  1691. },
  1692. "vitest": {
  1693. "optional": true
  1694. }
  1695. }
  1696. },
  1697. "node_modules/@nuxt/vite-builder": {
  1698. "version": "3.13.2",
  1699. "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.13.2.tgz",
  1700. "integrity": "sha512-3dzc3YH3UeTmzGtCevW1jTq0Q8/cm+yXqo/VS/EFM3aIO/tuNPS88is8ZF2YeBButFnLFllq/QenziPbq0YD6Q==",
  1701. "dependencies": {
  1702. "@nuxt/kit": "3.13.2",
  1703. "@rollup/plugin-replace": "^5.0.7",
  1704. "@vitejs/plugin-vue": "^5.1.3",
  1705. "@vitejs/plugin-vue-jsx": "^4.0.1",
  1706. "autoprefixer": "^10.4.20",
  1707. "clear": "^0.1.0",
  1708. "consola": "^3.2.3",
  1709. "cssnano": "^7.0.6",
  1710. "defu": "^6.1.4",
  1711. "esbuild": "^0.23.1",
  1712. "escape-string-regexp": "^5.0.0",
  1713. "estree-walker": "^3.0.3",
  1714. "externality": "^1.0.2",
  1715. "get-port-please": "^3.1.2",
  1716. "h3": "^1.12.0",
  1717. "knitwork": "^1.1.0",
  1718. "magic-string": "^0.30.11",
  1719. "mlly": "^1.7.1",
  1720. "ohash": "^1.1.4",
  1721. "pathe": "^1.1.2",
  1722. "perfect-debounce": "^1.0.0",
  1723. "pkg-types": "^1.2.0",
  1724. "postcss": "^8.4.47",
  1725. "rollup-plugin-visualizer": "^5.12.0",
  1726. "std-env": "^3.7.0",
  1727. "strip-literal": "^2.1.0",
  1728. "ufo": "^1.5.4",
  1729. "unenv": "^1.10.0",
  1730. "unplugin": "^1.14.1",
  1731. "vite": "^5.4.5",
  1732. "vite-node": "^2.1.1",
  1733. "vite-plugin-checker": "^0.8.0",
  1734. "vue-bundle-renderer": "^2.1.0"
  1735. },
  1736. "engines": {
  1737. "node": "^14.18.0 || >=16.10.0"
  1738. },
  1739. "peerDependencies": {
  1740. "vue": "^3.3.4"
  1741. }
  1742. },
  1743. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/aix-ppc64": {
  1744. "version": "0.23.1",
  1745. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz",
  1746. "integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==",
  1747. "cpu": [
  1748. "ppc64"
  1749. ],
  1750. "optional": true,
  1751. "os": [
  1752. "aix"
  1753. ],
  1754. "engines": {
  1755. "node": ">=18"
  1756. }
  1757. },
  1758. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-arm": {
  1759. "version": "0.23.1",
  1760. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.1.tgz",
  1761. "integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==",
  1762. "cpu": [
  1763. "arm"
  1764. ],
  1765. "optional": true,
  1766. "os": [
  1767. "android"
  1768. ],
  1769. "engines": {
  1770. "node": ">=18"
  1771. }
  1772. },
  1773. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-arm64": {
  1774. "version": "0.23.1",
  1775. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz",
  1776. "integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==",
  1777. "cpu": [
  1778. "arm64"
  1779. ],
  1780. "optional": true,
  1781. "os": [
  1782. "android"
  1783. ],
  1784. "engines": {
  1785. "node": ">=18"
  1786. }
  1787. },
  1788. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-x64": {
  1789. "version": "0.23.1",
  1790. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.1.tgz",
  1791. "integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==",
  1792. "cpu": [
  1793. "x64"
  1794. ],
  1795. "optional": true,
  1796. "os": [
  1797. "android"
  1798. ],
  1799. "engines": {
  1800. "node": ">=18"
  1801. }
  1802. },
  1803. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/darwin-arm64": {
  1804. "version": "0.23.1",
  1805. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz",
  1806. "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==",
  1807. "cpu": [
  1808. "arm64"
  1809. ],
  1810. "optional": true,
  1811. "os": [
  1812. "darwin"
  1813. ],
  1814. "engines": {
  1815. "node": ">=18"
  1816. }
  1817. },
  1818. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/darwin-x64": {
  1819. "version": "0.23.1",
  1820. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz",
  1821. "integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==",
  1822. "cpu": [
  1823. "x64"
  1824. ],
  1825. "optional": true,
  1826. "os": [
  1827. "darwin"
  1828. ],
  1829. "engines": {
  1830. "node": ">=18"
  1831. }
  1832. },
  1833. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/freebsd-arm64": {
  1834. "version": "0.23.1",
  1835. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz",
  1836. "integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==",
  1837. "cpu": [
  1838. "arm64"
  1839. ],
  1840. "optional": true,
  1841. "os": [
  1842. "freebsd"
  1843. ],
  1844. "engines": {
  1845. "node": ">=18"
  1846. }
  1847. },
  1848. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/freebsd-x64": {
  1849. "version": "0.23.1",
  1850. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz",
  1851. "integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==",
  1852. "cpu": [
  1853. "x64"
  1854. ],
  1855. "optional": true,
  1856. "os": [
  1857. "freebsd"
  1858. ],
  1859. "engines": {
  1860. "node": ">=18"
  1861. }
  1862. },
  1863. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-arm": {
  1864. "version": "0.23.1",
  1865. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz",
  1866. "integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==",
  1867. "cpu": [
  1868. "arm"
  1869. ],
  1870. "optional": true,
  1871. "os": [
  1872. "linux"
  1873. ],
  1874. "engines": {
  1875. "node": ">=18"
  1876. }
  1877. },
  1878. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-arm64": {
  1879. "version": "0.23.1",
  1880. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz",
  1881. "integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==",
  1882. "cpu": [
  1883. "arm64"
  1884. ],
  1885. "optional": true,
  1886. "os": [
  1887. "linux"
  1888. ],
  1889. "engines": {
  1890. "node": ">=18"
  1891. }
  1892. },
  1893. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-ia32": {
  1894. "version": "0.23.1",
  1895. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz",
  1896. "integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==",
  1897. "cpu": [
  1898. "ia32"
  1899. ],
  1900. "optional": true,
  1901. "os": [
  1902. "linux"
  1903. ],
  1904. "engines": {
  1905. "node": ">=18"
  1906. }
  1907. },
  1908. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-loong64": {
  1909. "version": "0.23.1",
  1910. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz",
  1911. "integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==",
  1912. "cpu": [
  1913. "loong64"
  1914. ],
  1915. "optional": true,
  1916. "os": [
  1917. "linux"
  1918. ],
  1919. "engines": {
  1920. "node": ">=18"
  1921. }
  1922. },
  1923. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-mips64el": {
  1924. "version": "0.23.1",
  1925. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz",
  1926. "integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==",
  1927. "cpu": [
  1928. "mips64el"
  1929. ],
  1930. "optional": true,
  1931. "os": [
  1932. "linux"
  1933. ],
  1934. "engines": {
  1935. "node": ">=18"
  1936. }
  1937. },
  1938. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-ppc64": {
  1939. "version": "0.23.1",
  1940. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz",
  1941. "integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==",
  1942. "cpu": [
  1943. "ppc64"
  1944. ],
  1945. "optional": true,
  1946. "os": [
  1947. "linux"
  1948. ],
  1949. "engines": {
  1950. "node": ">=18"
  1951. }
  1952. },
  1953. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-riscv64": {
  1954. "version": "0.23.1",
  1955. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz",
  1956. "integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==",
  1957. "cpu": [
  1958. "riscv64"
  1959. ],
  1960. "optional": true,
  1961. "os": [
  1962. "linux"
  1963. ],
  1964. "engines": {
  1965. "node": ">=18"
  1966. }
  1967. },
  1968. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-s390x": {
  1969. "version": "0.23.1",
  1970. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz",
  1971. "integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==",
  1972. "cpu": [
  1973. "s390x"
  1974. ],
  1975. "optional": true,
  1976. "os": [
  1977. "linux"
  1978. ],
  1979. "engines": {
  1980. "node": ">=18"
  1981. }
  1982. },
  1983. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-x64": {
  1984. "version": "0.23.1",
  1985. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz",
  1986. "integrity": "sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==",
  1987. "cpu": [
  1988. "x64"
  1989. ],
  1990. "optional": true,
  1991. "os": [
  1992. "linux"
  1993. ],
  1994. "engines": {
  1995. "node": ">=18"
  1996. }
  1997. },
  1998. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/netbsd-x64": {
  1999. "version": "0.23.1",
  2000. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz",
  2001. "integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==",
  2002. "cpu": [
  2003. "x64"
  2004. ],
  2005. "optional": true,
  2006. "os": [
  2007. "netbsd"
  2008. ],
  2009. "engines": {
  2010. "node": ">=18"
  2011. }
  2012. },
  2013. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/openbsd-x64": {
  2014. "version": "0.23.1",
  2015. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz",
  2016. "integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==",
  2017. "cpu": [
  2018. "x64"
  2019. ],
  2020. "optional": true,
  2021. "os": [
  2022. "openbsd"
  2023. ],
  2024. "engines": {
  2025. "node": ">=18"
  2026. }
  2027. },
  2028. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/sunos-x64": {
  2029. "version": "0.23.1",
  2030. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz",
  2031. "integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==",
  2032. "cpu": [
  2033. "x64"
  2034. ],
  2035. "optional": true,
  2036. "os": [
  2037. "sunos"
  2038. ],
  2039. "engines": {
  2040. "node": ">=18"
  2041. }
  2042. },
  2043. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-arm64": {
  2044. "version": "0.23.1",
  2045. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz",
  2046. "integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==",
  2047. "cpu": [
  2048. "arm64"
  2049. ],
  2050. "optional": true,
  2051. "os": [
  2052. "win32"
  2053. ],
  2054. "engines": {
  2055. "node": ">=18"
  2056. }
  2057. },
  2058. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-ia32": {
  2059. "version": "0.23.1",
  2060. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz",
  2061. "integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==",
  2062. "cpu": [
  2063. "ia32"
  2064. ],
  2065. "optional": true,
  2066. "os": [
  2067. "win32"
  2068. ],
  2069. "engines": {
  2070. "node": ">=18"
  2071. }
  2072. },
  2073. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-x64": {
  2074. "version": "0.23.1",
  2075. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz",
  2076. "integrity": "sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==",
  2077. "cpu": [
  2078. "x64"
  2079. ],
  2080. "optional": true,
  2081. "os": [
  2082. "win32"
  2083. ],
  2084. "engines": {
  2085. "node": ">=18"
  2086. }
  2087. },
  2088. "node_modules/@nuxt/vite-builder/node_modules/esbuild": {
  2089. "version": "0.23.1",
  2090. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.23.1.tgz",
  2091. "integrity": "sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==",
  2092. "hasInstallScript": true,
  2093. "bin": {
  2094. "esbuild": "bin/esbuild"
  2095. },
  2096. "engines": {
  2097. "node": ">=18"
  2098. },
  2099. "optionalDependencies": {
  2100. "@esbuild/aix-ppc64": "0.23.1",
  2101. "@esbuild/android-arm": "0.23.1",
  2102. "@esbuild/android-arm64": "0.23.1",
  2103. "@esbuild/android-x64": "0.23.1",
  2104. "@esbuild/darwin-arm64": "0.23.1",
  2105. "@esbuild/darwin-x64": "0.23.1",
  2106. "@esbuild/freebsd-arm64": "0.23.1",
  2107. "@esbuild/freebsd-x64": "0.23.1",
  2108. "@esbuild/linux-arm": "0.23.1",
  2109. "@esbuild/linux-arm64": "0.23.1",
  2110. "@esbuild/linux-ia32": "0.23.1",
  2111. "@esbuild/linux-loong64": "0.23.1",
  2112. "@esbuild/linux-mips64el": "0.23.1",
  2113. "@esbuild/linux-ppc64": "0.23.1",
  2114. "@esbuild/linux-riscv64": "0.23.1",
  2115. "@esbuild/linux-s390x": "0.23.1",
  2116. "@esbuild/linux-x64": "0.23.1",
  2117. "@esbuild/netbsd-x64": "0.23.1",
  2118. "@esbuild/openbsd-arm64": "0.23.1",
  2119. "@esbuild/openbsd-x64": "0.23.1",
  2120. "@esbuild/sunos-x64": "0.23.1",
  2121. "@esbuild/win32-arm64": "0.23.1",
  2122. "@esbuild/win32-ia32": "0.23.1",
  2123. "@esbuild/win32-x64": "0.23.1"
  2124. }
  2125. },
  2126. "node_modules/@one-ini/wasm": {
  2127. "version": "0.1.1",
  2128. "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz",
  2129. "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==",
  2130. "dev": true
  2131. },
  2132. "node_modules/@parcel/watcher": {
  2133. "version": "2.4.1",
  2134. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.4.1.tgz",
  2135. "integrity": "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==",
  2136. "dependencies": {
  2137. "detect-libc": "^1.0.3",
  2138. "is-glob": "^4.0.3",
  2139. "micromatch": "^4.0.5",
  2140. "node-addon-api": "^7.0.0"
  2141. },
  2142. "engines": {
  2143. "node": ">= 10.0.0"
  2144. },
  2145. "funding": {
  2146. "type": "opencollective",
  2147. "url": "https://opencollective.com/parcel"
  2148. },
  2149. "optionalDependencies": {
  2150. "@parcel/watcher-android-arm64": "2.4.1",
  2151. "@parcel/watcher-darwin-arm64": "2.4.1",
  2152. "@parcel/watcher-darwin-x64": "2.4.1",
  2153. "@parcel/watcher-freebsd-x64": "2.4.1",
  2154. "@parcel/watcher-linux-arm-glibc": "2.4.1",
  2155. "@parcel/watcher-linux-arm64-glibc": "2.4.1",
  2156. "@parcel/watcher-linux-arm64-musl": "2.4.1",
  2157. "@parcel/watcher-linux-x64-glibc": "2.4.1",
  2158. "@parcel/watcher-linux-x64-musl": "2.4.1",
  2159. "@parcel/watcher-win32-arm64": "2.4.1",
  2160. "@parcel/watcher-win32-ia32": "2.4.1",
  2161. "@parcel/watcher-win32-x64": "2.4.1"
  2162. }
  2163. },
  2164. "node_modules/@parcel/watcher-android-arm64": {
  2165. "version": "2.4.1",
  2166. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz",
  2167. "integrity": "sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==",
  2168. "cpu": [
  2169. "arm64"
  2170. ],
  2171. "optional": true,
  2172. "os": [
  2173. "android"
  2174. ],
  2175. "engines": {
  2176. "node": ">= 10.0.0"
  2177. },
  2178. "funding": {
  2179. "type": "opencollective",
  2180. "url": "https://opencollective.com/parcel"
  2181. }
  2182. },
  2183. "node_modules/@parcel/watcher-darwin-arm64": {
  2184. "version": "2.4.1",
  2185. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.4.1.tgz",
  2186. "integrity": "sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==",
  2187. "cpu": [
  2188. "arm64"
  2189. ],
  2190. "optional": true,
  2191. "os": [
  2192. "darwin"
  2193. ],
  2194. "engines": {
  2195. "node": ">= 10.0.0"
  2196. },
  2197. "funding": {
  2198. "type": "opencollective",
  2199. "url": "https://opencollective.com/parcel"
  2200. }
  2201. },
  2202. "node_modules/@parcel/watcher-darwin-x64": {
  2203. "version": "2.4.1",
  2204. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.4.1.tgz",
  2205. "integrity": "sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==",
  2206. "cpu": [
  2207. "x64"
  2208. ],
  2209. "optional": true,
  2210. "os": [
  2211. "darwin"
  2212. ],
  2213. "engines": {
  2214. "node": ">= 10.0.0"
  2215. },
  2216. "funding": {
  2217. "type": "opencollective",
  2218. "url": "https://opencollective.com/parcel"
  2219. }
  2220. },
  2221. "node_modules/@parcel/watcher-freebsd-x64": {
  2222. "version": "2.4.1",
  2223. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.4.1.tgz",
  2224. "integrity": "sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==",
  2225. "cpu": [
  2226. "x64"
  2227. ],
  2228. "optional": true,
  2229. "os": [
  2230. "freebsd"
  2231. ],
  2232. "engines": {
  2233. "node": ">= 10.0.0"
  2234. },
  2235. "funding": {
  2236. "type": "opencollective",
  2237. "url": "https://opencollective.com/parcel"
  2238. }
  2239. },
  2240. "node_modules/@parcel/watcher-linux-arm-glibc": {
  2241. "version": "2.4.1",
  2242. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.4.1.tgz",
  2243. "integrity": "sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==",
  2244. "cpu": [
  2245. "arm"
  2246. ],
  2247. "optional": true,
  2248. "os": [
  2249. "linux"
  2250. ],
  2251. "engines": {
  2252. "node": ">= 10.0.0"
  2253. },
  2254. "funding": {
  2255. "type": "opencollective",
  2256. "url": "https://opencollective.com/parcel"
  2257. }
  2258. },
  2259. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  2260. "version": "2.4.1",
  2261. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.4.1.tgz",
  2262. "integrity": "sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==",
  2263. "cpu": [
  2264. "arm64"
  2265. ],
  2266. "optional": true,
  2267. "os": [
  2268. "linux"
  2269. ],
  2270. "engines": {
  2271. "node": ">= 10.0.0"
  2272. },
  2273. "funding": {
  2274. "type": "opencollective",
  2275. "url": "https://opencollective.com/parcel"
  2276. }
  2277. },
  2278. "node_modules/@parcel/watcher-linux-arm64-musl": {
  2279. "version": "2.4.1",
  2280. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.4.1.tgz",
  2281. "integrity": "sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==",
  2282. "cpu": [
  2283. "arm64"
  2284. ],
  2285. "optional": true,
  2286. "os": [
  2287. "linux"
  2288. ],
  2289. "engines": {
  2290. "node": ">= 10.0.0"
  2291. },
  2292. "funding": {
  2293. "type": "opencollective",
  2294. "url": "https://opencollective.com/parcel"
  2295. }
  2296. },
  2297. "node_modules/@parcel/watcher-linux-x64-glibc": {
  2298. "version": "2.4.1",
  2299. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz",
  2300. "integrity": "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==",
  2301. "cpu": [
  2302. "x64"
  2303. ],
  2304. "optional": true,
  2305. "os": [
  2306. "linux"
  2307. ],
  2308. "engines": {
  2309. "node": ">= 10.0.0"
  2310. },
  2311. "funding": {
  2312. "type": "opencollective",
  2313. "url": "https://opencollective.com/parcel"
  2314. }
  2315. },
  2316. "node_modules/@parcel/watcher-linux-x64-musl": {
  2317. "version": "2.4.1",
  2318. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz",
  2319. "integrity": "sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==",
  2320. "cpu": [
  2321. "x64"
  2322. ],
  2323. "optional": true,
  2324. "os": [
  2325. "linux"
  2326. ],
  2327. "engines": {
  2328. "node": ">= 10.0.0"
  2329. },
  2330. "funding": {
  2331. "type": "opencollective",
  2332. "url": "https://opencollective.com/parcel"
  2333. }
  2334. },
  2335. "node_modules/@parcel/watcher-wasm": {
  2336. "version": "2.4.1",
  2337. "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.4.1.tgz",
  2338. "integrity": "sha512-/ZR0RxqxU/xxDGzbzosMjh4W6NdYFMqq2nvo2b8SLi7rsl/4jkL8S5stIikorNkdR50oVDvqb/3JT05WM+CRRA==",
  2339. "bundleDependencies": [
  2340. "napi-wasm"
  2341. ],
  2342. "dependencies": {
  2343. "is-glob": "^4.0.3",
  2344. "micromatch": "^4.0.5",
  2345. "napi-wasm": "^1.1.0"
  2346. },
  2347. "engines": {
  2348. "node": ">= 10.0.0"
  2349. },
  2350. "funding": {
  2351. "type": "opencollective",
  2352. "url": "https://opencollective.com/parcel"
  2353. }
  2354. },
  2355. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  2356. "version": "1.1.0",
  2357. "inBundle": true,
  2358. "license": "MIT"
  2359. },
  2360. "node_modules/@parcel/watcher-win32-arm64": {
  2361. "version": "2.4.1",
  2362. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz",
  2363. "integrity": "sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==",
  2364. "cpu": [
  2365. "arm64"
  2366. ],
  2367. "optional": true,
  2368. "os": [
  2369. "win32"
  2370. ],
  2371. "engines": {
  2372. "node": ">= 10.0.0"
  2373. },
  2374. "funding": {
  2375. "type": "opencollective",
  2376. "url": "https://opencollective.com/parcel"
  2377. }
  2378. },
  2379. "node_modules/@parcel/watcher-win32-ia32": {
  2380. "version": "2.4.1",
  2381. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.4.1.tgz",
  2382. "integrity": "sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==",
  2383. "cpu": [
  2384. "ia32"
  2385. ],
  2386. "optional": true,
  2387. "os": [
  2388. "win32"
  2389. ],
  2390. "engines": {
  2391. "node": ">= 10.0.0"
  2392. },
  2393. "funding": {
  2394. "type": "opencollective",
  2395. "url": "https://opencollective.com/parcel"
  2396. }
  2397. },
  2398. "node_modules/@parcel/watcher-win32-x64": {
  2399. "version": "2.4.1",
  2400. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.1.tgz",
  2401. "integrity": "sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==",
  2402. "cpu": [
  2403. "x64"
  2404. ],
  2405. "optional": true,
  2406. "os": [
  2407. "win32"
  2408. ],
  2409. "engines": {
  2410. "node": ">= 10.0.0"
  2411. },
  2412. "funding": {
  2413. "type": "opencollective",
  2414. "url": "https://opencollective.com/parcel"
  2415. }
  2416. },
  2417. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  2418. "version": "1.0.3",
  2419. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  2420. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  2421. "bin": {
  2422. "detect-libc": "bin/detect-libc.js"
  2423. },
  2424. "engines": {
  2425. "node": ">=0.10"
  2426. }
  2427. },
  2428. "node_modules/@pinia/nuxt": {
  2429. "version": "0.5.5",
  2430. "resolved": "https://registry.npmjs.org/@pinia/nuxt/-/nuxt-0.5.5.tgz",
  2431. "integrity": "sha512-wjxS7YqIesh4OLK+qE3ZjhdOJ5pYZQ+VlEmZNtTwzQn1Kavei/khovx7mzXVXNA/mvSPXVhb9xBzhyS3XMURtw==",
  2432. "dependencies": {
  2433. "@nuxt/kit": "^3.9.0",
  2434. "pinia": "^2.2.3"
  2435. },
  2436. "funding": {
  2437. "url": "https://github.com/sponsors/posva"
  2438. }
  2439. },
  2440. "node_modules/@pkgjs/parseargs": {
  2441. "version": "0.11.0",
  2442. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  2443. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  2444. "optional": true,
  2445. "engines": {
  2446. "node": ">=14"
  2447. }
  2448. },
  2449. "node_modules/@playwright/test": {
  2450. "version": "1.48.1",
  2451. "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.1.tgz",
  2452. "integrity": "sha512-s9RtWoxkOLmRJdw3oFvhFbs9OJS0BzrLUc8Hf6l2UdCNd1rqeEyD4BhCJkvzeEoD1FsK4mirsWwGerhVmYKtZg==",
  2453. "dev": true,
  2454. "dependencies": {
  2455. "playwright": "1.48.1"
  2456. },
  2457. "bin": {
  2458. "playwright": "cli.js"
  2459. },
  2460. "engines": {
  2461. "node": ">=18"
  2462. }
  2463. },
  2464. "node_modules/@polka/url": {
  2465. "version": "1.0.0-next.28",
  2466. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.28.tgz",
  2467. "integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw=="
  2468. },
  2469. "node_modules/@rollup/plugin-alias": {
  2470. "version": "5.1.1",
  2471. "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.1.tgz",
  2472. "integrity": "sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==",
  2473. "engines": {
  2474. "node": ">=14.0.0"
  2475. },
  2476. "peerDependencies": {
  2477. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2478. },
  2479. "peerDependenciesMeta": {
  2480. "rollup": {
  2481. "optional": true
  2482. }
  2483. }
  2484. },
  2485. "node_modules/@rollup/plugin-commonjs": {
  2486. "version": "25.0.8",
  2487. "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.8.tgz",
  2488. "integrity": "sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==",
  2489. "dependencies": {
  2490. "@rollup/pluginutils": "^5.0.1",
  2491. "commondir": "^1.0.1",
  2492. "estree-walker": "^2.0.2",
  2493. "glob": "^8.0.3",
  2494. "is-reference": "1.2.1",
  2495. "magic-string": "^0.30.3"
  2496. },
  2497. "engines": {
  2498. "node": ">=14.0.0"
  2499. },
  2500. "peerDependencies": {
  2501. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  2502. },
  2503. "peerDependenciesMeta": {
  2504. "rollup": {
  2505. "optional": true
  2506. }
  2507. }
  2508. },
  2509. "node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": {
  2510. "version": "2.0.2",
  2511. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2512. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2513. },
  2514. "node_modules/@rollup/plugin-inject": {
  2515. "version": "5.0.5",
  2516. "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  2517. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  2518. "dependencies": {
  2519. "@rollup/pluginutils": "^5.0.1",
  2520. "estree-walker": "^2.0.2",
  2521. "magic-string": "^0.30.3"
  2522. },
  2523. "engines": {
  2524. "node": ">=14.0.0"
  2525. },
  2526. "peerDependencies": {
  2527. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2528. },
  2529. "peerDependenciesMeta": {
  2530. "rollup": {
  2531. "optional": true
  2532. }
  2533. }
  2534. },
  2535. "node_modules/@rollup/plugin-inject/node_modules/estree-walker": {
  2536. "version": "2.0.2",
  2537. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2538. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2539. },
  2540. "node_modules/@rollup/plugin-json": {
  2541. "version": "6.1.0",
  2542. "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  2543. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  2544. "dependencies": {
  2545. "@rollup/pluginutils": "^5.1.0"
  2546. },
  2547. "engines": {
  2548. "node": ">=14.0.0"
  2549. },
  2550. "peerDependencies": {
  2551. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2552. },
  2553. "peerDependenciesMeta": {
  2554. "rollup": {
  2555. "optional": true
  2556. }
  2557. }
  2558. },
  2559. "node_modules/@rollup/plugin-node-resolve": {
  2560. "version": "15.3.0",
  2561. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.0.tgz",
  2562. "integrity": "sha512-9eO5McEICxMzJpDW9OnMYSv4Sta3hmt7VtBFz5zR9273suNOydOyq/FrGeGy+KsTRFm8w0SLVhzig2ILFT63Ag==",
  2563. "dependencies": {
  2564. "@rollup/pluginutils": "^5.0.1",
  2565. "@types/resolve": "1.20.2",
  2566. "deepmerge": "^4.2.2",
  2567. "is-module": "^1.0.0",
  2568. "resolve": "^1.22.1"
  2569. },
  2570. "engines": {
  2571. "node": ">=14.0.0"
  2572. },
  2573. "peerDependencies": {
  2574. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  2575. },
  2576. "peerDependenciesMeta": {
  2577. "rollup": {
  2578. "optional": true
  2579. }
  2580. }
  2581. },
  2582. "node_modules/@rollup/plugin-replace": {
  2583. "version": "5.0.7",
  2584. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.7.tgz",
  2585. "integrity": "sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==",
  2586. "dependencies": {
  2587. "@rollup/pluginutils": "^5.0.1",
  2588. "magic-string": "^0.30.3"
  2589. },
  2590. "engines": {
  2591. "node": ">=14.0.0"
  2592. },
  2593. "peerDependencies": {
  2594. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2595. },
  2596. "peerDependenciesMeta": {
  2597. "rollup": {
  2598. "optional": true
  2599. }
  2600. }
  2601. },
  2602. "node_modules/@rollup/plugin-terser": {
  2603. "version": "0.4.4",
  2604. "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
  2605. "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
  2606. "dependencies": {
  2607. "serialize-javascript": "^6.0.1",
  2608. "smob": "^1.0.0",
  2609. "terser": "^5.17.4"
  2610. },
  2611. "engines": {
  2612. "node": ">=14.0.0"
  2613. },
  2614. "peerDependencies": {
  2615. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  2616. },
  2617. "peerDependenciesMeta": {
  2618. "rollup": {
  2619. "optional": true
  2620. }
  2621. }
  2622. },
  2623. "node_modules/@rollup/pluginutils": {
  2624. "version": "5.1.2",
  2625. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.2.tgz",
  2626. "integrity": "sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==",
  2627. "dependencies": {
  2628. "@types/estree": "^1.0.0",
  2629. "estree-walker": "^2.0.2",
  2630. "picomatch": "^2.3.1"
  2631. },
  2632. "engines": {
  2633. "node": ">=14.0.0"
  2634. },
  2635. "peerDependencies": {
  2636. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2637. },
  2638. "peerDependenciesMeta": {
  2639. "rollup": {
  2640. "optional": true
  2641. }
  2642. }
  2643. },
  2644. "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
  2645. "version": "2.0.2",
  2646. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2647. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2648. },
  2649. "node_modules/@rollup/rollup-android-arm-eabi": {
  2650. "version": "4.24.0",
  2651. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.0.tgz",
  2652. "integrity": "sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==",
  2653. "cpu": [
  2654. "arm"
  2655. ],
  2656. "optional": true,
  2657. "os": [
  2658. "android"
  2659. ]
  2660. },
  2661. "node_modules/@rollup/rollup-android-arm64": {
  2662. "version": "4.24.0",
  2663. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.0.tgz",
  2664. "integrity": "sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==",
  2665. "cpu": [
  2666. "arm64"
  2667. ],
  2668. "optional": true,
  2669. "os": [
  2670. "android"
  2671. ]
  2672. },
  2673. "node_modules/@rollup/rollup-darwin-arm64": {
  2674. "version": "4.24.0",
  2675. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.0.tgz",
  2676. "integrity": "sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==",
  2677. "cpu": [
  2678. "arm64"
  2679. ],
  2680. "optional": true,
  2681. "os": [
  2682. "darwin"
  2683. ]
  2684. },
  2685. "node_modules/@rollup/rollup-darwin-x64": {
  2686. "version": "4.24.0",
  2687. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.0.tgz",
  2688. "integrity": "sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==",
  2689. "cpu": [
  2690. "x64"
  2691. ],
  2692. "optional": true,
  2693. "os": [
  2694. "darwin"
  2695. ]
  2696. },
  2697. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  2698. "version": "4.24.0",
  2699. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.0.tgz",
  2700. "integrity": "sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==",
  2701. "cpu": [
  2702. "arm"
  2703. ],
  2704. "optional": true,
  2705. "os": [
  2706. "linux"
  2707. ]
  2708. },
  2709. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  2710. "version": "4.24.0",
  2711. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.0.tgz",
  2712. "integrity": "sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==",
  2713. "cpu": [
  2714. "arm"
  2715. ],
  2716. "optional": true,
  2717. "os": [
  2718. "linux"
  2719. ]
  2720. },
  2721. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  2722. "version": "4.24.0",
  2723. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.0.tgz",
  2724. "integrity": "sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==",
  2725. "cpu": [
  2726. "arm64"
  2727. ],
  2728. "optional": true,
  2729. "os": [
  2730. "linux"
  2731. ]
  2732. },
  2733. "node_modules/@rollup/rollup-linux-arm64-musl": {
  2734. "version": "4.24.0",
  2735. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.0.tgz",
  2736. "integrity": "sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==",
  2737. "cpu": [
  2738. "arm64"
  2739. ],
  2740. "optional": true,
  2741. "os": [
  2742. "linux"
  2743. ]
  2744. },
  2745. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  2746. "version": "4.24.0",
  2747. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.0.tgz",
  2748. "integrity": "sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==",
  2749. "cpu": [
  2750. "ppc64"
  2751. ],
  2752. "optional": true,
  2753. "os": [
  2754. "linux"
  2755. ]
  2756. },
  2757. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  2758. "version": "4.24.0",
  2759. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.0.tgz",
  2760. "integrity": "sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==",
  2761. "cpu": [
  2762. "riscv64"
  2763. ],
  2764. "optional": true,
  2765. "os": [
  2766. "linux"
  2767. ]
  2768. },
  2769. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  2770. "version": "4.24.0",
  2771. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.0.tgz",
  2772. "integrity": "sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==",
  2773. "cpu": [
  2774. "s390x"
  2775. ],
  2776. "optional": true,
  2777. "os": [
  2778. "linux"
  2779. ]
  2780. },
  2781. "node_modules/@rollup/rollup-linux-x64-gnu": {
  2782. "version": "4.24.0",
  2783. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz",
  2784. "integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==",
  2785. "cpu": [
  2786. "x64"
  2787. ],
  2788. "optional": true,
  2789. "os": [
  2790. "linux"
  2791. ]
  2792. },
  2793. "node_modules/@rollup/rollup-linux-x64-musl": {
  2794. "version": "4.24.0",
  2795. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.0.tgz",
  2796. "integrity": "sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==",
  2797. "cpu": [
  2798. "x64"
  2799. ],
  2800. "optional": true,
  2801. "os": [
  2802. "linux"
  2803. ]
  2804. },
  2805. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  2806. "version": "4.24.0",
  2807. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.0.tgz",
  2808. "integrity": "sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==",
  2809. "cpu": [
  2810. "arm64"
  2811. ],
  2812. "optional": true,
  2813. "os": [
  2814. "win32"
  2815. ]
  2816. },
  2817. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  2818. "version": "4.24.0",
  2819. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.0.tgz",
  2820. "integrity": "sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==",
  2821. "cpu": [
  2822. "ia32"
  2823. ],
  2824. "optional": true,
  2825. "os": [
  2826. "win32"
  2827. ]
  2828. },
  2829. "node_modules/@rollup/rollup-win32-x64-msvc": {
  2830. "version": "4.24.0",
  2831. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.0.tgz",
  2832. "integrity": "sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==",
  2833. "cpu": [
  2834. "x64"
  2835. ],
  2836. "optional": true,
  2837. "os": [
  2838. "win32"
  2839. ]
  2840. },
  2841. "node_modules/@sindresorhus/merge-streams": {
  2842. "version": "2.3.0",
  2843. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
  2844. "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
  2845. "engines": {
  2846. "node": ">=18"
  2847. },
  2848. "funding": {
  2849. "url": "https://github.com/sponsors/sindresorhus"
  2850. }
  2851. },
  2852. "node_modules/@trysound/sax": {
  2853. "version": "0.2.0",
  2854. "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
  2855. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  2856. "engines": {
  2857. "node": ">=10.13.0"
  2858. }
  2859. },
  2860. "node_modules/@types/estree": {
  2861. "version": "1.0.6",
  2862. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
  2863. "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw=="
  2864. },
  2865. "node_modules/@types/http-proxy": {
  2866. "version": "1.17.15",
  2867. "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.15.tgz",
  2868. "integrity": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==",
  2869. "dependencies": {
  2870. "@types/node": "*"
  2871. }
  2872. },
  2873. "node_modules/@types/node": {
  2874. "version": "22.7.5",
  2875. "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz",
  2876. "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==",
  2877. "dependencies": {
  2878. "undici-types": "~6.19.2"
  2879. }
  2880. },
  2881. "node_modules/@types/resolve": {
  2882. "version": "1.20.2",
  2883. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
  2884. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q=="
  2885. },
  2886. "node_modules/@types/web-bluetooth": {
  2887. "version": "0.0.20",
  2888. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  2889. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  2890. "dev": true
  2891. },
  2892. "node_modules/@unhead/dom": {
  2893. "version": "1.11.10",
  2894. "resolved": "https://registry.npmjs.org/@unhead/dom/-/dom-1.11.10.tgz",
  2895. "integrity": "sha512-nL1mdRzYVATZIYauK15zOI2YyM3YxCLfhbTqljEjDFJeiJUzTTi+a//5FHiUk84ewSucFnrwHNey/pEXFlyY1A==",
  2896. "dependencies": {
  2897. "@unhead/schema": "1.11.10",
  2898. "@unhead/shared": "1.11.10"
  2899. },
  2900. "funding": {
  2901. "url": "https://github.com/sponsors/harlan-zw"
  2902. }
  2903. },
  2904. "node_modules/@unhead/schema": {
  2905. "version": "1.11.10",
  2906. "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.11.10.tgz",
  2907. "integrity": "sha512-lXh7cm5XtFaw3gc+ZVXTSfIHXiBpAywbjtEiOsz5TR4GxOjj2rtfOAl4C3Difk1yupP6L2otYmOZdn/i8EXSJg==",
  2908. "dependencies": {
  2909. "hookable": "^5.5.3",
  2910. "zhead": "^2.2.4"
  2911. },
  2912. "funding": {
  2913. "url": "https://github.com/sponsors/harlan-zw"
  2914. }
  2915. },
  2916. "node_modules/@unhead/shared": {
  2917. "version": "1.11.10",
  2918. "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.11.10.tgz",
  2919. "integrity": "sha512-YQgZcOyo1id7drUeDPGn0R83pirvIcV+Car3/m7ZfCLL1Syab6uXmRckVRd69yVbUL4eirIm9IzzmvzM/OuGuw==",
  2920. "dependencies": {
  2921. "@unhead/schema": "1.11.10"
  2922. },
  2923. "funding": {
  2924. "url": "https://github.com/sponsors/harlan-zw"
  2925. }
  2926. },
  2927. "node_modules/@unhead/ssr": {
  2928. "version": "1.11.10",
  2929. "resolved": "https://registry.npmjs.org/@unhead/ssr/-/ssr-1.11.10.tgz",
  2930. "integrity": "sha512-tj5zeJtCbSktNNqsdL+6h6OIY7dYO+2HSiC1VbofGYsoG7nDNXMypkrW/cTMqZVr5/gWhKaUgFQALjm28CflYg==",
  2931. "dependencies": {
  2932. "@unhead/schema": "1.11.10",
  2933. "@unhead/shared": "1.11.10"
  2934. },
  2935. "funding": {
  2936. "url": "https://github.com/sponsors/harlan-zw"
  2937. }
  2938. },
  2939. "node_modules/@unhead/vue": {
  2940. "version": "1.11.10",
  2941. "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-1.11.10.tgz",
  2942. "integrity": "sha512-v6ddp4YEQCNILhYrx37Yt0GKRIFeTrb3VSmTbjh+URT+ua1mwgmNFTfl2ZldtTtri3tEkwSG1/5wLRq20ma70g==",
  2943. "dependencies": {
  2944. "@unhead/schema": "1.11.10",
  2945. "@unhead/shared": "1.11.10",
  2946. "defu": "^6.1.4",
  2947. "hookable": "^5.5.3",
  2948. "unhead": "1.11.10"
  2949. },
  2950. "funding": {
  2951. "url": "https://github.com/sponsors/harlan-zw"
  2952. },
  2953. "peerDependencies": {
  2954. "vue": ">=2.7 || >=3"
  2955. }
  2956. },
  2957. "node_modules/@vercel/nft": {
  2958. "version": "0.26.5",
  2959. "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.26.5.tgz",
  2960. "integrity": "sha512-NHxohEqad6Ra/r4lGknO52uc/GrWILXAMs1BB4401GTqww0fw1bAqzpG1XHuDO+dprg4GvsD9ZLLSsdo78p9hQ==",
  2961. "dependencies": {
  2962. "@mapbox/node-pre-gyp": "^1.0.5",
  2963. "@rollup/pluginutils": "^4.0.0",
  2964. "acorn": "^8.6.0",
  2965. "acorn-import-attributes": "^1.9.2",
  2966. "async-sema": "^3.1.1",
  2967. "bindings": "^1.4.0",
  2968. "estree-walker": "2.0.2",
  2969. "glob": "^7.1.3",
  2970. "graceful-fs": "^4.2.9",
  2971. "micromatch": "^4.0.2",
  2972. "node-gyp-build": "^4.2.2",
  2973. "resolve-from": "^5.0.0"
  2974. },
  2975. "bin": {
  2976. "nft": "out/cli.js"
  2977. },
  2978. "engines": {
  2979. "node": ">=16"
  2980. }
  2981. },
  2982. "node_modules/@vercel/nft/node_modules/@rollup/pluginutils": {
  2983. "version": "4.2.1",
  2984. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
  2985. "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
  2986. "dependencies": {
  2987. "estree-walker": "^2.0.1",
  2988. "picomatch": "^2.2.2"
  2989. },
  2990. "engines": {
  2991. "node": ">= 8.0.0"
  2992. }
  2993. },
  2994. "node_modules/@vercel/nft/node_modules/brace-expansion": {
  2995. "version": "1.1.11",
  2996. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  2997. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  2998. "dependencies": {
  2999. "balanced-match": "^1.0.0",
  3000. "concat-map": "0.0.1"
  3001. }
  3002. },
  3003. "node_modules/@vercel/nft/node_modules/estree-walker": {
  3004. "version": "2.0.2",
  3005. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3006. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  3007. },
  3008. "node_modules/@vercel/nft/node_modules/glob": {
  3009. "version": "7.2.3",
  3010. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  3011. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  3012. "deprecated": "Glob versions prior to v9 are no longer supported",
  3013. "dependencies": {
  3014. "fs.realpath": "^1.0.0",
  3015. "inflight": "^1.0.4",
  3016. "inherits": "2",
  3017. "minimatch": "^3.1.1",
  3018. "once": "^1.3.0",
  3019. "path-is-absolute": "^1.0.0"
  3020. },
  3021. "engines": {
  3022. "node": "*"
  3023. },
  3024. "funding": {
  3025. "url": "https://github.com/sponsors/isaacs"
  3026. }
  3027. },
  3028. "node_modules/@vercel/nft/node_modules/minimatch": {
  3029. "version": "3.1.2",
  3030. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  3031. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  3032. "dependencies": {
  3033. "brace-expansion": "^1.1.7"
  3034. },
  3035. "engines": {
  3036. "node": "*"
  3037. }
  3038. },
  3039. "node_modules/@vitejs/plugin-vue": {
  3040. "version": "5.1.4",
  3041. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.4.tgz",
  3042. "integrity": "sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==",
  3043. "engines": {
  3044. "node": "^18.0.0 || >=20.0.0"
  3045. },
  3046. "peerDependencies": {
  3047. "vite": "^5.0.0",
  3048. "vue": "^3.2.25"
  3049. }
  3050. },
  3051. "node_modules/@vitejs/plugin-vue-jsx": {
  3052. "version": "4.0.1",
  3053. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.0.1.tgz",
  3054. "integrity": "sha512-7mg9HFGnFHMEwCdB6AY83cVK4A6sCqnrjFYF4WIlebYAQVVJ/sC/CiTruVdrRlhrFoeZ8rlMxY9wYpPTIRhhAg==",
  3055. "dependencies": {
  3056. "@babel/core": "^7.24.7",
  3057. "@babel/plugin-transform-typescript": "^7.24.7",
  3058. "@vue/babel-plugin-jsx": "^1.2.2"
  3059. },
  3060. "engines": {
  3061. "node": "^18.0.0 || >=20.0.0"
  3062. },
  3063. "peerDependencies": {
  3064. "vite": "^5.0.0",
  3065. "vue": "^3.0.0"
  3066. }
  3067. },
  3068. "node_modules/@vitest/expect": {
  3069. "version": "2.1.3",
  3070. "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.1.3.tgz",
  3071. "integrity": "sha512-SNBoPubeCJhZ48agjXruCI57DvxcsivVDdWz+SSsmjTT4QN/DfHk3zB/xKsJqMs26bLZ/pNRLnCf0j679i0uWQ==",
  3072. "dev": true,
  3073. "dependencies": {
  3074. "@vitest/spy": "2.1.3",
  3075. "@vitest/utils": "2.1.3",
  3076. "chai": "^5.1.1",
  3077. "tinyrainbow": "^1.2.0"
  3078. },
  3079. "funding": {
  3080. "url": "https://opencollective.com/vitest"
  3081. }
  3082. },
  3083. "node_modules/@vitest/mocker": {
  3084. "version": "2.1.3",
  3085. "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-2.1.3.tgz",
  3086. "integrity": "sha512-eSpdY/eJDuOvuTA3ASzCjdithHa+GIF1L4PqtEELl6Qa3XafdMLBpBlZCIUCX2J+Q6sNmjmxtosAG62fK4BlqQ==",
  3087. "dev": true,
  3088. "dependencies": {
  3089. "@vitest/spy": "2.1.3",
  3090. "estree-walker": "^3.0.3",
  3091. "magic-string": "^0.30.11"
  3092. },
  3093. "funding": {
  3094. "url": "https://opencollective.com/vitest"
  3095. },
  3096. "peerDependencies": {
  3097. "@vitest/spy": "2.1.3",
  3098. "msw": "^2.3.5",
  3099. "vite": "^5.0.0"
  3100. },
  3101. "peerDependenciesMeta": {
  3102. "msw": {
  3103. "optional": true
  3104. },
  3105. "vite": {
  3106. "optional": true
  3107. }
  3108. }
  3109. },
  3110. "node_modules/@vitest/pretty-format": {
  3111. "version": "2.1.3",
  3112. "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.1.3.tgz",
  3113. "integrity": "sha512-XH1XdtoLZCpqV59KRbPrIhFCOO0hErxrQCMcvnQete3Vibb9UeIOX02uFPfVn3Z9ZXsq78etlfyhnkmIZSzIwQ==",
  3114. "dev": true,
  3115. "dependencies": {
  3116. "tinyrainbow": "^1.2.0"
  3117. },
  3118. "funding": {
  3119. "url": "https://opencollective.com/vitest"
  3120. }
  3121. },
  3122. "node_modules/@vitest/runner": {
  3123. "version": "2.1.3",
  3124. "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.1.3.tgz",
  3125. "integrity": "sha512-JGzpWqmFJ4fq5ZKHtVO3Xuy1iF2rHGV4d/pdzgkYHm1+gOzNZtqjvyiaDGJytRyMU54qkxpNzCx+PErzJ1/JqQ==",
  3126. "dev": true,
  3127. "dependencies": {
  3128. "@vitest/utils": "2.1.3",
  3129. "pathe": "^1.1.2"
  3130. },
  3131. "funding": {
  3132. "url": "https://opencollective.com/vitest"
  3133. }
  3134. },
  3135. "node_modules/@vitest/snapshot": {
  3136. "version": "2.1.3",
  3137. "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.1.3.tgz",
  3138. "integrity": "sha512-qWC2mWc7VAXmjAkEKxrScWHWFyCQx/cmiZtuGqMi+WwqQJ2iURsVY4ZfAK6dVo6K2smKRU6l3BPwqEBvhnpQGg==",
  3139. "dev": true,
  3140. "dependencies": {
  3141. "@vitest/pretty-format": "2.1.3",
  3142. "magic-string": "^0.30.11",
  3143. "pathe": "^1.1.2"
  3144. },
  3145. "funding": {
  3146. "url": "https://opencollective.com/vitest"
  3147. }
  3148. },
  3149. "node_modules/@vitest/spy": {
  3150. "version": "2.1.3",
  3151. "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.1.3.tgz",
  3152. "integrity": "sha512-Nb2UzbcUswzeSP7JksMDaqsI43Sj5+Kry6ry6jQJT4b5gAK+NS9NED6mDb8FlMRCX8m5guaHCDZmqYMMWRy5nQ==",
  3153. "dev": true,
  3154. "dependencies": {
  3155. "tinyspy": "^3.0.0"
  3156. },
  3157. "funding": {
  3158. "url": "https://opencollective.com/vitest"
  3159. }
  3160. },
  3161. "node_modules/@vitest/utils": {
  3162. "version": "2.1.3",
  3163. "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.1.3.tgz",
  3164. "integrity": "sha512-xpiVfDSg1RrYT0tX6czgerkpcKFmFOF/gCr30+Mve5V2kewCy4Prn1/NDMSRwaSmT7PRaOF83wu+bEtsY1wrvA==",
  3165. "dev": true,
  3166. "dependencies": {
  3167. "@vitest/pretty-format": "2.1.3",
  3168. "loupe": "^3.1.1",
  3169. "tinyrainbow": "^1.2.0"
  3170. },
  3171. "funding": {
  3172. "url": "https://opencollective.com/vitest"
  3173. }
  3174. },
  3175. "node_modules/@vue-macros/common": {
  3176. "version": "1.15.0",
  3177. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-1.15.0.tgz",
  3178. "integrity": "sha512-yg5VqW7+HRfJGimdKvFYzx8zorHUYo0hzPwuraoC1DWa7HHazbTMoVsHDvk3JHa1SGfSL87fRnzmlvgjEHhszA==",
  3179. "dependencies": {
  3180. "@babel/types": "^7.25.8",
  3181. "@rollup/pluginutils": "^5.1.2",
  3182. "@vue/compiler-sfc": "^3.5.12",
  3183. "ast-kit": "^1.3.0",
  3184. "local-pkg": "^0.5.0",
  3185. "magic-string-ast": "^0.6.2"
  3186. },
  3187. "engines": {
  3188. "node": ">=16.14.0"
  3189. },
  3190. "peerDependencies": {
  3191. "vue": "^2.7.0 || ^3.2.25"
  3192. },
  3193. "peerDependenciesMeta": {
  3194. "vue": {
  3195. "optional": true
  3196. }
  3197. }
  3198. },
  3199. "node_modules/@vue/babel-helper-vue-transform-on": {
  3200. "version": "1.2.5",
  3201. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.5.tgz",
  3202. "integrity": "sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw=="
  3203. },
  3204. "node_modules/@vue/babel-plugin-jsx": {
  3205. "version": "1.2.5",
  3206. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.5.tgz",
  3207. "integrity": "sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==",
  3208. "dependencies": {
  3209. "@babel/helper-module-imports": "^7.24.7",
  3210. "@babel/helper-plugin-utils": "^7.24.8",
  3211. "@babel/plugin-syntax-jsx": "^7.24.7",
  3212. "@babel/template": "^7.25.0",
  3213. "@babel/traverse": "^7.25.6",
  3214. "@babel/types": "^7.25.6",
  3215. "@vue/babel-helper-vue-transform-on": "1.2.5",
  3216. "@vue/babel-plugin-resolve-type": "1.2.5",
  3217. "html-tags": "^3.3.1",
  3218. "svg-tags": "^1.0.0"
  3219. },
  3220. "peerDependencies": {
  3221. "@babel/core": "^7.0.0-0"
  3222. },
  3223. "peerDependenciesMeta": {
  3224. "@babel/core": {
  3225. "optional": true
  3226. }
  3227. }
  3228. },
  3229. "node_modules/@vue/babel-plugin-resolve-type": {
  3230. "version": "1.2.5",
  3231. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.5.tgz",
  3232. "integrity": "sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==",
  3233. "dependencies": {
  3234. "@babel/code-frame": "^7.24.7",
  3235. "@babel/helper-module-imports": "^7.24.7",
  3236. "@babel/helper-plugin-utils": "^7.24.8",
  3237. "@babel/parser": "^7.25.6",
  3238. "@vue/compiler-sfc": "^3.5.3"
  3239. },
  3240. "peerDependencies": {
  3241. "@babel/core": "^7.0.0-0"
  3242. }
  3243. },
  3244. "node_modules/@vue/compiler-core": {
  3245. "version": "3.5.12",
  3246. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.12.tgz",
  3247. "integrity": "sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw==",
  3248. "dependencies": {
  3249. "@babel/parser": "^7.25.3",
  3250. "@vue/shared": "3.5.12",
  3251. "entities": "^4.5.0",
  3252. "estree-walker": "^2.0.2",
  3253. "source-map-js": "^1.2.0"
  3254. }
  3255. },
  3256. "node_modules/@vue/compiler-core/node_modules/estree-walker": {
  3257. "version": "2.0.2",
  3258. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3259. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  3260. },
  3261. "node_modules/@vue/compiler-dom": {
  3262. "version": "3.5.12",
  3263. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.12.tgz",
  3264. "integrity": "sha512-9G6PbJ03uwxLHKQ3P42cMTi85lDRvGLB2rSGOiQqtXELat6uI4n8cNz9yjfVHRPIu+MsK6TE418Giruvgptckg==",
  3265. "dependencies": {
  3266. "@vue/compiler-core": "3.5.12",
  3267. "@vue/shared": "3.5.12"
  3268. }
  3269. },
  3270. "node_modules/@vue/compiler-sfc": {
  3271. "version": "3.5.12",
  3272. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.12.tgz",
  3273. "integrity": "sha512-2k973OGo2JuAa5+ZlekuQJtitI5CgLMOwgl94BzMCsKZCX/xiqzJYzapl4opFogKHqwJk34vfsaKpfEhd1k5nw==",
  3274. "dependencies": {
  3275. "@babel/parser": "^7.25.3",
  3276. "@vue/compiler-core": "3.5.12",
  3277. "@vue/compiler-dom": "3.5.12",
  3278. "@vue/compiler-ssr": "3.5.12",
  3279. "@vue/shared": "3.5.12",
  3280. "estree-walker": "^2.0.2",
  3281. "magic-string": "^0.30.11",
  3282. "postcss": "^8.4.47",
  3283. "source-map-js": "^1.2.0"
  3284. }
  3285. },
  3286. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  3287. "version": "2.0.2",
  3288. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3289. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  3290. },
  3291. "node_modules/@vue/compiler-ssr": {
  3292. "version": "3.5.12",
  3293. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.12.tgz",
  3294. "integrity": "sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==",
  3295. "dependencies": {
  3296. "@vue/compiler-dom": "3.5.12",
  3297. "@vue/shared": "3.5.12"
  3298. }
  3299. },
  3300. "node_modules/@vue/devtools-api": {
  3301. "version": "6.6.4",
  3302. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  3303. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g=="
  3304. },
  3305. "node_modules/@vue/devtools-core": {
  3306. "version": "7.4.4",
  3307. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-7.4.4.tgz",
  3308. "integrity": "sha512-DLxgA3DfeADkRzhAfm3G2Rw/cWxub64SdP5b+s5dwL30+whOGj+QNhmyFpwZ8ZTrHDFRIPj0RqNzJ8IRR1pz7w==",
  3309. "dependencies": {
  3310. "@vue/devtools-kit": "^7.4.4",
  3311. "@vue/devtools-shared": "^7.4.4",
  3312. "mitt": "^3.0.1",
  3313. "nanoid": "^3.3.4",
  3314. "pathe": "^1.1.2",
  3315. "vite-hot-client": "^0.2.3"
  3316. },
  3317. "peerDependencies": {
  3318. "vue": "^3.0.0"
  3319. }
  3320. },
  3321. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  3322. "version": "3.3.7",
  3323. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  3324. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  3325. "funding": [
  3326. {
  3327. "type": "github",
  3328. "url": "https://github.com/sponsors/ai"
  3329. }
  3330. ],
  3331. "bin": {
  3332. "nanoid": "bin/nanoid.cjs"
  3333. },
  3334. "engines": {
  3335. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3336. }
  3337. },
  3338. "node_modules/@vue/devtools-kit": {
  3339. "version": "7.4.4",
  3340. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.4.4.tgz",
  3341. "integrity": "sha512-awK/4NfsUG0nQ7qnTM37m7ZkEUMREyPh8taFCX+uQYps/MTFEum0AD05VeGDRMXwWvMmGIcWX9xp8ZiBddY0jw==",
  3342. "dependencies": {
  3343. "@vue/devtools-shared": "^7.4.4",
  3344. "birpc": "^0.2.17",
  3345. "hookable": "^5.5.3",
  3346. "mitt": "^3.0.1",
  3347. "perfect-debounce": "^1.0.0",
  3348. "speakingurl": "^14.0.1",
  3349. "superjson": "^2.2.1"
  3350. }
  3351. },
  3352. "node_modules/@vue/devtools-shared": {
  3353. "version": "7.5.2",
  3354. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.5.2.tgz",
  3355. "integrity": "sha512-+zmcixnD6TAo+zwm30YuwZckhL9iIi4u+gFwbq9C8zpm3SMndTlEYZtNhAHUhOXB+bCkzyunxw80KQ/T0trF4w==",
  3356. "dependencies": {
  3357. "rfdc": "^1.4.1"
  3358. }
  3359. },
  3360. "node_modules/@vue/reactivity": {
  3361. "version": "3.5.12",
  3362. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.12.tgz",
  3363. "integrity": "sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg==",
  3364. "dependencies": {
  3365. "@vue/shared": "3.5.12"
  3366. }
  3367. },
  3368. "node_modules/@vue/runtime-core": {
  3369. "version": "3.5.12",
  3370. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.12.tgz",
  3371. "integrity": "sha512-hrMUYV6tpocr3TL3Ad8DqxOdpDe4zuQY4HPY3X/VRh+L2myQO8MFXPAMarIOSGNu0bFAjh1yBkMPXZBqCk62Uw==",
  3372. "dependencies": {
  3373. "@vue/reactivity": "3.5.12",
  3374. "@vue/shared": "3.5.12"
  3375. }
  3376. },
  3377. "node_modules/@vue/runtime-dom": {
  3378. "version": "3.5.12",
  3379. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.12.tgz",
  3380. "integrity": "sha512-q8VFxR9A2MRfBr6/55Q3umyoN7ya836FzRXajPB6/Vvuv0zOPL+qltd9rIMzG/DbRLAIlREmnLsplEF/kotXKA==",
  3381. "dependencies": {
  3382. "@vue/reactivity": "3.5.12",
  3383. "@vue/runtime-core": "3.5.12",
  3384. "@vue/shared": "3.5.12",
  3385. "csstype": "^3.1.3"
  3386. }
  3387. },
  3388. "node_modules/@vue/server-renderer": {
  3389. "version": "3.5.12",
  3390. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.12.tgz",
  3391. "integrity": "sha512-I3QoeDDeEPZm8yR28JtY+rk880Oqmj43hreIBVTicisFTx/Dl7JpG72g/X7YF8hnQD3IFhkky5i2bPonwrTVPg==",
  3392. "dependencies": {
  3393. "@vue/compiler-ssr": "3.5.12",
  3394. "@vue/shared": "3.5.12"
  3395. },
  3396. "peerDependencies": {
  3397. "vue": "3.5.12"
  3398. }
  3399. },
  3400. "node_modules/@vue/shared": {
  3401. "version": "3.5.12",
  3402. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.12.tgz",
  3403. "integrity": "sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg=="
  3404. },
  3405. "node_modules/@vue/test-utils": {
  3406. "version": "2.4.6",
  3407. "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.4.6.tgz",
  3408. "integrity": "sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==",
  3409. "dev": true,
  3410. "dependencies": {
  3411. "js-beautify": "^1.14.9",
  3412. "vue-component-type-helpers": "^2.0.0"
  3413. }
  3414. },
  3415. "node_modules/@vueuse/core": {
  3416. "version": "11.1.0",
  3417. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-11.1.0.tgz",
  3418. "integrity": "sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==",
  3419. "dev": true,
  3420. "dependencies": {
  3421. "@types/web-bluetooth": "^0.0.20",
  3422. "@vueuse/metadata": "11.1.0",
  3423. "@vueuse/shared": "11.1.0",
  3424. "vue-demi": ">=0.14.10"
  3425. },
  3426. "funding": {
  3427. "url": "https://github.com/sponsors/antfu"
  3428. }
  3429. },
  3430. "node_modules/@vueuse/core/node_modules/vue-demi": {
  3431. "version": "0.14.10",
  3432. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  3433. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  3434. "dev": true,
  3435. "hasInstallScript": true,
  3436. "bin": {
  3437. "vue-demi-fix": "bin/vue-demi-fix.js",
  3438. "vue-demi-switch": "bin/vue-demi-switch.js"
  3439. },
  3440. "engines": {
  3441. "node": ">=12"
  3442. },
  3443. "funding": {
  3444. "url": "https://github.com/sponsors/antfu"
  3445. },
  3446. "peerDependencies": {
  3447. "@vue/composition-api": "^1.0.0-rc.1",
  3448. "vue": "^3.0.0-0 || ^2.6.0"
  3449. },
  3450. "peerDependenciesMeta": {
  3451. "@vue/composition-api": {
  3452. "optional": true
  3453. }
  3454. }
  3455. },
  3456. "node_modules/@vueuse/metadata": {
  3457. "version": "11.1.0",
  3458. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-11.1.0.tgz",
  3459. "integrity": "sha512-l9Q502TBTaPYGanl1G+hPgd3QX5s4CGnpXriVBR5fEZ/goI6fvDaVmIl3Td8oKFurOxTmbXvBPSsgrd6eu6HYg==",
  3460. "dev": true,
  3461. "funding": {
  3462. "url": "https://github.com/sponsors/antfu"
  3463. }
  3464. },
  3465. "node_modules/@vueuse/nuxt": {
  3466. "version": "11.1.0",
  3467. "resolved": "https://registry.npmjs.org/@vueuse/nuxt/-/nuxt-11.1.0.tgz",
  3468. "integrity": "sha512-ZPYigcqgPPe9vk9nBHLF8p0zshX8qvWV/ox1Y4GdV4k2flPiw7+2THNTpU2NZDBXSOXlhB2sao+paGCsvJm/Qw==",
  3469. "dev": true,
  3470. "dependencies": {
  3471. "@nuxt/kit": "^3.13.2",
  3472. "@vueuse/core": "11.1.0",
  3473. "@vueuse/metadata": "11.1.0",
  3474. "local-pkg": "^0.5.0",
  3475. "vue-demi": ">=0.14.10"
  3476. },
  3477. "funding": {
  3478. "url": "https://github.com/sponsors/antfu"
  3479. },
  3480. "peerDependencies": {
  3481. "nuxt": "^3.0.0"
  3482. }
  3483. },
  3484. "node_modules/@vueuse/nuxt/node_modules/vue-demi": {
  3485. "version": "0.14.10",
  3486. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  3487. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  3488. "dev": true,
  3489. "hasInstallScript": true,
  3490. "bin": {
  3491. "vue-demi-fix": "bin/vue-demi-fix.js",
  3492. "vue-demi-switch": "bin/vue-demi-switch.js"
  3493. },
  3494. "engines": {
  3495. "node": ">=12"
  3496. },
  3497. "funding": {
  3498. "url": "https://github.com/sponsors/antfu"
  3499. },
  3500. "peerDependencies": {
  3501. "@vue/composition-api": "^1.0.0-rc.1",
  3502. "vue": "^3.0.0-0 || ^2.6.0"
  3503. },
  3504. "peerDependenciesMeta": {
  3505. "@vue/composition-api": {
  3506. "optional": true
  3507. }
  3508. }
  3509. },
  3510. "node_modules/@vueuse/shared": {
  3511. "version": "11.1.0",
  3512. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-11.1.0.tgz",
  3513. "integrity": "sha512-YUtIpY122q7osj+zsNMFAfMTubGz0sn5QzE5gPzAIiCmtt2ha3uQUY1+JPyL4gRCTsLPX82Y9brNbo/aqlA91w==",
  3514. "dev": true,
  3515. "dependencies": {
  3516. "vue-demi": ">=0.14.10"
  3517. },
  3518. "funding": {
  3519. "url": "https://github.com/sponsors/antfu"
  3520. }
  3521. },
  3522. "node_modules/@vueuse/shared/node_modules/vue-demi": {
  3523. "version": "0.14.10",
  3524. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  3525. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  3526. "dev": true,
  3527. "hasInstallScript": true,
  3528. "bin": {
  3529. "vue-demi-fix": "bin/vue-demi-fix.js",
  3530. "vue-demi-switch": "bin/vue-demi-switch.js"
  3531. },
  3532. "engines": {
  3533. "node": ">=12"
  3534. },
  3535. "funding": {
  3536. "url": "https://github.com/sponsors/antfu"
  3537. },
  3538. "peerDependencies": {
  3539. "@vue/composition-api": "^1.0.0-rc.1",
  3540. "vue": "^3.0.0-0 || ^2.6.0"
  3541. },
  3542. "peerDependenciesMeta": {
  3543. "@vue/composition-api": {
  3544. "optional": true
  3545. }
  3546. }
  3547. },
  3548. "node_modules/abbrev": {
  3549. "version": "1.1.1",
  3550. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  3551. "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
  3552. },
  3553. "node_modules/abort-controller": {
  3554. "version": "3.0.0",
  3555. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  3556. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  3557. "dependencies": {
  3558. "event-target-shim": "^5.0.0"
  3559. },
  3560. "engines": {
  3561. "node": ">=6.5"
  3562. }
  3563. },
  3564. "node_modules/acorn": {
  3565. "version": "8.13.0",
  3566. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz",
  3567. "integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==",
  3568. "bin": {
  3569. "acorn": "bin/acorn"
  3570. },
  3571. "engines": {
  3572. "node": ">=0.4.0"
  3573. }
  3574. },
  3575. "node_modules/acorn-import-attributes": {
  3576. "version": "1.9.5",
  3577. "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  3578. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  3579. "peerDependencies": {
  3580. "acorn": "^8"
  3581. }
  3582. },
  3583. "node_modules/agent-base": {
  3584. "version": "6.0.2",
  3585. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  3586. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  3587. "dependencies": {
  3588. "debug": "4"
  3589. },
  3590. "engines": {
  3591. "node": ">= 6.0.0"
  3592. }
  3593. },
  3594. "node_modules/ansi-colors": {
  3595. "version": "4.1.3",
  3596. "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
  3597. "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
  3598. "engines": {
  3599. "node": ">=6"
  3600. }
  3601. },
  3602. "node_modules/ansi-escapes": {
  3603. "version": "4.3.2",
  3604. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  3605. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  3606. "dependencies": {
  3607. "type-fest": "^0.21.3"
  3608. },
  3609. "engines": {
  3610. "node": ">=8"
  3611. },
  3612. "funding": {
  3613. "url": "https://github.com/sponsors/sindresorhus"
  3614. }
  3615. },
  3616. "node_modules/ansi-escapes/node_modules/type-fest": {
  3617. "version": "0.21.3",
  3618. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  3619. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  3620. "engines": {
  3621. "node": ">=10"
  3622. },
  3623. "funding": {
  3624. "url": "https://github.com/sponsors/sindresorhus"
  3625. }
  3626. },
  3627. "node_modules/ansi-regex": {
  3628. "version": "5.0.1",
  3629. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  3630. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  3631. "engines": {
  3632. "node": ">=8"
  3633. }
  3634. },
  3635. "node_modules/ansi-styles": {
  3636. "version": "4.3.0",
  3637. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3638. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3639. "dependencies": {
  3640. "color-convert": "^2.0.1"
  3641. },
  3642. "engines": {
  3643. "node": ">=8"
  3644. },
  3645. "funding": {
  3646. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3647. }
  3648. },
  3649. "node_modules/any-promise": {
  3650. "version": "1.3.0",
  3651. "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  3652. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  3653. "dev": true
  3654. },
  3655. "node_modules/anymatch": {
  3656. "version": "3.1.3",
  3657. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  3658. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  3659. "dependencies": {
  3660. "normalize-path": "^3.0.0",
  3661. "picomatch": "^2.0.4"
  3662. },
  3663. "engines": {
  3664. "node": ">= 8"
  3665. }
  3666. },
  3667. "node_modules/aproba": {
  3668. "version": "2.0.0",
  3669. "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
  3670. "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="
  3671. },
  3672. "node_modules/archiver": {
  3673. "version": "7.0.1",
  3674. "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
  3675. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  3676. "dependencies": {
  3677. "archiver-utils": "^5.0.2",
  3678. "async": "^3.2.4",
  3679. "buffer-crc32": "^1.0.0",
  3680. "readable-stream": "^4.0.0",
  3681. "readdir-glob": "^1.1.2",
  3682. "tar-stream": "^3.0.0",
  3683. "zip-stream": "^6.0.1"
  3684. },
  3685. "engines": {
  3686. "node": ">= 14"
  3687. }
  3688. },
  3689. "node_modules/archiver-utils": {
  3690. "version": "5.0.2",
  3691. "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
  3692. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  3693. "dependencies": {
  3694. "glob": "^10.0.0",
  3695. "graceful-fs": "^4.2.0",
  3696. "is-stream": "^2.0.1",
  3697. "lazystream": "^1.0.0",
  3698. "lodash": "^4.17.15",
  3699. "normalize-path": "^3.0.0",
  3700. "readable-stream": "^4.0.0"
  3701. },
  3702. "engines": {
  3703. "node": ">= 14"
  3704. }
  3705. },
  3706. "node_modules/archiver-utils/node_modules/glob": {
  3707. "version": "10.4.5",
  3708. "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
  3709. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  3710. "dependencies": {
  3711. "foreground-child": "^3.1.0",
  3712. "jackspeak": "^3.1.2",
  3713. "minimatch": "^9.0.4",
  3714. "minipass": "^7.1.2",
  3715. "package-json-from-dist": "^1.0.0",
  3716. "path-scurry": "^1.11.1"
  3717. },
  3718. "bin": {
  3719. "glob": "dist/esm/bin.mjs"
  3720. },
  3721. "funding": {
  3722. "url": "https://github.com/sponsors/isaacs"
  3723. }
  3724. },
  3725. "node_modules/archiver-utils/node_modules/minimatch": {
  3726. "version": "9.0.5",
  3727. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
  3728. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  3729. "dependencies": {
  3730. "brace-expansion": "^2.0.1"
  3731. },
  3732. "engines": {
  3733. "node": ">=16 || 14 >=14.17"
  3734. },
  3735. "funding": {
  3736. "url": "https://github.com/sponsors/isaacs"
  3737. }
  3738. },
  3739. "node_modules/archiver-utils/node_modules/minipass": {
  3740. "version": "7.1.2",
  3741. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
  3742. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  3743. "engines": {
  3744. "node": ">=16 || 14 >=14.17"
  3745. }
  3746. },
  3747. "node_modules/are-we-there-yet": {
  3748. "version": "2.0.0",
  3749. "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
  3750. "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
  3751. "deprecated": "This package is no longer supported.",
  3752. "dependencies": {
  3753. "delegates": "^1.0.0",
  3754. "readable-stream": "^3.6.0"
  3755. },
  3756. "engines": {
  3757. "node": ">=10"
  3758. }
  3759. },
  3760. "node_modules/are-we-there-yet/node_modules/readable-stream": {
  3761. "version": "3.6.2",
  3762. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  3763. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  3764. "dependencies": {
  3765. "inherits": "^2.0.3",
  3766. "string_decoder": "^1.1.1",
  3767. "util-deprecate": "^1.0.1"
  3768. },
  3769. "engines": {
  3770. "node": ">= 6"
  3771. }
  3772. },
  3773. "node_modules/arg": {
  3774. "version": "5.0.2",
  3775. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  3776. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  3777. "dev": true
  3778. },
  3779. "node_modules/argparse": {
  3780. "version": "2.0.1",
  3781. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  3782. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  3783. },
  3784. "node_modules/assertion-error": {
  3785. "version": "2.0.1",
  3786. "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
  3787. "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
  3788. "dev": true,
  3789. "engines": {
  3790. "node": ">=12"
  3791. }
  3792. },
  3793. "node_modules/ast-kit": {
  3794. "version": "1.3.0",
  3795. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-1.3.0.tgz",
  3796. "integrity": "sha512-ORycPY6qYSrAGMnSk1tlqy/Y0rFGk/WIYP/H6io0A+jXK2Jp3Il7h8vjfwaLvZUwanjiLwBeE5h3A9M+eQqeNw==",
  3797. "dependencies": {
  3798. "@babel/parser": "^7.25.8",
  3799. "pathe": "^1.1.2"
  3800. },
  3801. "engines": {
  3802. "node": ">=16.14.0"
  3803. }
  3804. },
  3805. "node_modules/ast-walker-scope": {
  3806. "version": "0.6.2",
  3807. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.6.2.tgz",
  3808. "integrity": "sha512-1UWOyC50xI3QZkRuDj6PqDtpm1oHWtYs+NQGwqL/2R11eN3Q81PHAHPM0SWW3BNQm53UDwS//Jv8L4CCVLM1bQ==",
  3809. "dependencies": {
  3810. "@babel/parser": "^7.25.3",
  3811. "ast-kit": "^1.0.1"
  3812. },
  3813. "engines": {
  3814. "node": ">=16.14.0"
  3815. }
  3816. },
  3817. "node_modules/async": {
  3818. "version": "3.2.6",
  3819. "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
  3820. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="
  3821. },
  3822. "node_modules/async-sema": {
  3823. "version": "3.1.1",
  3824. "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz",
  3825. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg=="
  3826. },
  3827. "node_modules/asynckit": {
  3828. "version": "0.4.0",
  3829. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  3830. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
  3831. },
  3832. "node_modules/autoprefixer": {
  3833. "version": "10.4.20",
  3834. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz",
  3835. "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
  3836. "funding": [
  3837. {
  3838. "type": "opencollective",
  3839. "url": "https://opencollective.com/postcss/"
  3840. },
  3841. {
  3842. "type": "tidelift",
  3843. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  3844. },
  3845. {
  3846. "type": "github",
  3847. "url": "https://github.com/sponsors/ai"
  3848. }
  3849. ],
  3850. "dependencies": {
  3851. "browserslist": "^4.23.3",
  3852. "caniuse-lite": "^1.0.30001646",
  3853. "fraction.js": "^4.3.7",
  3854. "normalize-range": "^0.1.2",
  3855. "picocolors": "^1.0.1",
  3856. "postcss-value-parser": "^4.2.0"
  3857. },
  3858. "bin": {
  3859. "autoprefixer": "bin/autoprefixer"
  3860. },
  3861. "engines": {
  3862. "node": "^10 || ^12 || >=14"
  3863. },
  3864. "peerDependencies": {
  3865. "postcss": "^8.1.0"
  3866. }
  3867. },
  3868. "node_modules/axios": {
  3869. "version": "1.7.7",
  3870. "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
  3871. "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
  3872. "dependencies": {
  3873. "follow-redirects": "^1.15.6",
  3874. "form-data": "^4.0.0",
  3875. "proxy-from-env": "^1.1.0"
  3876. }
  3877. },
  3878. "node_modules/b4a": {
  3879. "version": "1.6.7",
  3880. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz",
  3881. "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg=="
  3882. },
  3883. "node_modules/balanced-match": {
  3884. "version": "1.0.2",
  3885. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  3886. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  3887. },
  3888. "node_modules/bare-events": {
  3889. "version": "2.5.0",
  3890. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz",
  3891. "integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==",
  3892. "optional": true
  3893. },
  3894. "node_modules/base64-js": {
  3895. "version": "1.5.1",
  3896. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  3897. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  3898. "funding": [
  3899. {
  3900. "type": "github",
  3901. "url": "https://github.com/sponsors/feross"
  3902. },
  3903. {
  3904. "type": "patreon",
  3905. "url": "https://www.patreon.com/feross"
  3906. },
  3907. {
  3908. "type": "consulting",
  3909. "url": "https://feross.org/support"
  3910. }
  3911. ]
  3912. },
  3913. "node_modules/binary-extensions": {
  3914. "version": "2.3.0",
  3915. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
  3916. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  3917. "engines": {
  3918. "node": ">=8"
  3919. },
  3920. "funding": {
  3921. "url": "https://github.com/sponsors/sindresorhus"
  3922. }
  3923. },
  3924. "node_modules/bindings": {
  3925. "version": "1.5.0",
  3926. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  3927. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  3928. "dependencies": {
  3929. "file-uri-to-path": "1.0.0"
  3930. }
  3931. },
  3932. "node_modules/birpc": {
  3933. "version": "0.2.19",
  3934. "resolved": "https://registry.npmjs.org/birpc/-/birpc-0.2.19.tgz",
  3935. "integrity": "sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==",
  3936. "funding": {
  3937. "url": "https://github.com/sponsors/antfu"
  3938. }
  3939. },
  3940. "node_modules/boolbase": {
  3941. "version": "1.0.0",
  3942. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  3943. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
  3944. },
  3945. "node_modules/brace-expansion": {
  3946. "version": "2.0.1",
  3947. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  3948. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  3949. "dependencies": {
  3950. "balanced-match": "^1.0.0"
  3951. }
  3952. },
  3953. "node_modules/braces": {
  3954. "version": "3.0.3",
  3955. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  3956. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3957. "dependencies": {
  3958. "fill-range": "^7.1.1"
  3959. },
  3960. "engines": {
  3961. "node": ">=8"
  3962. }
  3963. },
  3964. "node_modules/browserslist": {
  3965. "version": "4.24.0",
  3966. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.0.tgz",
  3967. "integrity": "sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==",
  3968. "funding": [
  3969. {
  3970. "type": "opencollective",
  3971. "url": "https://opencollective.com/browserslist"
  3972. },
  3973. {
  3974. "type": "tidelift",
  3975. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3976. },
  3977. {
  3978. "type": "github",
  3979. "url": "https://github.com/sponsors/ai"
  3980. }
  3981. ],
  3982. "dependencies": {
  3983. "caniuse-lite": "^1.0.30001663",
  3984. "electron-to-chromium": "^1.5.28",
  3985. "node-releases": "^2.0.18",
  3986. "update-browserslist-db": "^1.1.0"
  3987. },
  3988. "bin": {
  3989. "browserslist": "cli.js"
  3990. },
  3991. "engines": {
  3992. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3993. }
  3994. },
  3995. "node_modules/buffer": {
  3996. "version": "6.0.3",
  3997. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  3998. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  3999. "funding": [
  4000. {
  4001. "type": "github",
  4002. "url": "https://github.com/sponsors/feross"
  4003. },
  4004. {
  4005. "type": "patreon",
  4006. "url": "https://www.patreon.com/feross"
  4007. },
  4008. {
  4009. "type": "consulting",
  4010. "url": "https://feross.org/support"
  4011. }
  4012. ],
  4013. "dependencies": {
  4014. "base64-js": "^1.3.1",
  4015. "ieee754": "^1.2.1"
  4016. }
  4017. },
  4018. "node_modules/buffer-crc32": {
  4019. "version": "1.0.0",
  4020. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  4021. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  4022. "engines": {
  4023. "node": ">=8.0.0"
  4024. }
  4025. },
  4026. "node_modules/buffer-from": {
  4027. "version": "1.1.2",
  4028. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  4029. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  4030. },
  4031. "node_modules/bundle-name": {
  4032. "version": "4.1.0",
  4033. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  4034. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  4035. "dependencies": {
  4036. "run-applescript": "^7.0.0"
  4037. },
  4038. "engines": {
  4039. "node": ">=18"
  4040. },
  4041. "funding": {
  4042. "url": "https://github.com/sponsors/sindresorhus"
  4043. }
  4044. },
  4045. "node_modules/c12": {
  4046. "version": "2.0.1",
  4047. "resolved": "https://registry.npmjs.org/c12/-/c12-2.0.1.tgz",
  4048. "integrity": "sha512-Z4JgsKXHG37C6PYUtIxCfLJZvo6FyhHJoClwwb9ftUkLpPSkuYqn6Tr+vnaN8hymm0kIbcg6Ey3kv/Q71k5w/A==",
  4049. "dev": true,
  4050. "dependencies": {
  4051. "chokidar": "^4.0.1",
  4052. "confbox": "^0.1.7",
  4053. "defu": "^6.1.4",
  4054. "dotenv": "^16.4.5",
  4055. "giget": "^1.2.3",
  4056. "jiti": "^2.3.0",
  4057. "mlly": "^1.7.1",
  4058. "ohash": "^1.1.4",
  4059. "pathe": "^1.1.2",
  4060. "perfect-debounce": "^1.0.0",
  4061. "pkg-types": "^1.2.0",
  4062. "rc9": "^2.1.2"
  4063. },
  4064. "peerDependencies": {
  4065. "magicast": "^0.3.5"
  4066. },
  4067. "peerDependenciesMeta": {
  4068. "magicast": {
  4069. "optional": true
  4070. }
  4071. }
  4072. },
  4073. "node_modules/c12/node_modules/jiti": {
  4074. "version": "2.3.3",
  4075. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.3.3.tgz",
  4076. "integrity": "sha512-EX4oNDwcXSivPrw2qKH2LB5PoFxEvgtv2JgwW0bU858HoLQ+kutSvjLMUqBd0PeJYEinLWhoI9Ol0eYMqj/wNQ==",
  4077. "dev": true,
  4078. "bin": {
  4079. "jiti": "lib/jiti-cli.mjs"
  4080. }
  4081. },
  4082. "node_modules/cac": {
  4083. "version": "6.7.14",
  4084. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  4085. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  4086. "engines": {
  4087. "node": ">=8"
  4088. }
  4089. },
  4090. "node_modules/camelcase-css": {
  4091. "version": "2.0.1",
  4092. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  4093. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  4094. "dev": true,
  4095. "engines": {
  4096. "node": ">= 6"
  4097. }
  4098. },
  4099. "node_modules/caniuse-api": {
  4100. "version": "3.0.0",
  4101. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  4102. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  4103. "dependencies": {
  4104. "browserslist": "^4.0.0",
  4105. "caniuse-lite": "^1.0.0",
  4106. "lodash.memoize": "^4.1.2",
  4107. "lodash.uniq": "^4.5.0"
  4108. }
  4109. },
  4110. "node_modules/caniuse-lite": {
  4111. "version": "1.0.30001669",
  4112. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001669.tgz",
  4113. "integrity": "sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==",
  4114. "funding": [
  4115. {
  4116. "type": "opencollective",
  4117. "url": "https://opencollective.com/browserslist"
  4118. },
  4119. {
  4120. "type": "tidelift",
  4121. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4122. },
  4123. {
  4124. "type": "github",
  4125. "url": "https://github.com/sponsors/ai"
  4126. }
  4127. ]
  4128. },
  4129. "node_modules/chai": {
  4130. "version": "5.1.1",
  4131. "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.1.tgz",
  4132. "integrity": "sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==",
  4133. "dev": true,
  4134. "dependencies": {
  4135. "assertion-error": "^2.0.1",
  4136. "check-error": "^2.1.1",
  4137. "deep-eql": "^5.0.1",
  4138. "loupe": "^3.1.0",
  4139. "pathval": "^2.0.0"
  4140. },
  4141. "engines": {
  4142. "node": ">=12"
  4143. }
  4144. },
  4145. "node_modules/chalk": {
  4146. "version": "5.3.0",
  4147. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
  4148. "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
  4149. "engines": {
  4150. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  4151. },
  4152. "funding": {
  4153. "url": "https://github.com/chalk/chalk?sponsor=1"
  4154. }
  4155. },
  4156. "node_modules/check-error": {
  4157. "version": "2.1.1",
  4158. "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz",
  4159. "integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==",
  4160. "dev": true,
  4161. "engines": {
  4162. "node": ">= 16"
  4163. }
  4164. },
  4165. "node_modules/chokidar": {
  4166. "version": "4.0.1",
  4167. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz",
  4168. "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==",
  4169. "devOptional": true,
  4170. "dependencies": {
  4171. "readdirp": "^4.0.1"
  4172. },
  4173. "engines": {
  4174. "node": ">= 14.16.0"
  4175. },
  4176. "funding": {
  4177. "url": "https://paulmillr.com/funding/"
  4178. }
  4179. },
  4180. "node_modules/chownr": {
  4181. "version": "2.0.0",
  4182. "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
  4183. "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
  4184. "engines": {
  4185. "node": ">=10"
  4186. }
  4187. },
  4188. "node_modules/ci-info": {
  4189. "version": "4.0.0",
  4190. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
  4191. "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
  4192. "funding": [
  4193. {
  4194. "type": "github",
  4195. "url": "https://github.com/sponsors/sibiraj-s"
  4196. }
  4197. ],
  4198. "engines": {
  4199. "node": ">=8"
  4200. }
  4201. },
  4202. "node_modules/citty": {
  4203. "version": "0.1.6",
  4204. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  4205. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  4206. "dependencies": {
  4207. "consola": "^3.2.3"
  4208. }
  4209. },
  4210. "node_modules/clear": {
  4211. "version": "0.1.0",
  4212. "resolved": "https://registry.npmjs.org/clear/-/clear-0.1.0.tgz",
  4213. "integrity": "sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==",
  4214. "engines": {
  4215. "node": "*"
  4216. }
  4217. },
  4218. "node_modules/clipboardy": {
  4219. "version": "4.0.0",
  4220. "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-4.0.0.tgz",
  4221. "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==",
  4222. "dependencies": {
  4223. "execa": "^8.0.1",
  4224. "is-wsl": "^3.1.0",
  4225. "is64bit": "^2.0.0"
  4226. },
  4227. "engines": {
  4228. "node": ">=18"
  4229. },
  4230. "funding": {
  4231. "url": "https://github.com/sponsors/sindresorhus"
  4232. }
  4233. },
  4234. "node_modules/cliui": {
  4235. "version": "8.0.1",
  4236. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  4237. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  4238. "dependencies": {
  4239. "string-width": "^4.2.0",
  4240. "strip-ansi": "^6.0.1",
  4241. "wrap-ansi": "^7.0.0"
  4242. },
  4243. "engines": {
  4244. "node": ">=12"
  4245. }
  4246. },
  4247. "node_modules/cluster-key-slot": {
  4248. "version": "1.1.2",
  4249. "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  4250. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  4251. "engines": {
  4252. "node": ">=0.10.0"
  4253. }
  4254. },
  4255. "node_modules/color-convert": {
  4256. "version": "2.0.1",
  4257. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  4258. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4259. "dependencies": {
  4260. "color-name": "~1.1.4"
  4261. },
  4262. "engines": {
  4263. "node": ">=7.0.0"
  4264. }
  4265. },
  4266. "node_modules/color-name": {
  4267. "version": "1.1.4",
  4268. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  4269. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  4270. },
  4271. "node_modules/color-support": {
  4272. "version": "1.1.3",
  4273. "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
  4274. "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
  4275. "bin": {
  4276. "color-support": "bin.js"
  4277. }
  4278. },
  4279. "node_modules/colord": {
  4280. "version": "2.9.3",
  4281. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  4282. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw=="
  4283. },
  4284. "node_modules/combined-stream": {
  4285. "version": "1.0.8",
  4286. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  4287. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  4288. "dependencies": {
  4289. "delayed-stream": "~1.0.0"
  4290. },
  4291. "engines": {
  4292. "node": ">= 0.8"
  4293. }
  4294. },
  4295. "node_modules/commander": {
  4296. "version": "7.2.0",
  4297. "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
  4298. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  4299. "engines": {
  4300. "node": ">= 10"
  4301. }
  4302. },
  4303. "node_modules/commondir": {
  4304. "version": "1.0.1",
  4305. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  4306. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  4307. },
  4308. "node_modules/compatx": {
  4309. "version": "0.1.8",
  4310. "resolved": "https://registry.npmjs.org/compatx/-/compatx-0.1.8.tgz",
  4311. "integrity": "sha512-jcbsEAR81Bt5s1qOFymBufmCbXCXbk0Ql+K5ouj6gCyx2yHlu6AgmGIi9HxfKixpUDO5bCFJUHQ5uM6ecbTebw=="
  4312. },
  4313. "node_modules/compress-commons": {
  4314. "version": "6.0.2",
  4315. "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
  4316. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  4317. "dependencies": {
  4318. "crc-32": "^1.2.0",
  4319. "crc32-stream": "^6.0.0",
  4320. "is-stream": "^2.0.1",
  4321. "normalize-path": "^3.0.0",
  4322. "readable-stream": "^4.0.0"
  4323. },
  4324. "engines": {
  4325. "node": ">= 14"
  4326. }
  4327. },
  4328. "node_modules/concat-map": {
  4329. "version": "0.0.1",
  4330. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  4331. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  4332. },
  4333. "node_modules/confbox": {
  4334. "version": "0.1.8",
  4335. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  4336. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w=="
  4337. },
  4338. "node_modules/config-chain": {
  4339. "version": "1.1.13",
  4340. "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
  4341. "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
  4342. "dev": true,
  4343. "dependencies": {
  4344. "ini": "^1.3.4",
  4345. "proto-list": "~1.2.1"
  4346. }
  4347. },
  4348. "node_modules/config-chain/node_modules/ini": {
  4349. "version": "1.3.8",
  4350. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  4351. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  4352. "dev": true
  4353. },
  4354. "node_modules/consola": {
  4355. "version": "3.2.3",
  4356. "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz",
  4357. "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==",
  4358. "engines": {
  4359. "node": "^14.18.0 || >=16.10.0"
  4360. }
  4361. },
  4362. "node_modules/console-control-strings": {
  4363. "version": "1.1.0",
  4364. "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
  4365. "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ=="
  4366. },
  4367. "node_modules/convert-source-map": {
  4368. "version": "2.0.0",
  4369. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  4370. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
  4371. },
  4372. "node_modules/cookie-es": {
  4373. "version": "1.2.2",
  4374. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz",
  4375. "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg=="
  4376. },
  4377. "node_modules/copy-anything": {
  4378. "version": "3.0.5",
  4379. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.5.tgz",
  4380. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  4381. "dependencies": {
  4382. "is-what": "^4.1.8"
  4383. },
  4384. "engines": {
  4385. "node": ">=12.13"
  4386. },
  4387. "funding": {
  4388. "url": "https://github.com/sponsors/mesqueeb"
  4389. }
  4390. },
  4391. "node_modules/core-util-is": {
  4392. "version": "1.0.3",
  4393. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  4394. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  4395. },
  4396. "node_modules/crc-32": {
  4397. "version": "1.2.2",
  4398. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  4399. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  4400. "bin": {
  4401. "crc32": "bin/crc32.njs"
  4402. },
  4403. "engines": {
  4404. "node": ">=0.8"
  4405. }
  4406. },
  4407. "node_modules/crc32-stream": {
  4408. "version": "6.0.0",
  4409. "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
  4410. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  4411. "dependencies": {
  4412. "crc-32": "^1.2.0",
  4413. "readable-stream": "^4.0.0"
  4414. },
  4415. "engines": {
  4416. "node": ">= 14"
  4417. }
  4418. },
  4419. "node_modules/create-require": {
  4420. "version": "1.1.1",
  4421. "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
  4422. "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="
  4423. },
  4424. "node_modules/croner": {
  4425. "version": "8.1.2",
  4426. "resolved": "https://registry.npmjs.org/croner/-/croner-8.1.2.tgz",
  4427. "integrity": "sha512-ypfPFcAXHuAZRCzo3vJL6ltENzniTjwe/qsLleH1V2/7SRDjgvRQyrLmumFTLmjFax4IuSxfGXEn79fozXcJog==",
  4428. "engines": {
  4429. "node": ">=18.0"
  4430. }
  4431. },
  4432. "node_modules/cronstrue": {
  4433. "version": "2.50.0",
  4434. "resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.50.0.tgz",
  4435. "integrity": "sha512-ULYhWIonJzlScCCQrPUG5uMXzXxSixty4djud9SS37DoNxDdkeRocxzHuAo4ImRBUK+mAuU5X9TSwEDccnnuPg==",
  4436. "bin": {
  4437. "cronstrue": "bin/cli.js"
  4438. }
  4439. },
  4440. "node_modules/cross-spawn": {
  4441. "version": "7.0.3",
  4442. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  4443. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  4444. "dependencies": {
  4445. "path-key": "^3.1.0",
  4446. "shebang-command": "^2.0.0",
  4447. "which": "^2.0.1"
  4448. },
  4449. "engines": {
  4450. "node": ">= 8"
  4451. }
  4452. },
  4453. "node_modules/crossws": {
  4454. "version": "0.3.1",
  4455. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.1.tgz",
  4456. "integrity": "sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==",
  4457. "dependencies": {
  4458. "uncrypto": "^0.1.3"
  4459. }
  4460. },
  4461. "node_modules/css-declaration-sorter": {
  4462. "version": "7.2.0",
  4463. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
  4464. "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==",
  4465. "engines": {
  4466. "node": "^14 || ^16 || >=18"
  4467. },
  4468. "peerDependencies": {
  4469. "postcss": "^8.0.9"
  4470. }
  4471. },
  4472. "node_modules/css-select": {
  4473. "version": "5.1.0",
  4474. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
  4475. "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
  4476. "dependencies": {
  4477. "boolbase": "^1.0.0",
  4478. "css-what": "^6.1.0",
  4479. "domhandler": "^5.0.2",
  4480. "domutils": "^3.0.1",
  4481. "nth-check": "^2.0.1"
  4482. },
  4483. "funding": {
  4484. "url": "https://github.com/sponsors/fb55"
  4485. }
  4486. },
  4487. "node_modules/css-tree": {
  4488. "version": "2.3.1",
  4489. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
  4490. "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
  4491. "dependencies": {
  4492. "mdn-data": "2.0.30",
  4493. "source-map-js": "^1.0.1"
  4494. },
  4495. "engines": {
  4496. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  4497. }
  4498. },
  4499. "node_modules/css-what": {
  4500. "version": "6.1.0",
  4501. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
  4502. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  4503. "engines": {
  4504. "node": ">= 6"
  4505. },
  4506. "funding": {
  4507. "url": "https://github.com/sponsors/fb55"
  4508. }
  4509. },
  4510. "node_modules/cssesc": {
  4511. "version": "3.0.0",
  4512. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  4513. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  4514. "bin": {
  4515. "cssesc": "bin/cssesc"
  4516. },
  4517. "engines": {
  4518. "node": ">=4"
  4519. }
  4520. },
  4521. "node_modules/cssnano": {
  4522. "version": "7.0.6",
  4523. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.0.6.tgz",
  4524. "integrity": "sha512-54woqx8SCbp8HwvNZYn68ZFAepuouZW4lTwiMVnBErM3VkO7/Sd4oTOt3Zz3bPx3kxQ36aISppyXj2Md4lg8bw==",
  4525. "dependencies": {
  4526. "cssnano-preset-default": "^7.0.6",
  4527. "lilconfig": "^3.1.2"
  4528. },
  4529. "engines": {
  4530. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4531. },
  4532. "funding": {
  4533. "type": "opencollective",
  4534. "url": "https://opencollective.com/cssnano"
  4535. },
  4536. "peerDependencies": {
  4537. "postcss": "^8.4.31"
  4538. }
  4539. },
  4540. "node_modules/cssnano-preset-default": {
  4541. "version": "7.0.6",
  4542. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.6.tgz",
  4543. "integrity": "sha512-ZzrgYupYxEvdGGuqL+JKOY70s7+saoNlHSCK/OGn1vB2pQK8KSET8jvenzItcY+kA7NoWvfbb/YhlzuzNKjOhQ==",
  4544. "dependencies": {
  4545. "browserslist": "^4.23.3",
  4546. "css-declaration-sorter": "^7.2.0",
  4547. "cssnano-utils": "^5.0.0",
  4548. "postcss-calc": "^10.0.2",
  4549. "postcss-colormin": "^7.0.2",
  4550. "postcss-convert-values": "^7.0.4",
  4551. "postcss-discard-comments": "^7.0.3",
  4552. "postcss-discard-duplicates": "^7.0.1",
  4553. "postcss-discard-empty": "^7.0.0",
  4554. "postcss-discard-overridden": "^7.0.0",
  4555. "postcss-merge-longhand": "^7.0.4",
  4556. "postcss-merge-rules": "^7.0.4",
  4557. "postcss-minify-font-values": "^7.0.0",
  4558. "postcss-minify-gradients": "^7.0.0",
  4559. "postcss-minify-params": "^7.0.2",
  4560. "postcss-minify-selectors": "^7.0.4",
  4561. "postcss-normalize-charset": "^7.0.0",
  4562. "postcss-normalize-display-values": "^7.0.0",
  4563. "postcss-normalize-positions": "^7.0.0",
  4564. "postcss-normalize-repeat-style": "^7.0.0",
  4565. "postcss-normalize-string": "^7.0.0",
  4566. "postcss-normalize-timing-functions": "^7.0.0",
  4567. "postcss-normalize-unicode": "^7.0.2",
  4568. "postcss-normalize-url": "^7.0.0",
  4569. "postcss-normalize-whitespace": "^7.0.0",
  4570. "postcss-ordered-values": "^7.0.1",
  4571. "postcss-reduce-initial": "^7.0.2",
  4572. "postcss-reduce-transforms": "^7.0.0",
  4573. "postcss-svgo": "^7.0.1",
  4574. "postcss-unique-selectors": "^7.0.3"
  4575. },
  4576. "engines": {
  4577. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4578. },
  4579. "peerDependencies": {
  4580. "postcss": "^8.4.31"
  4581. }
  4582. },
  4583. "node_modules/cssnano-utils": {
  4584. "version": "5.0.0",
  4585. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.0.tgz",
  4586. "integrity": "sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==",
  4587. "engines": {
  4588. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4589. },
  4590. "peerDependencies": {
  4591. "postcss": "^8.4.31"
  4592. }
  4593. },
  4594. "node_modules/csso": {
  4595. "version": "5.0.5",
  4596. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  4597. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  4598. "dependencies": {
  4599. "css-tree": "~2.2.0"
  4600. },
  4601. "engines": {
  4602. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  4603. "npm": ">=7.0.0"
  4604. }
  4605. },
  4606. "node_modules/csso/node_modules/css-tree": {
  4607. "version": "2.2.1",
  4608. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  4609. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  4610. "dependencies": {
  4611. "mdn-data": "2.0.28",
  4612. "source-map-js": "^1.0.1"
  4613. },
  4614. "engines": {
  4615. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  4616. "npm": ">=7.0.0"
  4617. }
  4618. },
  4619. "node_modules/csso/node_modules/mdn-data": {
  4620. "version": "2.0.28",
  4621. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  4622. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g=="
  4623. },
  4624. "node_modules/csstype": {
  4625. "version": "3.1.3",
  4626. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  4627. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  4628. },
  4629. "node_modules/db0": {
  4630. "version": "0.1.4",
  4631. "resolved": "https://registry.npmjs.org/db0/-/db0-0.1.4.tgz",
  4632. "integrity": "sha512-Ft6eCwONYxlwLjBXSJxw0t0RYtA5gW9mq8JfBXn9TtC0nDPlqePAhpv9v4g9aONBi6JI1OXHTKKkUYGd+BOrCA==",
  4633. "peerDependencies": {
  4634. "@libsql/client": "^0.5.2",
  4635. "better-sqlite3": "^9.4.3",
  4636. "drizzle-orm": "^0.29.4"
  4637. },
  4638. "peerDependenciesMeta": {
  4639. "@libsql/client": {
  4640. "optional": true
  4641. },
  4642. "better-sqlite3": {
  4643. "optional": true
  4644. },
  4645. "drizzle-orm": {
  4646. "optional": true
  4647. }
  4648. }
  4649. },
  4650. "node_modules/debug": {
  4651. "version": "4.3.7",
  4652. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
  4653. "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
  4654. "dependencies": {
  4655. "ms": "^2.1.3"
  4656. },
  4657. "engines": {
  4658. "node": ">=6.0"
  4659. },
  4660. "peerDependenciesMeta": {
  4661. "supports-color": {
  4662. "optional": true
  4663. }
  4664. }
  4665. },
  4666. "node_modules/deep-eql": {
  4667. "version": "5.0.2",
  4668. "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
  4669. "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
  4670. "dev": true,
  4671. "engines": {
  4672. "node": ">=6"
  4673. }
  4674. },
  4675. "node_modules/deepmerge": {
  4676. "version": "4.3.1",
  4677. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  4678. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  4679. "engines": {
  4680. "node": ">=0.10.0"
  4681. }
  4682. },
  4683. "node_modules/default-browser": {
  4684. "version": "5.2.1",
  4685. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz",
  4686. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  4687. "dependencies": {
  4688. "bundle-name": "^4.1.0",
  4689. "default-browser-id": "^5.0.0"
  4690. },
  4691. "engines": {
  4692. "node": ">=18"
  4693. },
  4694. "funding": {
  4695. "url": "https://github.com/sponsors/sindresorhus"
  4696. }
  4697. },
  4698. "node_modules/default-browser-id": {
  4699. "version": "5.0.0",
  4700. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
  4701. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  4702. "engines": {
  4703. "node": ">=18"
  4704. },
  4705. "funding": {
  4706. "url": "https://github.com/sponsors/sindresorhus"
  4707. }
  4708. },
  4709. "node_modules/define-lazy-prop": {
  4710. "version": "2.0.0",
  4711. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  4712. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  4713. "engines": {
  4714. "node": ">=8"
  4715. }
  4716. },
  4717. "node_modules/defu": {
  4718. "version": "6.1.4",
  4719. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
  4720. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg=="
  4721. },
  4722. "node_modules/delayed-stream": {
  4723. "version": "1.0.0",
  4724. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  4725. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  4726. "engines": {
  4727. "node": ">=0.4.0"
  4728. }
  4729. },
  4730. "node_modules/delegates": {
  4731. "version": "1.0.0",
  4732. "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
  4733. "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ=="
  4734. },
  4735. "node_modules/denque": {
  4736. "version": "2.1.0",
  4737. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  4738. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  4739. "engines": {
  4740. "node": ">=0.10"
  4741. }
  4742. },
  4743. "node_modules/depd": {
  4744. "version": "2.0.0",
  4745. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  4746. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  4747. "engines": {
  4748. "node": ">= 0.8"
  4749. }
  4750. },
  4751. "node_modules/destr": {
  4752. "version": "2.0.3",
  4753. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.3.tgz",
  4754. "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ=="
  4755. },
  4756. "node_modules/destroy": {
  4757. "version": "1.2.0",
  4758. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  4759. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  4760. "engines": {
  4761. "node": ">= 0.8",
  4762. "npm": "1.2.8000 || >= 1.4.16"
  4763. }
  4764. },
  4765. "node_modules/detect-libc": {
  4766. "version": "2.0.3",
  4767. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
  4768. "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
  4769. "engines": {
  4770. "node": ">=8"
  4771. }
  4772. },
  4773. "node_modules/devalue": {
  4774. "version": "5.1.1",
  4775. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.1.1.tgz",
  4776. "integrity": "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw=="
  4777. },
  4778. "node_modules/didyoumean": {
  4779. "version": "1.2.2",
  4780. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  4781. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
  4782. "dev": true
  4783. },
  4784. "node_modules/diff": {
  4785. "version": "7.0.0",
  4786. "resolved": "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz",
  4787. "integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==",
  4788. "engines": {
  4789. "node": ">=0.3.1"
  4790. }
  4791. },
  4792. "node_modules/dlv": {
  4793. "version": "1.1.3",
  4794. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  4795. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
  4796. "dev": true
  4797. },
  4798. "node_modules/dom-serializer": {
  4799. "version": "2.0.0",
  4800. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  4801. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  4802. "dependencies": {
  4803. "domelementtype": "^2.3.0",
  4804. "domhandler": "^5.0.2",
  4805. "entities": "^4.2.0"
  4806. },
  4807. "funding": {
  4808. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  4809. }
  4810. },
  4811. "node_modules/domelementtype": {
  4812. "version": "2.3.0",
  4813. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  4814. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  4815. "funding": [
  4816. {
  4817. "type": "github",
  4818. "url": "https://github.com/sponsors/fb55"
  4819. }
  4820. ]
  4821. },
  4822. "node_modules/domhandler": {
  4823. "version": "5.0.3",
  4824. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  4825. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  4826. "dependencies": {
  4827. "domelementtype": "^2.3.0"
  4828. },
  4829. "engines": {
  4830. "node": ">= 4"
  4831. },
  4832. "funding": {
  4833. "url": "https://github.com/fb55/domhandler?sponsor=1"
  4834. }
  4835. },
  4836. "node_modules/domutils": {
  4837. "version": "3.1.0",
  4838. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
  4839. "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
  4840. "dependencies": {
  4841. "dom-serializer": "^2.0.0",
  4842. "domelementtype": "^2.3.0",
  4843. "domhandler": "^5.0.3"
  4844. },
  4845. "funding": {
  4846. "url": "https://github.com/fb55/domutils?sponsor=1"
  4847. }
  4848. },
  4849. "node_modules/dot-prop": {
  4850. "version": "8.0.2",
  4851. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-8.0.2.tgz",
  4852. "integrity": "sha512-xaBe6ZT4DHPkg0k4Ytbvn5xoxgpG0jOS1dYxSOwAHPuNLjP3/OzN0gH55SrLqpx8cBfSaVt91lXYkApjb+nYdQ==",
  4853. "dependencies": {
  4854. "type-fest": "^3.8.0"
  4855. },
  4856. "engines": {
  4857. "node": ">=16"
  4858. },
  4859. "funding": {
  4860. "url": "https://github.com/sponsors/sindresorhus"
  4861. }
  4862. },
  4863. "node_modules/dotenv": {
  4864. "version": "16.4.5",
  4865. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
  4866. "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
  4867. "engines": {
  4868. "node": ">=12"
  4869. },
  4870. "funding": {
  4871. "url": "https://dotenvx.com"
  4872. }
  4873. },
  4874. "node_modules/duplexer": {
  4875. "version": "0.1.2",
  4876. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  4877. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
  4878. },
  4879. "node_modules/eastasianwidth": {
  4880. "version": "0.2.0",
  4881. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  4882. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
  4883. },
  4884. "node_modules/editorconfig": {
  4885. "version": "1.0.4",
  4886. "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz",
  4887. "integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==",
  4888. "dev": true,
  4889. "dependencies": {
  4890. "@one-ini/wasm": "0.1.1",
  4891. "commander": "^10.0.0",
  4892. "minimatch": "9.0.1",
  4893. "semver": "^7.5.3"
  4894. },
  4895. "bin": {
  4896. "editorconfig": "bin/editorconfig"
  4897. },
  4898. "engines": {
  4899. "node": ">=14"
  4900. }
  4901. },
  4902. "node_modules/editorconfig/node_modules/commander": {
  4903. "version": "10.0.1",
  4904. "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
  4905. "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
  4906. "dev": true,
  4907. "engines": {
  4908. "node": ">=14"
  4909. }
  4910. },
  4911. "node_modules/editorconfig/node_modules/minimatch": {
  4912. "version": "9.0.1",
  4913. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
  4914. "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
  4915. "dev": true,
  4916. "dependencies": {
  4917. "brace-expansion": "^2.0.1"
  4918. },
  4919. "engines": {
  4920. "node": ">=16 || 14 >=14.17"
  4921. },
  4922. "funding": {
  4923. "url": "https://github.com/sponsors/isaacs"
  4924. }
  4925. },
  4926. "node_modules/ee-first": {
  4927. "version": "1.1.1",
  4928. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  4929. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  4930. },
  4931. "node_modules/electron-to-chromium": {
  4932. "version": "1.5.39",
  4933. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.39.tgz",
  4934. "integrity": "sha512-4xkpSR6CjuiaNyvwiWDI85N9AxsvbPawB8xc7yzLPonYTuP19BVgYweKyUMFtHEZgIcHWMt1ks5Cqx2m+6/Grg=="
  4935. },
  4936. "node_modules/emoji-regex": {
  4937. "version": "8.0.0",
  4938. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  4939. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  4940. },
  4941. "node_modules/encodeurl": {
  4942. "version": "2.0.0",
  4943. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  4944. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  4945. "engines": {
  4946. "node": ">= 0.8"
  4947. }
  4948. },
  4949. "node_modules/enhanced-resolve": {
  4950. "version": "5.17.1",
  4951. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz",
  4952. "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==",
  4953. "dependencies": {
  4954. "graceful-fs": "^4.2.4",
  4955. "tapable": "^2.2.0"
  4956. },
  4957. "engines": {
  4958. "node": ">=10.13.0"
  4959. }
  4960. },
  4961. "node_modules/entities": {
  4962. "version": "4.5.0",
  4963. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  4964. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  4965. "engines": {
  4966. "node": ">=0.12"
  4967. },
  4968. "funding": {
  4969. "url": "https://github.com/fb55/entities?sponsor=1"
  4970. }
  4971. },
  4972. "node_modules/error-stack-parser-es": {
  4973. "version": "0.1.5",
  4974. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
  4975. "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
  4976. "funding": {
  4977. "url": "https://github.com/sponsors/antfu"
  4978. }
  4979. },
  4980. "node_modules/errx": {
  4981. "version": "0.1.0",
  4982. "resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
  4983. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q=="
  4984. },
  4985. "node_modules/esbuild": {
  4986. "version": "0.20.2",
  4987. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz",
  4988. "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==",
  4989. "hasInstallScript": true,
  4990. "bin": {
  4991. "esbuild": "bin/esbuild"
  4992. },
  4993. "engines": {
  4994. "node": ">=12"
  4995. },
  4996. "optionalDependencies": {
  4997. "@esbuild/aix-ppc64": "0.20.2",
  4998. "@esbuild/android-arm": "0.20.2",
  4999. "@esbuild/android-arm64": "0.20.2",
  5000. "@esbuild/android-x64": "0.20.2",
  5001. "@esbuild/darwin-arm64": "0.20.2",
  5002. "@esbuild/darwin-x64": "0.20.2",
  5003. "@esbuild/freebsd-arm64": "0.20.2",
  5004. "@esbuild/freebsd-x64": "0.20.2",
  5005. "@esbuild/linux-arm": "0.20.2",
  5006. "@esbuild/linux-arm64": "0.20.2",
  5007. "@esbuild/linux-ia32": "0.20.2",
  5008. "@esbuild/linux-loong64": "0.20.2",
  5009. "@esbuild/linux-mips64el": "0.20.2",
  5010. "@esbuild/linux-ppc64": "0.20.2",
  5011. "@esbuild/linux-riscv64": "0.20.2",
  5012. "@esbuild/linux-s390x": "0.20.2",
  5013. "@esbuild/linux-x64": "0.20.2",
  5014. "@esbuild/netbsd-x64": "0.20.2",
  5015. "@esbuild/openbsd-x64": "0.20.2",
  5016. "@esbuild/sunos-x64": "0.20.2",
  5017. "@esbuild/win32-arm64": "0.20.2",
  5018. "@esbuild/win32-ia32": "0.20.2",
  5019. "@esbuild/win32-x64": "0.20.2"
  5020. }
  5021. },
  5022. "node_modules/escalade": {
  5023. "version": "3.2.0",
  5024. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  5025. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  5026. "engines": {
  5027. "node": ">=6"
  5028. }
  5029. },
  5030. "node_modules/escape-html": {
  5031. "version": "1.0.3",
  5032. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  5033. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  5034. },
  5035. "node_modules/escape-string-regexp": {
  5036. "version": "5.0.0",
  5037. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  5038. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  5039. "engines": {
  5040. "node": ">=12"
  5041. },
  5042. "funding": {
  5043. "url": "https://github.com/sponsors/sindresorhus"
  5044. }
  5045. },
  5046. "node_modules/estree-walker": {
  5047. "version": "3.0.3",
  5048. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  5049. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  5050. "dependencies": {
  5051. "@types/estree": "^1.0.0"
  5052. }
  5053. },
  5054. "node_modules/etag": {
  5055. "version": "1.8.1",
  5056. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  5057. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  5058. "engines": {
  5059. "node": ">= 0.6"
  5060. }
  5061. },
  5062. "node_modules/event-target-shim": {
  5063. "version": "5.0.1",
  5064. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  5065. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  5066. "engines": {
  5067. "node": ">=6"
  5068. }
  5069. },
  5070. "node_modules/events": {
  5071. "version": "3.3.0",
  5072. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  5073. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  5074. "engines": {
  5075. "node": ">=0.8.x"
  5076. }
  5077. },
  5078. "node_modules/execa": {
  5079. "version": "8.0.1",
  5080. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  5081. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  5082. "dependencies": {
  5083. "cross-spawn": "^7.0.3",
  5084. "get-stream": "^8.0.1",
  5085. "human-signals": "^5.0.0",
  5086. "is-stream": "^3.0.0",
  5087. "merge-stream": "^2.0.0",
  5088. "npm-run-path": "^5.1.0",
  5089. "onetime": "^6.0.0",
  5090. "signal-exit": "^4.1.0",
  5091. "strip-final-newline": "^3.0.0"
  5092. },
  5093. "engines": {
  5094. "node": ">=16.17"
  5095. },
  5096. "funding": {
  5097. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  5098. }
  5099. },
  5100. "node_modules/execa/node_modules/is-stream": {
  5101. "version": "3.0.0",
  5102. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  5103. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  5104. "engines": {
  5105. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5106. },
  5107. "funding": {
  5108. "url": "https://github.com/sponsors/sindresorhus"
  5109. }
  5110. },
  5111. "node_modules/externality": {
  5112. "version": "1.0.2",
  5113. "resolved": "https://registry.npmjs.org/externality/-/externality-1.0.2.tgz",
  5114. "integrity": "sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==",
  5115. "dependencies": {
  5116. "enhanced-resolve": "^5.14.1",
  5117. "mlly": "^1.3.0",
  5118. "pathe": "^1.1.1",
  5119. "ufo": "^1.1.2"
  5120. }
  5121. },
  5122. "node_modules/fake-indexeddb": {
  5123. "version": "6.0.0",
  5124. "resolved": "https://registry.npmjs.org/fake-indexeddb/-/fake-indexeddb-6.0.0.tgz",
  5125. "integrity": "sha512-YEboHE5VfopUclOck7LncgIqskAqnv4q0EWbYCaxKKjAvO93c+TJIaBuGy8CBFdbg9nKdpN3AuPRwVBJ4k7NrQ==",
  5126. "dev": true,
  5127. "engines": {
  5128. "node": ">=18"
  5129. }
  5130. },
  5131. "node_modules/fast-fifo": {
  5132. "version": "1.3.2",
  5133. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  5134. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
  5135. },
  5136. "node_modules/fast-glob": {
  5137. "version": "3.3.2",
  5138. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
  5139. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  5140. "dependencies": {
  5141. "@nodelib/fs.stat": "^2.0.2",
  5142. "@nodelib/fs.walk": "^1.2.3",
  5143. "glob-parent": "^5.1.2",
  5144. "merge2": "^1.3.0",
  5145. "micromatch": "^4.0.4"
  5146. },
  5147. "engines": {
  5148. "node": ">=8.6.0"
  5149. }
  5150. },
  5151. "node_modules/fast-npm-meta": {
  5152. "version": "0.2.2",
  5153. "resolved": "https://registry.npmjs.org/fast-npm-meta/-/fast-npm-meta-0.2.2.tgz",
  5154. "integrity": "sha512-E+fdxeaOQGo/CMWc9f4uHFfgUPJRAu7N3uB8GBvB3SDPAIWJK4GKyYhkAGFq+GYrcbKNfQIz5VVQyJnDuPPCrg==",
  5155. "funding": {
  5156. "url": "https://github.com/sponsors/antfu"
  5157. }
  5158. },
  5159. "node_modules/fastq": {
  5160. "version": "1.17.1",
  5161. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  5162. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  5163. "dependencies": {
  5164. "reusify": "^1.0.4"
  5165. }
  5166. },
  5167. "node_modules/file-uri-to-path": {
  5168. "version": "1.0.0",
  5169. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  5170. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
  5171. },
  5172. "node_modules/fill-range": {
  5173. "version": "7.1.1",
  5174. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  5175. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  5176. "dependencies": {
  5177. "to-regex-range": "^5.0.1"
  5178. },
  5179. "engines": {
  5180. "node": ">=8"
  5181. }
  5182. },
  5183. "node_modules/flatted": {
  5184. "version": "3.3.1",
  5185. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
  5186. "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw=="
  5187. },
  5188. "node_modules/follow-redirects": {
  5189. "version": "1.15.9",
  5190. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
  5191. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  5192. "funding": [
  5193. {
  5194. "type": "individual",
  5195. "url": "https://github.com/sponsors/RubenVerborgh"
  5196. }
  5197. ],
  5198. "engines": {
  5199. "node": ">=4.0"
  5200. },
  5201. "peerDependenciesMeta": {
  5202. "debug": {
  5203. "optional": true
  5204. }
  5205. }
  5206. },
  5207. "node_modules/foreground-child": {
  5208. "version": "3.3.0",
  5209. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
  5210. "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
  5211. "dependencies": {
  5212. "cross-spawn": "^7.0.0",
  5213. "signal-exit": "^4.0.1"
  5214. },
  5215. "engines": {
  5216. "node": ">=14"
  5217. },
  5218. "funding": {
  5219. "url": "https://github.com/sponsors/isaacs"
  5220. }
  5221. },
  5222. "node_modules/form-data": {
  5223. "version": "4.0.1",
  5224. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz",
  5225. "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==",
  5226. "dependencies": {
  5227. "asynckit": "^0.4.0",
  5228. "combined-stream": "^1.0.8",
  5229. "mime-types": "^2.1.12"
  5230. },
  5231. "engines": {
  5232. "node": ">= 6"
  5233. }
  5234. },
  5235. "node_modules/fraction.js": {
  5236. "version": "4.3.7",
  5237. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  5238. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  5239. "engines": {
  5240. "node": "*"
  5241. },
  5242. "funding": {
  5243. "type": "patreon",
  5244. "url": "https://github.com/sponsors/rawify"
  5245. }
  5246. },
  5247. "node_modules/fresh": {
  5248. "version": "0.5.2",
  5249. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  5250. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  5251. "engines": {
  5252. "node": ">= 0.6"
  5253. }
  5254. },
  5255. "node_modules/fs-extra": {
  5256. "version": "11.2.0",
  5257. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
  5258. "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
  5259. "dependencies": {
  5260. "graceful-fs": "^4.2.0",
  5261. "jsonfile": "^6.0.1",
  5262. "universalify": "^2.0.0"
  5263. },
  5264. "engines": {
  5265. "node": ">=14.14"
  5266. }
  5267. },
  5268. "node_modules/fs-minipass": {
  5269. "version": "2.1.0",
  5270. "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
  5271. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  5272. "dependencies": {
  5273. "minipass": "^3.0.0"
  5274. },
  5275. "engines": {
  5276. "node": ">= 8"
  5277. }
  5278. },
  5279. "node_modules/fs-minipass/node_modules/minipass": {
  5280. "version": "3.3.6",
  5281. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  5282. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  5283. "dependencies": {
  5284. "yallist": "^4.0.0"
  5285. },
  5286. "engines": {
  5287. "node": ">=8"
  5288. }
  5289. },
  5290. "node_modules/fs-minipass/node_modules/yallist": {
  5291. "version": "4.0.0",
  5292. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  5293. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  5294. },
  5295. "node_modules/fs.realpath": {
  5296. "version": "1.0.0",
  5297. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  5298. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  5299. },
  5300. "node_modules/fsevents": {
  5301. "version": "2.3.2",
  5302. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
  5303. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  5304. "hasInstallScript": true,
  5305. "optional": true,
  5306. "os": [
  5307. "darwin"
  5308. ],
  5309. "engines": {
  5310. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5311. }
  5312. },
  5313. "node_modules/function-bind": {
  5314. "version": "1.1.2",
  5315. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  5316. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  5317. "funding": {
  5318. "url": "https://github.com/sponsors/ljharb"
  5319. }
  5320. },
  5321. "node_modules/gauge": {
  5322. "version": "3.0.2",
  5323. "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
  5324. "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
  5325. "deprecated": "This package is no longer supported.",
  5326. "dependencies": {
  5327. "aproba": "^1.0.3 || ^2.0.0",
  5328. "color-support": "^1.1.2",
  5329. "console-control-strings": "^1.0.0",
  5330. "has-unicode": "^2.0.1",
  5331. "object-assign": "^4.1.1",
  5332. "signal-exit": "^3.0.0",
  5333. "string-width": "^4.2.3",
  5334. "strip-ansi": "^6.0.1",
  5335. "wide-align": "^1.1.2"
  5336. },
  5337. "engines": {
  5338. "node": ">=10"
  5339. }
  5340. },
  5341. "node_modules/gauge/node_modules/signal-exit": {
  5342. "version": "3.0.7",
  5343. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  5344. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  5345. },
  5346. "node_modules/gensync": {
  5347. "version": "1.0.0-beta.2",
  5348. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  5349. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  5350. "engines": {
  5351. "node": ">=6.9.0"
  5352. }
  5353. },
  5354. "node_modules/get-caller-file": {
  5355. "version": "2.0.5",
  5356. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  5357. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  5358. "engines": {
  5359. "node": "6.* || 8.* || >= 10.*"
  5360. }
  5361. },
  5362. "node_modules/get-port-please": {
  5363. "version": "3.1.2",
  5364. "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.1.2.tgz",
  5365. "integrity": "sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ=="
  5366. },
  5367. "node_modules/get-stream": {
  5368. "version": "8.0.1",
  5369. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  5370. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  5371. "engines": {
  5372. "node": ">=16"
  5373. },
  5374. "funding": {
  5375. "url": "https://github.com/sponsors/sindresorhus"
  5376. }
  5377. },
  5378. "node_modules/giget": {
  5379. "version": "1.2.3",
  5380. "resolved": "https://registry.npmjs.org/giget/-/giget-1.2.3.tgz",
  5381. "integrity": "sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==",
  5382. "dependencies": {
  5383. "citty": "^0.1.6",
  5384. "consola": "^3.2.3",
  5385. "defu": "^6.1.4",
  5386. "node-fetch-native": "^1.6.3",
  5387. "nypm": "^0.3.8",
  5388. "ohash": "^1.1.3",
  5389. "pathe": "^1.1.2",
  5390. "tar": "^6.2.0"
  5391. },
  5392. "bin": {
  5393. "giget": "dist/cli.mjs"
  5394. }
  5395. },
  5396. "node_modules/git-config-path": {
  5397. "version": "2.0.0",
  5398. "resolved": "https://registry.npmjs.org/git-config-path/-/git-config-path-2.0.0.tgz",
  5399. "integrity": "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==",
  5400. "engines": {
  5401. "node": ">=4"
  5402. }
  5403. },
  5404. "node_modules/git-up": {
  5405. "version": "7.0.0",
  5406. "resolved": "https://registry.npmjs.org/git-up/-/git-up-7.0.0.tgz",
  5407. "integrity": "sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==",
  5408. "dependencies": {
  5409. "is-ssh": "^1.4.0",
  5410. "parse-url": "^8.1.0"
  5411. }
  5412. },
  5413. "node_modules/git-url-parse": {
  5414. "version": "15.0.0",
  5415. "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-15.0.0.tgz",
  5416. "integrity": "sha512-5reeBufLi+i4QD3ZFftcJs9jC26aULFLBU23FeKM/b1rI0K6ofIeAblmDVO7Ht22zTDE9+CkJ3ZVb0CgJmz3UQ==",
  5417. "dependencies": {
  5418. "git-up": "^7.0.0"
  5419. }
  5420. },
  5421. "node_modules/glob": {
  5422. "version": "8.1.0",
  5423. "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
  5424. "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
  5425. "deprecated": "Glob versions prior to v9 are no longer supported",
  5426. "dependencies": {
  5427. "fs.realpath": "^1.0.0",
  5428. "inflight": "^1.0.4",
  5429. "inherits": "2",
  5430. "minimatch": "^5.0.1",
  5431. "once": "^1.3.0"
  5432. },
  5433. "engines": {
  5434. "node": ">=12"
  5435. },
  5436. "funding": {
  5437. "url": "https://github.com/sponsors/isaacs"
  5438. }
  5439. },
  5440. "node_modules/glob-parent": {
  5441. "version": "5.1.2",
  5442. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  5443. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5444. "dependencies": {
  5445. "is-glob": "^4.0.1"
  5446. },
  5447. "engines": {
  5448. "node": ">= 6"
  5449. }
  5450. },
  5451. "node_modules/global-directory": {
  5452. "version": "4.0.1",
  5453. "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  5454. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  5455. "dependencies": {
  5456. "ini": "4.1.1"
  5457. },
  5458. "engines": {
  5459. "node": ">=18"
  5460. },
  5461. "funding": {
  5462. "url": "https://github.com/sponsors/sindresorhus"
  5463. }
  5464. },
  5465. "node_modules/globals": {
  5466. "version": "11.12.0",
  5467. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  5468. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  5469. "engines": {
  5470. "node": ">=4"
  5471. }
  5472. },
  5473. "node_modules/globby": {
  5474. "version": "14.0.2",
  5475. "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz",
  5476. "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==",
  5477. "dependencies": {
  5478. "@sindresorhus/merge-streams": "^2.1.0",
  5479. "fast-glob": "^3.3.2",
  5480. "ignore": "^5.2.4",
  5481. "path-type": "^5.0.0",
  5482. "slash": "^5.1.0",
  5483. "unicorn-magic": "^0.1.0"
  5484. },
  5485. "engines": {
  5486. "node": ">=18"
  5487. },
  5488. "funding": {
  5489. "url": "https://github.com/sponsors/sindresorhus"
  5490. }
  5491. },
  5492. "node_modules/graceful-fs": {
  5493. "version": "4.2.11",
  5494. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  5495. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  5496. },
  5497. "node_modules/gzip-size": {
  5498. "version": "7.0.0",
  5499. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",
  5500. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  5501. "dependencies": {
  5502. "duplexer": "^0.1.2"
  5503. },
  5504. "engines": {
  5505. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5506. },
  5507. "funding": {
  5508. "url": "https://github.com/sponsors/sindresorhus"
  5509. }
  5510. },
  5511. "node_modules/h3": {
  5512. "version": "1.13.0",
  5513. "resolved": "https://registry.npmjs.org/h3/-/h3-1.13.0.tgz",
  5514. "integrity": "sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==",
  5515. "dependencies": {
  5516. "cookie-es": "^1.2.2",
  5517. "crossws": ">=0.2.0 <0.4.0",
  5518. "defu": "^6.1.4",
  5519. "destr": "^2.0.3",
  5520. "iron-webcrypto": "^1.2.1",
  5521. "ohash": "^1.1.4",
  5522. "radix3": "^1.1.2",
  5523. "ufo": "^1.5.4",
  5524. "uncrypto": "^0.1.3",
  5525. "unenv": "^1.10.0"
  5526. }
  5527. },
  5528. "node_modules/happy-dom": {
  5529. "version": "15.7.4",
  5530. "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.4.tgz",
  5531. "integrity": "sha512-r1vadDYGMtsHAAsqhDuk4IpPvr6N8MGKy5ntBo7tSdim+pWDxus2PNqOcOt8LuDZ4t3KJHE+gCuzupcx/GKnyQ==",
  5532. "dev": true,
  5533. "dependencies": {
  5534. "entities": "^4.5.0",
  5535. "webidl-conversions": "^7.0.0",
  5536. "whatwg-mimetype": "^3.0.0"
  5537. },
  5538. "engines": {
  5539. "node": ">=18.0.0"
  5540. }
  5541. },
  5542. "node_modules/happy-dom/node_modules/webidl-conversions": {
  5543. "version": "7.0.0",
  5544. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
  5545. "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
  5546. "dev": true,
  5547. "engines": {
  5548. "node": ">=12"
  5549. }
  5550. },
  5551. "node_modules/has-flag": {
  5552. "version": "3.0.0",
  5553. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  5554. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  5555. "engines": {
  5556. "node": ">=4"
  5557. }
  5558. },
  5559. "node_modules/has-unicode": {
  5560. "version": "2.0.1",
  5561. "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
  5562. "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
  5563. },
  5564. "node_modules/hash-sum": {
  5565. "version": "2.0.0",
  5566. "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz",
  5567. "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg=="
  5568. },
  5569. "node_modules/hasown": {
  5570. "version": "2.0.2",
  5571. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  5572. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  5573. "dependencies": {
  5574. "function-bind": "^1.1.2"
  5575. },
  5576. "engines": {
  5577. "node": ">= 0.4"
  5578. }
  5579. },
  5580. "node_modules/hookable": {
  5581. "version": "5.5.3",
  5582. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  5583. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ=="
  5584. },
  5585. "node_modules/html-tags": {
  5586. "version": "3.3.1",
  5587. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
  5588. "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
  5589. "engines": {
  5590. "node": ">=8"
  5591. },
  5592. "funding": {
  5593. "url": "https://github.com/sponsors/sindresorhus"
  5594. }
  5595. },
  5596. "node_modules/http-errors": {
  5597. "version": "2.0.0",
  5598. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  5599. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  5600. "dependencies": {
  5601. "depd": "2.0.0",
  5602. "inherits": "2.0.4",
  5603. "setprototypeof": "1.2.0",
  5604. "statuses": "2.0.1",
  5605. "toidentifier": "1.0.1"
  5606. },
  5607. "engines": {
  5608. "node": ">= 0.8"
  5609. }
  5610. },
  5611. "node_modules/http-shutdown": {
  5612. "version": "1.2.2",
  5613. "resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
  5614. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  5615. "engines": {
  5616. "iojs": ">= 1.0.0",
  5617. "node": ">= 0.12.0"
  5618. }
  5619. },
  5620. "node_modules/https-proxy-agent": {
  5621. "version": "5.0.1",
  5622. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  5623. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  5624. "dependencies": {
  5625. "agent-base": "6",
  5626. "debug": "4"
  5627. },
  5628. "engines": {
  5629. "node": ">= 6"
  5630. }
  5631. },
  5632. "node_modules/httpxy": {
  5633. "version": "0.1.5",
  5634. "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.1.5.tgz",
  5635. "integrity": "sha512-hqLDO+rfststuyEUTWObQK6zHEEmZ/kaIP2/zclGGZn6X8h/ESTWg+WKecQ/e5k4nPswjzZD+q2VqZIbr15CoQ=="
  5636. },
  5637. "node_modules/human-signals": {
  5638. "version": "5.0.0",
  5639. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  5640. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  5641. "engines": {
  5642. "node": ">=16.17.0"
  5643. }
  5644. },
  5645. "node_modules/ieee754": {
  5646. "version": "1.2.1",
  5647. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  5648. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  5649. "funding": [
  5650. {
  5651. "type": "github",
  5652. "url": "https://github.com/sponsors/feross"
  5653. },
  5654. {
  5655. "type": "patreon",
  5656. "url": "https://www.patreon.com/feross"
  5657. },
  5658. {
  5659. "type": "consulting",
  5660. "url": "https://feross.org/support"
  5661. }
  5662. ]
  5663. },
  5664. "node_modules/ignore": {
  5665. "version": "5.3.2",
  5666. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  5667. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  5668. "engines": {
  5669. "node": ">= 4"
  5670. }
  5671. },
  5672. "node_modules/image-meta": {
  5673. "version": "0.2.1",
  5674. "resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.1.tgz",
  5675. "integrity": "sha512-K6acvFaelNxx8wc2VjbIzXKDVB0Khs0QT35U6NkGfTdCmjLNcO2945m7RFNR9/RPVFm48hq7QPzK8uGH18HCGw=="
  5676. },
  5677. "node_modules/immutable": {
  5678. "version": "4.3.7",
  5679. "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz",
  5680. "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==",
  5681. "devOptional": true
  5682. },
  5683. "node_modules/impound": {
  5684. "version": "0.1.0",
  5685. "resolved": "https://registry.npmjs.org/impound/-/impound-0.1.0.tgz",
  5686. "integrity": "sha512-F9nJgOsDc3tysjN74edE0vGPEQrU7DAje6g5nNAL5Jc9Tv4JW3mH7XMGne+EaadTniDXLeUrVR21opkNfWO1zQ==",
  5687. "dependencies": {
  5688. "@rollup/pluginutils": "^5.1.0",
  5689. "mlly": "^1.7.1",
  5690. "pathe": "^1.1.2",
  5691. "unenv": "^1.10.0",
  5692. "unplugin": "^1.12.2"
  5693. }
  5694. },
  5695. "node_modules/inflight": {
  5696. "version": "1.0.6",
  5697. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  5698. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  5699. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  5700. "dependencies": {
  5701. "once": "^1.3.0",
  5702. "wrappy": "1"
  5703. }
  5704. },
  5705. "node_modules/inherits": {
  5706. "version": "2.0.4",
  5707. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  5708. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  5709. },
  5710. "node_modules/ini": {
  5711. "version": "4.1.1",
  5712. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
  5713. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  5714. "engines": {
  5715. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5716. }
  5717. },
  5718. "node_modules/ioredis": {
  5719. "version": "5.4.1",
  5720. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.1.tgz",
  5721. "integrity": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==",
  5722. "dependencies": {
  5723. "@ioredis/commands": "^1.1.1",
  5724. "cluster-key-slot": "^1.1.0",
  5725. "debug": "^4.3.4",
  5726. "denque": "^2.1.0",
  5727. "lodash.defaults": "^4.2.0",
  5728. "lodash.isarguments": "^3.1.0",
  5729. "redis-errors": "^1.2.0",
  5730. "redis-parser": "^3.0.0",
  5731. "standard-as-callback": "^2.1.0"
  5732. },
  5733. "engines": {
  5734. "node": ">=12.22.0"
  5735. },
  5736. "funding": {
  5737. "type": "opencollective",
  5738. "url": "https://opencollective.com/ioredis"
  5739. }
  5740. },
  5741. "node_modules/iron-webcrypto": {
  5742. "version": "1.2.1",
  5743. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  5744. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  5745. "funding": {
  5746. "url": "https://github.com/sponsors/brc-dd"
  5747. }
  5748. },
  5749. "node_modules/is-binary-path": {
  5750. "version": "2.1.0",
  5751. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  5752. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  5753. "dependencies": {
  5754. "binary-extensions": "^2.0.0"
  5755. },
  5756. "engines": {
  5757. "node": ">=8"
  5758. }
  5759. },
  5760. "node_modules/is-core-module": {
  5761. "version": "2.15.1",
  5762. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
  5763. "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
  5764. "dependencies": {
  5765. "hasown": "^2.0.2"
  5766. },
  5767. "engines": {
  5768. "node": ">= 0.4"
  5769. },
  5770. "funding": {
  5771. "url": "https://github.com/sponsors/ljharb"
  5772. }
  5773. },
  5774. "node_modules/is-docker": {
  5775. "version": "3.0.0",
  5776. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  5777. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  5778. "bin": {
  5779. "is-docker": "cli.js"
  5780. },
  5781. "engines": {
  5782. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5783. },
  5784. "funding": {
  5785. "url": "https://github.com/sponsors/sindresorhus"
  5786. }
  5787. },
  5788. "node_modules/is-extglob": {
  5789. "version": "2.1.1",
  5790. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  5791. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  5792. "engines": {
  5793. "node": ">=0.10.0"
  5794. }
  5795. },
  5796. "node_modules/is-fullwidth-code-point": {
  5797. "version": "3.0.0",
  5798. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  5799. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  5800. "engines": {
  5801. "node": ">=8"
  5802. }
  5803. },
  5804. "node_modules/is-glob": {
  5805. "version": "4.0.3",
  5806. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  5807. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5808. "dependencies": {
  5809. "is-extglob": "^2.1.1"
  5810. },
  5811. "engines": {
  5812. "node": ">=0.10.0"
  5813. }
  5814. },
  5815. "node_modules/is-inside-container": {
  5816. "version": "1.0.0",
  5817. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  5818. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  5819. "dependencies": {
  5820. "is-docker": "^3.0.0"
  5821. },
  5822. "bin": {
  5823. "is-inside-container": "cli.js"
  5824. },
  5825. "engines": {
  5826. "node": ">=14.16"
  5827. },
  5828. "funding": {
  5829. "url": "https://github.com/sponsors/sindresorhus"
  5830. }
  5831. },
  5832. "node_modules/is-installed-globally": {
  5833. "version": "1.0.0",
  5834. "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  5835. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  5836. "dependencies": {
  5837. "global-directory": "^4.0.1",
  5838. "is-path-inside": "^4.0.0"
  5839. },
  5840. "engines": {
  5841. "node": ">=18"
  5842. },
  5843. "funding": {
  5844. "url": "https://github.com/sponsors/sindresorhus"
  5845. }
  5846. },
  5847. "node_modules/is-module": {
  5848. "version": "1.0.0",
  5849. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  5850. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
  5851. },
  5852. "node_modules/is-number": {
  5853. "version": "7.0.0",
  5854. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  5855. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5856. "engines": {
  5857. "node": ">=0.12.0"
  5858. }
  5859. },
  5860. "node_modules/is-path-inside": {
  5861. "version": "4.0.0",
  5862. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  5863. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  5864. "engines": {
  5865. "node": ">=12"
  5866. },
  5867. "funding": {
  5868. "url": "https://github.com/sponsors/sindresorhus"
  5869. }
  5870. },
  5871. "node_modules/is-reference": {
  5872. "version": "1.2.1",
  5873. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  5874. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  5875. "dependencies": {
  5876. "@types/estree": "*"
  5877. }
  5878. },
  5879. "node_modules/is-ssh": {
  5880. "version": "1.4.0",
  5881. "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.0.tgz",
  5882. "integrity": "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==",
  5883. "dependencies": {
  5884. "protocols": "^2.0.1"
  5885. }
  5886. },
  5887. "node_modules/is-stream": {
  5888. "version": "2.0.1",
  5889. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5890. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5891. "engines": {
  5892. "node": ">=8"
  5893. },
  5894. "funding": {
  5895. "url": "https://github.com/sponsors/sindresorhus"
  5896. }
  5897. },
  5898. "node_modules/is-what": {
  5899. "version": "4.1.16",
  5900. "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz",
  5901. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  5902. "engines": {
  5903. "node": ">=12.13"
  5904. },
  5905. "funding": {
  5906. "url": "https://github.com/sponsors/mesqueeb"
  5907. }
  5908. },
  5909. "node_modules/is-wsl": {
  5910. "version": "3.1.0",
  5911. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
  5912. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  5913. "dependencies": {
  5914. "is-inside-container": "^1.0.0"
  5915. },
  5916. "engines": {
  5917. "node": ">=16"
  5918. },
  5919. "funding": {
  5920. "url": "https://github.com/sponsors/sindresorhus"
  5921. }
  5922. },
  5923. "node_modules/is64bit": {
  5924. "version": "2.0.0",
  5925. "resolved": "https://registry.npmjs.org/is64bit/-/is64bit-2.0.0.tgz",
  5926. "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
  5927. "dependencies": {
  5928. "system-architecture": "^0.1.0"
  5929. },
  5930. "engines": {
  5931. "node": ">=18"
  5932. },
  5933. "funding": {
  5934. "url": "https://github.com/sponsors/sindresorhus"
  5935. }
  5936. },
  5937. "node_modules/isarray": {
  5938. "version": "1.0.0",
  5939. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  5940. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  5941. },
  5942. "node_modules/isexe": {
  5943. "version": "2.0.0",
  5944. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  5945. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  5946. },
  5947. "node_modules/jackspeak": {
  5948. "version": "3.4.3",
  5949. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  5950. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  5951. "dependencies": {
  5952. "@isaacs/cliui": "^8.0.2"
  5953. },
  5954. "funding": {
  5955. "url": "https://github.com/sponsors/isaacs"
  5956. },
  5957. "optionalDependencies": {
  5958. "@pkgjs/parseargs": "^0.11.0"
  5959. }
  5960. },
  5961. "node_modules/jiti": {
  5962. "version": "1.21.6",
  5963. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
  5964. "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
  5965. "bin": {
  5966. "jiti": "bin/jiti.js"
  5967. }
  5968. },
  5969. "node_modules/js-beautify": {
  5970. "version": "1.15.1",
  5971. "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.1.tgz",
  5972. "integrity": "sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==",
  5973. "dev": true,
  5974. "dependencies": {
  5975. "config-chain": "^1.1.13",
  5976. "editorconfig": "^1.0.4",
  5977. "glob": "^10.3.3",
  5978. "js-cookie": "^3.0.5",
  5979. "nopt": "^7.2.0"
  5980. },
  5981. "bin": {
  5982. "css-beautify": "js/bin/css-beautify.js",
  5983. "html-beautify": "js/bin/html-beautify.js",
  5984. "js-beautify": "js/bin/js-beautify.js"
  5985. },
  5986. "engines": {
  5987. "node": ">=14"
  5988. }
  5989. },
  5990. "node_modules/js-beautify/node_modules/abbrev": {
  5991. "version": "2.0.0",
  5992. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
  5993. "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
  5994. "dev": true,
  5995. "engines": {
  5996. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5997. }
  5998. },
  5999. "node_modules/js-beautify/node_modules/glob": {
  6000. "version": "10.4.5",
  6001. "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
  6002. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  6003. "dev": true,
  6004. "dependencies": {
  6005. "foreground-child": "^3.1.0",
  6006. "jackspeak": "^3.1.2",
  6007. "minimatch": "^9.0.4",
  6008. "minipass": "^7.1.2",
  6009. "package-json-from-dist": "^1.0.0",
  6010. "path-scurry": "^1.11.1"
  6011. },
  6012. "bin": {
  6013. "glob": "dist/esm/bin.mjs"
  6014. },
  6015. "funding": {
  6016. "url": "https://github.com/sponsors/isaacs"
  6017. }
  6018. },
  6019. "node_modules/js-beautify/node_modules/minimatch": {
  6020. "version": "9.0.5",
  6021. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
  6022. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  6023. "dev": true,
  6024. "dependencies": {
  6025. "brace-expansion": "^2.0.1"
  6026. },
  6027. "engines": {
  6028. "node": ">=16 || 14 >=14.17"
  6029. },
  6030. "funding": {
  6031. "url": "https://github.com/sponsors/isaacs"
  6032. }
  6033. },
  6034. "node_modules/js-beautify/node_modules/minipass": {
  6035. "version": "7.1.2",
  6036. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
  6037. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  6038. "dev": true,
  6039. "engines": {
  6040. "node": ">=16 || 14 >=14.17"
  6041. }
  6042. },
  6043. "node_modules/js-beautify/node_modules/nopt": {
  6044. "version": "7.2.1",
  6045. "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
  6046. "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
  6047. "dev": true,
  6048. "dependencies": {
  6049. "abbrev": "^2.0.0"
  6050. },
  6051. "bin": {
  6052. "nopt": "bin/nopt.js"
  6053. },
  6054. "engines": {
  6055. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  6056. }
  6057. },
  6058. "node_modules/js-cookie": {
  6059. "version": "3.0.5",
  6060. "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz",
  6061. "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
  6062. "dev": true,
  6063. "engines": {
  6064. "node": ">=14"
  6065. }
  6066. },
  6067. "node_modules/js-tokens": {
  6068. "version": "4.0.0",
  6069. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  6070. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  6071. },
  6072. "node_modules/js-yaml": {
  6073. "version": "4.1.0",
  6074. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  6075. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  6076. "dependencies": {
  6077. "argparse": "^2.0.1"
  6078. },
  6079. "bin": {
  6080. "js-yaml": "bin/js-yaml.js"
  6081. }
  6082. },
  6083. "node_modules/jsesc": {
  6084. "version": "3.0.2",
  6085. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
  6086. "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
  6087. "bin": {
  6088. "jsesc": "bin/jsesc"
  6089. },
  6090. "engines": {
  6091. "node": ">=6"
  6092. }
  6093. },
  6094. "node_modules/json5": {
  6095. "version": "2.2.3",
  6096. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  6097. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  6098. "bin": {
  6099. "json5": "lib/cli.js"
  6100. },
  6101. "engines": {
  6102. "node": ">=6"
  6103. }
  6104. },
  6105. "node_modules/jsonfile": {
  6106. "version": "6.1.0",
  6107. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  6108. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  6109. "dependencies": {
  6110. "universalify": "^2.0.0"
  6111. },
  6112. "optionalDependencies": {
  6113. "graceful-fs": "^4.1.6"
  6114. }
  6115. },
  6116. "node_modules/kleur": {
  6117. "version": "3.0.3",
  6118. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  6119. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  6120. "engines": {
  6121. "node": ">=6"
  6122. }
  6123. },
  6124. "node_modules/klona": {
  6125. "version": "2.0.6",
  6126. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  6127. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  6128. "engines": {
  6129. "node": ">= 8"
  6130. }
  6131. },
  6132. "node_modules/knitwork": {
  6133. "version": "1.1.0",
  6134. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.1.0.tgz",
  6135. "integrity": "sha512-oHnmiBUVHz1V+URE77PNot2lv3QiYU2zQf1JjOVkMt3YDKGbu8NAFr+c4mcNOhdsGrB/VpVbRwPwhiXrPhxQbw=="
  6136. },
  6137. "node_modules/kolorist": {
  6138. "version": "1.8.0",
  6139. "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
  6140. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ=="
  6141. },
  6142. "node_modules/launch-editor": {
  6143. "version": "2.9.1",
  6144. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.9.1.tgz",
  6145. "integrity": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==",
  6146. "dependencies": {
  6147. "picocolors": "^1.0.0",
  6148. "shell-quote": "^1.8.1"
  6149. }
  6150. },
  6151. "node_modules/lazystream": {
  6152. "version": "1.0.1",
  6153. "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
  6154. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  6155. "dependencies": {
  6156. "readable-stream": "^2.0.5"
  6157. },
  6158. "engines": {
  6159. "node": ">= 0.6.3"
  6160. }
  6161. },
  6162. "node_modules/lazystream/node_modules/readable-stream": {
  6163. "version": "2.3.8",
  6164. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  6165. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  6166. "dependencies": {
  6167. "core-util-is": "~1.0.0",
  6168. "inherits": "~2.0.3",
  6169. "isarray": "~1.0.0",
  6170. "process-nextick-args": "~2.0.0",
  6171. "safe-buffer": "~5.1.1",
  6172. "string_decoder": "~1.1.1",
  6173. "util-deprecate": "~1.0.1"
  6174. }
  6175. },
  6176. "node_modules/lazystream/node_modules/safe-buffer": {
  6177. "version": "5.1.2",
  6178. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  6179. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  6180. },
  6181. "node_modules/lazystream/node_modules/string_decoder": {
  6182. "version": "1.1.1",
  6183. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  6184. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  6185. "dependencies": {
  6186. "safe-buffer": "~5.1.0"
  6187. }
  6188. },
  6189. "node_modules/lilconfig": {
  6190. "version": "3.1.2",
  6191. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
  6192. "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
  6193. "engines": {
  6194. "node": ">=14"
  6195. },
  6196. "funding": {
  6197. "url": "https://github.com/sponsors/antonk52"
  6198. }
  6199. },
  6200. "node_modules/lines-and-columns": {
  6201. "version": "1.2.4",
  6202. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  6203. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  6204. "dev": true
  6205. },
  6206. "node_modules/listhen": {
  6207. "version": "1.9.0",
  6208. "resolved": "https://registry.npmjs.org/listhen/-/listhen-1.9.0.tgz",
  6209. "integrity": "sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==",
  6210. "dependencies": {
  6211. "@parcel/watcher": "^2.4.1",
  6212. "@parcel/watcher-wasm": "^2.4.1",
  6213. "citty": "^0.1.6",
  6214. "clipboardy": "^4.0.0",
  6215. "consola": "^3.2.3",
  6216. "crossws": ">=0.2.0 <0.4.0",
  6217. "defu": "^6.1.4",
  6218. "get-port-please": "^3.1.2",
  6219. "h3": "^1.12.0",
  6220. "http-shutdown": "^1.2.2",
  6221. "jiti": "^2.1.2",
  6222. "mlly": "^1.7.1",
  6223. "node-forge": "^1.3.1",
  6224. "pathe": "^1.1.2",
  6225. "std-env": "^3.7.0",
  6226. "ufo": "^1.5.4",
  6227. "untun": "^0.1.3",
  6228. "uqr": "^0.1.2"
  6229. },
  6230. "bin": {
  6231. "listen": "bin/listhen.mjs",
  6232. "listhen": "bin/listhen.mjs"
  6233. }
  6234. },
  6235. "node_modules/listhen/node_modules/jiti": {
  6236. "version": "2.3.3",
  6237. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.3.3.tgz",
  6238. "integrity": "sha512-EX4oNDwcXSivPrw2qKH2LB5PoFxEvgtv2JgwW0bU858HoLQ+kutSvjLMUqBd0PeJYEinLWhoI9Ol0eYMqj/wNQ==",
  6239. "bin": {
  6240. "jiti": "lib/jiti-cli.mjs"
  6241. }
  6242. },
  6243. "node_modules/local-pkg": {
  6244. "version": "0.5.0",
  6245. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz",
  6246. "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
  6247. "dependencies": {
  6248. "mlly": "^1.4.2",
  6249. "pkg-types": "^1.0.3"
  6250. },
  6251. "engines": {
  6252. "node": ">=14"
  6253. },
  6254. "funding": {
  6255. "url": "https://github.com/sponsors/antfu"
  6256. }
  6257. },
  6258. "node_modules/lodash": {
  6259. "version": "4.17.21",
  6260. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  6261. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  6262. },
  6263. "node_modules/lodash.defaults": {
  6264. "version": "4.2.0",
  6265. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  6266. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ=="
  6267. },
  6268. "node_modules/lodash.isarguments": {
  6269. "version": "3.1.0",
  6270. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  6271. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg=="
  6272. },
  6273. "node_modules/lodash.memoize": {
  6274. "version": "4.1.2",
  6275. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  6276. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
  6277. },
  6278. "node_modules/lodash.uniq": {
  6279. "version": "4.5.0",
  6280. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  6281. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
  6282. },
  6283. "node_modules/loupe": {
  6284. "version": "3.1.2",
  6285. "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.2.tgz",
  6286. "integrity": "sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==",
  6287. "dev": true
  6288. },
  6289. "node_modules/lru-cache": {
  6290. "version": "5.1.1",
  6291. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  6292. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  6293. "dependencies": {
  6294. "yallist": "^3.0.2"
  6295. }
  6296. },
  6297. "node_modules/magic-string": {
  6298. "version": "0.30.12",
  6299. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.12.tgz",
  6300. "integrity": "sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==",
  6301. "dependencies": {
  6302. "@jridgewell/sourcemap-codec": "^1.5.0"
  6303. }
  6304. },
  6305. "node_modules/magic-string-ast": {
  6306. "version": "0.6.2",
  6307. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-0.6.2.tgz",
  6308. "integrity": "sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==",
  6309. "dependencies": {
  6310. "magic-string": "^0.30.10"
  6311. },
  6312. "engines": {
  6313. "node": ">=16.14.0"
  6314. }
  6315. },
  6316. "node_modules/magicast": {
  6317. "version": "0.3.5",
  6318. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
  6319. "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
  6320. "dependencies": {
  6321. "@babel/parser": "^7.25.4",
  6322. "@babel/types": "^7.25.4",
  6323. "source-map-js": "^1.2.0"
  6324. }
  6325. },
  6326. "node_modules/make-dir": {
  6327. "version": "3.1.0",
  6328. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  6329. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  6330. "dependencies": {
  6331. "semver": "^6.0.0"
  6332. },
  6333. "engines": {
  6334. "node": ">=8"
  6335. },
  6336. "funding": {
  6337. "url": "https://github.com/sponsors/sindresorhus"
  6338. }
  6339. },
  6340. "node_modules/make-dir/node_modules/semver": {
  6341. "version": "6.3.1",
  6342. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  6343. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  6344. "bin": {
  6345. "semver": "bin/semver.js"
  6346. }
  6347. },
  6348. "node_modules/mdn-data": {
  6349. "version": "2.0.30",
  6350. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
  6351. "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="
  6352. },
  6353. "node_modules/merge-stream": {
  6354. "version": "2.0.0",
  6355. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  6356. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  6357. },
  6358. "node_modules/merge2": {
  6359. "version": "1.4.1",
  6360. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  6361. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  6362. "engines": {
  6363. "node": ">= 8"
  6364. }
  6365. },
  6366. "node_modules/micromatch": {
  6367. "version": "4.0.8",
  6368. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  6369. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  6370. "dependencies": {
  6371. "braces": "^3.0.3",
  6372. "picomatch": "^2.3.1"
  6373. },
  6374. "engines": {
  6375. "node": ">=8.6"
  6376. }
  6377. },
  6378. "node_modules/mime": {
  6379. "version": "4.0.4",
  6380. "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.4.tgz",
  6381. "integrity": "sha512-v8yqInVjhXyqP6+Kw4fV3ZzeMRqEW6FotRsKXjRS5VMTNIuXsdRoAvklpoRgSqXm6o9VNH4/C0mgedko9DdLsQ==",
  6382. "funding": [
  6383. "https://github.com/sponsors/broofa"
  6384. ],
  6385. "bin": {
  6386. "mime": "bin/cli.js"
  6387. },
  6388. "engines": {
  6389. "node": ">=16"
  6390. }
  6391. },
  6392. "node_modules/mime-db": {
  6393. "version": "1.52.0",
  6394. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  6395. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  6396. "engines": {
  6397. "node": ">= 0.6"
  6398. }
  6399. },
  6400. "node_modules/mime-types": {
  6401. "version": "2.1.35",
  6402. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  6403. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  6404. "dependencies": {
  6405. "mime-db": "1.52.0"
  6406. },
  6407. "engines": {
  6408. "node": ">= 0.6"
  6409. }
  6410. },
  6411. "node_modules/mimic-fn": {
  6412. "version": "4.0.0",
  6413. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  6414. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  6415. "engines": {
  6416. "node": ">=12"
  6417. },
  6418. "funding": {
  6419. "url": "https://github.com/sponsors/sindresorhus"
  6420. }
  6421. },
  6422. "node_modules/minimatch": {
  6423. "version": "5.1.6",
  6424. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  6425. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  6426. "dependencies": {
  6427. "brace-expansion": "^2.0.1"
  6428. },
  6429. "engines": {
  6430. "node": ">=10"
  6431. }
  6432. },
  6433. "node_modules/minipass": {
  6434. "version": "5.0.0",
  6435. "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
  6436. "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
  6437. "engines": {
  6438. "node": ">=8"
  6439. }
  6440. },
  6441. "node_modules/minizlib": {
  6442. "version": "2.1.2",
  6443. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
  6444. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  6445. "dependencies": {
  6446. "minipass": "^3.0.0",
  6447. "yallist": "^4.0.0"
  6448. },
  6449. "engines": {
  6450. "node": ">= 8"
  6451. }
  6452. },
  6453. "node_modules/minizlib/node_modules/minipass": {
  6454. "version": "3.3.6",
  6455. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  6456. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  6457. "dependencies": {
  6458. "yallist": "^4.0.0"
  6459. },
  6460. "engines": {
  6461. "node": ">=8"
  6462. }
  6463. },
  6464. "node_modules/minizlib/node_modules/yallist": {
  6465. "version": "4.0.0",
  6466. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  6467. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  6468. },
  6469. "node_modules/mitt": {
  6470. "version": "3.0.1",
  6471. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  6472. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw=="
  6473. },
  6474. "node_modules/mkdirp": {
  6475. "version": "1.0.4",
  6476. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  6477. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  6478. "bin": {
  6479. "mkdirp": "bin/cmd.js"
  6480. },
  6481. "engines": {
  6482. "node": ">=10"
  6483. }
  6484. },
  6485. "node_modules/mlly": {
  6486. "version": "1.7.2",
  6487. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.2.tgz",
  6488. "integrity": "sha512-tN3dvVHYVz4DhSXinXIk7u9syPYaJvio118uomkovAtWBT+RdbP6Lfh/5Lvo519YMmwBafwlh20IPTXIStscpA==",
  6489. "dependencies": {
  6490. "acorn": "^8.12.1",
  6491. "pathe": "^1.1.2",
  6492. "pkg-types": "^1.2.0",
  6493. "ufo": "^1.5.4"
  6494. }
  6495. },
  6496. "node_modules/mri": {
  6497. "version": "1.2.0",
  6498. "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
  6499. "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
  6500. "engines": {
  6501. "node": ">=4"
  6502. }
  6503. },
  6504. "node_modules/mrmime": {
  6505. "version": "2.0.0",
  6506. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz",
  6507. "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
  6508. "engines": {
  6509. "node": ">=10"
  6510. }
  6511. },
  6512. "node_modules/ms": {
  6513. "version": "2.1.3",
  6514. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  6515. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  6516. },
  6517. "node_modules/mz": {
  6518. "version": "2.7.0",
  6519. "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  6520. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  6521. "dev": true,
  6522. "dependencies": {
  6523. "any-promise": "^1.0.0",
  6524. "object-assign": "^4.0.1",
  6525. "thenify-all": "^1.0.0"
  6526. }
  6527. },
  6528. "node_modules/nanoid": {
  6529. "version": "5.0.7",
  6530. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz",
  6531. "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==",
  6532. "funding": [
  6533. {
  6534. "type": "github",
  6535. "url": "https://github.com/sponsors/ai"
  6536. }
  6537. ],
  6538. "bin": {
  6539. "nanoid": "bin/nanoid.js"
  6540. },
  6541. "engines": {
  6542. "node": "^18 || >=20"
  6543. }
  6544. },
  6545. "node_modules/nanotar": {
  6546. "version": "0.1.1",
  6547. "resolved": "https://registry.npmjs.org/nanotar/-/nanotar-0.1.1.tgz",
  6548. "integrity": "sha512-AiJsGsSF3O0havL1BydvI4+wR76sKT+okKRwWIaK96cZUnXqH0uNBOsHlbwZq3+m2BR1VKqHDVudl3gO4mYjpQ=="
  6549. },
  6550. "node_modules/nitropack": {
  6551. "version": "2.9.7",
  6552. "resolved": "https://registry.npmjs.org/nitropack/-/nitropack-2.9.7.tgz",
  6553. "integrity": "sha512-aKXvtNrWkOCMsQbsk4A0qQdBjrJ1ZcvwlTQevI/LAgLWLYc5L7Q/YiYxGLal4ITyNSlzir1Cm1D2ZxnYhmpMEw==",
  6554. "dependencies": {
  6555. "@cloudflare/kv-asset-handler": "^0.3.4",
  6556. "@netlify/functions": "^2.8.0",
  6557. "@rollup/plugin-alias": "^5.1.0",
  6558. "@rollup/plugin-commonjs": "^25.0.8",
  6559. "@rollup/plugin-inject": "^5.0.5",
  6560. "@rollup/plugin-json": "^6.1.0",
  6561. "@rollup/plugin-node-resolve": "^15.2.3",
  6562. "@rollup/plugin-replace": "^5.0.7",
  6563. "@rollup/plugin-terser": "^0.4.4",
  6564. "@rollup/pluginutils": "^5.1.0",
  6565. "@types/http-proxy": "^1.17.14",
  6566. "@vercel/nft": "^0.26.5",
  6567. "archiver": "^7.0.1",
  6568. "c12": "^1.11.1",
  6569. "chalk": "^5.3.0",
  6570. "chokidar": "^3.6.0",
  6571. "citty": "^0.1.6",
  6572. "consola": "^3.2.3",
  6573. "cookie-es": "^1.1.0",
  6574. "croner": "^8.0.2",
  6575. "crossws": "^0.2.4",
  6576. "db0": "^0.1.4",
  6577. "defu": "^6.1.4",
  6578. "destr": "^2.0.3",
  6579. "dot-prop": "^8.0.2",
  6580. "esbuild": "^0.20.2",
  6581. "escape-string-regexp": "^5.0.0",
  6582. "etag": "^1.8.1",
  6583. "fs-extra": "^11.2.0",
  6584. "globby": "^14.0.1",
  6585. "gzip-size": "^7.0.0",
  6586. "h3": "^1.12.0",
  6587. "hookable": "^5.5.3",
  6588. "httpxy": "^0.1.5",
  6589. "ioredis": "^5.4.1",
  6590. "jiti": "^1.21.6",
  6591. "klona": "^2.0.6",
  6592. "knitwork": "^1.1.0",
  6593. "listhen": "^1.7.2",
  6594. "magic-string": "^0.30.10",
  6595. "mime": "^4.0.3",
  6596. "mlly": "^1.7.1",
  6597. "mri": "^1.2.0",
  6598. "node-fetch-native": "^1.6.4",
  6599. "ofetch": "^1.3.4",
  6600. "ohash": "^1.1.3",
  6601. "openapi-typescript": "^6.7.6",
  6602. "pathe": "^1.1.2",
  6603. "perfect-debounce": "^1.0.0",
  6604. "pkg-types": "^1.1.1",
  6605. "pretty-bytes": "^6.1.1",
  6606. "radix3": "^1.1.2",
  6607. "rollup": "^4.18.0",
  6608. "rollup-plugin-visualizer": "^5.12.0",
  6609. "scule": "^1.3.0",
  6610. "semver": "^7.6.2",
  6611. "serve-placeholder": "^2.0.2",
  6612. "serve-static": "^1.15.0",
  6613. "std-env": "^3.7.0",
  6614. "ufo": "^1.5.3",
  6615. "uncrypto": "^0.1.3",
  6616. "unctx": "^2.3.1",
  6617. "unenv": "^1.9.0",
  6618. "unimport": "^3.7.2",
  6619. "unstorage": "^1.10.2",
  6620. "unwasm": "^0.3.9"
  6621. },
  6622. "bin": {
  6623. "nitro": "dist/cli/index.mjs",
  6624. "nitropack": "dist/cli/index.mjs"
  6625. },
  6626. "engines": {
  6627. "node": "^16.11.0 || >=17.0.0"
  6628. },
  6629. "peerDependencies": {
  6630. "xml2js": "^0.6.2"
  6631. },
  6632. "peerDependenciesMeta": {
  6633. "xml2js": {
  6634. "optional": true
  6635. }
  6636. }
  6637. },
  6638. "node_modules/nitropack/node_modules/c12": {
  6639. "version": "1.11.2",
  6640. "resolved": "https://registry.npmjs.org/c12/-/c12-1.11.2.tgz",
  6641. "integrity": "sha512-oBs8a4uvSDO9dm8b7OCFW7+dgtVrwmwnrVXYzLm43ta7ep2jCn/0MhoUFygIWtxhyy6+/MG7/agvpY0U1Iemew==",
  6642. "dependencies": {
  6643. "chokidar": "^3.6.0",
  6644. "confbox": "^0.1.7",
  6645. "defu": "^6.1.4",
  6646. "dotenv": "^16.4.5",
  6647. "giget": "^1.2.3",
  6648. "jiti": "^1.21.6",
  6649. "mlly": "^1.7.1",
  6650. "ohash": "^1.1.3",
  6651. "pathe": "^1.1.2",
  6652. "perfect-debounce": "^1.0.0",
  6653. "pkg-types": "^1.2.0",
  6654. "rc9": "^2.1.2"
  6655. },
  6656. "peerDependencies": {
  6657. "magicast": "^0.3.4"
  6658. },
  6659. "peerDependenciesMeta": {
  6660. "magicast": {
  6661. "optional": true
  6662. }
  6663. }
  6664. },
  6665. "node_modules/nitropack/node_modules/chokidar": {
  6666. "version": "3.6.0",
  6667. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  6668. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  6669. "dependencies": {
  6670. "anymatch": "~3.1.2",
  6671. "braces": "~3.0.2",
  6672. "glob-parent": "~5.1.2",
  6673. "is-binary-path": "~2.1.0",
  6674. "is-glob": "~4.0.1",
  6675. "normalize-path": "~3.0.0",
  6676. "readdirp": "~3.6.0"
  6677. },
  6678. "engines": {
  6679. "node": ">= 8.10.0"
  6680. },
  6681. "funding": {
  6682. "url": "https://paulmillr.com/funding/"
  6683. },
  6684. "optionalDependencies": {
  6685. "fsevents": "~2.3.2"
  6686. }
  6687. },
  6688. "node_modules/nitropack/node_modules/crossws": {
  6689. "version": "0.2.4",
  6690. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.2.4.tgz",
  6691. "integrity": "sha512-DAxroI2uSOgUKLz00NX6A8U/8EE3SZHmIND+10jkVSaypvyt57J5JEOxAQOL6lQxyzi/wZbTIwssU1uy69h5Vg==",
  6692. "peerDependencies": {
  6693. "uWebSockets.js": "*"
  6694. },
  6695. "peerDependenciesMeta": {
  6696. "uWebSockets.js": {
  6697. "optional": true
  6698. }
  6699. }
  6700. },
  6701. "node_modules/nitropack/node_modules/readdirp": {
  6702. "version": "3.6.0",
  6703. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  6704. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  6705. "dependencies": {
  6706. "picomatch": "^2.2.1"
  6707. },
  6708. "engines": {
  6709. "node": ">=8.10.0"
  6710. }
  6711. },
  6712. "node_modules/node-addon-api": {
  6713. "version": "7.1.1",
  6714. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  6715. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ=="
  6716. },
  6717. "node_modules/node-fetch": {
  6718. "version": "2.7.0",
  6719. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  6720. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  6721. "dependencies": {
  6722. "whatwg-url": "^5.0.0"
  6723. },
  6724. "engines": {
  6725. "node": "4.x || >=6.0.0"
  6726. },
  6727. "peerDependencies": {
  6728. "encoding": "^0.1.0"
  6729. },
  6730. "peerDependenciesMeta": {
  6731. "encoding": {
  6732. "optional": true
  6733. }
  6734. }
  6735. },
  6736. "node_modules/node-fetch-native": {
  6737. "version": "1.6.4",
  6738. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz",
  6739. "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ=="
  6740. },
  6741. "node_modules/node-forge": {
  6742. "version": "1.3.1",
  6743. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
  6744. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  6745. "engines": {
  6746. "node": ">= 6.13.0"
  6747. }
  6748. },
  6749. "node_modules/node-gyp-build": {
  6750. "version": "4.8.2",
  6751. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.2.tgz",
  6752. "integrity": "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==",
  6753. "bin": {
  6754. "node-gyp-build": "bin.js",
  6755. "node-gyp-build-optional": "optional.js",
  6756. "node-gyp-build-test": "build-test.js"
  6757. }
  6758. },
  6759. "node_modules/node-releases": {
  6760. "version": "2.0.18",
  6761. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
  6762. "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g=="
  6763. },
  6764. "node_modules/nopt": {
  6765. "version": "5.0.0",
  6766. "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
  6767. "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
  6768. "dependencies": {
  6769. "abbrev": "1"
  6770. },
  6771. "bin": {
  6772. "nopt": "bin/nopt.js"
  6773. },
  6774. "engines": {
  6775. "node": ">=6"
  6776. }
  6777. },
  6778. "node_modules/normalize-path": {
  6779. "version": "3.0.0",
  6780. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  6781. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  6782. "engines": {
  6783. "node": ">=0.10.0"
  6784. }
  6785. },
  6786. "node_modules/normalize-range": {
  6787. "version": "0.1.2",
  6788. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  6789. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  6790. "engines": {
  6791. "node": ">=0.10.0"
  6792. }
  6793. },
  6794. "node_modules/npm-run-path": {
  6795. "version": "5.3.0",
  6796. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
  6797. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  6798. "dependencies": {
  6799. "path-key": "^4.0.0"
  6800. },
  6801. "engines": {
  6802. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6803. },
  6804. "funding": {
  6805. "url": "https://github.com/sponsors/sindresorhus"
  6806. }
  6807. },
  6808. "node_modules/npm-run-path/node_modules/path-key": {
  6809. "version": "4.0.0",
  6810. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  6811. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  6812. "engines": {
  6813. "node": ">=12"
  6814. },
  6815. "funding": {
  6816. "url": "https://github.com/sponsors/sindresorhus"
  6817. }
  6818. },
  6819. "node_modules/npmlog": {
  6820. "version": "5.0.1",
  6821. "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
  6822. "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
  6823. "deprecated": "This package is no longer supported.",
  6824. "dependencies": {
  6825. "are-we-there-yet": "^2.0.0",
  6826. "console-control-strings": "^1.1.0",
  6827. "gauge": "^3.0.0",
  6828. "set-blocking": "^2.0.0"
  6829. }
  6830. },
  6831. "node_modules/nth-check": {
  6832. "version": "2.1.1",
  6833. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  6834. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  6835. "dependencies": {
  6836. "boolbase": "^1.0.0"
  6837. },
  6838. "funding": {
  6839. "url": "https://github.com/fb55/nth-check?sponsor=1"
  6840. }
  6841. },
  6842. "node_modules/nuxi": {
  6843. "version": "3.14.0",
  6844. "resolved": "https://registry.npmjs.org/nuxi/-/nuxi-3.14.0.tgz",
  6845. "integrity": "sha512-MhG4QR6D95jQxhnwKfdKXulZ8Yqy1nbpwbotbxY5IcabOzpEeTB8hYn2BFkmYdMUB0no81qpv2ldZmVCT9UsnQ==",
  6846. "bin": {
  6847. "nuxi": "bin/nuxi.mjs",
  6848. "nuxi-ng": "bin/nuxi.mjs",
  6849. "nuxt": "bin/nuxi.mjs",
  6850. "nuxt-cli": "bin/nuxi.mjs"
  6851. },
  6852. "engines": {
  6853. "node": "^16.10.0 || >=18.0.0"
  6854. }
  6855. },
  6856. "node_modules/nuxt": {
  6857. "version": "3.13.2",
  6858. "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-3.13.2.tgz",
  6859. "integrity": "sha512-Bjc2qRsipfBhjXsBEJCN+EUAukhdgFv/KoIR5HFB2hZOYRSqXBod3oWQs78k3ja1nlIhAEdBG533898KJxUtJw==",
  6860. "dependencies": {
  6861. "@nuxt/devalue": "^2.0.2",
  6862. "@nuxt/devtools": "^1.4.2",
  6863. "@nuxt/kit": "3.13.2",
  6864. "@nuxt/schema": "3.13.2",
  6865. "@nuxt/telemetry": "^2.6.0",
  6866. "@nuxt/vite-builder": "3.13.2",
  6867. "@unhead/dom": "^1.11.5",
  6868. "@unhead/shared": "^1.11.5",
  6869. "@unhead/ssr": "^1.11.5",
  6870. "@unhead/vue": "^1.11.5",
  6871. "@vue/shared": "^3.5.5",
  6872. "acorn": "8.12.1",
  6873. "c12": "^1.11.2",
  6874. "chokidar": "^3.6.0",
  6875. "compatx": "^0.1.8",
  6876. "consola": "^3.2.3",
  6877. "cookie-es": "^1.2.2",
  6878. "defu": "^6.1.4",
  6879. "destr": "^2.0.3",
  6880. "devalue": "^5.0.0",
  6881. "errx": "^0.1.0",
  6882. "esbuild": "^0.23.1",
  6883. "escape-string-regexp": "^5.0.0",
  6884. "estree-walker": "^3.0.3",
  6885. "globby": "^14.0.2",
  6886. "h3": "^1.12.0",
  6887. "hookable": "^5.5.3",
  6888. "ignore": "^5.3.2",
  6889. "impound": "^0.1.0",
  6890. "jiti": "^1.21.6",
  6891. "klona": "^2.0.6",
  6892. "knitwork": "^1.1.0",
  6893. "magic-string": "^0.30.11",
  6894. "mlly": "^1.7.1",
  6895. "nanotar": "^0.1.1",
  6896. "nitropack": "^2.9.7",
  6897. "nuxi": "^3.13.2",
  6898. "nypm": "^0.3.11",
  6899. "ofetch": "^1.3.4",
  6900. "ohash": "^1.1.4",
  6901. "pathe": "^1.1.2",
  6902. "perfect-debounce": "^1.0.0",
  6903. "pkg-types": "^1.2.0",
  6904. "radix3": "^1.1.2",
  6905. "scule": "^1.3.0",
  6906. "semver": "^7.6.3",
  6907. "std-env": "^3.7.0",
  6908. "strip-literal": "^2.1.0",
  6909. "tinyglobby": "0.2.6",
  6910. "ufo": "^1.5.4",
  6911. "ultrahtml": "^1.5.3",
  6912. "uncrypto": "^0.1.3",
  6913. "unctx": "^2.3.1",
  6914. "unenv": "^1.10.0",
  6915. "unhead": "^1.11.5",
  6916. "unimport": "^3.12.0",
  6917. "unplugin": "^1.14.1",
  6918. "unplugin-vue-router": "^0.10.8",
  6919. "unstorage": "^1.12.0",
  6920. "untyped": "^1.4.2",
  6921. "vue": "^3.5.5",
  6922. "vue-bundle-renderer": "^2.1.0",
  6923. "vue-devtools-stub": "^0.1.0",
  6924. "vue-router": "^4.4.5"
  6925. },
  6926. "bin": {
  6927. "nuxi": "bin/nuxt.mjs",
  6928. "nuxt": "bin/nuxt.mjs"
  6929. },
  6930. "engines": {
  6931. "node": "^14.18.0 || >=16.10.0"
  6932. },
  6933. "peerDependencies": {
  6934. "@parcel/watcher": "^2.1.0",
  6935. "@types/node": "^14.18.0 || >=16.10.0"
  6936. },
  6937. "peerDependenciesMeta": {
  6938. "@parcel/watcher": {
  6939. "optional": true
  6940. },
  6941. "@types/node": {
  6942. "optional": true
  6943. }
  6944. }
  6945. },
  6946. "node_modules/nuxt/node_modules/@esbuild/aix-ppc64": {
  6947. "version": "0.23.1",
  6948. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz",
  6949. "integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==",
  6950. "cpu": [
  6951. "ppc64"
  6952. ],
  6953. "optional": true,
  6954. "os": [
  6955. "aix"
  6956. ],
  6957. "engines": {
  6958. "node": ">=18"
  6959. }
  6960. },
  6961. "node_modules/nuxt/node_modules/@esbuild/android-arm": {
  6962. "version": "0.23.1",
  6963. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.1.tgz",
  6964. "integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==",
  6965. "cpu": [
  6966. "arm"
  6967. ],
  6968. "optional": true,
  6969. "os": [
  6970. "android"
  6971. ],
  6972. "engines": {
  6973. "node": ">=18"
  6974. }
  6975. },
  6976. "node_modules/nuxt/node_modules/@esbuild/android-arm64": {
  6977. "version": "0.23.1",
  6978. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz",
  6979. "integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==",
  6980. "cpu": [
  6981. "arm64"
  6982. ],
  6983. "optional": true,
  6984. "os": [
  6985. "android"
  6986. ],
  6987. "engines": {
  6988. "node": ">=18"
  6989. }
  6990. },
  6991. "node_modules/nuxt/node_modules/@esbuild/android-x64": {
  6992. "version": "0.23.1",
  6993. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.1.tgz",
  6994. "integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==",
  6995. "cpu": [
  6996. "x64"
  6997. ],
  6998. "optional": true,
  6999. "os": [
  7000. "android"
  7001. ],
  7002. "engines": {
  7003. "node": ">=18"
  7004. }
  7005. },
  7006. "node_modules/nuxt/node_modules/@esbuild/darwin-arm64": {
  7007. "version": "0.23.1",
  7008. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz",
  7009. "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==",
  7010. "cpu": [
  7011. "arm64"
  7012. ],
  7013. "optional": true,
  7014. "os": [
  7015. "darwin"
  7016. ],
  7017. "engines": {
  7018. "node": ">=18"
  7019. }
  7020. },
  7021. "node_modules/nuxt/node_modules/@esbuild/darwin-x64": {
  7022. "version": "0.23.1",
  7023. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz",
  7024. "integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==",
  7025. "cpu": [
  7026. "x64"
  7027. ],
  7028. "optional": true,
  7029. "os": [
  7030. "darwin"
  7031. ],
  7032. "engines": {
  7033. "node": ">=18"
  7034. }
  7035. },
  7036. "node_modules/nuxt/node_modules/@esbuild/freebsd-arm64": {
  7037. "version": "0.23.1",
  7038. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz",
  7039. "integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==",
  7040. "cpu": [
  7041. "arm64"
  7042. ],
  7043. "optional": true,
  7044. "os": [
  7045. "freebsd"
  7046. ],
  7047. "engines": {
  7048. "node": ">=18"
  7049. }
  7050. },
  7051. "node_modules/nuxt/node_modules/@esbuild/freebsd-x64": {
  7052. "version": "0.23.1",
  7053. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz",
  7054. "integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==",
  7055. "cpu": [
  7056. "x64"
  7057. ],
  7058. "optional": true,
  7059. "os": [
  7060. "freebsd"
  7061. ],
  7062. "engines": {
  7063. "node": ">=18"
  7064. }
  7065. },
  7066. "node_modules/nuxt/node_modules/@esbuild/linux-arm": {
  7067. "version": "0.23.1",
  7068. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz",
  7069. "integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==",
  7070. "cpu": [
  7071. "arm"
  7072. ],
  7073. "optional": true,
  7074. "os": [
  7075. "linux"
  7076. ],
  7077. "engines": {
  7078. "node": ">=18"
  7079. }
  7080. },
  7081. "node_modules/nuxt/node_modules/@esbuild/linux-arm64": {
  7082. "version": "0.23.1",
  7083. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz",
  7084. "integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==",
  7085. "cpu": [
  7086. "arm64"
  7087. ],
  7088. "optional": true,
  7089. "os": [
  7090. "linux"
  7091. ],
  7092. "engines": {
  7093. "node": ">=18"
  7094. }
  7095. },
  7096. "node_modules/nuxt/node_modules/@esbuild/linux-ia32": {
  7097. "version": "0.23.1",
  7098. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz",
  7099. "integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==",
  7100. "cpu": [
  7101. "ia32"
  7102. ],
  7103. "optional": true,
  7104. "os": [
  7105. "linux"
  7106. ],
  7107. "engines": {
  7108. "node": ">=18"
  7109. }
  7110. },
  7111. "node_modules/nuxt/node_modules/@esbuild/linux-loong64": {
  7112. "version": "0.23.1",
  7113. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz",
  7114. "integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==",
  7115. "cpu": [
  7116. "loong64"
  7117. ],
  7118. "optional": true,
  7119. "os": [
  7120. "linux"
  7121. ],
  7122. "engines": {
  7123. "node": ">=18"
  7124. }
  7125. },
  7126. "node_modules/nuxt/node_modules/@esbuild/linux-mips64el": {
  7127. "version": "0.23.1",
  7128. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz",
  7129. "integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==",
  7130. "cpu": [
  7131. "mips64el"
  7132. ],
  7133. "optional": true,
  7134. "os": [
  7135. "linux"
  7136. ],
  7137. "engines": {
  7138. "node": ">=18"
  7139. }
  7140. },
  7141. "node_modules/nuxt/node_modules/@esbuild/linux-ppc64": {
  7142. "version": "0.23.1",
  7143. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz",
  7144. "integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==",
  7145. "cpu": [
  7146. "ppc64"
  7147. ],
  7148. "optional": true,
  7149. "os": [
  7150. "linux"
  7151. ],
  7152. "engines": {
  7153. "node": ">=18"
  7154. }
  7155. },
  7156. "node_modules/nuxt/node_modules/@esbuild/linux-riscv64": {
  7157. "version": "0.23.1",
  7158. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz",
  7159. "integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==",
  7160. "cpu": [
  7161. "riscv64"
  7162. ],
  7163. "optional": true,
  7164. "os": [
  7165. "linux"
  7166. ],
  7167. "engines": {
  7168. "node": ">=18"
  7169. }
  7170. },
  7171. "node_modules/nuxt/node_modules/@esbuild/linux-s390x": {
  7172. "version": "0.23.1",
  7173. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz",
  7174. "integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==",
  7175. "cpu": [
  7176. "s390x"
  7177. ],
  7178. "optional": true,
  7179. "os": [
  7180. "linux"
  7181. ],
  7182. "engines": {
  7183. "node": ">=18"
  7184. }
  7185. },
  7186. "node_modules/nuxt/node_modules/@esbuild/linux-x64": {
  7187. "version": "0.23.1",
  7188. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz",
  7189. "integrity": "sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==",
  7190. "cpu": [
  7191. "x64"
  7192. ],
  7193. "optional": true,
  7194. "os": [
  7195. "linux"
  7196. ],
  7197. "engines": {
  7198. "node": ">=18"
  7199. }
  7200. },
  7201. "node_modules/nuxt/node_modules/@esbuild/netbsd-x64": {
  7202. "version": "0.23.1",
  7203. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz",
  7204. "integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==",
  7205. "cpu": [
  7206. "x64"
  7207. ],
  7208. "optional": true,
  7209. "os": [
  7210. "netbsd"
  7211. ],
  7212. "engines": {
  7213. "node": ">=18"
  7214. }
  7215. },
  7216. "node_modules/nuxt/node_modules/@esbuild/openbsd-x64": {
  7217. "version": "0.23.1",
  7218. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz",
  7219. "integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==",
  7220. "cpu": [
  7221. "x64"
  7222. ],
  7223. "optional": true,
  7224. "os": [
  7225. "openbsd"
  7226. ],
  7227. "engines": {
  7228. "node": ">=18"
  7229. }
  7230. },
  7231. "node_modules/nuxt/node_modules/@esbuild/sunos-x64": {
  7232. "version": "0.23.1",
  7233. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz",
  7234. "integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==",
  7235. "cpu": [
  7236. "x64"
  7237. ],
  7238. "optional": true,
  7239. "os": [
  7240. "sunos"
  7241. ],
  7242. "engines": {
  7243. "node": ">=18"
  7244. }
  7245. },
  7246. "node_modules/nuxt/node_modules/@esbuild/win32-arm64": {
  7247. "version": "0.23.1",
  7248. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz",
  7249. "integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==",
  7250. "cpu": [
  7251. "arm64"
  7252. ],
  7253. "optional": true,
  7254. "os": [
  7255. "win32"
  7256. ],
  7257. "engines": {
  7258. "node": ">=18"
  7259. }
  7260. },
  7261. "node_modules/nuxt/node_modules/@esbuild/win32-ia32": {
  7262. "version": "0.23.1",
  7263. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz",
  7264. "integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==",
  7265. "cpu": [
  7266. "ia32"
  7267. ],
  7268. "optional": true,
  7269. "os": [
  7270. "win32"
  7271. ],
  7272. "engines": {
  7273. "node": ">=18"
  7274. }
  7275. },
  7276. "node_modules/nuxt/node_modules/@esbuild/win32-x64": {
  7277. "version": "0.23.1",
  7278. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz",
  7279. "integrity": "sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==",
  7280. "cpu": [
  7281. "x64"
  7282. ],
  7283. "optional": true,
  7284. "os": [
  7285. "win32"
  7286. ],
  7287. "engines": {
  7288. "node": ">=18"
  7289. }
  7290. },
  7291. "node_modules/nuxt/node_modules/acorn": {
  7292. "version": "8.12.1",
  7293. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
  7294. "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
  7295. "bin": {
  7296. "acorn": "bin/acorn"
  7297. },
  7298. "engines": {
  7299. "node": ">=0.4.0"
  7300. }
  7301. },
  7302. "node_modules/nuxt/node_modules/c12": {
  7303. "version": "1.11.2",
  7304. "resolved": "https://registry.npmjs.org/c12/-/c12-1.11.2.tgz",
  7305. "integrity": "sha512-oBs8a4uvSDO9dm8b7OCFW7+dgtVrwmwnrVXYzLm43ta7ep2jCn/0MhoUFygIWtxhyy6+/MG7/agvpY0U1Iemew==",
  7306. "dependencies": {
  7307. "chokidar": "^3.6.0",
  7308. "confbox": "^0.1.7",
  7309. "defu": "^6.1.4",
  7310. "dotenv": "^16.4.5",
  7311. "giget": "^1.2.3",
  7312. "jiti": "^1.21.6",
  7313. "mlly": "^1.7.1",
  7314. "ohash": "^1.1.3",
  7315. "pathe": "^1.1.2",
  7316. "perfect-debounce": "^1.0.0",
  7317. "pkg-types": "^1.2.0",
  7318. "rc9": "^2.1.2"
  7319. },
  7320. "peerDependencies": {
  7321. "magicast": "^0.3.4"
  7322. },
  7323. "peerDependenciesMeta": {
  7324. "magicast": {
  7325. "optional": true
  7326. }
  7327. }
  7328. },
  7329. "node_modules/nuxt/node_modules/chokidar": {
  7330. "version": "3.6.0",
  7331. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  7332. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  7333. "dependencies": {
  7334. "anymatch": "~3.1.2",
  7335. "braces": "~3.0.2",
  7336. "glob-parent": "~5.1.2",
  7337. "is-binary-path": "~2.1.0",
  7338. "is-glob": "~4.0.1",
  7339. "normalize-path": "~3.0.0",
  7340. "readdirp": "~3.6.0"
  7341. },
  7342. "engines": {
  7343. "node": ">= 8.10.0"
  7344. },
  7345. "funding": {
  7346. "url": "https://paulmillr.com/funding/"
  7347. },
  7348. "optionalDependencies": {
  7349. "fsevents": "~2.3.2"
  7350. }
  7351. },
  7352. "node_modules/nuxt/node_modules/esbuild": {
  7353. "version": "0.23.1",
  7354. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.23.1.tgz",
  7355. "integrity": "sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==",
  7356. "hasInstallScript": true,
  7357. "bin": {
  7358. "esbuild": "bin/esbuild"
  7359. },
  7360. "engines": {
  7361. "node": ">=18"
  7362. },
  7363. "optionalDependencies": {
  7364. "@esbuild/aix-ppc64": "0.23.1",
  7365. "@esbuild/android-arm": "0.23.1",
  7366. "@esbuild/android-arm64": "0.23.1",
  7367. "@esbuild/android-x64": "0.23.1",
  7368. "@esbuild/darwin-arm64": "0.23.1",
  7369. "@esbuild/darwin-x64": "0.23.1",
  7370. "@esbuild/freebsd-arm64": "0.23.1",
  7371. "@esbuild/freebsd-x64": "0.23.1",
  7372. "@esbuild/linux-arm": "0.23.1",
  7373. "@esbuild/linux-arm64": "0.23.1",
  7374. "@esbuild/linux-ia32": "0.23.1",
  7375. "@esbuild/linux-loong64": "0.23.1",
  7376. "@esbuild/linux-mips64el": "0.23.1",
  7377. "@esbuild/linux-ppc64": "0.23.1",
  7378. "@esbuild/linux-riscv64": "0.23.1",
  7379. "@esbuild/linux-s390x": "0.23.1",
  7380. "@esbuild/linux-x64": "0.23.1",
  7381. "@esbuild/netbsd-x64": "0.23.1",
  7382. "@esbuild/openbsd-arm64": "0.23.1",
  7383. "@esbuild/openbsd-x64": "0.23.1",
  7384. "@esbuild/sunos-x64": "0.23.1",
  7385. "@esbuild/win32-arm64": "0.23.1",
  7386. "@esbuild/win32-ia32": "0.23.1",
  7387. "@esbuild/win32-x64": "0.23.1"
  7388. }
  7389. },
  7390. "node_modules/nuxt/node_modules/readdirp": {
  7391. "version": "3.6.0",
  7392. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  7393. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  7394. "dependencies": {
  7395. "picomatch": "^2.2.1"
  7396. },
  7397. "engines": {
  7398. "node": ">=8.10.0"
  7399. }
  7400. },
  7401. "node_modules/nypm": {
  7402. "version": "0.3.12",
  7403. "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.3.12.tgz",
  7404. "integrity": "sha512-D3pzNDWIvgA+7IORhD/IuWzEk4uXv6GsgOxiid4UU3h9oq5IqV1KtPDi63n4sZJ/xcWlr88c0QM2RgN5VbOhFA==",
  7405. "dependencies": {
  7406. "citty": "^0.1.6",
  7407. "consola": "^3.2.3",
  7408. "execa": "^8.0.1",
  7409. "pathe": "^1.1.2",
  7410. "pkg-types": "^1.2.0",
  7411. "ufo": "^1.5.4"
  7412. },
  7413. "bin": {
  7414. "nypm": "dist/cli.mjs"
  7415. },
  7416. "engines": {
  7417. "node": "^14.16.0 || >=16.10.0"
  7418. }
  7419. },
  7420. "node_modules/object-assign": {
  7421. "version": "4.1.1",
  7422. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  7423. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  7424. "engines": {
  7425. "node": ">=0.10.0"
  7426. }
  7427. },
  7428. "node_modules/object-hash": {
  7429. "version": "3.0.0",
  7430. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  7431. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  7432. "dev": true,
  7433. "engines": {
  7434. "node": ">= 6"
  7435. }
  7436. },
  7437. "node_modules/ofetch": {
  7438. "version": "1.4.1",
  7439. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz",
  7440. "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==",
  7441. "dependencies": {
  7442. "destr": "^2.0.3",
  7443. "node-fetch-native": "^1.6.4",
  7444. "ufo": "^1.5.4"
  7445. }
  7446. },
  7447. "node_modules/ohash": {
  7448. "version": "1.1.4",
  7449. "resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.4.tgz",
  7450. "integrity": "sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g=="
  7451. },
  7452. "node_modules/on-finished": {
  7453. "version": "2.4.1",
  7454. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  7455. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  7456. "dependencies": {
  7457. "ee-first": "1.1.1"
  7458. },
  7459. "engines": {
  7460. "node": ">= 0.8"
  7461. }
  7462. },
  7463. "node_modules/once": {
  7464. "version": "1.4.0",
  7465. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  7466. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  7467. "dependencies": {
  7468. "wrappy": "1"
  7469. }
  7470. },
  7471. "node_modules/onetime": {
  7472. "version": "6.0.0",
  7473. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  7474. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  7475. "dependencies": {
  7476. "mimic-fn": "^4.0.0"
  7477. },
  7478. "engines": {
  7479. "node": ">=12"
  7480. },
  7481. "funding": {
  7482. "url": "https://github.com/sponsors/sindresorhus"
  7483. }
  7484. },
  7485. "node_modules/open": {
  7486. "version": "8.4.2",
  7487. "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
  7488. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  7489. "dependencies": {
  7490. "define-lazy-prop": "^2.0.0",
  7491. "is-docker": "^2.1.1",
  7492. "is-wsl": "^2.2.0"
  7493. },
  7494. "engines": {
  7495. "node": ">=12"
  7496. },
  7497. "funding": {
  7498. "url": "https://github.com/sponsors/sindresorhus"
  7499. }
  7500. },
  7501. "node_modules/open/node_modules/is-docker": {
  7502. "version": "2.2.1",
  7503. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  7504. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  7505. "bin": {
  7506. "is-docker": "cli.js"
  7507. },
  7508. "engines": {
  7509. "node": ">=8"
  7510. },
  7511. "funding": {
  7512. "url": "https://github.com/sponsors/sindresorhus"
  7513. }
  7514. },
  7515. "node_modules/open/node_modules/is-wsl": {
  7516. "version": "2.2.0",
  7517. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  7518. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  7519. "dependencies": {
  7520. "is-docker": "^2.0.0"
  7521. },
  7522. "engines": {
  7523. "node": ">=8"
  7524. }
  7525. },
  7526. "node_modules/openapi-typescript": {
  7527. "version": "6.7.6",
  7528. "resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-6.7.6.tgz",
  7529. "integrity": "sha512-c/hfooPx+RBIOPM09GSxABOZhYPblDoyaGhqBkD/59vtpN21jEuWKDlM0KYTvqJVlSYjKs0tBcIdeXKChlSPtw==",
  7530. "dependencies": {
  7531. "ansi-colors": "^4.1.3",
  7532. "fast-glob": "^3.3.2",
  7533. "js-yaml": "^4.1.0",
  7534. "supports-color": "^9.4.0",
  7535. "undici": "^5.28.4",
  7536. "yargs-parser": "^21.1.1"
  7537. },
  7538. "bin": {
  7539. "openapi-typescript": "bin/cli.js"
  7540. }
  7541. },
  7542. "node_modules/package-json-from-dist": {
  7543. "version": "1.0.1",
  7544. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  7545. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw=="
  7546. },
  7547. "node_modules/package-manager-detector": {
  7548. "version": "0.2.2",
  7549. "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-0.2.2.tgz",
  7550. "integrity": "sha512-VgXbyrSNsml4eHWIvxxG/nTL4wgybMTXCV2Un/+yEc3aDKKU6nQBZjbeP3Pl3qm9Qg92X/1ng4ffvCeD/zwHgg=="
  7551. },
  7552. "node_modules/parse-git-config": {
  7553. "version": "3.0.0",
  7554. "resolved": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-3.0.0.tgz",
  7555. "integrity": "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==",
  7556. "dependencies": {
  7557. "git-config-path": "^2.0.0",
  7558. "ini": "^1.3.5"
  7559. },
  7560. "engines": {
  7561. "node": ">=8"
  7562. }
  7563. },
  7564. "node_modules/parse-git-config/node_modules/ini": {
  7565. "version": "1.3.8",
  7566. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  7567. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  7568. },
  7569. "node_modules/parse-path": {
  7570. "version": "7.0.0",
  7571. "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.0.0.tgz",
  7572. "integrity": "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==",
  7573. "dependencies": {
  7574. "protocols": "^2.0.0"
  7575. }
  7576. },
  7577. "node_modules/parse-url": {
  7578. "version": "8.1.0",
  7579. "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-8.1.0.tgz",
  7580. "integrity": "sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==",
  7581. "dependencies": {
  7582. "parse-path": "^7.0.0"
  7583. }
  7584. },
  7585. "node_modules/parseurl": {
  7586. "version": "1.3.3",
  7587. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  7588. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  7589. "engines": {
  7590. "node": ">= 0.8"
  7591. }
  7592. },
  7593. "node_modules/path-is-absolute": {
  7594. "version": "1.0.1",
  7595. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  7596. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  7597. "engines": {
  7598. "node": ">=0.10.0"
  7599. }
  7600. },
  7601. "node_modules/path-key": {
  7602. "version": "3.1.1",
  7603. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  7604. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  7605. "engines": {
  7606. "node": ">=8"
  7607. }
  7608. },
  7609. "node_modules/path-parse": {
  7610. "version": "1.0.7",
  7611. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  7612. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  7613. },
  7614. "node_modules/path-scurry": {
  7615. "version": "1.11.1",
  7616. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  7617. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  7618. "dependencies": {
  7619. "lru-cache": "^10.2.0",
  7620. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  7621. },
  7622. "engines": {
  7623. "node": ">=16 || 14 >=14.18"
  7624. },
  7625. "funding": {
  7626. "url": "https://github.com/sponsors/isaacs"
  7627. }
  7628. },
  7629. "node_modules/path-scurry/node_modules/lru-cache": {
  7630. "version": "10.4.3",
  7631. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  7632. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
  7633. },
  7634. "node_modules/path-type": {
  7635. "version": "5.0.0",
  7636. "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
  7637. "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
  7638. "engines": {
  7639. "node": ">=12"
  7640. },
  7641. "funding": {
  7642. "url": "https://github.com/sponsors/sindresorhus"
  7643. }
  7644. },
  7645. "node_modules/pathe": {
  7646. "version": "1.1.2",
  7647. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  7648. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  7649. },
  7650. "node_modules/pathval": {
  7651. "version": "2.0.0",
  7652. "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.0.tgz",
  7653. "integrity": "sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==",
  7654. "dev": true,
  7655. "engines": {
  7656. "node": ">= 14.16"
  7657. }
  7658. },
  7659. "node_modules/perfect-debounce": {
  7660. "version": "1.0.0",
  7661. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  7662. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA=="
  7663. },
  7664. "node_modules/picocolors": {
  7665. "version": "1.1.0",
  7666. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
  7667. "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw=="
  7668. },
  7669. "node_modules/picomatch": {
  7670. "version": "2.3.1",
  7671. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  7672. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  7673. "engines": {
  7674. "node": ">=8.6"
  7675. },
  7676. "funding": {
  7677. "url": "https://github.com/sponsors/jonschlinkert"
  7678. }
  7679. },
  7680. "node_modules/pify": {
  7681. "version": "2.3.0",
  7682. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  7683. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  7684. "dev": true,
  7685. "engines": {
  7686. "node": ">=0.10.0"
  7687. }
  7688. },
  7689. "node_modules/pinia": {
  7690. "version": "2.2.4",
  7691. "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.4.tgz",
  7692. "integrity": "sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==",
  7693. "license": "MIT",
  7694. "dependencies": {
  7695. "@vue/devtools-api": "^6.6.3",
  7696. "vue-demi": "^0.14.10"
  7697. },
  7698. "funding": {
  7699. "url": "https://github.com/sponsors/posva"
  7700. },
  7701. "peerDependencies": {
  7702. "@vue/composition-api": "^1.4.0",
  7703. "typescript": ">=4.4.4",
  7704. "vue": "^2.6.14 || ^3.3.0"
  7705. },
  7706. "peerDependenciesMeta": {
  7707. "@vue/composition-api": {
  7708. "optional": true
  7709. },
  7710. "typescript": {
  7711. "optional": true
  7712. }
  7713. }
  7714. },
  7715. "node_modules/pinia/node_modules/vue-demi": {
  7716. "version": "0.14.10",
  7717. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  7718. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  7719. "hasInstallScript": true,
  7720. "bin": {
  7721. "vue-demi-fix": "bin/vue-demi-fix.js",
  7722. "vue-demi-switch": "bin/vue-demi-switch.js"
  7723. },
  7724. "engines": {
  7725. "node": ">=12"
  7726. },
  7727. "funding": {
  7728. "url": "https://github.com/sponsors/antfu"
  7729. },
  7730. "peerDependencies": {
  7731. "@vue/composition-api": "^1.0.0-rc.1",
  7732. "vue": "^3.0.0-0 || ^2.6.0"
  7733. },
  7734. "peerDependenciesMeta": {
  7735. "@vue/composition-api": {
  7736. "optional": true
  7737. }
  7738. }
  7739. },
  7740. "node_modules/pirates": {
  7741. "version": "4.0.6",
  7742. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
  7743. "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
  7744. "dev": true,
  7745. "engines": {
  7746. "node": ">= 6"
  7747. }
  7748. },
  7749. "node_modules/pkg-types": {
  7750. "version": "1.2.1",
  7751. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.2.1.tgz",
  7752. "integrity": "sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==",
  7753. "dependencies": {
  7754. "confbox": "^0.1.8",
  7755. "mlly": "^1.7.2",
  7756. "pathe": "^1.1.2"
  7757. }
  7758. },
  7759. "node_modules/playwright": {
  7760. "version": "1.48.1",
  7761. "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.1.tgz",
  7762. "integrity": "sha512-j8CiHW/V6HxmbntOfyB4+T/uk08tBy6ph0MpBXwuoofkSnLmlfdYNNkFTYD6ofzzlSqLA1fwH4vwvVFvJgLN0w==",
  7763. "dev": true,
  7764. "dependencies": {
  7765. "playwright-core": "1.48.1"
  7766. },
  7767. "bin": {
  7768. "playwright": "cli.js"
  7769. },
  7770. "engines": {
  7771. "node": ">=18"
  7772. },
  7773. "optionalDependencies": {
  7774. "fsevents": "2.3.2"
  7775. }
  7776. },
  7777. "node_modules/playwright-core": {
  7778. "version": "1.48.1",
  7779. "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.1.tgz",
  7780. "integrity": "sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==",
  7781. "dev": true,
  7782. "bin": {
  7783. "playwright-core": "cli.js"
  7784. },
  7785. "engines": {
  7786. "node": ">=18"
  7787. }
  7788. },
  7789. "node_modules/postcss": {
  7790. "version": "8.4.47",
  7791. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
  7792. "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
  7793. "funding": [
  7794. {
  7795. "type": "opencollective",
  7796. "url": "https://opencollective.com/postcss/"
  7797. },
  7798. {
  7799. "type": "tidelift",
  7800. "url": "https://tidelift.com/funding/github/npm/postcss"
  7801. },
  7802. {
  7803. "type": "github",
  7804. "url": "https://github.com/sponsors/ai"
  7805. }
  7806. ],
  7807. "dependencies": {
  7808. "nanoid": "^3.3.7",
  7809. "picocolors": "^1.1.0",
  7810. "source-map-js": "^1.2.1"
  7811. },
  7812. "engines": {
  7813. "node": "^10 || ^12 || >=14"
  7814. }
  7815. },
  7816. "node_modules/postcss-calc": {
  7817. "version": "10.0.2",
  7818. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.0.2.tgz",
  7819. "integrity": "sha512-DT/Wwm6fCKgpYVI7ZEWuPJ4az8hiEHtCUeYjZXqU7Ou4QqYh1Df2yCQ7Ca6N7xqKPFkxN3fhf+u9KSoOCJNAjg==",
  7820. "dependencies": {
  7821. "postcss-selector-parser": "^6.1.2",
  7822. "postcss-value-parser": "^4.2.0"
  7823. },
  7824. "engines": {
  7825. "node": "^18.12 || ^20.9 || >=22.0"
  7826. },
  7827. "peerDependencies": {
  7828. "postcss": "^8.4.38"
  7829. }
  7830. },
  7831. "node_modules/postcss-colormin": {
  7832. "version": "7.0.2",
  7833. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.2.tgz",
  7834. "integrity": "sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==",
  7835. "dependencies": {
  7836. "browserslist": "^4.23.3",
  7837. "caniuse-api": "^3.0.0",
  7838. "colord": "^2.9.3",
  7839. "postcss-value-parser": "^4.2.0"
  7840. },
  7841. "engines": {
  7842. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7843. },
  7844. "peerDependencies": {
  7845. "postcss": "^8.4.31"
  7846. }
  7847. },
  7848. "node_modules/postcss-convert-values": {
  7849. "version": "7.0.4",
  7850. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.4.tgz",
  7851. "integrity": "sha512-e2LSXPqEHVW6aoGbjV9RsSSNDO3A0rZLCBxN24zvxF25WknMPpX8Dm9UxxThyEbaytzggRuZxaGXqaOhxQ514Q==",
  7852. "dependencies": {
  7853. "browserslist": "^4.23.3",
  7854. "postcss-value-parser": "^4.2.0"
  7855. },
  7856. "engines": {
  7857. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7858. },
  7859. "peerDependencies": {
  7860. "postcss": "^8.4.31"
  7861. }
  7862. },
  7863. "node_modules/postcss-discard-comments": {
  7864. "version": "7.0.3",
  7865. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.3.tgz",
  7866. "integrity": "sha512-q6fjd4WU4afNhWOA2WltHgCbkRhZPgQe7cXF74fuVB/ge4QbM9HEaOIzGSiMvM+g/cOsNAUGdf2JDzqA2F8iLA==",
  7867. "dependencies": {
  7868. "postcss-selector-parser": "^6.1.2"
  7869. },
  7870. "engines": {
  7871. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7872. },
  7873. "peerDependencies": {
  7874. "postcss": "^8.4.31"
  7875. }
  7876. },
  7877. "node_modules/postcss-discard-duplicates": {
  7878. "version": "7.0.1",
  7879. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.1.tgz",
  7880. "integrity": "sha512-oZA+v8Jkpu1ct/xbbrntHRsfLGuzoP+cpt0nJe5ED2FQF8n8bJtn7Bo28jSmBYwqgqnqkuSXJfSUEE7if4nClQ==",
  7881. "engines": {
  7882. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7883. },
  7884. "peerDependencies": {
  7885. "postcss": "^8.4.31"
  7886. }
  7887. },
  7888. "node_modules/postcss-discard-empty": {
  7889. "version": "7.0.0",
  7890. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.0.tgz",
  7891. "integrity": "sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==",
  7892. "engines": {
  7893. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7894. },
  7895. "peerDependencies": {
  7896. "postcss": "^8.4.31"
  7897. }
  7898. },
  7899. "node_modules/postcss-discard-overridden": {
  7900. "version": "7.0.0",
  7901. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.0.tgz",
  7902. "integrity": "sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==",
  7903. "engines": {
  7904. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7905. },
  7906. "peerDependencies": {
  7907. "postcss": "^8.4.31"
  7908. }
  7909. },
  7910. "node_modules/postcss-import": {
  7911. "version": "15.1.0",
  7912. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
  7913. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  7914. "dev": true,
  7915. "dependencies": {
  7916. "postcss-value-parser": "^4.0.0",
  7917. "read-cache": "^1.0.0",
  7918. "resolve": "^1.1.7"
  7919. },
  7920. "engines": {
  7921. "node": ">=14.0.0"
  7922. },
  7923. "peerDependencies": {
  7924. "postcss": "^8.0.0"
  7925. }
  7926. },
  7927. "node_modules/postcss-js": {
  7928. "version": "4.0.1",
  7929. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
  7930. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  7931. "dev": true,
  7932. "dependencies": {
  7933. "camelcase-css": "^2.0.1"
  7934. },
  7935. "engines": {
  7936. "node": "^12 || ^14 || >= 16"
  7937. },
  7938. "funding": {
  7939. "type": "opencollective",
  7940. "url": "https://opencollective.com/postcss/"
  7941. },
  7942. "peerDependencies": {
  7943. "postcss": "^8.4.21"
  7944. }
  7945. },
  7946. "node_modules/postcss-load-config": {
  7947. "version": "4.0.2",
  7948. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
  7949. "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
  7950. "dev": true,
  7951. "funding": [
  7952. {
  7953. "type": "opencollective",
  7954. "url": "https://opencollective.com/postcss/"
  7955. },
  7956. {
  7957. "type": "github",
  7958. "url": "https://github.com/sponsors/ai"
  7959. }
  7960. ],
  7961. "dependencies": {
  7962. "lilconfig": "^3.0.0",
  7963. "yaml": "^2.3.4"
  7964. },
  7965. "engines": {
  7966. "node": ">= 14"
  7967. },
  7968. "peerDependencies": {
  7969. "postcss": ">=8.0.9",
  7970. "ts-node": ">=9.0.0"
  7971. },
  7972. "peerDependenciesMeta": {
  7973. "postcss": {
  7974. "optional": true
  7975. },
  7976. "ts-node": {
  7977. "optional": true
  7978. }
  7979. }
  7980. },
  7981. "node_modules/postcss-merge-longhand": {
  7982. "version": "7.0.4",
  7983. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.4.tgz",
  7984. "integrity": "sha512-zer1KoZA54Q8RVHKOY5vMke0cCdNxMP3KBfDerjH/BYHh4nCIh+1Yy0t1pAEQF18ac/4z3OFclO+ZVH8azjR4A==",
  7985. "dependencies": {
  7986. "postcss-value-parser": "^4.2.0",
  7987. "stylehacks": "^7.0.4"
  7988. },
  7989. "engines": {
  7990. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7991. },
  7992. "peerDependencies": {
  7993. "postcss": "^8.4.31"
  7994. }
  7995. },
  7996. "node_modules/postcss-merge-rules": {
  7997. "version": "7.0.4",
  7998. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.4.tgz",
  7999. "integrity": "sha512-ZsaamiMVu7uBYsIdGtKJ64PkcQt6Pcpep/uO90EpLS3dxJi6OXamIobTYcImyXGoW0Wpugh7DSD3XzxZS9JCPg==",
  8000. "dependencies": {
  8001. "browserslist": "^4.23.3",
  8002. "caniuse-api": "^3.0.0",
  8003. "cssnano-utils": "^5.0.0",
  8004. "postcss-selector-parser": "^6.1.2"
  8005. },
  8006. "engines": {
  8007. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8008. },
  8009. "peerDependencies": {
  8010. "postcss": "^8.4.31"
  8011. }
  8012. },
  8013. "node_modules/postcss-minify-font-values": {
  8014. "version": "7.0.0",
  8015. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz",
  8016. "integrity": "sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==",
  8017. "dependencies": {
  8018. "postcss-value-parser": "^4.2.0"
  8019. },
  8020. "engines": {
  8021. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8022. },
  8023. "peerDependencies": {
  8024. "postcss": "^8.4.31"
  8025. }
  8026. },
  8027. "node_modules/postcss-minify-gradients": {
  8028. "version": "7.0.0",
  8029. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.0.tgz",
  8030. "integrity": "sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==",
  8031. "dependencies": {
  8032. "colord": "^2.9.3",
  8033. "cssnano-utils": "^5.0.0",
  8034. "postcss-value-parser": "^4.2.0"
  8035. },
  8036. "engines": {
  8037. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8038. },
  8039. "peerDependencies": {
  8040. "postcss": "^8.4.31"
  8041. }
  8042. },
  8043. "node_modules/postcss-minify-params": {
  8044. "version": "7.0.2",
  8045. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.2.tgz",
  8046. "integrity": "sha512-nyqVLu4MFl9df32zTsdcLqCFfE/z2+f8GE1KHPxWOAmegSo6lpV2GNy5XQvrzwbLmiU7d+fYay4cwto1oNdAaQ==",
  8047. "dependencies": {
  8048. "browserslist": "^4.23.3",
  8049. "cssnano-utils": "^5.0.0",
  8050. "postcss-value-parser": "^4.2.0"
  8051. },
  8052. "engines": {
  8053. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8054. },
  8055. "peerDependencies": {
  8056. "postcss": "^8.4.31"
  8057. }
  8058. },
  8059. "node_modules/postcss-minify-selectors": {
  8060. "version": "7.0.4",
  8061. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.4.tgz",
  8062. "integrity": "sha512-JG55VADcNb4xFCf75hXkzc1rNeURhlo7ugf6JjiiKRfMsKlDzN9CXHZDyiG6x/zGchpjQS+UAgb1d4nqXqOpmA==",
  8063. "dependencies": {
  8064. "cssesc": "^3.0.0",
  8065. "postcss-selector-parser": "^6.1.2"
  8066. },
  8067. "engines": {
  8068. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8069. },
  8070. "peerDependencies": {
  8071. "postcss": "^8.4.31"
  8072. }
  8073. },
  8074. "node_modules/postcss-nested": {
  8075. "version": "6.2.0",
  8076. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
  8077. "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
  8078. "dev": true,
  8079. "funding": [
  8080. {
  8081. "type": "opencollective",
  8082. "url": "https://opencollective.com/postcss/"
  8083. },
  8084. {
  8085. "type": "github",
  8086. "url": "https://github.com/sponsors/ai"
  8087. }
  8088. ],
  8089. "dependencies": {
  8090. "postcss-selector-parser": "^6.1.1"
  8091. },
  8092. "engines": {
  8093. "node": ">=12.0"
  8094. },
  8095. "peerDependencies": {
  8096. "postcss": "^8.2.14"
  8097. }
  8098. },
  8099. "node_modules/postcss-normalize-charset": {
  8100. "version": "7.0.0",
  8101. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.0.tgz",
  8102. "integrity": "sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==",
  8103. "engines": {
  8104. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8105. },
  8106. "peerDependencies": {
  8107. "postcss": "^8.4.31"
  8108. }
  8109. },
  8110. "node_modules/postcss-normalize-display-values": {
  8111. "version": "7.0.0",
  8112. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.0.tgz",
  8113. "integrity": "sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==",
  8114. "dependencies": {
  8115. "postcss-value-parser": "^4.2.0"
  8116. },
  8117. "engines": {
  8118. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8119. },
  8120. "peerDependencies": {
  8121. "postcss": "^8.4.31"
  8122. }
  8123. },
  8124. "node_modules/postcss-normalize-positions": {
  8125. "version": "7.0.0",
  8126. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.0.tgz",
  8127. "integrity": "sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==",
  8128. "dependencies": {
  8129. "postcss-value-parser": "^4.2.0"
  8130. },
  8131. "engines": {
  8132. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8133. },
  8134. "peerDependencies": {
  8135. "postcss": "^8.4.31"
  8136. }
  8137. },
  8138. "node_modules/postcss-normalize-repeat-style": {
  8139. "version": "7.0.0",
  8140. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.0.tgz",
  8141. "integrity": "sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==",
  8142. "dependencies": {
  8143. "postcss-value-parser": "^4.2.0"
  8144. },
  8145. "engines": {
  8146. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8147. },
  8148. "peerDependencies": {
  8149. "postcss": "^8.4.31"
  8150. }
  8151. },
  8152. "node_modules/postcss-normalize-string": {
  8153. "version": "7.0.0",
  8154. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.0.tgz",
  8155. "integrity": "sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==",
  8156. "dependencies": {
  8157. "postcss-value-parser": "^4.2.0"
  8158. },
  8159. "engines": {
  8160. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8161. },
  8162. "peerDependencies": {
  8163. "postcss": "^8.4.31"
  8164. }
  8165. },
  8166. "node_modules/postcss-normalize-timing-functions": {
  8167. "version": "7.0.0",
  8168. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.0.tgz",
  8169. "integrity": "sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==",
  8170. "dependencies": {
  8171. "postcss-value-parser": "^4.2.0"
  8172. },
  8173. "engines": {
  8174. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8175. },
  8176. "peerDependencies": {
  8177. "postcss": "^8.4.31"
  8178. }
  8179. },
  8180. "node_modules/postcss-normalize-unicode": {
  8181. "version": "7.0.2",
  8182. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.2.tgz",
  8183. "integrity": "sha512-ztisabK5C/+ZWBdYC+Y9JCkp3M9qBv/XFvDtSw0d/XwfT3UaKeW/YTm/MD/QrPNxuecia46vkfEhewjwcYFjkg==",
  8184. "dependencies": {
  8185. "browserslist": "^4.23.3",
  8186. "postcss-value-parser": "^4.2.0"
  8187. },
  8188. "engines": {
  8189. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8190. },
  8191. "peerDependencies": {
  8192. "postcss": "^8.4.31"
  8193. }
  8194. },
  8195. "node_modules/postcss-normalize-url": {
  8196. "version": "7.0.0",
  8197. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.0.tgz",
  8198. "integrity": "sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==",
  8199. "dependencies": {
  8200. "postcss-value-parser": "^4.2.0"
  8201. },
  8202. "engines": {
  8203. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8204. },
  8205. "peerDependencies": {
  8206. "postcss": "^8.4.31"
  8207. }
  8208. },
  8209. "node_modules/postcss-normalize-whitespace": {
  8210. "version": "7.0.0",
  8211. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.0.tgz",
  8212. "integrity": "sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==",
  8213. "dependencies": {
  8214. "postcss-value-parser": "^4.2.0"
  8215. },
  8216. "engines": {
  8217. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8218. },
  8219. "peerDependencies": {
  8220. "postcss": "^8.4.31"
  8221. }
  8222. },
  8223. "node_modules/postcss-ordered-values": {
  8224. "version": "7.0.1",
  8225. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.1.tgz",
  8226. "integrity": "sha512-irWScWRL6nRzYmBOXReIKch75RRhNS86UPUAxXdmW/l0FcAsg0lvAXQCby/1lymxn/o0gVa6Rv/0f03eJOwHxw==",
  8227. "dependencies": {
  8228. "cssnano-utils": "^5.0.0",
  8229. "postcss-value-parser": "^4.2.0"
  8230. },
  8231. "engines": {
  8232. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8233. },
  8234. "peerDependencies": {
  8235. "postcss": "^8.4.31"
  8236. }
  8237. },
  8238. "node_modules/postcss-reduce-initial": {
  8239. "version": "7.0.2",
  8240. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.2.tgz",
  8241. "integrity": "sha512-pOnu9zqQww7dEKf62Nuju6JgsW2V0KRNBHxeKohU+JkHd/GAH5uvoObqFLqkeB2n20mr6yrlWDvo5UBU5GnkfA==",
  8242. "dependencies": {
  8243. "browserslist": "^4.23.3",
  8244. "caniuse-api": "^3.0.0"
  8245. },
  8246. "engines": {
  8247. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8248. },
  8249. "peerDependencies": {
  8250. "postcss": "^8.4.31"
  8251. }
  8252. },
  8253. "node_modules/postcss-reduce-transforms": {
  8254. "version": "7.0.0",
  8255. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.0.tgz",
  8256. "integrity": "sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==",
  8257. "dependencies": {
  8258. "postcss-value-parser": "^4.2.0"
  8259. },
  8260. "engines": {
  8261. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8262. },
  8263. "peerDependencies": {
  8264. "postcss": "^8.4.31"
  8265. }
  8266. },
  8267. "node_modules/postcss-selector-parser": {
  8268. "version": "6.1.2",
  8269. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  8270. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  8271. "dependencies": {
  8272. "cssesc": "^3.0.0",
  8273. "util-deprecate": "^1.0.2"
  8274. },
  8275. "engines": {
  8276. "node": ">=4"
  8277. }
  8278. },
  8279. "node_modules/postcss-svgo": {
  8280. "version": "7.0.1",
  8281. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.0.1.tgz",
  8282. "integrity": "sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==",
  8283. "dependencies": {
  8284. "postcss-value-parser": "^4.2.0",
  8285. "svgo": "^3.3.2"
  8286. },
  8287. "engines": {
  8288. "node": "^18.12.0 || ^20.9.0 || >= 18"
  8289. },
  8290. "peerDependencies": {
  8291. "postcss": "^8.4.31"
  8292. }
  8293. },
  8294. "node_modules/postcss-unique-selectors": {
  8295. "version": "7.0.3",
  8296. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.3.tgz",
  8297. "integrity": "sha512-J+58u5Ic5T1QjP/LDV9g3Cx4CNOgB5vz+kM6+OxHHhFACdcDeKhBXjQmB7fnIZM12YSTvsL0Opwco83DmacW2g==",
  8298. "dependencies": {
  8299. "postcss-selector-parser": "^6.1.2"
  8300. },
  8301. "engines": {
  8302. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8303. },
  8304. "peerDependencies": {
  8305. "postcss": "^8.4.31"
  8306. }
  8307. },
  8308. "node_modules/postcss-value-parser": {
  8309. "version": "4.2.0",
  8310. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  8311. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  8312. },
  8313. "node_modules/postcss/node_modules/nanoid": {
  8314. "version": "3.3.7",
  8315. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  8316. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  8317. "funding": [
  8318. {
  8319. "type": "github",
  8320. "url": "https://github.com/sponsors/ai"
  8321. }
  8322. ],
  8323. "bin": {
  8324. "nanoid": "bin/nanoid.cjs"
  8325. },
  8326. "engines": {
  8327. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  8328. }
  8329. },
  8330. "node_modules/pretty-bytes": {
  8331. "version": "6.1.1",
  8332. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
  8333. "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
  8334. "engines": {
  8335. "node": "^14.13.1 || >=16.0.0"
  8336. },
  8337. "funding": {
  8338. "url": "https://github.com/sponsors/sindresorhus"
  8339. }
  8340. },
  8341. "node_modules/process": {
  8342. "version": "0.11.10",
  8343. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  8344. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  8345. "engines": {
  8346. "node": ">= 0.6.0"
  8347. }
  8348. },
  8349. "node_modules/process-nextick-args": {
  8350. "version": "2.0.1",
  8351. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  8352. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  8353. },
  8354. "node_modules/prompts": {
  8355. "version": "2.4.2",
  8356. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  8357. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  8358. "dependencies": {
  8359. "kleur": "^3.0.3",
  8360. "sisteransi": "^1.0.5"
  8361. },
  8362. "engines": {
  8363. "node": ">= 6"
  8364. }
  8365. },
  8366. "node_modules/proto-list": {
  8367. "version": "1.2.4",
  8368. "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
  8369. "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==",
  8370. "dev": true
  8371. },
  8372. "node_modules/protocols": {
  8373. "version": "2.0.1",
  8374. "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.1.tgz",
  8375. "integrity": "sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q=="
  8376. },
  8377. "node_modules/proxy-from-env": {
  8378. "version": "1.1.0",
  8379. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  8380. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
  8381. },
  8382. "node_modules/queue-microtask": {
  8383. "version": "1.2.3",
  8384. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  8385. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  8386. "funding": [
  8387. {
  8388. "type": "github",
  8389. "url": "https://github.com/sponsors/feross"
  8390. },
  8391. {
  8392. "type": "patreon",
  8393. "url": "https://www.patreon.com/feross"
  8394. },
  8395. {
  8396. "type": "consulting",
  8397. "url": "https://feross.org/support"
  8398. }
  8399. ]
  8400. },
  8401. "node_modules/queue-tick": {
  8402. "version": "1.0.1",
  8403. "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
  8404. "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
  8405. },
  8406. "node_modules/radix3": {
  8407. "version": "1.1.2",
  8408. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  8409. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA=="
  8410. },
  8411. "node_modules/randombytes": {
  8412. "version": "2.1.0",
  8413. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  8414. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  8415. "dependencies": {
  8416. "safe-buffer": "^5.1.0"
  8417. }
  8418. },
  8419. "node_modules/range-parser": {
  8420. "version": "1.2.1",
  8421. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  8422. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  8423. "engines": {
  8424. "node": ">= 0.6"
  8425. }
  8426. },
  8427. "node_modules/rc9": {
  8428. "version": "2.1.2",
  8429. "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
  8430. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  8431. "dependencies": {
  8432. "defu": "^6.1.4",
  8433. "destr": "^2.0.3"
  8434. }
  8435. },
  8436. "node_modules/read-cache": {
  8437. "version": "1.0.0",
  8438. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  8439. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  8440. "dev": true,
  8441. "dependencies": {
  8442. "pify": "^2.3.0"
  8443. }
  8444. },
  8445. "node_modules/readable-stream": {
  8446. "version": "4.5.2",
  8447. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
  8448. "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
  8449. "dependencies": {
  8450. "abort-controller": "^3.0.0",
  8451. "buffer": "^6.0.3",
  8452. "events": "^3.3.0",
  8453. "process": "^0.11.10",
  8454. "string_decoder": "^1.3.0"
  8455. },
  8456. "engines": {
  8457. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  8458. }
  8459. },
  8460. "node_modules/readdir-glob": {
  8461. "version": "1.1.3",
  8462. "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  8463. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  8464. "dependencies": {
  8465. "minimatch": "^5.1.0"
  8466. }
  8467. },
  8468. "node_modules/readdirp": {
  8469. "version": "4.0.2",
  8470. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz",
  8471. "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==",
  8472. "devOptional": true,
  8473. "engines": {
  8474. "node": ">= 14.16.0"
  8475. },
  8476. "funding": {
  8477. "type": "individual",
  8478. "url": "https://paulmillr.com/funding/"
  8479. }
  8480. },
  8481. "node_modules/redis-errors": {
  8482. "version": "1.2.0",
  8483. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  8484. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  8485. "engines": {
  8486. "node": ">=4"
  8487. }
  8488. },
  8489. "node_modules/redis-parser": {
  8490. "version": "3.0.0",
  8491. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  8492. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  8493. "dependencies": {
  8494. "redis-errors": "^1.0.0"
  8495. },
  8496. "engines": {
  8497. "node": ">=4"
  8498. }
  8499. },
  8500. "node_modules/require-directory": {
  8501. "version": "2.1.1",
  8502. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  8503. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  8504. "engines": {
  8505. "node": ">=0.10.0"
  8506. }
  8507. },
  8508. "node_modules/resolve": {
  8509. "version": "1.22.8",
  8510. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  8511. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  8512. "dependencies": {
  8513. "is-core-module": "^2.13.0",
  8514. "path-parse": "^1.0.7",
  8515. "supports-preserve-symlinks-flag": "^1.0.0"
  8516. },
  8517. "bin": {
  8518. "resolve": "bin/resolve"
  8519. },
  8520. "funding": {
  8521. "url": "https://github.com/sponsors/ljharb"
  8522. }
  8523. },
  8524. "node_modules/resolve-from": {
  8525. "version": "5.0.0",
  8526. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  8527. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  8528. "engines": {
  8529. "node": ">=8"
  8530. }
  8531. },
  8532. "node_modules/reusify": {
  8533. "version": "1.0.4",
  8534. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  8535. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  8536. "engines": {
  8537. "iojs": ">=1.0.0",
  8538. "node": ">=0.10.0"
  8539. }
  8540. },
  8541. "node_modules/rfdc": {
  8542. "version": "1.4.1",
  8543. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  8544. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA=="
  8545. },
  8546. "node_modules/rimraf": {
  8547. "version": "3.0.2",
  8548. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  8549. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  8550. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  8551. "dependencies": {
  8552. "glob": "^7.1.3"
  8553. },
  8554. "bin": {
  8555. "rimraf": "bin.js"
  8556. },
  8557. "funding": {
  8558. "url": "https://github.com/sponsors/isaacs"
  8559. }
  8560. },
  8561. "node_modules/rimraf/node_modules/brace-expansion": {
  8562. "version": "1.1.11",
  8563. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  8564. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  8565. "dependencies": {
  8566. "balanced-match": "^1.0.0",
  8567. "concat-map": "0.0.1"
  8568. }
  8569. },
  8570. "node_modules/rimraf/node_modules/glob": {
  8571. "version": "7.2.3",
  8572. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  8573. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  8574. "deprecated": "Glob versions prior to v9 are no longer supported",
  8575. "dependencies": {
  8576. "fs.realpath": "^1.0.0",
  8577. "inflight": "^1.0.4",
  8578. "inherits": "2",
  8579. "minimatch": "^3.1.1",
  8580. "once": "^1.3.0",
  8581. "path-is-absolute": "^1.0.0"
  8582. },
  8583. "engines": {
  8584. "node": "*"
  8585. },
  8586. "funding": {
  8587. "url": "https://github.com/sponsors/isaacs"
  8588. }
  8589. },
  8590. "node_modules/rimraf/node_modules/minimatch": {
  8591. "version": "3.1.2",
  8592. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  8593. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  8594. "dependencies": {
  8595. "brace-expansion": "^1.1.7"
  8596. },
  8597. "engines": {
  8598. "node": "*"
  8599. }
  8600. },
  8601. "node_modules/rollup": {
  8602. "version": "4.24.0",
  8603. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.24.0.tgz",
  8604. "integrity": "sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==",
  8605. "dependencies": {
  8606. "@types/estree": "1.0.6"
  8607. },
  8608. "bin": {
  8609. "rollup": "dist/bin/rollup"
  8610. },
  8611. "engines": {
  8612. "node": ">=18.0.0",
  8613. "npm": ">=8.0.0"
  8614. },
  8615. "optionalDependencies": {
  8616. "@rollup/rollup-android-arm-eabi": "4.24.0",
  8617. "@rollup/rollup-android-arm64": "4.24.0",
  8618. "@rollup/rollup-darwin-arm64": "4.24.0",
  8619. "@rollup/rollup-darwin-x64": "4.24.0",
  8620. "@rollup/rollup-linux-arm-gnueabihf": "4.24.0",
  8621. "@rollup/rollup-linux-arm-musleabihf": "4.24.0",
  8622. "@rollup/rollup-linux-arm64-gnu": "4.24.0",
  8623. "@rollup/rollup-linux-arm64-musl": "4.24.0",
  8624. "@rollup/rollup-linux-powerpc64le-gnu": "4.24.0",
  8625. "@rollup/rollup-linux-riscv64-gnu": "4.24.0",
  8626. "@rollup/rollup-linux-s390x-gnu": "4.24.0",
  8627. "@rollup/rollup-linux-x64-gnu": "4.24.0",
  8628. "@rollup/rollup-linux-x64-musl": "4.24.0",
  8629. "@rollup/rollup-win32-arm64-msvc": "4.24.0",
  8630. "@rollup/rollup-win32-ia32-msvc": "4.24.0",
  8631. "@rollup/rollup-win32-x64-msvc": "4.24.0",
  8632. "fsevents": "~2.3.2"
  8633. }
  8634. },
  8635. "node_modules/rollup-plugin-visualizer": {
  8636. "version": "5.12.0",
  8637. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.12.0.tgz",
  8638. "integrity": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==",
  8639. "dependencies": {
  8640. "open": "^8.4.0",
  8641. "picomatch": "^2.3.1",
  8642. "source-map": "^0.7.4",
  8643. "yargs": "^17.5.1"
  8644. },
  8645. "bin": {
  8646. "rollup-plugin-visualizer": "dist/bin/cli.js"
  8647. },
  8648. "engines": {
  8649. "node": ">=14"
  8650. },
  8651. "peerDependencies": {
  8652. "rollup": "2.x || 3.x || 4.x"
  8653. },
  8654. "peerDependenciesMeta": {
  8655. "rollup": {
  8656. "optional": true
  8657. }
  8658. }
  8659. },
  8660. "node_modules/run-applescript": {
  8661. "version": "7.0.0",
  8662. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
  8663. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  8664. "engines": {
  8665. "node": ">=18"
  8666. },
  8667. "funding": {
  8668. "url": "https://github.com/sponsors/sindresorhus"
  8669. }
  8670. },
  8671. "node_modules/run-parallel": {
  8672. "version": "1.2.0",
  8673. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  8674. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  8675. "funding": [
  8676. {
  8677. "type": "github",
  8678. "url": "https://github.com/sponsors/feross"
  8679. },
  8680. {
  8681. "type": "patreon",
  8682. "url": "https://www.patreon.com/feross"
  8683. },
  8684. {
  8685. "type": "consulting",
  8686. "url": "https://feross.org/support"
  8687. }
  8688. ],
  8689. "dependencies": {
  8690. "queue-microtask": "^1.2.2"
  8691. }
  8692. },
  8693. "node_modules/safe-buffer": {
  8694. "version": "5.2.1",
  8695. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  8696. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  8697. "funding": [
  8698. {
  8699. "type": "github",
  8700. "url": "https://github.com/sponsors/feross"
  8701. },
  8702. {
  8703. "type": "patreon",
  8704. "url": "https://www.patreon.com/feross"
  8705. },
  8706. {
  8707. "type": "consulting",
  8708. "url": "https://feross.org/support"
  8709. }
  8710. ]
  8711. },
  8712. "node_modules/sass": {
  8713. "version": "1.79.5",
  8714. "resolved": "https://registry.npmjs.org/sass/-/sass-1.79.5.tgz",
  8715. "integrity": "sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==",
  8716. "devOptional": true,
  8717. "dependencies": {
  8718. "@parcel/watcher": "^2.4.1",
  8719. "chokidar": "^4.0.0",
  8720. "immutable": "^4.0.0",
  8721. "source-map-js": ">=0.6.2 <2.0.0"
  8722. },
  8723. "bin": {
  8724. "sass": "sass.js"
  8725. },
  8726. "engines": {
  8727. "node": ">=14.0.0"
  8728. }
  8729. },
  8730. "node_modules/scule": {
  8731. "version": "1.3.0",
  8732. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  8733. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g=="
  8734. },
  8735. "node_modules/semver": {
  8736. "version": "7.6.3",
  8737. "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
  8738. "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
  8739. "bin": {
  8740. "semver": "bin/semver.js"
  8741. },
  8742. "engines": {
  8743. "node": ">=10"
  8744. }
  8745. },
  8746. "node_modules/send": {
  8747. "version": "0.19.0",
  8748. "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
  8749. "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
  8750. "dependencies": {
  8751. "debug": "2.6.9",
  8752. "depd": "2.0.0",
  8753. "destroy": "1.2.0",
  8754. "encodeurl": "~1.0.2",
  8755. "escape-html": "~1.0.3",
  8756. "etag": "~1.8.1",
  8757. "fresh": "0.5.2",
  8758. "http-errors": "2.0.0",
  8759. "mime": "1.6.0",
  8760. "ms": "2.1.3",
  8761. "on-finished": "2.4.1",
  8762. "range-parser": "~1.2.1",
  8763. "statuses": "2.0.1"
  8764. },
  8765. "engines": {
  8766. "node": ">= 0.8.0"
  8767. }
  8768. },
  8769. "node_modules/send/node_modules/debug": {
  8770. "version": "2.6.9",
  8771. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  8772. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  8773. "dependencies": {
  8774. "ms": "2.0.0"
  8775. }
  8776. },
  8777. "node_modules/send/node_modules/debug/node_modules/ms": {
  8778. "version": "2.0.0",
  8779. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  8780. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  8781. },
  8782. "node_modules/send/node_modules/encodeurl": {
  8783. "version": "1.0.2",
  8784. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  8785. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  8786. "engines": {
  8787. "node": ">= 0.8"
  8788. }
  8789. },
  8790. "node_modules/send/node_modules/mime": {
  8791. "version": "1.6.0",
  8792. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  8793. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  8794. "bin": {
  8795. "mime": "cli.js"
  8796. },
  8797. "engines": {
  8798. "node": ">=4"
  8799. }
  8800. },
  8801. "node_modules/serialize-javascript": {
  8802. "version": "6.0.2",
  8803. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  8804. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  8805. "dependencies": {
  8806. "randombytes": "^2.1.0"
  8807. }
  8808. },
  8809. "node_modules/serve-placeholder": {
  8810. "version": "2.0.2",
  8811. "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  8812. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  8813. "dependencies": {
  8814. "defu": "^6.1.4"
  8815. }
  8816. },
  8817. "node_modules/serve-static": {
  8818. "version": "1.16.2",
  8819. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
  8820. "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
  8821. "dependencies": {
  8822. "encodeurl": "~2.0.0",
  8823. "escape-html": "~1.0.3",
  8824. "parseurl": "~1.3.3",
  8825. "send": "0.19.0"
  8826. },
  8827. "engines": {
  8828. "node": ">= 0.8.0"
  8829. }
  8830. },
  8831. "node_modules/set-blocking": {
  8832. "version": "2.0.0",
  8833. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  8834. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
  8835. },
  8836. "node_modules/setprototypeof": {
  8837. "version": "1.2.0",
  8838. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  8839. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  8840. },
  8841. "node_modules/shebang-command": {
  8842. "version": "2.0.0",
  8843. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  8844. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  8845. "dependencies": {
  8846. "shebang-regex": "^3.0.0"
  8847. },
  8848. "engines": {
  8849. "node": ">=8"
  8850. }
  8851. },
  8852. "node_modules/shebang-regex": {
  8853. "version": "3.0.0",
  8854. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  8855. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  8856. "engines": {
  8857. "node": ">=8"
  8858. }
  8859. },
  8860. "node_modules/shell-quote": {
  8861. "version": "1.8.1",
  8862. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
  8863. "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
  8864. "funding": {
  8865. "url": "https://github.com/sponsors/ljharb"
  8866. }
  8867. },
  8868. "node_modules/siginfo": {
  8869. "version": "2.0.0",
  8870. "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
  8871. "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
  8872. "dev": true
  8873. },
  8874. "node_modules/signal-exit": {
  8875. "version": "4.1.0",
  8876. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  8877. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  8878. "engines": {
  8879. "node": ">=14"
  8880. },
  8881. "funding": {
  8882. "url": "https://github.com/sponsors/isaacs"
  8883. }
  8884. },
  8885. "node_modules/simple-git": {
  8886. "version": "3.27.0",
  8887. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.27.0.tgz",
  8888. "integrity": "sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==",
  8889. "dependencies": {
  8890. "@kwsites/file-exists": "^1.1.1",
  8891. "@kwsites/promise-deferred": "^1.1.1",
  8892. "debug": "^4.3.5"
  8893. },
  8894. "funding": {
  8895. "type": "github",
  8896. "url": "https://github.com/steveukx/git-js?sponsor=1"
  8897. }
  8898. },
  8899. "node_modules/sirv": {
  8900. "version": "2.0.4",
  8901. "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz",
  8902. "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==",
  8903. "dependencies": {
  8904. "@polka/url": "^1.0.0-next.24",
  8905. "mrmime": "^2.0.0",
  8906. "totalist": "^3.0.0"
  8907. },
  8908. "engines": {
  8909. "node": ">= 10"
  8910. }
  8911. },
  8912. "node_modules/sisteransi": {
  8913. "version": "1.0.5",
  8914. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  8915. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  8916. },
  8917. "node_modules/slash": {
  8918. "version": "5.1.0",
  8919. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  8920. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  8921. "engines": {
  8922. "node": ">=14.16"
  8923. },
  8924. "funding": {
  8925. "url": "https://github.com/sponsors/sindresorhus"
  8926. }
  8927. },
  8928. "node_modules/smob": {
  8929. "version": "1.5.0",
  8930. "resolved": "https://registry.npmjs.org/smob/-/smob-1.5.0.tgz",
  8931. "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig=="
  8932. },
  8933. "node_modules/source-map": {
  8934. "version": "0.7.4",
  8935. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  8936. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  8937. "engines": {
  8938. "node": ">= 8"
  8939. }
  8940. },
  8941. "node_modules/source-map-js": {
  8942. "version": "1.2.1",
  8943. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  8944. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  8945. "engines": {
  8946. "node": ">=0.10.0"
  8947. }
  8948. },
  8949. "node_modules/source-map-support": {
  8950. "version": "0.5.21",
  8951. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  8952. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  8953. "dependencies": {
  8954. "buffer-from": "^1.0.0",
  8955. "source-map": "^0.6.0"
  8956. }
  8957. },
  8958. "node_modules/source-map-support/node_modules/source-map": {
  8959. "version": "0.6.1",
  8960. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  8961. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  8962. "engines": {
  8963. "node": ">=0.10.0"
  8964. }
  8965. },
  8966. "node_modules/speakingurl": {
  8967. "version": "14.0.1",
  8968. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  8969. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  8970. "engines": {
  8971. "node": ">=0.10.0"
  8972. }
  8973. },
  8974. "node_modules/stackback": {
  8975. "version": "0.0.2",
  8976. "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
  8977. "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
  8978. "dev": true
  8979. },
  8980. "node_modules/standard-as-callback": {
  8981. "version": "2.1.0",
  8982. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  8983. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A=="
  8984. },
  8985. "node_modules/statuses": {
  8986. "version": "2.0.1",
  8987. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  8988. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  8989. "engines": {
  8990. "node": ">= 0.8"
  8991. }
  8992. },
  8993. "node_modules/std-env": {
  8994. "version": "3.7.0",
  8995. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz",
  8996. "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg=="
  8997. },
  8998. "node_modules/streamx": {
  8999. "version": "2.20.1",
  9000. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.1.tgz",
  9001. "integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==",
  9002. "dependencies": {
  9003. "fast-fifo": "^1.3.2",
  9004. "queue-tick": "^1.0.1",
  9005. "text-decoder": "^1.1.0"
  9006. },
  9007. "optionalDependencies": {
  9008. "bare-events": "^2.2.0"
  9009. }
  9010. },
  9011. "node_modules/string_decoder": {
  9012. "version": "1.3.0",
  9013. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  9014. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  9015. "dependencies": {
  9016. "safe-buffer": "~5.2.0"
  9017. }
  9018. },
  9019. "node_modules/string-width": {
  9020. "version": "4.2.3",
  9021. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  9022. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  9023. "dependencies": {
  9024. "emoji-regex": "^8.0.0",
  9025. "is-fullwidth-code-point": "^3.0.0",
  9026. "strip-ansi": "^6.0.1"
  9027. },
  9028. "engines": {
  9029. "node": ">=8"
  9030. }
  9031. },
  9032. "node_modules/string-width-cjs": {
  9033. "name": "string-width",
  9034. "version": "4.2.3",
  9035. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  9036. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  9037. "dependencies": {
  9038. "emoji-regex": "^8.0.0",
  9039. "is-fullwidth-code-point": "^3.0.0",
  9040. "strip-ansi": "^6.0.1"
  9041. },
  9042. "engines": {
  9043. "node": ">=8"
  9044. }
  9045. },
  9046. "node_modules/strip-ansi": {
  9047. "version": "6.0.1",
  9048. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  9049. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  9050. "dependencies": {
  9051. "ansi-regex": "^5.0.1"
  9052. },
  9053. "engines": {
  9054. "node": ">=8"
  9055. }
  9056. },
  9057. "node_modules/strip-ansi-cjs": {
  9058. "name": "strip-ansi",
  9059. "version": "6.0.1",
  9060. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  9061. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  9062. "dependencies": {
  9063. "ansi-regex": "^5.0.1"
  9064. },
  9065. "engines": {
  9066. "node": ">=8"
  9067. }
  9068. },
  9069. "node_modules/strip-final-newline": {
  9070. "version": "3.0.0",
  9071. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  9072. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  9073. "engines": {
  9074. "node": ">=12"
  9075. },
  9076. "funding": {
  9077. "url": "https://github.com/sponsors/sindresorhus"
  9078. }
  9079. },
  9080. "node_modules/strip-literal": {
  9081. "version": "2.1.0",
  9082. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-2.1.0.tgz",
  9083. "integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==",
  9084. "dependencies": {
  9085. "js-tokens": "^9.0.0"
  9086. },
  9087. "funding": {
  9088. "url": "https://github.com/sponsors/antfu"
  9089. }
  9090. },
  9091. "node_modules/strip-literal/node_modules/js-tokens": {
  9092. "version": "9.0.0",
  9093. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz",
  9094. "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ=="
  9095. },
  9096. "node_modules/stylehacks": {
  9097. "version": "7.0.4",
  9098. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.4.tgz",
  9099. "integrity": "sha512-i4zfNrGMt9SB4xRK9L83rlsFCgdGANfeDAYacO1pkqcE7cRHPdWHwnKZVz7WY17Veq/FvyYsRAU++Ga+qDFIww==",
  9100. "dependencies": {
  9101. "browserslist": "^4.23.3",
  9102. "postcss-selector-parser": "^6.1.2"
  9103. },
  9104. "engines": {
  9105. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9106. },
  9107. "peerDependencies": {
  9108. "postcss": "^8.4.31"
  9109. }
  9110. },
  9111. "node_modules/sucrase": {
  9112. "version": "3.35.0",
  9113. "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
  9114. "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
  9115. "dev": true,
  9116. "dependencies": {
  9117. "@jridgewell/gen-mapping": "^0.3.2",
  9118. "commander": "^4.0.0",
  9119. "glob": "^10.3.10",
  9120. "lines-and-columns": "^1.1.6",
  9121. "mz": "^2.7.0",
  9122. "pirates": "^4.0.1",
  9123. "ts-interface-checker": "^0.1.9"
  9124. },
  9125. "bin": {
  9126. "sucrase": "bin/sucrase",
  9127. "sucrase-node": "bin/sucrase-node"
  9128. },
  9129. "engines": {
  9130. "node": ">=16 || 14 >=14.17"
  9131. }
  9132. },
  9133. "node_modules/sucrase/node_modules/commander": {
  9134. "version": "4.1.1",
  9135. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  9136. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  9137. "dev": true,
  9138. "engines": {
  9139. "node": ">= 6"
  9140. }
  9141. },
  9142. "node_modules/sucrase/node_modules/glob": {
  9143. "version": "10.4.5",
  9144. "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
  9145. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  9146. "dev": true,
  9147. "dependencies": {
  9148. "foreground-child": "^3.1.0",
  9149. "jackspeak": "^3.1.2",
  9150. "minimatch": "^9.0.4",
  9151. "minipass": "^7.1.2",
  9152. "package-json-from-dist": "^1.0.0",
  9153. "path-scurry": "^1.11.1"
  9154. },
  9155. "bin": {
  9156. "glob": "dist/esm/bin.mjs"
  9157. },
  9158. "funding": {
  9159. "url": "https://github.com/sponsors/isaacs"
  9160. }
  9161. },
  9162. "node_modules/sucrase/node_modules/minimatch": {
  9163. "version": "9.0.5",
  9164. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
  9165. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  9166. "dev": true,
  9167. "dependencies": {
  9168. "brace-expansion": "^2.0.1"
  9169. },
  9170. "engines": {
  9171. "node": ">=16 || 14 >=14.17"
  9172. },
  9173. "funding": {
  9174. "url": "https://github.com/sponsors/isaacs"
  9175. }
  9176. },
  9177. "node_modules/sucrase/node_modules/minipass": {
  9178. "version": "7.1.2",
  9179. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
  9180. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  9181. "dev": true,
  9182. "engines": {
  9183. "node": ">=16 || 14 >=14.17"
  9184. }
  9185. },
  9186. "node_modules/superjson": {
  9187. "version": "2.2.1",
  9188. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.1.tgz",
  9189. "integrity": "sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==",
  9190. "dependencies": {
  9191. "copy-anything": "^3.0.2"
  9192. },
  9193. "engines": {
  9194. "node": ">=16"
  9195. }
  9196. },
  9197. "node_modules/supports-color": {
  9198. "version": "9.4.0",
  9199. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
  9200. "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
  9201. "engines": {
  9202. "node": ">=12"
  9203. },
  9204. "funding": {
  9205. "url": "https://github.com/chalk/supports-color?sponsor=1"
  9206. }
  9207. },
  9208. "node_modules/supports-preserve-symlinks-flag": {
  9209. "version": "1.0.0",
  9210. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  9211. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  9212. "engines": {
  9213. "node": ">= 0.4"
  9214. },
  9215. "funding": {
  9216. "url": "https://github.com/sponsors/ljharb"
  9217. }
  9218. },
  9219. "node_modules/svg-tags": {
  9220. "version": "1.0.0",
  9221. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  9222. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA=="
  9223. },
  9224. "node_modules/svgo": {
  9225. "version": "3.3.2",
  9226. "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz",
  9227. "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==",
  9228. "dependencies": {
  9229. "@trysound/sax": "0.2.0",
  9230. "commander": "^7.2.0",
  9231. "css-select": "^5.1.0",
  9232. "css-tree": "^2.3.1",
  9233. "css-what": "^6.1.0",
  9234. "csso": "^5.0.5",
  9235. "picocolors": "^1.0.0"
  9236. },
  9237. "bin": {
  9238. "svgo": "bin/svgo"
  9239. },
  9240. "engines": {
  9241. "node": ">=14.0.0"
  9242. },
  9243. "funding": {
  9244. "type": "opencollective",
  9245. "url": "https://opencollective.com/svgo"
  9246. }
  9247. },
  9248. "node_modules/system-architecture": {
  9249. "version": "0.1.0",
  9250. "resolved": "https://registry.npmjs.org/system-architecture/-/system-architecture-0.1.0.tgz",
  9251. "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
  9252. "engines": {
  9253. "node": ">=18"
  9254. },
  9255. "funding": {
  9256. "url": "https://github.com/sponsors/sindresorhus"
  9257. }
  9258. },
  9259. "node_modules/tailwindcss": {
  9260. "version": "3.4.14",
  9261. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz",
  9262. "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==",
  9263. "dev": true,
  9264. "dependencies": {
  9265. "@alloc/quick-lru": "^5.2.0",
  9266. "arg": "^5.0.2",
  9267. "chokidar": "^3.5.3",
  9268. "didyoumean": "^1.2.2",
  9269. "dlv": "^1.1.3",
  9270. "fast-glob": "^3.3.0",
  9271. "glob-parent": "^6.0.2",
  9272. "is-glob": "^4.0.3",
  9273. "jiti": "^1.21.0",
  9274. "lilconfig": "^2.1.0",
  9275. "micromatch": "^4.0.5",
  9276. "normalize-path": "^3.0.0",
  9277. "object-hash": "^3.0.0",
  9278. "picocolors": "^1.0.0",
  9279. "postcss": "^8.4.23",
  9280. "postcss-import": "^15.1.0",
  9281. "postcss-js": "^4.0.1",
  9282. "postcss-load-config": "^4.0.1",
  9283. "postcss-nested": "^6.0.1",
  9284. "postcss-selector-parser": "^6.0.11",
  9285. "resolve": "^1.22.2",
  9286. "sucrase": "^3.32.0"
  9287. },
  9288. "bin": {
  9289. "tailwind": "lib/cli.js",
  9290. "tailwindcss": "lib/cli.js"
  9291. },
  9292. "engines": {
  9293. "node": ">=14.0.0"
  9294. }
  9295. },
  9296. "node_modules/tailwindcss/node_modules/chokidar": {
  9297. "version": "3.6.0",
  9298. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  9299. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  9300. "dev": true,
  9301. "dependencies": {
  9302. "anymatch": "~3.1.2",
  9303. "braces": "~3.0.2",
  9304. "glob-parent": "~5.1.2",
  9305. "is-binary-path": "~2.1.0",
  9306. "is-glob": "~4.0.1",
  9307. "normalize-path": "~3.0.0",
  9308. "readdirp": "~3.6.0"
  9309. },
  9310. "engines": {
  9311. "node": ">= 8.10.0"
  9312. },
  9313. "funding": {
  9314. "url": "https://paulmillr.com/funding/"
  9315. },
  9316. "optionalDependencies": {
  9317. "fsevents": "~2.3.2"
  9318. }
  9319. },
  9320. "node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent": {
  9321. "version": "5.1.2",
  9322. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  9323. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  9324. "dev": true,
  9325. "dependencies": {
  9326. "is-glob": "^4.0.1"
  9327. },
  9328. "engines": {
  9329. "node": ">= 6"
  9330. }
  9331. },
  9332. "node_modules/tailwindcss/node_modules/glob-parent": {
  9333. "version": "6.0.2",
  9334. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  9335. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  9336. "dev": true,
  9337. "dependencies": {
  9338. "is-glob": "^4.0.3"
  9339. },
  9340. "engines": {
  9341. "node": ">=10.13.0"
  9342. }
  9343. },
  9344. "node_modules/tailwindcss/node_modules/lilconfig": {
  9345. "version": "2.1.0",
  9346. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
  9347. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  9348. "dev": true,
  9349. "engines": {
  9350. "node": ">=10"
  9351. }
  9352. },
  9353. "node_modules/tailwindcss/node_modules/readdirp": {
  9354. "version": "3.6.0",
  9355. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  9356. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  9357. "dev": true,
  9358. "dependencies": {
  9359. "picomatch": "^2.2.1"
  9360. },
  9361. "engines": {
  9362. "node": ">=8.10.0"
  9363. }
  9364. },
  9365. "node_modules/tapable": {
  9366. "version": "2.2.1",
  9367. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  9368. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  9369. "engines": {
  9370. "node": ">=6"
  9371. }
  9372. },
  9373. "node_modules/tar": {
  9374. "version": "6.2.1",
  9375. "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
  9376. "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
  9377. "dependencies": {
  9378. "chownr": "^2.0.0",
  9379. "fs-minipass": "^2.0.0",
  9380. "minipass": "^5.0.0",
  9381. "minizlib": "^2.1.1",
  9382. "mkdirp": "^1.0.3",
  9383. "yallist": "^4.0.0"
  9384. },
  9385. "engines": {
  9386. "node": ">=10"
  9387. }
  9388. },
  9389. "node_modules/tar-stream": {
  9390. "version": "3.1.7",
  9391. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
  9392. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  9393. "dependencies": {
  9394. "b4a": "^1.6.4",
  9395. "fast-fifo": "^1.2.0",
  9396. "streamx": "^2.15.0"
  9397. }
  9398. },
  9399. "node_modules/tar/node_modules/yallist": {
  9400. "version": "4.0.0",
  9401. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  9402. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  9403. },
  9404. "node_modules/terser": {
  9405. "version": "5.35.0",
  9406. "resolved": "https://registry.npmjs.org/terser/-/terser-5.35.0.tgz",
  9407. "integrity": "sha512-TmYbQnzVfrx3RQsPoItoPplymixIAtp2R2xlpyVBYmFmvI34IzLhCLj8SimRb/kZXlq4t1gA+vbcTqLQ3+5Q5g==",
  9408. "dependencies": {
  9409. "@jridgewell/source-map": "^0.3.3",
  9410. "acorn": "^8.8.2",
  9411. "commander": "^2.20.0",
  9412. "source-map-support": "~0.5.20"
  9413. },
  9414. "bin": {
  9415. "terser": "bin/terser"
  9416. },
  9417. "engines": {
  9418. "node": ">=10"
  9419. }
  9420. },
  9421. "node_modules/terser/node_modules/commander": {
  9422. "version": "2.20.3",
  9423. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  9424. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  9425. },
  9426. "node_modules/text-decoder": {
  9427. "version": "1.2.0",
  9428. "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.0.tgz",
  9429. "integrity": "sha512-n1yg1mOj9DNpk3NeZOx7T6jchTbyJS3i3cucbNN6FcdPriMZx7NsgrGpWWdWZZGxD7ES1XB+3uoqHMgOKaN+fg==",
  9430. "dependencies": {
  9431. "b4a": "^1.6.4"
  9432. }
  9433. },
  9434. "node_modules/thenify": {
  9435. "version": "3.3.1",
  9436. "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  9437. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  9438. "dev": true,
  9439. "dependencies": {
  9440. "any-promise": "^1.0.0"
  9441. }
  9442. },
  9443. "node_modules/thenify-all": {
  9444. "version": "1.6.0",
  9445. "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  9446. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  9447. "dev": true,
  9448. "dependencies": {
  9449. "thenify": ">= 3.1.0 < 4"
  9450. },
  9451. "engines": {
  9452. "node": ">=0.8"
  9453. }
  9454. },
  9455. "node_modules/tiny-invariant": {
  9456. "version": "1.3.3",
  9457. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  9458. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="
  9459. },
  9460. "node_modules/tinybench": {
  9461. "version": "2.9.0",
  9462. "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
  9463. "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
  9464. "dev": true
  9465. },
  9466. "node_modules/tinyexec": {
  9467. "version": "0.3.1",
  9468. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.1.tgz",
  9469. "integrity": "sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==",
  9470. "dev": true
  9471. },
  9472. "node_modules/tinyglobby": {
  9473. "version": "0.2.6",
  9474. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.6.tgz",
  9475. "integrity": "sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==",
  9476. "dependencies": {
  9477. "fdir": "^6.3.0",
  9478. "picomatch": "^4.0.2"
  9479. },
  9480. "engines": {
  9481. "node": ">=12.0.0"
  9482. }
  9483. },
  9484. "node_modules/tinyglobby/node_modules/fdir": {
  9485. "version": "6.4.0",
  9486. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.0.tgz",
  9487. "integrity": "sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ==",
  9488. "peerDependencies": {
  9489. "picomatch": "^3 || ^4"
  9490. },
  9491. "peerDependenciesMeta": {
  9492. "picomatch": {
  9493. "optional": true
  9494. }
  9495. }
  9496. },
  9497. "node_modules/tinyglobby/node_modules/picomatch": {
  9498. "version": "4.0.2",
  9499. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
  9500. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  9501. "engines": {
  9502. "node": ">=12"
  9503. },
  9504. "funding": {
  9505. "url": "https://github.com/sponsors/jonschlinkert"
  9506. }
  9507. },
  9508. "node_modules/tinypool": {
  9509. "version": "1.0.1",
  9510. "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.0.1.tgz",
  9511. "integrity": "sha512-URZYihUbRPcGv95En+sz6MfghfIc2OJ1sv/RmhWZLouPY0/8Vo80viwPvg3dlaS9fuq7fQMEfgRRK7BBZThBEA==",
  9512. "dev": true,
  9513. "engines": {
  9514. "node": "^18.0.0 || >=20.0.0"
  9515. }
  9516. },
  9517. "node_modules/tinyrainbow": {
  9518. "version": "1.2.0",
  9519. "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-1.2.0.tgz",
  9520. "integrity": "sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==",
  9521. "dev": true,
  9522. "engines": {
  9523. "node": ">=14.0.0"
  9524. }
  9525. },
  9526. "node_modules/tinyspy": {
  9527. "version": "3.0.2",
  9528. "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.2.tgz",
  9529. "integrity": "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==",
  9530. "dev": true,
  9531. "engines": {
  9532. "node": ">=14.0.0"
  9533. }
  9534. },
  9535. "node_modules/to-fast-properties": {
  9536. "version": "2.0.0",
  9537. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  9538. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  9539. "engines": {
  9540. "node": ">=4"
  9541. }
  9542. },
  9543. "node_modules/to-regex-range": {
  9544. "version": "5.0.1",
  9545. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  9546. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  9547. "dependencies": {
  9548. "is-number": "^7.0.0"
  9549. },
  9550. "engines": {
  9551. "node": ">=8.0"
  9552. }
  9553. },
  9554. "node_modules/toidentifier": {
  9555. "version": "1.0.1",
  9556. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  9557. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  9558. "engines": {
  9559. "node": ">=0.6"
  9560. }
  9561. },
  9562. "node_modules/totalist": {
  9563. "version": "3.0.1",
  9564. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  9565. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  9566. "engines": {
  9567. "node": ">=6"
  9568. }
  9569. },
  9570. "node_modules/tr46": {
  9571. "version": "0.0.3",
  9572. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  9573. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  9574. },
  9575. "node_modules/ts-interface-checker": {
  9576. "version": "0.1.13",
  9577. "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  9578. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  9579. "dev": true
  9580. },
  9581. "node_modules/type-fest": {
  9582. "version": "3.13.1",
  9583. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",
  9584. "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==",
  9585. "engines": {
  9586. "node": ">=14.16"
  9587. },
  9588. "funding": {
  9589. "url": "https://github.com/sponsors/sindresorhus"
  9590. }
  9591. },
  9592. "node_modules/ufo": {
  9593. "version": "1.5.4",
  9594. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz",
  9595. "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ=="
  9596. },
  9597. "node_modules/ultrahtml": {
  9598. "version": "1.5.3",
  9599. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.5.3.tgz",
  9600. "integrity": "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg=="
  9601. },
  9602. "node_modules/uncrypto": {
  9603. "version": "0.1.3",
  9604. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  9605. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="
  9606. },
  9607. "node_modules/unctx": {
  9608. "version": "2.3.1",
  9609. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.3.1.tgz",
  9610. "integrity": "sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==",
  9611. "dependencies": {
  9612. "acorn": "^8.8.2",
  9613. "estree-walker": "^3.0.3",
  9614. "magic-string": "^0.30.0",
  9615. "unplugin": "^1.3.1"
  9616. }
  9617. },
  9618. "node_modules/undici": {
  9619. "version": "5.28.4",
  9620. "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz",
  9621. "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==",
  9622. "dependencies": {
  9623. "@fastify/busboy": "^2.0.0"
  9624. },
  9625. "engines": {
  9626. "node": ">=14.0"
  9627. }
  9628. },
  9629. "node_modules/undici-types": {
  9630. "version": "6.19.8",
  9631. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
  9632. "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="
  9633. },
  9634. "node_modules/unenv": {
  9635. "version": "1.10.0",
  9636. "resolved": "https://registry.npmjs.org/unenv/-/unenv-1.10.0.tgz",
  9637. "integrity": "sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==",
  9638. "dependencies": {
  9639. "consola": "^3.2.3",
  9640. "defu": "^6.1.4",
  9641. "mime": "^3.0.0",
  9642. "node-fetch-native": "^1.6.4",
  9643. "pathe": "^1.1.2"
  9644. }
  9645. },
  9646. "node_modules/unenv/node_modules/mime": {
  9647. "version": "3.0.0",
  9648. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  9649. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  9650. "bin": {
  9651. "mime": "cli.js"
  9652. },
  9653. "engines": {
  9654. "node": ">=10.0.0"
  9655. }
  9656. },
  9657. "node_modules/unhead": {
  9658. "version": "1.11.10",
  9659. "resolved": "https://registry.npmjs.org/unhead/-/unhead-1.11.10.tgz",
  9660. "integrity": "sha512-hypXrAI47wE3wIhkze0RMPGAWcoo45Q1+XzdqLD/OnTCzjFXQrpuE4zBy8JRexyrqp+Ud2+nFTUNf/mjfFSymw==",
  9661. "dependencies": {
  9662. "@unhead/dom": "1.11.10",
  9663. "@unhead/schema": "1.11.10",
  9664. "@unhead/shared": "1.11.10",
  9665. "hookable": "^5.5.3"
  9666. },
  9667. "funding": {
  9668. "url": "https://github.com/sponsors/harlan-zw"
  9669. }
  9670. },
  9671. "node_modules/unicorn-magic": {
  9672. "version": "0.1.0",
  9673. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
  9674. "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
  9675. "engines": {
  9676. "node": ">=18"
  9677. },
  9678. "funding": {
  9679. "url": "https://github.com/sponsors/sindresorhus"
  9680. }
  9681. },
  9682. "node_modules/unimport": {
  9683. "version": "3.13.1",
  9684. "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.13.1.tgz",
  9685. "integrity": "sha512-nNrVzcs93yrZQOW77qnyOVHtb68LegvhYFwxFMfuuWScmwQmyVCG/NBuN8tYsaGzgQUVYv34E/af+Cc9u4og4A==",
  9686. "dependencies": {
  9687. "@rollup/pluginutils": "^5.1.2",
  9688. "acorn": "^8.12.1",
  9689. "escape-string-regexp": "^5.0.0",
  9690. "estree-walker": "^3.0.3",
  9691. "fast-glob": "^3.3.2",
  9692. "local-pkg": "^0.5.0",
  9693. "magic-string": "^0.30.11",
  9694. "mlly": "^1.7.1",
  9695. "pathe": "^1.1.2",
  9696. "pkg-types": "^1.2.0",
  9697. "scule": "^1.3.0",
  9698. "strip-literal": "^2.1.0",
  9699. "unplugin": "^1.14.1"
  9700. }
  9701. },
  9702. "node_modules/universalify": {
  9703. "version": "2.0.1",
  9704. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  9705. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  9706. "engines": {
  9707. "node": ">= 10.0.0"
  9708. }
  9709. },
  9710. "node_modules/unplugin": {
  9711. "version": "1.14.1",
  9712. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.14.1.tgz",
  9713. "integrity": "sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==",
  9714. "dependencies": {
  9715. "acorn": "^8.12.1",
  9716. "webpack-virtual-modules": "^0.6.2"
  9717. },
  9718. "engines": {
  9719. "node": ">=14.0.0"
  9720. },
  9721. "peerDependencies": {
  9722. "webpack-sources": "^3"
  9723. },
  9724. "peerDependenciesMeta": {
  9725. "webpack-sources": {
  9726. "optional": true
  9727. }
  9728. }
  9729. },
  9730. "node_modules/unplugin-vue-router": {
  9731. "version": "0.10.8",
  9732. "resolved": "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.10.8.tgz",
  9733. "integrity": "sha512-xi+eLweYAqolIoTRSmumbi6Yx0z5M0PLvl+NFNVWHJgmE2ByJG1SZbrn+TqyuDtIyln20KKgq8tqmL7aLoiFjw==",
  9734. "dependencies": {
  9735. "@babel/types": "^7.25.4",
  9736. "@rollup/pluginutils": "^5.1.0",
  9737. "@vue-macros/common": "^1.12.2",
  9738. "ast-walker-scope": "^0.6.2",
  9739. "chokidar": "^3.6.0",
  9740. "fast-glob": "^3.3.2",
  9741. "json5": "^2.2.3",
  9742. "local-pkg": "^0.5.0",
  9743. "magic-string": "^0.30.11",
  9744. "mlly": "^1.7.1",
  9745. "pathe": "^1.1.2",
  9746. "scule": "^1.3.0",
  9747. "unplugin": "^1.12.2",
  9748. "yaml": "^2.5.0"
  9749. },
  9750. "peerDependencies": {
  9751. "vue-router": "^4.4.0"
  9752. },
  9753. "peerDependenciesMeta": {
  9754. "vue-router": {
  9755. "optional": true
  9756. }
  9757. }
  9758. },
  9759. "node_modules/unplugin-vue-router/node_modules/chokidar": {
  9760. "version": "3.6.0",
  9761. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  9762. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  9763. "dependencies": {
  9764. "anymatch": "~3.1.2",
  9765. "braces": "~3.0.2",
  9766. "glob-parent": "~5.1.2",
  9767. "is-binary-path": "~2.1.0",
  9768. "is-glob": "~4.0.1",
  9769. "normalize-path": "~3.0.0",
  9770. "readdirp": "~3.6.0"
  9771. },
  9772. "engines": {
  9773. "node": ">= 8.10.0"
  9774. },
  9775. "funding": {
  9776. "url": "https://paulmillr.com/funding/"
  9777. },
  9778. "optionalDependencies": {
  9779. "fsevents": "~2.3.2"
  9780. }
  9781. },
  9782. "node_modules/unplugin-vue-router/node_modules/readdirp": {
  9783. "version": "3.6.0",
  9784. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  9785. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  9786. "dependencies": {
  9787. "picomatch": "^2.2.1"
  9788. },
  9789. "engines": {
  9790. "node": ">=8.10.0"
  9791. }
  9792. },
  9793. "node_modules/unstorage": {
  9794. "version": "1.12.0",
  9795. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.12.0.tgz",
  9796. "integrity": "sha512-ARZYTXiC+e8z3lRM7/qY9oyaOkaozCeNd2xoz7sYK9fv7OLGhVsf+BZbmASqiK/HTZ7T6eAlnVq9JynZppyk3w==",
  9797. "dependencies": {
  9798. "anymatch": "^3.1.3",
  9799. "chokidar": "^3.6.0",
  9800. "destr": "^2.0.3",
  9801. "h3": "^1.12.0",
  9802. "listhen": "^1.7.2",
  9803. "lru-cache": "^10.4.3",
  9804. "mri": "^1.2.0",
  9805. "node-fetch-native": "^1.6.4",
  9806. "ofetch": "^1.3.4",
  9807. "ufo": "^1.5.4"
  9808. },
  9809. "peerDependencies": {
  9810. "@azure/app-configuration": "^1.7.0",
  9811. "@azure/cosmos": "^4.1.1",
  9812. "@azure/data-tables": "^13.2.2",
  9813. "@azure/identity": "^4.4.1",
  9814. "@azure/keyvault-secrets": "^4.8.0",
  9815. "@azure/storage-blob": "^12.24.0",
  9816. "@capacitor/preferences": "^6.0.2",
  9817. "@netlify/blobs": "^6.5.0 || ^7.0.0",
  9818. "@planetscale/database": "^1.19.0",
  9819. "@upstash/redis": "^1.34.0",
  9820. "@vercel/kv": "^1.0.1",
  9821. "idb-keyval": "^6.2.1",
  9822. "ioredis": "^5.4.1"
  9823. },
  9824. "peerDependenciesMeta": {
  9825. "@azure/app-configuration": {
  9826. "optional": true
  9827. },
  9828. "@azure/cosmos": {
  9829. "optional": true
  9830. },
  9831. "@azure/data-tables": {
  9832. "optional": true
  9833. },
  9834. "@azure/identity": {
  9835. "optional": true
  9836. },
  9837. "@azure/keyvault-secrets": {
  9838. "optional": true
  9839. },
  9840. "@azure/storage-blob": {
  9841. "optional": true
  9842. },
  9843. "@capacitor/preferences": {
  9844. "optional": true
  9845. },
  9846. "@netlify/blobs": {
  9847. "optional": true
  9848. },
  9849. "@planetscale/database": {
  9850. "optional": true
  9851. },
  9852. "@upstash/redis": {
  9853. "optional": true
  9854. },
  9855. "@vercel/kv": {
  9856. "optional": true
  9857. },
  9858. "idb-keyval": {
  9859. "optional": true
  9860. },
  9861. "ioredis": {
  9862. "optional": true
  9863. }
  9864. }
  9865. },
  9866. "node_modules/unstorage/node_modules/chokidar": {
  9867. "version": "3.6.0",
  9868. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  9869. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  9870. "dependencies": {
  9871. "anymatch": "~3.1.2",
  9872. "braces": "~3.0.2",
  9873. "glob-parent": "~5.1.2",
  9874. "is-binary-path": "~2.1.0",
  9875. "is-glob": "~4.0.1",
  9876. "normalize-path": "~3.0.0",
  9877. "readdirp": "~3.6.0"
  9878. },
  9879. "engines": {
  9880. "node": ">= 8.10.0"
  9881. },
  9882. "funding": {
  9883. "url": "https://paulmillr.com/funding/"
  9884. },
  9885. "optionalDependencies": {
  9886. "fsevents": "~2.3.2"
  9887. }
  9888. },
  9889. "node_modules/unstorage/node_modules/lru-cache": {
  9890. "version": "10.4.3",
  9891. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  9892. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
  9893. },
  9894. "node_modules/unstorage/node_modules/readdirp": {
  9895. "version": "3.6.0",
  9896. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  9897. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  9898. "dependencies": {
  9899. "picomatch": "^2.2.1"
  9900. },
  9901. "engines": {
  9902. "node": ">=8.10.0"
  9903. }
  9904. },
  9905. "node_modules/untun": {
  9906. "version": "0.1.3",
  9907. "resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  9908. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  9909. "dependencies": {
  9910. "citty": "^0.1.5",
  9911. "consola": "^3.2.3",
  9912. "pathe": "^1.1.1"
  9913. },
  9914. "bin": {
  9915. "untun": "bin/untun.mjs"
  9916. }
  9917. },
  9918. "node_modules/untyped": {
  9919. "version": "1.5.1",
  9920. "resolved": "https://registry.npmjs.org/untyped/-/untyped-1.5.1.tgz",
  9921. "integrity": "sha512-reBOnkJBFfBZ8pCKaeHgfZLcehXtM6UTxc+vqs1JvCps0c4amLNp3fhdGBZwYp+VLyoY9n3X5KOP7lCyWBUX9A==",
  9922. "dependencies": {
  9923. "@babel/core": "^7.25.7",
  9924. "@babel/standalone": "^7.25.7",
  9925. "@babel/types": "^7.25.7",
  9926. "defu": "^6.1.4",
  9927. "jiti": "^2.3.1",
  9928. "mri": "^1.2.0",
  9929. "scule": "^1.3.0"
  9930. },
  9931. "bin": {
  9932. "untyped": "dist/cli.mjs"
  9933. }
  9934. },
  9935. "node_modules/untyped/node_modules/jiti": {
  9936. "version": "2.3.3",
  9937. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.3.3.tgz",
  9938. "integrity": "sha512-EX4oNDwcXSivPrw2qKH2LB5PoFxEvgtv2JgwW0bU858HoLQ+kutSvjLMUqBd0PeJYEinLWhoI9Ol0eYMqj/wNQ==",
  9939. "bin": {
  9940. "jiti": "lib/jiti-cli.mjs"
  9941. }
  9942. },
  9943. "node_modules/unwasm": {
  9944. "version": "0.3.9",
  9945. "resolved": "https://registry.npmjs.org/unwasm/-/unwasm-0.3.9.tgz",
  9946. "integrity": "sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==",
  9947. "dependencies": {
  9948. "knitwork": "^1.0.0",
  9949. "magic-string": "^0.30.8",
  9950. "mlly": "^1.6.1",
  9951. "pathe": "^1.1.2",
  9952. "pkg-types": "^1.0.3",
  9953. "unplugin": "^1.10.0"
  9954. }
  9955. },
  9956. "node_modules/update-browserslist-db": {
  9957. "version": "1.1.1",
  9958. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz",
  9959. "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==",
  9960. "funding": [
  9961. {
  9962. "type": "opencollective",
  9963. "url": "https://opencollective.com/browserslist"
  9964. },
  9965. {
  9966. "type": "tidelift",
  9967. "url": "https://tidelift.com/funding/github/npm/browserslist"
  9968. },
  9969. {
  9970. "type": "github",
  9971. "url": "https://github.com/sponsors/ai"
  9972. }
  9973. ],
  9974. "dependencies": {
  9975. "escalade": "^3.2.0",
  9976. "picocolors": "^1.1.0"
  9977. },
  9978. "bin": {
  9979. "update-browserslist-db": "cli.js"
  9980. },
  9981. "peerDependencies": {
  9982. "browserslist": ">= 4.21.0"
  9983. }
  9984. },
  9985. "node_modules/uqr": {
  9986. "version": "0.1.2",
  9987. "resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz",
  9988. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA=="
  9989. },
  9990. "node_modules/urlpattern-polyfill": {
  9991. "version": "8.0.2",
  9992. "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
  9993. "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
  9994. },
  9995. "node_modules/util-deprecate": {
  9996. "version": "1.0.2",
  9997. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  9998. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  9999. },
  10000. "node_modules/vite": {
  10001. "version": "5.4.9",
  10002. "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.9.tgz",
  10003. "integrity": "sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==",
  10004. "dependencies": {
  10005. "esbuild": "^0.21.3",
  10006. "postcss": "^8.4.43",
  10007. "rollup": "^4.20.0"
  10008. },
  10009. "bin": {
  10010. "vite": "bin/vite.js"
  10011. },
  10012. "engines": {
  10013. "node": "^18.0.0 || >=20.0.0"
  10014. },
  10015. "funding": {
  10016. "url": "https://github.com/vitejs/vite?sponsor=1"
  10017. },
  10018. "optionalDependencies": {
  10019. "fsevents": "~2.3.3"
  10020. },
  10021. "peerDependencies": {
  10022. "@types/node": "^18.0.0 || >=20.0.0",
  10023. "less": "*",
  10024. "lightningcss": "^1.21.0",
  10025. "sass": "*",
  10026. "sass-embedded": "*",
  10027. "stylus": "*",
  10028. "sugarss": "*",
  10029. "terser": "^5.4.0"
  10030. },
  10031. "peerDependenciesMeta": {
  10032. "@types/node": {
  10033. "optional": true
  10034. },
  10035. "less": {
  10036. "optional": true
  10037. },
  10038. "lightningcss": {
  10039. "optional": true
  10040. },
  10041. "sass": {
  10042. "optional": true
  10043. },
  10044. "sass-embedded": {
  10045. "optional": true
  10046. },
  10047. "stylus": {
  10048. "optional": true
  10049. },
  10050. "sugarss": {
  10051. "optional": true
  10052. },
  10053. "terser": {
  10054. "optional": true
  10055. }
  10056. }
  10057. },
  10058. "node_modules/vite-hot-client": {
  10059. "version": "0.2.3",
  10060. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-0.2.3.tgz",
  10061. "integrity": "sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==",
  10062. "funding": {
  10063. "url": "https://github.com/sponsors/antfu"
  10064. },
  10065. "peerDependencies": {
  10066. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0"
  10067. }
  10068. },
  10069. "node_modules/vite-node": {
  10070. "version": "2.1.3",
  10071. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.1.3.tgz",
  10072. "integrity": "sha512-I1JadzO+xYX887S39Do+paRePCKoiDrWRRjp9kkG5he0t7RXNvPAJPCQSJqbGN4uCrFFeS3Kj3sLqY8NMYBEdA==",
  10073. "dependencies": {
  10074. "cac": "^6.7.14",
  10075. "debug": "^4.3.6",
  10076. "pathe": "^1.1.2",
  10077. "vite": "^5.0.0"
  10078. },
  10079. "bin": {
  10080. "vite-node": "vite-node.mjs"
  10081. },
  10082. "engines": {
  10083. "node": "^18.0.0 || >=20.0.0"
  10084. },
  10085. "funding": {
  10086. "url": "https://opencollective.com/vitest"
  10087. }
  10088. },
  10089. "node_modules/vite-plugin-checker": {
  10090. "version": "0.8.0",
  10091. "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.8.0.tgz",
  10092. "integrity": "sha512-UA5uzOGm97UvZRTdZHiQVYFnd86AVn8EVaD4L3PoVzxH+IZSfaAw14WGFwX9QS23UW3lV/5bVKZn6l0w+q9P0g==",
  10093. "dependencies": {
  10094. "@babel/code-frame": "^7.12.13",
  10095. "ansi-escapes": "^4.3.0",
  10096. "chalk": "^4.1.1",
  10097. "chokidar": "^3.5.1",
  10098. "commander": "^8.0.0",
  10099. "fast-glob": "^3.2.7",
  10100. "fs-extra": "^11.1.0",
  10101. "npm-run-path": "^4.0.1",
  10102. "strip-ansi": "^6.0.0",
  10103. "tiny-invariant": "^1.1.0",
  10104. "vscode-languageclient": "^7.0.0",
  10105. "vscode-languageserver": "^7.0.0",
  10106. "vscode-languageserver-textdocument": "^1.0.1",
  10107. "vscode-uri": "^3.0.2"
  10108. },
  10109. "engines": {
  10110. "node": ">=14.16"
  10111. },
  10112. "peerDependencies": {
  10113. "@biomejs/biome": ">=1.7",
  10114. "eslint": ">=7",
  10115. "meow": "^9.0.0",
  10116. "optionator": "^0.9.1",
  10117. "stylelint": ">=13",
  10118. "typescript": "*",
  10119. "vite": ">=2.0.0",
  10120. "vls": "*",
  10121. "vti": "*",
  10122. "vue-tsc": "~2.1.6"
  10123. },
  10124. "peerDependenciesMeta": {
  10125. "@biomejs/biome": {
  10126. "optional": true
  10127. },
  10128. "eslint": {
  10129. "optional": true
  10130. },
  10131. "meow": {
  10132. "optional": true
  10133. },
  10134. "optionator": {
  10135. "optional": true
  10136. },
  10137. "stylelint": {
  10138. "optional": true
  10139. },
  10140. "typescript": {
  10141. "optional": true
  10142. },
  10143. "vls": {
  10144. "optional": true
  10145. },
  10146. "vti": {
  10147. "optional": true
  10148. },
  10149. "vue-tsc": {
  10150. "optional": true
  10151. }
  10152. }
  10153. },
  10154. "node_modules/vite-plugin-checker/node_modules/chalk": {
  10155. "version": "4.1.2",
  10156. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10157. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10158. "dependencies": {
  10159. "ansi-styles": "^4.1.0",
  10160. "supports-color": "^7.1.0"
  10161. },
  10162. "engines": {
  10163. "node": ">=10"
  10164. },
  10165. "funding": {
  10166. "url": "https://github.com/chalk/chalk?sponsor=1"
  10167. }
  10168. },
  10169. "node_modules/vite-plugin-checker/node_modules/chokidar": {
  10170. "version": "3.6.0",
  10171. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  10172. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  10173. "dependencies": {
  10174. "anymatch": "~3.1.2",
  10175. "braces": "~3.0.2",
  10176. "glob-parent": "~5.1.2",
  10177. "is-binary-path": "~2.1.0",
  10178. "is-glob": "~4.0.1",
  10179. "normalize-path": "~3.0.0",
  10180. "readdirp": "~3.6.0"
  10181. },
  10182. "engines": {
  10183. "node": ">= 8.10.0"
  10184. },
  10185. "funding": {
  10186. "url": "https://paulmillr.com/funding/"
  10187. },
  10188. "optionalDependencies": {
  10189. "fsevents": "~2.3.2"
  10190. }
  10191. },
  10192. "node_modules/vite-plugin-checker/node_modules/commander": {
  10193. "version": "8.3.0",
  10194. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  10195. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  10196. "engines": {
  10197. "node": ">= 12"
  10198. }
  10199. },
  10200. "node_modules/vite-plugin-checker/node_modules/has-flag": {
  10201. "version": "4.0.0",
  10202. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10203. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10204. "engines": {
  10205. "node": ">=8"
  10206. }
  10207. },
  10208. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  10209. "version": "4.0.1",
  10210. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  10211. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  10212. "dependencies": {
  10213. "path-key": "^3.0.0"
  10214. },
  10215. "engines": {
  10216. "node": ">=8"
  10217. }
  10218. },
  10219. "node_modules/vite-plugin-checker/node_modules/readdirp": {
  10220. "version": "3.6.0",
  10221. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  10222. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  10223. "dependencies": {
  10224. "picomatch": "^2.2.1"
  10225. },
  10226. "engines": {
  10227. "node": ">=8.10.0"
  10228. }
  10229. },
  10230. "node_modules/vite-plugin-checker/node_modules/supports-color": {
  10231. "version": "7.2.0",
  10232. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10233. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10234. "dependencies": {
  10235. "has-flag": "^4.0.0"
  10236. },
  10237. "engines": {
  10238. "node": ">=8"
  10239. }
  10240. },
  10241. "node_modules/vite-plugin-inspect": {
  10242. "version": "0.8.7",
  10243. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-0.8.7.tgz",
  10244. "integrity": "sha512-/XXou3MVc13A5O9/2Nd6xczjrUwt7ZyI9h8pTnUMkr5SshLcb0PJUOVq2V+XVkdeU4njsqAtmK87THZuO2coGA==",
  10245. "dependencies": {
  10246. "@antfu/utils": "^0.7.10",
  10247. "@rollup/pluginutils": "^5.1.0",
  10248. "debug": "^4.3.6",
  10249. "error-stack-parser-es": "^0.1.5",
  10250. "fs-extra": "^11.2.0",
  10251. "open": "^10.1.0",
  10252. "perfect-debounce": "^1.0.0",
  10253. "picocolors": "^1.0.1",
  10254. "sirv": "^2.0.4"
  10255. },
  10256. "engines": {
  10257. "node": ">=14"
  10258. },
  10259. "funding": {
  10260. "url": "https://github.com/sponsors/antfu"
  10261. },
  10262. "peerDependencies": {
  10263. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0"
  10264. },
  10265. "peerDependenciesMeta": {
  10266. "@nuxt/kit": {
  10267. "optional": true
  10268. }
  10269. }
  10270. },
  10271. "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": {
  10272. "version": "3.0.0",
  10273. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  10274. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  10275. "engines": {
  10276. "node": ">=12"
  10277. },
  10278. "funding": {
  10279. "url": "https://github.com/sponsors/sindresorhus"
  10280. }
  10281. },
  10282. "node_modules/vite-plugin-inspect/node_modules/open": {
  10283. "version": "10.1.0",
  10284. "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz",
  10285. "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
  10286. "dependencies": {
  10287. "default-browser": "^5.2.1",
  10288. "define-lazy-prop": "^3.0.0",
  10289. "is-inside-container": "^1.0.0",
  10290. "is-wsl": "^3.1.0"
  10291. },
  10292. "engines": {
  10293. "node": ">=18"
  10294. },
  10295. "funding": {
  10296. "url": "https://github.com/sponsors/sindresorhus"
  10297. }
  10298. },
  10299. "node_modules/vite-plugin-vue-inspector": {
  10300. "version": "5.1.3",
  10301. "resolved": "https://registry.npmjs.org/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.1.3.tgz",
  10302. "integrity": "sha512-pMrseXIDP1Gb38mOevY+BvtNGNqiqmqa2pKB99lnLsADQww9w9xMbAfT4GB6RUoaOkSPrtlXqpq2Fq+Dj2AgFg==",
  10303. "dependencies": {
  10304. "@babel/core": "^7.23.0",
  10305. "@babel/plugin-proposal-decorators": "^7.23.0",
  10306. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  10307. "@babel/plugin-syntax-import-meta": "^7.10.4",
  10308. "@babel/plugin-transform-typescript": "^7.22.15",
  10309. "@vue/babel-plugin-jsx": "^1.1.5",
  10310. "@vue/compiler-dom": "^3.3.4",
  10311. "kolorist": "^1.8.0",
  10312. "magic-string": "^0.30.4"
  10313. },
  10314. "peerDependencies": {
  10315. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0"
  10316. }
  10317. },
  10318. "node_modules/vite/node_modules/@esbuild/aix-ppc64": {
  10319. "version": "0.21.5",
  10320. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  10321. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  10322. "cpu": [
  10323. "ppc64"
  10324. ],
  10325. "optional": true,
  10326. "os": [
  10327. "aix"
  10328. ],
  10329. "engines": {
  10330. "node": ">=12"
  10331. }
  10332. },
  10333. "node_modules/vite/node_modules/@esbuild/android-arm": {
  10334. "version": "0.21.5",
  10335. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  10336. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  10337. "cpu": [
  10338. "arm"
  10339. ],
  10340. "optional": true,
  10341. "os": [
  10342. "android"
  10343. ],
  10344. "engines": {
  10345. "node": ">=12"
  10346. }
  10347. },
  10348. "node_modules/vite/node_modules/@esbuild/android-arm64": {
  10349. "version": "0.21.5",
  10350. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  10351. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  10352. "cpu": [
  10353. "arm64"
  10354. ],
  10355. "optional": true,
  10356. "os": [
  10357. "android"
  10358. ],
  10359. "engines": {
  10360. "node": ">=12"
  10361. }
  10362. },
  10363. "node_modules/vite/node_modules/@esbuild/android-x64": {
  10364. "version": "0.21.5",
  10365. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  10366. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  10367. "cpu": [
  10368. "x64"
  10369. ],
  10370. "optional": true,
  10371. "os": [
  10372. "android"
  10373. ],
  10374. "engines": {
  10375. "node": ">=12"
  10376. }
  10377. },
  10378. "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
  10379. "version": "0.21.5",
  10380. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  10381. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  10382. "cpu": [
  10383. "arm64"
  10384. ],
  10385. "optional": true,
  10386. "os": [
  10387. "darwin"
  10388. ],
  10389. "engines": {
  10390. "node": ">=12"
  10391. }
  10392. },
  10393. "node_modules/vite/node_modules/@esbuild/darwin-x64": {
  10394. "version": "0.21.5",
  10395. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  10396. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  10397. "cpu": [
  10398. "x64"
  10399. ],
  10400. "optional": true,
  10401. "os": [
  10402. "darwin"
  10403. ],
  10404. "engines": {
  10405. "node": ">=12"
  10406. }
  10407. },
  10408. "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
  10409. "version": "0.21.5",
  10410. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  10411. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  10412. "cpu": [
  10413. "arm64"
  10414. ],
  10415. "optional": true,
  10416. "os": [
  10417. "freebsd"
  10418. ],
  10419. "engines": {
  10420. "node": ">=12"
  10421. }
  10422. },
  10423. "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
  10424. "version": "0.21.5",
  10425. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  10426. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  10427. "cpu": [
  10428. "x64"
  10429. ],
  10430. "optional": true,
  10431. "os": [
  10432. "freebsd"
  10433. ],
  10434. "engines": {
  10435. "node": ">=12"
  10436. }
  10437. },
  10438. "node_modules/vite/node_modules/@esbuild/linux-arm": {
  10439. "version": "0.21.5",
  10440. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  10441. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  10442. "cpu": [
  10443. "arm"
  10444. ],
  10445. "optional": true,
  10446. "os": [
  10447. "linux"
  10448. ],
  10449. "engines": {
  10450. "node": ">=12"
  10451. }
  10452. },
  10453. "node_modules/vite/node_modules/@esbuild/linux-arm64": {
  10454. "version": "0.21.5",
  10455. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  10456. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  10457. "cpu": [
  10458. "arm64"
  10459. ],
  10460. "optional": true,
  10461. "os": [
  10462. "linux"
  10463. ],
  10464. "engines": {
  10465. "node": ">=12"
  10466. }
  10467. },
  10468. "node_modules/vite/node_modules/@esbuild/linux-ia32": {
  10469. "version": "0.21.5",
  10470. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  10471. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  10472. "cpu": [
  10473. "ia32"
  10474. ],
  10475. "optional": true,
  10476. "os": [
  10477. "linux"
  10478. ],
  10479. "engines": {
  10480. "node": ">=12"
  10481. }
  10482. },
  10483. "node_modules/vite/node_modules/@esbuild/linux-loong64": {
  10484. "version": "0.21.5",
  10485. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  10486. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  10487. "cpu": [
  10488. "loong64"
  10489. ],
  10490. "optional": true,
  10491. "os": [
  10492. "linux"
  10493. ],
  10494. "engines": {
  10495. "node": ">=12"
  10496. }
  10497. },
  10498. "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
  10499. "version": "0.21.5",
  10500. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  10501. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  10502. "cpu": [
  10503. "mips64el"
  10504. ],
  10505. "optional": true,
  10506. "os": [
  10507. "linux"
  10508. ],
  10509. "engines": {
  10510. "node": ">=12"
  10511. }
  10512. },
  10513. "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
  10514. "version": "0.21.5",
  10515. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  10516. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  10517. "cpu": [
  10518. "ppc64"
  10519. ],
  10520. "optional": true,
  10521. "os": [
  10522. "linux"
  10523. ],
  10524. "engines": {
  10525. "node": ">=12"
  10526. }
  10527. },
  10528. "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
  10529. "version": "0.21.5",
  10530. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  10531. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  10532. "cpu": [
  10533. "riscv64"
  10534. ],
  10535. "optional": true,
  10536. "os": [
  10537. "linux"
  10538. ],
  10539. "engines": {
  10540. "node": ">=12"
  10541. }
  10542. },
  10543. "node_modules/vite/node_modules/@esbuild/linux-s390x": {
  10544. "version": "0.21.5",
  10545. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  10546. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  10547. "cpu": [
  10548. "s390x"
  10549. ],
  10550. "optional": true,
  10551. "os": [
  10552. "linux"
  10553. ],
  10554. "engines": {
  10555. "node": ">=12"
  10556. }
  10557. },
  10558. "node_modules/vite/node_modules/@esbuild/linux-x64": {
  10559. "version": "0.21.5",
  10560. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  10561. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  10562. "cpu": [
  10563. "x64"
  10564. ],
  10565. "optional": true,
  10566. "os": [
  10567. "linux"
  10568. ],
  10569. "engines": {
  10570. "node": ">=12"
  10571. }
  10572. },
  10573. "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
  10574. "version": "0.21.5",
  10575. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  10576. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  10577. "cpu": [
  10578. "x64"
  10579. ],
  10580. "optional": true,
  10581. "os": [
  10582. "netbsd"
  10583. ],
  10584. "engines": {
  10585. "node": ">=12"
  10586. }
  10587. },
  10588. "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
  10589. "version": "0.21.5",
  10590. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  10591. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  10592. "cpu": [
  10593. "x64"
  10594. ],
  10595. "optional": true,
  10596. "os": [
  10597. "openbsd"
  10598. ],
  10599. "engines": {
  10600. "node": ">=12"
  10601. }
  10602. },
  10603. "node_modules/vite/node_modules/@esbuild/sunos-x64": {
  10604. "version": "0.21.5",
  10605. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  10606. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  10607. "cpu": [
  10608. "x64"
  10609. ],
  10610. "optional": true,
  10611. "os": [
  10612. "sunos"
  10613. ],
  10614. "engines": {
  10615. "node": ">=12"
  10616. }
  10617. },
  10618. "node_modules/vite/node_modules/@esbuild/win32-arm64": {
  10619. "version": "0.21.5",
  10620. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  10621. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  10622. "cpu": [
  10623. "arm64"
  10624. ],
  10625. "optional": true,
  10626. "os": [
  10627. "win32"
  10628. ],
  10629. "engines": {
  10630. "node": ">=12"
  10631. }
  10632. },
  10633. "node_modules/vite/node_modules/@esbuild/win32-ia32": {
  10634. "version": "0.21.5",
  10635. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  10636. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  10637. "cpu": [
  10638. "ia32"
  10639. ],
  10640. "optional": true,
  10641. "os": [
  10642. "win32"
  10643. ],
  10644. "engines": {
  10645. "node": ">=12"
  10646. }
  10647. },
  10648. "node_modules/vite/node_modules/@esbuild/win32-x64": {
  10649. "version": "0.21.5",
  10650. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  10651. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  10652. "cpu": [
  10653. "x64"
  10654. ],
  10655. "optional": true,
  10656. "os": [
  10657. "win32"
  10658. ],
  10659. "engines": {
  10660. "node": ">=12"
  10661. }
  10662. },
  10663. "node_modules/vite/node_modules/esbuild": {
  10664. "version": "0.21.5",
  10665. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
  10666. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  10667. "hasInstallScript": true,
  10668. "bin": {
  10669. "esbuild": "bin/esbuild"
  10670. },
  10671. "engines": {
  10672. "node": ">=12"
  10673. },
  10674. "optionalDependencies": {
  10675. "@esbuild/aix-ppc64": "0.21.5",
  10676. "@esbuild/android-arm": "0.21.5",
  10677. "@esbuild/android-arm64": "0.21.5",
  10678. "@esbuild/android-x64": "0.21.5",
  10679. "@esbuild/darwin-arm64": "0.21.5",
  10680. "@esbuild/darwin-x64": "0.21.5",
  10681. "@esbuild/freebsd-arm64": "0.21.5",
  10682. "@esbuild/freebsd-x64": "0.21.5",
  10683. "@esbuild/linux-arm": "0.21.5",
  10684. "@esbuild/linux-arm64": "0.21.5",
  10685. "@esbuild/linux-ia32": "0.21.5",
  10686. "@esbuild/linux-loong64": "0.21.5",
  10687. "@esbuild/linux-mips64el": "0.21.5",
  10688. "@esbuild/linux-ppc64": "0.21.5",
  10689. "@esbuild/linux-riscv64": "0.21.5",
  10690. "@esbuild/linux-s390x": "0.21.5",
  10691. "@esbuild/linux-x64": "0.21.5",
  10692. "@esbuild/netbsd-x64": "0.21.5",
  10693. "@esbuild/openbsd-x64": "0.21.5",
  10694. "@esbuild/sunos-x64": "0.21.5",
  10695. "@esbuild/win32-arm64": "0.21.5",
  10696. "@esbuild/win32-ia32": "0.21.5",
  10697. "@esbuild/win32-x64": "0.21.5"
  10698. }
  10699. },
  10700. "node_modules/vite/node_modules/fsevents": {
  10701. "version": "2.3.3",
  10702. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  10703. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  10704. "hasInstallScript": true,
  10705. "optional": true,
  10706. "os": [
  10707. "darwin"
  10708. ],
  10709. "engines": {
  10710. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  10711. }
  10712. },
  10713. "node_modules/vitest": {
  10714. "version": "2.1.3",
  10715. "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.1.3.tgz",
  10716. "integrity": "sha512-Zrxbg/WiIvUP2uEzelDNTXmEMJXuzJ1kCpbDvaKByFA9MNeO95V+7r/3ti0qzJzrxdyuUw5VduN7k+D3VmVOSA==",
  10717. "dev": true,
  10718. "dependencies": {
  10719. "@vitest/expect": "2.1.3",
  10720. "@vitest/mocker": "2.1.3",
  10721. "@vitest/pretty-format": "^2.1.3",
  10722. "@vitest/runner": "2.1.3",
  10723. "@vitest/snapshot": "2.1.3",
  10724. "@vitest/spy": "2.1.3",
  10725. "@vitest/utils": "2.1.3",
  10726. "chai": "^5.1.1",
  10727. "debug": "^4.3.6",
  10728. "magic-string": "^0.30.11",
  10729. "pathe": "^1.1.2",
  10730. "std-env": "^3.7.0",
  10731. "tinybench": "^2.9.0",
  10732. "tinyexec": "^0.3.0",
  10733. "tinypool": "^1.0.0",
  10734. "tinyrainbow": "^1.2.0",
  10735. "vite": "^5.0.0",
  10736. "vite-node": "2.1.3",
  10737. "why-is-node-running": "^2.3.0"
  10738. },
  10739. "bin": {
  10740. "vitest": "vitest.mjs"
  10741. },
  10742. "engines": {
  10743. "node": "^18.0.0 || >=20.0.0"
  10744. },
  10745. "funding": {
  10746. "url": "https://opencollective.com/vitest"
  10747. },
  10748. "peerDependencies": {
  10749. "@edge-runtime/vm": "*",
  10750. "@types/node": "^18.0.0 || >=20.0.0",
  10751. "@vitest/browser": "2.1.3",
  10752. "@vitest/ui": "2.1.3",
  10753. "happy-dom": "*",
  10754. "jsdom": "*"
  10755. },
  10756. "peerDependenciesMeta": {
  10757. "@edge-runtime/vm": {
  10758. "optional": true
  10759. },
  10760. "@types/node": {
  10761. "optional": true
  10762. },
  10763. "@vitest/browser": {
  10764. "optional": true
  10765. },
  10766. "@vitest/ui": {
  10767. "optional": true
  10768. },
  10769. "happy-dom": {
  10770. "optional": true
  10771. },
  10772. "jsdom": {
  10773. "optional": true
  10774. }
  10775. }
  10776. },
  10777. "node_modules/vitest-environment-nuxt": {
  10778. "version": "1.0.1",
  10779. "resolved": "https://registry.npmjs.org/vitest-environment-nuxt/-/vitest-environment-nuxt-1.0.1.tgz",
  10780. "integrity": "sha512-eBCwtIQriXW5/M49FjqNKfnlJYlG2LWMSNFsRVKomc8CaMqmhQPBS5LZ9DlgYL9T8xIVsiA6RZn2lk7vxov3Ow==",
  10781. "dev": true,
  10782. "dependencies": {
  10783. "@nuxt/test-utils": ">=3.13.1"
  10784. }
  10785. },
  10786. "node_modules/vscode-jsonrpc": {
  10787. "version": "6.0.0",
  10788. "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz",
  10789. "integrity": "sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==",
  10790. "engines": {
  10791. "node": ">=8.0.0 || >=10.0.0"
  10792. }
  10793. },
  10794. "node_modules/vscode-languageclient": {
  10795. "version": "7.0.0",
  10796. "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-7.0.0.tgz",
  10797. "integrity": "sha512-P9AXdAPlsCgslpP9pRxYPqkNYV7Xq8300/aZDpO35j1fJm/ncize8iGswzYlcvFw5DQUx4eVk+KvfXdL0rehNg==",
  10798. "dependencies": {
  10799. "minimatch": "^3.0.4",
  10800. "semver": "^7.3.4",
  10801. "vscode-languageserver-protocol": "3.16.0"
  10802. },
  10803. "engines": {
  10804. "vscode": "^1.52.0"
  10805. }
  10806. },
  10807. "node_modules/vscode-languageclient/node_modules/brace-expansion": {
  10808. "version": "1.1.11",
  10809. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  10810. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  10811. "dependencies": {
  10812. "balanced-match": "^1.0.0",
  10813. "concat-map": "0.0.1"
  10814. }
  10815. },
  10816. "node_modules/vscode-languageclient/node_modules/minimatch": {
  10817. "version": "3.1.2",
  10818. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  10819. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  10820. "dependencies": {
  10821. "brace-expansion": "^1.1.7"
  10822. },
  10823. "engines": {
  10824. "node": "*"
  10825. }
  10826. },
  10827. "node_modules/vscode-languageserver": {
  10828. "version": "7.0.0",
  10829. "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz",
  10830. "integrity": "sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==",
  10831. "dependencies": {
  10832. "vscode-languageserver-protocol": "3.16.0"
  10833. },
  10834. "bin": {
  10835. "installServerIntoExtension": "bin/installServerIntoExtension"
  10836. }
  10837. },
  10838. "node_modules/vscode-languageserver-protocol": {
  10839. "version": "3.16.0",
  10840. "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz",
  10841. "integrity": "sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==",
  10842. "dependencies": {
  10843. "vscode-jsonrpc": "6.0.0",
  10844. "vscode-languageserver-types": "3.16.0"
  10845. }
  10846. },
  10847. "node_modules/vscode-languageserver-textdocument": {
  10848. "version": "1.0.12",
  10849. "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz",
  10850. "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA=="
  10851. },
  10852. "node_modules/vscode-languageserver-types": {
  10853. "version": "3.16.0",
  10854. "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz",
  10855. "integrity": "sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA=="
  10856. },
  10857. "node_modules/vscode-uri": {
  10858. "version": "3.0.8",
  10859. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz",
  10860. "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw=="
  10861. },
  10862. "node_modules/vue": {
  10863. "version": "3.5.12",
  10864. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.12.tgz",
  10865. "integrity": "sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==",
  10866. "dependencies": {
  10867. "@vue/compiler-dom": "3.5.12",
  10868. "@vue/compiler-sfc": "3.5.12",
  10869. "@vue/runtime-dom": "3.5.12",
  10870. "@vue/server-renderer": "3.5.12",
  10871. "@vue/shared": "3.5.12"
  10872. },
  10873. "peerDependencies": {
  10874. "typescript": "*"
  10875. },
  10876. "peerDependenciesMeta": {
  10877. "typescript": {
  10878. "optional": true
  10879. }
  10880. }
  10881. },
  10882. "node_modules/vue-bundle-renderer": {
  10883. "version": "2.1.1",
  10884. "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.1.1.tgz",
  10885. "integrity": "sha512-+qALLI5cQncuetYOXp4yScwYvqh8c6SMXee3B+M7oTZxOgtESP0l4j/fXdEJoZ+EdMxkGWIj+aSEyjXkOdmd7g==",
  10886. "dependencies": {
  10887. "ufo": "^1.5.4"
  10888. }
  10889. },
  10890. "node_modules/vue-component-type-helpers": {
  10891. "version": "2.1.6",
  10892. "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-2.1.6.tgz",
  10893. "integrity": "sha512-ng11B8B/ZADUMMOsRbqv0arc442q7lifSubD0v8oDXIFoMg/mXwAPUunrroIDkY+mcD0dHKccdaznSVp8EoX3w==",
  10894. "dev": true
  10895. },
  10896. "node_modules/vue-devtools-stub": {
  10897. "version": "0.1.0",
  10898. "resolved": "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  10899. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ=="
  10900. },
  10901. "node_modules/vue-router": {
  10902. "version": "4.4.5",
  10903. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.4.5.tgz",
  10904. "integrity": "sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==",
  10905. "dependencies": {
  10906. "@vue/devtools-api": "^6.6.4"
  10907. },
  10908. "funding": {
  10909. "url": "https://github.com/sponsors/posva"
  10910. },
  10911. "peerDependencies": {
  10912. "vue": "^3.2.0"
  10913. }
  10914. },
  10915. "node_modules/webidl-conversions": {
  10916. "version": "3.0.1",
  10917. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  10918. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  10919. },
  10920. "node_modules/webpack-virtual-modules": {
  10921. "version": "0.6.2",
  10922. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  10923. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ=="
  10924. },
  10925. "node_modules/whatwg-mimetype": {
  10926. "version": "3.0.0",
  10927. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
  10928. "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
  10929. "dev": true,
  10930. "engines": {
  10931. "node": ">=12"
  10932. }
  10933. },
  10934. "node_modules/whatwg-url": {
  10935. "version": "5.0.0",
  10936. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  10937. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  10938. "dependencies": {
  10939. "tr46": "~0.0.3",
  10940. "webidl-conversions": "^3.0.0"
  10941. }
  10942. },
  10943. "node_modules/which": {
  10944. "version": "2.0.2",
  10945. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  10946. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  10947. "dependencies": {
  10948. "isexe": "^2.0.0"
  10949. },
  10950. "bin": {
  10951. "node-which": "bin/node-which"
  10952. },
  10953. "engines": {
  10954. "node": ">= 8"
  10955. }
  10956. },
  10957. "node_modules/why-is-node-running": {
  10958. "version": "2.3.0",
  10959. "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
  10960. "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
  10961. "dev": true,
  10962. "dependencies": {
  10963. "siginfo": "^2.0.0",
  10964. "stackback": "0.0.2"
  10965. },
  10966. "bin": {
  10967. "why-is-node-running": "cli.js"
  10968. },
  10969. "engines": {
  10970. "node": ">=8"
  10971. }
  10972. },
  10973. "node_modules/wide-align": {
  10974. "version": "1.1.5",
  10975. "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
  10976. "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
  10977. "dependencies": {
  10978. "string-width": "^1.0.2 || 2 || 3 || 4"
  10979. }
  10980. },
  10981. "node_modules/wrap-ansi": {
  10982. "version": "7.0.0",
  10983. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  10984. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  10985. "dependencies": {
  10986. "ansi-styles": "^4.0.0",
  10987. "string-width": "^4.1.0",
  10988. "strip-ansi": "^6.0.0"
  10989. },
  10990. "engines": {
  10991. "node": ">=10"
  10992. },
  10993. "funding": {
  10994. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10995. }
  10996. },
  10997. "node_modules/wrap-ansi-cjs": {
  10998. "name": "wrap-ansi",
  10999. "version": "7.0.0",
  11000. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  11001. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  11002. "dependencies": {
  11003. "ansi-styles": "^4.0.0",
  11004. "string-width": "^4.1.0",
  11005. "strip-ansi": "^6.0.0"
  11006. },
  11007. "engines": {
  11008. "node": ">=10"
  11009. },
  11010. "funding": {
  11011. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  11012. }
  11013. },
  11014. "node_modules/wrappy": {
  11015. "version": "1.0.2",
  11016. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  11017. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  11018. },
  11019. "node_modules/ws": {
  11020. "version": "8.18.0",
  11021. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
  11022. "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
  11023. "engines": {
  11024. "node": ">=10.0.0"
  11025. },
  11026. "peerDependencies": {
  11027. "bufferutil": "^4.0.1",
  11028. "utf-8-validate": ">=5.0.2"
  11029. },
  11030. "peerDependenciesMeta": {
  11031. "bufferutil": {
  11032. "optional": true
  11033. },
  11034. "utf-8-validate": {
  11035. "optional": true
  11036. }
  11037. }
  11038. },
  11039. "node_modules/y18n": {
  11040. "version": "5.0.8",
  11041. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  11042. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  11043. "engines": {
  11044. "node": ">=10"
  11045. }
  11046. },
  11047. "node_modules/yallist": {
  11048. "version": "3.1.1",
  11049. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  11050. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  11051. },
  11052. "node_modules/yaml": {
  11053. "version": "2.6.0",
  11054. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz",
  11055. "integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==",
  11056. "bin": {
  11057. "yaml": "bin.mjs"
  11058. },
  11059. "engines": {
  11060. "node": ">= 14"
  11061. }
  11062. },
  11063. "node_modules/yargs": {
  11064. "version": "17.7.2",
  11065. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  11066. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  11067. "dependencies": {
  11068. "cliui": "^8.0.1",
  11069. "escalade": "^3.1.1",
  11070. "get-caller-file": "^2.0.5",
  11071. "require-directory": "^2.1.1",
  11072. "string-width": "^4.2.3",
  11073. "y18n": "^5.0.5",
  11074. "yargs-parser": "^21.1.1"
  11075. },
  11076. "engines": {
  11077. "node": ">=12"
  11078. }
  11079. },
  11080. "node_modules/yargs-parser": {
  11081. "version": "21.1.1",
  11082. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  11083. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  11084. "engines": {
  11085. "node": ">=12"
  11086. }
  11087. },
  11088. "node_modules/zhead": {
  11089. "version": "2.2.4",
  11090. "resolved": "https://registry.npmjs.org/zhead/-/zhead-2.2.4.tgz",
  11091. "integrity": "sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==",
  11092. "funding": {
  11093. "url": "https://github.com/sponsors/harlan-zw"
  11094. }
  11095. },
  11096. "node_modules/zip-stream": {
  11097. "version": "6.0.1",
  11098. "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
  11099. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  11100. "dependencies": {
  11101. "archiver-utils": "^5.0.0",
  11102. "compress-commons": "^6.0.2",
  11103. "readable-stream": "^4.0.0"
  11104. },
  11105. "engines": {
  11106. "node": ">= 14"
  11107. }
  11108. }
  11109. }
  11110. }