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.
 
 
 
 
 

9238 line
334 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. "@types/node-fetch": "^2.6.11",
  12. "axios": "^1.7.7",
  13. "node-fetch": "^3.3.2",
  14. "nuxt": "^3.12.3",
  15. "unhead": "^1.9.15",
  16. "vue": "^3.4.31",
  17. "vue-router": "^4.4.0"
  18. },
  19. "devDependencies": {
  20. "@nuxt/test-utils": "^3.14.3",
  21. "@playwright/test": "^1.48.0",
  22. "@vueuse/core": "^11.1.0",
  23. "@vueuse/nuxt": "^11.1.0",
  24. "autoprefixer": "^10.4.19",
  25. "postcss": "^8.4.39",
  26. "sass": "^1.77.6",
  27. "tailwindcss": "^3.4.4",
  28. "vitest": "^2.1.2"
  29. }
  30. },
  31. "node_modules/@alloc/quick-lru": {
  32. "version": "5.2.0",
  33. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  34. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  35. "dev": true,
  36. "engines": {
  37. "node": ">=10"
  38. },
  39. "funding": {
  40. "url": "https://github.com/sponsors/sindresorhus"
  41. }
  42. },
  43. "node_modules/@ampproject/remapping": {
  44. "version": "2.3.0",
  45. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
  46. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  47. "dependencies": {
  48. "@jridgewell/gen-mapping": "^0.3.5",
  49. "@jridgewell/trace-mapping": "^0.3.24"
  50. },
  51. "engines": {
  52. "node": ">=6.0.0"
  53. }
  54. },
  55. "node_modules/@antfu/utils": {
  56. "version": "0.7.10",
  57. "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.10.tgz",
  58. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  59. "funding": {
  60. "url": "https://github.com/sponsors/antfu"
  61. }
  62. },
  63. "node_modules/@babel/code-frame": {
  64. "version": "7.24.7",
  65. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
  66. "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
  67. "dependencies": {
  68. "@babel/highlight": "^7.24.7",
  69. "picocolors": "^1.0.0"
  70. },
  71. "engines": {
  72. "node": ">=6.9.0"
  73. }
  74. },
  75. "node_modules/@babel/compat-data": {
  76. "version": "7.24.9",
  77. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz",
  78. "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==",
  79. "engines": {
  80. "node": ">=6.9.0"
  81. }
  82. },
  83. "node_modules/@babel/core": {
  84. "version": "7.24.9",
  85. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz",
  86. "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==",
  87. "dependencies": {
  88. "@ampproject/remapping": "^2.2.0",
  89. "@babel/code-frame": "^7.24.7",
  90. "@babel/generator": "^7.24.9",
  91. "@babel/helper-compilation-targets": "^7.24.8",
  92. "@babel/helper-module-transforms": "^7.24.9",
  93. "@babel/helpers": "^7.24.8",
  94. "@babel/parser": "^7.24.8",
  95. "@babel/template": "^7.24.7",
  96. "@babel/traverse": "^7.24.8",
  97. "@babel/types": "^7.24.9",
  98. "convert-source-map": "^2.0.0",
  99. "debug": "^4.1.0",
  100. "gensync": "^1.0.0-beta.2",
  101. "json5": "^2.2.3",
  102. "semver": "^6.3.1"
  103. },
  104. "engines": {
  105. "node": ">=6.9.0"
  106. },
  107. "funding": {
  108. "type": "opencollective",
  109. "url": "https://opencollective.com/babel"
  110. }
  111. },
  112. "node_modules/@babel/core/node_modules/semver": {
  113. "version": "6.3.1",
  114. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  115. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  116. "bin": {
  117. "semver": "bin/semver.js"
  118. }
  119. },
  120. "node_modules/@babel/generator": {
  121. "version": "7.24.10",
  122. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz",
  123. "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==",
  124. "dependencies": {
  125. "@babel/types": "^7.24.9",
  126. "@jridgewell/gen-mapping": "^0.3.5",
  127. "@jridgewell/trace-mapping": "^0.3.25",
  128. "jsesc": "^2.5.1"
  129. },
  130. "engines": {
  131. "node": ">=6.9.0"
  132. }
  133. },
  134. "node_modules/@babel/helper-annotate-as-pure": {
  135. "version": "7.24.7",
  136. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz",
  137. "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==",
  138. "dependencies": {
  139. "@babel/types": "^7.24.7"
  140. },
  141. "engines": {
  142. "node": ">=6.9.0"
  143. }
  144. },
  145. "node_modules/@babel/helper-compilation-targets": {
  146. "version": "7.24.8",
  147. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz",
  148. "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==",
  149. "dependencies": {
  150. "@babel/compat-data": "^7.24.8",
  151. "@babel/helper-validator-option": "^7.24.8",
  152. "browserslist": "^4.23.1",
  153. "lru-cache": "^5.1.1",
  154. "semver": "^6.3.1"
  155. },
  156. "engines": {
  157. "node": ">=6.9.0"
  158. }
  159. },
  160. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  161. "version": "6.3.1",
  162. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  163. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  164. "bin": {
  165. "semver": "bin/semver.js"
  166. }
  167. },
  168. "node_modules/@babel/helper-create-class-features-plugin": {
  169. "version": "7.24.7",
  170. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz",
  171. "integrity": "sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==",
  172. "dependencies": {
  173. "@babel/helper-annotate-as-pure": "^7.24.7",
  174. "@babel/helper-environment-visitor": "^7.24.7",
  175. "@babel/helper-function-name": "^7.24.7",
  176. "@babel/helper-member-expression-to-functions": "^7.24.7",
  177. "@babel/helper-optimise-call-expression": "^7.24.7",
  178. "@babel/helper-replace-supers": "^7.24.7",
  179. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
  180. "@babel/helper-split-export-declaration": "^7.24.7",
  181. "semver": "^6.3.1"
  182. },
  183. "engines": {
  184. "node": ">=6.9.0"
  185. },
  186. "peerDependencies": {
  187. "@babel/core": "^7.0.0"
  188. }
  189. },
  190. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  191. "version": "6.3.1",
  192. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  193. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  194. "bin": {
  195. "semver": "bin/semver.js"
  196. }
  197. },
  198. "node_modules/@babel/helper-environment-visitor": {
  199. "version": "7.24.7",
  200. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz",
  201. "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==",
  202. "dependencies": {
  203. "@babel/types": "^7.24.7"
  204. },
  205. "engines": {
  206. "node": ">=6.9.0"
  207. }
  208. },
  209. "node_modules/@babel/helper-function-name": {
  210. "version": "7.24.7",
  211. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz",
  212. "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==",
  213. "dependencies": {
  214. "@babel/template": "^7.24.7",
  215. "@babel/types": "^7.24.7"
  216. },
  217. "engines": {
  218. "node": ">=6.9.0"
  219. }
  220. },
  221. "node_modules/@babel/helper-hoist-variables": {
  222. "version": "7.24.7",
  223. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
  224. "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
  225. "dependencies": {
  226. "@babel/types": "^7.24.7"
  227. },
  228. "engines": {
  229. "node": ">=6.9.0"
  230. }
  231. },
  232. "node_modules/@babel/helper-member-expression-to-functions": {
  233. "version": "7.24.7",
  234. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz",
  235. "integrity": "sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==",
  236. "dependencies": {
  237. "@babel/traverse": "^7.24.7",
  238. "@babel/types": "^7.24.7"
  239. },
  240. "engines": {
  241. "node": ">=6.9.0"
  242. }
  243. },
  244. "node_modules/@babel/helper-module-imports": {
  245. "version": "7.24.7",
  246. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
  247. "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
  248. "dependencies": {
  249. "@babel/traverse": "^7.24.7",
  250. "@babel/types": "^7.24.7"
  251. },
  252. "engines": {
  253. "node": ">=6.9.0"
  254. }
  255. },
  256. "node_modules/@babel/helper-module-transforms": {
  257. "version": "7.24.9",
  258. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz",
  259. "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==",
  260. "dependencies": {
  261. "@babel/helper-environment-visitor": "^7.24.7",
  262. "@babel/helper-module-imports": "^7.24.7",
  263. "@babel/helper-simple-access": "^7.24.7",
  264. "@babel/helper-split-export-declaration": "^7.24.7",
  265. "@babel/helper-validator-identifier": "^7.24.7"
  266. },
  267. "engines": {
  268. "node": ">=6.9.0"
  269. },
  270. "peerDependencies": {
  271. "@babel/core": "^7.0.0"
  272. }
  273. },
  274. "node_modules/@babel/helper-optimise-call-expression": {
  275. "version": "7.24.7",
  276. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz",
  277. "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==",
  278. "dependencies": {
  279. "@babel/types": "^7.24.7"
  280. },
  281. "engines": {
  282. "node": ">=6.9.0"
  283. }
  284. },
  285. "node_modules/@babel/helper-plugin-utils": {
  286. "version": "7.24.8",
  287. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz",
  288. "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==",
  289. "engines": {
  290. "node": ">=6.9.0"
  291. }
  292. },
  293. "node_modules/@babel/helper-replace-supers": {
  294. "version": "7.24.7",
  295. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz",
  296. "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==",
  297. "dependencies": {
  298. "@babel/helper-environment-visitor": "^7.24.7",
  299. "@babel/helper-member-expression-to-functions": "^7.24.7",
  300. "@babel/helper-optimise-call-expression": "^7.24.7"
  301. },
  302. "engines": {
  303. "node": ">=6.9.0"
  304. },
  305. "peerDependencies": {
  306. "@babel/core": "^7.0.0"
  307. }
  308. },
  309. "node_modules/@babel/helper-simple-access": {
  310. "version": "7.24.7",
  311. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
  312. "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
  313. "dependencies": {
  314. "@babel/traverse": "^7.24.7",
  315. "@babel/types": "^7.24.7"
  316. },
  317. "engines": {
  318. "node": ">=6.9.0"
  319. }
  320. },
  321. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  322. "version": "7.24.7",
  323. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz",
  324. "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==",
  325. "dependencies": {
  326. "@babel/traverse": "^7.24.7",
  327. "@babel/types": "^7.24.7"
  328. },
  329. "engines": {
  330. "node": ">=6.9.0"
  331. }
  332. },
  333. "node_modules/@babel/helper-split-export-declaration": {
  334. "version": "7.24.7",
  335. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
  336. "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==",
  337. "dependencies": {
  338. "@babel/types": "^7.24.7"
  339. },
  340. "engines": {
  341. "node": ">=6.9.0"
  342. }
  343. },
  344. "node_modules/@babel/helper-string-parser": {
  345. "version": "7.25.7",
  346. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz",
  347. "integrity": "sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==",
  348. "engines": {
  349. "node": ">=6.9.0"
  350. }
  351. },
  352. "node_modules/@babel/helper-validator-identifier": {
  353. "version": "7.25.7",
  354. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz",
  355. "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==",
  356. "engines": {
  357. "node": ">=6.9.0"
  358. }
  359. },
  360. "node_modules/@babel/helper-validator-option": {
  361. "version": "7.24.8",
  362. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
  363. "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
  364. "engines": {
  365. "node": ">=6.9.0"
  366. }
  367. },
  368. "node_modules/@babel/helpers": {
  369. "version": "7.24.8",
  370. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz",
  371. "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==",
  372. "dependencies": {
  373. "@babel/template": "^7.24.7",
  374. "@babel/types": "^7.24.8"
  375. },
  376. "engines": {
  377. "node": ">=6.9.0"
  378. }
  379. },
  380. "node_modules/@babel/highlight": {
  381. "version": "7.24.7",
  382. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
  383. "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
  384. "dependencies": {
  385. "@babel/helper-validator-identifier": "^7.24.7",
  386. "chalk": "^2.4.2",
  387. "js-tokens": "^4.0.0",
  388. "picocolors": "^1.0.0"
  389. },
  390. "engines": {
  391. "node": ">=6.9.0"
  392. }
  393. },
  394. "node_modules/@babel/parser": {
  395. "version": "7.25.7",
  396. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.7.tgz",
  397. "integrity": "sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==",
  398. "dependencies": {
  399. "@babel/types": "^7.25.7"
  400. },
  401. "bin": {
  402. "parser": "bin/babel-parser.js"
  403. },
  404. "engines": {
  405. "node": ">=6.0.0"
  406. }
  407. },
  408. "node_modules/@babel/plugin-proposal-decorators": {
  409. "version": "7.24.7",
  410. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.7.tgz",
  411. "integrity": "sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==",
  412. "dependencies": {
  413. "@babel/helper-create-class-features-plugin": "^7.24.7",
  414. "@babel/helper-plugin-utils": "^7.24.7",
  415. "@babel/plugin-syntax-decorators": "^7.24.7"
  416. },
  417. "engines": {
  418. "node": ">=6.9.0"
  419. },
  420. "peerDependencies": {
  421. "@babel/core": "^7.0.0-0"
  422. }
  423. },
  424. "node_modules/@babel/plugin-syntax-decorators": {
  425. "version": "7.24.7",
  426. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz",
  427. "integrity": "sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==",
  428. "dependencies": {
  429. "@babel/helper-plugin-utils": "^7.24.7"
  430. },
  431. "engines": {
  432. "node": ">=6.9.0"
  433. },
  434. "peerDependencies": {
  435. "@babel/core": "^7.0.0-0"
  436. }
  437. },
  438. "node_modules/@babel/plugin-syntax-import-attributes": {
  439. "version": "7.24.7",
  440. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz",
  441. "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==",
  442. "dependencies": {
  443. "@babel/helper-plugin-utils": "^7.24.7"
  444. },
  445. "engines": {
  446. "node": ">=6.9.0"
  447. },
  448. "peerDependencies": {
  449. "@babel/core": "^7.0.0-0"
  450. }
  451. },
  452. "node_modules/@babel/plugin-syntax-import-meta": {
  453. "version": "7.10.4",
  454. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  455. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  456. "dependencies": {
  457. "@babel/helper-plugin-utils": "^7.10.4"
  458. },
  459. "peerDependencies": {
  460. "@babel/core": "^7.0.0-0"
  461. }
  462. },
  463. "node_modules/@babel/plugin-syntax-jsx": {
  464. "version": "7.24.7",
  465. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz",
  466. "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==",
  467. "dependencies": {
  468. "@babel/helper-plugin-utils": "^7.24.7"
  469. },
  470. "engines": {
  471. "node": ">=6.9.0"
  472. },
  473. "peerDependencies": {
  474. "@babel/core": "^7.0.0-0"
  475. }
  476. },
  477. "node_modules/@babel/plugin-syntax-typescript": {
  478. "version": "7.24.7",
  479. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz",
  480. "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==",
  481. "dependencies": {
  482. "@babel/helper-plugin-utils": "^7.24.7"
  483. },
  484. "engines": {
  485. "node": ">=6.9.0"
  486. },
  487. "peerDependencies": {
  488. "@babel/core": "^7.0.0-0"
  489. }
  490. },
  491. "node_modules/@babel/plugin-transform-typescript": {
  492. "version": "7.24.7",
  493. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.7.tgz",
  494. "integrity": "sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==",
  495. "dependencies": {
  496. "@babel/helper-annotate-as-pure": "^7.24.7",
  497. "@babel/helper-create-class-features-plugin": "^7.24.7",
  498. "@babel/helper-plugin-utils": "^7.24.7",
  499. "@babel/plugin-syntax-typescript": "^7.24.7"
  500. },
  501. "engines": {
  502. "node": ">=6.9.0"
  503. },
  504. "peerDependencies": {
  505. "@babel/core": "^7.0.0-0"
  506. }
  507. },
  508. "node_modules/@babel/standalone": {
  509. "version": "7.24.4",
  510. "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.24.4.tgz",
  511. "integrity": "sha512-V4uqWeedadiuiCx5P5OHYJZ1PehdMpcBccNCEptKFGPiZIY3FI5f2ClxUl4r5wZ5U+ohcQ+4KW6jX2K6xXzq4Q==",
  512. "engines": {
  513. "node": ">=6.9.0"
  514. }
  515. },
  516. "node_modules/@babel/template": {
  517. "version": "7.24.7",
  518. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz",
  519. "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==",
  520. "dependencies": {
  521. "@babel/code-frame": "^7.24.7",
  522. "@babel/parser": "^7.24.7",
  523. "@babel/types": "^7.24.7"
  524. },
  525. "engines": {
  526. "node": ">=6.9.0"
  527. }
  528. },
  529. "node_modules/@babel/traverse": {
  530. "version": "7.24.8",
  531. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz",
  532. "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==",
  533. "dependencies": {
  534. "@babel/code-frame": "^7.24.7",
  535. "@babel/generator": "^7.24.8",
  536. "@babel/helper-environment-visitor": "^7.24.7",
  537. "@babel/helper-function-name": "^7.24.7",
  538. "@babel/helper-hoist-variables": "^7.24.7",
  539. "@babel/helper-split-export-declaration": "^7.24.7",
  540. "@babel/parser": "^7.24.8",
  541. "@babel/types": "^7.24.8",
  542. "debug": "^4.3.1",
  543. "globals": "^11.1.0"
  544. },
  545. "engines": {
  546. "node": ">=6.9.0"
  547. }
  548. },
  549. "node_modules/@babel/types": {
  550. "version": "7.25.7",
  551. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.7.tgz",
  552. "integrity": "sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==",
  553. "dependencies": {
  554. "@babel/helper-string-parser": "^7.25.7",
  555. "@babel/helper-validator-identifier": "^7.25.7",
  556. "to-fast-properties": "^2.0.0"
  557. },
  558. "engines": {
  559. "node": ">=6.9.0"
  560. }
  561. },
  562. "node_modules/@cloudflare/kv-asset-handler": {
  563. "version": "0.3.4",
  564. "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.4.tgz",
  565. "integrity": "sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==",
  566. "dependencies": {
  567. "mime": "^3.0.0"
  568. },
  569. "engines": {
  570. "node": ">=16.13"
  571. }
  572. },
  573. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  574. "version": "3.0.0",
  575. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  576. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  577. "bin": {
  578. "mime": "cli.js"
  579. },
  580. "engines": {
  581. "node": ">=10.0.0"
  582. }
  583. },
  584. "node_modules/@esbuild/linux-x64": {
  585. "version": "0.23.0",
  586. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.0.tgz",
  587. "integrity": "sha512-a3pMQhUEJkITgAw6e0bWA+F+vFtCciMjW/LPtoj99MhVt+Mfb6bbL9hu2wmTZgNd994qTAEw+U/r6k3qHWWaOQ==",
  588. "cpu": [
  589. "x64"
  590. ],
  591. "optional": true,
  592. "os": [
  593. "linux"
  594. ],
  595. "engines": {
  596. "node": ">=18"
  597. }
  598. },
  599. "node_modules/@fastify/busboy": {
  600. "version": "2.1.1",
  601. "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
  602. "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
  603. "engines": {
  604. "node": ">=14"
  605. }
  606. },
  607. "node_modules/@ioredis/commands": {
  608. "version": "1.2.0",
  609. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz",
  610. "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg=="
  611. },
  612. "node_modules/@isaacs/cliui": {
  613. "version": "8.0.2",
  614. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  615. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  616. "dependencies": {
  617. "string-width": "^5.1.2",
  618. "string-width-cjs": "npm:string-width@^4.2.0",
  619. "strip-ansi": "^7.0.1",
  620. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  621. "wrap-ansi": "^8.1.0",
  622. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  623. },
  624. "engines": {
  625. "node": ">=12"
  626. }
  627. },
  628. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  629. "version": "6.0.1",
  630. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
  631. "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
  632. "engines": {
  633. "node": ">=12"
  634. },
  635. "funding": {
  636. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  637. }
  638. },
  639. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  640. "version": "6.2.1",
  641. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
  642. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  643. "engines": {
  644. "node": ">=12"
  645. },
  646. "funding": {
  647. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  648. }
  649. },
  650. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  651. "version": "9.2.2",
  652. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  653. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  654. },
  655. "node_modules/@isaacs/cliui/node_modules/string-width": {
  656. "version": "5.1.2",
  657. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  658. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  659. "dependencies": {
  660. "eastasianwidth": "^0.2.0",
  661. "emoji-regex": "^9.2.2",
  662. "strip-ansi": "^7.0.1"
  663. },
  664. "engines": {
  665. "node": ">=12"
  666. },
  667. "funding": {
  668. "url": "https://github.com/sponsors/sindresorhus"
  669. }
  670. },
  671. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  672. "version": "7.1.0",
  673. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  674. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  675. "dependencies": {
  676. "ansi-regex": "^6.0.1"
  677. },
  678. "engines": {
  679. "node": ">=12"
  680. },
  681. "funding": {
  682. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  683. }
  684. },
  685. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  686. "version": "8.1.0",
  687. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  688. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  689. "dependencies": {
  690. "ansi-styles": "^6.1.0",
  691. "string-width": "^5.0.1",
  692. "strip-ansi": "^7.0.1"
  693. },
  694. "engines": {
  695. "node": ">=12"
  696. },
  697. "funding": {
  698. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  699. }
  700. },
  701. "node_modules/@jridgewell/gen-mapping": {
  702. "version": "0.3.5",
  703. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  704. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  705. "dependencies": {
  706. "@jridgewell/set-array": "^1.2.1",
  707. "@jridgewell/sourcemap-codec": "^1.4.10",
  708. "@jridgewell/trace-mapping": "^0.3.24"
  709. },
  710. "engines": {
  711. "node": ">=6.0.0"
  712. }
  713. },
  714. "node_modules/@jridgewell/resolve-uri": {
  715. "version": "3.1.2",
  716. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  717. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  718. "engines": {
  719. "node": ">=6.0.0"
  720. }
  721. },
  722. "node_modules/@jridgewell/set-array": {
  723. "version": "1.2.1",
  724. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  725. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  726. "engines": {
  727. "node": ">=6.0.0"
  728. }
  729. },
  730. "node_modules/@jridgewell/source-map": {
  731. "version": "0.3.6",
  732. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
  733. "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
  734. "dependencies": {
  735. "@jridgewell/gen-mapping": "^0.3.5",
  736. "@jridgewell/trace-mapping": "^0.3.25"
  737. }
  738. },
  739. "node_modules/@jridgewell/sourcemap-codec": {
  740. "version": "1.5.0",
  741. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  742. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
  743. },
  744. "node_modules/@jridgewell/trace-mapping": {
  745. "version": "0.3.25",
  746. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  747. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  748. "dependencies": {
  749. "@jridgewell/resolve-uri": "^3.1.0",
  750. "@jridgewell/sourcemap-codec": "^1.4.14"
  751. }
  752. },
  753. "node_modules/@kwsites/file-exists": {
  754. "version": "1.1.1",
  755. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  756. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  757. "dependencies": {
  758. "debug": "^4.1.1"
  759. }
  760. },
  761. "node_modules/@kwsites/promise-deferred": {
  762. "version": "1.1.1",
  763. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  764. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw=="
  765. },
  766. "node_modules/@mapbox/node-pre-gyp": {
  767. "version": "1.0.11",
  768. "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz",
  769. "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==",
  770. "dependencies": {
  771. "detect-libc": "^2.0.0",
  772. "https-proxy-agent": "^5.0.0",
  773. "make-dir": "^3.1.0",
  774. "node-fetch": "^2.6.7",
  775. "nopt": "^5.0.0",
  776. "npmlog": "^5.0.1",
  777. "rimraf": "^3.0.2",
  778. "semver": "^7.3.5",
  779. "tar": "^6.1.11"
  780. },
  781. "bin": {
  782. "node-pre-gyp": "bin/node-pre-gyp"
  783. }
  784. },
  785. "node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch": {
  786. "version": "2.7.0",
  787. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  788. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  789. "dependencies": {
  790. "whatwg-url": "^5.0.0"
  791. },
  792. "engines": {
  793. "node": "4.x || >=6.0.0"
  794. },
  795. "peerDependencies": {
  796. "encoding": "^0.1.0"
  797. },
  798. "peerDependenciesMeta": {
  799. "encoding": {
  800. "optional": true
  801. }
  802. }
  803. },
  804. "node_modules/@netlify/functions": {
  805. "version": "2.8.1",
  806. "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-2.8.1.tgz",
  807. "integrity": "sha512-+6wtYdoz0yE06dSa9XkP47tw5zm6g13QMeCwM3MmHx1vn8hzwFa51JtmfraprdkL7amvb7gaNM+OOhQU1h6T8A==",
  808. "dependencies": {
  809. "@netlify/serverless-functions-api": "1.19.1"
  810. },
  811. "engines": {
  812. "node": ">=14.0.0"
  813. }
  814. },
  815. "node_modules/@netlify/node-cookies": {
  816. "version": "0.1.0",
  817. "resolved": "https://registry.npmjs.org/@netlify/node-cookies/-/node-cookies-0.1.0.tgz",
  818. "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==",
  819. "engines": {
  820. "node": "^14.16.0 || >=16.0.0"
  821. }
  822. },
  823. "node_modules/@netlify/serverless-functions-api": {
  824. "version": "1.19.1",
  825. "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.19.1.tgz",
  826. "integrity": "sha512-2KYkyluThg1AKfd0JWI7FzpS4A/fzVVGYIf6AM4ydWyNj8eI/86GQVLeRgDoH7CNOxt243R5tutWlmHpVq0/Ew==",
  827. "dependencies": {
  828. "@netlify/node-cookies": "^0.1.0",
  829. "urlpattern-polyfill": "8.0.2"
  830. },
  831. "engines": {
  832. "node": ">=18.0.0"
  833. }
  834. },
  835. "node_modules/@nodelib/fs.scandir": {
  836. "version": "2.1.5",
  837. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  838. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  839. "dependencies": {
  840. "@nodelib/fs.stat": "2.0.5",
  841. "run-parallel": "^1.1.9"
  842. },
  843. "engines": {
  844. "node": ">= 8"
  845. }
  846. },
  847. "node_modules/@nodelib/fs.stat": {
  848. "version": "2.0.5",
  849. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  850. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  851. "engines": {
  852. "node": ">= 8"
  853. }
  854. },
  855. "node_modules/@nodelib/fs.walk": {
  856. "version": "1.2.8",
  857. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  858. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  859. "dependencies": {
  860. "@nodelib/fs.scandir": "2.1.5",
  861. "fastq": "^1.6.0"
  862. },
  863. "engines": {
  864. "node": ">= 8"
  865. }
  866. },
  867. "node_modules/@nuxt/devalue": {
  868. "version": "2.0.2",
  869. "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
  870. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA=="
  871. },
  872. "node_modules/@nuxt/devtools": {
  873. "version": "1.3.9",
  874. "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-1.3.9.tgz",
  875. "integrity": "sha512-tFKlbUPgSXw4tyD8xpztQtJeVn3egdKbFCV0xc92FbfGbclAyaa3XhKA2tMWXEGZQpykAWMRNrGWN24FtXFA6Q==",
  876. "dependencies": {
  877. "@antfu/utils": "^0.7.10",
  878. "@nuxt/devtools-kit": "1.3.9",
  879. "@nuxt/devtools-wizard": "1.3.9",
  880. "@nuxt/kit": "^3.12.2",
  881. "@vue/devtools-core": "7.3.3",
  882. "@vue/devtools-kit": "7.3.3",
  883. "birpc": "^0.2.17",
  884. "consola": "^3.2.3",
  885. "cronstrue": "^2.50.0",
  886. "destr": "^2.0.3",
  887. "error-stack-parser-es": "^0.1.4",
  888. "execa": "^7.2.0",
  889. "fast-glob": "^3.3.2",
  890. "fast-npm-meta": "^0.1.1",
  891. "flatted": "^3.3.1",
  892. "get-port-please": "^3.1.2",
  893. "hookable": "^5.5.3",
  894. "image-meta": "^0.2.0",
  895. "is-installed-globally": "^1.0.0",
  896. "launch-editor": "^2.8.0",
  897. "local-pkg": "^0.5.0",
  898. "magicast": "^0.3.4",
  899. "nypm": "^0.3.9",
  900. "ohash": "^1.1.3",
  901. "pathe": "^1.1.2",
  902. "perfect-debounce": "^1.0.0",
  903. "pkg-types": "^1.1.2",
  904. "rc9": "^2.1.2",
  905. "scule": "^1.3.0",
  906. "semver": "^7.6.2",
  907. "simple-git": "^3.25.0",
  908. "sirv": "^2.0.4",
  909. "unimport": "^3.7.2",
  910. "vite-plugin-inspect": "^0.8.4",
  911. "vite-plugin-vue-inspector": "^5.1.2",
  912. "which": "^3.0.1",
  913. "ws": "^8.17.1"
  914. },
  915. "bin": {
  916. "devtools": "cli.mjs"
  917. },
  918. "peerDependencies": {
  919. "vite": "*"
  920. }
  921. },
  922. "node_modules/@nuxt/devtools-kit": {
  923. "version": "1.3.9",
  924. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-1.3.9.tgz",
  925. "integrity": "sha512-tgr/F+4BbI53/JxgaXl3cuV9dMuCXMsd4GEXN+JqtCdAkDbH3wL79GGWx0/6I9acGzRsB6UZ1H6U96nfgcIrAw==",
  926. "dependencies": {
  927. "@nuxt/kit": "^3.12.2",
  928. "@nuxt/schema": "^3.12.3",
  929. "execa": "^7.2.0"
  930. },
  931. "peerDependencies": {
  932. "vite": "*"
  933. }
  934. },
  935. "node_modules/@nuxt/devtools-wizard": {
  936. "version": "1.3.9",
  937. "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-1.3.9.tgz",
  938. "integrity": "sha512-WMgwWWuyng+Y6k7sfBI95wYnec8TPFkuYbHHOlYQgqE9dAewPisSbEm3WkB7p/W9UqxpN8mvKN5qUg4sTmEpgQ==",
  939. "dependencies": {
  940. "consola": "^3.2.3",
  941. "diff": "^5.2.0",
  942. "execa": "^7.2.0",
  943. "global-directory": "^4.0.1",
  944. "magicast": "^0.3.4",
  945. "pathe": "^1.1.2",
  946. "pkg-types": "^1.1.2",
  947. "prompts": "^2.4.2",
  948. "rc9": "^2.1.2",
  949. "semver": "^7.6.2"
  950. },
  951. "bin": {
  952. "devtools-wizard": "cli.mjs"
  953. }
  954. },
  955. "node_modules/@nuxt/kit": {
  956. "version": "3.12.3",
  957. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.12.3.tgz",
  958. "integrity": "sha512-5R8FZLDxBKlkDWYsqwU1tctGJ5vwMA96WBrNkpQ0LznB2/p+3MWWTO6vz+0P0F9xvZZfkk/KKyZ3uUhnG9VJOA==",
  959. "dependencies": {
  960. "@nuxt/schema": "3.12.3",
  961. "c12": "^1.11.1",
  962. "consola": "^3.2.3",
  963. "defu": "^6.1.4",
  964. "destr": "^2.0.3",
  965. "globby": "^14.0.2",
  966. "hash-sum": "^2.0.0",
  967. "ignore": "^5.3.1",
  968. "jiti": "^1.21.6",
  969. "klona": "^2.0.6",
  970. "knitwork": "^1.1.0",
  971. "mlly": "^1.7.1",
  972. "pathe": "^1.1.2",
  973. "pkg-types": "^1.1.2",
  974. "scule": "^1.3.0",
  975. "semver": "^7.6.2",
  976. "ufo": "^1.5.3",
  977. "unctx": "^2.3.1",
  978. "unimport": "^3.7.2",
  979. "untyped": "^1.4.2"
  980. },
  981. "engines": {
  982. "node": "^14.18.0 || >=16.10.0"
  983. }
  984. },
  985. "node_modules/@nuxt/schema": {
  986. "version": "3.12.3",
  987. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.12.3.tgz",
  988. "integrity": "sha512-Zw/2stN5CWVOHQ6pKyewk3tvYW5ROBloTGyIbie7/TprJT5mL+E9tTgAxOZtkoKSFaYEQXZgE1K2OzMelhLRzw==",
  989. "dependencies": {
  990. "compatx": "^0.1.8",
  991. "consola": "^3.2.3",
  992. "defu": "^6.1.4",
  993. "hookable": "^5.5.3",
  994. "pathe": "^1.1.2",
  995. "pkg-types": "^1.1.2",
  996. "scule": "^1.3.0",
  997. "std-env": "^3.7.0",
  998. "ufo": "^1.5.3",
  999. "uncrypto": "^0.1.3",
  1000. "unimport": "^3.7.2",
  1001. "untyped": "^1.4.2"
  1002. },
  1003. "engines": {
  1004. "node": "^14.18.0 || >=16.10.0"
  1005. }
  1006. },
  1007. "node_modules/@nuxt/telemetry": {
  1008. "version": "2.5.4",
  1009. "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.5.4.tgz",
  1010. "integrity": "sha512-KH6wxzsNys69daSO0xUv0LEBAfhwwjK1M+0Cdi1/vxmifCslMIY7lN11B4eywSfscbyVPAYJvANyc7XiVPImBQ==",
  1011. "dependencies": {
  1012. "@nuxt/kit": "^3.11.2",
  1013. "ci-info": "^4.0.0",
  1014. "consola": "^3.2.3",
  1015. "create-require": "^1.1.1",
  1016. "defu": "^6.1.4",
  1017. "destr": "^2.0.3",
  1018. "dotenv": "^16.4.5",
  1019. "git-url-parse": "^14.0.0",
  1020. "is-docker": "^3.0.0",
  1021. "jiti": "^1.21.0",
  1022. "mri": "^1.2.0",
  1023. "nanoid": "^5.0.7",
  1024. "ofetch": "^1.3.4",
  1025. "parse-git-config": "^3.0.0",
  1026. "pathe": "^1.1.2",
  1027. "rc9": "^2.1.2",
  1028. "std-env": "^3.7.0"
  1029. },
  1030. "bin": {
  1031. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  1032. }
  1033. },
  1034. "node_modules/@nuxt/test-utils": {
  1035. "version": "3.14.3",
  1036. "resolved": "https://registry.npmjs.org/@nuxt/test-utils/-/test-utils-3.14.3.tgz",
  1037. "integrity": "sha512-5SoyaR9bQG7xcyj6kSnzFVWvpAdiKSruRkq3KVDKEAbxwHhtyz2Ijqxf8iGE3W9dAM0F+omIvLmjen3ITgd3rA==",
  1038. "dev": true,
  1039. "dependencies": {
  1040. "@nuxt/kit": "^3.13.2",
  1041. "@nuxt/schema": "^3.13.2",
  1042. "c12": "^2.0.1",
  1043. "consola": "^3.2.3",
  1044. "defu": "^6.1.4",
  1045. "destr": "^2.0.3",
  1046. "estree-walker": "^3.0.3",
  1047. "fake-indexeddb": "^6.0.0",
  1048. "get-port-please": "^3.1.2",
  1049. "local-pkg": "^0.5.0",
  1050. "magic-string": "^0.30.11",
  1051. "node-fetch-native": "^1.6.4",
  1052. "ofetch": "^1.4.0",
  1053. "pathe": "^1.1.2",
  1054. "perfect-debounce": "^1.0.0",
  1055. "radix3": "^1.1.2",
  1056. "scule": "^1.3.0",
  1057. "std-env": "^3.7.0",
  1058. "tinyexec": "^0.3.0",
  1059. "ufo": "^1.5.4",
  1060. "unenv": "^1.10.0",
  1061. "unplugin": "^1.14.1",
  1062. "vitest-environment-nuxt": "^1.0.1"
  1063. },
  1064. "engines": {
  1065. "node": ">=18.20.4"
  1066. },
  1067. "peerDependencies": {
  1068. "@cucumber/cucumber": "^10.3.1 || ^11.0.0",
  1069. "@jest/globals": "^29.5.0",
  1070. "@playwright/test": "^1.43.1",
  1071. "@testing-library/vue": "^7.0.0 || ^8.0.1",
  1072. "@vitest/ui": "^0.34.6 || ^1.0.0 || ^2.0.0",
  1073. "@vue/test-utils": "^2.4.2",
  1074. "h3": "*",
  1075. "happy-dom": "^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
  1076. "jsdom": "^22.0.0 || ^23.0.0 || ^24.0.0 || ^25.0.0",
  1077. "nitropack": "*",
  1078. "playwright-core": "^1.43.1",
  1079. "vite": "*",
  1080. "vitest": "^0.34.6 || ^1.0.0 || ^2.0.0",
  1081. "vue": "^3.3.4",
  1082. "vue-router": "^4.0.0"
  1083. },
  1084. "peerDependenciesMeta": {
  1085. "@cucumber/cucumber": {
  1086. "optional": true
  1087. },
  1088. "@jest/globals": {
  1089. "optional": true
  1090. },
  1091. "@playwright/test": {
  1092. "optional": true
  1093. },
  1094. "@testing-library/vue": {
  1095. "optional": true
  1096. },
  1097. "@vitest/ui": {
  1098. "optional": true
  1099. },
  1100. "@vue/test-utils": {
  1101. "optional": true
  1102. },
  1103. "happy-dom": {
  1104. "optional": true
  1105. },
  1106. "jsdom": {
  1107. "optional": true
  1108. },
  1109. "playwright-core": {
  1110. "optional": true
  1111. },
  1112. "vitest": {
  1113. "optional": true
  1114. }
  1115. }
  1116. },
  1117. "node_modules/@nuxt/test-utils/node_modules/@nuxt/kit": {
  1118. "version": "3.13.2",
  1119. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.13.2.tgz",
  1120. "integrity": "sha512-KvRw21zU//wdz25IeE1E5m/aFSzhJloBRAQtv+evcFeZvuroIxpIQuUqhbzuwznaUwpiWbmwlcsp5uOWmi4vwA==",
  1121. "dev": true,
  1122. "dependencies": {
  1123. "@nuxt/schema": "3.13.2",
  1124. "c12": "^1.11.2",
  1125. "consola": "^3.2.3",
  1126. "defu": "^6.1.4",
  1127. "destr": "^2.0.3",
  1128. "globby": "^14.0.2",
  1129. "hash-sum": "^2.0.0",
  1130. "ignore": "^5.3.2",
  1131. "jiti": "^1.21.6",
  1132. "klona": "^2.0.6",
  1133. "knitwork": "^1.1.0",
  1134. "mlly": "^1.7.1",
  1135. "pathe": "^1.1.2",
  1136. "pkg-types": "^1.2.0",
  1137. "scule": "^1.3.0",
  1138. "semver": "^7.6.3",
  1139. "ufo": "^1.5.4",
  1140. "unctx": "^2.3.1",
  1141. "unimport": "^3.12.0",
  1142. "untyped": "^1.4.2"
  1143. },
  1144. "engines": {
  1145. "node": "^14.18.0 || >=16.10.0"
  1146. }
  1147. },
  1148. "node_modules/@nuxt/test-utils/node_modules/@nuxt/kit/node_modules/c12": {
  1149. "version": "1.11.2",
  1150. "resolved": "https://registry.npmjs.org/c12/-/c12-1.11.2.tgz",
  1151. "integrity": "sha512-oBs8a4uvSDO9dm8b7OCFW7+dgtVrwmwnrVXYzLm43ta7ep2jCn/0MhoUFygIWtxhyy6+/MG7/agvpY0U1Iemew==",
  1152. "dev": true,
  1153. "dependencies": {
  1154. "chokidar": "^3.6.0",
  1155. "confbox": "^0.1.7",
  1156. "defu": "^6.1.4",
  1157. "dotenv": "^16.4.5",
  1158. "giget": "^1.2.3",
  1159. "jiti": "^1.21.6",
  1160. "mlly": "^1.7.1",
  1161. "ohash": "^1.1.3",
  1162. "pathe": "^1.1.2",
  1163. "perfect-debounce": "^1.0.0",
  1164. "pkg-types": "^1.2.0",
  1165. "rc9": "^2.1.2"
  1166. },
  1167. "peerDependencies": {
  1168. "magicast": "^0.3.4"
  1169. },
  1170. "peerDependenciesMeta": {
  1171. "magicast": {
  1172. "optional": true
  1173. }
  1174. }
  1175. },
  1176. "node_modules/@nuxt/test-utils/node_modules/@nuxt/schema": {
  1177. "version": "3.13.2",
  1178. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.13.2.tgz",
  1179. "integrity": "sha512-CCZgpm+MkqtOMDEgF9SWgGPBXlQ01hV/6+2reDEpJuqFPGzV8HYKPBcIFvn7/z5ahtgutHLzjP71Na+hYcqSpw==",
  1180. "dev": true,
  1181. "dependencies": {
  1182. "compatx": "^0.1.8",
  1183. "consola": "^3.2.3",
  1184. "defu": "^6.1.4",
  1185. "hookable": "^5.5.3",
  1186. "pathe": "^1.1.2",
  1187. "pkg-types": "^1.2.0",
  1188. "scule": "^1.3.0",
  1189. "std-env": "^3.7.0",
  1190. "ufo": "^1.5.4",
  1191. "uncrypto": "^0.1.3",
  1192. "unimport": "^3.12.0",
  1193. "untyped": "^1.4.2"
  1194. },
  1195. "engines": {
  1196. "node": "^14.18.0 || >=16.10.0"
  1197. }
  1198. },
  1199. "node_modules/@nuxt/test-utils/node_modules/c12": {
  1200. "version": "2.0.1",
  1201. "resolved": "https://registry.npmjs.org/c12/-/c12-2.0.1.tgz",
  1202. "integrity": "sha512-Z4JgsKXHG37C6PYUtIxCfLJZvo6FyhHJoClwwb9ftUkLpPSkuYqn6Tr+vnaN8hymm0kIbcg6Ey3kv/Q71k5w/A==",
  1203. "dev": true,
  1204. "dependencies": {
  1205. "chokidar": "^4.0.1",
  1206. "confbox": "^0.1.7",
  1207. "defu": "^6.1.4",
  1208. "dotenv": "^16.4.5",
  1209. "giget": "^1.2.3",
  1210. "jiti": "^2.3.0",
  1211. "mlly": "^1.7.1",
  1212. "ohash": "^1.1.4",
  1213. "pathe": "^1.1.2",
  1214. "perfect-debounce": "^1.0.0",
  1215. "pkg-types": "^1.2.0",
  1216. "rc9": "^2.1.2"
  1217. },
  1218. "peerDependencies": {
  1219. "magicast": "^0.3.5"
  1220. },
  1221. "peerDependenciesMeta": {
  1222. "magicast": {
  1223. "optional": true
  1224. }
  1225. }
  1226. },
  1227. "node_modules/@nuxt/test-utils/node_modules/c12/node_modules/chokidar": {
  1228. "version": "4.0.1",
  1229. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz",
  1230. "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==",
  1231. "dev": true,
  1232. "dependencies": {
  1233. "readdirp": "^4.0.1"
  1234. },
  1235. "engines": {
  1236. "node": ">= 14.16.0"
  1237. },
  1238. "funding": {
  1239. "url": "https://paulmillr.com/funding/"
  1240. }
  1241. },
  1242. "node_modules/@nuxt/test-utils/node_modules/c12/node_modules/jiti": {
  1243. "version": "2.3.3",
  1244. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.3.3.tgz",
  1245. "integrity": "sha512-EX4oNDwcXSivPrw2qKH2LB5PoFxEvgtv2JgwW0bU858HoLQ+kutSvjLMUqBd0PeJYEinLWhoI9Ol0eYMqj/wNQ==",
  1246. "dev": true,
  1247. "bin": {
  1248. "jiti": "lib/jiti-cli.mjs"
  1249. }
  1250. },
  1251. "node_modules/@nuxt/test-utils/node_modules/readdirp": {
  1252. "version": "4.0.2",
  1253. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz",
  1254. "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==",
  1255. "dev": true,
  1256. "engines": {
  1257. "node": ">= 14.16.0"
  1258. },
  1259. "funding": {
  1260. "type": "individual",
  1261. "url": "https://paulmillr.com/funding/"
  1262. }
  1263. },
  1264. "node_modules/@nuxt/vite-builder": {
  1265. "version": "3.12.3",
  1266. "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.12.3.tgz",
  1267. "integrity": "sha512-8xfeOgSUaXTYgLx1DA5qEFwU3/vL5DVAIv8sgPn2rnmB50nPJVXrVa+tXhO0I1Q8L4ycXRqq2dxOPGq8CSYo+A==",
  1268. "dependencies": {
  1269. "@nuxt/kit": "3.12.3",
  1270. "@rollup/plugin-replace": "^5.0.7",
  1271. "@vitejs/plugin-vue": "^5.0.5",
  1272. "@vitejs/plugin-vue-jsx": "^4.0.0",
  1273. "autoprefixer": "^10.4.19",
  1274. "clear": "^0.1.0",
  1275. "consola": "^3.2.3",
  1276. "cssnano": "^7.0.3",
  1277. "defu": "^6.1.4",
  1278. "esbuild": "^0.23.0",
  1279. "escape-string-regexp": "^5.0.0",
  1280. "estree-walker": "^3.0.3",
  1281. "externality": "^1.0.2",
  1282. "get-port-please": "^3.1.2",
  1283. "h3": "^1.12.0",
  1284. "knitwork": "^1.1.0",
  1285. "magic-string": "^0.30.10",
  1286. "mlly": "^1.7.1",
  1287. "ohash": "^1.1.3",
  1288. "pathe": "^1.1.2",
  1289. "perfect-debounce": "^1.0.0",
  1290. "pkg-types": "^1.1.2",
  1291. "postcss": "^8.4.39",
  1292. "rollup-plugin-visualizer": "^5.12.0",
  1293. "std-env": "^3.7.0",
  1294. "strip-literal": "^2.1.0",
  1295. "ufo": "^1.5.3",
  1296. "unenv": "^1.9.0",
  1297. "unplugin": "^1.11.0",
  1298. "vite": "^5.3.2",
  1299. "vite-node": "^1.6.0",
  1300. "vite-plugin-checker": "^0.7.0",
  1301. "vue-bundle-renderer": "^2.1.0"
  1302. },
  1303. "engines": {
  1304. "node": "^14.18.0 || >=16.10.0"
  1305. },
  1306. "peerDependencies": {
  1307. "vue": "^3.3.4"
  1308. }
  1309. },
  1310. "node_modules/@parcel/watcher": {
  1311. "version": "2.4.1",
  1312. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.4.1.tgz",
  1313. "integrity": "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==",
  1314. "dependencies": {
  1315. "detect-libc": "^1.0.3",
  1316. "is-glob": "^4.0.3",
  1317. "micromatch": "^4.0.5",
  1318. "node-addon-api": "^7.0.0"
  1319. },
  1320. "engines": {
  1321. "node": ">= 10.0.0"
  1322. },
  1323. "funding": {
  1324. "type": "opencollective",
  1325. "url": "https://opencollective.com/parcel"
  1326. },
  1327. "optionalDependencies": {
  1328. "@parcel/watcher-android-arm64": "2.4.1",
  1329. "@parcel/watcher-darwin-arm64": "2.4.1",
  1330. "@parcel/watcher-darwin-x64": "2.4.1",
  1331. "@parcel/watcher-freebsd-x64": "2.4.1",
  1332. "@parcel/watcher-linux-arm-glibc": "2.4.1",
  1333. "@parcel/watcher-linux-arm64-glibc": "2.4.1",
  1334. "@parcel/watcher-linux-arm64-musl": "2.4.1",
  1335. "@parcel/watcher-linux-x64-glibc": "2.4.1",
  1336. "@parcel/watcher-linux-x64-musl": "2.4.1",
  1337. "@parcel/watcher-win32-arm64": "2.4.1",
  1338. "@parcel/watcher-win32-ia32": "2.4.1",
  1339. "@parcel/watcher-win32-x64": "2.4.1"
  1340. }
  1341. },
  1342. "node_modules/@parcel/watcher-linux-x64-glibc": {
  1343. "version": "2.4.1",
  1344. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz",
  1345. "integrity": "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==",
  1346. "cpu": [
  1347. "x64"
  1348. ],
  1349. "optional": true,
  1350. "os": [
  1351. "linux"
  1352. ],
  1353. "engines": {
  1354. "node": ">= 10.0.0"
  1355. },
  1356. "funding": {
  1357. "type": "opencollective",
  1358. "url": "https://opencollective.com/parcel"
  1359. }
  1360. },
  1361. "node_modules/@parcel/watcher-linux-x64-musl": {
  1362. "version": "2.4.1",
  1363. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz",
  1364. "integrity": "sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==",
  1365. "cpu": [
  1366. "x64"
  1367. ],
  1368. "optional": true,
  1369. "os": [
  1370. "linux"
  1371. ],
  1372. "engines": {
  1373. "node": ">= 10.0.0"
  1374. },
  1375. "funding": {
  1376. "type": "opencollective",
  1377. "url": "https://opencollective.com/parcel"
  1378. }
  1379. },
  1380. "node_modules/@parcel/watcher-wasm": {
  1381. "version": "2.4.1",
  1382. "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.4.1.tgz",
  1383. "integrity": "sha512-/ZR0RxqxU/xxDGzbzosMjh4W6NdYFMqq2nvo2b8SLi7rsl/4jkL8S5stIikorNkdR50oVDvqb/3JT05WM+CRRA==",
  1384. "bundleDependencies": [
  1385. "napi-wasm"
  1386. ],
  1387. "dependencies": {
  1388. "is-glob": "^4.0.3",
  1389. "micromatch": "^4.0.5",
  1390. "napi-wasm": "^1.1.0"
  1391. },
  1392. "engines": {
  1393. "node": ">= 10.0.0"
  1394. },
  1395. "funding": {
  1396. "type": "opencollective",
  1397. "url": "https://opencollective.com/parcel"
  1398. }
  1399. },
  1400. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  1401. "version": "1.1.0",
  1402. "inBundle": true,
  1403. "license": "MIT"
  1404. },
  1405. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  1406. "version": "1.0.3",
  1407. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  1408. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  1409. "bin": {
  1410. "detect-libc": "bin/detect-libc.js"
  1411. },
  1412. "engines": {
  1413. "node": ">=0.10"
  1414. }
  1415. },
  1416. "node_modules/@pinia/nuxt": {
  1417. "version": "0.5.5",
  1418. "resolved": "https://registry.npmjs.org/@pinia/nuxt/-/nuxt-0.5.5.tgz",
  1419. "integrity": "sha512-wjxS7YqIesh4OLK+qE3ZjhdOJ5pYZQ+VlEmZNtTwzQn1Kavei/khovx7mzXVXNA/mvSPXVhb9xBzhyS3XMURtw==",
  1420. "dependencies": {
  1421. "@nuxt/kit": "^3.9.0",
  1422. "pinia": "^2.2.3"
  1423. },
  1424. "funding": {
  1425. "url": "https://github.com/sponsors/posva"
  1426. }
  1427. },
  1428. "node_modules/@pkgjs/parseargs": {
  1429. "version": "0.11.0",
  1430. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  1431. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  1432. "optional": true,
  1433. "engines": {
  1434. "node": ">=14"
  1435. }
  1436. },
  1437. "node_modules/@playwright/test": {
  1438. "version": "1.48.0",
  1439. "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.0.tgz",
  1440. "integrity": "sha512-W5lhqPUVPqhtc/ySvZI5Q8X2ztBOUgZ8LbAFy0JQgrXZs2xaILrUcNO3rQjwbLPfGK13+rZsDa1FpG+tqYkT5w==",
  1441. "dev": true,
  1442. "dependencies": {
  1443. "playwright": "1.48.0"
  1444. },
  1445. "bin": {
  1446. "playwright": "cli.js"
  1447. },
  1448. "engines": {
  1449. "node": ">=18"
  1450. }
  1451. },
  1452. "node_modules/@polka/url": {
  1453. "version": "1.0.0-next.25",
  1454. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz",
  1455. "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ=="
  1456. },
  1457. "node_modules/@rollup/plugin-alias": {
  1458. "version": "5.1.0",
  1459. "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.0.tgz",
  1460. "integrity": "sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==",
  1461. "dependencies": {
  1462. "slash": "^4.0.0"
  1463. },
  1464. "engines": {
  1465. "node": ">=14.0.0"
  1466. },
  1467. "peerDependencies": {
  1468. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1469. },
  1470. "peerDependenciesMeta": {
  1471. "rollup": {
  1472. "optional": true
  1473. }
  1474. }
  1475. },
  1476. "node_modules/@rollup/plugin-alias/node_modules/slash": {
  1477. "version": "4.0.0",
  1478. "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
  1479. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
  1480. "engines": {
  1481. "node": ">=12"
  1482. },
  1483. "funding": {
  1484. "url": "https://github.com/sponsors/sindresorhus"
  1485. }
  1486. },
  1487. "node_modules/@rollup/plugin-commonjs": {
  1488. "version": "25.0.8",
  1489. "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.8.tgz",
  1490. "integrity": "sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==",
  1491. "dependencies": {
  1492. "@rollup/pluginutils": "^5.0.1",
  1493. "commondir": "^1.0.1",
  1494. "estree-walker": "^2.0.2",
  1495. "glob": "^8.0.3",
  1496. "is-reference": "1.2.1",
  1497. "magic-string": "^0.30.3"
  1498. },
  1499. "engines": {
  1500. "node": ">=14.0.0"
  1501. },
  1502. "peerDependencies": {
  1503. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  1504. },
  1505. "peerDependenciesMeta": {
  1506. "rollup": {
  1507. "optional": true
  1508. }
  1509. }
  1510. },
  1511. "node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": {
  1512. "version": "2.0.2",
  1513. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1514. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1515. },
  1516. "node_modules/@rollup/plugin-inject": {
  1517. "version": "5.0.5",
  1518. "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  1519. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  1520. "dependencies": {
  1521. "@rollup/pluginutils": "^5.0.1",
  1522. "estree-walker": "^2.0.2",
  1523. "magic-string": "^0.30.3"
  1524. },
  1525. "engines": {
  1526. "node": ">=14.0.0"
  1527. },
  1528. "peerDependencies": {
  1529. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1530. },
  1531. "peerDependenciesMeta": {
  1532. "rollup": {
  1533. "optional": true
  1534. }
  1535. }
  1536. },
  1537. "node_modules/@rollup/plugin-inject/node_modules/estree-walker": {
  1538. "version": "2.0.2",
  1539. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1540. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1541. },
  1542. "node_modules/@rollup/plugin-json": {
  1543. "version": "6.1.0",
  1544. "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  1545. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  1546. "dependencies": {
  1547. "@rollup/pluginutils": "^5.1.0"
  1548. },
  1549. "engines": {
  1550. "node": ">=14.0.0"
  1551. },
  1552. "peerDependencies": {
  1553. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1554. },
  1555. "peerDependenciesMeta": {
  1556. "rollup": {
  1557. "optional": true
  1558. }
  1559. }
  1560. },
  1561. "node_modules/@rollup/plugin-node-resolve": {
  1562. "version": "15.2.3",
  1563. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz",
  1564. "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==",
  1565. "dependencies": {
  1566. "@rollup/pluginutils": "^5.0.1",
  1567. "@types/resolve": "1.20.2",
  1568. "deepmerge": "^4.2.2",
  1569. "is-builtin-module": "^3.2.1",
  1570. "is-module": "^1.0.0",
  1571. "resolve": "^1.22.1"
  1572. },
  1573. "engines": {
  1574. "node": ">=14.0.0"
  1575. },
  1576. "peerDependencies": {
  1577. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  1578. },
  1579. "peerDependenciesMeta": {
  1580. "rollup": {
  1581. "optional": true
  1582. }
  1583. }
  1584. },
  1585. "node_modules/@rollup/plugin-replace": {
  1586. "version": "5.0.7",
  1587. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.7.tgz",
  1588. "integrity": "sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==",
  1589. "dependencies": {
  1590. "@rollup/pluginutils": "^5.0.1",
  1591. "magic-string": "^0.30.3"
  1592. },
  1593. "engines": {
  1594. "node": ">=14.0.0"
  1595. },
  1596. "peerDependencies": {
  1597. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1598. },
  1599. "peerDependenciesMeta": {
  1600. "rollup": {
  1601. "optional": true
  1602. }
  1603. }
  1604. },
  1605. "node_modules/@rollup/plugin-terser": {
  1606. "version": "0.4.4",
  1607. "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
  1608. "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
  1609. "dependencies": {
  1610. "serialize-javascript": "^6.0.1",
  1611. "smob": "^1.0.0",
  1612. "terser": "^5.17.4"
  1613. },
  1614. "engines": {
  1615. "node": ">=14.0.0"
  1616. },
  1617. "peerDependencies": {
  1618. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  1619. },
  1620. "peerDependenciesMeta": {
  1621. "rollup": {
  1622. "optional": true
  1623. }
  1624. }
  1625. },
  1626. "node_modules/@rollup/pluginutils": {
  1627. "version": "5.1.2",
  1628. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.2.tgz",
  1629. "integrity": "sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==",
  1630. "dependencies": {
  1631. "@types/estree": "^1.0.0",
  1632. "estree-walker": "^2.0.2",
  1633. "picomatch": "^2.3.1"
  1634. },
  1635. "engines": {
  1636. "node": ">=14.0.0"
  1637. },
  1638. "peerDependencies": {
  1639. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1640. },
  1641. "peerDependenciesMeta": {
  1642. "rollup": {
  1643. "optional": true
  1644. }
  1645. }
  1646. },
  1647. "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
  1648. "version": "2.0.2",
  1649. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1650. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1651. },
  1652. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1653. "version": "4.18.1",
  1654. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.1.tgz",
  1655. "integrity": "sha512-7O5u/p6oKUFYjRbZkL2FLbwsyoJAjyeXHCU3O4ndvzg2OFO2GinFPSJFGbiwFDaCFc+k7gs9CF243PwdPQFh5g==",
  1656. "cpu": [
  1657. "x64"
  1658. ],
  1659. "optional": true,
  1660. "os": [
  1661. "linux"
  1662. ]
  1663. },
  1664. "node_modules/@rollup/rollup-linux-x64-musl": {
  1665. "version": "4.18.1",
  1666. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.18.1.tgz",
  1667. "integrity": "sha512-pDLkYITdYrH/9Cv/Vlj8HppDuLMDUBmgsM0+N+xLtFd18aXgM9Nyqupb/Uw+HeidhfYg2lD6CXvz6CjoVOaKjQ==",
  1668. "cpu": [
  1669. "x64"
  1670. ],
  1671. "optional": true,
  1672. "os": [
  1673. "linux"
  1674. ]
  1675. },
  1676. "node_modules/@sindresorhus/merge-streams": {
  1677. "version": "2.3.0",
  1678. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
  1679. "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
  1680. "engines": {
  1681. "node": ">=18"
  1682. },
  1683. "funding": {
  1684. "url": "https://github.com/sponsors/sindresorhus"
  1685. }
  1686. },
  1687. "node_modules/@trysound/sax": {
  1688. "version": "0.2.0",
  1689. "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
  1690. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  1691. "engines": {
  1692. "node": ">=10.13.0"
  1693. }
  1694. },
  1695. "node_modules/@types/estree": {
  1696. "version": "1.0.5",
  1697. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
  1698. "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
  1699. },
  1700. "node_modules/@types/http-proxy": {
  1701. "version": "1.17.14",
  1702. "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz",
  1703. "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==",
  1704. "dependencies": {
  1705. "@types/node": "*"
  1706. }
  1707. },
  1708. "node_modules/@types/node": {
  1709. "version": "20.14.10",
  1710. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz",
  1711. "integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==",
  1712. "dependencies": {
  1713. "undici-types": "~5.26.4"
  1714. }
  1715. },
  1716. "node_modules/@types/node-fetch": {
  1717. "version": "2.6.11",
  1718. "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.11.tgz",
  1719. "integrity": "sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==",
  1720. "dependencies": {
  1721. "@types/node": "*",
  1722. "form-data": "^4.0.0"
  1723. }
  1724. },
  1725. "node_modules/@types/resolve": {
  1726. "version": "1.20.2",
  1727. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
  1728. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q=="
  1729. },
  1730. "node_modules/@types/web-bluetooth": {
  1731. "version": "0.0.20",
  1732. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  1733. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  1734. "dev": true
  1735. },
  1736. "node_modules/@unhead/dom": {
  1737. "version": "1.9.16",
  1738. "resolved": "https://registry.npmjs.org/@unhead/dom/-/dom-1.9.16.tgz",
  1739. "integrity": "sha512-aZIAnnc89Csi1vV4mtlHYI765B7m1yuaXUuQiYHwr6glE9FLyy2X87CzEci4yPH/YbkKm0bGQRfcxXq6Eq0W7g==",
  1740. "dependencies": {
  1741. "@unhead/schema": "1.9.16",
  1742. "@unhead/shared": "1.9.16"
  1743. },
  1744. "funding": {
  1745. "url": "https://github.com/sponsors/harlan-zw"
  1746. }
  1747. },
  1748. "node_modules/@unhead/dom/node_modules/@unhead/schema": {
  1749. "version": "1.9.16",
  1750. "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.9.16.tgz",
  1751. "integrity": "sha512-V2BshX+I6D2wN4ys5so8RQDUgsggsxW9FVBiuQi4h8oPWtHclogxzDiHa5BH2TgvNIoUxLnLYNAShMGipmVuUw==",
  1752. "dependencies": {
  1753. "hookable": "^5.5.3",
  1754. "zhead": "^2.2.4"
  1755. },
  1756. "funding": {
  1757. "url": "https://github.com/sponsors/harlan-zw"
  1758. }
  1759. },
  1760. "node_modules/@unhead/dom/node_modules/@unhead/shared": {
  1761. "version": "1.9.16",
  1762. "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.9.16.tgz",
  1763. "integrity": "sha512-pfJnArULCY+GBr7OtYyyxihRiQLkT31TpyK6nUKIwyax4oNOGyhNfk0RFzNq16BwLg60d1lrc5bd5mZGbfClMA==",
  1764. "dependencies": {
  1765. "@unhead/schema": "1.9.16"
  1766. },
  1767. "funding": {
  1768. "url": "https://github.com/sponsors/harlan-zw"
  1769. }
  1770. },
  1771. "node_modules/@unhead/schema": {
  1772. "version": "1.9.15",
  1773. "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.9.15.tgz",
  1774. "integrity": "sha512-9ADZuXOH+tOKHIjXsgg+SPINnh/YJEBMCjpg+8VLGgE2r5med3jAnOU8g7ALfuVEBRBrbFgs1qVKoKm1NkTXJQ==",
  1775. "dependencies": {
  1776. "hookable": "^5.5.3",
  1777. "zhead": "^2.2.4"
  1778. },
  1779. "funding": {
  1780. "url": "https://github.com/sponsors/harlan-zw"
  1781. }
  1782. },
  1783. "node_modules/@unhead/shared": {
  1784. "version": "1.9.15",
  1785. "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.9.15.tgz",
  1786. "integrity": "sha512-+U5r04eRtCNcniWjzNPRtwVuF9rW/6EXxhGvuohJBDaIE57J6BHWo5cEp7Pqts7DlTFs7LiDtH8ONNDv4QqRaw==",
  1787. "dependencies": {
  1788. "@unhead/schema": "1.9.15"
  1789. },
  1790. "funding": {
  1791. "url": "https://github.com/sponsors/harlan-zw"
  1792. }
  1793. },
  1794. "node_modules/@unhead/ssr": {
  1795. "version": "1.9.15",
  1796. "resolved": "https://registry.npmjs.org/@unhead/ssr/-/ssr-1.9.15.tgz",
  1797. "integrity": "sha512-gqRQQkT1jzZKf9nF7r1exBtWbBi5QjGi7wa0y7cHPJ6aTPOyLVTeb9OvfC0MAP94JXgsZrgyQt8q8uD6N1tfTw==",
  1798. "dependencies": {
  1799. "@unhead/schema": "1.9.15",
  1800. "@unhead/shared": "1.9.15"
  1801. },
  1802. "funding": {
  1803. "url": "https://github.com/sponsors/harlan-zw"
  1804. }
  1805. },
  1806. "node_modules/@unhead/vue": {
  1807. "version": "1.9.16",
  1808. "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-1.9.16.tgz",
  1809. "integrity": "sha512-kpMWWwm8cOwo4gw4An43pz30l2CqNtmJpX5Xsu79rwf6Viq8jHAjk6BGqyKy220M2bpa0Va4fnR532SgGO1YgQ==",
  1810. "dependencies": {
  1811. "@unhead/schema": "1.9.16",
  1812. "@unhead/shared": "1.9.16",
  1813. "hookable": "^5.5.3",
  1814. "unhead": "1.9.16"
  1815. },
  1816. "funding": {
  1817. "url": "https://github.com/sponsors/harlan-zw"
  1818. },
  1819. "peerDependencies": {
  1820. "vue": ">=2.7 || >=3"
  1821. }
  1822. },
  1823. "node_modules/@unhead/vue/node_modules/@unhead/schema": {
  1824. "version": "1.9.16",
  1825. "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.9.16.tgz",
  1826. "integrity": "sha512-V2BshX+I6D2wN4ys5so8RQDUgsggsxW9FVBiuQi4h8oPWtHclogxzDiHa5BH2TgvNIoUxLnLYNAShMGipmVuUw==",
  1827. "dependencies": {
  1828. "hookable": "^5.5.3",
  1829. "zhead": "^2.2.4"
  1830. },
  1831. "funding": {
  1832. "url": "https://github.com/sponsors/harlan-zw"
  1833. }
  1834. },
  1835. "node_modules/@unhead/vue/node_modules/@unhead/shared": {
  1836. "version": "1.9.16",
  1837. "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.9.16.tgz",
  1838. "integrity": "sha512-pfJnArULCY+GBr7OtYyyxihRiQLkT31TpyK6nUKIwyax4oNOGyhNfk0RFzNq16BwLg60d1lrc5bd5mZGbfClMA==",
  1839. "dependencies": {
  1840. "@unhead/schema": "1.9.16"
  1841. },
  1842. "funding": {
  1843. "url": "https://github.com/sponsors/harlan-zw"
  1844. }
  1845. },
  1846. "node_modules/@vercel/nft": {
  1847. "version": "0.26.5",
  1848. "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.26.5.tgz",
  1849. "integrity": "sha512-NHxohEqad6Ra/r4lGknO52uc/GrWILXAMs1BB4401GTqww0fw1bAqzpG1XHuDO+dprg4GvsD9ZLLSsdo78p9hQ==",
  1850. "dependencies": {
  1851. "@mapbox/node-pre-gyp": "^1.0.5",
  1852. "@rollup/pluginutils": "^4.0.0",
  1853. "acorn": "^8.6.0",
  1854. "acorn-import-attributes": "^1.9.2",
  1855. "async-sema": "^3.1.1",
  1856. "bindings": "^1.4.0",
  1857. "estree-walker": "2.0.2",
  1858. "glob": "^7.1.3",
  1859. "graceful-fs": "^4.2.9",
  1860. "micromatch": "^4.0.2",
  1861. "node-gyp-build": "^4.2.2",
  1862. "resolve-from": "^5.0.0"
  1863. },
  1864. "bin": {
  1865. "nft": "out/cli.js"
  1866. },
  1867. "engines": {
  1868. "node": ">=16"
  1869. }
  1870. },
  1871. "node_modules/@vercel/nft/node_modules/@rollup/pluginutils": {
  1872. "version": "4.2.1",
  1873. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
  1874. "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
  1875. "dependencies": {
  1876. "estree-walker": "^2.0.1",
  1877. "picomatch": "^2.2.2"
  1878. },
  1879. "engines": {
  1880. "node": ">= 8.0.0"
  1881. }
  1882. },
  1883. "node_modules/@vercel/nft/node_modules/brace-expansion": {
  1884. "version": "1.1.11",
  1885. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  1886. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  1887. "dependencies": {
  1888. "balanced-match": "^1.0.0",
  1889. "concat-map": "0.0.1"
  1890. }
  1891. },
  1892. "node_modules/@vercel/nft/node_modules/estree-walker": {
  1893. "version": "2.0.2",
  1894. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1895. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1896. },
  1897. "node_modules/@vercel/nft/node_modules/glob": {
  1898. "version": "7.2.3",
  1899. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  1900. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  1901. "deprecated": "Glob versions prior to v9 are no longer supported",
  1902. "dependencies": {
  1903. "fs.realpath": "^1.0.0",
  1904. "inflight": "^1.0.4",
  1905. "inherits": "2",
  1906. "minimatch": "^3.1.1",
  1907. "once": "^1.3.0",
  1908. "path-is-absolute": "^1.0.0"
  1909. },
  1910. "engines": {
  1911. "node": "*"
  1912. },
  1913. "funding": {
  1914. "url": "https://github.com/sponsors/isaacs"
  1915. }
  1916. },
  1917. "node_modules/@vercel/nft/node_modules/minimatch": {
  1918. "version": "3.1.2",
  1919. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  1920. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  1921. "dependencies": {
  1922. "brace-expansion": "^1.1.7"
  1923. },
  1924. "engines": {
  1925. "node": "*"
  1926. }
  1927. },
  1928. "node_modules/@vitejs/plugin-vue": {
  1929. "version": "5.0.5",
  1930. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.5.tgz",
  1931. "integrity": "sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==",
  1932. "engines": {
  1933. "node": "^18.0.0 || >=20.0.0"
  1934. },
  1935. "peerDependencies": {
  1936. "vite": "^5.0.0",
  1937. "vue": "^3.2.25"
  1938. }
  1939. },
  1940. "node_modules/@vitejs/plugin-vue-jsx": {
  1941. "version": "4.0.0",
  1942. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.0.0.tgz",
  1943. "integrity": "sha512-A+6wL2AdQhDsLsDnY+2v4rRDI1HLJGIMc97a8FURO9tqKsH5QvjWrzsa5DH3NlZsM742W2wODl2fF+bfcTWtXw==",
  1944. "dependencies": {
  1945. "@babel/core": "^7.24.6",
  1946. "@babel/plugin-transform-typescript": "^7.24.6",
  1947. "@vue/babel-plugin-jsx": "^1.2.2"
  1948. },
  1949. "engines": {
  1950. "node": "^18.0.0 || >=20.0.0"
  1951. },
  1952. "peerDependencies": {
  1953. "vite": "^5.0.0",
  1954. "vue": "^3.0.0"
  1955. }
  1956. },
  1957. "node_modules/@vitest/expect": {
  1958. "version": "2.1.2",
  1959. "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.1.2.tgz",
  1960. "integrity": "sha512-FEgtlN8mIUSEAAnlvn7mP8vzaWhEaAEvhSXCqrsijM7K6QqjB11qoRZYEd4AKSCDz8p0/+yH5LzhZ47qt+EyPg==",
  1961. "dev": true,
  1962. "dependencies": {
  1963. "@vitest/spy": "2.1.2",
  1964. "@vitest/utils": "2.1.2",
  1965. "chai": "^5.1.1",
  1966. "tinyrainbow": "^1.2.0"
  1967. },
  1968. "funding": {
  1969. "url": "https://opencollective.com/vitest"
  1970. }
  1971. },
  1972. "node_modules/@vitest/mocker": {
  1973. "version": "2.1.2",
  1974. "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-2.1.2.tgz",
  1975. "integrity": "sha512-ExElkCGMS13JAJy+812fw1aCv2QO/LBK6CyO4WOPAzLTmve50gydOlWhgdBJPx2ztbADUq3JVI0C5U+bShaeEA==",
  1976. "dev": true,
  1977. "dependencies": {
  1978. "@vitest/spy": "^2.1.0-beta.1",
  1979. "estree-walker": "^3.0.3",
  1980. "magic-string": "^0.30.11"
  1981. },
  1982. "funding": {
  1983. "url": "https://opencollective.com/vitest"
  1984. },
  1985. "peerDependencies": {
  1986. "@vitest/spy": "2.1.2",
  1987. "msw": "^2.3.5",
  1988. "vite": "^5.0.0"
  1989. },
  1990. "peerDependenciesMeta": {
  1991. "msw": {
  1992. "optional": true
  1993. },
  1994. "vite": {
  1995. "optional": true
  1996. }
  1997. }
  1998. },
  1999. "node_modules/@vitest/pretty-format": {
  2000. "version": "2.1.2",
  2001. "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.1.2.tgz",
  2002. "integrity": "sha512-FIoglbHrSUlOJPDGIrh2bjX1sNars5HbxlcsFKCtKzu4+5lpsRhOCVcuzp0fEhAGHkPZRIXVNzPcpSlkoZ3LuA==",
  2003. "dev": true,
  2004. "dependencies": {
  2005. "tinyrainbow": "^1.2.0"
  2006. },
  2007. "funding": {
  2008. "url": "https://opencollective.com/vitest"
  2009. }
  2010. },
  2011. "node_modules/@vitest/runner": {
  2012. "version": "2.1.2",
  2013. "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.1.2.tgz",
  2014. "integrity": "sha512-UCsPtvluHO3u7jdoONGjOSil+uON5SSvU9buQh3lP7GgUXHp78guN1wRmZDX4wGK6J10f9NUtP6pO+SFquoMlw==",
  2015. "dev": true,
  2016. "dependencies": {
  2017. "@vitest/utils": "2.1.2",
  2018. "pathe": "^1.1.2"
  2019. },
  2020. "funding": {
  2021. "url": "https://opencollective.com/vitest"
  2022. }
  2023. },
  2024. "node_modules/@vitest/snapshot": {
  2025. "version": "2.1.2",
  2026. "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.1.2.tgz",
  2027. "integrity": "sha512-xtAeNsZ++aRIYIUsek7VHzry/9AcxeULlegBvsdLncLmNCR6tR8SRjn8BbDP4naxtccvzTqZ+L1ltZlRCfBZFA==",
  2028. "dev": true,
  2029. "dependencies": {
  2030. "@vitest/pretty-format": "2.1.2",
  2031. "magic-string": "^0.30.11",
  2032. "pathe": "^1.1.2"
  2033. },
  2034. "funding": {
  2035. "url": "https://opencollective.com/vitest"
  2036. }
  2037. },
  2038. "node_modules/@vitest/spy": {
  2039. "version": "2.1.2",
  2040. "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.1.2.tgz",
  2041. "integrity": "sha512-GSUi5zoy+abNRJwmFhBDC0yRuVUn8WMlQscvnbbXdKLXX9dE59YbfwXxuJ/mth6eeqIzofU8BB5XDo/Ns/qK2A==",
  2042. "dev": true,
  2043. "dependencies": {
  2044. "tinyspy": "^3.0.0"
  2045. },
  2046. "funding": {
  2047. "url": "https://opencollective.com/vitest"
  2048. }
  2049. },
  2050. "node_modules/@vitest/utils": {
  2051. "version": "2.1.2",
  2052. "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.1.2.tgz",
  2053. "integrity": "sha512-zMO2KdYy6mx56btx9JvAqAZ6EyS3g49krMPPrgOp1yxGZiA93HumGk+bZ5jIZtOg5/VBYl5eBmGRQHqq4FG6uQ==",
  2054. "dev": true,
  2055. "dependencies": {
  2056. "@vitest/pretty-format": "2.1.2",
  2057. "loupe": "^3.1.1",
  2058. "tinyrainbow": "^1.2.0"
  2059. },
  2060. "funding": {
  2061. "url": "https://opencollective.com/vitest"
  2062. }
  2063. },
  2064. "node_modules/@vue-macros/common": {
  2065. "version": "1.10.4",
  2066. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-1.10.4.tgz",
  2067. "integrity": "sha512-akO6Bd6U4jP0+ZKbHq6mbYkw1coOrJpLeVmkuMlUsT5wZRi11BjauGcZHusBSzUjgCBsa1kZTyipxrxrWB54Hw==",
  2068. "dependencies": {
  2069. "@babel/types": "^7.24.5",
  2070. "@rollup/pluginutils": "^5.1.0",
  2071. "@vue/compiler-sfc": "^3.4.27",
  2072. "ast-kit": "^0.12.1",
  2073. "local-pkg": "^0.5.0",
  2074. "magic-string-ast": "^0.6.0"
  2075. },
  2076. "engines": {
  2077. "node": ">=16.14.0"
  2078. },
  2079. "peerDependencies": {
  2080. "vue": "^2.7.0 || ^3.2.25"
  2081. },
  2082. "peerDependenciesMeta": {
  2083. "vue": {
  2084. "optional": true
  2085. }
  2086. }
  2087. },
  2088. "node_modules/@vue/babel-helper-vue-transform-on": {
  2089. "version": "1.2.2",
  2090. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.2.tgz",
  2091. "integrity": "sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw=="
  2092. },
  2093. "node_modules/@vue/babel-plugin-jsx": {
  2094. "version": "1.2.2",
  2095. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.2.tgz",
  2096. "integrity": "sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==",
  2097. "dependencies": {
  2098. "@babel/helper-module-imports": "~7.22.15",
  2099. "@babel/helper-plugin-utils": "^7.22.5",
  2100. "@babel/plugin-syntax-jsx": "^7.23.3",
  2101. "@babel/template": "^7.23.9",
  2102. "@babel/traverse": "^7.23.9",
  2103. "@babel/types": "^7.23.9",
  2104. "@vue/babel-helper-vue-transform-on": "1.2.2",
  2105. "@vue/babel-plugin-resolve-type": "1.2.2",
  2106. "camelcase": "^6.3.0",
  2107. "html-tags": "^3.3.1",
  2108. "svg-tags": "^1.0.0"
  2109. },
  2110. "peerDependencies": {
  2111. "@babel/core": "^7.0.0-0"
  2112. },
  2113. "peerDependenciesMeta": {
  2114. "@babel/core": {
  2115. "optional": true
  2116. }
  2117. }
  2118. },
  2119. "node_modules/@vue/babel-plugin-jsx/node_modules/@babel/helper-module-imports": {
  2120. "version": "7.22.15",
  2121. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
  2122. "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
  2123. "dependencies": {
  2124. "@babel/types": "^7.22.15"
  2125. },
  2126. "engines": {
  2127. "node": ">=6.9.0"
  2128. }
  2129. },
  2130. "node_modules/@vue/babel-plugin-resolve-type": {
  2131. "version": "1.2.2",
  2132. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.2.tgz",
  2133. "integrity": "sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==",
  2134. "dependencies": {
  2135. "@babel/code-frame": "^7.23.5",
  2136. "@babel/helper-module-imports": "~7.22.15",
  2137. "@babel/helper-plugin-utils": "^7.22.5",
  2138. "@babel/parser": "^7.23.9",
  2139. "@vue/compiler-sfc": "^3.4.15"
  2140. },
  2141. "peerDependencies": {
  2142. "@babel/core": "^7.0.0-0"
  2143. }
  2144. },
  2145. "node_modules/@vue/babel-plugin-resolve-type/node_modules/@babel/helper-module-imports": {
  2146. "version": "7.22.15",
  2147. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
  2148. "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
  2149. "dependencies": {
  2150. "@babel/types": "^7.22.15"
  2151. },
  2152. "engines": {
  2153. "node": ">=6.9.0"
  2154. }
  2155. },
  2156. "node_modules/@vue/compiler-core": {
  2157. "version": "3.4.31",
  2158. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.31.tgz",
  2159. "integrity": "sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==",
  2160. "dependencies": {
  2161. "@babel/parser": "^7.24.7",
  2162. "@vue/shared": "3.4.31",
  2163. "entities": "^4.5.0",
  2164. "estree-walker": "^2.0.2",
  2165. "source-map-js": "^1.2.0"
  2166. }
  2167. },
  2168. "node_modules/@vue/compiler-core/node_modules/estree-walker": {
  2169. "version": "2.0.2",
  2170. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2171. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2172. },
  2173. "node_modules/@vue/compiler-dom": {
  2174. "version": "3.4.31",
  2175. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.31.tgz",
  2176. "integrity": "sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==",
  2177. "dependencies": {
  2178. "@vue/compiler-core": "3.4.31",
  2179. "@vue/shared": "3.4.31"
  2180. }
  2181. },
  2182. "node_modules/@vue/compiler-sfc": {
  2183. "version": "3.4.31",
  2184. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.31.tgz",
  2185. "integrity": "sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==",
  2186. "dependencies": {
  2187. "@babel/parser": "^7.24.7",
  2188. "@vue/compiler-core": "3.4.31",
  2189. "@vue/compiler-dom": "3.4.31",
  2190. "@vue/compiler-ssr": "3.4.31",
  2191. "@vue/shared": "3.4.31",
  2192. "estree-walker": "^2.0.2",
  2193. "magic-string": "^0.30.10",
  2194. "postcss": "^8.4.38",
  2195. "source-map-js": "^1.2.0"
  2196. }
  2197. },
  2198. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  2199. "version": "2.0.2",
  2200. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2201. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  2202. },
  2203. "node_modules/@vue/compiler-ssr": {
  2204. "version": "3.4.31",
  2205. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.31.tgz",
  2206. "integrity": "sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==",
  2207. "dependencies": {
  2208. "@vue/compiler-dom": "3.4.31",
  2209. "@vue/shared": "3.4.31"
  2210. }
  2211. },
  2212. "node_modules/@vue/devtools-api": {
  2213. "version": "6.6.3",
  2214. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.3.tgz",
  2215. "integrity": "sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw=="
  2216. },
  2217. "node_modules/@vue/devtools-core": {
  2218. "version": "7.3.3",
  2219. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-7.3.3.tgz",
  2220. "integrity": "sha512-i6Bwkx4OwfY0QVHjAdsivhlzZ2HMj7fbNRYJsWspQ+dkA1f3nTzycPqZmVUsm2TGkbQlhTMhCAdDoP97JKoc+g==",
  2221. "dependencies": {
  2222. "@vue/devtools-kit": "^7.3.3",
  2223. "@vue/devtools-shared": "^7.3.3",
  2224. "mitt": "^3.0.1",
  2225. "nanoid": "^3.3.4",
  2226. "pathe": "^1.1.2",
  2227. "vite-hot-client": "^0.2.3"
  2228. }
  2229. },
  2230. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  2231. "version": "3.3.7",
  2232. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  2233. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  2234. "funding": [
  2235. {
  2236. "type": "github",
  2237. "url": "https://github.com/sponsors/ai"
  2238. }
  2239. ],
  2240. "bin": {
  2241. "nanoid": "bin/nanoid.cjs"
  2242. },
  2243. "engines": {
  2244. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2245. }
  2246. },
  2247. "node_modules/@vue/devtools-kit": {
  2248. "version": "7.3.3",
  2249. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.3.3.tgz",
  2250. "integrity": "sha512-m+dFI57BrzKYPKq73mt4CJ5GWld5OLBseLHPHGVP7CaILNY9o1gWVJWAJeF8XtQ9LTiMxZSaK6NcBsFuxAhD0g==",
  2251. "dependencies": {
  2252. "@vue/devtools-shared": "^7.3.3",
  2253. "birpc": "^0.2.17",
  2254. "hookable": "^5.5.3",
  2255. "mitt": "^3.0.1",
  2256. "perfect-debounce": "^1.0.0",
  2257. "speakingurl": "^14.0.1",
  2258. "superjson": "^2.2.1"
  2259. }
  2260. },
  2261. "node_modules/@vue/devtools-shared": {
  2262. "version": "7.3.5",
  2263. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.3.5.tgz",
  2264. "integrity": "sha512-Rqii3VazmWTi67a86rYopi61n5Ved05EybJCwyrfoO9Ok3MaS/4yRFl706ouoISMlyrASJFEzM0/AiDA6w4f9A==",
  2265. "dependencies": {
  2266. "rfdc": "^1.4.1"
  2267. }
  2268. },
  2269. "node_modules/@vue/reactivity": {
  2270. "version": "3.4.31",
  2271. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.31.tgz",
  2272. "integrity": "sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==",
  2273. "dependencies": {
  2274. "@vue/shared": "3.4.31"
  2275. }
  2276. },
  2277. "node_modules/@vue/runtime-core": {
  2278. "version": "3.4.31",
  2279. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.31.tgz",
  2280. "integrity": "sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==",
  2281. "dependencies": {
  2282. "@vue/reactivity": "3.4.31",
  2283. "@vue/shared": "3.4.31"
  2284. }
  2285. },
  2286. "node_modules/@vue/runtime-dom": {
  2287. "version": "3.4.31",
  2288. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.31.tgz",
  2289. "integrity": "sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==",
  2290. "dependencies": {
  2291. "@vue/reactivity": "3.4.31",
  2292. "@vue/runtime-core": "3.4.31",
  2293. "@vue/shared": "3.4.31",
  2294. "csstype": "^3.1.3"
  2295. }
  2296. },
  2297. "node_modules/@vue/server-renderer": {
  2298. "version": "3.4.31",
  2299. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.31.tgz",
  2300. "integrity": "sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==",
  2301. "dependencies": {
  2302. "@vue/compiler-ssr": "3.4.31",
  2303. "@vue/shared": "3.4.31"
  2304. },
  2305. "peerDependencies": {
  2306. "vue": "3.4.31"
  2307. }
  2308. },
  2309. "node_modules/@vue/shared": {
  2310. "version": "3.4.31",
  2311. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.31.tgz",
  2312. "integrity": "sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA=="
  2313. },
  2314. "node_modules/@vueuse/core": {
  2315. "version": "11.1.0",
  2316. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-11.1.0.tgz",
  2317. "integrity": "sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==",
  2318. "dev": true,
  2319. "dependencies": {
  2320. "@types/web-bluetooth": "^0.0.20",
  2321. "@vueuse/metadata": "11.1.0",
  2322. "@vueuse/shared": "11.1.0",
  2323. "vue-demi": ">=0.14.10"
  2324. },
  2325. "funding": {
  2326. "url": "https://github.com/sponsors/antfu"
  2327. }
  2328. },
  2329. "node_modules/@vueuse/core/node_modules/vue-demi": {
  2330. "version": "0.14.10",
  2331. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  2332. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  2333. "dev": true,
  2334. "hasInstallScript": true,
  2335. "bin": {
  2336. "vue-demi-fix": "bin/vue-demi-fix.js",
  2337. "vue-demi-switch": "bin/vue-demi-switch.js"
  2338. },
  2339. "engines": {
  2340. "node": ">=12"
  2341. },
  2342. "funding": {
  2343. "url": "https://github.com/sponsors/antfu"
  2344. },
  2345. "peerDependencies": {
  2346. "@vue/composition-api": "^1.0.0-rc.1",
  2347. "vue": "^3.0.0-0 || ^2.6.0"
  2348. },
  2349. "peerDependenciesMeta": {
  2350. "@vue/composition-api": {
  2351. "optional": true
  2352. }
  2353. }
  2354. },
  2355. "node_modules/@vueuse/metadata": {
  2356. "version": "11.1.0",
  2357. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-11.1.0.tgz",
  2358. "integrity": "sha512-l9Q502TBTaPYGanl1G+hPgd3QX5s4CGnpXriVBR5fEZ/goI6fvDaVmIl3Td8oKFurOxTmbXvBPSsgrd6eu6HYg==",
  2359. "dev": true,
  2360. "funding": {
  2361. "url": "https://github.com/sponsors/antfu"
  2362. }
  2363. },
  2364. "node_modules/@vueuse/nuxt": {
  2365. "version": "11.1.0",
  2366. "resolved": "https://registry.npmjs.org/@vueuse/nuxt/-/nuxt-11.1.0.tgz",
  2367. "integrity": "sha512-ZPYigcqgPPe9vk9nBHLF8p0zshX8qvWV/ox1Y4GdV4k2flPiw7+2THNTpU2NZDBXSOXlhB2sao+paGCsvJm/Qw==",
  2368. "dev": true,
  2369. "dependencies": {
  2370. "@nuxt/kit": "^3.13.2",
  2371. "@vueuse/core": "11.1.0",
  2372. "@vueuse/metadata": "11.1.0",
  2373. "local-pkg": "^0.5.0",
  2374. "vue-demi": ">=0.14.10"
  2375. },
  2376. "funding": {
  2377. "url": "https://github.com/sponsors/antfu"
  2378. },
  2379. "peerDependencies": {
  2380. "nuxt": "^3.0.0"
  2381. }
  2382. },
  2383. "node_modules/@vueuse/nuxt/node_modules/@nuxt/kit": {
  2384. "version": "3.13.2",
  2385. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.13.2.tgz",
  2386. "integrity": "sha512-KvRw21zU//wdz25IeE1E5m/aFSzhJloBRAQtv+evcFeZvuroIxpIQuUqhbzuwznaUwpiWbmwlcsp5uOWmi4vwA==",
  2387. "dev": true,
  2388. "dependencies": {
  2389. "@nuxt/schema": "3.13.2",
  2390. "c12": "^1.11.2",
  2391. "consola": "^3.2.3",
  2392. "defu": "^6.1.4",
  2393. "destr": "^2.0.3",
  2394. "globby": "^14.0.2",
  2395. "hash-sum": "^2.0.0",
  2396. "ignore": "^5.3.2",
  2397. "jiti": "^1.21.6",
  2398. "klona": "^2.0.6",
  2399. "knitwork": "^1.1.0",
  2400. "mlly": "^1.7.1",
  2401. "pathe": "^1.1.2",
  2402. "pkg-types": "^1.2.0",
  2403. "scule": "^1.3.0",
  2404. "semver": "^7.6.3",
  2405. "ufo": "^1.5.4",
  2406. "unctx": "^2.3.1",
  2407. "unimport": "^3.12.0",
  2408. "untyped": "^1.4.2"
  2409. },
  2410. "engines": {
  2411. "node": "^14.18.0 || >=16.10.0"
  2412. }
  2413. },
  2414. "node_modules/@vueuse/nuxt/node_modules/@nuxt/schema": {
  2415. "version": "3.13.2",
  2416. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.13.2.tgz",
  2417. "integrity": "sha512-CCZgpm+MkqtOMDEgF9SWgGPBXlQ01hV/6+2reDEpJuqFPGzV8HYKPBcIFvn7/z5ahtgutHLzjP71Na+hYcqSpw==",
  2418. "dev": true,
  2419. "dependencies": {
  2420. "compatx": "^0.1.8",
  2421. "consola": "^3.2.3",
  2422. "defu": "^6.1.4",
  2423. "hookable": "^5.5.3",
  2424. "pathe": "^1.1.2",
  2425. "pkg-types": "^1.2.0",
  2426. "scule": "^1.3.0",
  2427. "std-env": "^3.7.0",
  2428. "ufo": "^1.5.4",
  2429. "uncrypto": "^0.1.3",
  2430. "unimport": "^3.12.0",
  2431. "untyped": "^1.4.2"
  2432. },
  2433. "engines": {
  2434. "node": "^14.18.0 || >=16.10.0"
  2435. }
  2436. },
  2437. "node_modules/@vueuse/nuxt/node_modules/vue-demi": {
  2438. "version": "0.14.10",
  2439. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  2440. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  2441. "dev": true,
  2442. "hasInstallScript": true,
  2443. "bin": {
  2444. "vue-demi-fix": "bin/vue-demi-fix.js",
  2445. "vue-demi-switch": "bin/vue-demi-switch.js"
  2446. },
  2447. "engines": {
  2448. "node": ">=12"
  2449. },
  2450. "funding": {
  2451. "url": "https://github.com/sponsors/antfu"
  2452. },
  2453. "peerDependencies": {
  2454. "@vue/composition-api": "^1.0.0-rc.1",
  2455. "vue": "^3.0.0-0 || ^2.6.0"
  2456. },
  2457. "peerDependenciesMeta": {
  2458. "@vue/composition-api": {
  2459. "optional": true
  2460. }
  2461. }
  2462. },
  2463. "node_modules/@vueuse/shared": {
  2464. "version": "11.1.0",
  2465. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-11.1.0.tgz",
  2466. "integrity": "sha512-YUtIpY122q7osj+zsNMFAfMTubGz0sn5QzE5gPzAIiCmtt2ha3uQUY1+JPyL4gRCTsLPX82Y9brNbo/aqlA91w==",
  2467. "dev": true,
  2468. "dependencies": {
  2469. "vue-demi": ">=0.14.10"
  2470. },
  2471. "funding": {
  2472. "url": "https://github.com/sponsors/antfu"
  2473. }
  2474. },
  2475. "node_modules/@vueuse/shared/node_modules/vue-demi": {
  2476. "version": "0.14.10",
  2477. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  2478. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  2479. "dev": true,
  2480. "hasInstallScript": true,
  2481. "bin": {
  2482. "vue-demi-fix": "bin/vue-demi-fix.js",
  2483. "vue-demi-switch": "bin/vue-demi-switch.js"
  2484. },
  2485. "engines": {
  2486. "node": ">=12"
  2487. },
  2488. "funding": {
  2489. "url": "https://github.com/sponsors/antfu"
  2490. },
  2491. "peerDependencies": {
  2492. "@vue/composition-api": "^1.0.0-rc.1",
  2493. "vue": "^3.0.0-0 || ^2.6.0"
  2494. },
  2495. "peerDependenciesMeta": {
  2496. "@vue/composition-api": {
  2497. "optional": true
  2498. }
  2499. }
  2500. },
  2501. "node_modules/abbrev": {
  2502. "version": "1.1.1",
  2503. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  2504. "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
  2505. },
  2506. "node_modules/abort-controller": {
  2507. "version": "3.0.0",
  2508. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  2509. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  2510. "dependencies": {
  2511. "event-target-shim": "^5.0.0"
  2512. },
  2513. "engines": {
  2514. "node": ">=6.5"
  2515. }
  2516. },
  2517. "node_modules/acorn": {
  2518. "version": "8.12.0",
  2519. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.0.tgz",
  2520. "integrity": "sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==",
  2521. "bin": {
  2522. "acorn": "bin/acorn"
  2523. },
  2524. "engines": {
  2525. "node": ">=0.4.0"
  2526. }
  2527. },
  2528. "node_modules/acorn-import-attributes": {
  2529. "version": "1.9.5",
  2530. "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  2531. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  2532. "peerDependencies": {
  2533. "acorn": "^8"
  2534. }
  2535. },
  2536. "node_modules/agent-base": {
  2537. "version": "6.0.2",
  2538. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  2539. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  2540. "dependencies": {
  2541. "debug": "4"
  2542. },
  2543. "engines": {
  2544. "node": ">= 6.0.0"
  2545. }
  2546. },
  2547. "node_modules/ansi-colors": {
  2548. "version": "4.1.3",
  2549. "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
  2550. "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
  2551. "engines": {
  2552. "node": ">=6"
  2553. }
  2554. },
  2555. "node_modules/ansi-escapes": {
  2556. "version": "4.3.2",
  2557. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  2558. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  2559. "dependencies": {
  2560. "type-fest": "^0.21.3"
  2561. },
  2562. "engines": {
  2563. "node": ">=8"
  2564. },
  2565. "funding": {
  2566. "url": "https://github.com/sponsors/sindresorhus"
  2567. }
  2568. },
  2569. "node_modules/ansi-escapes/node_modules/type-fest": {
  2570. "version": "0.21.3",
  2571. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  2572. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  2573. "engines": {
  2574. "node": ">=10"
  2575. },
  2576. "funding": {
  2577. "url": "https://github.com/sponsors/sindresorhus"
  2578. }
  2579. },
  2580. "node_modules/ansi-regex": {
  2581. "version": "5.0.1",
  2582. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2583. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2584. "engines": {
  2585. "node": ">=8"
  2586. }
  2587. },
  2588. "node_modules/ansi-styles": {
  2589. "version": "3.2.1",
  2590. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  2591. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  2592. "dependencies": {
  2593. "color-convert": "^1.9.0"
  2594. },
  2595. "engines": {
  2596. "node": ">=4"
  2597. }
  2598. },
  2599. "node_modules/any-promise": {
  2600. "version": "1.3.0",
  2601. "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  2602. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  2603. "dev": true
  2604. },
  2605. "node_modules/anymatch": {
  2606. "version": "3.1.3",
  2607. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  2608. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  2609. "dependencies": {
  2610. "normalize-path": "^3.0.0",
  2611. "picomatch": "^2.0.4"
  2612. },
  2613. "engines": {
  2614. "node": ">= 8"
  2615. }
  2616. },
  2617. "node_modules/aproba": {
  2618. "version": "2.0.0",
  2619. "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
  2620. "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="
  2621. },
  2622. "node_modules/archiver": {
  2623. "version": "7.0.1",
  2624. "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
  2625. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  2626. "dependencies": {
  2627. "archiver-utils": "^5.0.2",
  2628. "async": "^3.2.4",
  2629. "buffer-crc32": "^1.0.0",
  2630. "readable-stream": "^4.0.0",
  2631. "readdir-glob": "^1.1.2",
  2632. "tar-stream": "^3.0.0",
  2633. "zip-stream": "^6.0.1"
  2634. },
  2635. "engines": {
  2636. "node": ">= 14"
  2637. }
  2638. },
  2639. "node_modules/archiver-utils": {
  2640. "version": "5.0.2",
  2641. "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
  2642. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  2643. "dependencies": {
  2644. "glob": "^10.0.0",
  2645. "graceful-fs": "^4.2.0",
  2646. "is-stream": "^2.0.1",
  2647. "lazystream": "^1.0.0",
  2648. "lodash": "^4.17.15",
  2649. "normalize-path": "^3.0.0",
  2650. "readable-stream": "^4.0.0"
  2651. },
  2652. "engines": {
  2653. "node": ">= 14"
  2654. }
  2655. },
  2656. "node_modules/archiver-utils/node_modules/glob": {
  2657. "version": "10.4.5",
  2658. "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
  2659. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  2660. "dependencies": {
  2661. "foreground-child": "^3.1.0",
  2662. "jackspeak": "^3.1.2",
  2663. "minimatch": "^9.0.4",
  2664. "minipass": "^7.1.2",
  2665. "package-json-from-dist": "^1.0.0",
  2666. "path-scurry": "^1.11.1"
  2667. },
  2668. "bin": {
  2669. "glob": "dist/esm/bin.mjs"
  2670. },
  2671. "funding": {
  2672. "url": "https://github.com/sponsors/isaacs"
  2673. }
  2674. },
  2675. "node_modules/archiver-utils/node_modules/is-stream": {
  2676. "version": "2.0.1",
  2677. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  2678. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  2679. "engines": {
  2680. "node": ">=8"
  2681. },
  2682. "funding": {
  2683. "url": "https://github.com/sponsors/sindresorhus"
  2684. }
  2685. },
  2686. "node_modules/archiver-utils/node_modules/minimatch": {
  2687. "version": "9.0.5",
  2688. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
  2689. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  2690. "dependencies": {
  2691. "brace-expansion": "^2.0.1"
  2692. },
  2693. "engines": {
  2694. "node": ">=16 || 14 >=14.17"
  2695. },
  2696. "funding": {
  2697. "url": "https://github.com/sponsors/isaacs"
  2698. }
  2699. },
  2700. "node_modules/are-we-there-yet": {
  2701. "version": "2.0.0",
  2702. "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
  2703. "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
  2704. "deprecated": "This package is no longer supported.",
  2705. "dependencies": {
  2706. "delegates": "^1.0.0",
  2707. "readable-stream": "^3.6.0"
  2708. },
  2709. "engines": {
  2710. "node": ">=10"
  2711. }
  2712. },
  2713. "node_modules/are-we-there-yet/node_modules/readable-stream": {
  2714. "version": "3.6.2",
  2715. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  2716. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  2717. "dependencies": {
  2718. "inherits": "^2.0.3",
  2719. "string_decoder": "^1.1.1",
  2720. "util-deprecate": "^1.0.1"
  2721. },
  2722. "engines": {
  2723. "node": ">= 6"
  2724. }
  2725. },
  2726. "node_modules/arg": {
  2727. "version": "5.0.2",
  2728. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  2729. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  2730. "dev": true
  2731. },
  2732. "node_modules/argparse": {
  2733. "version": "2.0.1",
  2734. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2735. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  2736. },
  2737. "node_modules/assertion-error": {
  2738. "version": "2.0.1",
  2739. "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
  2740. "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
  2741. "dev": true,
  2742. "engines": {
  2743. "node": ">=12"
  2744. }
  2745. },
  2746. "node_modules/ast-kit": {
  2747. "version": "0.12.2",
  2748. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-0.12.2.tgz",
  2749. "integrity": "sha512-es1zHFsnZ4Y4efz412nnrU3KvVAhgqy90a7Yt9Wpi5vQ3l4aYMOX0Qx4FD0elKr5ITEhiUGCSFcgGYf4YTuACg==",
  2750. "dependencies": {
  2751. "@babel/parser": "^7.24.6",
  2752. "pathe": "^1.1.2"
  2753. },
  2754. "engines": {
  2755. "node": ">=16.14.0"
  2756. }
  2757. },
  2758. "node_modules/ast-walker-scope": {
  2759. "version": "0.6.1",
  2760. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.6.1.tgz",
  2761. "integrity": "sha512-0ZdQEsSfH3mX4BFbRCc3xOBjx5bDbm73+aAdQOHerPQNf8K0XFMAv79ucd2BpnSc4UMyvBDixiroT8yjm2Y6bw==",
  2762. "dependencies": {
  2763. "@babel/parser": "^7.24.0",
  2764. "ast-kit": "^0.12.1"
  2765. },
  2766. "engines": {
  2767. "node": ">=16.14.0"
  2768. }
  2769. },
  2770. "node_modules/async": {
  2771. "version": "3.2.5",
  2772. "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
  2773. "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg=="
  2774. },
  2775. "node_modules/async-sema": {
  2776. "version": "3.1.1",
  2777. "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz",
  2778. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg=="
  2779. },
  2780. "node_modules/asynckit": {
  2781. "version": "0.4.0",
  2782. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  2783. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
  2784. },
  2785. "node_modules/autoprefixer": {
  2786. "version": "10.4.19",
  2787. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.19.tgz",
  2788. "integrity": "sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==",
  2789. "funding": [
  2790. {
  2791. "type": "opencollective",
  2792. "url": "https://opencollective.com/postcss/"
  2793. },
  2794. {
  2795. "type": "tidelift",
  2796. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  2797. },
  2798. {
  2799. "type": "github",
  2800. "url": "https://github.com/sponsors/ai"
  2801. }
  2802. ],
  2803. "dependencies": {
  2804. "browserslist": "^4.23.0",
  2805. "caniuse-lite": "^1.0.30001599",
  2806. "fraction.js": "^4.3.7",
  2807. "normalize-range": "^0.1.2",
  2808. "picocolors": "^1.0.0",
  2809. "postcss-value-parser": "^4.2.0"
  2810. },
  2811. "bin": {
  2812. "autoprefixer": "bin/autoprefixer"
  2813. },
  2814. "engines": {
  2815. "node": "^10 || ^12 || >=14"
  2816. },
  2817. "peerDependencies": {
  2818. "postcss": "^8.1.0"
  2819. }
  2820. },
  2821. "node_modules/axios": {
  2822. "version": "1.7.7",
  2823. "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
  2824. "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
  2825. "dependencies": {
  2826. "follow-redirects": "^1.15.6",
  2827. "form-data": "^4.0.0",
  2828. "proxy-from-env": "^1.1.0"
  2829. }
  2830. },
  2831. "node_modules/b4a": {
  2832. "version": "1.6.6",
  2833. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz",
  2834. "integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg=="
  2835. },
  2836. "node_modules/balanced-match": {
  2837. "version": "1.0.2",
  2838. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  2839. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  2840. },
  2841. "node_modules/bare-events": {
  2842. "version": "2.4.2",
  2843. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.4.2.tgz",
  2844. "integrity": "sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==",
  2845. "optional": true
  2846. },
  2847. "node_modules/base64-js": {
  2848. "version": "1.5.1",
  2849. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  2850. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  2851. "funding": [
  2852. {
  2853. "type": "github",
  2854. "url": "https://github.com/sponsors/feross"
  2855. },
  2856. {
  2857. "type": "patreon",
  2858. "url": "https://www.patreon.com/feross"
  2859. },
  2860. {
  2861. "type": "consulting",
  2862. "url": "https://feross.org/support"
  2863. }
  2864. ]
  2865. },
  2866. "node_modules/binary-extensions": {
  2867. "version": "2.3.0",
  2868. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
  2869. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  2870. "engines": {
  2871. "node": ">=8"
  2872. },
  2873. "funding": {
  2874. "url": "https://github.com/sponsors/sindresorhus"
  2875. }
  2876. },
  2877. "node_modules/bindings": {
  2878. "version": "1.5.0",
  2879. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  2880. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  2881. "dependencies": {
  2882. "file-uri-to-path": "1.0.0"
  2883. }
  2884. },
  2885. "node_modules/birpc": {
  2886. "version": "0.2.17",
  2887. "resolved": "https://registry.npmjs.org/birpc/-/birpc-0.2.17.tgz",
  2888. "integrity": "sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==",
  2889. "funding": {
  2890. "url": "https://github.com/sponsors/antfu"
  2891. }
  2892. },
  2893. "node_modules/boolbase": {
  2894. "version": "1.0.0",
  2895. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  2896. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
  2897. },
  2898. "node_modules/brace-expansion": {
  2899. "version": "2.0.1",
  2900. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  2901. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  2902. "dependencies": {
  2903. "balanced-match": "^1.0.0"
  2904. }
  2905. },
  2906. "node_modules/braces": {
  2907. "version": "3.0.3",
  2908. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2909. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2910. "dependencies": {
  2911. "fill-range": "^7.1.1"
  2912. },
  2913. "engines": {
  2914. "node": ">=8"
  2915. }
  2916. },
  2917. "node_modules/browserslist": {
  2918. "version": "4.23.2",
  2919. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz",
  2920. "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==",
  2921. "funding": [
  2922. {
  2923. "type": "opencollective",
  2924. "url": "https://opencollective.com/browserslist"
  2925. },
  2926. {
  2927. "type": "tidelift",
  2928. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2929. },
  2930. {
  2931. "type": "github",
  2932. "url": "https://github.com/sponsors/ai"
  2933. }
  2934. ],
  2935. "dependencies": {
  2936. "caniuse-lite": "^1.0.30001640",
  2937. "electron-to-chromium": "^1.4.820",
  2938. "node-releases": "^2.0.14",
  2939. "update-browserslist-db": "^1.1.0"
  2940. },
  2941. "bin": {
  2942. "browserslist": "cli.js"
  2943. },
  2944. "engines": {
  2945. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2946. }
  2947. },
  2948. "node_modules/buffer": {
  2949. "version": "6.0.3",
  2950. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  2951. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  2952. "funding": [
  2953. {
  2954. "type": "github",
  2955. "url": "https://github.com/sponsors/feross"
  2956. },
  2957. {
  2958. "type": "patreon",
  2959. "url": "https://www.patreon.com/feross"
  2960. },
  2961. {
  2962. "type": "consulting",
  2963. "url": "https://feross.org/support"
  2964. }
  2965. ],
  2966. "dependencies": {
  2967. "base64-js": "^1.3.1",
  2968. "ieee754": "^1.2.1"
  2969. }
  2970. },
  2971. "node_modules/buffer-crc32": {
  2972. "version": "1.0.0",
  2973. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  2974. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  2975. "engines": {
  2976. "node": ">=8.0.0"
  2977. }
  2978. },
  2979. "node_modules/buffer-from": {
  2980. "version": "1.1.2",
  2981. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  2982. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  2983. },
  2984. "node_modules/builtin-modules": {
  2985. "version": "3.3.0",
  2986. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  2987. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
  2988. "engines": {
  2989. "node": ">=6"
  2990. },
  2991. "funding": {
  2992. "url": "https://github.com/sponsors/sindresorhus"
  2993. }
  2994. },
  2995. "node_modules/bundle-name": {
  2996. "version": "4.1.0",
  2997. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  2998. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  2999. "dependencies": {
  3000. "run-applescript": "^7.0.0"
  3001. },
  3002. "engines": {
  3003. "node": ">=18"
  3004. },
  3005. "funding": {
  3006. "url": "https://github.com/sponsors/sindresorhus"
  3007. }
  3008. },
  3009. "node_modules/c12": {
  3010. "version": "1.11.2",
  3011. "resolved": "https://registry.npmjs.org/c12/-/c12-1.11.2.tgz",
  3012. "integrity": "sha512-oBs8a4uvSDO9dm8b7OCFW7+dgtVrwmwnrVXYzLm43ta7ep2jCn/0MhoUFygIWtxhyy6+/MG7/agvpY0U1Iemew==",
  3013. "dependencies": {
  3014. "chokidar": "^3.6.0",
  3015. "confbox": "^0.1.7",
  3016. "defu": "^6.1.4",
  3017. "dotenv": "^16.4.5",
  3018. "giget": "^1.2.3",
  3019. "jiti": "^1.21.6",
  3020. "mlly": "^1.7.1",
  3021. "ohash": "^1.1.3",
  3022. "pathe": "^1.1.2",
  3023. "perfect-debounce": "^1.0.0",
  3024. "pkg-types": "^1.2.0",
  3025. "rc9": "^2.1.2"
  3026. },
  3027. "peerDependencies": {
  3028. "magicast": "^0.3.4"
  3029. },
  3030. "peerDependenciesMeta": {
  3031. "magicast": {
  3032. "optional": true
  3033. }
  3034. }
  3035. },
  3036. "node_modules/cac": {
  3037. "version": "6.7.14",
  3038. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  3039. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  3040. "engines": {
  3041. "node": ">=8"
  3042. }
  3043. },
  3044. "node_modules/camelcase": {
  3045. "version": "6.3.0",
  3046. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  3047. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  3048. "engines": {
  3049. "node": ">=10"
  3050. },
  3051. "funding": {
  3052. "url": "https://github.com/sponsors/sindresorhus"
  3053. }
  3054. },
  3055. "node_modules/camelcase-css": {
  3056. "version": "2.0.1",
  3057. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  3058. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  3059. "dev": true,
  3060. "engines": {
  3061. "node": ">= 6"
  3062. }
  3063. },
  3064. "node_modules/caniuse-api": {
  3065. "version": "3.0.0",
  3066. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  3067. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  3068. "dependencies": {
  3069. "browserslist": "^4.0.0",
  3070. "caniuse-lite": "^1.0.0",
  3071. "lodash.memoize": "^4.1.2",
  3072. "lodash.uniq": "^4.5.0"
  3073. }
  3074. },
  3075. "node_modules/caniuse-lite": {
  3076. "version": "1.0.30001641",
  3077. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz",
  3078. "integrity": "sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==",
  3079. "funding": [
  3080. {
  3081. "type": "opencollective",
  3082. "url": "https://opencollective.com/browserslist"
  3083. },
  3084. {
  3085. "type": "tidelift",
  3086. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3087. },
  3088. {
  3089. "type": "github",
  3090. "url": "https://github.com/sponsors/ai"
  3091. }
  3092. ]
  3093. },
  3094. "node_modules/chai": {
  3095. "version": "5.1.1",
  3096. "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.1.tgz",
  3097. "integrity": "sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==",
  3098. "dev": true,
  3099. "dependencies": {
  3100. "assertion-error": "^2.0.1",
  3101. "check-error": "^2.1.1",
  3102. "deep-eql": "^5.0.1",
  3103. "loupe": "^3.1.0",
  3104. "pathval": "^2.0.0"
  3105. },
  3106. "engines": {
  3107. "node": ">=12"
  3108. }
  3109. },
  3110. "node_modules/chalk": {
  3111. "version": "2.4.2",
  3112. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  3113. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  3114. "dependencies": {
  3115. "ansi-styles": "^3.2.1",
  3116. "escape-string-regexp": "^1.0.5",
  3117. "supports-color": "^5.3.0"
  3118. },
  3119. "engines": {
  3120. "node": ">=4"
  3121. }
  3122. },
  3123. "node_modules/chalk/node_modules/escape-string-regexp": {
  3124. "version": "1.0.5",
  3125. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  3126. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  3127. "engines": {
  3128. "node": ">=0.8.0"
  3129. }
  3130. },
  3131. "node_modules/check-error": {
  3132. "version": "2.1.1",
  3133. "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz",
  3134. "integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==",
  3135. "dev": true,
  3136. "engines": {
  3137. "node": ">= 16"
  3138. }
  3139. },
  3140. "node_modules/chokidar": {
  3141. "version": "3.6.0",
  3142. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  3143. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  3144. "dependencies": {
  3145. "anymatch": "~3.1.2",
  3146. "braces": "~3.0.2",
  3147. "glob-parent": "~5.1.2",
  3148. "is-binary-path": "~2.1.0",
  3149. "is-glob": "~4.0.1",
  3150. "normalize-path": "~3.0.0",
  3151. "readdirp": "~3.6.0"
  3152. },
  3153. "engines": {
  3154. "node": ">= 8.10.0"
  3155. },
  3156. "funding": {
  3157. "url": "https://paulmillr.com/funding/"
  3158. },
  3159. "optionalDependencies": {
  3160. "fsevents": "~2.3.2"
  3161. }
  3162. },
  3163. "node_modules/chownr": {
  3164. "version": "2.0.0",
  3165. "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
  3166. "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
  3167. "engines": {
  3168. "node": ">=10"
  3169. }
  3170. },
  3171. "node_modules/ci-info": {
  3172. "version": "4.0.0",
  3173. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
  3174. "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
  3175. "funding": [
  3176. {
  3177. "type": "github",
  3178. "url": "https://github.com/sponsors/sibiraj-s"
  3179. }
  3180. ],
  3181. "engines": {
  3182. "node": ">=8"
  3183. }
  3184. },
  3185. "node_modules/citty": {
  3186. "version": "0.1.6",
  3187. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  3188. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  3189. "dependencies": {
  3190. "consola": "^3.2.3"
  3191. }
  3192. },
  3193. "node_modules/clear": {
  3194. "version": "0.1.0",
  3195. "resolved": "https://registry.npmjs.org/clear/-/clear-0.1.0.tgz",
  3196. "integrity": "sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==",
  3197. "engines": {
  3198. "node": "*"
  3199. }
  3200. },
  3201. "node_modules/clipboardy": {
  3202. "version": "4.0.0",
  3203. "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-4.0.0.tgz",
  3204. "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==",
  3205. "dependencies": {
  3206. "execa": "^8.0.1",
  3207. "is-wsl": "^3.1.0",
  3208. "is64bit": "^2.0.0"
  3209. },
  3210. "engines": {
  3211. "node": ">=18"
  3212. },
  3213. "funding": {
  3214. "url": "https://github.com/sponsors/sindresorhus"
  3215. }
  3216. },
  3217. "node_modules/clipboardy/node_modules/execa": {
  3218. "version": "8.0.1",
  3219. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  3220. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  3221. "dependencies": {
  3222. "cross-spawn": "^7.0.3",
  3223. "get-stream": "^8.0.1",
  3224. "human-signals": "^5.0.0",
  3225. "is-stream": "^3.0.0",
  3226. "merge-stream": "^2.0.0",
  3227. "npm-run-path": "^5.1.0",
  3228. "onetime": "^6.0.0",
  3229. "signal-exit": "^4.1.0",
  3230. "strip-final-newline": "^3.0.0"
  3231. },
  3232. "engines": {
  3233. "node": ">=16.17"
  3234. },
  3235. "funding": {
  3236. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  3237. }
  3238. },
  3239. "node_modules/clipboardy/node_modules/get-stream": {
  3240. "version": "8.0.1",
  3241. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  3242. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  3243. "engines": {
  3244. "node": ">=16"
  3245. },
  3246. "funding": {
  3247. "url": "https://github.com/sponsors/sindresorhus"
  3248. }
  3249. },
  3250. "node_modules/clipboardy/node_modules/human-signals": {
  3251. "version": "5.0.0",
  3252. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  3253. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  3254. "engines": {
  3255. "node": ">=16.17.0"
  3256. }
  3257. },
  3258. "node_modules/clipboardy/node_modules/signal-exit": {
  3259. "version": "4.1.0",
  3260. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  3261. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  3262. "engines": {
  3263. "node": ">=14"
  3264. },
  3265. "funding": {
  3266. "url": "https://github.com/sponsors/isaacs"
  3267. }
  3268. },
  3269. "node_modules/cliui": {
  3270. "version": "8.0.1",
  3271. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  3272. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  3273. "dependencies": {
  3274. "string-width": "^4.2.0",
  3275. "strip-ansi": "^6.0.1",
  3276. "wrap-ansi": "^7.0.0"
  3277. },
  3278. "engines": {
  3279. "node": ">=12"
  3280. }
  3281. },
  3282. "node_modules/cluster-key-slot": {
  3283. "version": "1.1.2",
  3284. "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  3285. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  3286. "engines": {
  3287. "node": ">=0.10.0"
  3288. }
  3289. },
  3290. "node_modules/color-convert": {
  3291. "version": "1.9.3",
  3292. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  3293. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  3294. "dependencies": {
  3295. "color-name": "1.1.3"
  3296. }
  3297. },
  3298. "node_modules/color-name": {
  3299. "version": "1.1.3",
  3300. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  3301. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  3302. },
  3303. "node_modules/color-support": {
  3304. "version": "1.1.3",
  3305. "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
  3306. "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
  3307. "bin": {
  3308. "color-support": "bin.js"
  3309. }
  3310. },
  3311. "node_modules/colord": {
  3312. "version": "2.9.3",
  3313. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  3314. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw=="
  3315. },
  3316. "node_modules/combined-stream": {
  3317. "version": "1.0.8",
  3318. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  3319. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  3320. "dependencies": {
  3321. "delayed-stream": "~1.0.0"
  3322. },
  3323. "engines": {
  3324. "node": ">= 0.8"
  3325. }
  3326. },
  3327. "node_modules/commander": {
  3328. "version": "7.2.0",
  3329. "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
  3330. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  3331. "engines": {
  3332. "node": ">= 10"
  3333. }
  3334. },
  3335. "node_modules/commondir": {
  3336. "version": "1.0.1",
  3337. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  3338. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  3339. },
  3340. "node_modules/compatx": {
  3341. "version": "0.1.8",
  3342. "resolved": "https://registry.npmjs.org/compatx/-/compatx-0.1.8.tgz",
  3343. "integrity": "sha512-jcbsEAR81Bt5s1qOFymBufmCbXCXbk0Ql+K5ouj6gCyx2yHlu6AgmGIi9HxfKixpUDO5bCFJUHQ5uM6ecbTebw=="
  3344. },
  3345. "node_modules/compress-commons": {
  3346. "version": "6.0.2",
  3347. "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
  3348. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  3349. "dependencies": {
  3350. "crc-32": "^1.2.0",
  3351. "crc32-stream": "^6.0.0",
  3352. "is-stream": "^2.0.1",
  3353. "normalize-path": "^3.0.0",
  3354. "readable-stream": "^4.0.0"
  3355. },
  3356. "engines": {
  3357. "node": ">= 14"
  3358. }
  3359. },
  3360. "node_modules/compress-commons/node_modules/is-stream": {
  3361. "version": "2.0.1",
  3362. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  3363. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  3364. "engines": {
  3365. "node": ">=8"
  3366. },
  3367. "funding": {
  3368. "url": "https://github.com/sponsors/sindresorhus"
  3369. }
  3370. },
  3371. "node_modules/concat-map": {
  3372. "version": "0.0.1",
  3373. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  3374. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  3375. },
  3376. "node_modules/confbox": {
  3377. "version": "0.1.7",
  3378. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz",
  3379. "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA=="
  3380. },
  3381. "node_modules/consola": {
  3382. "version": "3.2.3",
  3383. "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz",
  3384. "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==",
  3385. "engines": {
  3386. "node": "^14.18.0 || >=16.10.0"
  3387. }
  3388. },
  3389. "node_modules/console-control-strings": {
  3390. "version": "1.1.0",
  3391. "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
  3392. "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ=="
  3393. },
  3394. "node_modules/convert-source-map": {
  3395. "version": "2.0.0",
  3396. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  3397. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
  3398. },
  3399. "node_modules/cookie-es": {
  3400. "version": "1.1.0",
  3401. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.1.0.tgz",
  3402. "integrity": "sha512-L2rLOcK0wzWSfSDA33YR+PUHDG10a8px7rUHKWbGLP4YfbsMed2KFUw5fczvDPbT98DDe3LEzviswl810apTEw=="
  3403. },
  3404. "node_modules/copy-anything": {
  3405. "version": "3.0.5",
  3406. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.5.tgz",
  3407. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  3408. "dependencies": {
  3409. "is-what": "^4.1.8"
  3410. },
  3411. "engines": {
  3412. "node": ">=12.13"
  3413. },
  3414. "funding": {
  3415. "url": "https://github.com/sponsors/mesqueeb"
  3416. }
  3417. },
  3418. "node_modules/core-util-is": {
  3419. "version": "1.0.3",
  3420. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  3421. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  3422. },
  3423. "node_modules/crc-32": {
  3424. "version": "1.2.2",
  3425. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  3426. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  3427. "bin": {
  3428. "crc32": "bin/crc32.njs"
  3429. },
  3430. "engines": {
  3431. "node": ">=0.8"
  3432. }
  3433. },
  3434. "node_modules/crc32-stream": {
  3435. "version": "6.0.0",
  3436. "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
  3437. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  3438. "dependencies": {
  3439. "crc-32": "^1.2.0",
  3440. "readable-stream": "^4.0.0"
  3441. },
  3442. "engines": {
  3443. "node": ">= 14"
  3444. }
  3445. },
  3446. "node_modules/create-require": {
  3447. "version": "1.1.1",
  3448. "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
  3449. "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="
  3450. },
  3451. "node_modules/croner": {
  3452. "version": "8.1.0",
  3453. "resolved": "https://registry.npmjs.org/croner/-/croner-8.1.0.tgz",
  3454. "integrity": "sha512-sz990XOUPR8dG/r5BRKMBd15MYDDUu8oeSaxFD5DqvNgHSZw8Psd1s689/IGET7ezxRMiNlCIyGeY1Gvxp/MLg==",
  3455. "engines": {
  3456. "node": ">=18.0"
  3457. }
  3458. },
  3459. "node_modules/cronstrue": {
  3460. "version": "2.50.0",
  3461. "resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.50.0.tgz",
  3462. "integrity": "sha512-ULYhWIonJzlScCCQrPUG5uMXzXxSixty4djud9SS37DoNxDdkeRocxzHuAo4ImRBUK+mAuU5X9TSwEDccnnuPg==",
  3463. "bin": {
  3464. "cronstrue": "bin/cli.js"
  3465. }
  3466. },
  3467. "node_modules/cross-spawn": {
  3468. "version": "7.0.3",
  3469. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  3470. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  3471. "dependencies": {
  3472. "path-key": "^3.1.0",
  3473. "shebang-command": "^2.0.0",
  3474. "which": "^2.0.1"
  3475. },
  3476. "engines": {
  3477. "node": ">= 8"
  3478. }
  3479. },
  3480. "node_modules/cross-spawn/node_modules/which": {
  3481. "version": "2.0.2",
  3482. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  3483. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  3484. "dependencies": {
  3485. "isexe": "^2.0.0"
  3486. },
  3487. "bin": {
  3488. "node-which": "bin/node-which"
  3489. },
  3490. "engines": {
  3491. "node": ">= 8"
  3492. }
  3493. },
  3494. "node_modules/crossws": {
  3495. "version": "0.2.4",
  3496. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.2.4.tgz",
  3497. "integrity": "sha512-DAxroI2uSOgUKLz00NX6A8U/8EE3SZHmIND+10jkVSaypvyt57J5JEOxAQOL6lQxyzi/wZbTIwssU1uy69h5Vg==",
  3498. "peerDependencies": {
  3499. "uWebSockets.js": "*"
  3500. },
  3501. "peerDependenciesMeta": {
  3502. "uWebSockets.js": {
  3503. "optional": true
  3504. }
  3505. }
  3506. },
  3507. "node_modules/css-declaration-sorter": {
  3508. "version": "7.2.0",
  3509. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
  3510. "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==",
  3511. "engines": {
  3512. "node": "^14 || ^16 || >=18"
  3513. },
  3514. "peerDependencies": {
  3515. "postcss": "^8.0.9"
  3516. }
  3517. },
  3518. "node_modules/css-select": {
  3519. "version": "5.1.0",
  3520. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
  3521. "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
  3522. "dependencies": {
  3523. "boolbase": "^1.0.0",
  3524. "css-what": "^6.1.0",
  3525. "domhandler": "^5.0.2",
  3526. "domutils": "^3.0.1",
  3527. "nth-check": "^2.0.1"
  3528. },
  3529. "funding": {
  3530. "url": "https://github.com/sponsors/fb55"
  3531. }
  3532. },
  3533. "node_modules/css-tree": {
  3534. "version": "2.3.1",
  3535. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
  3536. "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
  3537. "dependencies": {
  3538. "mdn-data": "2.0.30",
  3539. "source-map-js": "^1.0.1"
  3540. },
  3541. "engines": {
  3542. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  3543. }
  3544. },
  3545. "node_modules/css-what": {
  3546. "version": "6.1.0",
  3547. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
  3548. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  3549. "engines": {
  3550. "node": ">= 6"
  3551. },
  3552. "funding": {
  3553. "url": "https://github.com/sponsors/fb55"
  3554. }
  3555. },
  3556. "node_modules/cssesc": {
  3557. "version": "3.0.0",
  3558. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  3559. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  3560. "bin": {
  3561. "cssesc": "bin/cssesc"
  3562. },
  3563. "engines": {
  3564. "node": ">=4"
  3565. }
  3566. },
  3567. "node_modules/cssnano": {
  3568. "version": "7.0.4",
  3569. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.0.4.tgz",
  3570. "integrity": "sha512-rQgpZra72iFjiheNreXn77q1haS2GEy69zCMbu4cpXCFPMQF+D4Ik5V7ktMzUF/sA7xCIgcqHwGPnCD+0a1vHg==",
  3571. "dependencies": {
  3572. "cssnano-preset-default": "^7.0.4",
  3573. "lilconfig": "^3.1.2"
  3574. },
  3575. "engines": {
  3576. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3577. },
  3578. "funding": {
  3579. "type": "opencollective",
  3580. "url": "https://opencollective.com/cssnano"
  3581. },
  3582. "peerDependencies": {
  3583. "postcss": "^8.4.31"
  3584. }
  3585. },
  3586. "node_modules/cssnano-preset-default": {
  3587. "version": "7.0.4",
  3588. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.4.tgz",
  3589. "integrity": "sha512-jQ6zY9GAomQX7/YNLibMEsRZguqMUGuupXcEk2zZ+p3GUxwCAsobqPYE62VrJ9qZ0l9ltrv2rgjwZPBIFIjYtw==",
  3590. "dependencies": {
  3591. "browserslist": "^4.23.1",
  3592. "css-declaration-sorter": "^7.2.0",
  3593. "cssnano-utils": "^5.0.0",
  3594. "postcss-calc": "^10.0.0",
  3595. "postcss-colormin": "^7.0.1",
  3596. "postcss-convert-values": "^7.0.2",
  3597. "postcss-discard-comments": "^7.0.1",
  3598. "postcss-discard-duplicates": "^7.0.0",
  3599. "postcss-discard-empty": "^7.0.0",
  3600. "postcss-discard-overridden": "^7.0.0",
  3601. "postcss-merge-longhand": "^7.0.2",
  3602. "postcss-merge-rules": "^7.0.2",
  3603. "postcss-minify-font-values": "^7.0.0",
  3604. "postcss-minify-gradients": "^7.0.0",
  3605. "postcss-minify-params": "^7.0.1",
  3606. "postcss-minify-selectors": "^7.0.2",
  3607. "postcss-normalize-charset": "^7.0.0",
  3608. "postcss-normalize-display-values": "^7.0.0",
  3609. "postcss-normalize-positions": "^7.0.0",
  3610. "postcss-normalize-repeat-style": "^7.0.0",
  3611. "postcss-normalize-string": "^7.0.0",
  3612. "postcss-normalize-timing-functions": "^7.0.0",
  3613. "postcss-normalize-unicode": "^7.0.1",
  3614. "postcss-normalize-url": "^7.0.0",
  3615. "postcss-normalize-whitespace": "^7.0.0",
  3616. "postcss-ordered-values": "^7.0.1",
  3617. "postcss-reduce-initial": "^7.0.1",
  3618. "postcss-reduce-transforms": "^7.0.0",
  3619. "postcss-svgo": "^7.0.1",
  3620. "postcss-unique-selectors": "^7.0.1"
  3621. },
  3622. "engines": {
  3623. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3624. },
  3625. "peerDependencies": {
  3626. "postcss": "^8.4.31"
  3627. }
  3628. },
  3629. "node_modules/cssnano-utils": {
  3630. "version": "5.0.0",
  3631. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.0.tgz",
  3632. "integrity": "sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==",
  3633. "engines": {
  3634. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3635. },
  3636. "peerDependencies": {
  3637. "postcss": "^8.4.31"
  3638. }
  3639. },
  3640. "node_modules/csso": {
  3641. "version": "5.0.5",
  3642. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  3643. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  3644. "dependencies": {
  3645. "css-tree": "~2.2.0"
  3646. },
  3647. "engines": {
  3648. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  3649. "npm": ">=7.0.0"
  3650. }
  3651. },
  3652. "node_modules/csso/node_modules/css-tree": {
  3653. "version": "2.2.1",
  3654. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  3655. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  3656. "dependencies": {
  3657. "mdn-data": "2.0.28",
  3658. "source-map-js": "^1.0.1"
  3659. },
  3660. "engines": {
  3661. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  3662. "npm": ">=7.0.0"
  3663. }
  3664. },
  3665. "node_modules/csso/node_modules/mdn-data": {
  3666. "version": "2.0.28",
  3667. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  3668. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g=="
  3669. },
  3670. "node_modules/csstype": {
  3671. "version": "3.1.3",
  3672. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  3673. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  3674. },
  3675. "node_modules/data-uri-to-buffer": {
  3676. "version": "4.0.1",
  3677. "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
  3678. "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
  3679. "engines": {
  3680. "node": ">= 12"
  3681. }
  3682. },
  3683. "node_modules/db0": {
  3684. "version": "0.1.4",
  3685. "resolved": "https://registry.npmjs.org/db0/-/db0-0.1.4.tgz",
  3686. "integrity": "sha512-Ft6eCwONYxlwLjBXSJxw0t0RYtA5gW9mq8JfBXn9TtC0nDPlqePAhpv9v4g9aONBi6JI1OXHTKKkUYGd+BOrCA==",
  3687. "peerDependencies": {
  3688. "@libsql/client": "^0.5.2",
  3689. "better-sqlite3": "^9.4.3",
  3690. "drizzle-orm": "^0.29.4"
  3691. },
  3692. "peerDependenciesMeta": {
  3693. "@libsql/client": {
  3694. "optional": true
  3695. },
  3696. "better-sqlite3": {
  3697. "optional": true
  3698. },
  3699. "drizzle-orm": {
  3700. "optional": true
  3701. }
  3702. }
  3703. },
  3704. "node_modules/debug": {
  3705. "version": "4.3.7",
  3706. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
  3707. "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
  3708. "dependencies": {
  3709. "ms": "^2.1.3"
  3710. },
  3711. "engines": {
  3712. "node": ">=6.0"
  3713. },
  3714. "peerDependenciesMeta": {
  3715. "supports-color": {
  3716. "optional": true
  3717. }
  3718. }
  3719. },
  3720. "node_modules/deep-eql": {
  3721. "version": "5.0.2",
  3722. "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
  3723. "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
  3724. "dev": true,
  3725. "engines": {
  3726. "node": ">=6"
  3727. }
  3728. },
  3729. "node_modules/deepmerge": {
  3730. "version": "4.3.1",
  3731. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  3732. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  3733. "engines": {
  3734. "node": ">=0.10.0"
  3735. }
  3736. },
  3737. "node_modules/default-browser": {
  3738. "version": "5.2.1",
  3739. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz",
  3740. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  3741. "dependencies": {
  3742. "bundle-name": "^4.1.0",
  3743. "default-browser-id": "^5.0.0"
  3744. },
  3745. "engines": {
  3746. "node": ">=18"
  3747. },
  3748. "funding": {
  3749. "url": "https://github.com/sponsors/sindresorhus"
  3750. }
  3751. },
  3752. "node_modules/default-browser-id": {
  3753. "version": "5.0.0",
  3754. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
  3755. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  3756. "engines": {
  3757. "node": ">=18"
  3758. },
  3759. "funding": {
  3760. "url": "https://github.com/sponsors/sindresorhus"
  3761. }
  3762. },
  3763. "node_modules/define-lazy-prop": {
  3764. "version": "2.0.0",
  3765. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  3766. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  3767. "engines": {
  3768. "node": ">=8"
  3769. }
  3770. },
  3771. "node_modules/defu": {
  3772. "version": "6.1.4",
  3773. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
  3774. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg=="
  3775. },
  3776. "node_modules/delayed-stream": {
  3777. "version": "1.0.0",
  3778. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  3779. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  3780. "engines": {
  3781. "node": ">=0.4.0"
  3782. }
  3783. },
  3784. "node_modules/delegates": {
  3785. "version": "1.0.0",
  3786. "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
  3787. "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ=="
  3788. },
  3789. "node_modules/denque": {
  3790. "version": "2.1.0",
  3791. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  3792. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  3793. "engines": {
  3794. "node": ">=0.10"
  3795. }
  3796. },
  3797. "node_modules/depd": {
  3798. "version": "2.0.0",
  3799. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  3800. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  3801. "engines": {
  3802. "node": ">= 0.8"
  3803. }
  3804. },
  3805. "node_modules/destr": {
  3806. "version": "2.0.3",
  3807. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.3.tgz",
  3808. "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ=="
  3809. },
  3810. "node_modules/destroy": {
  3811. "version": "1.2.0",
  3812. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  3813. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  3814. "engines": {
  3815. "node": ">= 0.8",
  3816. "npm": "1.2.8000 || >= 1.4.16"
  3817. }
  3818. },
  3819. "node_modules/detect-libc": {
  3820. "version": "2.0.3",
  3821. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
  3822. "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
  3823. "engines": {
  3824. "node": ">=8"
  3825. }
  3826. },
  3827. "node_modules/devalue": {
  3828. "version": "5.0.0",
  3829. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.0.0.tgz",
  3830. "integrity": "sha512-gO+/OMXF7488D+u3ue+G7Y4AA3ZmUnB3eHJXmBTgNHvr4ZNzl36A0ZtG+XCRNYCkYx/bFmw4qtkoFLa+wSrwAA=="
  3831. },
  3832. "node_modules/didyoumean": {
  3833. "version": "1.2.2",
  3834. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  3835. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
  3836. "dev": true
  3837. },
  3838. "node_modules/diff": {
  3839. "version": "5.2.0",
  3840. "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
  3841. "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
  3842. "engines": {
  3843. "node": ">=0.3.1"
  3844. }
  3845. },
  3846. "node_modules/dlv": {
  3847. "version": "1.1.3",
  3848. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  3849. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
  3850. "dev": true
  3851. },
  3852. "node_modules/dom-serializer": {
  3853. "version": "2.0.0",
  3854. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  3855. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  3856. "dependencies": {
  3857. "domelementtype": "^2.3.0",
  3858. "domhandler": "^5.0.2",
  3859. "entities": "^4.2.0"
  3860. },
  3861. "funding": {
  3862. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  3863. }
  3864. },
  3865. "node_modules/domelementtype": {
  3866. "version": "2.3.0",
  3867. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  3868. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  3869. "funding": [
  3870. {
  3871. "type": "github",
  3872. "url": "https://github.com/sponsors/fb55"
  3873. }
  3874. ]
  3875. },
  3876. "node_modules/domhandler": {
  3877. "version": "5.0.3",
  3878. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  3879. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  3880. "dependencies": {
  3881. "domelementtype": "^2.3.0"
  3882. },
  3883. "engines": {
  3884. "node": ">= 4"
  3885. },
  3886. "funding": {
  3887. "url": "https://github.com/fb55/domhandler?sponsor=1"
  3888. }
  3889. },
  3890. "node_modules/domutils": {
  3891. "version": "3.1.0",
  3892. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
  3893. "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
  3894. "dependencies": {
  3895. "dom-serializer": "^2.0.0",
  3896. "domelementtype": "^2.3.0",
  3897. "domhandler": "^5.0.3"
  3898. },
  3899. "funding": {
  3900. "url": "https://github.com/fb55/domutils?sponsor=1"
  3901. }
  3902. },
  3903. "node_modules/dot-prop": {
  3904. "version": "8.0.2",
  3905. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-8.0.2.tgz",
  3906. "integrity": "sha512-xaBe6ZT4DHPkg0k4Ytbvn5xoxgpG0jOS1dYxSOwAHPuNLjP3/OzN0gH55SrLqpx8cBfSaVt91lXYkApjb+nYdQ==",
  3907. "dependencies": {
  3908. "type-fest": "^3.8.0"
  3909. },
  3910. "engines": {
  3911. "node": ">=16"
  3912. },
  3913. "funding": {
  3914. "url": "https://github.com/sponsors/sindresorhus"
  3915. }
  3916. },
  3917. "node_modules/dotenv": {
  3918. "version": "16.4.5",
  3919. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
  3920. "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
  3921. "engines": {
  3922. "node": ">=12"
  3923. },
  3924. "funding": {
  3925. "url": "https://dotenvx.com"
  3926. }
  3927. },
  3928. "node_modules/duplexer": {
  3929. "version": "0.1.2",
  3930. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  3931. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
  3932. },
  3933. "node_modules/eastasianwidth": {
  3934. "version": "0.2.0",
  3935. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  3936. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
  3937. },
  3938. "node_modules/ee-first": {
  3939. "version": "1.1.1",
  3940. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  3941. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  3942. },
  3943. "node_modules/electron-to-chromium": {
  3944. "version": "1.4.823",
  3945. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.823.tgz",
  3946. "integrity": "sha512-4h+oPeAiGQOHFyUJOqpoEcPj/xxlicxBzOErVeYVMMmAiXUXsGpsFd0QXBMaUUbnD8hhSfLf9uw+MlsoIA7j5w=="
  3947. },
  3948. "node_modules/emoji-regex": {
  3949. "version": "8.0.0",
  3950. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  3951. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  3952. },
  3953. "node_modules/encodeurl": {
  3954. "version": "1.0.2",
  3955. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  3956. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  3957. "engines": {
  3958. "node": ">= 0.8"
  3959. }
  3960. },
  3961. "node_modules/enhanced-resolve": {
  3962. "version": "5.17.0",
  3963. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz",
  3964. "integrity": "sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==",
  3965. "dependencies": {
  3966. "graceful-fs": "^4.2.4",
  3967. "tapable": "^2.2.0"
  3968. },
  3969. "engines": {
  3970. "node": ">=10.13.0"
  3971. }
  3972. },
  3973. "node_modules/entities": {
  3974. "version": "4.5.0",
  3975. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  3976. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  3977. "engines": {
  3978. "node": ">=0.12"
  3979. },
  3980. "funding": {
  3981. "url": "https://github.com/fb55/entities?sponsor=1"
  3982. }
  3983. },
  3984. "node_modules/error-stack-parser-es": {
  3985. "version": "0.1.4",
  3986. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-0.1.4.tgz",
  3987. "integrity": "sha512-l0uy0kAoo6toCgVOYaAayqtPa2a1L15efxUMEnQebKwLQX2X0OpS6wMMQdc4juJXmxd9i40DuaUHq+mjIya9TQ==",
  3988. "funding": {
  3989. "url": "https://github.com/sponsors/antfu"
  3990. }
  3991. },
  3992. "node_modules/esbuild": {
  3993. "version": "0.23.0",
  3994. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.23.0.tgz",
  3995. "integrity": "sha512-1lvV17H2bMYda/WaFb2jLPeHU3zml2k4/yagNMG8Q/YtfMjCwEUZa2eXXMgZTVSL5q1n4H7sQ0X6CdJDqqeCFA==",
  3996. "hasInstallScript": true,
  3997. "bin": {
  3998. "esbuild": "bin/esbuild"
  3999. },
  4000. "engines": {
  4001. "node": ">=18"
  4002. },
  4003. "optionalDependencies": {
  4004. "@esbuild/aix-ppc64": "0.23.0",
  4005. "@esbuild/android-arm": "0.23.0",
  4006. "@esbuild/android-arm64": "0.23.0",
  4007. "@esbuild/android-x64": "0.23.0",
  4008. "@esbuild/darwin-arm64": "0.23.0",
  4009. "@esbuild/darwin-x64": "0.23.0",
  4010. "@esbuild/freebsd-arm64": "0.23.0",
  4011. "@esbuild/freebsd-x64": "0.23.0",
  4012. "@esbuild/linux-arm": "0.23.0",
  4013. "@esbuild/linux-arm64": "0.23.0",
  4014. "@esbuild/linux-ia32": "0.23.0",
  4015. "@esbuild/linux-loong64": "0.23.0",
  4016. "@esbuild/linux-mips64el": "0.23.0",
  4017. "@esbuild/linux-ppc64": "0.23.0",
  4018. "@esbuild/linux-riscv64": "0.23.0",
  4019. "@esbuild/linux-s390x": "0.23.0",
  4020. "@esbuild/linux-x64": "0.23.0",
  4021. "@esbuild/netbsd-x64": "0.23.0",
  4022. "@esbuild/openbsd-arm64": "0.23.0",
  4023. "@esbuild/openbsd-x64": "0.23.0",
  4024. "@esbuild/sunos-x64": "0.23.0",
  4025. "@esbuild/win32-arm64": "0.23.0",
  4026. "@esbuild/win32-ia32": "0.23.0",
  4027. "@esbuild/win32-x64": "0.23.0"
  4028. }
  4029. },
  4030. "node_modules/escalade": {
  4031. "version": "3.1.2",
  4032. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
  4033. "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
  4034. "engines": {
  4035. "node": ">=6"
  4036. }
  4037. },
  4038. "node_modules/escape-html": {
  4039. "version": "1.0.3",
  4040. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  4041. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  4042. },
  4043. "node_modules/escape-string-regexp": {
  4044. "version": "5.0.0",
  4045. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  4046. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  4047. "engines": {
  4048. "node": ">=12"
  4049. },
  4050. "funding": {
  4051. "url": "https://github.com/sponsors/sindresorhus"
  4052. }
  4053. },
  4054. "node_modules/estree-walker": {
  4055. "version": "3.0.3",
  4056. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  4057. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  4058. "dependencies": {
  4059. "@types/estree": "^1.0.0"
  4060. }
  4061. },
  4062. "node_modules/etag": {
  4063. "version": "1.8.1",
  4064. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  4065. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  4066. "engines": {
  4067. "node": ">= 0.6"
  4068. }
  4069. },
  4070. "node_modules/event-target-shim": {
  4071. "version": "5.0.1",
  4072. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  4073. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  4074. "engines": {
  4075. "node": ">=6"
  4076. }
  4077. },
  4078. "node_modules/events": {
  4079. "version": "3.3.0",
  4080. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  4081. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  4082. "engines": {
  4083. "node": ">=0.8.x"
  4084. }
  4085. },
  4086. "node_modules/execa": {
  4087. "version": "7.2.0",
  4088. "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
  4089. "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
  4090. "dependencies": {
  4091. "cross-spawn": "^7.0.3",
  4092. "get-stream": "^6.0.1",
  4093. "human-signals": "^4.3.0",
  4094. "is-stream": "^3.0.0",
  4095. "merge-stream": "^2.0.0",
  4096. "npm-run-path": "^5.1.0",
  4097. "onetime": "^6.0.0",
  4098. "signal-exit": "^3.0.7",
  4099. "strip-final-newline": "^3.0.0"
  4100. },
  4101. "engines": {
  4102. "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
  4103. },
  4104. "funding": {
  4105. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  4106. }
  4107. },
  4108. "node_modules/externality": {
  4109. "version": "1.0.2",
  4110. "resolved": "https://registry.npmjs.org/externality/-/externality-1.0.2.tgz",
  4111. "integrity": "sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==",
  4112. "dependencies": {
  4113. "enhanced-resolve": "^5.14.1",
  4114. "mlly": "^1.3.0",
  4115. "pathe": "^1.1.1",
  4116. "ufo": "^1.1.2"
  4117. }
  4118. },
  4119. "node_modules/fake-indexeddb": {
  4120. "version": "6.0.0",
  4121. "resolved": "https://registry.npmjs.org/fake-indexeddb/-/fake-indexeddb-6.0.0.tgz",
  4122. "integrity": "sha512-YEboHE5VfopUclOck7LncgIqskAqnv4q0EWbYCaxKKjAvO93c+TJIaBuGy8CBFdbg9nKdpN3AuPRwVBJ4k7NrQ==",
  4123. "dev": true,
  4124. "engines": {
  4125. "node": ">=18"
  4126. }
  4127. },
  4128. "node_modules/fast-fifo": {
  4129. "version": "1.3.2",
  4130. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  4131. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
  4132. },
  4133. "node_modules/fast-glob": {
  4134. "version": "3.3.2",
  4135. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
  4136. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  4137. "dependencies": {
  4138. "@nodelib/fs.stat": "^2.0.2",
  4139. "@nodelib/fs.walk": "^1.2.3",
  4140. "glob-parent": "^5.1.2",
  4141. "merge2": "^1.3.0",
  4142. "micromatch": "^4.0.4"
  4143. },
  4144. "engines": {
  4145. "node": ">=8.6.0"
  4146. }
  4147. },
  4148. "node_modules/fast-npm-meta": {
  4149. "version": "0.1.1",
  4150. "resolved": "https://registry.npmjs.org/fast-npm-meta/-/fast-npm-meta-0.1.1.tgz",
  4151. "integrity": "sha512-uS9DjGncI/9XZ6HJFrci0WzSi++N8Jskbb2uB7+9SQlrgA3VaLhXhV9Gl5HwIGESHkayYYZFGnVNhJwRDKCWIA==",
  4152. "funding": {
  4153. "url": "https://github.com/sponsors/antfu"
  4154. }
  4155. },
  4156. "node_modules/fastq": {
  4157. "version": "1.17.1",
  4158. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  4159. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  4160. "dependencies": {
  4161. "reusify": "^1.0.4"
  4162. }
  4163. },
  4164. "node_modules/fetch-blob": {
  4165. "version": "3.2.0",
  4166. "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
  4167. "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
  4168. "funding": [
  4169. {
  4170. "type": "github",
  4171. "url": "https://github.com/sponsors/jimmywarting"
  4172. },
  4173. {
  4174. "type": "paypal",
  4175. "url": "https://paypal.me/jimmywarting"
  4176. }
  4177. ],
  4178. "dependencies": {
  4179. "node-domexception": "^1.0.0",
  4180. "web-streams-polyfill": "^3.0.3"
  4181. },
  4182. "engines": {
  4183. "node": "^12.20 || >= 14.13"
  4184. }
  4185. },
  4186. "node_modules/file-uri-to-path": {
  4187. "version": "1.0.0",
  4188. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  4189. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
  4190. },
  4191. "node_modules/fill-range": {
  4192. "version": "7.1.1",
  4193. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  4194. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  4195. "dependencies": {
  4196. "to-regex-range": "^5.0.1"
  4197. },
  4198. "engines": {
  4199. "node": ">=8"
  4200. }
  4201. },
  4202. "node_modules/flatted": {
  4203. "version": "3.3.1",
  4204. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
  4205. "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw=="
  4206. },
  4207. "node_modules/follow-redirects": {
  4208. "version": "1.15.9",
  4209. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
  4210. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  4211. "funding": [
  4212. {
  4213. "type": "individual",
  4214. "url": "https://github.com/sponsors/RubenVerborgh"
  4215. }
  4216. ],
  4217. "engines": {
  4218. "node": ">=4.0"
  4219. },
  4220. "peerDependenciesMeta": {
  4221. "debug": {
  4222. "optional": true
  4223. }
  4224. }
  4225. },
  4226. "node_modules/foreground-child": {
  4227. "version": "3.1.1",
  4228. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
  4229. "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
  4230. "dependencies": {
  4231. "cross-spawn": "^7.0.0",
  4232. "signal-exit": "^4.0.1"
  4233. },
  4234. "engines": {
  4235. "node": ">=14"
  4236. },
  4237. "funding": {
  4238. "url": "https://github.com/sponsors/isaacs"
  4239. }
  4240. },
  4241. "node_modules/foreground-child/node_modules/signal-exit": {
  4242. "version": "4.1.0",
  4243. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  4244. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  4245. "engines": {
  4246. "node": ">=14"
  4247. },
  4248. "funding": {
  4249. "url": "https://github.com/sponsors/isaacs"
  4250. }
  4251. },
  4252. "node_modules/form-data": {
  4253. "version": "4.0.0",
  4254. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
  4255. "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
  4256. "dependencies": {
  4257. "asynckit": "^0.4.0",
  4258. "combined-stream": "^1.0.8",
  4259. "mime-types": "^2.1.12"
  4260. },
  4261. "engines": {
  4262. "node": ">= 6"
  4263. }
  4264. },
  4265. "node_modules/formdata-polyfill": {
  4266. "version": "4.0.10",
  4267. "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
  4268. "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
  4269. "dependencies": {
  4270. "fetch-blob": "^3.1.2"
  4271. },
  4272. "engines": {
  4273. "node": ">=12.20.0"
  4274. }
  4275. },
  4276. "node_modules/fraction.js": {
  4277. "version": "4.3.7",
  4278. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  4279. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  4280. "engines": {
  4281. "node": "*"
  4282. },
  4283. "funding": {
  4284. "type": "patreon",
  4285. "url": "https://github.com/sponsors/rawify"
  4286. }
  4287. },
  4288. "node_modules/fresh": {
  4289. "version": "0.5.2",
  4290. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  4291. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  4292. "engines": {
  4293. "node": ">= 0.6"
  4294. }
  4295. },
  4296. "node_modules/fs-extra": {
  4297. "version": "11.2.0",
  4298. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
  4299. "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
  4300. "dependencies": {
  4301. "graceful-fs": "^4.2.0",
  4302. "jsonfile": "^6.0.1",
  4303. "universalify": "^2.0.0"
  4304. },
  4305. "engines": {
  4306. "node": ">=14.14"
  4307. }
  4308. },
  4309. "node_modules/fs-minipass": {
  4310. "version": "2.1.0",
  4311. "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
  4312. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  4313. "dependencies": {
  4314. "minipass": "^3.0.0"
  4315. },
  4316. "engines": {
  4317. "node": ">= 8"
  4318. }
  4319. },
  4320. "node_modules/fs-minipass/node_modules/minipass": {
  4321. "version": "3.3.6",
  4322. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  4323. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  4324. "dependencies": {
  4325. "yallist": "^4.0.0"
  4326. },
  4327. "engines": {
  4328. "node": ">=8"
  4329. }
  4330. },
  4331. "node_modules/fs-minipass/node_modules/yallist": {
  4332. "version": "4.0.0",
  4333. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  4334. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  4335. },
  4336. "node_modules/fs.realpath": {
  4337. "version": "1.0.0",
  4338. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  4339. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  4340. },
  4341. "node_modules/fsevents": {
  4342. "version": "2.3.2",
  4343. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
  4344. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  4345. "hasInstallScript": true,
  4346. "optional": true,
  4347. "os": [
  4348. "darwin"
  4349. ],
  4350. "engines": {
  4351. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4352. }
  4353. },
  4354. "node_modules/function-bind": {
  4355. "version": "1.1.2",
  4356. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  4357. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4358. "funding": {
  4359. "url": "https://github.com/sponsors/ljharb"
  4360. }
  4361. },
  4362. "node_modules/gauge": {
  4363. "version": "3.0.2",
  4364. "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
  4365. "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
  4366. "deprecated": "This package is no longer supported.",
  4367. "dependencies": {
  4368. "aproba": "^1.0.3 || ^2.0.0",
  4369. "color-support": "^1.1.2",
  4370. "console-control-strings": "^1.0.0",
  4371. "has-unicode": "^2.0.1",
  4372. "object-assign": "^4.1.1",
  4373. "signal-exit": "^3.0.0",
  4374. "string-width": "^4.2.3",
  4375. "strip-ansi": "^6.0.1",
  4376. "wide-align": "^1.1.2"
  4377. },
  4378. "engines": {
  4379. "node": ">=10"
  4380. }
  4381. },
  4382. "node_modules/gensync": {
  4383. "version": "1.0.0-beta.2",
  4384. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  4385. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4386. "engines": {
  4387. "node": ">=6.9.0"
  4388. }
  4389. },
  4390. "node_modules/get-caller-file": {
  4391. "version": "2.0.5",
  4392. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  4393. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  4394. "engines": {
  4395. "node": "6.* || 8.* || >= 10.*"
  4396. }
  4397. },
  4398. "node_modules/get-port-please": {
  4399. "version": "3.1.2",
  4400. "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.1.2.tgz",
  4401. "integrity": "sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ=="
  4402. },
  4403. "node_modules/get-stream": {
  4404. "version": "6.0.1",
  4405. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  4406. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  4407. "engines": {
  4408. "node": ">=10"
  4409. },
  4410. "funding": {
  4411. "url": "https://github.com/sponsors/sindresorhus"
  4412. }
  4413. },
  4414. "node_modules/giget": {
  4415. "version": "1.2.3",
  4416. "resolved": "https://registry.npmjs.org/giget/-/giget-1.2.3.tgz",
  4417. "integrity": "sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==",
  4418. "dependencies": {
  4419. "citty": "^0.1.6",
  4420. "consola": "^3.2.3",
  4421. "defu": "^6.1.4",
  4422. "node-fetch-native": "^1.6.3",
  4423. "nypm": "^0.3.8",
  4424. "ohash": "^1.1.3",
  4425. "pathe": "^1.1.2",
  4426. "tar": "^6.2.0"
  4427. },
  4428. "bin": {
  4429. "giget": "dist/cli.mjs"
  4430. }
  4431. },
  4432. "node_modules/git-config-path": {
  4433. "version": "2.0.0",
  4434. "resolved": "https://registry.npmjs.org/git-config-path/-/git-config-path-2.0.0.tgz",
  4435. "integrity": "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==",
  4436. "engines": {
  4437. "node": ">=4"
  4438. }
  4439. },
  4440. "node_modules/git-up": {
  4441. "version": "7.0.0",
  4442. "resolved": "https://registry.npmjs.org/git-up/-/git-up-7.0.0.tgz",
  4443. "integrity": "sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==",
  4444. "dependencies": {
  4445. "is-ssh": "^1.4.0",
  4446. "parse-url": "^8.1.0"
  4447. }
  4448. },
  4449. "node_modules/git-url-parse": {
  4450. "version": "14.0.0",
  4451. "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-14.0.0.tgz",
  4452. "integrity": "sha512-NnLweV+2A4nCvn4U/m2AoYu0pPKlsmhK9cknG7IMwsjFY1S2jxM+mAhsDxyxfCIGfGaD+dozsyX4b6vkYc83yQ==",
  4453. "dependencies": {
  4454. "git-up": "^7.0.0"
  4455. }
  4456. },
  4457. "node_modules/glob": {
  4458. "version": "8.1.0",
  4459. "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
  4460. "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
  4461. "deprecated": "Glob versions prior to v9 are no longer supported",
  4462. "dependencies": {
  4463. "fs.realpath": "^1.0.0",
  4464. "inflight": "^1.0.4",
  4465. "inherits": "2",
  4466. "minimatch": "^5.0.1",
  4467. "once": "^1.3.0"
  4468. },
  4469. "engines": {
  4470. "node": ">=12"
  4471. },
  4472. "funding": {
  4473. "url": "https://github.com/sponsors/isaacs"
  4474. }
  4475. },
  4476. "node_modules/glob-parent": {
  4477. "version": "5.1.2",
  4478. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  4479. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  4480. "dependencies": {
  4481. "is-glob": "^4.0.1"
  4482. },
  4483. "engines": {
  4484. "node": ">= 6"
  4485. }
  4486. },
  4487. "node_modules/global-directory": {
  4488. "version": "4.0.1",
  4489. "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  4490. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  4491. "dependencies": {
  4492. "ini": "4.1.1"
  4493. },
  4494. "engines": {
  4495. "node": ">=18"
  4496. },
  4497. "funding": {
  4498. "url": "https://github.com/sponsors/sindresorhus"
  4499. }
  4500. },
  4501. "node_modules/globals": {
  4502. "version": "11.12.0",
  4503. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  4504. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  4505. "engines": {
  4506. "node": ">=4"
  4507. }
  4508. },
  4509. "node_modules/globby": {
  4510. "version": "14.0.2",
  4511. "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz",
  4512. "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==",
  4513. "dependencies": {
  4514. "@sindresorhus/merge-streams": "^2.1.0",
  4515. "fast-glob": "^3.3.2",
  4516. "ignore": "^5.2.4",
  4517. "path-type": "^5.0.0",
  4518. "slash": "^5.1.0",
  4519. "unicorn-magic": "^0.1.0"
  4520. },
  4521. "engines": {
  4522. "node": ">=18"
  4523. },
  4524. "funding": {
  4525. "url": "https://github.com/sponsors/sindresorhus"
  4526. }
  4527. },
  4528. "node_modules/graceful-fs": {
  4529. "version": "4.2.11",
  4530. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4531. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  4532. },
  4533. "node_modules/gzip-size": {
  4534. "version": "7.0.0",
  4535. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",
  4536. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  4537. "dependencies": {
  4538. "duplexer": "^0.1.2"
  4539. },
  4540. "engines": {
  4541. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4542. },
  4543. "funding": {
  4544. "url": "https://github.com/sponsors/sindresorhus"
  4545. }
  4546. },
  4547. "node_modules/h3": {
  4548. "version": "1.12.0",
  4549. "resolved": "https://registry.npmjs.org/h3/-/h3-1.12.0.tgz",
  4550. "integrity": "sha512-Zi/CcNeWBXDrFNlV0hUBJQR9F7a96RjMeAZweW/ZWkR9fuXrMcvKnSA63f/zZ9l0GgQOZDVHGvXivNN9PWOwhA==",
  4551. "dependencies": {
  4552. "cookie-es": "^1.1.0",
  4553. "crossws": "^0.2.4",
  4554. "defu": "^6.1.4",
  4555. "destr": "^2.0.3",
  4556. "iron-webcrypto": "^1.1.1",
  4557. "ohash": "^1.1.3",
  4558. "radix3": "^1.1.2",
  4559. "ufo": "^1.5.3",
  4560. "uncrypto": "^0.1.3",
  4561. "unenv": "^1.9.0"
  4562. }
  4563. },
  4564. "node_modules/has-flag": {
  4565. "version": "3.0.0",
  4566. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  4567. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  4568. "engines": {
  4569. "node": ">=4"
  4570. }
  4571. },
  4572. "node_modules/has-unicode": {
  4573. "version": "2.0.1",
  4574. "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
  4575. "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
  4576. },
  4577. "node_modules/hash-sum": {
  4578. "version": "2.0.0",
  4579. "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz",
  4580. "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg=="
  4581. },
  4582. "node_modules/hasown": {
  4583. "version": "2.0.2",
  4584. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  4585. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  4586. "dependencies": {
  4587. "function-bind": "^1.1.2"
  4588. },
  4589. "engines": {
  4590. "node": ">= 0.4"
  4591. }
  4592. },
  4593. "node_modules/hookable": {
  4594. "version": "5.5.3",
  4595. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  4596. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ=="
  4597. },
  4598. "node_modules/html-tags": {
  4599. "version": "3.3.1",
  4600. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
  4601. "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
  4602. "engines": {
  4603. "node": ">=8"
  4604. },
  4605. "funding": {
  4606. "url": "https://github.com/sponsors/sindresorhus"
  4607. }
  4608. },
  4609. "node_modules/http-errors": {
  4610. "version": "2.0.0",
  4611. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  4612. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  4613. "dependencies": {
  4614. "depd": "2.0.0",
  4615. "inherits": "2.0.4",
  4616. "setprototypeof": "1.2.0",
  4617. "statuses": "2.0.1",
  4618. "toidentifier": "1.0.1"
  4619. },
  4620. "engines": {
  4621. "node": ">= 0.8"
  4622. }
  4623. },
  4624. "node_modules/http-shutdown": {
  4625. "version": "1.2.2",
  4626. "resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
  4627. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  4628. "engines": {
  4629. "iojs": ">= 1.0.0",
  4630. "node": ">= 0.12.0"
  4631. }
  4632. },
  4633. "node_modules/https-proxy-agent": {
  4634. "version": "5.0.1",
  4635. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  4636. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  4637. "dependencies": {
  4638. "agent-base": "6",
  4639. "debug": "4"
  4640. },
  4641. "engines": {
  4642. "node": ">= 6"
  4643. }
  4644. },
  4645. "node_modules/httpxy": {
  4646. "version": "0.1.5",
  4647. "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.1.5.tgz",
  4648. "integrity": "sha512-hqLDO+rfststuyEUTWObQK6zHEEmZ/kaIP2/zclGGZn6X8h/ESTWg+WKecQ/e5k4nPswjzZD+q2VqZIbr15CoQ=="
  4649. },
  4650. "node_modules/human-signals": {
  4651. "version": "4.3.1",
  4652. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
  4653. "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
  4654. "engines": {
  4655. "node": ">=14.18.0"
  4656. }
  4657. },
  4658. "node_modules/ieee754": {
  4659. "version": "1.2.1",
  4660. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  4661. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  4662. "funding": [
  4663. {
  4664. "type": "github",
  4665. "url": "https://github.com/sponsors/feross"
  4666. },
  4667. {
  4668. "type": "patreon",
  4669. "url": "https://www.patreon.com/feross"
  4670. },
  4671. {
  4672. "type": "consulting",
  4673. "url": "https://feross.org/support"
  4674. }
  4675. ]
  4676. },
  4677. "node_modules/ignore": {
  4678. "version": "5.3.2",
  4679. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  4680. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  4681. "engines": {
  4682. "node": ">= 4"
  4683. }
  4684. },
  4685. "node_modules/image-meta": {
  4686. "version": "0.2.1",
  4687. "resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.1.tgz",
  4688. "integrity": "sha512-K6acvFaelNxx8wc2VjbIzXKDVB0Khs0QT35U6NkGfTdCmjLNcO2945m7RFNR9/RPVFm48hq7QPzK8uGH18HCGw=="
  4689. },
  4690. "node_modules/immutable": {
  4691. "version": "4.3.6",
  4692. "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.6.tgz",
  4693. "integrity": "sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==",
  4694. "devOptional": true
  4695. },
  4696. "node_modules/inflight": {
  4697. "version": "1.0.6",
  4698. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  4699. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  4700. "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.",
  4701. "dependencies": {
  4702. "once": "^1.3.0",
  4703. "wrappy": "1"
  4704. }
  4705. },
  4706. "node_modules/inherits": {
  4707. "version": "2.0.4",
  4708. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  4709. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  4710. },
  4711. "node_modules/ini": {
  4712. "version": "4.1.1",
  4713. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
  4714. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  4715. "engines": {
  4716. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4717. }
  4718. },
  4719. "node_modules/ioredis": {
  4720. "version": "5.4.1",
  4721. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.1.tgz",
  4722. "integrity": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==",
  4723. "dependencies": {
  4724. "@ioredis/commands": "^1.1.1",
  4725. "cluster-key-slot": "^1.1.0",
  4726. "debug": "^4.3.4",
  4727. "denque": "^2.1.0",
  4728. "lodash.defaults": "^4.2.0",
  4729. "lodash.isarguments": "^3.1.0",
  4730. "redis-errors": "^1.2.0",
  4731. "redis-parser": "^3.0.0",
  4732. "standard-as-callback": "^2.1.0"
  4733. },
  4734. "engines": {
  4735. "node": ">=12.22.0"
  4736. },
  4737. "funding": {
  4738. "type": "opencollective",
  4739. "url": "https://opencollective.com/ioredis"
  4740. }
  4741. },
  4742. "node_modules/iron-webcrypto": {
  4743. "version": "1.2.1",
  4744. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  4745. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  4746. "funding": {
  4747. "url": "https://github.com/sponsors/brc-dd"
  4748. }
  4749. },
  4750. "node_modules/is-binary-path": {
  4751. "version": "2.1.0",
  4752. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  4753. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  4754. "dependencies": {
  4755. "binary-extensions": "^2.0.0"
  4756. },
  4757. "engines": {
  4758. "node": ">=8"
  4759. }
  4760. },
  4761. "node_modules/is-builtin-module": {
  4762. "version": "3.2.1",
  4763. "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz",
  4764. "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==",
  4765. "dependencies": {
  4766. "builtin-modules": "^3.3.0"
  4767. },
  4768. "engines": {
  4769. "node": ">=6"
  4770. },
  4771. "funding": {
  4772. "url": "https://github.com/sponsors/sindresorhus"
  4773. }
  4774. },
  4775. "node_modules/is-core-module": {
  4776. "version": "2.13.1",
  4777. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
  4778. "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
  4779. "dependencies": {
  4780. "hasown": "^2.0.0"
  4781. },
  4782. "funding": {
  4783. "url": "https://github.com/sponsors/ljharb"
  4784. }
  4785. },
  4786. "node_modules/is-docker": {
  4787. "version": "3.0.0",
  4788. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  4789. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  4790. "bin": {
  4791. "is-docker": "cli.js"
  4792. },
  4793. "engines": {
  4794. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4795. },
  4796. "funding": {
  4797. "url": "https://github.com/sponsors/sindresorhus"
  4798. }
  4799. },
  4800. "node_modules/is-extglob": {
  4801. "version": "2.1.1",
  4802. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  4803. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4804. "engines": {
  4805. "node": ">=0.10.0"
  4806. }
  4807. },
  4808. "node_modules/is-fullwidth-code-point": {
  4809. "version": "3.0.0",
  4810. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  4811. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  4812. "engines": {
  4813. "node": ">=8"
  4814. }
  4815. },
  4816. "node_modules/is-glob": {
  4817. "version": "4.0.3",
  4818. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  4819. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4820. "dependencies": {
  4821. "is-extglob": "^2.1.1"
  4822. },
  4823. "engines": {
  4824. "node": ">=0.10.0"
  4825. }
  4826. },
  4827. "node_modules/is-inside-container": {
  4828. "version": "1.0.0",
  4829. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  4830. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  4831. "dependencies": {
  4832. "is-docker": "^3.0.0"
  4833. },
  4834. "bin": {
  4835. "is-inside-container": "cli.js"
  4836. },
  4837. "engines": {
  4838. "node": ">=14.16"
  4839. },
  4840. "funding": {
  4841. "url": "https://github.com/sponsors/sindresorhus"
  4842. }
  4843. },
  4844. "node_modules/is-installed-globally": {
  4845. "version": "1.0.0",
  4846. "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  4847. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  4848. "dependencies": {
  4849. "global-directory": "^4.0.1",
  4850. "is-path-inside": "^4.0.0"
  4851. },
  4852. "engines": {
  4853. "node": ">=18"
  4854. },
  4855. "funding": {
  4856. "url": "https://github.com/sponsors/sindresorhus"
  4857. }
  4858. },
  4859. "node_modules/is-module": {
  4860. "version": "1.0.0",
  4861. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  4862. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
  4863. },
  4864. "node_modules/is-number": {
  4865. "version": "7.0.0",
  4866. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  4867. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4868. "engines": {
  4869. "node": ">=0.12.0"
  4870. }
  4871. },
  4872. "node_modules/is-path-inside": {
  4873. "version": "4.0.0",
  4874. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  4875. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  4876. "engines": {
  4877. "node": ">=12"
  4878. },
  4879. "funding": {
  4880. "url": "https://github.com/sponsors/sindresorhus"
  4881. }
  4882. },
  4883. "node_modules/is-reference": {
  4884. "version": "1.2.1",
  4885. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  4886. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  4887. "dependencies": {
  4888. "@types/estree": "*"
  4889. }
  4890. },
  4891. "node_modules/is-ssh": {
  4892. "version": "1.4.0",
  4893. "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.0.tgz",
  4894. "integrity": "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==",
  4895. "dependencies": {
  4896. "protocols": "^2.0.1"
  4897. }
  4898. },
  4899. "node_modules/is-stream": {
  4900. "version": "3.0.0",
  4901. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  4902. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  4903. "engines": {
  4904. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4905. },
  4906. "funding": {
  4907. "url": "https://github.com/sponsors/sindresorhus"
  4908. }
  4909. },
  4910. "node_modules/is-what": {
  4911. "version": "4.1.16",
  4912. "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz",
  4913. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  4914. "engines": {
  4915. "node": ">=12.13"
  4916. },
  4917. "funding": {
  4918. "url": "https://github.com/sponsors/mesqueeb"
  4919. }
  4920. },
  4921. "node_modules/is-wsl": {
  4922. "version": "3.1.0",
  4923. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
  4924. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  4925. "dependencies": {
  4926. "is-inside-container": "^1.0.0"
  4927. },
  4928. "engines": {
  4929. "node": ">=16"
  4930. },
  4931. "funding": {
  4932. "url": "https://github.com/sponsors/sindresorhus"
  4933. }
  4934. },
  4935. "node_modules/is64bit": {
  4936. "version": "2.0.0",
  4937. "resolved": "https://registry.npmjs.org/is64bit/-/is64bit-2.0.0.tgz",
  4938. "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
  4939. "dependencies": {
  4940. "system-architecture": "^0.1.0"
  4941. },
  4942. "engines": {
  4943. "node": ">=18"
  4944. },
  4945. "funding": {
  4946. "url": "https://github.com/sponsors/sindresorhus"
  4947. }
  4948. },
  4949. "node_modules/isarray": {
  4950. "version": "1.0.0",
  4951. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  4952. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  4953. },
  4954. "node_modules/isexe": {
  4955. "version": "2.0.0",
  4956. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4957. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  4958. },
  4959. "node_modules/jackspeak": {
  4960. "version": "3.4.2",
  4961. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.2.tgz",
  4962. "integrity": "sha512-qH3nOSj8q/8+Eg8LUPOq3C+6HWkpUioIjDsq1+D4zY91oZvpPttw8GwtF1nReRYKXl+1AORyFqtm2f5Q1SB6/Q==",
  4963. "dependencies": {
  4964. "@isaacs/cliui": "^8.0.2"
  4965. },
  4966. "engines": {
  4967. "node": "14 >=14.21 || 16 >=16.20 || >=18"
  4968. },
  4969. "funding": {
  4970. "url": "https://github.com/sponsors/isaacs"
  4971. },
  4972. "optionalDependencies": {
  4973. "@pkgjs/parseargs": "^0.11.0"
  4974. }
  4975. },
  4976. "node_modules/jiti": {
  4977. "version": "1.21.6",
  4978. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
  4979. "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
  4980. "bin": {
  4981. "jiti": "bin/jiti.js"
  4982. }
  4983. },
  4984. "node_modules/js-tokens": {
  4985. "version": "4.0.0",
  4986. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  4987. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  4988. },
  4989. "node_modules/js-yaml": {
  4990. "version": "4.1.0",
  4991. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  4992. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  4993. "dependencies": {
  4994. "argparse": "^2.0.1"
  4995. },
  4996. "bin": {
  4997. "js-yaml": "bin/js-yaml.js"
  4998. }
  4999. },
  5000. "node_modules/jsesc": {
  5001. "version": "2.5.2",
  5002. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  5003. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  5004. "bin": {
  5005. "jsesc": "bin/jsesc"
  5006. },
  5007. "engines": {
  5008. "node": ">=4"
  5009. }
  5010. },
  5011. "node_modules/json5": {
  5012. "version": "2.2.3",
  5013. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  5014. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  5015. "bin": {
  5016. "json5": "lib/cli.js"
  5017. },
  5018. "engines": {
  5019. "node": ">=6"
  5020. }
  5021. },
  5022. "node_modules/jsonfile": {
  5023. "version": "6.1.0",
  5024. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  5025. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  5026. "dependencies": {
  5027. "universalify": "^2.0.0"
  5028. },
  5029. "optionalDependencies": {
  5030. "graceful-fs": "^4.1.6"
  5031. }
  5032. },
  5033. "node_modules/kleur": {
  5034. "version": "3.0.3",
  5035. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  5036. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  5037. "engines": {
  5038. "node": ">=6"
  5039. }
  5040. },
  5041. "node_modules/klona": {
  5042. "version": "2.0.6",
  5043. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  5044. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  5045. "engines": {
  5046. "node": ">= 8"
  5047. }
  5048. },
  5049. "node_modules/knitwork": {
  5050. "version": "1.1.0",
  5051. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.1.0.tgz",
  5052. "integrity": "sha512-oHnmiBUVHz1V+URE77PNot2lv3QiYU2zQf1JjOVkMt3YDKGbu8NAFr+c4mcNOhdsGrB/VpVbRwPwhiXrPhxQbw=="
  5053. },
  5054. "node_modules/kolorist": {
  5055. "version": "1.8.0",
  5056. "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
  5057. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ=="
  5058. },
  5059. "node_modules/launch-editor": {
  5060. "version": "2.8.0",
  5061. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.8.0.tgz",
  5062. "integrity": "sha512-vJranOAJrI/llyWGRQqiDM+adrw+k83fvmmx3+nV47g3+36xM15jE+zyZ6Ffel02+xSvuM0b2GDRosXZkbb6wA==",
  5063. "dependencies": {
  5064. "picocolors": "^1.0.0",
  5065. "shell-quote": "^1.8.1"
  5066. }
  5067. },
  5068. "node_modules/lazystream": {
  5069. "version": "1.0.1",
  5070. "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
  5071. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  5072. "dependencies": {
  5073. "readable-stream": "^2.0.5"
  5074. },
  5075. "engines": {
  5076. "node": ">= 0.6.3"
  5077. }
  5078. },
  5079. "node_modules/lazystream/node_modules/readable-stream": {
  5080. "version": "2.3.8",
  5081. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  5082. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  5083. "dependencies": {
  5084. "core-util-is": "~1.0.0",
  5085. "inherits": "~2.0.3",
  5086. "isarray": "~1.0.0",
  5087. "process-nextick-args": "~2.0.0",
  5088. "safe-buffer": "~5.1.1",
  5089. "string_decoder": "~1.1.1",
  5090. "util-deprecate": "~1.0.1"
  5091. }
  5092. },
  5093. "node_modules/lazystream/node_modules/safe-buffer": {
  5094. "version": "5.1.2",
  5095. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  5096. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  5097. },
  5098. "node_modules/lazystream/node_modules/string_decoder": {
  5099. "version": "1.1.1",
  5100. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  5101. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  5102. "dependencies": {
  5103. "safe-buffer": "~5.1.0"
  5104. }
  5105. },
  5106. "node_modules/lilconfig": {
  5107. "version": "3.1.2",
  5108. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
  5109. "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
  5110. "engines": {
  5111. "node": ">=14"
  5112. },
  5113. "funding": {
  5114. "url": "https://github.com/sponsors/antonk52"
  5115. }
  5116. },
  5117. "node_modules/lines-and-columns": {
  5118. "version": "1.2.4",
  5119. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  5120. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  5121. "dev": true
  5122. },
  5123. "node_modules/listhen": {
  5124. "version": "1.7.2",
  5125. "resolved": "https://registry.npmjs.org/listhen/-/listhen-1.7.2.tgz",
  5126. "integrity": "sha512-7/HamOm5YD9Wb7CFgAZkKgVPA96WwhcTQoqtm2VTZGVbVVn3IWKRBTgrU7cchA3Q8k9iCsG8Osoi9GX4JsGM9g==",
  5127. "dependencies": {
  5128. "@parcel/watcher": "^2.4.1",
  5129. "@parcel/watcher-wasm": "^2.4.1",
  5130. "citty": "^0.1.6",
  5131. "clipboardy": "^4.0.0",
  5132. "consola": "^3.2.3",
  5133. "crossws": "^0.2.0",
  5134. "defu": "^6.1.4",
  5135. "get-port-please": "^3.1.2",
  5136. "h3": "^1.10.2",
  5137. "http-shutdown": "^1.2.2",
  5138. "jiti": "^1.21.0",
  5139. "mlly": "^1.6.1",
  5140. "node-forge": "^1.3.1",
  5141. "pathe": "^1.1.2",
  5142. "std-env": "^3.7.0",
  5143. "ufo": "^1.4.0",
  5144. "untun": "^0.1.3",
  5145. "uqr": "^0.1.2"
  5146. },
  5147. "bin": {
  5148. "listen": "bin/listhen.mjs",
  5149. "listhen": "bin/listhen.mjs"
  5150. }
  5151. },
  5152. "node_modules/local-pkg": {
  5153. "version": "0.5.0",
  5154. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz",
  5155. "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
  5156. "dependencies": {
  5157. "mlly": "^1.4.2",
  5158. "pkg-types": "^1.0.3"
  5159. },
  5160. "engines": {
  5161. "node": ">=14"
  5162. },
  5163. "funding": {
  5164. "url": "https://github.com/sponsors/antfu"
  5165. }
  5166. },
  5167. "node_modules/lodash": {
  5168. "version": "4.17.21",
  5169. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  5170. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  5171. },
  5172. "node_modules/lodash.defaults": {
  5173. "version": "4.2.0",
  5174. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  5175. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ=="
  5176. },
  5177. "node_modules/lodash.isarguments": {
  5178. "version": "3.1.0",
  5179. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  5180. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg=="
  5181. },
  5182. "node_modules/lodash.memoize": {
  5183. "version": "4.1.2",
  5184. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  5185. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
  5186. },
  5187. "node_modules/lodash.uniq": {
  5188. "version": "4.5.0",
  5189. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  5190. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
  5191. },
  5192. "node_modules/loupe": {
  5193. "version": "3.1.2",
  5194. "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.2.tgz",
  5195. "integrity": "sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==",
  5196. "dev": true
  5197. },
  5198. "node_modules/lru-cache": {
  5199. "version": "5.1.1",
  5200. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  5201. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  5202. "dependencies": {
  5203. "yallist": "^3.0.2"
  5204. }
  5205. },
  5206. "node_modules/magic-string": {
  5207. "version": "0.30.11",
  5208. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz",
  5209. "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==",
  5210. "dependencies": {
  5211. "@jridgewell/sourcemap-codec": "^1.5.0"
  5212. }
  5213. },
  5214. "node_modules/magic-string-ast": {
  5215. "version": "0.6.2",
  5216. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-0.6.2.tgz",
  5217. "integrity": "sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==",
  5218. "dependencies": {
  5219. "magic-string": "^0.30.10"
  5220. },
  5221. "engines": {
  5222. "node": ">=16.14.0"
  5223. }
  5224. },
  5225. "node_modules/magicast": {
  5226. "version": "0.3.5",
  5227. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
  5228. "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
  5229. "dependencies": {
  5230. "@babel/parser": "^7.25.4",
  5231. "@babel/types": "^7.25.4",
  5232. "source-map-js": "^1.2.0"
  5233. }
  5234. },
  5235. "node_modules/make-dir": {
  5236. "version": "3.1.0",
  5237. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  5238. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  5239. "dependencies": {
  5240. "semver": "^6.0.0"
  5241. },
  5242. "engines": {
  5243. "node": ">=8"
  5244. },
  5245. "funding": {
  5246. "url": "https://github.com/sponsors/sindresorhus"
  5247. }
  5248. },
  5249. "node_modules/make-dir/node_modules/semver": {
  5250. "version": "6.3.1",
  5251. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5252. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5253. "bin": {
  5254. "semver": "bin/semver.js"
  5255. }
  5256. },
  5257. "node_modules/mdn-data": {
  5258. "version": "2.0.30",
  5259. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
  5260. "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="
  5261. },
  5262. "node_modules/merge-stream": {
  5263. "version": "2.0.0",
  5264. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  5265. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  5266. },
  5267. "node_modules/merge2": {
  5268. "version": "1.4.1",
  5269. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  5270. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  5271. "engines": {
  5272. "node": ">= 8"
  5273. }
  5274. },
  5275. "node_modules/micromatch": {
  5276. "version": "4.0.5",
  5277. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  5278. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  5279. "dependencies": {
  5280. "braces": "^3.0.2",
  5281. "picomatch": "^2.3.1"
  5282. },
  5283. "engines": {
  5284. "node": ">=8.6"
  5285. }
  5286. },
  5287. "node_modules/mime": {
  5288. "version": "4.0.4",
  5289. "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.4.tgz",
  5290. "integrity": "sha512-v8yqInVjhXyqP6+Kw4fV3ZzeMRqEW6FotRsKXjRS5VMTNIuXsdRoAvklpoRgSqXm6o9VNH4/C0mgedko9DdLsQ==",
  5291. "funding": [
  5292. "https://github.com/sponsors/broofa"
  5293. ],
  5294. "bin": {
  5295. "mime": "bin/cli.js"
  5296. },
  5297. "engines": {
  5298. "node": ">=16"
  5299. }
  5300. },
  5301. "node_modules/mime-db": {
  5302. "version": "1.52.0",
  5303. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  5304. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  5305. "engines": {
  5306. "node": ">= 0.6"
  5307. }
  5308. },
  5309. "node_modules/mime-types": {
  5310. "version": "2.1.35",
  5311. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  5312. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  5313. "dependencies": {
  5314. "mime-db": "1.52.0"
  5315. },
  5316. "engines": {
  5317. "node": ">= 0.6"
  5318. }
  5319. },
  5320. "node_modules/mimic-fn": {
  5321. "version": "4.0.0",
  5322. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  5323. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  5324. "engines": {
  5325. "node": ">=12"
  5326. },
  5327. "funding": {
  5328. "url": "https://github.com/sponsors/sindresorhus"
  5329. }
  5330. },
  5331. "node_modules/minimatch": {
  5332. "version": "5.1.6",
  5333. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  5334. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  5335. "dependencies": {
  5336. "brace-expansion": "^2.0.1"
  5337. },
  5338. "engines": {
  5339. "node": ">=10"
  5340. }
  5341. },
  5342. "node_modules/minipass": {
  5343. "version": "7.1.2",
  5344. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
  5345. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  5346. "engines": {
  5347. "node": ">=16 || 14 >=14.17"
  5348. }
  5349. },
  5350. "node_modules/minizlib": {
  5351. "version": "2.1.2",
  5352. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
  5353. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  5354. "dependencies": {
  5355. "minipass": "^3.0.0",
  5356. "yallist": "^4.0.0"
  5357. },
  5358. "engines": {
  5359. "node": ">= 8"
  5360. }
  5361. },
  5362. "node_modules/minizlib/node_modules/minipass": {
  5363. "version": "3.3.6",
  5364. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  5365. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  5366. "dependencies": {
  5367. "yallist": "^4.0.0"
  5368. },
  5369. "engines": {
  5370. "node": ">=8"
  5371. }
  5372. },
  5373. "node_modules/minizlib/node_modules/yallist": {
  5374. "version": "4.0.0",
  5375. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  5376. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  5377. },
  5378. "node_modules/mitt": {
  5379. "version": "3.0.1",
  5380. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  5381. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw=="
  5382. },
  5383. "node_modules/mkdirp": {
  5384. "version": "1.0.4",
  5385. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  5386. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  5387. "bin": {
  5388. "mkdirp": "bin/cmd.js"
  5389. },
  5390. "engines": {
  5391. "node": ">=10"
  5392. }
  5393. },
  5394. "node_modules/mlly": {
  5395. "version": "1.7.1",
  5396. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.1.tgz",
  5397. "integrity": "sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==",
  5398. "dependencies": {
  5399. "acorn": "^8.11.3",
  5400. "pathe": "^1.1.2",
  5401. "pkg-types": "^1.1.1",
  5402. "ufo": "^1.5.3"
  5403. }
  5404. },
  5405. "node_modules/mri": {
  5406. "version": "1.2.0",
  5407. "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
  5408. "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
  5409. "engines": {
  5410. "node": ">=4"
  5411. }
  5412. },
  5413. "node_modules/mrmime": {
  5414. "version": "2.0.0",
  5415. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz",
  5416. "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
  5417. "engines": {
  5418. "node": ">=10"
  5419. }
  5420. },
  5421. "node_modules/ms": {
  5422. "version": "2.1.3",
  5423. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  5424. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  5425. },
  5426. "node_modules/mz": {
  5427. "version": "2.7.0",
  5428. "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  5429. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  5430. "dev": true,
  5431. "dependencies": {
  5432. "any-promise": "^1.0.0",
  5433. "object-assign": "^4.0.1",
  5434. "thenify-all": "^1.0.0"
  5435. }
  5436. },
  5437. "node_modules/nanoid": {
  5438. "version": "5.0.7",
  5439. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz",
  5440. "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==",
  5441. "funding": [
  5442. {
  5443. "type": "github",
  5444. "url": "https://github.com/sponsors/ai"
  5445. }
  5446. ],
  5447. "bin": {
  5448. "nanoid": "bin/nanoid.js"
  5449. },
  5450. "engines": {
  5451. "node": "^18 || >=20"
  5452. }
  5453. },
  5454. "node_modules/nitropack": {
  5455. "version": "2.9.7",
  5456. "resolved": "https://registry.npmjs.org/nitropack/-/nitropack-2.9.7.tgz",
  5457. "integrity": "sha512-aKXvtNrWkOCMsQbsk4A0qQdBjrJ1ZcvwlTQevI/LAgLWLYc5L7Q/YiYxGLal4ITyNSlzir1Cm1D2ZxnYhmpMEw==",
  5458. "dependencies": {
  5459. "@cloudflare/kv-asset-handler": "^0.3.4",
  5460. "@netlify/functions": "^2.8.0",
  5461. "@rollup/plugin-alias": "^5.1.0",
  5462. "@rollup/plugin-commonjs": "^25.0.8",
  5463. "@rollup/plugin-inject": "^5.0.5",
  5464. "@rollup/plugin-json": "^6.1.0",
  5465. "@rollup/plugin-node-resolve": "^15.2.3",
  5466. "@rollup/plugin-replace": "^5.0.7",
  5467. "@rollup/plugin-terser": "^0.4.4",
  5468. "@rollup/pluginutils": "^5.1.0",
  5469. "@types/http-proxy": "^1.17.14",
  5470. "@vercel/nft": "^0.26.5",
  5471. "archiver": "^7.0.1",
  5472. "c12": "^1.11.1",
  5473. "chalk": "^5.3.0",
  5474. "chokidar": "^3.6.0",
  5475. "citty": "^0.1.6",
  5476. "consola": "^3.2.3",
  5477. "cookie-es": "^1.1.0",
  5478. "croner": "^8.0.2",
  5479. "crossws": "^0.2.4",
  5480. "db0": "^0.1.4",
  5481. "defu": "^6.1.4",
  5482. "destr": "^2.0.3",
  5483. "dot-prop": "^8.0.2",
  5484. "esbuild": "^0.20.2",
  5485. "escape-string-regexp": "^5.0.0",
  5486. "etag": "^1.8.1",
  5487. "fs-extra": "^11.2.0",
  5488. "globby": "^14.0.1",
  5489. "gzip-size": "^7.0.0",
  5490. "h3": "^1.12.0",
  5491. "hookable": "^5.5.3",
  5492. "httpxy": "^0.1.5",
  5493. "ioredis": "^5.4.1",
  5494. "jiti": "^1.21.6",
  5495. "klona": "^2.0.6",
  5496. "knitwork": "^1.1.0",
  5497. "listhen": "^1.7.2",
  5498. "magic-string": "^0.30.10",
  5499. "mime": "^4.0.3",
  5500. "mlly": "^1.7.1",
  5501. "mri": "^1.2.0",
  5502. "node-fetch-native": "^1.6.4",
  5503. "ofetch": "^1.3.4",
  5504. "ohash": "^1.1.3",
  5505. "openapi-typescript": "^6.7.6",
  5506. "pathe": "^1.1.2",
  5507. "perfect-debounce": "^1.0.0",
  5508. "pkg-types": "^1.1.1",
  5509. "pretty-bytes": "^6.1.1",
  5510. "radix3": "^1.1.2",
  5511. "rollup": "^4.18.0",
  5512. "rollup-plugin-visualizer": "^5.12.0",
  5513. "scule": "^1.3.0",
  5514. "semver": "^7.6.2",
  5515. "serve-placeholder": "^2.0.2",
  5516. "serve-static": "^1.15.0",
  5517. "std-env": "^3.7.0",
  5518. "ufo": "^1.5.3",
  5519. "uncrypto": "^0.1.3",
  5520. "unctx": "^2.3.1",
  5521. "unenv": "^1.9.0",
  5522. "unimport": "^3.7.2",
  5523. "unstorage": "^1.10.2",
  5524. "unwasm": "^0.3.9"
  5525. },
  5526. "bin": {
  5527. "nitro": "dist/cli/index.mjs",
  5528. "nitropack": "dist/cli/index.mjs"
  5529. },
  5530. "engines": {
  5531. "node": "^16.11.0 || >=17.0.0"
  5532. },
  5533. "peerDependencies": {
  5534. "xml2js": "^0.6.2"
  5535. },
  5536. "peerDependenciesMeta": {
  5537. "xml2js": {
  5538. "optional": true
  5539. }
  5540. }
  5541. },
  5542. "node_modules/nitropack/node_modules/@esbuild/linux-x64": {
  5543. "version": "0.20.2",
  5544. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz",
  5545. "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==",
  5546. "cpu": [
  5547. "x64"
  5548. ],
  5549. "optional": true,
  5550. "os": [
  5551. "linux"
  5552. ],
  5553. "engines": {
  5554. "node": ">=12"
  5555. }
  5556. },
  5557. "node_modules/nitropack/node_modules/chalk": {
  5558. "version": "5.3.0",
  5559. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
  5560. "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
  5561. "engines": {
  5562. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  5563. },
  5564. "funding": {
  5565. "url": "https://github.com/chalk/chalk?sponsor=1"
  5566. }
  5567. },
  5568. "node_modules/nitropack/node_modules/esbuild": {
  5569. "version": "0.20.2",
  5570. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz",
  5571. "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==",
  5572. "hasInstallScript": true,
  5573. "bin": {
  5574. "esbuild": "bin/esbuild"
  5575. },
  5576. "engines": {
  5577. "node": ">=12"
  5578. },
  5579. "optionalDependencies": {
  5580. "@esbuild/aix-ppc64": "0.20.2",
  5581. "@esbuild/android-arm": "0.20.2",
  5582. "@esbuild/android-arm64": "0.20.2",
  5583. "@esbuild/android-x64": "0.20.2",
  5584. "@esbuild/darwin-arm64": "0.20.2",
  5585. "@esbuild/darwin-x64": "0.20.2",
  5586. "@esbuild/freebsd-arm64": "0.20.2",
  5587. "@esbuild/freebsd-x64": "0.20.2",
  5588. "@esbuild/linux-arm": "0.20.2",
  5589. "@esbuild/linux-arm64": "0.20.2",
  5590. "@esbuild/linux-ia32": "0.20.2",
  5591. "@esbuild/linux-loong64": "0.20.2",
  5592. "@esbuild/linux-mips64el": "0.20.2",
  5593. "@esbuild/linux-ppc64": "0.20.2",
  5594. "@esbuild/linux-riscv64": "0.20.2",
  5595. "@esbuild/linux-s390x": "0.20.2",
  5596. "@esbuild/linux-x64": "0.20.2",
  5597. "@esbuild/netbsd-x64": "0.20.2",
  5598. "@esbuild/openbsd-x64": "0.20.2",
  5599. "@esbuild/sunos-x64": "0.20.2",
  5600. "@esbuild/win32-arm64": "0.20.2",
  5601. "@esbuild/win32-ia32": "0.20.2",
  5602. "@esbuild/win32-x64": "0.20.2"
  5603. }
  5604. },
  5605. "node_modules/node-addon-api": {
  5606. "version": "7.1.0",
  5607. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.0.tgz",
  5608. "integrity": "sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g==",
  5609. "engines": {
  5610. "node": "^16 || ^18 || >= 20"
  5611. }
  5612. },
  5613. "node_modules/node-domexception": {
  5614. "version": "1.0.0",
  5615. "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
  5616. "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
  5617. "funding": [
  5618. {
  5619. "type": "github",
  5620. "url": "https://github.com/sponsors/jimmywarting"
  5621. },
  5622. {
  5623. "type": "github",
  5624. "url": "https://paypal.me/jimmywarting"
  5625. }
  5626. ],
  5627. "engines": {
  5628. "node": ">=10.5.0"
  5629. }
  5630. },
  5631. "node_modules/node-fetch": {
  5632. "version": "3.3.2",
  5633. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
  5634. "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
  5635. "dependencies": {
  5636. "data-uri-to-buffer": "^4.0.0",
  5637. "fetch-blob": "^3.1.4",
  5638. "formdata-polyfill": "^4.0.10"
  5639. },
  5640. "engines": {
  5641. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5642. },
  5643. "funding": {
  5644. "type": "opencollective",
  5645. "url": "https://opencollective.com/node-fetch"
  5646. }
  5647. },
  5648. "node_modules/node-fetch-native": {
  5649. "version": "1.6.4",
  5650. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz",
  5651. "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ=="
  5652. },
  5653. "node_modules/node-forge": {
  5654. "version": "1.3.1",
  5655. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
  5656. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  5657. "engines": {
  5658. "node": ">= 6.13.0"
  5659. }
  5660. },
  5661. "node_modules/node-gyp-build": {
  5662. "version": "4.8.1",
  5663. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.1.tgz",
  5664. "integrity": "sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==",
  5665. "bin": {
  5666. "node-gyp-build": "bin.js",
  5667. "node-gyp-build-optional": "optional.js",
  5668. "node-gyp-build-test": "build-test.js"
  5669. }
  5670. },
  5671. "node_modules/node-releases": {
  5672. "version": "2.0.14",
  5673. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
  5674. "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw=="
  5675. },
  5676. "node_modules/nopt": {
  5677. "version": "5.0.0",
  5678. "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
  5679. "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
  5680. "dependencies": {
  5681. "abbrev": "1"
  5682. },
  5683. "bin": {
  5684. "nopt": "bin/nopt.js"
  5685. },
  5686. "engines": {
  5687. "node": ">=6"
  5688. }
  5689. },
  5690. "node_modules/normalize-path": {
  5691. "version": "3.0.0",
  5692. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  5693. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  5694. "engines": {
  5695. "node": ">=0.10.0"
  5696. }
  5697. },
  5698. "node_modules/normalize-range": {
  5699. "version": "0.1.2",
  5700. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  5701. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  5702. "engines": {
  5703. "node": ">=0.10.0"
  5704. }
  5705. },
  5706. "node_modules/npm-run-path": {
  5707. "version": "5.3.0",
  5708. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
  5709. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  5710. "dependencies": {
  5711. "path-key": "^4.0.0"
  5712. },
  5713. "engines": {
  5714. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5715. },
  5716. "funding": {
  5717. "url": "https://github.com/sponsors/sindresorhus"
  5718. }
  5719. },
  5720. "node_modules/npm-run-path/node_modules/path-key": {
  5721. "version": "4.0.0",
  5722. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  5723. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  5724. "engines": {
  5725. "node": ">=12"
  5726. },
  5727. "funding": {
  5728. "url": "https://github.com/sponsors/sindresorhus"
  5729. }
  5730. },
  5731. "node_modules/npmlog": {
  5732. "version": "5.0.1",
  5733. "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
  5734. "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
  5735. "deprecated": "This package is no longer supported.",
  5736. "dependencies": {
  5737. "are-we-there-yet": "^2.0.0",
  5738. "console-control-strings": "^1.1.0",
  5739. "gauge": "^3.0.0",
  5740. "set-blocking": "^2.0.0"
  5741. }
  5742. },
  5743. "node_modules/nth-check": {
  5744. "version": "2.1.1",
  5745. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  5746. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  5747. "dependencies": {
  5748. "boolbase": "^1.0.0"
  5749. },
  5750. "funding": {
  5751. "url": "https://github.com/fb55/nth-check?sponsor=1"
  5752. }
  5753. },
  5754. "node_modules/nuxi": {
  5755. "version": "3.12.0",
  5756. "resolved": "https://registry.npmjs.org/nuxi/-/nuxi-3.12.0.tgz",
  5757. "integrity": "sha512-6vRdiXTw9SajEQOUi6Ze/XaIXzy1q/sD5UqHQSv3yqTu7Pot5S7fEihNXV8LpcgLz+9HzjVt70r7jYe7R99c2w==",
  5758. "bin": {
  5759. "nuxi": "bin/nuxi.mjs",
  5760. "nuxi-ng": "bin/nuxi.mjs",
  5761. "nuxt": "bin/nuxi.mjs",
  5762. "nuxt-cli": "bin/nuxi.mjs"
  5763. },
  5764. "engines": {
  5765. "node": "^16.10.0 || >=18.0.0"
  5766. },
  5767. "optionalDependencies": {
  5768. "fsevents": "~2.3.3"
  5769. }
  5770. },
  5771. "node_modules/nuxi/node_modules/fsevents": {
  5772. "version": "2.3.3",
  5773. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  5774. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  5775. "hasInstallScript": true,
  5776. "optional": true,
  5777. "os": [
  5778. "darwin"
  5779. ],
  5780. "engines": {
  5781. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5782. }
  5783. },
  5784. "node_modules/nuxt": {
  5785. "version": "3.12.3",
  5786. "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-3.12.3.tgz",
  5787. "integrity": "sha512-Qdkc+ucWwFcKsiL/OTF87jbgyFSymwPRKiiu0mvzsd/RXTn4hGiBduAlF3f7Yy0F9pDjSj8XHKDSnHYsDzm6rA==",
  5788. "dependencies": {
  5789. "@nuxt/devalue": "^2.0.2",
  5790. "@nuxt/devtools": "^1.3.7",
  5791. "@nuxt/kit": "3.12.3",
  5792. "@nuxt/schema": "3.12.3",
  5793. "@nuxt/telemetry": "^2.5.4",
  5794. "@nuxt/vite-builder": "3.12.3",
  5795. "@unhead/dom": "^1.9.14",
  5796. "@unhead/ssr": "^1.9.14",
  5797. "@unhead/vue": "^1.9.14",
  5798. "@vue/shared": "^3.4.31",
  5799. "acorn": "8.12.0",
  5800. "c12": "^1.11.1",
  5801. "chokidar": "^3.6.0",
  5802. "compatx": "^0.1.8",
  5803. "consola": "^3.2.3",
  5804. "cookie-es": "^1.1.0",
  5805. "defu": "^6.1.4",
  5806. "destr": "^2.0.3",
  5807. "devalue": "^5.0.0",
  5808. "esbuild": "^0.23.0",
  5809. "escape-string-regexp": "^5.0.0",
  5810. "estree-walker": "^3.0.3",
  5811. "globby": "^14.0.2",
  5812. "h3": "^1.12.0",
  5813. "hookable": "^5.5.3",
  5814. "ignore": "^5.3.1",
  5815. "jiti": "^1.21.6",
  5816. "klona": "^2.0.6",
  5817. "knitwork": "^1.1.0",
  5818. "magic-string": "^0.30.10",
  5819. "mlly": "^1.7.1",
  5820. "nitropack": "^2.9.7",
  5821. "nuxi": "^3.12.0",
  5822. "nypm": "^0.3.9",
  5823. "ofetch": "^1.3.4",
  5824. "ohash": "^1.1.3",
  5825. "pathe": "^1.1.2",
  5826. "perfect-debounce": "^1.0.0",
  5827. "pkg-types": "^1.1.2",
  5828. "radix3": "^1.1.2",
  5829. "scule": "^1.3.0",
  5830. "semver": "^7.6.2",
  5831. "std-env": "^3.7.0",
  5832. "strip-literal": "^2.1.0",
  5833. "ufo": "^1.5.3",
  5834. "ultrahtml": "^1.5.3",
  5835. "uncrypto": "^0.1.3",
  5836. "unctx": "^2.3.1",
  5837. "unenv": "^1.9.0",
  5838. "unimport": "^3.7.2",
  5839. "unplugin": "^1.11.0",
  5840. "unplugin-vue-router": "^0.10.0",
  5841. "unstorage": "^1.10.2",
  5842. "untyped": "^1.4.2",
  5843. "vue": "^3.4.31",
  5844. "vue-bundle-renderer": "^2.1.0",
  5845. "vue-devtools-stub": "^0.1.0",
  5846. "vue-router": "^4.4.0"
  5847. },
  5848. "bin": {
  5849. "nuxi": "bin/nuxt.mjs",
  5850. "nuxt": "bin/nuxt.mjs"
  5851. },
  5852. "engines": {
  5853. "node": "^14.18.0 || >=16.10.0"
  5854. },
  5855. "peerDependencies": {
  5856. "@parcel/watcher": "^2.1.0",
  5857. "@types/node": "^14.18.0 || >=16.10.0"
  5858. },
  5859. "peerDependenciesMeta": {
  5860. "@parcel/watcher": {
  5861. "optional": true
  5862. },
  5863. "@types/node": {
  5864. "optional": true
  5865. }
  5866. }
  5867. },
  5868. "node_modules/nypm": {
  5869. "version": "0.3.9",
  5870. "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.3.9.tgz",
  5871. "integrity": "sha512-BI2SdqqTHg2d4wJh8P9A1W+bslg33vOE9IZDY6eR2QC+Pu1iNBVZUqczrd43rJb+fMzHU7ltAYKsEFY/kHMFcw==",
  5872. "dependencies": {
  5873. "citty": "^0.1.6",
  5874. "consola": "^3.2.3",
  5875. "execa": "^8.0.1",
  5876. "pathe": "^1.1.2",
  5877. "pkg-types": "^1.1.1",
  5878. "ufo": "^1.5.3"
  5879. },
  5880. "bin": {
  5881. "nypm": "dist/cli.mjs"
  5882. },
  5883. "engines": {
  5884. "node": "^14.16.0 || >=16.10.0"
  5885. }
  5886. },
  5887. "node_modules/nypm/node_modules/execa": {
  5888. "version": "8.0.1",
  5889. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  5890. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  5891. "dependencies": {
  5892. "cross-spawn": "^7.0.3",
  5893. "get-stream": "^8.0.1",
  5894. "human-signals": "^5.0.0",
  5895. "is-stream": "^3.0.0",
  5896. "merge-stream": "^2.0.0",
  5897. "npm-run-path": "^5.1.0",
  5898. "onetime": "^6.0.0",
  5899. "signal-exit": "^4.1.0",
  5900. "strip-final-newline": "^3.0.0"
  5901. },
  5902. "engines": {
  5903. "node": ">=16.17"
  5904. },
  5905. "funding": {
  5906. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  5907. }
  5908. },
  5909. "node_modules/nypm/node_modules/get-stream": {
  5910. "version": "8.0.1",
  5911. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  5912. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  5913. "engines": {
  5914. "node": ">=16"
  5915. },
  5916. "funding": {
  5917. "url": "https://github.com/sponsors/sindresorhus"
  5918. }
  5919. },
  5920. "node_modules/nypm/node_modules/human-signals": {
  5921. "version": "5.0.0",
  5922. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  5923. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  5924. "engines": {
  5925. "node": ">=16.17.0"
  5926. }
  5927. },
  5928. "node_modules/nypm/node_modules/signal-exit": {
  5929. "version": "4.1.0",
  5930. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  5931. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  5932. "engines": {
  5933. "node": ">=14"
  5934. },
  5935. "funding": {
  5936. "url": "https://github.com/sponsors/isaacs"
  5937. }
  5938. },
  5939. "node_modules/object-assign": {
  5940. "version": "4.1.1",
  5941. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  5942. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5943. "engines": {
  5944. "node": ">=0.10.0"
  5945. }
  5946. },
  5947. "node_modules/object-hash": {
  5948. "version": "3.0.0",
  5949. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  5950. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  5951. "dev": true,
  5952. "engines": {
  5953. "node": ">= 6"
  5954. }
  5955. },
  5956. "node_modules/ofetch": {
  5957. "version": "1.4.0",
  5958. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.0.tgz",
  5959. "integrity": "sha512-MuHgsEhU6zGeX+EMh+8mSMrYTnsqJQQrpM00Q6QHMKNqQ0bKy0B43tk8tL1wg+CnsSTy1kg4Ir2T5Ig6rD+dfQ==",
  5960. "dependencies": {
  5961. "destr": "^2.0.3",
  5962. "node-fetch-native": "^1.6.4",
  5963. "ufo": "^1.5.4"
  5964. }
  5965. },
  5966. "node_modules/ohash": {
  5967. "version": "1.1.4",
  5968. "resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.4.tgz",
  5969. "integrity": "sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g=="
  5970. },
  5971. "node_modules/on-finished": {
  5972. "version": "2.4.1",
  5973. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  5974. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  5975. "dependencies": {
  5976. "ee-first": "1.1.1"
  5977. },
  5978. "engines": {
  5979. "node": ">= 0.8"
  5980. }
  5981. },
  5982. "node_modules/once": {
  5983. "version": "1.4.0",
  5984. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  5985. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  5986. "dependencies": {
  5987. "wrappy": "1"
  5988. }
  5989. },
  5990. "node_modules/onetime": {
  5991. "version": "6.0.0",
  5992. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  5993. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  5994. "dependencies": {
  5995. "mimic-fn": "^4.0.0"
  5996. },
  5997. "engines": {
  5998. "node": ">=12"
  5999. },
  6000. "funding": {
  6001. "url": "https://github.com/sponsors/sindresorhus"
  6002. }
  6003. },
  6004. "node_modules/open": {
  6005. "version": "8.4.2",
  6006. "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
  6007. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  6008. "dependencies": {
  6009. "define-lazy-prop": "^2.0.0",
  6010. "is-docker": "^2.1.1",
  6011. "is-wsl": "^2.2.0"
  6012. },
  6013. "engines": {
  6014. "node": ">=12"
  6015. },
  6016. "funding": {
  6017. "url": "https://github.com/sponsors/sindresorhus"
  6018. }
  6019. },
  6020. "node_modules/open/node_modules/is-docker": {
  6021. "version": "2.2.1",
  6022. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  6023. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  6024. "bin": {
  6025. "is-docker": "cli.js"
  6026. },
  6027. "engines": {
  6028. "node": ">=8"
  6029. },
  6030. "funding": {
  6031. "url": "https://github.com/sponsors/sindresorhus"
  6032. }
  6033. },
  6034. "node_modules/open/node_modules/is-wsl": {
  6035. "version": "2.2.0",
  6036. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  6037. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  6038. "dependencies": {
  6039. "is-docker": "^2.0.0"
  6040. },
  6041. "engines": {
  6042. "node": ">=8"
  6043. }
  6044. },
  6045. "node_modules/openapi-typescript": {
  6046. "version": "6.7.6",
  6047. "resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-6.7.6.tgz",
  6048. "integrity": "sha512-c/hfooPx+RBIOPM09GSxABOZhYPblDoyaGhqBkD/59vtpN21jEuWKDlM0KYTvqJVlSYjKs0tBcIdeXKChlSPtw==",
  6049. "dependencies": {
  6050. "ansi-colors": "^4.1.3",
  6051. "fast-glob": "^3.3.2",
  6052. "js-yaml": "^4.1.0",
  6053. "supports-color": "^9.4.0",
  6054. "undici": "^5.28.4",
  6055. "yargs-parser": "^21.1.1"
  6056. },
  6057. "bin": {
  6058. "openapi-typescript": "bin/cli.js"
  6059. }
  6060. },
  6061. "node_modules/openapi-typescript/node_modules/supports-color": {
  6062. "version": "9.4.0",
  6063. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
  6064. "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
  6065. "engines": {
  6066. "node": ">=12"
  6067. },
  6068. "funding": {
  6069. "url": "https://github.com/chalk/supports-color?sponsor=1"
  6070. }
  6071. },
  6072. "node_modules/package-json-from-dist": {
  6073. "version": "1.0.0",
  6074. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
  6075. "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw=="
  6076. },
  6077. "node_modules/parse-git-config": {
  6078. "version": "3.0.0",
  6079. "resolved": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-3.0.0.tgz",
  6080. "integrity": "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==",
  6081. "dependencies": {
  6082. "git-config-path": "^2.0.0",
  6083. "ini": "^1.3.5"
  6084. },
  6085. "engines": {
  6086. "node": ">=8"
  6087. }
  6088. },
  6089. "node_modules/parse-git-config/node_modules/ini": {
  6090. "version": "1.3.8",
  6091. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  6092. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  6093. },
  6094. "node_modules/parse-path": {
  6095. "version": "7.0.0",
  6096. "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.0.0.tgz",
  6097. "integrity": "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==",
  6098. "dependencies": {
  6099. "protocols": "^2.0.0"
  6100. }
  6101. },
  6102. "node_modules/parse-url": {
  6103. "version": "8.1.0",
  6104. "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-8.1.0.tgz",
  6105. "integrity": "sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==",
  6106. "dependencies": {
  6107. "parse-path": "^7.0.0"
  6108. }
  6109. },
  6110. "node_modules/parseurl": {
  6111. "version": "1.3.3",
  6112. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  6113. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  6114. "engines": {
  6115. "node": ">= 0.8"
  6116. }
  6117. },
  6118. "node_modules/path-is-absolute": {
  6119. "version": "1.0.1",
  6120. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  6121. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  6122. "engines": {
  6123. "node": ">=0.10.0"
  6124. }
  6125. },
  6126. "node_modules/path-key": {
  6127. "version": "3.1.1",
  6128. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  6129. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  6130. "engines": {
  6131. "node": ">=8"
  6132. }
  6133. },
  6134. "node_modules/path-parse": {
  6135. "version": "1.0.7",
  6136. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  6137. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  6138. },
  6139. "node_modules/path-scurry": {
  6140. "version": "1.11.1",
  6141. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  6142. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  6143. "dependencies": {
  6144. "lru-cache": "^10.2.0",
  6145. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  6146. },
  6147. "engines": {
  6148. "node": ">=16 || 14 >=14.18"
  6149. },
  6150. "funding": {
  6151. "url": "https://github.com/sponsors/isaacs"
  6152. }
  6153. },
  6154. "node_modules/path-scurry/node_modules/lru-cache": {
  6155. "version": "10.2.1",
  6156. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.1.tgz",
  6157. "integrity": "sha512-tS24spDe/zXhWbNPErCHs/AGOzbKGHT+ybSBqmdLm8WZ1xXLWvH8Qn71QPAlqVhd0qUTWjy+Kl9JmISgDdEjsA==",
  6158. "engines": {
  6159. "node": "14 || >=16.14"
  6160. }
  6161. },
  6162. "node_modules/path-type": {
  6163. "version": "5.0.0",
  6164. "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
  6165. "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
  6166. "engines": {
  6167. "node": ">=12"
  6168. },
  6169. "funding": {
  6170. "url": "https://github.com/sponsors/sindresorhus"
  6171. }
  6172. },
  6173. "node_modules/pathe": {
  6174. "version": "1.1.2",
  6175. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  6176. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  6177. },
  6178. "node_modules/pathval": {
  6179. "version": "2.0.0",
  6180. "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.0.tgz",
  6181. "integrity": "sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==",
  6182. "dev": true,
  6183. "engines": {
  6184. "node": ">= 14.16"
  6185. }
  6186. },
  6187. "node_modules/perfect-debounce": {
  6188. "version": "1.0.0",
  6189. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  6190. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA=="
  6191. },
  6192. "node_modules/picocolors": {
  6193. "version": "1.0.1",
  6194. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
  6195. "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew=="
  6196. },
  6197. "node_modules/picomatch": {
  6198. "version": "2.3.1",
  6199. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  6200. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  6201. "engines": {
  6202. "node": ">=8.6"
  6203. },
  6204. "funding": {
  6205. "url": "https://github.com/sponsors/jonschlinkert"
  6206. }
  6207. },
  6208. "node_modules/pify": {
  6209. "version": "2.3.0",
  6210. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  6211. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  6212. "dev": true,
  6213. "engines": {
  6214. "node": ">=0.10.0"
  6215. }
  6216. },
  6217. "node_modules/pinia": {
  6218. "version": "2.2.4",
  6219. "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.4.tgz",
  6220. "integrity": "sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==",
  6221. "dependencies": {
  6222. "@vue/devtools-api": "^6.6.3",
  6223. "vue-demi": "^0.14.10"
  6224. },
  6225. "funding": {
  6226. "url": "https://github.com/sponsors/posva"
  6227. },
  6228. "peerDependencies": {
  6229. "@vue/composition-api": "^1.4.0",
  6230. "typescript": ">=4.4.4",
  6231. "vue": "^2.6.14 || ^3.3.0"
  6232. },
  6233. "peerDependenciesMeta": {
  6234. "@vue/composition-api": {
  6235. "optional": true
  6236. },
  6237. "typescript": {
  6238. "optional": true
  6239. }
  6240. }
  6241. },
  6242. "node_modules/pinia/node_modules/vue-demi": {
  6243. "version": "0.14.10",
  6244. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  6245. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  6246. "hasInstallScript": true,
  6247. "bin": {
  6248. "vue-demi-fix": "bin/vue-demi-fix.js",
  6249. "vue-demi-switch": "bin/vue-demi-switch.js"
  6250. },
  6251. "engines": {
  6252. "node": ">=12"
  6253. },
  6254. "funding": {
  6255. "url": "https://github.com/sponsors/antfu"
  6256. },
  6257. "peerDependencies": {
  6258. "@vue/composition-api": "^1.0.0-rc.1",
  6259. "vue": "^3.0.0-0 || ^2.6.0"
  6260. },
  6261. "peerDependenciesMeta": {
  6262. "@vue/composition-api": {
  6263. "optional": true
  6264. }
  6265. }
  6266. },
  6267. "node_modules/pirates": {
  6268. "version": "4.0.6",
  6269. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
  6270. "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
  6271. "dev": true,
  6272. "engines": {
  6273. "node": ">= 6"
  6274. }
  6275. },
  6276. "node_modules/pkg-types": {
  6277. "version": "1.2.0",
  6278. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.2.0.tgz",
  6279. "integrity": "sha512-+ifYuSSqOQ8CqP4MbZA5hDpb97n3E8SVWdJe+Wms9kj745lmd3b7EZJiqvmLwAlmRfjrI7Hi5z3kdBJ93lFNPA==",
  6280. "dependencies": {
  6281. "confbox": "^0.1.7",
  6282. "mlly": "^1.7.1",
  6283. "pathe": "^1.1.2"
  6284. }
  6285. },
  6286. "node_modules/playwright": {
  6287. "version": "1.48.0",
  6288. "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.0.tgz",
  6289. "integrity": "sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==",
  6290. "dev": true,
  6291. "dependencies": {
  6292. "playwright-core": "1.48.0"
  6293. },
  6294. "bin": {
  6295. "playwright": "cli.js"
  6296. },
  6297. "engines": {
  6298. "node": ">=18"
  6299. },
  6300. "optionalDependencies": {
  6301. "fsevents": "2.3.2"
  6302. }
  6303. },
  6304. "node_modules/playwright-core": {
  6305. "version": "1.48.0",
  6306. "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.0.tgz",
  6307. "integrity": "sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==",
  6308. "dev": true,
  6309. "bin": {
  6310. "playwright-core": "cli.js"
  6311. },
  6312. "engines": {
  6313. "node": ">=18"
  6314. }
  6315. },
  6316. "node_modules/postcss": {
  6317. "version": "8.4.39",
  6318. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz",
  6319. "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==",
  6320. "funding": [
  6321. {
  6322. "type": "opencollective",
  6323. "url": "https://opencollective.com/postcss/"
  6324. },
  6325. {
  6326. "type": "tidelift",
  6327. "url": "https://tidelift.com/funding/github/npm/postcss"
  6328. },
  6329. {
  6330. "type": "github",
  6331. "url": "https://github.com/sponsors/ai"
  6332. }
  6333. ],
  6334. "dependencies": {
  6335. "nanoid": "^3.3.7",
  6336. "picocolors": "^1.0.1",
  6337. "source-map-js": "^1.2.0"
  6338. },
  6339. "engines": {
  6340. "node": "^10 || ^12 || >=14"
  6341. }
  6342. },
  6343. "node_modules/postcss-calc": {
  6344. "version": "10.0.0",
  6345. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.0.0.tgz",
  6346. "integrity": "sha512-OmjhudoNTP0QleZCwl1i6NeBwN+5MZbY5ersLZz69mjJiDVv/p57RjRuKDkHeDWr4T+S97wQfsqRTNoDHB2e3g==",
  6347. "dependencies": {
  6348. "postcss-selector-parser": "^6.0.16",
  6349. "postcss-value-parser": "^4.2.0"
  6350. },
  6351. "engines": {
  6352. "node": "^18.12 || ^20.9 || >=22.0"
  6353. },
  6354. "peerDependencies": {
  6355. "postcss": "^8.4.38"
  6356. }
  6357. },
  6358. "node_modules/postcss-colormin": {
  6359. "version": "7.0.1",
  6360. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.1.tgz",
  6361. "integrity": "sha512-uszdT0dULt3FQs47G5UHCduYK+FnkLYlpu1HpWu061eGsKZ7setoG7kA+WC9NQLsOJf69D5TxGHgnAdRgylnFQ==",
  6362. "dependencies": {
  6363. "browserslist": "^4.23.1",
  6364. "caniuse-api": "^3.0.0",
  6365. "colord": "^2.9.3",
  6366. "postcss-value-parser": "^4.2.0"
  6367. },
  6368. "engines": {
  6369. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6370. },
  6371. "peerDependencies": {
  6372. "postcss": "^8.4.31"
  6373. }
  6374. },
  6375. "node_modules/postcss-convert-values": {
  6376. "version": "7.0.2",
  6377. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.2.tgz",
  6378. "integrity": "sha512-MuZIF6HJ4izko07Q0TgW6pClalI4al6wHRNPkFzqQdwAwG7hPn0lA58VZdxyb2Vl5AYjJ1piO+jgF9EnTjQwQQ==",
  6379. "dependencies": {
  6380. "browserslist": "^4.23.1",
  6381. "postcss-value-parser": "^4.2.0"
  6382. },
  6383. "engines": {
  6384. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6385. },
  6386. "peerDependencies": {
  6387. "postcss": "^8.4.31"
  6388. }
  6389. },
  6390. "node_modules/postcss-discard-comments": {
  6391. "version": "7.0.1",
  6392. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.1.tgz",
  6393. "integrity": "sha512-GVrQxUOhmle1W6jX2SvNLt4kmN+JYhV7mzI6BMnkAWR9DtVvg8e67rrV0NfdWhn7x1zxvzdWkMBPdBDCls+uwQ==",
  6394. "dependencies": {
  6395. "postcss-selector-parser": "^6.1.0"
  6396. },
  6397. "engines": {
  6398. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6399. },
  6400. "peerDependencies": {
  6401. "postcss": "^8.4.31"
  6402. }
  6403. },
  6404. "node_modules/postcss-discard-duplicates": {
  6405. "version": "7.0.0",
  6406. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.0.tgz",
  6407. "integrity": "sha512-bAnSuBop5LpAIUmmOSsuvtKAAKREB6BBIYStWUTGq8oG5q9fClDMMuY8i4UPI/cEcDx2TN+7PMnXYIId20UVDw==",
  6408. "engines": {
  6409. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6410. },
  6411. "peerDependencies": {
  6412. "postcss": "^8.4.31"
  6413. }
  6414. },
  6415. "node_modules/postcss-discard-empty": {
  6416. "version": "7.0.0",
  6417. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.0.tgz",
  6418. "integrity": "sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==",
  6419. "engines": {
  6420. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6421. },
  6422. "peerDependencies": {
  6423. "postcss": "^8.4.31"
  6424. }
  6425. },
  6426. "node_modules/postcss-discard-overridden": {
  6427. "version": "7.0.0",
  6428. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.0.tgz",
  6429. "integrity": "sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==",
  6430. "engines": {
  6431. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6432. },
  6433. "peerDependencies": {
  6434. "postcss": "^8.4.31"
  6435. }
  6436. },
  6437. "node_modules/postcss-import": {
  6438. "version": "15.1.0",
  6439. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
  6440. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  6441. "dev": true,
  6442. "dependencies": {
  6443. "postcss-value-parser": "^4.0.0",
  6444. "read-cache": "^1.0.0",
  6445. "resolve": "^1.1.7"
  6446. },
  6447. "engines": {
  6448. "node": ">=14.0.0"
  6449. },
  6450. "peerDependencies": {
  6451. "postcss": "^8.0.0"
  6452. }
  6453. },
  6454. "node_modules/postcss-js": {
  6455. "version": "4.0.1",
  6456. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
  6457. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  6458. "dev": true,
  6459. "dependencies": {
  6460. "camelcase-css": "^2.0.1"
  6461. },
  6462. "engines": {
  6463. "node": "^12 || ^14 || >= 16"
  6464. },
  6465. "funding": {
  6466. "type": "opencollective",
  6467. "url": "https://opencollective.com/postcss/"
  6468. },
  6469. "peerDependencies": {
  6470. "postcss": "^8.4.21"
  6471. }
  6472. },
  6473. "node_modules/postcss-load-config": {
  6474. "version": "4.0.2",
  6475. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
  6476. "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
  6477. "dev": true,
  6478. "funding": [
  6479. {
  6480. "type": "opencollective",
  6481. "url": "https://opencollective.com/postcss/"
  6482. },
  6483. {
  6484. "type": "github",
  6485. "url": "https://github.com/sponsors/ai"
  6486. }
  6487. ],
  6488. "dependencies": {
  6489. "lilconfig": "^3.0.0",
  6490. "yaml": "^2.3.4"
  6491. },
  6492. "engines": {
  6493. "node": ">= 14"
  6494. },
  6495. "peerDependencies": {
  6496. "postcss": ">=8.0.9",
  6497. "ts-node": ">=9.0.0"
  6498. },
  6499. "peerDependenciesMeta": {
  6500. "postcss": {
  6501. "optional": true
  6502. },
  6503. "ts-node": {
  6504. "optional": true
  6505. }
  6506. }
  6507. },
  6508. "node_modules/postcss-merge-longhand": {
  6509. "version": "7.0.2",
  6510. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.2.tgz",
  6511. "integrity": "sha512-06vrW6ZWi9qeP7KMS9fsa9QW56+tIMW55KYqF7X3Ccn+NI2pIgPV6gFfvXTMQ05H90Y5DvnCDPZ2IuHa30PMUg==",
  6512. "dependencies": {
  6513. "postcss-value-parser": "^4.2.0",
  6514. "stylehacks": "^7.0.2"
  6515. },
  6516. "engines": {
  6517. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6518. },
  6519. "peerDependencies": {
  6520. "postcss": "^8.4.31"
  6521. }
  6522. },
  6523. "node_modules/postcss-merge-rules": {
  6524. "version": "7.0.2",
  6525. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.2.tgz",
  6526. "integrity": "sha512-VAR47UNvRsdrTHLe7TV1CeEtF9SJYR5ukIB9U4GZyZOptgtsS20xSxy+k5wMrI3udST6O1XuIn7cjQkg7sDAAw==",
  6527. "dependencies": {
  6528. "browserslist": "^4.23.1",
  6529. "caniuse-api": "^3.0.0",
  6530. "cssnano-utils": "^5.0.0",
  6531. "postcss-selector-parser": "^6.1.0"
  6532. },
  6533. "engines": {
  6534. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6535. },
  6536. "peerDependencies": {
  6537. "postcss": "^8.4.31"
  6538. }
  6539. },
  6540. "node_modules/postcss-minify-font-values": {
  6541. "version": "7.0.0",
  6542. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz",
  6543. "integrity": "sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==",
  6544. "dependencies": {
  6545. "postcss-value-parser": "^4.2.0"
  6546. },
  6547. "engines": {
  6548. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6549. },
  6550. "peerDependencies": {
  6551. "postcss": "^8.4.31"
  6552. }
  6553. },
  6554. "node_modules/postcss-minify-gradients": {
  6555. "version": "7.0.0",
  6556. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.0.tgz",
  6557. "integrity": "sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==",
  6558. "dependencies": {
  6559. "colord": "^2.9.3",
  6560. "cssnano-utils": "^5.0.0",
  6561. "postcss-value-parser": "^4.2.0"
  6562. },
  6563. "engines": {
  6564. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6565. },
  6566. "peerDependencies": {
  6567. "postcss": "^8.4.31"
  6568. }
  6569. },
  6570. "node_modules/postcss-minify-params": {
  6571. "version": "7.0.1",
  6572. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.1.tgz",
  6573. "integrity": "sha512-e+Xt8xErSRPgSRFxHeBCSxMiO8B8xng7lh8E0A5ep1VfwYhY8FXhu4Q3APMjgx9YDDbSp53IBGENrzygbUvgUQ==",
  6574. "dependencies": {
  6575. "browserslist": "^4.23.1",
  6576. "cssnano-utils": "^5.0.0",
  6577. "postcss-value-parser": "^4.2.0"
  6578. },
  6579. "engines": {
  6580. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6581. },
  6582. "peerDependencies": {
  6583. "postcss": "^8.4.31"
  6584. }
  6585. },
  6586. "node_modules/postcss-minify-selectors": {
  6587. "version": "7.0.2",
  6588. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.2.tgz",
  6589. "integrity": "sha512-dCzm04wqW1uqLmDZ41XYNBJfjgps3ZugDpogAmJXoCb5oCiTzIX4oPXXKxDpTvWOnKxQKR4EbV4ZawJBLcdXXA==",
  6590. "dependencies": {
  6591. "cssesc": "^3.0.0",
  6592. "postcss-selector-parser": "^6.1.0"
  6593. },
  6594. "engines": {
  6595. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6596. },
  6597. "peerDependencies": {
  6598. "postcss": "^8.4.31"
  6599. }
  6600. },
  6601. "node_modules/postcss-nested": {
  6602. "version": "6.0.1",
  6603. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz",
  6604. "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==",
  6605. "dev": true,
  6606. "dependencies": {
  6607. "postcss-selector-parser": "^6.0.11"
  6608. },
  6609. "engines": {
  6610. "node": ">=12.0"
  6611. },
  6612. "funding": {
  6613. "type": "opencollective",
  6614. "url": "https://opencollective.com/postcss/"
  6615. },
  6616. "peerDependencies": {
  6617. "postcss": "^8.2.14"
  6618. }
  6619. },
  6620. "node_modules/postcss-normalize-charset": {
  6621. "version": "7.0.0",
  6622. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.0.tgz",
  6623. "integrity": "sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==",
  6624. "engines": {
  6625. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6626. },
  6627. "peerDependencies": {
  6628. "postcss": "^8.4.31"
  6629. }
  6630. },
  6631. "node_modules/postcss-normalize-display-values": {
  6632. "version": "7.0.0",
  6633. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.0.tgz",
  6634. "integrity": "sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==",
  6635. "dependencies": {
  6636. "postcss-value-parser": "^4.2.0"
  6637. },
  6638. "engines": {
  6639. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6640. },
  6641. "peerDependencies": {
  6642. "postcss": "^8.4.31"
  6643. }
  6644. },
  6645. "node_modules/postcss-normalize-positions": {
  6646. "version": "7.0.0",
  6647. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.0.tgz",
  6648. "integrity": "sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==",
  6649. "dependencies": {
  6650. "postcss-value-parser": "^4.2.0"
  6651. },
  6652. "engines": {
  6653. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6654. },
  6655. "peerDependencies": {
  6656. "postcss": "^8.4.31"
  6657. }
  6658. },
  6659. "node_modules/postcss-normalize-repeat-style": {
  6660. "version": "7.0.0",
  6661. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.0.tgz",
  6662. "integrity": "sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==",
  6663. "dependencies": {
  6664. "postcss-value-parser": "^4.2.0"
  6665. },
  6666. "engines": {
  6667. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6668. },
  6669. "peerDependencies": {
  6670. "postcss": "^8.4.31"
  6671. }
  6672. },
  6673. "node_modules/postcss-normalize-string": {
  6674. "version": "7.0.0",
  6675. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.0.tgz",
  6676. "integrity": "sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==",
  6677. "dependencies": {
  6678. "postcss-value-parser": "^4.2.0"
  6679. },
  6680. "engines": {
  6681. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6682. },
  6683. "peerDependencies": {
  6684. "postcss": "^8.4.31"
  6685. }
  6686. },
  6687. "node_modules/postcss-normalize-timing-functions": {
  6688. "version": "7.0.0",
  6689. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.0.tgz",
  6690. "integrity": "sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==",
  6691. "dependencies": {
  6692. "postcss-value-parser": "^4.2.0"
  6693. },
  6694. "engines": {
  6695. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6696. },
  6697. "peerDependencies": {
  6698. "postcss": "^8.4.31"
  6699. }
  6700. },
  6701. "node_modules/postcss-normalize-unicode": {
  6702. "version": "7.0.1",
  6703. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.1.tgz",
  6704. "integrity": "sha512-PTPGdY9xAkTw+8ZZ71DUePb7M/Vtgkbbq+EoI33EuyQEzbKemEQMhe5QSr0VP5UfZlreANDPxSfcdSprENcbsg==",
  6705. "dependencies": {
  6706. "browserslist": "^4.23.1",
  6707. "postcss-value-parser": "^4.2.0"
  6708. },
  6709. "engines": {
  6710. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6711. },
  6712. "peerDependencies": {
  6713. "postcss": "^8.4.31"
  6714. }
  6715. },
  6716. "node_modules/postcss-normalize-url": {
  6717. "version": "7.0.0",
  6718. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.0.tgz",
  6719. "integrity": "sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==",
  6720. "dependencies": {
  6721. "postcss-value-parser": "^4.2.0"
  6722. },
  6723. "engines": {
  6724. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6725. },
  6726. "peerDependencies": {
  6727. "postcss": "^8.4.31"
  6728. }
  6729. },
  6730. "node_modules/postcss-normalize-whitespace": {
  6731. "version": "7.0.0",
  6732. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.0.tgz",
  6733. "integrity": "sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==",
  6734. "dependencies": {
  6735. "postcss-value-parser": "^4.2.0"
  6736. },
  6737. "engines": {
  6738. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6739. },
  6740. "peerDependencies": {
  6741. "postcss": "^8.4.31"
  6742. }
  6743. },
  6744. "node_modules/postcss-ordered-values": {
  6745. "version": "7.0.1",
  6746. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.1.tgz",
  6747. "integrity": "sha512-irWScWRL6nRzYmBOXReIKch75RRhNS86UPUAxXdmW/l0FcAsg0lvAXQCby/1lymxn/o0gVa6Rv/0f03eJOwHxw==",
  6748. "dependencies": {
  6749. "cssnano-utils": "^5.0.0",
  6750. "postcss-value-parser": "^4.2.0"
  6751. },
  6752. "engines": {
  6753. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6754. },
  6755. "peerDependencies": {
  6756. "postcss": "^8.4.31"
  6757. }
  6758. },
  6759. "node_modules/postcss-reduce-initial": {
  6760. "version": "7.0.1",
  6761. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.1.tgz",
  6762. "integrity": "sha512-0JDUSV4bGB5FGM5g8MkS+rvqKukJZ7OTHw/lcKn7xPNqeaqJyQbUO8/dJpvyTpaVwPsd3Uc33+CfNzdVowp2WA==",
  6763. "dependencies": {
  6764. "browserslist": "^4.23.1",
  6765. "caniuse-api": "^3.0.0"
  6766. },
  6767. "engines": {
  6768. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6769. },
  6770. "peerDependencies": {
  6771. "postcss": "^8.4.31"
  6772. }
  6773. },
  6774. "node_modules/postcss-reduce-transforms": {
  6775. "version": "7.0.0",
  6776. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.0.tgz",
  6777. "integrity": "sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==",
  6778. "dependencies": {
  6779. "postcss-value-parser": "^4.2.0"
  6780. },
  6781. "engines": {
  6782. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6783. },
  6784. "peerDependencies": {
  6785. "postcss": "^8.4.31"
  6786. }
  6787. },
  6788. "node_modules/postcss-selector-parser": {
  6789. "version": "6.1.0",
  6790. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz",
  6791. "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==",
  6792. "dependencies": {
  6793. "cssesc": "^3.0.0",
  6794. "util-deprecate": "^1.0.2"
  6795. },
  6796. "engines": {
  6797. "node": ">=4"
  6798. }
  6799. },
  6800. "node_modules/postcss-svgo": {
  6801. "version": "7.0.1",
  6802. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.0.1.tgz",
  6803. "integrity": "sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==",
  6804. "dependencies": {
  6805. "postcss-value-parser": "^4.2.0",
  6806. "svgo": "^3.3.2"
  6807. },
  6808. "engines": {
  6809. "node": "^18.12.0 || ^20.9.0 || >= 18"
  6810. },
  6811. "peerDependencies": {
  6812. "postcss": "^8.4.31"
  6813. }
  6814. },
  6815. "node_modules/postcss-unique-selectors": {
  6816. "version": "7.0.1",
  6817. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.1.tgz",
  6818. "integrity": "sha512-MH7QE/eKUftTB5ta40xcHLl7hkZjgDFydpfTK+QWXeHxghVt3VoPqYL5/G+zYZPPIs+8GuqFXSTgxBSoB1RZtQ==",
  6819. "dependencies": {
  6820. "postcss-selector-parser": "^6.1.0"
  6821. },
  6822. "engines": {
  6823. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6824. },
  6825. "peerDependencies": {
  6826. "postcss": "^8.4.31"
  6827. }
  6828. },
  6829. "node_modules/postcss-value-parser": {
  6830. "version": "4.2.0",
  6831. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  6832. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  6833. },
  6834. "node_modules/postcss/node_modules/nanoid": {
  6835. "version": "3.3.7",
  6836. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  6837. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  6838. "funding": [
  6839. {
  6840. "type": "github",
  6841. "url": "https://github.com/sponsors/ai"
  6842. }
  6843. ],
  6844. "bin": {
  6845. "nanoid": "bin/nanoid.cjs"
  6846. },
  6847. "engines": {
  6848. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  6849. }
  6850. },
  6851. "node_modules/pretty-bytes": {
  6852. "version": "6.1.1",
  6853. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
  6854. "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
  6855. "engines": {
  6856. "node": "^14.13.1 || >=16.0.0"
  6857. },
  6858. "funding": {
  6859. "url": "https://github.com/sponsors/sindresorhus"
  6860. }
  6861. },
  6862. "node_modules/process": {
  6863. "version": "0.11.10",
  6864. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  6865. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  6866. "engines": {
  6867. "node": ">= 0.6.0"
  6868. }
  6869. },
  6870. "node_modules/process-nextick-args": {
  6871. "version": "2.0.1",
  6872. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  6873. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  6874. },
  6875. "node_modules/prompts": {
  6876. "version": "2.4.2",
  6877. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  6878. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  6879. "dependencies": {
  6880. "kleur": "^3.0.3",
  6881. "sisteransi": "^1.0.5"
  6882. },
  6883. "engines": {
  6884. "node": ">= 6"
  6885. }
  6886. },
  6887. "node_modules/protocols": {
  6888. "version": "2.0.1",
  6889. "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.1.tgz",
  6890. "integrity": "sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q=="
  6891. },
  6892. "node_modules/proxy-from-env": {
  6893. "version": "1.1.0",
  6894. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  6895. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
  6896. },
  6897. "node_modules/queue-microtask": {
  6898. "version": "1.2.3",
  6899. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  6900. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  6901. "funding": [
  6902. {
  6903. "type": "github",
  6904. "url": "https://github.com/sponsors/feross"
  6905. },
  6906. {
  6907. "type": "patreon",
  6908. "url": "https://www.patreon.com/feross"
  6909. },
  6910. {
  6911. "type": "consulting",
  6912. "url": "https://feross.org/support"
  6913. }
  6914. ]
  6915. },
  6916. "node_modules/queue-tick": {
  6917. "version": "1.0.1",
  6918. "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
  6919. "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
  6920. },
  6921. "node_modules/radix3": {
  6922. "version": "1.1.2",
  6923. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  6924. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA=="
  6925. },
  6926. "node_modules/randombytes": {
  6927. "version": "2.1.0",
  6928. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  6929. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  6930. "dependencies": {
  6931. "safe-buffer": "^5.1.0"
  6932. }
  6933. },
  6934. "node_modules/range-parser": {
  6935. "version": "1.2.1",
  6936. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  6937. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  6938. "engines": {
  6939. "node": ">= 0.6"
  6940. }
  6941. },
  6942. "node_modules/rc9": {
  6943. "version": "2.1.2",
  6944. "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
  6945. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  6946. "dependencies": {
  6947. "defu": "^6.1.4",
  6948. "destr": "^2.0.3"
  6949. }
  6950. },
  6951. "node_modules/read-cache": {
  6952. "version": "1.0.0",
  6953. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  6954. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  6955. "dev": true,
  6956. "dependencies": {
  6957. "pify": "^2.3.0"
  6958. }
  6959. },
  6960. "node_modules/readable-stream": {
  6961. "version": "4.5.2",
  6962. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
  6963. "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
  6964. "dependencies": {
  6965. "abort-controller": "^3.0.0",
  6966. "buffer": "^6.0.3",
  6967. "events": "^3.3.0",
  6968. "process": "^0.11.10",
  6969. "string_decoder": "^1.3.0"
  6970. },
  6971. "engines": {
  6972. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  6973. }
  6974. },
  6975. "node_modules/readdir-glob": {
  6976. "version": "1.1.3",
  6977. "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  6978. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  6979. "dependencies": {
  6980. "minimatch": "^5.1.0"
  6981. }
  6982. },
  6983. "node_modules/readdirp": {
  6984. "version": "3.6.0",
  6985. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  6986. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  6987. "dependencies": {
  6988. "picomatch": "^2.2.1"
  6989. },
  6990. "engines": {
  6991. "node": ">=8.10.0"
  6992. }
  6993. },
  6994. "node_modules/redis-errors": {
  6995. "version": "1.2.0",
  6996. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  6997. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  6998. "engines": {
  6999. "node": ">=4"
  7000. }
  7001. },
  7002. "node_modules/redis-parser": {
  7003. "version": "3.0.0",
  7004. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  7005. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  7006. "dependencies": {
  7007. "redis-errors": "^1.0.0"
  7008. },
  7009. "engines": {
  7010. "node": ">=4"
  7011. }
  7012. },
  7013. "node_modules/require-directory": {
  7014. "version": "2.1.1",
  7015. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  7016. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  7017. "engines": {
  7018. "node": ">=0.10.0"
  7019. }
  7020. },
  7021. "node_modules/resolve": {
  7022. "version": "1.22.8",
  7023. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  7024. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  7025. "dependencies": {
  7026. "is-core-module": "^2.13.0",
  7027. "path-parse": "^1.0.7",
  7028. "supports-preserve-symlinks-flag": "^1.0.0"
  7029. },
  7030. "bin": {
  7031. "resolve": "bin/resolve"
  7032. },
  7033. "funding": {
  7034. "url": "https://github.com/sponsors/ljharb"
  7035. }
  7036. },
  7037. "node_modules/resolve-from": {
  7038. "version": "5.0.0",
  7039. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  7040. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  7041. "engines": {
  7042. "node": ">=8"
  7043. }
  7044. },
  7045. "node_modules/reusify": {
  7046. "version": "1.0.4",
  7047. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  7048. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  7049. "engines": {
  7050. "iojs": ">=1.0.0",
  7051. "node": ">=0.10.0"
  7052. }
  7053. },
  7054. "node_modules/rfdc": {
  7055. "version": "1.4.1",
  7056. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  7057. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA=="
  7058. },
  7059. "node_modules/rimraf": {
  7060. "version": "3.0.2",
  7061. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  7062. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  7063. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  7064. "dependencies": {
  7065. "glob": "^7.1.3"
  7066. },
  7067. "bin": {
  7068. "rimraf": "bin.js"
  7069. },
  7070. "funding": {
  7071. "url": "https://github.com/sponsors/isaacs"
  7072. }
  7073. },
  7074. "node_modules/rimraf/node_modules/brace-expansion": {
  7075. "version": "1.1.11",
  7076. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  7077. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  7078. "dependencies": {
  7079. "balanced-match": "^1.0.0",
  7080. "concat-map": "0.0.1"
  7081. }
  7082. },
  7083. "node_modules/rimraf/node_modules/glob": {
  7084. "version": "7.2.3",
  7085. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  7086. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  7087. "deprecated": "Glob versions prior to v9 are no longer supported",
  7088. "dependencies": {
  7089. "fs.realpath": "^1.0.0",
  7090. "inflight": "^1.0.4",
  7091. "inherits": "2",
  7092. "minimatch": "^3.1.1",
  7093. "once": "^1.3.0",
  7094. "path-is-absolute": "^1.0.0"
  7095. },
  7096. "engines": {
  7097. "node": "*"
  7098. },
  7099. "funding": {
  7100. "url": "https://github.com/sponsors/isaacs"
  7101. }
  7102. },
  7103. "node_modules/rimraf/node_modules/minimatch": {
  7104. "version": "3.1.2",
  7105. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  7106. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  7107. "dependencies": {
  7108. "brace-expansion": "^1.1.7"
  7109. },
  7110. "engines": {
  7111. "node": "*"
  7112. }
  7113. },
  7114. "node_modules/rollup": {
  7115. "version": "4.18.1",
  7116. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.18.1.tgz",
  7117. "integrity": "sha512-Elx2UT8lzxxOXMpy5HWQGZqkrQOtrVDDa/bm9l10+U4rQnVzbL/LgZ4NOM1MPIDyHk69W4InuYDF5dzRh4Kw1A==",
  7118. "dependencies": {
  7119. "@types/estree": "1.0.5"
  7120. },
  7121. "bin": {
  7122. "rollup": "dist/bin/rollup"
  7123. },
  7124. "engines": {
  7125. "node": ">=18.0.0",
  7126. "npm": ">=8.0.0"
  7127. },
  7128. "optionalDependencies": {
  7129. "@rollup/rollup-android-arm-eabi": "4.18.1",
  7130. "@rollup/rollup-android-arm64": "4.18.1",
  7131. "@rollup/rollup-darwin-arm64": "4.18.1",
  7132. "@rollup/rollup-darwin-x64": "4.18.1",
  7133. "@rollup/rollup-linux-arm-gnueabihf": "4.18.1",
  7134. "@rollup/rollup-linux-arm-musleabihf": "4.18.1",
  7135. "@rollup/rollup-linux-arm64-gnu": "4.18.1",
  7136. "@rollup/rollup-linux-arm64-musl": "4.18.1",
  7137. "@rollup/rollup-linux-powerpc64le-gnu": "4.18.1",
  7138. "@rollup/rollup-linux-riscv64-gnu": "4.18.1",
  7139. "@rollup/rollup-linux-s390x-gnu": "4.18.1",
  7140. "@rollup/rollup-linux-x64-gnu": "4.18.1",
  7141. "@rollup/rollup-linux-x64-musl": "4.18.1",
  7142. "@rollup/rollup-win32-arm64-msvc": "4.18.1",
  7143. "@rollup/rollup-win32-ia32-msvc": "4.18.1",
  7144. "@rollup/rollup-win32-x64-msvc": "4.18.1",
  7145. "fsevents": "~2.3.2"
  7146. }
  7147. },
  7148. "node_modules/rollup-plugin-visualizer": {
  7149. "version": "5.12.0",
  7150. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.12.0.tgz",
  7151. "integrity": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==",
  7152. "dependencies": {
  7153. "open": "^8.4.0",
  7154. "picomatch": "^2.3.1",
  7155. "source-map": "^0.7.4",
  7156. "yargs": "^17.5.1"
  7157. },
  7158. "bin": {
  7159. "rollup-plugin-visualizer": "dist/bin/cli.js"
  7160. },
  7161. "engines": {
  7162. "node": ">=14"
  7163. },
  7164. "peerDependencies": {
  7165. "rollup": "2.x || 3.x || 4.x"
  7166. },
  7167. "peerDependenciesMeta": {
  7168. "rollup": {
  7169. "optional": true
  7170. }
  7171. }
  7172. },
  7173. "node_modules/run-applescript": {
  7174. "version": "7.0.0",
  7175. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
  7176. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  7177. "engines": {
  7178. "node": ">=18"
  7179. },
  7180. "funding": {
  7181. "url": "https://github.com/sponsors/sindresorhus"
  7182. }
  7183. },
  7184. "node_modules/run-parallel": {
  7185. "version": "1.2.0",
  7186. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  7187. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  7188. "funding": [
  7189. {
  7190. "type": "github",
  7191. "url": "https://github.com/sponsors/feross"
  7192. },
  7193. {
  7194. "type": "patreon",
  7195. "url": "https://www.patreon.com/feross"
  7196. },
  7197. {
  7198. "type": "consulting",
  7199. "url": "https://feross.org/support"
  7200. }
  7201. ],
  7202. "dependencies": {
  7203. "queue-microtask": "^1.2.2"
  7204. }
  7205. },
  7206. "node_modules/safe-buffer": {
  7207. "version": "5.2.1",
  7208. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  7209. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  7210. "funding": [
  7211. {
  7212. "type": "github",
  7213. "url": "https://github.com/sponsors/feross"
  7214. },
  7215. {
  7216. "type": "patreon",
  7217. "url": "https://www.patreon.com/feross"
  7218. },
  7219. {
  7220. "type": "consulting",
  7221. "url": "https://feross.org/support"
  7222. }
  7223. ]
  7224. },
  7225. "node_modules/sass": {
  7226. "version": "1.77.6",
  7227. "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.6.tgz",
  7228. "integrity": "sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==",
  7229. "devOptional": true,
  7230. "dependencies": {
  7231. "chokidar": ">=3.0.0 <4.0.0",
  7232. "immutable": "^4.0.0",
  7233. "source-map-js": ">=0.6.2 <2.0.0"
  7234. },
  7235. "bin": {
  7236. "sass": "sass.js"
  7237. },
  7238. "engines": {
  7239. "node": ">=14.0.0"
  7240. }
  7241. },
  7242. "node_modules/scule": {
  7243. "version": "1.3.0",
  7244. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  7245. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g=="
  7246. },
  7247. "node_modules/semver": {
  7248. "version": "7.6.3",
  7249. "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
  7250. "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
  7251. "bin": {
  7252. "semver": "bin/semver.js"
  7253. },
  7254. "engines": {
  7255. "node": ">=10"
  7256. }
  7257. },
  7258. "node_modules/send": {
  7259. "version": "0.18.0",
  7260. "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
  7261. "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  7262. "dependencies": {
  7263. "debug": "2.6.9",
  7264. "depd": "2.0.0",
  7265. "destroy": "1.2.0",
  7266. "encodeurl": "~1.0.2",
  7267. "escape-html": "~1.0.3",
  7268. "etag": "~1.8.1",
  7269. "fresh": "0.5.2",
  7270. "http-errors": "2.0.0",
  7271. "mime": "1.6.0",
  7272. "ms": "2.1.3",
  7273. "on-finished": "2.4.1",
  7274. "range-parser": "~1.2.1",
  7275. "statuses": "2.0.1"
  7276. },
  7277. "engines": {
  7278. "node": ">= 0.8.0"
  7279. }
  7280. },
  7281. "node_modules/send/node_modules/debug": {
  7282. "version": "2.6.9",
  7283. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  7284. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  7285. "dependencies": {
  7286. "ms": "2.0.0"
  7287. }
  7288. },
  7289. "node_modules/send/node_modules/debug/node_modules/ms": {
  7290. "version": "2.0.0",
  7291. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  7292. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  7293. },
  7294. "node_modules/send/node_modules/mime": {
  7295. "version": "1.6.0",
  7296. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  7297. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  7298. "bin": {
  7299. "mime": "cli.js"
  7300. },
  7301. "engines": {
  7302. "node": ">=4"
  7303. }
  7304. },
  7305. "node_modules/serialize-javascript": {
  7306. "version": "6.0.2",
  7307. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  7308. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  7309. "dependencies": {
  7310. "randombytes": "^2.1.0"
  7311. }
  7312. },
  7313. "node_modules/serve-placeholder": {
  7314. "version": "2.0.2",
  7315. "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  7316. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  7317. "dependencies": {
  7318. "defu": "^6.1.4"
  7319. }
  7320. },
  7321. "node_modules/serve-static": {
  7322. "version": "1.15.0",
  7323. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
  7324. "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  7325. "dependencies": {
  7326. "encodeurl": "~1.0.2",
  7327. "escape-html": "~1.0.3",
  7328. "parseurl": "~1.3.3",
  7329. "send": "0.18.0"
  7330. },
  7331. "engines": {
  7332. "node": ">= 0.8.0"
  7333. }
  7334. },
  7335. "node_modules/set-blocking": {
  7336. "version": "2.0.0",
  7337. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  7338. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
  7339. },
  7340. "node_modules/setprototypeof": {
  7341. "version": "1.2.0",
  7342. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  7343. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  7344. },
  7345. "node_modules/shebang-command": {
  7346. "version": "2.0.0",
  7347. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  7348. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  7349. "dependencies": {
  7350. "shebang-regex": "^3.0.0"
  7351. },
  7352. "engines": {
  7353. "node": ">=8"
  7354. }
  7355. },
  7356. "node_modules/shebang-regex": {
  7357. "version": "3.0.0",
  7358. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  7359. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  7360. "engines": {
  7361. "node": ">=8"
  7362. }
  7363. },
  7364. "node_modules/shell-quote": {
  7365. "version": "1.8.1",
  7366. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
  7367. "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
  7368. "funding": {
  7369. "url": "https://github.com/sponsors/ljharb"
  7370. }
  7371. },
  7372. "node_modules/siginfo": {
  7373. "version": "2.0.0",
  7374. "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
  7375. "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
  7376. "dev": true
  7377. },
  7378. "node_modules/signal-exit": {
  7379. "version": "3.0.7",
  7380. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  7381. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  7382. },
  7383. "node_modules/simple-git": {
  7384. "version": "3.25.0",
  7385. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.25.0.tgz",
  7386. "integrity": "sha512-KIY5sBnzc4yEcJXW7Tdv4viEz8KyG+nU0hay+DWZasvdFOYKeUZ6Xc25LUHHjw0tinPT7O1eY6pzX7pRT1K8rw==",
  7387. "dependencies": {
  7388. "@kwsites/file-exists": "^1.1.1",
  7389. "@kwsites/promise-deferred": "^1.1.1",
  7390. "debug": "^4.3.5"
  7391. },
  7392. "funding": {
  7393. "type": "github",
  7394. "url": "https://github.com/steveukx/git-js?sponsor=1"
  7395. }
  7396. },
  7397. "node_modules/sirv": {
  7398. "version": "2.0.4",
  7399. "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz",
  7400. "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==",
  7401. "dependencies": {
  7402. "@polka/url": "^1.0.0-next.24",
  7403. "mrmime": "^2.0.0",
  7404. "totalist": "^3.0.0"
  7405. },
  7406. "engines": {
  7407. "node": ">= 10"
  7408. }
  7409. },
  7410. "node_modules/sisteransi": {
  7411. "version": "1.0.5",
  7412. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  7413. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  7414. },
  7415. "node_modules/slash": {
  7416. "version": "5.1.0",
  7417. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  7418. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  7419. "engines": {
  7420. "node": ">=14.16"
  7421. },
  7422. "funding": {
  7423. "url": "https://github.com/sponsors/sindresorhus"
  7424. }
  7425. },
  7426. "node_modules/smob": {
  7427. "version": "1.5.0",
  7428. "resolved": "https://registry.npmjs.org/smob/-/smob-1.5.0.tgz",
  7429. "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig=="
  7430. },
  7431. "node_modules/source-map": {
  7432. "version": "0.7.4",
  7433. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  7434. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  7435. "engines": {
  7436. "node": ">= 8"
  7437. }
  7438. },
  7439. "node_modules/source-map-js": {
  7440. "version": "1.2.0",
  7441. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
  7442. "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
  7443. "engines": {
  7444. "node": ">=0.10.0"
  7445. }
  7446. },
  7447. "node_modules/source-map-support": {
  7448. "version": "0.5.21",
  7449. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  7450. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  7451. "dependencies": {
  7452. "buffer-from": "^1.0.0",
  7453. "source-map": "^0.6.0"
  7454. }
  7455. },
  7456. "node_modules/source-map-support/node_modules/source-map": {
  7457. "version": "0.6.1",
  7458. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  7459. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  7460. "engines": {
  7461. "node": ">=0.10.0"
  7462. }
  7463. },
  7464. "node_modules/speakingurl": {
  7465. "version": "14.0.1",
  7466. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  7467. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  7468. "engines": {
  7469. "node": ">=0.10.0"
  7470. }
  7471. },
  7472. "node_modules/stackback": {
  7473. "version": "0.0.2",
  7474. "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
  7475. "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
  7476. "dev": true
  7477. },
  7478. "node_modules/standard-as-callback": {
  7479. "version": "2.1.0",
  7480. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  7481. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A=="
  7482. },
  7483. "node_modules/statuses": {
  7484. "version": "2.0.1",
  7485. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  7486. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  7487. "engines": {
  7488. "node": ">= 0.8"
  7489. }
  7490. },
  7491. "node_modules/std-env": {
  7492. "version": "3.7.0",
  7493. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz",
  7494. "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg=="
  7495. },
  7496. "node_modules/streamx": {
  7497. "version": "2.18.0",
  7498. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.18.0.tgz",
  7499. "integrity": "sha512-LLUC1TWdjVdn1weXGcSxyTR3T4+acB6tVGXT95y0nGbca4t4o/ng1wKAGTljm9VicuCVLvRlqFYXYy5GwgM7sQ==",
  7500. "dependencies": {
  7501. "fast-fifo": "^1.3.2",
  7502. "queue-tick": "^1.0.1",
  7503. "text-decoder": "^1.1.0"
  7504. },
  7505. "optionalDependencies": {
  7506. "bare-events": "^2.2.0"
  7507. }
  7508. },
  7509. "node_modules/string_decoder": {
  7510. "version": "1.3.0",
  7511. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  7512. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  7513. "dependencies": {
  7514. "safe-buffer": "~5.2.0"
  7515. }
  7516. },
  7517. "node_modules/string-width": {
  7518. "version": "4.2.3",
  7519. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  7520. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  7521. "dependencies": {
  7522. "emoji-regex": "^8.0.0",
  7523. "is-fullwidth-code-point": "^3.0.0",
  7524. "strip-ansi": "^6.0.1"
  7525. },
  7526. "engines": {
  7527. "node": ">=8"
  7528. }
  7529. },
  7530. "node_modules/string-width-cjs": {
  7531. "name": "string-width",
  7532. "version": "4.2.3",
  7533. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  7534. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  7535. "dependencies": {
  7536. "emoji-regex": "^8.0.0",
  7537. "is-fullwidth-code-point": "^3.0.0",
  7538. "strip-ansi": "^6.0.1"
  7539. },
  7540. "engines": {
  7541. "node": ">=8"
  7542. }
  7543. },
  7544. "node_modules/strip-ansi": {
  7545. "version": "6.0.1",
  7546. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  7547. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  7548. "dependencies": {
  7549. "ansi-regex": "^5.0.1"
  7550. },
  7551. "engines": {
  7552. "node": ">=8"
  7553. }
  7554. },
  7555. "node_modules/strip-ansi-cjs": {
  7556. "name": "strip-ansi",
  7557. "version": "6.0.1",
  7558. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  7559. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  7560. "dependencies": {
  7561. "ansi-regex": "^5.0.1"
  7562. },
  7563. "engines": {
  7564. "node": ">=8"
  7565. }
  7566. },
  7567. "node_modules/strip-final-newline": {
  7568. "version": "3.0.0",
  7569. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  7570. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  7571. "engines": {
  7572. "node": ">=12"
  7573. },
  7574. "funding": {
  7575. "url": "https://github.com/sponsors/sindresorhus"
  7576. }
  7577. },
  7578. "node_modules/strip-literal": {
  7579. "version": "2.1.0",
  7580. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-2.1.0.tgz",
  7581. "integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==",
  7582. "dependencies": {
  7583. "js-tokens": "^9.0.0"
  7584. },
  7585. "funding": {
  7586. "url": "https://github.com/sponsors/antfu"
  7587. }
  7588. },
  7589. "node_modules/strip-literal/node_modules/js-tokens": {
  7590. "version": "9.0.0",
  7591. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz",
  7592. "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ=="
  7593. },
  7594. "node_modules/stylehacks": {
  7595. "version": "7.0.2",
  7596. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.2.tgz",
  7597. "integrity": "sha512-HdkWZS9b4gbgYTdMg4gJLmm7biAUug1qTqXjS+u8X+/pUd+9Px1E+520GnOW3rST9MNsVOVpsJG+mPHNosxjOQ==",
  7598. "dependencies": {
  7599. "browserslist": "^4.23.1",
  7600. "postcss-selector-parser": "^6.1.0"
  7601. },
  7602. "engines": {
  7603. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7604. },
  7605. "peerDependencies": {
  7606. "postcss": "^8.4.31"
  7607. }
  7608. },
  7609. "node_modules/sucrase": {
  7610. "version": "3.35.0",
  7611. "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
  7612. "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
  7613. "dev": true,
  7614. "dependencies": {
  7615. "@jridgewell/gen-mapping": "^0.3.2",
  7616. "commander": "^4.0.0",
  7617. "glob": "^10.3.10",
  7618. "lines-and-columns": "^1.1.6",
  7619. "mz": "^2.7.0",
  7620. "pirates": "^4.0.1",
  7621. "ts-interface-checker": "^0.1.9"
  7622. },
  7623. "bin": {
  7624. "sucrase": "bin/sucrase",
  7625. "sucrase-node": "bin/sucrase-node"
  7626. },
  7627. "engines": {
  7628. "node": ">=16 || 14 >=14.17"
  7629. }
  7630. },
  7631. "node_modules/sucrase/node_modules/commander": {
  7632. "version": "4.1.1",
  7633. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  7634. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  7635. "dev": true,
  7636. "engines": {
  7637. "node": ">= 6"
  7638. }
  7639. },
  7640. "node_modules/sucrase/node_modules/glob": {
  7641. "version": "10.4.2",
  7642. "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz",
  7643. "integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==",
  7644. "dev": true,
  7645. "dependencies": {
  7646. "foreground-child": "^3.1.0",
  7647. "jackspeak": "^3.1.2",
  7648. "minimatch": "^9.0.4",
  7649. "minipass": "^7.1.2",
  7650. "package-json-from-dist": "^1.0.0",
  7651. "path-scurry": "^1.11.1"
  7652. },
  7653. "bin": {
  7654. "glob": "dist/esm/bin.mjs"
  7655. },
  7656. "engines": {
  7657. "node": ">=16 || 14 >=14.18"
  7658. },
  7659. "funding": {
  7660. "url": "https://github.com/sponsors/isaacs"
  7661. }
  7662. },
  7663. "node_modules/sucrase/node_modules/minimatch": {
  7664. "version": "9.0.4",
  7665. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  7666. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  7667. "dev": true,
  7668. "dependencies": {
  7669. "brace-expansion": "^2.0.1"
  7670. },
  7671. "engines": {
  7672. "node": ">=16 || 14 >=14.17"
  7673. },
  7674. "funding": {
  7675. "url": "https://github.com/sponsors/isaacs"
  7676. }
  7677. },
  7678. "node_modules/superjson": {
  7679. "version": "2.2.1",
  7680. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.1.tgz",
  7681. "integrity": "sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==",
  7682. "dependencies": {
  7683. "copy-anything": "^3.0.2"
  7684. },
  7685. "engines": {
  7686. "node": ">=16"
  7687. }
  7688. },
  7689. "node_modules/supports-color": {
  7690. "version": "5.5.0",
  7691. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  7692. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  7693. "dependencies": {
  7694. "has-flag": "^3.0.0"
  7695. },
  7696. "engines": {
  7697. "node": ">=4"
  7698. }
  7699. },
  7700. "node_modules/supports-preserve-symlinks-flag": {
  7701. "version": "1.0.0",
  7702. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  7703. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  7704. "engines": {
  7705. "node": ">= 0.4"
  7706. },
  7707. "funding": {
  7708. "url": "https://github.com/sponsors/ljharb"
  7709. }
  7710. },
  7711. "node_modules/svg-tags": {
  7712. "version": "1.0.0",
  7713. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  7714. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA=="
  7715. },
  7716. "node_modules/svgo": {
  7717. "version": "3.3.2",
  7718. "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz",
  7719. "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==",
  7720. "dependencies": {
  7721. "@trysound/sax": "0.2.0",
  7722. "commander": "^7.2.0",
  7723. "css-select": "^5.1.0",
  7724. "css-tree": "^2.3.1",
  7725. "css-what": "^6.1.0",
  7726. "csso": "^5.0.5",
  7727. "picocolors": "^1.0.0"
  7728. },
  7729. "bin": {
  7730. "svgo": "bin/svgo"
  7731. },
  7732. "engines": {
  7733. "node": ">=14.0.0"
  7734. },
  7735. "funding": {
  7736. "type": "opencollective",
  7737. "url": "https://opencollective.com/svgo"
  7738. }
  7739. },
  7740. "node_modules/system-architecture": {
  7741. "version": "0.1.0",
  7742. "resolved": "https://registry.npmjs.org/system-architecture/-/system-architecture-0.1.0.tgz",
  7743. "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
  7744. "engines": {
  7745. "node": ">=18"
  7746. },
  7747. "funding": {
  7748. "url": "https://github.com/sponsors/sindresorhus"
  7749. }
  7750. },
  7751. "node_modules/tailwindcss": {
  7752. "version": "3.4.4",
  7753. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
  7754. "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
  7755. "dev": true,
  7756. "dependencies": {
  7757. "@alloc/quick-lru": "^5.2.0",
  7758. "arg": "^5.0.2",
  7759. "chokidar": "^3.5.3",
  7760. "didyoumean": "^1.2.2",
  7761. "dlv": "^1.1.3",
  7762. "fast-glob": "^3.3.0",
  7763. "glob-parent": "^6.0.2",
  7764. "is-glob": "^4.0.3",
  7765. "jiti": "^1.21.0",
  7766. "lilconfig": "^2.1.0",
  7767. "micromatch": "^4.0.5",
  7768. "normalize-path": "^3.0.0",
  7769. "object-hash": "^3.0.0",
  7770. "picocolors": "^1.0.0",
  7771. "postcss": "^8.4.23",
  7772. "postcss-import": "^15.1.0",
  7773. "postcss-js": "^4.0.1",
  7774. "postcss-load-config": "^4.0.1",
  7775. "postcss-nested": "^6.0.1",
  7776. "postcss-selector-parser": "^6.0.11",
  7777. "resolve": "^1.22.2",
  7778. "sucrase": "^3.32.0"
  7779. },
  7780. "bin": {
  7781. "tailwind": "lib/cli.js",
  7782. "tailwindcss": "lib/cli.js"
  7783. },
  7784. "engines": {
  7785. "node": ">=14.0.0"
  7786. }
  7787. },
  7788. "node_modules/tailwindcss/node_modules/glob-parent": {
  7789. "version": "6.0.2",
  7790. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  7791. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  7792. "dev": true,
  7793. "dependencies": {
  7794. "is-glob": "^4.0.3"
  7795. },
  7796. "engines": {
  7797. "node": ">=10.13.0"
  7798. }
  7799. },
  7800. "node_modules/tailwindcss/node_modules/lilconfig": {
  7801. "version": "2.1.0",
  7802. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
  7803. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  7804. "dev": true,
  7805. "engines": {
  7806. "node": ">=10"
  7807. }
  7808. },
  7809. "node_modules/tapable": {
  7810. "version": "2.2.1",
  7811. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  7812. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  7813. "engines": {
  7814. "node": ">=6"
  7815. }
  7816. },
  7817. "node_modules/tar": {
  7818. "version": "6.2.1",
  7819. "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
  7820. "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
  7821. "dependencies": {
  7822. "chownr": "^2.0.0",
  7823. "fs-minipass": "^2.0.0",
  7824. "minipass": "^5.0.0",
  7825. "minizlib": "^2.1.1",
  7826. "mkdirp": "^1.0.3",
  7827. "yallist": "^4.0.0"
  7828. },
  7829. "engines": {
  7830. "node": ">=10"
  7831. }
  7832. },
  7833. "node_modules/tar-stream": {
  7834. "version": "3.1.7",
  7835. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
  7836. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  7837. "dependencies": {
  7838. "b4a": "^1.6.4",
  7839. "fast-fifo": "^1.2.0",
  7840. "streamx": "^2.15.0"
  7841. }
  7842. },
  7843. "node_modules/tar/node_modules/minipass": {
  7844. "version": "5.0.0",
  7845. "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
  7846. "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
  7847. "engines": {
  7848. "node": ">=8"
  7849. }
  7850. },
  7851. "node_modules/tar/node_modules/yallist": {
  7852. "version": "4.0.0",
  7853. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7854. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7855. },
  7856. "node_modules/terser": {
  7857. "version": "5.31.2",
  7858. "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.2.tgz",
  7859. "integrity": "sha512-LGyRZVFm/QElZHy/CPr/O4eNZOZIzsrQ92y4v9UJe/pFJjypje2yI3C2FmPtvUEnhadlSbmG2nXtdcjHOjCfxw==",
  7860. "dependencies": {
  7861. "@jridgewell/source-map": "^0.3.3",
  7862. "acorn": "^8.8.2",
  7863. "commander": "^2.20.0",
  7864. "source-map-support": "~0.5.20"
  7865. },
  7866. "bin": {
  7867. "terser": "bin/terser"
  7868. },
  7869. "engines": {
  7870. "node": ">=10"
  7871. }
  7872. },
  7873. "node_modules/terser/node_modules/commander": {
  7874. "version": "2.20.3",
  7875. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  7876. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  7877. },
  7878. "node_modules/text-decoder": {
  7879. "version": "1.1.1",
  7880. "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.1.tgz",
  7881. "integrity": "sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==",
  7882. "dependencies": {
  7883. "b4a": "^1.6.4"
  7884. }
  7885. },
  7886. "node_modules/thenify": {
  7887. "version": "3.3.1",
  7888. "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  7889. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  7890. "dev": true,
  7891. "dependencies": {
  7892. "any-promise": "^1.0.0"
  7893. }
  7894. },
  7895. "node_modules/thenify-all": {
  7896. "version": "1.6.0",
  7897. "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  7898. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  7899. "dev": true,
  7900. "dependencies": {
  7901. "thenify": ">= 3.1.0 < 4"
  7902. },
  7903. "engines": {
  7904. "node": ">=0.8"
  7905. }
  7906. },
  7907. "node_modules/tiny-invariant": {
  7908. "version": "1.3.3",
  7909. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  7910. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="
  7911. },
  7912. "node_modules/tinybench": {
  7913. "version": "2.9.0",
  7914. "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
  7915. "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
  7916. "dev": true
  7917. },
  7918. "node_modules/tinyexec": {
  7919. "version": "0.3.0",
  7920. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.0.tgz",
  7921. "integrity": "sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==",
  7922. "dev": true
  7923. },
  7924. "node_modules/tinypool": {
  7925. "version": "1.0.1",
  7926. "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.0.1.tgz",
  7927. "integrity": "sha512-URZYihUbRPcGv95En+sz6MfghfIc2OJ1sv/RmhWZLouPY0/8Vo80viwPvg3dlaS9fuq7fQMEfgRRK7BBZThBEA==",
  7928. "dev": true,
  7929. "engines": {
  7930. "node": "^18.0.0 || >=20.0.0"
  7931. }
  7932. },
  7933. "node_modules/tinyrainbow": {
  7934. "version": "1.2.0",
  7935. "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-1.2.0.tgz",
  7936. "integrity": "sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==",
  7937. "dev": true,
  7938. "engines": {
  7939. "node": ">=14.0.0"
  7940. }
  7941. },
  7942. "node_modules/tinyspy": {
  7943. "version": "3.0.2",
  7944. "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.2.tgz",
  7945. "integrity": "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==",
  7946. "dev": true,
  7947. "engines": {
  7948. "node": ">=14.0.0"
  7949. }
  7950. },
  7951. "node_modules/to-fast-properties": {
  7952. "version": "2.0.0",
  7953. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  7954. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  7955. "engines": {
  7956. "node": ">=4"
  7957. }
  7958. },
  7959. "node_modules/to-regex-range": {
  7960. "version": "5.0.1",
  7961. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  7962. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  7963. "dependencies": {
  7964. "is-number": "^7.0.0"
  7965. },
  7966. "engines": {
  7967. "node": ">=8.0"
  7968. }
  7969. },
  7970. "node_modules/toidentifier": {
  7971. "version": "1.0.1",
  7972. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  7973. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  7974. "engines": {
  7975. "node": ">=0.6"
  7976. }
  7977. },
  7978. "node_modules/totalist": {
  7979. "version": "3.0.1",
  7980. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  7981. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  7982. "engines": {
  7983. "node": ">=6"
  7984. }
  7985. },
  7986. "node_modules/tr46": {
  7987. "version": "0.0.3",
  7988. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  7989. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  7990. },
  7991. "node_modules/ts-interface-checker": {
  7992. "version": "0.1.13",
  7993. "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  7994. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  7995. "dev": true
  7996. },
  7997. "node_modules/type-fest": {
  7998. "version": "3.13.1",
  7999. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",
  8000. "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==",
  8001. "engines": {
  8002. "node": ">=14.16"
  8003. },
  8004. "funding": {
  8005. "url": "https://github.com/sponsors/sindresorhus"
  8006. }
  8007. },
  8008. "node_modules/ufo": {
  8009. "version": "1.5.4",
  8010. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz",
  8011. "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ=="
  8012. },
  8013. "node_modules/ultrahtml": {
  8014. "version": "1.5.3",
  8015. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.5.3.tgz",
  8016. "integrity": "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg=="
  8017. },
  8018. "node_modules/uncrypto": {
  8019. "version": "0.1.3",
  8020. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  8021. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="
  8022. },
  8023. "node_modules/unctx": {
  8024. "version": "2.3.1",
  8025. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.3.1.tgz",
  8026. "integrity": "sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==",
  8027. "dependencies": {
  8028. "acorn": "^8.8.2",
  8029. "estree-walker": "^3.0.3",
  8030. "magic-string": "^0.30.0",
  8031. "unplugin": "^1.3.1"
  8032. }
  8033. },
  8034. "node_modules/undici": {
  8035. "version": "5.28.4",
  8036. "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz",
  8037. "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==",
  8038. "dependencies": {
  8039. "@fastify/busboy": "^2.0.0"
  8040. },
  8041. "engines": {
  8042. "node": ">=14.0"
  8043. }
  8044. },
  8045. "node_modules/undici-types": {
  8046. "version": "5.26.5",
  8047. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
  8048. "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
  8049. },
  8050. "node_modules/unenv": {
  8051. "version": "1.10.0",
  8052. "resolved": "https://registry.npmjs.org/unenv/-/unenv-1.10.0.tgz",
  8053. "integrity": "sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==",
  8054. "dependencies": {
  8055. "consola": "^3.2.3",
  8056. "defu": "^6.1.4",
  8057. "mime": "^3.0.0",
  8058. "node-fetch-native": "^1.6.4",
  8059. "pathe": "^1.1.2"
  8060. }
  8061. },
  8062. "node_modules/unenv/node_modules/mime": {
  8063. "version": "3.0.0",
  8064. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  8065. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  8066. "bin": {
  8067. "mime": "cli.js"
  8068. },
  8069. "engines": {
  8070. "node": ">=10.0.0"
  8071. }
  8072. },
  8073. "node_modules/unhead": {
  8074. "version": "1.9.16",
  8075. "resolved": "https://registry.npmjs.org/unhead/-/unhead-1.9.16.tgz",
  8076. "integrity": "sha512-FOoXkuRNDwt7PUaNE0LXNCb6RCz4vTpkGymz4tJ8rcaG5uUJ0lxGK536hzCFwFw3Xkp3n+tkt2yCcbAZE/FOvA==",
  8077. "dependencies": {
  8078. "@unhead/dom": "1.9.16",
  8079. "@unhead/schema": "1.9.16",
  8080. "@unhead/shared": "1.9.16",
  8081. "hookable": "^5.5.3"
  8082. },
  8083. "funding": {
  8084. "url": "https://github.com/sponsors/harlan-zw"
  8085. }
  8086. },
  8087. "node_modules/unhead/node_modules/@unhead/schema": {
  8088. "version": "1.9.16",
  8089. "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.9.16.tgz",
  8090. "integrity": "sha512-V2BshX+I6D2wN4ys5so8RQDUgsggsxW9FVBiuQi4h8oPWtHclogxzDiHa5BH2TgvNIoUxLnLYNAShMGipmVuUw==",
  8091. "dependencies": {
  8092. "hookable": "^5.5.3",
  8093. "zhead": "^2.2.4"
  8094. },
  8095. "funding": {
  8096. "url": "https://github.com/sponsors/harlan-zw"
  8097. }
  8098. },
  8099. "node_modules/unhead/node_modules/@unhead/shared": {
  8100. "version": "1.9.16",
  8101. "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.9.16.tgz",
  8102. "integrity": "sha512-pfJnArULCY+GBr7OtYyyxihRiQLkT31TpyK6nUKIwyax4oNOGyhNfk0RFzNq16BwLg60d1lrc5bd5mZGbfClMA==",
  8103. "dependencies": {
  8104. "@unhead/schema": "1.9.16"
  8105. },
  8106. "funding": {
  8107. "url": "https://github.com/sponsors/harlan-zw"
  8108. }
  8109. },
  8110. "node_modules/unicorn-magic": {
  8111. "version": "0.1.0",
  8112. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
  8113. "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
  8114. "engines": {
  8115. "node": ">=18"
  8116. },
  8117. "funding": {
  8118. "url": "https://github.com/sponsors/sindresorhus"
  8119. }
  8120. },
  8121. "node_modules/unimport": {
  8122. "version": "3.13.1",
  8123. "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.13.1.tgz",
  8124. "integrity": "sha512-nNrVzcs93yrZQOW77qnyOVHtb68LegvhYFwxFMfuuWScmwQmyVCG/NBuN8tYsaGzgQUVYv34E/af+Cc9u4og4A==",
  8125. "dependencies": {
  8126. "@rollup/pluginutils": "^5.1.2",
  8127. "acorn": "^8.12.1",
  8128. "escape-string-regexp": "^5.0.0",
  8129. "estree-walker": "^3.0.3",
  8130. "fast-glob": "^3.3.2",
  8131. "local-pkg": "^0.5.0",
  8132. "magic-string": "^0.30.11",
  8133. "mlly": "^1.7.1",
  8134. "pathe": "^1.1.2",
  8135. "pkg-types": "^1.2.0",
  8136. "scule": "^1.3.0",
  8137. "strip-literal": "^2.1.0",
  8138. "unplugin": "^1.14.1"
  8139. }
  8140. },
  8141. "node_modules/unimport/node_modules/acorn": {
  8142. "version": "8.12.1",
  8143. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
  8144. "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
  8145. "bin": {
  8146. "acorn": "bin/acorn"
  8147. },
  8148. "engines": {
  8149. "node": ">=0.4.0"
  8150. }
  8151. },
  8152. "node_modules/universalify": {
  8153. "version": "2.0.1",
  8154. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  8155. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  8156. "engines": {
  8157. "node": ">= 10.0.0"
  8158. }
  8159. },
  8160. "node_modules/unplugin": {
  8161. "version": "1.14.1",
  8162. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.14.1.tgz",
  8163. "integrity": "sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==",
  8164. "dependencies": {
  8165. "acorn": "^8.12.1",
  8166. "webpack-virtual-modules": "^0.6.2"
  8167. },
  8168. "engines": {
  8169. "node": ">=14.0.0"
  8170. },
  8171. "peerDependencies": {
  8172. "webpack-sources": "^3"
  8173. },
  8174. "peerDependenciesMeta": {
  8175. "webpack-sources": {
  8176. "optional": true
  8177. }
  8178. }
  8179. },
  8180. "node_modules/unplugin-vue-router": {
  8181. "version": "0.10.0",
  8182. "resolved": "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.10.0.tgz",
  8183. "integrity": "sha512-t9cwRvNONcrh7CZLUYrd4kGOH4xZRhsHeT+exaAuYFn7z87pkTHiHh3wBnGerfKGs22SnmJIIjcKyEa62CO+4w==",
  8184. "dependencies": {
  8185. "@babel/types": "^7.24.7",
  8186. "@rollup/pluginutils": "^5.1.0",
  8187. "@vue-macros/common": "^1.10.4",
  8188. "ast-walker-scope": "^0.6.1",
  8189. "chokidar": "^3.6.0",
  8190. "fast-glob": "^3.3.2",
  8191. "json5": "^2.2.3",
  8192. "local-pkg": "^0.5.0",
  8193. "mlly": "^1.7.1",
  8194. "pathe": "^1.1.2",
  8195. "scule": "^1.3.0",
  8196. "unplugin": "^1.10.1",
  8197. "yaml": "^2.4.5"
  8198. },
  8199. "peerDependencies": {
  8200. "vue-router": "^4.4.0"
  8201. },
  8202. "peerDependenciesMeta": {
  8203. "vue-router": {
  8204. "optional": true
  8205. }
  8206. }
  8207. },
  8208. "node_modules/unplugin/node_modules/acorn": {
  8209. "version": "8.12.1",
  8210. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
  8211. "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
  8212. "bin": {
  8213. "acorn": "bin/acorn"
  8214. },
  8215. "engines": {
  8216. "node": ">=0.4.0"
  8217. }
  8218. },
  8219. "node_modules/unstorage": {
  8220. "version": "1.10.2",
  8221. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.10.2.tgz",
  8222. "integrity": "sha512-cULBcwDqrS8UhlIysUJs2Dk0Mmt8h7B0E6mtR+relW9nZvsf/u4SkAYyNliPiPW7XtFNb5u3IUMkxGxFTTRTgQ==",
  8223. "dependencies": {
  8224. "anymatch": "^3.1.3",
  8225. "chokidar": "^3.6.0",
  8226. "destr": "^2.0.3",
  8227. "h3": "^1.11.1",
  8228. "listhen": "^1.7.2",
  8229. "lru-cache": "^10.2.0",
  8230. "mri": "^1.2.0",
  8231. "node-fetch-native": "^1.6.2",
  8232. "ofetch": "^1.3.3",
  8233. "ufo": "^1.4.0"
  8234. },
  8235. "peerDependencies": {
  8236. "@azure/app-configuration": "^1.5.0",
  8237. "@azure/cosmos": "^4.0.0",
  8238. "@azure/data-tables": "^13.2.2",
  8239. "@azure/identity": "^4.0.1",
  8240. "@azure/keyvault-secrets": "^4.8.0",
  8241. "@azure/storage-blob": "^12.17.0",
  8242. "@capacitor/preferences": "^5.0.7",
  8243. "@netlify/blobs": "^6.5.0 || ^7.0.0",
  8244. "@planetscale/database": "^1.16.0",
  8245. "@upstash/redis": "^1.28.4",
  8246. "@vercel/kv": "^1.0.1",
  8247. "idb-keyval": "^6.2.1",
  8248. "ioredis": "^5.3.2"
  8249. },
  8250. "peerDependenciesMeta": {
  8251. "@azure/app-configuration": {
  8252. "optional": true
  8253. },
  8254. "@azure/cosmos": {
  8255. "optional": true
  8256. },
  8257. "@azure/data-tables": {
  8258. "optional": true
  8259. },
  8260. "@azure/identity": {
  8261. "optional": true
  8262. },
  8263. "@azure/keyvault-secrets": {
  8264. "optional": true
  8265. },
  8266. "@azure/storage-blob": {
  8267. "optional": true
  8268. },
  8269. "@capacitor/preferences": {
  8270. "optional": true
  8271. },
  8272. "@netlify/blobs": {
  8273. "optional": true
  8274. },
  8275. "@planetscale/database": {
  8276. "optional": true
  8277. },
  8278. "@upstash/redis": {
  8279. "optional": true
  8280. },
  8281. "@vercel/kv": {
  8282. "optional": true
  8283. },
  8284. "idb-keyval": {
  8285. "optional": true
  8286. },
  8287. "ioredis": {
  8288. "optional": true
  8289. }
  8290. }
  8291. },
  8292. "node_modules/unstorage/node_modules/lru-cache": {
  8293. "version": "10.4.3",
  8294. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  8295. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
  8296. },
  8297. "node_modules/untun": {
  8298. "version": "0.1.3",
  8299. "resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  8300. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  8301. "dependencies": {
  8302. "citty": "^0.1.5",
  8303. "consola": "^3.2.3",
  8304. "pathe": "^1.1.1"
  8305. },
  8306. "bin": {
  8307. "untun": "bin/untun.mjs"
  8308. }
  8309. },
  8310. "node_modules/untyped": {
  8311. "version": "1.4.2",
  8312. "resolved": "https://registry.npmjs.org/untyped/-/untyped-1.4.2.tgz",
  8313. "integrity": "sha512-nC5q0DnPEPVURPhfPQLahhSTnemVtPzdx7ofiRxXpOB2SYnb3MfdU3DVGyJdS8Lx+tBWeAePO8BfU/3EgksM7Q==",
  8314. "dependencies": {
  8315. "@babel/core": "^7.23.7",
  8316. "@babel/standalone": "^7.23.8",
  8317. "@babel/types": "^7.23.6",
  8318. "defu": "^6.1.4",
  8319. "jiti": "^1.21.0",
  8320. "mri": "^1.2.0",
  8321. "scule": "^1.2.0"
  8322. },
  8323. "bin": {
  8324. "untyped": "dist/cli.mjs"
  8325. }
  8326. },
  8327. "node_modules/unwasm": {
  8328. "version": "0.3.9",
  8329. "resolved": "https://registry.npmjs.org/unwasm/-/unwasm-0.3.9.tgz",
  8330. "integrity": "sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==",
  8331. "dependencies": {
  8332. "knitwork": "^1.0.0",
  8333. "magic-string": "^0.30.8",
  8334. "mlly": "^1.6.1",
  8335. "pathe": "^1.1.2",
  8336. "pkg-types": "^1.0.3",
  8337. "unplugin": "^1.10.0"
  8338. }
  8339. },
  8340. "node_modules/update-browserslist-db": {
  8341. "version": "1.1.0",
  8342. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
  8343. "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
  8344. "funding": [
  8345. {
  8346. "type": "opencollective",
  8347. "url": "https://opencollective.com/browserslist"
  8348. },
  8349. {
  8350. "type": "tidelift",
  8351. "url": "https://tidelift.com/funding/github/npm/browserslist"
  8352. },
  8353. {
  8354. "type": "github",
  8355. "url": "https://github.com/sponsors/ai"
  8356. }
  8357. ],
  8358. "dependencies": {
  8359. "escalade": "^3.1.2",
  8360. "picocolors": "^1.0.1"
  8361. },
  8362. "bin": {
  8363. "update-browserslist-db": "cli.js"
  8364. },
  8365. "peerDependencies": {
  8366. "browserslist": ">= 4.21.0"
  8367. }
  8368. },
  8369. "node_modules/uqr": {
  8370. "version": "0.1.2",
  8371. "resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz",
  8372. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA=="
  8373. },
  8374. "node_modules/urlpattern-polyfill": {
  8375. "version": "8.0.2",
  8376. "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
  8377. "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
  8378. },
  8379. "node_modules/util-deprecate": {
  8380. "version": "1.0.2",
  8381. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  8382. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  8383. },
  8384. "node_modules/vite": {
  8385. "version": "5.3.3",
  8386. "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.3.tgz",
  8387. "integrity": "sha512-NPQdeCU0Dv2z5fu+ULotpuq5yfCS1BzKUIPhNbP3YBfAMGJXbt2nS+sbTFu+qchaqWTD+H3JK++nRwr6XIcp6A==",
  8388. "dependencies": {
  8389. "esbuild": "^0.21.3",
  8390. "postcss": "^8.4.39",
  8391. "rollup": "^4.13.0"
  8392. },
  8393. "bin": {
  8394. "vite": "bin/vite.js"
  8395. },
  8396. "engines": {
  8397. "node": "^18.0.0 || >=20.0.0"
  8398. },
  8399. "funding": {
  8400. "url": "https://github.com/vitejs/vite?sponsor=1"
  8401. },
  8402. "optionalDependencies": {
  8403. "fsevents": "~2.3.3"
  8404. },
  8405. "peerDependencies": {
  8406. "@types/node": "^18.0.0 || >=20.0.0",
  8407. "less": "*",
  8408. "lightningcss": "^1.21.0",
  8409. "sass": "*",
  8410. "stylus": "*",
  8411. "sugarss": "*",
  8412. "terser": "^5.4.0"
  8413. },
  8414. "peerDependenciesMeta": {
  8415. "@types/node": {
  8416. "optional": true
  8417. },
  8418. "less": {
  8419. "optional": true
  8420. },
  8421. "lightningcss": {
  8422. "optional": true
  8423. },
  8424. "sass": {
  8425. "optional": true
  8426. },
  8427. "stylus": {
  8428. "optional": true
  8429. },
  8430. "sugarss": {
  8431. "optional": true
  8432. },
  8433. "terser": {
  8434. "optional": true
  8435. }
  8436. }
  8437. },
  8438. "node_modules/vite-hot-client": {
  8439. "version": "0.2.3",
  8440. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-0.2.3.tgz",
  8441. "integrity": "sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==",
  8442. "funding": {
  8443. "url": "https://github.com/sponsors/antfu"
  8444. },
  8445. "peerDependencies": {
  8446. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0"
  8447. }
  8448. },
  8449. "node_modules/vite-node": {
  8450. "version": "1.6.0",
  8451. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.6.0.tgz",
  8452. "integrity": "sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==",
  8453. "dependencies": {
  8454. "cac": "^6.7.14",
  8455. "debug": "^4.3.4",
  8456. "pathe": "^1.1.1",
  8457. "picocolors": "^1.0.0",
  8458. "vite": "^5.0.0"
  8459. },
  8460. "bin": {
  8461. "vite-node": "vite-node.mjs"
  8462. },
  8463. "engines": {
  8464. "node": "^18.0.0 || >=20.0.0"
  8465. },
  8466. "funding": {
  8467. "url": "https://opencollective.com/vitest"
  8468. }
  8469. },
  8470. "node_modules/vite-plugin-checker": {
  8471. "version": "0.7.1",
  8472. "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.7.1.tgz",
  8473. "integrity": "sha512-Yby+Dr6+cJlkoPagqdQQn21+ZPaYwonNSlW3VpZzoyDAxoYt7YUDhzSYrCa15iTe+X4IpiNC882a3oomxCXyTA==",
  8474. "dependencies": {
  8475. "@babel/code-frame": "^7.12.13",
  8476. "ansi-escapes": "^4.3.0",
  8477. "chalk": "^4.1.1",
  8478. "chokidar": "^3.5.1",
  8479. "commander": "^8.0.0",
  8480. "fast-glob": "^3.2.7",
  8481. "fs-extra": "^11.1.0",
  8482. "npm-run-path": "^4.0.1",
  8483. "strip-ansi": "^6.0.0",
  8484. "tiny-invariant": "^1.1.0",
  8485. "vscode-languageclient": "^7.0.0",
  8486. "vscode-languageserver": "^7.0.0",
  8487. "vscode-languageserver-textdocument": "^1.0.1",
  8488. "vscode-uri": "^3.0.2"
  8489. },
  8490. "engines": {
  8491. "node": ">=14.16"
  8492. },
  8493. "peerDependencies": {
  8494. "eslint": ">=7",
  8495. "meow": "^9.0.0",
  8496. "optionator": "^0.9.1",
  8497. "stylelint": ">=13",
  8498. "typescript": "*",
  8499. "vite": ">=2.0.0",
  8500. "vls": "*",
  8501. "vti": "*",
  8502. "vue-tsc": ">=2.0.0"
  8503. },
  8504. "peerDependenciesMeta": {
  8505. "eslint": {
  8506. "optional": true
  8507. },
  8508. "meow": {
  8509. "optional": true
  8510. },
  8511. "optionator": {
  8512. "optional": true
  8513. },
  8514. "stylelint": {
  8515. "optional": true
  8516. },
  8517. "typescript": {
  8518. "optional": true
  8519. },
  8520. "vls": {
  8521. "optional": true
  8522. },
  8523. "vti": {
  8524. "optional": true
  8525. },
  8526. "vue-tsc": {
  8527. "optional": true
  8528. }
  8529. }
  8530. },
  8531. "node_modules/vite-plugin-checker/node_modules/ansi-styles": {
  8532. "version": "4.3.0",
  8533. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8534. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8535. "dependencies": {
  8536. "color-convert": "^2.0.1"
  8537. },
  8538. "engines": {
  8539. "node": ">=8"
  8540. },
  8541. "funding": {
  8542. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8543. }
  8544. },
  8545. "node_modules/vite-plugin-checker/node_modules/chalk": {
  8546. "version": "4.1.2",
  8547. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  8548. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  8549. "dependencies": {
  8550. "ansi-styles": "^4.1.0",
  8551. "supports-color": "^7.1.0"
  8552. },
  8553. "engines": {
  8554. "node": ">=10"
  8555. },
  8556. "funding": {
  8557. "url": "https://github.com/chalk/chalk?sponsor=1"
  8558. }
  8559. },
  8560. "node_modules/vite-plugin-checker/node_modules/color-convert": {
  8561. "version": "2.0.1",
  8562. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8563. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8564. "dependencies": {
  8565. "color-name": "~1.1.4"
  8566. },
  8567. "engines": {
  8568. "node": ">=7.0.0"
  8569. }
  8570. },
  8571. "node_modules/vite-plugin-checker/node_modules/color-name": {
  8572. "version": "1.1.4",
  8573. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8574. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8575. },
  8576. "node_modules/vite-plugin-checker/node_modules/commander": {
  8577. "version": "8.3.0",
  8578. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  8579. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  8580. "engines": {
  8581. "node": ">= 12"
  8582. }
  8583. },
  8584. "node_modules/vite-plugin-checker/node_modules/has-flag": {
  8585. "version": "4.0.0",
  8586. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8587. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  8588. "engines": {
  8589. "node": ">=8"
  8590. }
  8591. },
  8592. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  8593. "version": "4.0.1",
  8594. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  8595. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  8596. "dependencies": {
  8597. "path-key": "^3.0.0"
  8598. },
  8599. "engines": {
  8600. "node": ">=8"
  8601. }
  8602. },
  8603. "node_modules/vite-plugin-checker/node_modules/supports-color": {
  8604. "version": "7.2.0",
  8605. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8606. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8607. "dependencies": {
  8608. "has-flag": "^4.0.0"
  8609. },
  8610. "engines": {
  8611. "node": ">=8"
  8612. }
  8613. },
  8614. "node_modules/vite-plugin-inspect": {
  8615. "version": "0.8.4",
  8616. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-0.8.4.tgz",
  8617. "integrity": "sha512-G0N3rjfw+AiiwnGw50KlObIHYWfulVwaCBUBLh2xTW9G1eM9ocE5olXkEYUbwyTmX+azM8duubi+9w5awdCz+g==",
  8618. "dependencies": {
  8619. "@antfu/utils": "^0.7.7",
  8620. "@rollup/pluginutils": "^5.1.0",
  8621. "debug": "^4.3.4",
  8622. "error-stack-parser-es": "^0.1.1",
  8623. "fs-extra": "^11.2.0",
  8624. "open": "^10.1.0",
  8625. "perfect-debounce": "^1.0.0",
  8626. "picocolors": "^1.0.0",
  8627. "sirv": "^2.0.4"
  8628. },
  8629. "engines": {
  8630. "node": ">=14"
  8631. },
  8632. "funding": {
  8633. "url": "https://github.com/sponsors/antfu"
  8634. },
  8635. "peerDependencies": {
  8636. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0"
  8637. },
  8638. "peerDependenciesMeta": {
  8639. "@nuxt/kit": {
  8640. "optional": true
  8641. }
  8642. }
  8643. },
  8644. "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": {
  8645. "version": "3.0.0",
  8646. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  8647. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  8648. "engines": {
  8649. "node": ">=12"
  8650. },
  8651. "funding": {
  8652. "url": "https://github.com/sponsors/sindresorhus"
  8653. }
  8654. },
  8655. "node_modules/vite-plugin-inspect/node_modules/open": {
  8656. "version": "10.1.0",
  8657. "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz",
  8658. "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
  8659. "dependencies": {
  8660. "default-browser": "^5.2.1",
  8661. "define-lazy-prop": "^3.0.0",
  8662. "is-inside-container": "^1.0.0",
  8663. "is-wsl": "^3.1.0"
  8664. },
  8665. "engines": {
  8666. "node": ">=18"
  8667. },
  8668. "funding": {
  8669. "url": "https://github.com/sponsors/sindresorhus"
  8670. }
  8671. },
  8672. "node_modules/vite-plugin-vue-inspector": {
  8673. "version": "5.1.2",
  8674. "resolved": "https://registry.npmjs.org/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.1.2.tgz",
  8675. "integrity": "sha512-M+yH2LlQtVNzJAljQM+61CqDXBvHim8dU5ImGaQuwlo13tMDHue5D7IC20YwDJuWDODiYc/cZBUYspVlyPf2vQ==",
  8676. "dependencies": {
  8677. "@babel/core": "^7.23.0",
  8678. "@babel/plugin-proposal-decorators": "^7.23.0",
  8679. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  8680. "@babel/plugin-syntax-import-meta": "^7.10.4",
  8681. "@babel/plugin-transform-typescript": "^7.22.15",
  8682. "@vue/babel-plugin-jsx": "^1.1.5",
  8683. "@vue/compiler-dom": "^3.3.4",
  8684. "kolorist": "^1.8.0",
  8685. "magic-string": "^0.30.4"
  8686. },
  8687. "peerDependencies": {
  8688. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0"
  8689. }
  8690. },
  8691. "node_modules/vite/node_modules/@esbuild/linux-x64": {
  8692. "version": "0.21.5",
  8693. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  8694. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  8695. "cpu": [
  8696. "x64"
  8697. ],
  8698. "optional": true,
  8699. "os": [
  8700. "linux"
  8701. ],
  8702. "engines": {
  8703. "node": ">=12"
  8704. }
  8705. },
  8706. "node_modules/vite/node_modules/esbuild": {
  8707. "version": "0.21.5",
  8708. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
  8709. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  8710. "hasInstallScript": true,
  8711. "bin": {
  8712. "esbuild": "bin/esbuild"
  8713. },
  8714. "engines": {
  8715. "node": ">=12"
  8716. },
  8717. "optionalDependencies": {
  8718. "@esbuild/aix-ppc64": "0.21.5",
  8719. "@esbuild/android-arm": "0.21.5",
  8720. "@esbuild/android-arm64": "0.21.5",
  8721. "@esbuild/android-x64": "0.21.5",
  8722. "@esbuild/darwin-arm64": "0.21.5",
  8723. "@esbuild/darwin-x64": "0.21.5",
  8724. "@esbuild/freebsd-arm64": "0.21.5",
  8725. "@esbuild/freebsd-x64": "0.21.5",
  8726. "@esbuild/linux-arm": "0.21.5",
  8727. "@esbuild/linux-arm64": "0.21.5",
  8728. "@esbuild/linux-ia32": "0.21.5",
  8729. "@esbuild/linux-loong64": "0.21.5",
  8730. "@esbuild/linux-mips64el": "0.21.5",
  8731. "@esbuild/linux-ppc64": "0.21.5",
  8732. "@esbuild/linux-riscv64": "0.21.5",
  8733. "@esbuild/linux-s390x": "0.21.5",
  8734. "@esbuild/linux-x64": "0.21.5",
  8735. "@esbuild/netbsd-x64": "0.21.5",
  8736. "@esbuild/openbsd-x64": "0.21.5",
  8737. "@esbuild/sunos-x64": "0.21.5",
  8738. "@esbuild/win32-arm64": "0.21.5",
  8739. "@esbuild/win32-ia32": "0.21.5",
  8740. "@esbuild/win32-x64": "0.21.5"
  8741. }
  8742. },
  8743. "node_modules/vite/node_modules/fsevents": {
  8744. "version": "2.3.3",
  8745. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  8746. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  8747. "hasInstallScript": true,
  8748. "optional": true,
  8749. "os": [
  8750. "darwin"
  8751. ],
  8752. "engines": {
  8753. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  8754. }
  8755. },
  8756. "node_modules/vitest": {
  8757. "version": "2.1.2",
  8758. "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.1.2.tgz",
  8759. "integrity": "sha512-veNjLizOMkRrJ6xxb+pvxN6/QAWg95mzcRjtmkepXdN87FNfxAss9RKe2far/G9cQpipfgP2taqg0KiWsquj8A==",
  8760. "dev": true,
  8761. "dependencies": {
  8762. "@vitest/expect": "2.1.2",
  8763. "@vitest/mocker": "2.1.2",
  8764. "@vitest/pretty-format": "^2.1.2",
  8765. "@vitest/runner": "2.1.2",
  8766. "@vitest/snapshot": "2.1.2",
  8767. "@vitest/spy": "2.1.2",
  8768. "@vitest/utils": "2.1.2",
  8769. "chai": "^5.1.1",
  8770. "debug": "^4.3.6",
  8771. "magic-string": "^0.30.11",
  8772. "pathe": "^1.1.2",
  8773. "std-env": "^3.7.0",
  8774. "tinybench": "^2.9.0",
  8775. "tinyexec": "^0.3.0",
  8776. "tinypool": "^1.0.0",
  8777. "tinyrainbow": "^1.2.0",
  8778. "vite": "^5.0.0",
  8779. "vite-node": "2.1.2",
  8780. "why-is-node-running": "^2.3.0"
  8781. },
  8782. "bin": {
  8783. "vitest": "vitest.mjs"
  8784. },
  8785. "engines": {
  8786. "node": "^18.0.0 || >=20.0.0"
  8787. },
  8788. "funding": {
  8789. "url": "https://opencollective.com/vitest"
  8790. },
  8791. "peerDependencies": {
  8792. "@edge-runtime/vm": "*",
  8793. "@types/node": "^18.0.0 || >=20.0.0",
  8794. "@vitest/browser": "2.1.2",
  8795. "@vitest/ui": "2.1.2",
  8796. "happy-dom": "*",
  8797. "jsdom": "*"
  8798. },
  8799. "peerDependenciesMeta": {
  8800. "@edge-runtime/vm": {
  8801. "optional": true
  8802. },
  8803. "@types/node": {
  8804. "optional": true
  8805. },
  8806. "@vitest/browser": {
  8807. "optional": true
  8808. },
  8809. "@vitest/ui": {
  8810. "optional": true
  8811. },
  8812. "happy-dom": {
  8813. "optional": true
  8814. },
  8815. "jsdom": {
  8816. "optional": true
  8817. }
  8818. }
  8819. },
  8820. "node_modules/vitest-environment-nuxt": {
  8821. "version": "1.0.1",
  8822. "resolved": "https://registry.npmjs.org/vitest-environment-nuxt/-/vitest-environment-nuxt-1.0.1.tgz",
  8823. "integrity": "sha512-eBCwtIQriXW5/M49FjqNKfnlJYlG2LWMSNFsRVKomc8CaMqmhQPBS5LZ9DlgYL9T8xIVsiA6RZn2lk7vxov3Ow==",
  8824. "dev": true,
  8825. "dependencies": {
  8826. "@nuxt/test-utils": ">=3.13.1"
  8827. }
  8828. },
  8829. "node_modules/vitest/node_modules/vite-node": {
  8830. "version": "2.1.2",
  8831. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.1.2.tgz",
  8832. "integrity": "sha512-HPcGNN5g/7I2OtPjLqgOtCRu/qhVvBxTUD3qzitmL0SrG1cWFzxzhMDWussxSbrRYWqnKf8P2jiNhPMSN+ymsQ==",
  8833. "dev": true,
  8834. "dependencies": {
  8835. "cac": "^6.7.14",
  8836. "debug": "^4.3.6",
  8837. "pathe": "^1.1.2",
  8838. "vite": "^5.0.0"
  8839. },
  8840. "bin": {
  8841. "vite-node": "vite-node.mjs"
  8842. },
  8843. "engines": {
  8844. "node": "^18.0.0 || >=20.0.0"
  8845. },
  8846. "funding": {
  8847. "url": "https://opencollective.com/vitest"
  8848. }
  8849. },
  8850. "node_modules/vscode-jsonrpc": {
  8851. "version": "6.0.0",
  8852. "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz",
  8853. "integrity": "sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==",
  8854. "engines": {
  8855. "node": ">=8.0.0 || >=10.0.0"
  8856. }
  8857. },
  8858. "node_modules/vscode-languageclient": {
  8859. "version": "7.0.0",
  8860. "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-7.0.0.tgz",
  8861. "integrity": "sha512-P9AXdAPlsCgslpP9pRxYPqkNYV7Xq8300/aZDpO35j1fJm/ncize8iGswzYlcvFw5DQUx4eVk+KvfXdL0rehNg==",
  8862. "dependencies": {
  8863. "minimatch": "^3.0.4",
  8864. "semver": "^7.3.4",
  8865. "vscode-languageserver-protocol": "3.16.0"
  8866. },
  8867. "engines": {
  8868. "vscode": "^1.52.0"
  8869. }
  8870. },
  8871. "node_modules/vscode-languageclient/node_modules/brace-expansion": {
  8872. "version": "1.1.11",
  8873. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  8874. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  8875. "dependencies": {
  8876. "balanced-match": "^1.0.0",
  8877. "concat-map": "0.0.1"
  8878. }
  8879. },
  8880. "node_modules/vscode-languageclient/node_modules/minimatch": {
  8881. "version": "3.1.2",
  8882. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  8883. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  8884. "dependencies": {
  8885. "brace-expansion": "^1.1.7"
  8886. },
  8887. "engines": {
  8888. "node": "*"
  8889. }
  8890. },
  8891. "node_modules/vscode-languageserver": {
  8892. "version": "7.0.0",
  8893. "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz",
  8894. "integrity": "sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==",
  8895. "dependencies": {
  8896. "vscode-languageserver-protocol": "3.16.0"
  8897. },
  8898. "bin": {
  8899. "installServerIntoExtension": "bin/installServerIntoExtension"
  8900. }
  8901. },
  8902. "node_modules/vscode-languageserver-protocol": {
  8903. "version": "3.16.0",
  8904. "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz",
  8905. "integrity": "sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==",
  8906. "dependencies": {
  8907. "vscode-jsonrpc": "6.0.0",
  8908. "vscode-languageserver-types": "3.16.0"
  8909. }
  8910. },
  8911. "node_modules/vscode-languageserver-textdocument": {
  8912. "version": "1.0.11",
  8913. "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.11.tgz",
  8914. "integrity": "sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA=="
  8915. },
  8916. "node_modules/vscode-languageserver-types": {
  8917. "version": "3.16.0",
  8918. "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz",
  8919. "integrity": "sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA=="
  8920. },
  8921. "node_modules/vscode-uri": {
  8922. "version": "3.0.8",
  8923. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz",
  8924. "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw=="
  8925. },
  8926. "node_modules/vue": {
  8927. "version": "3.4.31",
  8928. "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.31.tgz",
  8929. "integrity": "sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==",
  8930. "dependencies": {
  8931. "@vue/compiler-dom": "3.4.31",
  8932. "@vue/compiler-sfc": "3.4.31",
  8933. "@vue/runtime-dom": "3.4.31",
  8934. "@vue/server-renderer": "3.4.31",
  8935. "@vue/shared": "3.4.31"
  8936. },
  8937. "peerDependencies": {
  8938. "typescript": "*"
  8939. },
  8940. "peerDependenciesMeta": {
  8941. "typescript": {
  8942. "optional": true
  8943. }
  8944. }
  8945. },
  8946. "node_modules/vue-bundle-renderer": {
  8947. "version": "2.1.0",
  8948. "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.1.0.tgz",
  8949. "integrity": "sha512-uZ+5ZJdZ/b43gMblWtcpikY6spJd0nERaM/1RtgioXNfWFbjKlUwrS8HlrddN6T2xtptmOouWclxLUkpgcVX3Q==",
  8950. "dependencies": {
  8951. "ufo": "^1.5.3"
  8952. }
  8953. },
  8954. "node_modules/vue-devtools-stub": {
  8955. "version": "0.1.0",
  8956. "resolved": "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  8957. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ=="
  8958. },
  8959. "node_modules/vue-router": {
  8960. "version": "4.4.0",
  8961. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.4.0.tgz",
  8962. "integrity": "sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==",
  8963. "dependencies": {
  8964. "@vue/devtools-api": "^6.5.1"
  8965. },
  8966. "funding": {
  8967. "url": "https://github.com/sponsors/posva"
  8968. },
  8969. "peerDependencies": {
  8970. "vue": "^3.2.0"
  8971. }
  8972. },
  8973. "node_modules/web-streams-polyfill": {
  8974. "version": "3.3.3",
  8975. "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
  8976. "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
  8977. "engines": {
  8978. "node": ">= 8"
  8979. }
  8980. },
  8981. "node_modules/webidl-conversions": {
  8982. "version": "3.0.1",
  8983. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  8984. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  8985. },
  8986. "node_modules/webpack-sources": {
  8987. "version": "3.2.3",
  8988. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
  8989. "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
  8990. "optional": true,
  8991. "peer": true,
  8992. "engines": {
  8993. "node": ">=10.13.0"
  8994. }
  8995. },
  8996. "node_modules/webpack-virtual-modules": {
  8997. "version": "0.6.2",
  8998. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  8999. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ=="
  9000. },
  9001. "node_modules/whatwg-url": {
  9002. "version": "5.0.0",
  9003. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  9004. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  9005. "dependencies": {
  9006. "tr46": "~0.0.3",
  9007. "webidl-conversions": "^3.0.0"
  9008. }
  9009. },
  9010. "node_modules/which": {
  9011. "version": "3.0.1",
  9012. "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
  9013. "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
  9014. "dependencies": {
  9015. "isexe": "^2.0.0"
  9016. },
  9017. "bin": {
  9018. "node-which": "bin/which.js"
  9019. },
  9020. "engines": {
  9021. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  9022. }
  9023. },
  9024. "node_modules/why-is-node-running": {
  9025. "version": "2.3.0",
  9026. "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
  9027. "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
  9028. "dev": true,
  9029. "dependencies": {
  9030. "siginfo": "^2.0.0",
  9031. "stackback": "0.0.2"
  9032. },
  9033. "bin": {
  9034. "why-is-node-running": "cli.js"
  9035. },
  9036. "engines": {
  9037. "node": ">=8"
  9038. }
  9039. },
  9040. "node_modules/wide-align": {
  9041. "version": "1.1.5",
  9042. "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
  9043. "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
  9044. "dependencies": {
  9045. "string-width": "^1.0.2 || 2 || 3 || 4"
  9046. }
  9047. },
  9048. "node_modules/wrap-ansi": {
  9049. "version": "7.0.0",
  9050. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  9051. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  9052. "dependencies": {
  9053. "ansi-styles": "^4.0.0",
  9054. "string-width": "^4.1.0",
  9055. "strip-ansi": "^6.0.0"
  9056. },
  9057. "engines": {
  9058. "node": ">=10"
  9059. },
  9060. "funding": {
  9061. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  9062. }
  9063. },
  9064. "node_modules/wrap-ansi-cjs": {
  9065. "name": "wrap-ansi",
  9066. "version": "7.0.0",
  9067. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  9068. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  9069. "dependencies": {
  9070. "ansi-styles": "^4.0.0",
  9071. "string-width": "^4.1.0",
  9072. "strip-ansi": "^6.0.0"
  9073. },
  9074. "engines": {
  9075. "node": ">=10"
  9076. },
  9077. "funding": {
  9078. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  9079. }
  9080. },
  9081. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  9082. "version": "4.3.0",
  9083. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9084. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9085. "dependencies": {
  9086. "color-convert": "^2.0.1"
  9087. },
  9088. "engines": {
  9089. "node": ">=8"
  9090. },
  9091. "funding": {
  9092. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9093. }
  9094. },
  9095. "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
  9096. "version": "2.0.1",
  9097. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9098. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9099. "dependencies": {
  9100. "color-name": "~1.1.4"
  9101. },
  9102. "engines": {
  9103. "node": ">=7.0.0"
  9104. }
  9105. },
  9106. "node_modules/wrap-ansi-cjs/node_modules/color-name": {
  9107. "version": "1.1.4",
  9108. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9109. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9110. },
  9111. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  9112. "version": "4.3.0",
  9113. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9114. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9115. "dependencies": {
  9116. "color-convert": "^2.0.1"
  9117. },
  9118. "engines": {
  9119. "node": ">=8"
  9120. },
  9121. "funding": {
  9122. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9123. }
  9124. },
  9125. "node_modules/wrap-ansi/node_modules/color-convert": {
  9126. "version": "2.0.1",
  9127. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9128. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9129. "dependencies": {
  9130. "color-name": "~1.1.4"
  9131. },
  9132. "engines": {
  9133. "node": ">=7.0.0"
  9134. }
  9135. },
  9136. "node_modules/wrap-ansi/node_modules/color-name": {
  9137. "version": "1.1.4",
  9138. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9139. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9140. },
  9141. "node_modules/wrappy": {
  9142. "version": "1.0.2",
  9143. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  9144. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  9145. },
  9146. "node_modules/ws": {
  9147. "version": "8.18.0",
  9148. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
  9149. "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
  9150. "engines": {
  9151. "node": ">=10.0.0"
  9152. },
  9153. "peerDependencies": {
  9154. "bufferutil": "^4.0.1",
  9155. "utf-8-validate": ">=5.0.2"
  9156. },
  9157. "peerDependenciesMeta": {
  9158. "bufferutil": {
  9159. "optional": true
  9160. },
  9161. "utf-8-validate": {
  9162. "optional": true
  9163. }
  9164. }
  9165. },
  9166. "node_modules/y18n": {
  9167. "version": "5.0.8",
  9168. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  9169. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  9170. "engines": {
  9171. "node": ">=10"
  9172. }
  9173. },
  9174. "node_modules/yallist": {
  9175. "version": "3.1.1",
  9176. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  9177. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  9178. },
  9179. "node_modules/yaml": {
  9180. "version": "2.4.5",
  9181. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz",
  9182. "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==",
  9183. "bin": {
  9184. "yaml": "bin.mjs"
  9185. },
  9186. "engines": {
  9187. "node": ">= 14"
  9188. }
  9189. },
  9190. "node_modules/yargs": {
  9191. "version": "17.7.2",
  9192. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  9193. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  9194. "dependencies": {
  9195. "cliui": "^8.0.1",
  9196. "escalade": "^3.1.1",
  9197. "get-caller-file": "^2.0.5",
  9198. "require-directory": "^2.1.1",
  9199. "string-width": "^4.2.3",
  9200. "y18n": "^5.0.5",
  9201. "yargs-parser": "^21.1.1"
  9202. },
  9203. "engines": {
  9204. "node": ">=12"
  9205. }
  9206. },
  9207. "node_modules/yargs-parser": {
  9208. "version": "21.1.1",
  9209. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  9210. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  9211. "engines": {
  9212. "node": ">=12"
  9213. }
  9214. },
  9215. "node_modules/zhead": {
  9216. "version": "2.2.4",
  9217. "resolved": "https://registry.npmjs.org/zhead/-/zhead-2.2.4.tgz",
  9218. "integrity": "sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==",
  9219. "funding": {
  9220. "url": "https://github.com/sponsors/harlan-zw"
  9221. }
  9222. },
  9223. "node_modules/zip-stream": {
  9224. "version": "6.0.1",
  9225. "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
  9226. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  9227. "dependencies": {
  9228. "archiver-utils": "^5.0.0",
  9229. "compress-commons": "^6.0.2",
  9230. "readable-stream": "^4.0.0"
  9231. },
  9232. "engines": {
  9233. "node": ">= 14"
  9234. }
  9235. }
  9236. }
  9237. }