25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

8280 satır
303 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. "atropos": "^2.0.2",
  11. "cheerio": "^1.0.0",
  12. "nuxt": "^3.12.3",
  13. "openseadragon": "^5.0.0",
  14. "unhead": "^1.9.15",
  15. "vue": "^3.4.31",
  16. "vue-router": "^4.4.0"
  17. },
  18. "devDependencies": {
  19. "autoprefixer": "^10.4.19",
  20. "postcss": "^8.4.39",
  21. "sass": "^1.77.6",
  22. "tailwindcss": "^3.4.4"
  23. }
  24. },
  25. "node_modules/@alloc/quick-lru": {
  26. "version": "5.2.0",
  27. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  28. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  29. "dev": true,
  30. "engines": {
  31. "node": ">=10"
  32. },
  33. "funding": {
  34. "url": "https://github.com/sponsors/sindresorhus"
  35. }
  36. },
  37. "node_modules/@ampproject/remapping": {
  38. "version": "2.3.0",
  39. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
  40. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  41. "dependencies": {
  42. "@jridgewell/gen-mapping": "^0.3.5",
  43. "@jridgewell/trace-mapping": "^0.3.24"
  44. },
  45. "engines": {
  46. "node": ">=6.0.0"
  47. }
  48. },
  49. "node_modules/@antfu/utils": {
  50. "version": "0.7.10",
  51. "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.10.tgz",
  52. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  53. "funding": {
  54. "url": "https://github.com/sponsors/antfu"
  55. }
  56. },
  57. "node_modules/@babel/code-frame": {
  58. "version": "7.24.7",
  59. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
  60. "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
  61. "dependencies": {
  62. "@babel/highlight": "^7.24.7",
  63. "picocolors": "^1.0.0"
  64. },
  65. "engines": {
  66. "node": ">=6.9.0"
  67. }
  68. },
  69. "node_modules/@babel/compat-data": {
  70. "version": "7.24.9",
  71. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz",
  72. "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==",
  73. "engines": {
  74. "node": ">=6.9.0"
  75. }
  76. },
  77. "node_modules/@babel/core": {
  78. "version": "7.24.9",
  79. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz",
  80. "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==",
  81. "dependencies": {
  82. "@ampproject/remapping": "^2.2.0",
  83. "@babel/code-frame": "^7.24.7",
  84. "@babel/generator": "^7.24.9",
  85. "@babel/helper-compilation-targets": "^7.24.8",
  86. "@babel/helper-module-transforms": "^7.24.9",
  87. "@babel/helpers": "^7.24.8",
  88. "@babel/parser": "^7.24.8",
  89. "@babel/template": "^7.24.7",
  90. "@babel/traverse": "^7.24.8",
  91. "@babel/types": "^7.24.9",
  92. "convert-source-map": "^2.0.0",
  93. "debug": "^4.1.0",
  94. "gensync": "^1.0.0-beta.2",
  95. "json5": "^2.2.3",
  96. "semver": "^6.3.1"
  97. },
  98. "engines": {
  99. "node": ">=6.9.0"
  100. },
  101. "funding": {
  102. "type": "opencollective",
  103. "url": "https://opencollective.com/babel"
  104. }
  105. },
  106. "node_modules/@babel/core/node_modules/semver": {
  107. "version": "6.3.1",
  108. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  109. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  110. "bin": {
  111. "semver": "bin/semver.js"
  112. }
  113. },
  114. "node_modules/@babel/generator": {
  115. "version": "7.24.10",
  116. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz",
  117. "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==",
  118. "dependencies": {
  119. "@babel/types": "^7.24.9",
  120. "@jridgewell/gen-mapping": "^0.3.5",
  121. "@jridgewell/trace-mapping": "^0.3.25",
  122. "jsesc": "^2.5.1"
  123. },
  124. "engines": {
  125. "node": ">=6.9.0"
  126. }
  127. },
  128. "node_modules/@babel/helper-annotate-as-pure": {
  129. "version": "7.24.7",
  130. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz",
  131. "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==",
  132. "dependencies": {
  133. "@babel/types": "^7.24.7"
  134. },
  135. "engines": {
  136. "node": ">=6.9.0"
  137. }
  138. },
  139. "node_modules/@babel/helper-compilation-targets": {
  140. "version": "7.24.8",
  141. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz",
  142. "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==",
  143. "dependencies": {
  144. "@babel/compat-data": "^7.24.8",
  145. "@babel/helper-validator-option": "^7.24.8",
  146. "browserslist": "^4.23.1",
  147. "lru-cache": "^5.1.1",
  148. "semver": "^6.3.1"
  149. },
  150. "engines": {
  151. "node": ">=6.9.0"
  152. }
  153. },
  154. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  155. "version": "6.3.1",
  156. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  157. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  158. "bin": {
  159. "semver": "bin/semver.js"
  160. }
  161. },
  162. "node_modules/@babel/helper-create-class-features-plugin": {
  163. "version": "7.24.7",
  164. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz",
  165. "integrity": "sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==",
  166. "dependencies": {
  167. "@babel/helper-annotate-as-pure": "^7.24.7",
  168. "@babel/helper-environment-visitor": "^7.24.7",
  169. "@babel/helper-function-name": "^7.24.7",
  170. "@babel/helper-member-expression-to-functions": "^7.24.7",
  171. "@babel/helper-optimise-call-expression": "^7.24.7",
  172. "@babel/helper-replace-supers": "^7.24.7",
  173. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
  174. "@babel/helper-split-export-declaration": "^7.24.7",
  175. "semver": "^6.3.1"
  176. },
  177. "engines": {
  178. "node": ">=6.9.0"
  179. },
  180. "peerDependencies": {
  181. "@babel/core": "^7.0.0"
  182. }
  183. },
  184. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  185. "version": "6.3.1",
  186. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  187. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  188. "bin": {
  189. "semver": "bin/semver.js"
  190. }
  191. },
  192. "node_modules/@babel/helper-environment-visitor": {
  193. "version": "7.24.7",
  194. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz",
  195. "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==",
  196. "dependencies": {
  197. "@babel/types": "^7.24.7"
  198. },
  199. "engines": {
  200. "node": ">=6.9.0"
  201. }
  202. },
  203. "node_modules/@babel/helper-function-name": {
  204. "version": "7.24.7",
  205. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz",
  206. "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==",
  207. "dependencies": {
  208. "@babel/template": "^7.24.7",
  209. "@babel/types": "^7.24.7"
  210. },
  211. "engines": {
  212. "node": ">=6.9.0"
  213. }
  214. },
  215. "node_modules/@babel/helper-hoist-variables": {
  216. "version": "7.24.7",
  217. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
  218. "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
  219. "dependencies": {
  220. "@babel/types": "^7.24.7"
  221. },
  222. "engines": {
  223. "node": ">=6.9.0"
  224. }
  225. },
  226. "node_modules/@babel/helper-member-expression-to-functions": {
  227. "version": "7.24.7",
  228. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz",
  229. "integrity": "sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==",
  230. "dependencies": {
  231. "@babel/traverse": "^7.24.7",
  232. "@babel/types": "^7.24.7"
  233. },
  234. "engines": {
  235. "node": ">=6.9.0"
  236. }
  237. },
  238. "node_modules/@babel/helper-module-imports": {
  239. "version": "7.24.7",
  240. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
  241. "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
  242. "dependencies": {
  243. "@babel/traverse": "^7.24.7",
  244. "@babel/types": "^7.24.7"
  245. },
  246. "engines": {
  247. "node": ">=6.9.0"
  248. }
  249. },
  250. "node_modules/@babel/helper-module-transforms": {
  251. "version": "7.24.9",
  252. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz",
  253. "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==",
  254. "dependencies": {
  255. "@babel/helper-environment-visitor": "^7.24.7",
  256. "@babel/helper-module-imports": "^7.24.7",
  257. "@babel/helper-simple-access": "^7.24.7",
  258. "@babel/helper-split-export-declaration": "^7.24.7",
  259. "@babel/helper-validator-identifier": "^7.24.7"
  260. },
  261. "engines": {
  262. "node": ">=6.9.0"
  263. },
  264. "peerDependencies": {
  265. "@babel/core": "^7.0.0"
  266. }
  267. },
  268. "node_modules/@babel/helper-optimise-call-expression": {
  269. "version": "7.24.7",
  270. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz",
  271. "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==",
  272. "dependencies": {
  273. "@babel/types": "^7.24.7"
  274. },
  275. "engines": {
  276. "node": ">=6.9.0"
  277. }
  278. },
  279. "node_modules/@babel/helper-plugin-utils": {
  280. "version": "7.24.8",
  281. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz",
  282. "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==",
  283. "engines": {
  284. "node": ">=6.9.0"
  285. }
  286. },
  287. "node_modules/@babel/helper-replace-supers": {
  288. "version": "7.24.7",
  289. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz",
  290. "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==",
  291. "dependencies": {
  292. "@babel/helper-environment-visitor": "^7.24.7",
  293. "@babel/helper-member-expression-to-functions": "^7.24.7",
  294. "@babel/helper-optimise-call-expression": "^7.24.7"
  295. },
  296. "engines": {
  297. "node": ">=6.9.0"
  298. },
  299. "peerDependencies": {
  300. "@babel/core": "^7.0.0"
  301. }
  302. },
  303. "node_modules/@babel/helper-simple-access": {
  304. "version": "7.24.7",
  305. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
  306. "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
  307. "dependencies": {
  308. "@babel/traverse": "^7.24.7",
  309. "@babel/types": "^7.24.7"
  310. },
  311. "engines": {
  312. "node": ">=6.9.0"
  313. }
  314. },
  315. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  316. "version": "7.24.7",
  317. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz",
  318. "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==",
  319. "dependencies": {
  320. "@babel/traverse": "^7.24.7",
  321. "@babel/types": "^7.24.7"
  322. },
  323. "engines": {
  324. "node": ">=6.9.0"
  325. }
  326. },
  327. "node_modules/@babel/helper-split-export-declaration": {
  328. "version": "7.24.7",
  329. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
  330. "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==",
  331. "dependencies": {
  332. "@babel/types": "^7.24.7"
  333. },
  334. "engines": {
  335. "node": ">=6.9.0"
  336. }
  337. },
  338. "node_modules/@babel/helper-string-parser": {
  339. "version": "7.24.8",
  340. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
  341. "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
  342. "engines": {
  343. "node": ">=6.9.0"
  344. }
  345. },
  346. "node_modules/@babel/helper-validator-identifier": {
  347. "version": "7.24.7",
  348. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
  349. "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
  350. "engines": {
  351. "node": ">=6.9.0"
  352. }
  353. },
  354. "node_modules/@babel/helper-validator-option": {
  355. "version": "7.24.8",
  356. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
  357. "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
  358. "engines": {
  359. "node": ">=6.9.0"
  360. }
  361. },
  362. "node_modules/@babel/helpers": {
  363. "version": "7.24.8",
  364. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz",
  365. "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==",
  366. "dependencies": {
  367. "@babel/template": "^7.24.7",
  368. "@babel/types": "^7.24.8"
  369. },
  370. "engines": {
  371. "node": ">=6.9.0"
  372. }
  373. },
  374. "node_modules/@babel/highlight": {
  375. "version": "7.24.7",
  376. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
  377. "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
  378. "dependencies": {
  379. "@babel/helper-validator-identifier": "^7.24.7",
  380. "chalk": "^2.4.2",
  381. "js-tokens": "^4.0.0",
  382. "picocolors": "^1.0.0"
  383. },
  384. "engines": {
  385. "node": ">=6.9.0"
  386. }
  387. },
  388. "node_modules/@babel/parser": {
  389. "version": "7.24.8",
  390. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.8.tgz",
  391. "integrity": "sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==",
  392. "bin": {
  393. "parser": "bin/babel-parser.js"
  394. },
  395. "engines": {
  396. "node": ">=6.0.0"
  397. }
  398. },
  399. "node_modules/@babel/plugin-proposal-decorators": {
  400. "version": "7.24.7",
  401. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.7.tgz",
  402. "integrity": "sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==",
  403. "dependencies": {
  404. "@babel/helper-create-class-features-plugin": "^7.24.7",
  405. "@babel/helper-plugin-utils": "^7.24.7",
  406. "@babel/plugin-syntax-decorators": "^7.24.7"
  407. },
  408. "engines": {
  409. "node": ">=6.9.0"
  410. },
  411. "peerDependencies": {
  412. "@babel/core": "^7.0.0-0"
  413. }
  414. },
  415. "node_modules/@babel/plugin-syntax-decorators": {
  416. "version": "7.24.7",
  417. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz",
  418. "integrity": "sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==",
  419. "dependencies": {
  420. "@babel/helper-plugin-utils": "^7.24.7"
  421. },
  422. "engines": {
  423. "node": ">=6.9.0"
  424. },
  425. "peerDependencies": {
  426. "@babel/core": "^7.0.0-0"
  427. }
  428. },
  429. "node_modules/@babel/plugin-syntax-import-attributes": {
  430. "version": "7.24.7",
  431. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz",
  432. "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==",
  433. "dependencies": {
  434. "@babel/helper-plugin-utils": "^7.24.7"
  435. },
  436. "engines": {
  437. "node": ">=6.9.0"
  438. },
  439. "peerDependencies": {
  440. "@babel/core": "^7.0.0-0"
  441. }
  442. },
  443. "node_modules/@babel/plugin-syntax-import-meta": {
  444. "version": "7.10.4",
  445. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  446. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  447. "dependencies": {
  448. "@babel/helper-plugin-utils": "^7.10.4"
  449. },
  450. "peerDependencies": {
  451. "@babel/core": "^7.0.0-0"
  452. }
  453. },
  454. "node_modules/@babel/plugin-syntax-jsx": {
  455. "version": "7.24.7",
  456. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz",
  457. "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==",
  458. "dependencies": {
  459. "@babel/helper-plugin-utils": "^7.24.7"
  460. },
  461. "engines": {
  462. "node": ">=6.9.0"
  463. },
  464. "peerDependencies": {
  465. "@babel/core": "^7.0.0-0"
  466. }
  467. },
  468. "node_modules/@babel/plugin-syntax-typescript": {
  469. "version": "7.24.7",
  470. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz",
  471. "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==",
  472. "dependencies": {
  473. "@babel/helper-plugin-utils": "^7.24.7"
  474. },
  475. "engines": {
  476. "node": ">=6.9.0"
  477. },
  478. "peerDependencies": {
  479. "@babel/core": "^7.0.0-0"
  480. }
  481. },
  482. "node_modules/@babel/plugin-transform-typescript": {
  483. "version": "7.24.7",
  484. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.7.tgz",
  485. "integrity": "sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==",
  486. "dependencies": {
  487. "@babel/helper-annotate-as-pure": "^7.24.7",
  488. "@babel/helper-create-class-features-plugin": "^7.24.7",
  489. "@babel/helper-plugin-utils": "^7.24.7",
  490. "@babel/plugin-syntax-typescript": "^7.24.7"
  491. },
  492. "engines": {
  493. "node": ">=6.9.0"
  494. },
  495. "peerDependencies": {
  496. "@babel/core": "^7.0.0-0"
  497. }
  498. },
  499. "node_modules/@babel/standalone": {
  500. "version": "7.24.4",
  501. "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.24.4.tgz",
  502. "integrity": "sha512-V4uqWeedadiuiCx5P5OHYJZ1PehdMpcBccNCEptKFGPiZIY3FI5f2ClxUl4r5wZ5U+ohcQ+4KW6jX2K6xXzq4Q==",
  503. "engines": {
  504. "node": ">=6.9.0"
  505. }
  506. },
  507. "node_modules/@babel/template": {
  508. "version": "7.24.7",
  509. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz",
  510. "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==",
  511. "dependencies": {
  512. "@babel/code-frame": "^7.24.7",
  513. "@babel/parser": "^7.24.7",
  514. "@babel/types": "^7.24.7"
  515. },
  516. "engines": {
  517. "node": ">=6.9.0"
  518. }
  519. },
  520. "node_modules/@babel/traverse": {
  521. "version": "7.24.8",
  522. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz",
  523. "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==",
  524. "dependencies": {
  525. "@babel/code-frame": "^7.24.7",
  526. "@babel/generator": "^7.24.8",
  527. "@babel/helper-environment-visitor": "^7.24.7",
  528. "@babel/helper-function-name": "^7.24.7",
  529. "@babel/helper-hoist-variables": "^7.24.7",
  530. "@babel/helper-split-export-declaration": "^7.24.7",
  531. "@babel/parser": "^7.24.8",
  532. "@babel/types": "^7.24.8",
  533. "debug": "^4.3.1",
  534. "globals": "^11.1.0"
  535. },
  536. "engines": {
  537. "node": ">=6.9.0"
  538. }
  539. },
  540. "node_modules/@babel/types": {
  541. "version": "7.24.9",
  542. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz",
  543. "integrity": "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==",
  544. "dependencies": {
  545. "@babel/helper-string-parser": "^7.24.8",
  546. "@babel/helper-validator-identifier": "^7.24.7",
  547. "to-fast-properties": "^2.0.0"
  548. },
  549. "engines": {
  550. "node": ">=6.9.0"
  551. }
  552. },
  553. "node_modules/@cloudflare/kv-asset-handler": {
  554. "version": "0.3.4",
  555. "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.4.tgz",
  556. "integrity": "sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==",
  557. "dependencies": {
  558. "mime": "^3.0.0"
  559. },
  560. "engines": {
  561. "node": ">=16.13"
  562. }
  563. },
  564. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  565. "version": "3.0.0",
  566. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  567. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  568. "bin": {
  569. "mime": "cli.js"
  570. },
  571. "engines": {
  572. "node": ">=10.0.0"
  573. }
  574. },
  575. "node_modules/@esbuild/linux-x64": {
  576. "version": "0.23.0",
  577. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.0.tgz",
  578. "integrity": "sha512-a3pMQhUEJkITgAw6e0bWA+F+vFtCciMjW/LPtoj99MhVt+Mfb6bbL9hu2wmTZgNd994qTAEw+U/r6k3qHWWaOQ==",
  579. "cpu": [
  580. "x64"
  581. ],
  582. "optional": true,
  583. "os": [
  584. "linux"
  585. ],
  586. "engines": {
  587. "node": ">=18"
  588. }
  589. },
  590. "node_modules/@fastify/busboy": {
  591. "version": "2.1.1",
  592. "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
  593. "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
  594. "engines": {
  595. "node": ">=14"
  596. }
  597. },
  598. "node_modules/@ioredis/commands": {
  599. "version": "1.2.0",
  600. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz",
  601. "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg=="
  602. },
  603. "node_modules/@isaacs/cliui": {
  604. "version": "8.0.2",
  605. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  606. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  607. "dependencies": {
  608. "string-width": "^5.1.2",
  609. "string-width-cjs": "npm:string-width@^4.2.0",
  610. "strip-ansi": "^7.0.1",
  611. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  612. "wrap-ansi": "^8.1.0",
  613. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  614. },
  615. "engines": {
  616. "node": ">=12"
  617. }
  618. },
  619. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  620. "version": "6.0.1",
  621. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
  622. "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
  623. "engines": {
  624. "node": ">=12"
  625. },
  626. "funding": {
  627. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  628. }
  629. },
  630. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  631. "version": "6.2.1",
  632. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
  633. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  634. "engines": {
  635. "node": ">=12"
  636. },
  637. "funding": {
  638. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  639. }
  640. },
  641. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  642. "version": "9.2.2",
  643. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  644. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  645. },
  646. "node_modules/@isaacs/cliui/node_modules/string-width": {
  647. "version": "5.1.2",
  648. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  649. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  650. "dependencies": {
  651. "eastasianwidth": "^0.2.0",
  652. "emoji-regex": "^9.2.2",
  653. "strip-ansi": "^7.0.1"
  654. },
  655. "engines": {
  656. "node": ">=12"
  657. },
  658. "funding": {
  659. "url": "https://github.com/sponsors/sindresorhus"
  660. }
  661. },
  662. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  663. "version": "7.1.0",
  664. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  665. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  666. "dependencies": {
  667. "ansi-regex": "^6.0.1"
  668. },
  669. "engines": {
  670. "node": ">=12"
  671. },
  672. "funding": {
  673. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  674. }
  675. },
  676. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  677. "version": "8.1.0",
  678. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  679. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  680. "dependencies": {
  681. "ansi-styles": "^6.1.0",
  682. "string-width": "^5.0.1",
  683. "strip-ansi": "^7.0.1"
  684. },
  685. "engines": {
  686. "node": ">=12"
  687. },
  688. "funding": {
  689. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  690. }
  691. },
  692. "node_modules/@jridgewell/gen-mapping": {
  693. "version": "0.3.5",
  694. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  695. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  696. "dependencies": {
  697. "@jridgewell/set-array": "^1.2.1",
  698. "@jridgewell/sourcemap-codec": "^1.4.10",
  699. "@jridgewell/trace-mapping": "^0.3.24"
  700. },
  701. "engines": {
  702. "node": ">=6.0.0"
  703. }
  704. },
  705. "node_modules/@jridgewell/resolve-uri": {
  706. "version": "3.1.2",
  707. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  708. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  709. "engines": {
  710. "node": ">=6.0.0"
  711. }
  712. },
  713. "node_modules/@jridgewell/set-array": {
  714. "version": "1.2.1",
  715. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  716. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  717. "engines": {
  718. "node": ">=6.0.0"
  719. }
  720. },
  721. "node_modules/@jridgewell/source-map": {
  722. "version": "0.3.6",
  723. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
  724. "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
  725. "dependencies": {
  726. "@jridgewell/gen-mapping": "^0.3.5",
  727. "@jridgewell/trace-mapping": "^0.3.25"
  728. }
  729. },
  730. "node_modules/@jridgewell/sourcemap-codec": {
  731. "version": "1.4.15",
  732. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  733. "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
  734. },
  735. "node_modules/@jridgewell/trace-mapping": {
  736. "version": "0.3.25",
  737. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  738. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  739. "dependencies": {
  740. "@jridgewell/resolve-uri": "^3.1.0",
  741. "@jridgewell/sourcemap-codec": "^1.4.14"
  742. }
  743. },
  744. "node_modules/@kwsites/file-exists": {
  745. "version": "1.1.1",
  746. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  747. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  748. "dependencies": {
  749. "debug": "^4.1.1"
  750. }
  751. },
  752. "node_modules/@kwsites/promise-deferred": {
  753. "version": "1.1.1",
  754. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  755. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw=="
  756. },
  757. "node_modules/@mapbox/node-pre-gyp": {
  758. "version": "1.0.11",
  759. "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz",
  760. "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==",
  761. "dependencies": {
  762. "detect-libc": "^2.0.0",
  763. "https-proxy-agent": "^5.0.0",
  764. "make-dir": "^3.1.0",
  765. "node-fetch": "^2.6.7",
  766. "nopt": "^5.0.0",
  767. "npmlog": "^5.0.1",
  768. "rimraf": "^3.0.2",
  769. "semver": "^7.3.5",
  770. "tar": "^6.1.11"
  771. },
  772. "bin": {
  773. "node-pre-gyp": "bin/node-pre-gyp"
  774. }
  775. },
  776. "node_modules/@netlify/functions": {
  777. "version": "2.8.1",
  778. "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-2.8.1.tgz",
  779. "integrity": "sha512-+6wtYdoz0yE06dSa9XkP47tw5zm6g13QMeCwM3MmHx1vn8hzwFa51JtmfraprdkL7amvb7gaNM+OOhQU1h6T8A==",
  780. "dependencies": {
  781. "@netlify/serverless-functions-api": "1.19.1"
  782. },
  783. "engines": {
  784. "node": ">=14.0.0"
  785. }
  786. },
  787. "node_modules/@netlify/node-cookies": {
  788. "version": "0.1.0",
  789. "resolved": "https://registry.npmjs.org/@netlify/node-cookies/-/node-cookies-0.1.0.tgz",
  790. "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==",
  791. "engines": {
  792. "node": "^14.16.0 || >=16.0.0"
  793. }
  794. },
  795. "node_modules/@netlify/serverless-functions-api": {
  796. "version": "1.19.1",
  797. "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.19.1.tgz",
  798. "integrity": "sha512-2KYkyluThg1AKfd0JWI7FzpS4A/fzVVGYIf6AM4ydWyNj8eI/86GQVLeRgDoH7CNOxt243R5tutWlmHpVq0/Ew==",
  799. "dependencies": {
  800. "@netlify/node-cookies": "^0.1.0",
  801. "urlpattern-polyfill": "8.0.2"
  802. },
  803. "engines": {
  804. "node": ">=18.0.0"
  805. }
  806. },
  807. "node_modules/@nodelib/fs.scandir": {
  808. "version": "2.1.5",
  809. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  810. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  811. "dependencies": {
  812. "@nodelib/fs.stat": "2.0.5",
  813. "run-parallel": "^1.1.9"
  814. },
  815. "engines": {
  816. "node": ">= 8"
  817. }
  818. },
  819. "node_modules/@nodelib/fs.stat": {
  820. "version": "2.0.5",
  821. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  822. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  823. "engines": {
  824. "node": ">= 8"
  825. }
  826. },
  827. "node_modules/@nodelib/fs.walk": {
  828. "version": "1.2.8",
  829. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  830. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  831. "dependencies": {
  832. "@nodelib/fs.scandir": "2.1.5",
  833. "fastq": "^1.6.0"
  834. },
  835. "engines": {
  836. "node": ">= 8"
  837. }
  838. },
  839. "node_modules/@nuxt/devalue": {
  840. "version": "2.0.2",
  841. "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
  842. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA=="
  843. },
  844. "node_modules/@nuxt/devtools": {
  845. "version": "1.3.9",
  846. "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-1.3.9.tgz",
  847. "integrity": "sha512-tFKlbUPgSXw4tyD8xpztQtJeVn3egdKbFCV0xc92FbfGbclAyaa3XhKA2tMWXEGZQpykAWMRNrGWN24FtXFA6Q==",
  848. "dependencies": {
  849. "@antfu/utils": "^0.7.10",
  850. "@nuxt/devtools-kit": "1.3.9",
  851. "@nuxt/devtools-wizard": "1.3.9",
  852. "@nuxt/kit": "^3.12.2",
  853. "@vue/devtools-core": "7.3.3",
  854. "@vue/devtools-kit": "7.3.3",
  855. "birpc": "^0.2.17",
  856. "consola": "^3.2.3",
  857. "cronstrue": "^2.50.0",
  858. "destr": "^2.0.3",
  859. "error-stack-parser-es": "^0.1.4",
  860. "execa": "^7.2.0",
  861. "fast-glob": "^3.3.2",
  862. "fast-npm-meta": "^0.1.1",
  863. "flatted": "^3.3.1",
  864. "get-port-please": "^3.1.2",
  865. "hookable": "^5.5.3",
  866. "image-meta": "^0.2.0",
  867. "is-installed-globally": "^1.0.0",
  868. "launch-editor": "^2.8.0",
  869. "local-pkg": "^0.5.0",
  870. "magicast": "^0.3.4",
  871. "nypm": "^0.3.9",
  872. "ohash": "^1.1.3",
  873. "pathe": "^1.1.2",
  874. "perfect-debounce": "^1.0.0",
  875. "pkg-types": "^1.1.2",
  876. "rc9": "^2.1.2",
  877. "scule": "^1.3.0",
  878. "semver": "^7.6.2",
  879. "simple-git": "^3.25.0",
  880. "sirv": "^2.0.4",
  881. "unimport": "^3.7.2",
  882. "vite-plugin-inspect": "^0.8.4",
  883. "vite-plugin-vue-inspector": "^5.1.2",
  884. "which": "^3.0.1",
  885. "ws": "^8.17.1"
  886. },
  887. "bin": {
  888. "devtools": "cli.mjs"
  889. },
  890. "peerDependencies": {
  891. "vite": "*"
  892. }
  893. },
  894. "node_modules/@nuxt/devtools-kit": {
  895. "version": "1.3.9",
  896. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-1.3.9.tgz",
  897. "integrity": "sha512-tgr/F+4BbI53/JxgaXl3cuV9dMuCXMsd4GEXN+JqtCdAkDbH3wL79GGWx0/6I9acGzRsB6UZ1H6U96nfgcIrAw==",
  898. "dependencies": {
  899. "@nuxt/kit": "^3.12.2",
  900. "@nuxt/schema": "^3.12.3",
  901. "execa": "^7.2.0"
  902. },
  903. "peerDependencies": {
  904. "vite": "*"
  905. }
  906. },
  907. "node_modules/@nuxt/devtools-wizard": {
  908. "version": "1.3.9",
  909. "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-1.3.9.tgz",
  910. "integrity": "sha512-WMgwWWuyng+Y6k7sfBI95wYnec8TPFkuYbHHOlYQgqE9dAewPisSbEm3WkB7p/W9UqxpN8mvKN5qUg4sTmEpgQ==",
  911. "dependencies": {
  912. "consola": "^3.2.3",
  913. "diff": "^5.2.0",
  914. "execa": "^7.2.0",
  915. "global-directory": "^4.0.1",
  916. "magicast": "^0.3.4",
  917. "pathe": "^1.1.2",
  918. "pkg-types": "^1.1.2",
  919. "prompts": "^2.4.2",
  920. "rc9": "^2.1.2",
  921. "semver": "^7.6.2"
  922. },
  923. "bin": {
  924. "devtools-wizard": "cli.mjs"
  925. }
  926. },
  927. "node_modules/@nuxt/kit": {
  928. "version": "3.12.3",
  929. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.12.3.tgz",
  930. "integrity": "sha512-5R8FZLDxBKlkDWYsqwU1tctGJ5vwMA96WBrNkpQ0LznB2/p+3MWWTO6vz+0P0F9xvZZfkk/KKyZ3uUhnG9VJOA==",
  931. "dependencies": {
  932. "@nuxt/schema": "3.12.3",
  933. "c12": "^1.11.1",
  934. "consola": "^3.2.3",
  935. "defu": "^6.1.4",
  936. "destr": "^2.0.3",
  937. "globby": "^14.0.2",
  938. "hash-sum": "^2.0.0",
  939. "ignore": "^5.3.1",
  940. "jiti": "^1.21.6",
  941. "klona": "^2.0.6",
  942. "knitwork": "^1.1.0",
  943. "mlly": "^1.7.1",
  944. "pathe": "^1.1.2",
  945. "pkg-types": "^1.1.2",
  946. "scule": "^1.3.0",
  947. "semver": "^7.6.2",
  948. "ufo": "^1.5.3",
  949. "unctx": "^2.3.1",
  950. "unimport": "^3.7.2",
  951. "untyped": "^1.4.2"
  952. },
  953. "engines": {
  954. "node": "^14.18.0 || >=16.10.0"
  955. }
  956. },
  957. "node_modules/@nuxt/schema": {
  958. "version": "3.12.3",
  959. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.12.3.tgz",
  960. "integrity": "sha512-Zw/2stN5CWVOHQ6pKyewk3tvYW5ROBloTGyIbie7/TprJT5mL+E9tTgAxOZtkoKSFaYEQXZgE1K2OzMelhLRzw==",
  961. "dependencies": {
  962. "compatx": "^0.1.8",
  963. "consola": "^3.2.3",
  964. "defu": "^6.1.4",
  965. "hookable": "^5.5.3",
  966. "pathe": "^1.1.2",
  967. "pkg-types": "^1.1.2",
  968. "scule": "^1.3.0",
  969. "std-env": "^3.7.0",
  970. "ufo": "^1.5.3",
  971. "uncrypto": "^0.1.3",
  972. "unimport": "^3.7.2",
  973. "untyped": "^1.4.2"
  974. },
  975. "engines": {
  976. "node": "^14.18.0 || >=16.10.0"
  977. }
  978. },
  979. "node_modules/@nuxt/telemetry": {
  980. "version": "2.5.4",
  981. "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.5.4.tgz",
  982. "integrity": "sha512-KH6wxzsNys69daSO0xUv0LEBAfhwwjK1M+0Cdi1/vxmifCslMIY7lN11B4eywSfscbyVPAYJvANyc7XiVPImBQ==",
  983. "dependencies": {
  984. "@nuxt/kit": "^3.11.2",
  985. "ci-info": "^4.0.0",
  986. "consola": "^3.2.3",
  987. "create-require": "^1.1.1",
  988. "defu": "^6.1.4",
  989. "destr": "^2.0.3",
  990. "dotenv": "^16.4.5",
  991. "git-url-parse": "^14.0.0",
  992. "is-docker": "^3.0.0",
  993. "jiti": "^1.21.0",
  994. "mri": "^1.2.0",
  995. "nanoid": "^5.0.7",
  996. "ofetch": "^1.3.4",
  997. "parse-git-config": "^3.0.0",
  998. "pathe": "^1.1.2",
  999. "rc9": "^2.1.2",
  1000. "std-env": "^3.7.0"
  1001. },
  1002. "bin": {
  1003. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  1004. }
  1005. },
  1006. "node_modules/@nuxt/vite-builder": {
  1007. "version": "3.12.3",
  1008. "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.12.3.tgz",
  1009. "integrity": "sha512-8xfeOgSUaXTYgLx1DA5qEFwU3/vL5DVAIv8sgPn2rnmB50nPJVXrVa+tXhO0I1Q8L4ycXRqq2dxOPGq8CSYo+A==",
  1010. "dependencies": {
  1011. "@nuxt/kit": "3.12.3",
  1012. "@rollup/plugin-replace": "^5.0.7",
  1013. "@vitejs/plugin-vue": "^5.0.5",
  1014. "@vitejs/plugin-vue-jsx": "^4.0.0",
  1015. "autoprefixer": "^10.4.19",
  1016. "clear": "^0.1.0",
  1017. "consola": "^3.2.3",
  1018. "cssnano": "^7.0.3",
  1019. "defu": "^6.1.4",
  1020. "esbuild": "^0.23.0",
  1021. "escape-string-regexp": "^5.0.0",
  1022. "estree-walker": "^3.0.3",
  1023. "externality": "^1.0.2",
  1024. "get-port-please": "^3.1.2",
  1025. "h3": "^1.12.0",
  1026. "knitwork": "^1.1.0",
  1027. "magic-string": "^0.30.10",
  1028. "mlly": "^1.7.1",
  1029. "ohash": "^1.1.3",
  1030. "pathe": "^1.1.2",
  1031. "perfect-debounce": "^1.0.0",
  1032. "pkg-types": "^1.1.2",
  1033. "postcss": "^8.4.39",
  1034. "rollup-plugin-visualizer": "^5.12.0",
  1035. "std-env": "^3.7.0",
  1036. "strip-literal": "^2.1.0",
  1037. "ufo": "^1.5.3",
  1038. "unenv": "^1.9.0",
  1039. "unplugin": "^1.11.0",
  1040. "vite": "^5.3.2",
  1041. "vite-node": "^1.6.0",
  1042. "vite-plugin-checker": "^0.7.0",
  1043. "vue-bundle-renderer": "^2.1.0"
  1044. },
  1045. "engines": {
  1046. "node": "^14.18.0 || >=16.10.0"
  1047. },
  1048. "peerDependencies": {
  1049. "vue": "^3.3.4"
  1050. }
  1051. },
  1052. "node_modules/@parcel/watcher": {
  1053. "version": "2.4.1",
  1054. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.4.1.tgz",
  1055. "integrity": "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==",
  1056. "dependencies": {
  1057. "detect-libc": "^1.0.3",
  1058. "is-glob": "^4.0.3",
  1059. "micromatch": "^4.0.5",
  1060. "node-addon-api": "^7.0.0"
  1061. },
  1062. "engines": {
  1063. "node": ">= 10.0.0"
  1064. },
  1065. "funding": {
  1066. "type": "opencollective",
  1067. "url": "https://opencollective.com/parcel"
  1068. },
  1069. "optionalDependencies": {
  1070. "@parcel/watcher-android-arm64": "2.4.1",
  1071. "@parcel/watcher-darwin-arm64": "2.4.1",
  1072. "@parcel/watcher-darwin-x64": "2.4.1",
  1073. "@parcel/watcher-freebsd-x64": "2.4.1",
  1074. "@parcel/watcher-linux-arm-glibc": "2.4.1",
  1075. "@parcel/watcher-linux-arm64-glibc": "2.4.1",
  1076. "@parcel/watcher-linux-arm64-musl": "2.4.1",
  1077. "@parcel/watcher-linux-x64-glibc": "2.4.1",
  1078. "@parcel/watcher-linux-x64-musl": "2.4.1",
  1079. "@parcel/watcher-win32-arm64": "2.4.1",
  1080. "@parcel/watcher-win32-ia32": "2.4.1",
  1081. "@parcel/watcher-win32-x64": "2.4.1"
  1082. }
  1083. },
  1084. "node_modules/@parcel/watcher-linux-x64-glibc": {
  1085. "version": "2.4.1",
  1086. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz",
  1087. "integrity": "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==",
  1088. "cpu": [
  1089. "x64"
  1090. ],
  1091. "optional": true,
  1092. "os": [
  1093. "linux"
  1094. ],
  1095. "engines": {
  1096. "node": ">= 10.0.0"
  1097. },
  1098. "funding": {
  1099. "type": "opencollective",
  1100. "url": "https://opencollective.com/parcel"
  1101. }
  1102. },
  1103. "node_modules/@parcel/watcher-linux-x64-musl": {
  1104. "version": "2.4.1",
  1105. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz",
  1106. "integrity": "sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==",
  1107. "cpu": [
  1108. "x64"
  1109. ],
  1110. "optional": true,
  1111. "os": [
  1112. "linux"
  1113. ],
  1114. "engines": {
  1115. "node": ">= 10.0.0"
  1116. },
  1117. "funding": {
  1118. "type": "opencollective",
  1119. "url": "https://opencollective.com/parcel"
  1120. }
  1121. },
  1122. "node_modules/@parcel/watcher-wasm": {
  1123. "version": "2.4.1",
  1124. "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.4.1.tgz",
  1125. "integrity": "sha512-/ZR0RxqxU/xxDGzbzosMjh4W6NdYFMqq2nvo2b8SLi7rsl/4jkL8S5stIikorNkdR50oVDvqb/3JT05WM+CRRA==",
  1126. "bundleDependencies": [
  1127. "napi-wasm"
  1128. ],
  1129. "dependencies": {
  1130. "is-glob": "^4.0.3",
  1131. "micromatch": "^4.0.5",
  1132. "napi-wasm": "^1.1.0"
  1133. },
  1134. "engines": {
  1135. "node": ">= 10.0.0"
  1136. },
  1137. "funding": {
  1138. "type": "opencollective",
  1139. "url": "https://opencollective.com/parcel"
  1140. }
  1141. },
  1142. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  1143. "version": "1.1.0",
  1144. "inBundle": true,
  1145. "license": "MIT"
  1146. },
  1147. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  1148. "version": "1.0.3",
  1149. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  1150. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  1151. "bin": {
  1152. "detect-libc": "bin/detect-libc.js"
  1153. },
  1154. "engines": {
  1155. "node": ">=0.10"
  1156. }
  1157. },
  1158. "node_modules/@pkgjs/parseargs": {
  1159. "version": "0.11.0",
  1160. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  1161. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  1162. "optional": true,
  1163. "engines": {
  1164. "node": ">=14"
  1165. }
  1166. },
  1167. "node_modules/@polka/url": {
  1168. "version": "1.0.0-next.25",
  1169. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz",
  1170. "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ=="
  1171. },
  1172. "node_modules/@rollup/plugin-alias": {
  1173. "version": "5.1.0",
  1174. "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.0.tgz",
  1175. "integrity": "sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==",
  1176. "dependencies": {
  1177. "slash": "^4.0.0"
  1178. },
  1179. "engines": {
  1180. "node": ">=14.0.0"
  1181. },
  1182. "peerDependencies": {
  1183. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1184. },
  1185. "peerDependenciesMeta": {
  1186. "rollup": {
  1187. "optional": true
  1188. }
  1189. }
  1190. },
  1191. "node_modules/@rollup/plugin-alias/node_modules/slash": {
  1192. "version": "4.0.0",
  1193. "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
  1194. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
  1195. "engines": {
  1196. "node": ">=12"
  1197. },
  1198. "funding": {
  1199. "url": "https://github.com/sponsors/sindresorhus"
  1200. }
  1201. },
  1202. "node_modules/@rollup/plugin-commonjs": {
  1203. "version": "25.0.8",
  1204. "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.8.tgz",
  1205. "integrity": "sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==",
  1206. "dependencies": {
  1207. "@rollup/pluginutils": "^5.0.1",
  1208. "commondir": "^1.0.1",
  1209. "estree-walker": "^2.0.2",
  1210. "glob": "^8.0.3",
  1211. "is-reference": "1.2.1",
  1212. "magic-string": "^0.30.3"
  1213. },
  1214. "engines": {
  1215. "node": ">=14.0.0"
  1216. },
  1217. "peerDependencies": {
  1218. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  1219. },
  1220. "peerDependenciesMeta": {
  1221. "rollup": {
  1222. "optional": true
  1223. }
  1224. }
  1225. },
  1226. "node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": {
  1227. "version": "2.0.2",
  1228. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1229. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1230. },
  1231. "node_modules/@rollup/plugin-inject": {
  1232. "version": "5.0.5",
  1233. "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  1234. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  1235. "dependencies": {
  1236. "@rollup/pluginutils": "^5.0.1",
  1237. "estree-walker": "^2.0.2",
  1238. "magic-string": "^0.30.3"
  1239. },
  1240. "engines": {
  1241. "node": ">=14.0.0"
  1242. },
  1243. "peerDependencies": {
  1244. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1245. },
  1246. "peerDependenciesMeta": {
  1247. "rollup": {
  1248. "optional": true
  1249. }
  1250. }
  1251. },
  1252. "node_modules/@rollup/plugin-inject/node_modules/estree-walker": {
  1253. "version": "2.0.2",
  1254. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1255. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1256. },
  1257. "node_modules/@rollup/plugin-json": {
  1258. "version": "6.1.0",
  1259. "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  1260. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  1261. "dependencies": {
  1262. "@rollup/pluginutils": "^5.1.0"
  1263. },
  1264. "engines": {
  1265. "node": ">=14.0.0"
  1266. },
  1267. "peerDependencies": {
  1268. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1269. },
  1270. "peerDependenciesMeta": {
  1271. "rollup": {
  1272. "optional": true
  1273. }
  1274. }
  1275. },
  1276. "node_modules/@rollup/plugin-node-resolve": {
  1277. "version": "15.2.3",
  1278. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz",
  1279. "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==",
  1280. "dependencies": {
  1281. "@rollup/pluginutils": "^5.0.1",
  1282. "@types/resolve": "1.20.2",
  1283. "deepmerge": "^4.2.2",
  1284. "is-builtin-module": "^3.2.1",
  1285. "is-module": "^1.0.0",
  1286. "resolve": "^1.22.1"
  1287. },
  1288. "engines": {
  1289. "node": ">=14.0.0"
  1290. },
  1291. "peerDependencies": {
  1292. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  1293. },
  1294. "peerDependenciesMeta": {
  1295. "rollup": {
  1296. "optional": true
  1297. }
  1298. }
  1299. },
  1300. "node_modules/@rollup/plugin-replace": {
  1301. "version": "5.0.7",
  1302. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.7.tgz",
  1303. "integrity": "sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==",
  1304. "dependencies": {
  1305. "@rollup/pluginutils": "^5.0.1",
  1306. "magic-string": "^0.30.3"
  1307. },
  1308. "engines": {
  1309. "node": ">=14.0.0"
  1310. },
  1311. "peerDependencies": {
  1312. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1313. },
  1314. "peerDependenciesMeta": {
  1315. "rollup": {
  1316. "optional": true
  1317. }
  1318. }
  1319. },
  1320. "node_modules/@rollup/plugin-terser": {
  1321. "version": "0.4.4",
  1322. "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
  1323. "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
  1324. "dependencies": {
  1325. "serialize-javascript": "^6.0.1",
  1326. "smob": "^1.0.0",
  1327. "terser": "^5.17.4"
  1328. },
  1329. "engines": {
  1330. "node": ">=14.0.0"
  1331. },
  1332. "peerDependencies": {
  1333. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  1334. },
  1335. "peerDependenciesMeta": {
  1336. "rollup": {
  1337. "optional": true
  1338. }
  1339. }
  1340. },
  1341. "node_modules/@rollup/pluginutils": {
  1342. "version": "5.1.0",
  1343. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
  1344. "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
  1345. "dependencies": {
  1346. "@types/estree": "^1.0.0",
  1347. "estree-walker": "^2.0.2",
  1348. "picomatch": "^2.3.1"
  1349. },
  1350. "engines": {
  1351. "node": ">=14.0.0"
  1352. },
  1353. "peerDependencies": {
  1354. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1355. },
  1356. "peerDependenciesMeta": {
  1357. "rollup": {
  1358. "optional": true
  1359. }
  1360. }
  1361. },
  1362. "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
  1363. "version": "2.0.2",
  1364. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1365. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1366. },
  1367. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1368. "version": "4.18.1",
  1369. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.1.tgz",
  1370. "integrity": "sha512-7O5u/p6oKUFYjRbZkL2FLbwsyoJAjyeXHCU3O4ndvzg2OFO2GinFPSJFGbiwFDaCFc+k7gs9CF243PwdPQFh5g==",
  1371. "cpu": [
  1372. "x64"
  1373. ],
  1374. "optional": true,
  1375. "os": [
  1376. "linux"
  1377. ]
  1378. },
  1379. "node_modules/@rollup/rollup-linux-x64-musl": {
  1380. "version": "4.18.1",
  1381. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.18.1.tgz",
  1382. "integrity": "sha512-pDLkYITdYrH/9Cv/Vlj8HppDuLMDUBmgsM0+N+xLtFd18aXgM9Nyqupb/Uw+HeidhfYg2lD6CXvz6CjoVOaKjQ==",
  1383. "cpu": [
  1384. "x64"
  1385. ],
  1386. "optional": true,
  1387. "os": [
  1388. "linux"
  1389. ]
  1390. },
  1391. "node_modules/@sindresorhus/merge-streams": {
  1392. "version": "2.3.0",
  1393. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
  1394. "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
  1395. "engines": {
  1396. "node": ">=18"
  1397. },
  1398. "funding": {
  1399. "url": "https://github.com/sponsors/sindresorhus"
  1400. }
  1401. },
  1402. "node_modules/@trysound/sax": {
  1403. "version": "0.2.0",
  1404. "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
  1405. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  1406. "engines": {
  1407. "node": ">=10.13.0"
  1408. }
  1409. },
  1410. "node_modules/@types/estree": {
  1411. "version": "1.0.5",
  1412. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
  1413. "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
  1414. },
  1415. "node_modules/@types/http-proxy": {
  1416. "version": "1.17.14",
  1417. "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz",
  1418. "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==",
  1419. "dependencies": {
  1420. "@types/node": "*"
  1421. }
  1422. },
  1423. "node_modules/@types/node": {
  1424. "version": "20.14.10",
  1425. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz",
  1426. "integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==",
  1427. "dependencies": {
  1428. "undici-types": "~5.26.4"
  1429. }
  1430. },
  1431. "node_modules/@types/resolve": {
  1432. "version": "1.20.2",
  1433. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
  1434. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q=="
  1435. },
  1436. "node_modules/@unhead/dom": {
  1437. "version": "1.9.16",
  1438. "resolved": "https://registry.npmjs.org/@unhead/dom/-/dom-1.9.16.tgz",
  1439. "integrity": "sha512-aZIAnnc89Csi1vV4mtlHYI765B7m1yuaXUuQiYHwr6glE9FLyy2X87CzEci4yPH/YbkKm0bGQRfcxXq6Eq0W7g==",
  1440. "dependencies": {
  1441. "@unhead/schema": "1.9.16",
  1442. "@unhead/shared": "1.9.16"
  1443. },
  1444. "funding": {
  1445. "url": "https://github.com/sponsors/harlan-zw"
  1446. }
  1447. },
  1448. "node_modules/@unhead/dom/node_modules/@unhead/schema": {
  1449. "version": "1.9.16",
  1450. "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.9.16.tgz",
  1451. "integrity": "sha512-V2BshX+I6D2wN4ys5so8RQDUgsggsxW9FVBiuQi4h8oPWtHclogxzDiHa5BH2TgvNIoUxLnLYNAShMGipmVuUw==",
  1452. "dependencies": {
  1453. "hookable": "^5.5.3",
  1454. "zhead": "^2.2.4"
  1455. },
  1456. "funding": {
  1457. "url": "https://github.com/sponsors/harlan-zw"
  1458. }
  1459. },
  1460. "node_modules/@unhead/dom/node_modules/@unhead/shared": {
  1461. "version": "1.9.16",
  1462. "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.9.16.tgz",
  1463. "integrity": "sha512-pfJnArULCY+GBr7OtYyyxihRiQLkT31TpyK6nUKIwyax4oNOGyhNfk0RFzNq16BwLg60d1lrc5bd5mZGbfClMA==",
  1464. "dependencies": {
  1465. "@unhead/schema": "1.9.16"
  1466. },
  1467. "funding": {
  1468. "url": "https://github.com/sponsors/harlan-zw"
  1469. }
  1470. },
  1471. "node_modules/@unhead/schema": {
  1472. "version": "1.9.15",
  1473. "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.9.15.tgz",
  1474. "integrity": "sha512-9ADZuXOH+tOKHIjXsgg+SPINnh/YJEBMCjpg+8VLGgE2r5med3jAnOU8g7ALfuVEBRBrbFgs1qVKoKm1NkTXJQ==",
  1475. "dependencies": {
  1476. "hookable": "^5.5.3",
  1477. "zhead": "^2.2.4"
  1478. },
  1479. "funding": {
  1480. "url": "https://github.com/sponsors/harlan-zw"
  1481. }
  1482. },
  1483. "node_modules/@unhead/shared": {
  1484. "version": "1.9.15",
  1485. "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.9.15.tgz",
  1486. "integrity": "sha512-+U5r04eRtCNcniWjzNPRtwVuF9rW/6EXxhGvuohJBDaIE57J6BHWo5cEp7Pqts7DlTFs7LiDtH8ONNDv4QqRaw==",
  1487. "dependencies": {
  1488. "@unhead/schema": "1.9.15"
  1489. },
  1490. "funding": {
  1491. "url": "https://github.com/sponsors/harlan-zw"
  1492. }
  1493. },
  1494. "node_modules/@unhead/ssr": {
  1495. "version": "1.9.15",
  1496. "resolved": "https://registry.npmjs.org/@unhead/ssr/-/ssr-1.9.15.tgz",
  1497. "integrity": "sha512-gqRQQkT1jzZKf9nF7r1exBtWbBi5QjGi7wa0y7cHPJ6aTPOyLVTeb9OvfC0MAP94JXgsZrgyQt8q8uD6N1tfTw==",
  1498. "dependencies": {
  1499. "@unhead/schema": "1.9.15",
  1500. "@unhead/shared": "1.9.15"
  1501. },
  1502. "funding": {
  1503. "url": "https://github.com/sponsors/harlan-zw"
  1504. }
  1505. },
  1506. "node_modules/@unhead/vue": {
  1507. "version": "1.9.16",
  1508. "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-1.9.16.tgz",
  1509. "integrity": "sha512-kpMWWwm8cOwo4gw4An43pz30l2CqNtmJpX5Xsu79rwf6Viq8jHAjk6BGqyKy220M2bpa0Va4fnR532SgGO1YgQ==",
  1510. "dependencies": {
  1511. "@unhead/schema": "1.9.16",
  1512. "@unhead/shared": "1.9.16",
  1513. "hookable": "^5.5.3",
  1514. "unhead": "1.9.16"
  1515. },
  1516. "funding": {
  1517. "url": "https://github.com/sponsors/harlan-zw"
  1518. },
  1519. "peerDependencies": {
  1520. "vue": ">=2.7 || >=3"
  1521. }
  1522. },
  1523. "node_modules/@unhead/vue/node_modules/@unhead/schema": {
  1524. "version": "1.9.16",
  1525. "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.9.16.tgz",
  1526. "integrity": "sha512-V2BshX+I6D2wN4ys5so8RQDUgsggsxW9FVBiuQi4h8oPWtHclogxzDiHa5BH2TgvNIoUxLnLYNAShMGipmVuUw==",
  1527. "dependencies": {
  1528. "hookable": "^5.5.3",
  1529. "zhead": "^2.2.4"
  1530. },
  1531. "funding": {
  1532. "url": "https://github.com/sponsors/harlan-zw"
  1533. }
  1534. },
  1535. "node_modules/@unhead/vue/node_modules/@unhead/shared": {
  1536. "version": "1.9.16",
  1537. "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.9.16.tgz",
  1538. "integrity": "sha512-pfJnArULCY+GBr7OtYyyxihRiQLkT31TpyK6nUKIwyax4oNOGyhNfk0RFzNq16BwLg60d1lrc5bd5mZGbfClMA==",
  1539. "dependencies": {
  1540. "@unhead/schema": "1.9.16"
  1541. },
  1542. "funding": {
  1543. "url": "https://github.com/sponsors/harlan-zw"
  1544. }
  1545. },
  1546. "node_modules/@vercel/nft": {
  1547. "version": "0.26.5",
  1548. "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.26.5.tgz",
  1549. "integrity": "sha512-NHxohEqad6Ra/r4lGknO52uc/GrWILXAMs1BB4401GTqww0fw1bAqzpG1XHuDO+dprg4GvsD9ZLLSsdo78p9hQ==",
  1550. "dependencies": {
  1551. "@mapbox/node-pre-gyp": "^1.0.5",
  1552. "@rollup/pluginutils": "^4.0.0",
  1553. "acorn": "^8.6.0",
  1554. "acorn-import-attributes": "^1.9.2",
  1555. "async-sema": "^3.1.1",
  1556. "bindings": "^1.4.0",
  1557. "estree-walker": "2.0.2",
  1558. "glob": "^7.1.3",
  1559. "graceful-fs": "^4.2.9",
  1560. "micromatch": "^4.0.2",
  1561. "node-gyp-build": "^4.2.2",
  1562. "resolve-from": "^5.0.0"
  1563. },
  1564. "bin": {
  1565. "nft": "out/cli.js"
  1566. },
  1567. "engines": {
  1568. "node": ">=16"
  1569. }
  1570. },
  1571. "node_modules/@vercel/nft/node_modules/@rollup/pluginutils": {
  1572. "version": "4.2.1",
  1573. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
  1574. "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
  1575. "dependencies": {
  1576. "estree-walker": "^2.0.1",
  1577. "picomatch": "^2.2.2"
  1578. },
  1579. "engines": {
  1580. "node": ">= 8.0.0"
  1581. }
  1582. },
  1583. "node_modules/@vercel/nft/node_modules/brace-expansion": {
  1584. "version": "1.1.11",
  1585. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  1586. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  1587. "dependencies": {
  1588. "balanced-match": "^1.0.0",
  1589. "concat-map": "0.0.1"
  1590. }
  1591. },
  1592. "node_modules/@vercel/nft/node_modules/estree-walker": {
  1593. "version": "2.0.2",
  1594. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1595. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1596. },
  1597. "node_modules/@vercel/nft/node_modules/glob": {
  1598. "version": "7.2.3",
  1599. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  1600. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  1601. "deprecated": "Glob versions prior to v9 are no longer supported",
  1602. "dependencies": {
  1603. "fs.realpath": "^1.0.0",
  1604. "inflight": "^1.0.4",
  1605. "inherits": "2",
  1606. "minimatch": "^3.1.1",
  1607. "once": "^1.3.0",
  1608. "path-is-absolute": "^1.0.0"
  1609. },
  1610. "engines": {
  1611. "node": "*"
  1612. },
  1613. "funding": {
  1614. "url": "https://github.com/sponsors/isaacs"
  1615. }
  1616. },
  1617. "node_modules/@vercel/nft/node_modules/minimatch": {
  1618. "version": "3.1.2",
  1619. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  1620. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  1621. "dependencies": {
  1622. "brace-expansion": "^1.1.7"
  1623. },
  1624. "engines": {
  1625. "node": "*"
  1626. }
  1627. },
  1628. "node_modules/@vitejs/plugin-vue": {
  1629. "version": "5.0.5",
  1630. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.5.tgz",
  1631. "integrity": "sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==",
  1632. "engines": {
  1633. "node": "^18.0.0 || >=20.0.0"
  1634. },
  1635. "peerDependencies": {
  1636. "vite": "^5.0.0",
  1637. "vue": "^3.2.25"
  1638. }
  1639. },
  1640. "node_modules/@vitejs/plugin-vue-jsx": {
  1641. "version": "4.0.0",
  1642. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.0.0.tgz",
  1643. "integrity": "sha512-A+6wL2AdQhDsLsDnY+2v4rRDI1HLJGIMc97a8FURO9tqKsH5QvjWrzsa5DH3NlZsM742W2wODl2fF+bfcTWtXw==",
  1644. "dependencies": {
  1645. "@babel/core": "^7.24.6",
  1646. "@babel/plugin-transform-typescript": "^7.24.6",
  1647. "@vue/babel-plugin-jsx": "^1.2.2"
  1648. },
  1649. "engines": {
  1650. "node": "^18.0.0 || >=20.0.0"
  1651. },
  1652. "peerDependencies": {
  1653. "vite": "^5.0.0",
  1654. "vue": "^3.0.0"
  1655. }
  1656. },
  1657. "node_modules/@vue-macros/common": {
  1658. "version": "1.10.4",
  1659. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-1.10.4.tgz",
  1660. "integrity": "sha512-akO6Bd6U4jP0+ZKbHq6mbYkw1coOrJpLeVmkuMlUsT5wZRi11BjauGcZHusBSzUjgCBsa1kZTyipxrxrWB54Hw==",
  1661. "dependencies": {
  1662. "@babel/types": "^7.24.5",
  1663. "@rollup/pluginutils": "^5.1.0",
  1664. "@vue/compiler-sfc": "^3.4.27",
  1665. "ast-kit": "^0.12.1",
  1666. "local-pkg": "^0.5.0",
  1667. "magic-string-ast": "^0.6.0"
  1668. },
  1669. "engines": {
  1670. "node": ">=16.14.0"
  1671. },
  1672. "peerDependencies": {
  1673. "vue": "^2.7.0 || ^3.2.25"
  1674. },
  1675. "peerDependenciesMeta": {
  1676. "vue": {
  1677. "optional": true
  1678. }
  1679. }
  1680. },
  1681. "node_modules/@vue/babel-helper-vue-transform-on": {
  1682. "version": "1.2.2",
  1683. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.2.tgz",
  1684. "integrity": "sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw=="
  1685. },
  1686. "node_modules/@vue/babel-plugin-jsx": {
  1687. "version": "1.2.2",
  1688. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.2.tgz",
  1689. "integrity": "sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==",
  1690. "dependencies": {
  1691. "@babel/helper-module-imports": "~7.22.15",
  1692. "@babel/helper-plugin-utils": "^7.22.5",
  1693. "@babel/plugin-syntax-jsx": "^7.23.3",
  1694. "@babel/template": "^7.23.9",
  1695. "@babel/traverse": "^7.23.9",
  1696. "@babel/types": "^7.23.9",
  1697. "@vue/babel-helper-vue-transform-on": "1.2.2",
  1698. "@vue/babel-plugin-resolve-type": "1.2.2",
  1699. "camelcase": "^6.3.0",
  1700. "html-tags": "^3.3.1",
  1701. "svg-tags": "^1.0.0"
  1702. },
  1703. "peerDependencies": {
  1704. "@babel/core": "^7.0.0-0"
  1705. },
  1706. "peerDependenciesMeta": {
  1707. "@babel/core": {
  1708. "optional": true
  1709. }
  1710. }
  1711. },
  1712. "node_modules/@vue/babel-plugin-jsx/node_modules/@babel/helper-module-imports": {
  1713. "version": "7.22.15",
  1714. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
  1715. "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
  1716. "dependencies": {
  1717. "@babel/types": "^7.22.15"
  1718. },
  1719. "engines": {
  1720. "node": ">=6.9.0"
  1721. }
  1722. },
  1723. "node_modules/@vue/babel-plugin-resolve-type": {
  1724. "version": "1.2.2",
  1725. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.2.tgz",
  1726. "integrity": "sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==",
  1727. "dependencies": {
  1728. "@babel/code-frame": "^7.23.5",
  1729. "@babel/helper-module-imports": "~7.22.15",
  1730. "@babel/helper-plugin-utils": "^7.22.5",
  1731. "@babel/parser": "^7.23.9",
  1732. "@vue/compiler-sfc": "^3.4.15"
  1733. },
  1734. "peerDependencies": {
  1735. "@babel/core": "^7.0.0-0"
  1736. }
  1737. },
  1738. "node_modules/@vue/babel-plugin-resolve-type/node_modules/@babel/helper-module-imports": {
  1739. "version": "7.22.15",
  1740. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
  1741. "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
  1742. "dependencies": {
  1743. "@babel/types": "^7.22.15"
  1744. },
  1745. "engines": {
  1746. "node": ">=6.9.0"
  1747. }
  1748. },
  1749. "node_modules/@vue/compiler-core": {
  1750. "version": "3.4.31",
  1751. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.31.tgz",
  1752. "integrity": "sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==",
  1753. "dependencies": {
  1754. "@babel/parser": "^7.24.7",
  1755. "@vue/shared": "3.4.31",
  1756. "entities": "^4.5.0",
  1757. "estree-walker": "^2.0.2",
  1758. "source-map-js": "^1.2.0"
  1759. }
  1760. },
  1761. "node_modules/@vue/compiler-core/node_modules/estree-walker": {
  1762. "version": "2.0.2",
  1763. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1764. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1765. },
  1766. "node_modules/@vue/compiler-dom": {
  1767. "version": "3.4.31",
  1768. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.31.tgz",
  1769. "integrity": "sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==",
  1770. "dependencies": {
  1771. "@vue/compiler-core": "3.4.31",
  1772. "@vue/shared": "3.4.31"
  1773. }
  1774. },
  1775. "node_modules/@vue/compiler-sfc": {
  1776. "version": "3.4.31",
  1777. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.31.tgz",
  1778. "integrity": "sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==",
  1779. "dependencies": {
  1780. "@babel/parser": "^7.24.7",
  1781. "@vue/compiler-core": "3.4.31",
  1782. "@vue/compiler-dom": "3.4.31",
  1783. "@vue/compiler-ssr": "3.4.31",
  1784. "@vue/shared": "3.4.31",
  1785. "estree-walker": "^2.0.2",
  1786. "magic-string": "^0.30.10",
  1787. "postcss": "^8.4.38",
  1788. "source-map-js": "^1.2.0"
  1789. }
  1790. },
  1791. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  1792. "version": "2.0.2",
  1793. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1794. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1795. },
  1796. "node_modules/@vue/compiler-ssr": {
  1797. "version": "3.4.31",
  1798. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.31.tgz",
  1799. "integrity": "sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==",
  1800. "dependencies": {
  1801. "@vue/compiler-dom": "3.4.31",
  1802. "@vue/shared": "3.4.31"
  1803. }
  1804. },
  1805. "node_modules/@vue/devtools-api": {
  1806. "version": "6.6.3",
  1807. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.3.tgz",
  1808. "integrity": "sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw=="
  1809. },
  1810. "node_modules/@vue/devtools-core": {
  1811. "version": "7.3.3",
  1812. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-7.3.3.tgz",
  1813. "integrity": "sha512-i6Bwkx4OwfY0QVHjAdsivhlzZ2HMj7fbNRYJsWspQ+dkA1f3nTzycPqZmVUsm2TGkbQlhTMhCAdDoP97JKoc+g==",
  1814. "dependencies": {
  1815. "@vue/devtools-kit": "^7.3.3",
  1816. "@vue/devtools-shared": "^7.3.3",
  1817. "mitt": "^3.0.1",
  1818. "nanoid": "^3.3.4",
  1819. "pathe": "^1.1.2",
  1820. "vite-hot-client": "^0.2.3"
  1821. }
  1822. },
  1823. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  1824. "version": "3.3.7",
  1825. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  1826. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  1827. "funding": [
  1828. {
  1829. "type": "github",
  1830. "url": "https://github.com/sponsors/ai"
  1831. }
  1832. ],
  1833. "bin": {
  1834. "nanoid": "bin/nanoid.cjs"
  1835. },
  1836. "engines": {
  1837. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1838. }
  1839. },
  1840. "node_modules/@vue/devtools-kit": {
  1841. "version": "7.3.3",
  1842. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.3.3.tgz",
  1843. "integrity": "sha512-m+dFI57BrzKYPKq73mt4CJ5GWld5OLBseLHPHGVP7CaILNY9o1gWVJWAJeF8XtQ9LTiMxZSaK6NcBsFuxAhD0g==",
  1844. "dependencies": {
  1845. "@vue/devtools-shared": "^7.3.3",
  1846. "birpc": "^0.2.17",
  1847. "hookable": "^5.5.3",
  1848. "mitt": "^3.0.1",
  1849. "perfect-debounce": "^1.0.0",
  1850. "speakingurl": "^14.0.1",
  1851. "superjson": "^2.2.1"
  1852. }
  1853. },
  1854. "node_modules/@vue/devtools-shared": {
  1855. "version": "7.3.5",
  1856. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.3.5.tgz",
  1857. "integrity": "sha512-Rqii3VazmWTi67a86rYopi61n5Ved05EybJCwyrfoO9Ok3MaS/4yRFl706ouoISMlyrASJFEzM0/AiDA6w4f9A==",
  1858. "dependencies": {
  1859. "rfdc": "^1.4.1"
  1860. }
  1861. },
  1862. "node_modules/@vue/reactivity": {
  1863. "version": "3.4.31",
  1864. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.31.tgz",
  1865. "integrity": "sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==",
  1866. "dependencies": {
  1867. "@vue/shared": "3.4.31"
  1868. }
  1869. },
  1870. "node_modules/@vue/runtime-core": {
  1871. "version": "3.4.31",
  1872. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.31.tgz",
  1873. "integrity": "sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==",
  1874. "dependencies": {
  1875. "@vue/reactivity": "3.4.31",
  1876. "@vue/shared": "3.4.31"
  1877. }
  1878. },
  1879. "node_modules/@vue/runtime-dom": {
  1880. "version": "3.4.31",
  1881. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.31.tgz",
  1882. "integrity": "sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==",
  1883. "dependencies": {
  1884. "@vue/reactivity": "3.4.31",
  1885. "@vue/runtime-core": "3.4.31",
  1886. "@vue/shared": "3.4.31",
  1887. "csstype": "^3.1.3"
  1888. }
  1889. },
  1890. "node_modules/@vue/server-renderer": {
  1891. "version": "3.4.31",
  1892. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.31.tgz",
  1893. "integrity": "sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==",
  1894. "dependencies": {
  1895. "@vue/compiler-ssr": "3.4.31",
  1896. "@vue/shared": "3.4.31"
  1897. },
  1898. "peerDependencies": {
  1899. "vue": "3.4.31"
  1900. }
  1901. },
  1902. "node_modules/@vue/shared": {
  1903. "version": "3.4.31",
  1904. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.31.tgz",
  1905. "integrity": "sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA=="
  1906. },
  1907. "node_modules/abbrev": {
  1908. "version": "1.1.1",
  1909. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  1910. "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
  1911. },
  1912. "node_modules/abort-controller": {
  1913. "version": "3.0.0",
  1914. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  1915. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  1916. "dependencies": {
  1917. "event-target-shim": "^5.0.0"
  1918. },
  1919. "engines": {
  1920. "node": ">=6.5"
  1921. }
  1922. },
  1923. "node_modules/acorn": {
  1924. "version": "8.12.0",
  1925. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.0.tgz",
  1926. "integrity": "sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==",
  1927. "bin": {
  1928. "acorn": "bin/acorn"
  1929. },
  1930. "engines": {
  1931. "node": ">=0.4.0"
  1932. }
  1933. },
  1934. "node_modules/acorn-import-attributes": {
  1935. "version": "1.9.5",
  1936. "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  1937. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  1938. "peerDependencies": {
  1939. "acorn": "^8"
  1940. }
  1941. },
  1942. "node_modules/agent-base": {
  1943. "version": "6.0.2",
  1944. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  1945. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  1946. "dependencies": {
  1947. "debug": "4"
  1948. },
  1949. "engines": {
  1950. "node": ">= 6.0.0"
  1951. }
  1952. },
  1953. "node_modules/ansi-colors": {
  1954. "version": "4.1.3",
  1955. "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
  1956. "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
  1957. "engines": {
  1958. "node": ">=6"
  1959. }
  1960. },
  1961. "node_modules/ansi-escapes": {
  1962. "version": "4.3.2",
  1963. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  1964. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  1965. "dependencies": {
  1966. "type-fest": "^0.21.3"
  1967. },
  1968. "engines": {
  1969. "node": ">=8"
  1970. },
  1971. "funding": {
  1972. "url": "https://github.com/sponsors/sindresorhus"
  1973. }
  1974. },
  1975. "node_modules/ansi-escapes/node_modules/type-fest": {
  1976. "version": "0.21.3",
  1977. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  1978. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  1979. "engines": {
  1980. "node": ">=10"
  1981. },
  1982. "funding": {
  1983. "url": "https://github.com/sponsors/sindresorhus"
  1984. }
  1985. },
  1986. "node_modules/ansi-regex": {
  1987. "version": "5.0.1",
  1988. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  1989. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  1990. "engines": {
  1991. "node": ">=8"
  1992. }
  1993. },
  1994. "node_modules/ansi-styles": {
  1995. "version": "3.2.1",
  1996. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  1997. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  1998. "dependencies": {
  1999. "color-convert": "^1.9.0"
  2000. },
  2001. "engines": {
  2002. "node": ">=4"
  2003. }
  2004. },
  2005. "node_modules/any-promise": {
  2006. "version": "1.3.0",
  2007. "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  2008. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  2009. "dev": true
  2010. },
  2011. "node_modules/anymatch": {
  2012. "version": "3.1.3",
  2013. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  2014. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  2015. "dependencies": {
  2016. "normalize-path": "^3.0.0",
  2017. "picomatch": "^2.0.4"
  2018. },
  2019. "engines": {
  2020. "node": ">= 8"
  2021. }
  2022. },
  2023. "node_modules/aproba": {
  2024. "version": "2.0.0",
  2025. "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
  2026. "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="
  2027. },
  2028. "node_modules/archiver": {
  2029. "version": "7.0.1",
  2030. "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
  2031. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  2032. "dependencies": {
  2033. "archiver-utils": "^5.0.2",
  2034. "async": "^3.2.4",
  2035. "buffer-crc32": "^1.0.0",
  2036. "readable-stream": "^4.0.0",
  2037. "readdir-glob": "^1.1.2",
  2038. "tar-stream": "^3.0.0",
  2039. "zip-stream": "^6.0.1"
  2040. },
  2041. "engines": {
  2042. "node": ">= 14"
  2043. }
  2044. },
  2045. "node_modules/archiver-utils": {
  2046. "version": "5.0.2",
  2047. "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
  2048. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  2049. "dependencies": {
  2050. "glob": "^10.0.0",
  2051. "graceful-fs": "^4.2.0",
  2052. "is-stream": "^2.0.1",
  2053. "lazystream": "^1.0.0",
  2054. "lodash": "^4.17.15",
  2055. "normalize-path": "^3.0.0",
  2056. "readable-stream": "^4.0.0"
  2057. },
  2058. "engines": {
  2059. "node": ">= 14"
  2060. }
  2061. },
  2062. "node_modules/archiver-utils/node_modules/glob": {
  2063. "version": "10.4.5",
  2064. "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
  2065. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  2066. "dependencies": {
  2067. "foreground-child": "^3.1.0",
  2068. "jackspeak": "^3.1.2",
  2069. "minimatch": "^9.0.4",
  2070. "minipass": "^7.1.2",
  2071. "package-json-from-dist": "^1.0.0",
  2072. "path-scurry": "^1.11.1"
  2073. },
  2074. "bin": {
  2075. "glob": "dist/esm/bin.mjs"
  2076. },
  2077. "funding": {
  2078. "url": "https://github.com/sponsors/isaacs"
  2079. }
  2080. },
  2081. "node_modules/archiver-utils/node_modules/is-stream": {
  2082. "version": "2.0.1",
  2083. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  2084. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  2085. "engines": {
  2086. "node": ">=8"
  2087. },
  2088. "funding": {
  2089. "url": "https://github.com/sponsors/sindresorhus"
  2090. }
  2091. },
  2092. "node_modules/archiver-utils/node_modules/minimatch": {
  2093. "version": "9.0.5",
  2094. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
  2095. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  2096. "dependencies": {
  2097. "brace-expansion": "^2.0.1"
  2098. },
  2099. "engines": {
  2100. "node": ">=16 || 14 >=14.17"
  2101. },
  2102. "funding": {
  2103. "url": "https://github.com/sponsors/isaacs"
  2104. }
  2105. },
  2106. "node_modules/are-we-there-yet": {
  2107. "version": "2.0.0",
  2108. "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
  2109. "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
  2110. "deprecated": "This package is no longer supported.",
  2111. "dependencies": {
  2112. "delegates": "^1.0.0",
  2113. "readable-stream": "^3.6.0"
  2114. },
  2115. "engines": {
  2116. "node": ">=10"
  2117. }
  2118. },
  2119. "node_modules/are-we-there-yet/node_modules/readable-stream": {
  2120. "version": "3.6.2",
  2121. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  2122. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  2123. "dependencies": {
  2124. "inherits": "^2.0.3",
  2125. "string_decoder": "^1.1.1",
  2126. "util-deprecate": "^1.0.1"
  2127. },
  2128. "engines": {
  2129. "node": ">= 6"
  2130. }
  2131. },
  2132. "node_modules/arg": {
  2133. "version": "5.0.2",
  2134. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  2135. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  2136. "dev": true
  2137. },
  2138. "node_modules/argparse": {
  2139. "version": "2.0.1",
  2140. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2141. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  2142. },
  2143. "node_modules/ast-kit": {
  2144. "version": "0.12.2",
  2145. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-0.12.2.tgz",
  2146. "integrity": "sha512-es1zHFsnZ4Y4efz412nnrU3KvVAhgqy90a7Yt9Wpi5vQ3l4aYMOX0Qx4FD0elKr5ITEhiUGCSFcgGYf4YTuACg==",
  2147. "dependencies": {
  2148. "@babel/parser": "^7.24.6",
  2149. "pathe": "^1.1.2"
  2150. },
  2151. "engines": {
  2152. "node": ">=16.14.0"
  2153. }
  2154. },
  2155. "node_modules/ast-walker-scope": {
  2156. "version": "0.6.1",
  2157. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.6.1.tgz",
  2158. "integrity": "sha512-0ZdQEsSfH3mX4BFbRCc3xOBjx5bDbm73+aAdQOHerPQNf8K0XFMAv79ucd2BpnSc4UMyvBDixiroT8yjm2Y6bw==",
  2159. "dependencies": {
  2160. "@babel/parser": "^7.24.0",
  2161. "ast-kit": "^0.12.1"
  2162. },
  2163. "engines": {
  2164. "node": ">=16.14.0"
  2165. }
  2166. },
  2167. "node_modules/async": {
  2168. "version": "3.2.5",
  2169. "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
  2170. "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg=="
  2171. },
  2172. "node_modules/async-sema": {
  2173. "version": "3.1.1",
  2174. "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz",
  2175. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg=="
  2176. },
  2177. "node_modules/atropos": {
  2178. "version": "2.0.2",
  2179. "resolved": "https://registry.npmjs.org/atropos/-/atropos-2.0.2.tgz",
  2180. "integrity": "sha512-8f0u0hEOlBTWTSvzY17TcHuQjxUIpkTBq70/I4+UF5B43ORtOoRjm8TPBYEgLM8Ba9AWf6PDtkagbYoybdjaKg==",
  2181. "engines": {
  2182. "node": ">= 12.0.0"
  2183. }
  2184. },
  2185. "node_modules/autoprefixer": {
  2186. "version": "10.4.19",
  2187. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.19.tgz",
  2188. "integrity": "sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==",
  2189. "funding": [
  2190. {
  2191. "type": "opencollective",
  2192. "url": "https://opencollective.com/postcss/"
  2193. },
  2194. {
  2195. "type": "tidelift",
  2196. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  2197. },
  2198. {
  2199. "type": "github",
  2200. "url": "https://github.com/sponsors/ai"
  2201. }
  2202. ],
  2203. "dependencies": {
  2204. "browserslist": "^4.23.0",
  2205. "caniuse-lite": "^1.0.30001599",
  2206. "fraction.js": "^4.3.7",
  2207. "normalize-range": "^0.1.2",
  2208. "picocolors": "^1.0.0",
  2209. "postcss-value-parser": "^4.2.0"
  2210. },
  2211. "bin": {
  2212. "autoprefixer": "bin/autoprefixer"
  2213. },
  2214. "engines": {
  2215. "node": "^10 || ^12 || >=14"
  2216. },
  2217. "peerDependencies": {
  2218. "postcss": "^8.1.0"
  2219. }
  2220. },
  2221. "node_modules/b4a": {
  2222. "version": "1.6.6",
  2223. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz",
  2224. "integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg=="
  2225. },
  2226. "node_modules/balanced-match": {
  2227. "version": "1.0.2",
  2228. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  2229. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  2230. },
  2231. "node_modules/bare-events": {
  2232. "version": "2.4.2",
  2233. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.4.2.tgz",
  2234. "integrity": "sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==",
  2235. "optional": true
  2236. },
  2237. "node_modules/base64-js": {
  2238. "version": "1.5.1",
  2239. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  2240. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  2241. "funding": [
  2242. {
  2243. "type": "github",
  2244. "url": "https://github.com/sponsors/feross"
  2245. },
  2246. {
  2247. "type": "patreon",
  2248. "url": "https://www.patreon.com/feross"
  2249. },
  2250. {
  2251. "type": "consulting",
  2252. "url": "https://feross.org/support"
  2253. }
  2254. ]
  2255. },
  2256. "node_modules/binary-extensions": {
  2257. "version": "2.3.0",
  2258. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
  2259. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  2260. "engines": {
  2261. "node": ">=8"
  2262. },
  2263. "funding": {
  2264. "url": "https://github.com/sponsors/sindresorhus"
  2265. }
  2266. },
  2267. "node_modules/bindings": {
  2268. "version": "1.5.0",
  2269. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  2270. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  2271. "dependencies": {
  2272. "file-uri-to-path": "1.0.0"
  2273. }
  2274. },
  2275. "node_modules/birpc": {
  2276. "version": "0.2.17",
  2277. "resolved": "https://registry.npmjs.org/birpc/-/birpc-0.2.17.tgz",
  2278. "integrity": "sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==",
  2279. "funding": {
  2280. "url": "https://github.com/sponsors/antfu"
  2281. }
  2282. },
  2283. "node_modules/boolbase": {
  2284. "version": "1.0.0",
  2285. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  2286. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
  2287. },
  2288. "node_modules/brace-expansion": {
  2289. "version": "2.0.1",
  2290. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  2291. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  2292. "dependencies": {
  2293. "balanced-match": "^1.0.0"
  2294. }
  2295. },
  2296. "node_modules/braces": {
  2297. "version": "3.0.3",
  2298. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2299. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2300. "dependencies": {
  2301. "fill-range": "^7.1.1"
  2302. },
  2303. "engines": {
  2304. "node": ">=8"
  2305. }
  2306. },
  2307. "node_modules/browserslist": {
  2308. "version": "4.23.2",
  2309. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz",
  2310. "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==",
  2311. "funding": [
  2312. {
  2313. "type": "opencollective",
  2314. "url": "https://opencollective.com/browserslist"
  2315. },
  2316. {
  2317. "type": "tidelift",
  2318. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2319. },
  2320. {
  2321. "type": "github",
  2322. "url": "https://github.com/sponsors/ai"
  2323. }
  2324. ],
  2325. "dependencies": {
  2326. "caniuse-lite": "^1.0.30001640",
  2327. "electron-to-chromium": "^1.4.820",
  2328. "node-releases": "^2.0.14",
  2329. "update-browserslist-db": "^1.1.0"
  2330. },
  2331. "bin": {
  2332. "browserslist": "cli.js"
  2333. },
  2334. "engines": {
  2335. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2336. }
  2337. },
  2338. "node_modules/buffer": {
  2339. "version": "6.0.3",
  2340. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  2341. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  2342. "funding": [
  2343. {
  2344. "type": "github",
  2345. "url": "https://github.com/sponsors/feross"
  2346. },
  2347. {
  2348. "type": "patreon",
  2349. "url": "https://www.patreon.com/feross"
  2350. },
  2351. {
  2352. "type": "consulting",
  2353. "url": "https://feross.org/support"
  2354. }
  2355. ],
  2356. "dependencies": {
  2357. "base64-js": "^1.3.1",
  2358. "ieee754": "^1.2.1"
  2359. }
  2360. },
  2361. "node_modules/buffer-crc32": {
  2362. "version": "1.0.0",
  2363. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  2364. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  2365. "engines": {
  2366. "node": ">=8.0.0"
  2367. }
  2368. },
  2369. "node_modules/buffer-from": {
  2370. "version": "1.1.2",
  2371. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  2372. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  2373. },
  2374. "node_modules/builtin-modules": {
  2375. "version": "3.3.0",
  2376. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  2377. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
  2378. "engines": {
  2379. "node": ">=6"
  2380. },
  2381. "funding": {
  2382. "url": "https://github.com/sponsors/sindresorhus"
  2383. }
  2384. },
  2385. "node_modules/bundle-name": {
  2386. "version": "4.1.0",
  2387. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  2388. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  2389. "dependencies": {
  2390. "run-applescript": "^7.0.0"
  2391. },
  2392. "engines": {
  2393. "node": ">=18"
  2394. },
  2395. "funding": {
  2396. "url": "https://github.com/sponsors/sindresorhus"
  2397. }
  2398. },
  2399. "node_modules/c12": {
  2400. "version": "1.11.1",
  2401. "resolved": "https://registry.npmjs.org/c12/-/c12-1.11.1.tgz",
  2402. "integrity": "sha512-KDU0TvSvVdaYcQKQ6iPHATGz/7p/KiVjPg4vQrB6Jg/wX9R0yl5RZxWm9IoZqaIHD2+6PZd81+KMGwRr/lRIUg==",
  2403. "dependencies": {
  2404. "chokidar": "^3.6.0",
  2405. "confbox": "^0.1.7",
  2406. "defu": "^6.1.4",
  2407. "dotenv": "^16.4.5",
  2408. "giget": "^1.2.3",
  2409. "jiti": "^1.21.6",
  2410. "mlly": "^1.7.1",
  2411. "ohash": "^1.1.3",
  2412. "pathe": "^1.1.2",
  2413. "perfect-debounce": "^1.0.0",
  2414. "pkg-types": "^1.1.1",
  2415. "rc9": "^2.1.2"
  2416. },
  2417. "peerDependencies": {
  2418. "magicast": "^0.3.4"
  2419. },
  2420. "peerDependenciesMeta": {
  2421. "magicast": {
  2422. "optional": true
  2423. }
  2424. }
  2425. },
  2426. "node_modules/cac": {
  2427. "version": "6.7.14",
  2428. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  2429. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  2430. "engines": {
  2431. "node": ">=8"
  2432. }
  2433. },
  2434. "node_modules/camelcase": {
  2435. "version": "6.3.0",
  2436. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  2437. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  2438. "engines": {
  2439. "node": ">=10"
  2440. },
  2441. "funding": {
  2442. "url": "https://github.com/sponsors/sindresorhus"
  2443. }
  2444. },
  2445. "node_modules/camelcase-css": {
  2446. "version": "2.0.1",
  2447. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  2448. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  2449. "dev": true,
  2450. "engines": {
  2451. "node": ">= 6"
  2452. }
  2453. },
  2454. "node_modules/caniuse-api": {
  2455. "version": "3.0.0",
  2456. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  2457. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  2458. "dependencies": {
  2459. "browserslist": "^4.0.0",
  2460. "caniuse-lite": "^1.0.0",
  2461. "lodash.memoize": "^4.1.2",
  2462. "lodash.uniq": "^4.5.0"
  2463. }
  2464. },
  2465. "node_modules/caniuse-lite": {
  2466. "version": "1.0.30001641",
  2467. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz",
  2468. "integrity": "sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==",
  2469. "funding": [
  2470. {
  2471. "type": "opencollective",
  2472. "url": "https://opencollective.com/browserslist"
  2473. },
  2474. {
  2475. "type": "tidelift",
  2476. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2477. },
  2478. {
  2479. "type": "github",
  2480. "url": "https://github.com/sponsors/ai"
  2481. }
  2482. ]
  2483. },
  2484. "node_modules/chalk": {
  2485. "version": "2.4.2",
  2486. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  2487. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  2488. "dependencies": {
  2489. "ansi-styles": "^3.2.1",
  2490. "escape-string-regexp": "^1.0.5",
  2491. "supports-color": "^5.3.0"
  2492. },
  2493. "engines": {
  2494. "node": ">=4"
  2495. }
  2496. },
  2497. "node_modules/chalk/node_modules/escape-string-regexp": {
  2498. "version": "1.0.5",
  2499. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  2500. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  2501. "engines": {
  2502. "node": ">=0.8.0"
  2503. }
  2504. },
  2505. "node_modules/cheerio": {
  2506. "version": "1.0.0",
  2507. "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0.tgz",
  2508. "integrity": "sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==",
  2509. "dependencies": {
  2510. "cheerio-select": "^2.1.0",
  2511. "dom-serializer": "^2.0.0",
  2512. "domhandler": "^5.0.3",
  2513. "domutils": "^3.1.0",
  2514. "encoding-sniffer": "^0.2.0",
  2515. "htmlparser2": "^9.1.0",
  2516. "parse5": "^7.1.2",
  2517. "parse5-htmlparser2-tree-adapter": "^7.0.0",
  2518. "parse5-parser-stream": "^7.1.2",
  2519. "undici": "^6.19.5",
  2520. "whatwg-mimetype": "^4.0.0"
  2521. },
  2522. "engines": {
  2523. "node": ">=18.17"
  2524. },
  2525. "funding": {
  2526. "url": "https://github.com/cheeriojs/cheerio?sponsor=1"
  2527. }
  2528. },
  2529. "node_modules/cheerio-select": {
  2530. "version": "2.1.0",
  2531. "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz",
  2532. "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==",
  2533. "dependencies": {
  2534. "boolbase": "^1.0.0",
  2535. "css-select": "^5.1.0",
  2536. "css-what": "^6.1.0",
  2537. "domelementtype": "^2.3.0",
  2538. "domhandler": "^5.0.3",
  2539. "domutils": "^3.0.1"
  2540. },
  2541. "funding": {
  2542. "url": "https://github.com/sponsors/fb55"
  2543. }
  2544. },
  2545. "node_modules/cheerio/node_modules/undici": {
  2546. "version": "6.19.8",
  2547. "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.8.tgz",
  2548. "integrity": "sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==",
  2549. "engines": {
  2550. "node": ">=18.17"
  2551. }
  2552. },
  2553. "node_modules/chokidar": {
  2554. "version": "3.6.0",
  2555. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  2556. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  2557. "dependencies": {
  2558. "anymatch": "~3.1.2",
  2559. "braces": "~3.0.2",
  2560. "glob-parent": "~5.1.2",
  2561. "is-binary-path": "~2.1.0",
  2562. "is-glob": "~4.0.1",
  2563. "normalize-path": "~3.0.0",
  2564. "readdirp": "~3.6.0"
  2565. },
  2566. "engines": {
  2567. "node": ">= 8.10.0"
  2568. },
  2569. "funding": {
  2570. "url": "https://paulmillr.com/funding/"
  2571. },
  2572. "optionalDependencies": {
  2573. "fsevents": "~2.3.2"
  2574. }
  2575. },
  2576. "node_modules/chownr": {
  2577. "version": "2.0.0",
  2578. "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
  2579. "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
  2580. "engines": {
  2581. "node": ">=10"
  2582. }
  2583. },
  2584. "node_modules/ci-info": {
  2585. "version": "4.0.0",
  2586. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
  2587. "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
  2588. "funding": [
  2589. {
  2590. "type": "github",
  2591. "url": "https://github.com/sponsors/sibiraj-s"
  2592. }
  2593. ],
  2594. "engines": {
  2595. "node": ">=8"
  2596. }
  2597. },
  2598. "node_modules/citty": {
  2599. "version": "0.1.6",
  2600. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  2601. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  2602. "dependencies": {
  2603. "consola": "^3.2.3"
  2604. }
  2605. },
  2606. "node_modules/clear": {
  2607. "version": "0.1.0",
  2608. "resolved": "https://registry.npmjs.org/clear/-/clear-0.1.0.tgz",
  2609. "integrity": "sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==",
  2610. "engines": {
  2611. "node": "*"
  2612. }
  2613. },
  2614. "node_modules/clipboardy": {
  2615. "version": "4.0.0",
  2616. "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-4.0.0.tgz",
  2617. "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==",
  2618. "dependencies": {
  2619. "execa": "^8.0.1",
  2620. "is-wsl": "^3.1.0",
  2621. "is64bit": "^2.0.0"
  2622. },
  2623. "engines": {
  2624. "node": ">=18"
  2625. },
  2626. "funding": {
  2627. "url": "https://github.com/sponsors/sindresorhus"
  2628. }
  2629. },
  2630. "node_modules/clipboardy/node_modules/execa": {
  2631. "version": "8.0.1",
  2632. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  2633. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2634. "dependencies": {
  2635. "cross-spawn": "^7.0.3",
  2636. "get-stream": "^8.0.1",
  2637. "human-signals": "^5.0.0",
  2638. "is-stream": "^3.0.0",
  2639. "merge-stream": "^2.0.0",
  2640. "npm-run-path": "^5.1.0",
  2641. "onetime": "^6.0.0",
  2642. "signal-exit": "^4.1.0",
  2643. "strip-final-newline": "^3.0.0"
  2644. },
  2645. "engines": {
  2646. "node": ">=16.17"
  2647. },
  2648. "funding": {
  2649. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2650. }
  2651. },
  2652. "node_modules/clipboardy/node_modules/get-stream": {
  2653. "version": "8.0.1",
  2654. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  2655. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2656. "engines": {
  2657. "node": ">=16"
  2658. },
  2659. "funding": {
  2660. "url": "https://github.com/sponsors/sindresorhus"
  2661. }
  2662. },
  2663. "node_modules/clipboardy/node_modules/human-signals": {
  2664. "version": "5.0.0",
  2665. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  2666. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2667. "engines": {
  2668. "node": ">=16.17.0"
  2669. }
  2670. },
  2671. "node_modules/clipboardy/node_modules/signal-exit": {
  2672. "version": "4.1.0",
  2673. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  2674. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  2675. "engines": {
  2676. "node": ">=14"
  2677. },
  2678. "funding": {
  2679. "url": "https://github.com/sponsors/isaacs"
  2680. }
  2681. },
  2682. "node_modules/cliui": {
  2683. "version": "8.0.1",
  2684. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  2685. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  2686. "dependencies": {
  2687. "string-width": "^4.2.0",
  2688. "strip-ansi": "^6.0.1",
  2689. "wrap-ansi": "^7.0.0"
  2690. },
  2691. "engines": {
  2692. "node": ">=12"
  2693. }
  2694. },
  2695. "node_modules/cluster-key-slot": {
  2696. "version": "1.1.2",
  2697. "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  2698. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  2699. "engines": {
  2700. "node": ">=0.10.0"
  2701. }
  2702. },
  2703. "node_modules/color-convert": {
  2704. "version": "1.9.3",
  2705. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  2706. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  2707. "dependencies": {
  2708. "color-name": "1.1.3"
  2709. }
  2710. },
  2711. "node_modules/color-name": {
  2712. "version": "1.1.3",
  2713. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  2714. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  2715. },
  2716. "node_modules/color-support": {
  2717. "version": "1.1.3",
  2718. "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
  2719. "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
  2720. "bin": {
  2721. "color-support": "bin.js"
  2722. }
  2723. },
  2724. "node_modules/colord": {
  2725. "version": "2.9.3",
  2726. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  2727. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw=="
  2728. },
  2729. "node_modules/commander": {
  2730. "version": "7.2.0",
  2731. "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
  2732. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  2733. "engines": {
  2734. "node": ">= 10"
  2735. }
  2736. },
  2737. "node_modules/commondir": {
  2738. "version": "1.0.1",
  2739. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  2740. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  2741. },
  2742. "node_modules/compatx": {
  2743. "version": "0.1.8",
  2744. "resolved": "https://registry.npmjs.org/compatx/-/compatx-0.1.8.tgz",
  2745. "integrity": "sha512-jcbsEAR81Bt5s1qOFymBufmCbXCXbk0Ql+K5ouj6gCyx2yHlu6AgmGIi9HxfKixpUDO5bCFJUHQ5uM6ecbTebw=="
  2746. },
  2747. "node_modules/compress-commons": {
  2748. "version": "6.0.2",
  2749. "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
  2750. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  2751. "dependencies": {
  2752. "crc-32": "^1.2.0",
  2753. "crc32-stream": "^6.0.0",
  2754. "is-stream": "^2.0.1",
  2755. "normalize-path": "^3.0.0",
  2756. "readable-stream": "^4.0.0"
  2757. },
  2758. "engines": {
  2759. "node": ">= 14"
  2760. }
  2761. },
  2762. "node_modules/compress-commons/node_modules/is-stream": {
  2763. "version": "2.0.1",
  2764. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  2765. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  2766. "engines": {
  2767. "node": ">=8"
  2768. },
  2769. "funding": {
  2770. "url": "https://github.com/sponsors/sindresorhus"
  2771. }
  2772. },
  2773. "node_modules/concat-map": {
  2774. "version": "0.0.1",
  2775. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  2776. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  2777. },
  2778. "node_modules/confbox": {
  2779. "version": "0.1.7",
  2780. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz",
  2781. "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA=="
  2782. },
  2783. "node_modules/consola": {
  2784. "version": "3.2.3",
  2785. "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz",
  2786. "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==",
  2787. "engines": {
  2788. "node": "^14.18.0 || >=16.10.0"
  2789. }
  2790. },
  2791. "node_modules/console-control-strings": {
  2792. "version": "1.1.0",
  2793. "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
  2794. "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ=="
  2795. },
  2796. "node_modules/convert-source-map": {
  2797. "version": "2.0.0",
  2798. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  2799. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
  2800. },
  2801. "node_modules/cookie-es": {
  2802. "version": "1.1.0",
  2803. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.1.0.tgz",
  2804. "integrity": "sha512-L2rLOcK0wzWSfSDA33YR+PUHDG10a8px7rUHKWbGLP4YfbsMed2KFUw5fczvDPbT98DDe3LEzviswl810apTEw=="
  2805. },
  2806. "node_modules/copy-anything": {
  2807. "version": "3.0.5",
  2808. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.5.tgz",
  2809. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  2810. "dependencies": {
  2811. "is-what": "^4.1.8"
  2812. },
  2813. "engines": {
  2814. "node": ">=12.13"
  2815. },
  2816. "funding": {
  2817. "url": "https://github.com/sponsors/mesqueeb"
  2818. }
  2819. },
  2820. "node_modules/core-util-is": {
  2821. "version": "1.0.3",
  2822. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  2823. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  2824. },
  2825. "node_modules/crc-32": {
  2826. "version": "1.2.2",
  2827. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  2828. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  2829. "bin": {
  2830. "crc32": "bin/crc32.njs"
  2831. },
  2832. "engines": {
  2833. "node": ">=0.8"
  2834. }
  2835. },
  2836. "node_modules/crc32-stream": {
  2837. "version": "6.0.0",
  2838. "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
  2839. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  2840. "dependencies": {
  2841. "crc-32": "^1.2.0",
  2842. "readable-stream": "^4.0.0"
  2843. },
  2844. "engines": {
  2845. "node": ">= 14"
  2846. }
  2847. },
  2848. "node_modules/create-require": {
  2849. "version": "1.1.1",
  2850. "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
  2851. "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="
  2852. },
  2853. "node_modules/croner": {
  2854. "version": "8.1.0",
  2855. "resolved": "https://registry.npmjs.org/croner/-/croner-8.1.0.tgz",
  2856. "integrity": "sha512-sz990XOUPR8dG/r5BRKMBd15MYDDUu8oeSaxFD5DqvNgHSZw8Psd1s689/IGET7ezxRMiNlCIyGeY1Gvxp/MLg==",
  2857. "engines": {
  2858. "node": ">=18.0"
  2859. }
  2860. },
  2861. "node_modules/cronstrue": {
  2862. "version": "2.50.0",
  2863. "resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.50.0.tgz",
  2864. "integrity": "sha512-ULYhWIonJzlScCCQrPUG5uMXzXxSixty4djud9SS37DoNxDdkeRocxzHuAo4ImRBUK+mAuU5X9TSwEDccnnuPg==",
  2865. "bin": {
  2866. "cronstrue": "bin/cli.js"
  2867. }
  2868. },
  2869. "node_modules/cross-spawn": {
  2870. "version": "7.0.3",
  2871. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  2872. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  2873. "dependencies": {
  2874. "path-key": "^3.1.0",
  2875. "shebang-command": "^2.0.0",
  2876. "which": "^2.0.1"
  2877. },
  2878. "engines": {
  2879. "node": ">= 8"
  2880. }
  2881. },
  2882. "node_modules/cross-spawn/node_modules/which": {
  2883. "version": "2.0.2",
  2884. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  2885. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  2886. "dependencies": {
  2887. "isexe": "^2.0.0"
  2888. },
  2889. "bin": {
  2890. "node-which": "bin/node-which"
  2891. },
  2892. "engines": {
  2893. "node": ">= 8"
  2894. }
  2895. },
  2896. "node_modules/crossws": {
  2897. "version": "0.2.4",
  2898. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.2.4.tgz",
  2899. "integrity": "sha512-DAxroI2uSOgUKLz00NX6A8U/8EE3SZHmIND+10jkVSaypvyt57J5JEOxAQOL6lQxyzi/wZbTIwssU1uy69h5Vg==",
  2900. "peerDependencies": {
  2901. "uWebSockets.js": "*"
  2902. },
  2903. "peerDependenciesMeta": {
  2904. "uWebSockets.js": {
  2905. "optional": true
  2906. }
  2907. }
  2908. },
  2909. "node_modules/css-declaration-sorter": {
  2910. "version": "7.2.0",
  2911. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
  2912. "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==",
  2913. "engines": {
  2914. "node": "^14 || ^16 || >=18"
  2915. },
  2916. "peerDependencies": {
  2917. "postcss": "^8.0.9"
  2918. }
  2919. },
  2920. "node_modules/css-select": {
  2921. "version": "5.1.0",
  2922. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
  2923. "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
  2924. "dependencies": {
  2925. "boolbase": "^1.0.0",
  2926. "css-what": "^6.1.0",
  2927. "domhandler": "^5.0.2",
  2928. "domutils": "^3.0.1",
  2929. "nth-check": "^2.0.1"
  2930. },
  2931. "funding": {
  2932. "url": "https://github.com/sponsors/fb55"
  2933. }
  2934. },
  2935. "node_modules/css-tree": {
  2936. "version": "2.3.1",
  2937. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
  2938. "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
  2939. "dependencies": {
  2940. "mdn-data": "2.0.30",
  2941. "source-map-js": "^1.0.1"
  2942. },
  2943. "engines": {
  2944. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  2945. }
  2946. },
  2947. "node_modules/css-what": {
  2948. "version": "6.1.0",
  2949. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
  2950. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  2951. "engines": {
  2952. "node": ">= 6"
  2953. },
  2954. "funding": {
  2955. "url": "https://github.com/sponsors/fb55"
  2956. }
  2957. },
  2958. "node_modules/cssesc": {
  2959. "version": "3.0.0",
  2960. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  2961. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2962. "bin": {
  2963. "cssesc": "bin/cssesc"
  2964. },
  2965. "engines": {
  2966. "node": ">=4"
  2967. }
  2968. },
  2969. "node_modules/cssnano": {
  2970. "version": "7.0.4",
  2971. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.0.4.tgz",
  2972. "integrity": "sha512-rQgpZra72iFjiheNreXn77q1haS2GEy69zCMbu4cpXCFPMQF+D4Ik5V7ktMzUF/sA7xCIgcqHwGPnCD+0a1vHg==",
  2973. "dependencies": {
  2974. "cssnano-preset-default": "^7.0.4",
  2975. "lilconfig": "^3.1.2"
  2976. },
  2977. "engines": {
  2978. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  2979. },
  2980. "funding": {
  2981. "type": "opencollective",
  2982. "url": "https://opencollective.com/cssnano"
  2983. },
  2984. "peerDependencies": {
  2985. "postcss": "^8.4.31"
  2986. }
  2987. },
  2988. "node_modules/cssnano-preset-default": {
  2989. "version": "7.0.4",
  2990. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.4.tgz",
  2991. "integrity": "sha512-jQ6zY9GAomQX7/YNLibMEsRZguqMUGuupXcEk2zZ+p3GUxwCAsobqPYE62VrJ9qZ0l9ltrv2rgjwZPBIFIjYtw==",
  2992. "dependencies": {
  2993. "browserslist": "^4.23.1",
  2994. "css-declaration-sorter": "^7.2.0",
  2995. "cssnano-utils": "^5.0.0",
  2996. "postcss-calc": "^10.0.0",
  2997. "postcss-colormin": "^7.0.1",
  2998. "postcss-convert-values": "^7.0.2",
  2999. "postcss-discard-comments": "^7.0.1",
  3000. "postcss-discard-duplicates": "^7.0.0",
  3001. "postcss-discard-empty": "^7.0.0",
  3002. "postcss-discard-overridden": "^7.0.0",
  3003. "postcss-merge-longhand": "^7.0.2",
  3004. "postcss-merge-rules": "^7.0.2",
  3005. "postcss-minify-font-values": "^7.0.0",
  3006. "postcss-minify-gradients": "^7.0.0",
  3007. "postcss-minify-params": "^7.0.1",
  3008. "postcss-minify-selectors": "^7.0.2",
  3009. "postcss-normalize-charset": "^7.0.0",
  3010. "postcss-normalize-display-values": "^7.0.0",
  3011. "postcss-normalize-positions": "^7.0.0",
  3012. "postcss-normalize-repeat-style": "^7.0.0",
  3013. "postcss-normalize-string": "^7.0.0",
  3014. "postcss-normalize-timing-functions": "^7.0.0",
  3015. "postcss-normalize-unicode": "^7.0.1",
  3016. "postcss-normalize-url": "^7.0.0",
  3017. "postcss-normalize-whitespace": "^7.0.0",
  3018. "postcss-ordered-values": "^7.0.1",
  3019. "postcss-reduce-initial": "^7.0.1",
  3020. "postcss-reduce-transforms": "^7.0.0",
  3021. "postcss-svgo": "^7.0.1",
  3022. "postcss-unique-selectors": "^7.0.1"
  3023. },
  3024. "engines": {
  3025. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3026. },
  3027. "peerDependencies": {
  3028. "postcss": "^8.4.31"
  3029. }
  3030. },
  3031. "node_modules/cssnano-utils": {
  3032. "version": "5.0.0",
  3033. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.0.tgz",
  3034. "integrity": "sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==",
  3035. "engines": {
  3036. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  3037. },
  3038. "peerDependencies": {
  3039. "postcss": "^8.4.31"
  3040. }
  3041. },
  3042. "node_modules/csso": {
  3043. "version": "5.0.5",
  3044. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  3045. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  3046. "dependencies": {
  3047. "css-tree": "~2.2.0"
  3048. },
  3049. "engines": {
  3050. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  3051. "npm": ">=7.0.0"
  3052. }
  3053. },
  3054. "node_modules/csso/node_modules/css-tree": {
  3055. "version": "2.2.1",
  3056. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  3057. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  3058. "dependencies": {
  3059. "mdn-data": "2.0.28",
  3060. "source-map-js": "^1.0.1"
  3061. },
  3062. "engines": {
  3063. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  3064. "npm": ">=7.0.0"
  3065. }
  3066. },
  3067. "node_modules/csso/node_modules/mdn-data": {
  3068. "version": "2.0.28",
  3069. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  3070. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g=="
  3071. },
  3072. "node_modules/csstype": {
  3073. "version": "3.1.3",
  3074. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  3075. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  3076. },
  3077. "node_modules/db0": {
  3078. "version": "0.1.4",
  3079. "resolved": "https://registry.npmjs.org/db0/-/db0-0.1.4.tgz",
  3080. "integrity": "sha512-Ft6eCwONYxlwLjBXSJxw0t0RYtA5gW9mq8JfBXn9TtC0nDPlqePAhpv9v4g9aONBi6JI1OXHTKKkUYGd+BOrCA==",
  3081. "peerDependencies": {
  3082. "@libsql/client": "^0.5.2",
  3083. "better-sqlite3": "^9.4.3",
  3084. "drizzle-orm": "^0.29.4"
  3085. },
  3086. "peerDependenciesMeta": {
  3087. "@libsql/client": {
  3088. "optional": true
  3089. },
  3090. "better-sqlite3": {
  3091. "optional": true
  3092. },
  3093. "drizzle-orm": {
  3094. "optional": true
  3095. }
  3096. }
  3097. },
  3098. "node_modules/debug": {
  3099. "version": "4.3.5",
  3100. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
  3101. "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
  3102. "dependencies": {
  3103. "ms": "2.1.2"
  3104. },
  3105. "engines": {
  3106. "node": ">=6.0"
  3107. },
  3108. "peerDependenciesMeta": {
  3109. "supports-color": {
  3110. "optional": true
  3111. }
  3112. }
  3113. },
  3114. "node_modules/deepmerge": {
  3115. "version": "4.3.1",
  3116. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  3117. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  3118. "engines": {
  3119. "node": ">=0.10.0"
  3120. }
  3121. },
  3122. "node_modules/default-browser": {
  3123. "version": "5.2.1",
  3124. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz",
  3125. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  3126. "dependencies": {
  3127. "bundle-name": "^4.1.0",
  3128. "default-browser-id": "^5.0.0"
  3129. },
  3130. "engines": {
  3131. "node": ">=18"
  3132. },
  3133. "funding": {
  3134. "url": "https://github.com/sponsors/sindresorhus"
  3135. }
  3136. },
  3137. "node_modules/default-browser-id": {
  3138. "version": "5.0.0",
  3139. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
  3140. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  3141. "engines": {
  3142. "node": ">=18"
  3143. },
  3144. "funding": {
  3145. "url": "https://github.com/sponsors/sindresorhus"
  3146. }
  3147. },
  3148. "node_modules/define-lazy-prop": {
  3149. "version": "2.0.0",
  3150. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  3151. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  3152. "engines": {
  3153. "node": ">=8"
  3154. }
  3155. },
  3156. "node_modules/defu": {
  3157. "version": "6.1.4",
  3158. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
  3159. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg=="
  3160. },
  3161. "node_modules/delegates": {
  3162. "version": "1.0.0",
  3163. "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
  3164. "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ=="
  3165. },
  3166. "node_modules/denque": {
  3167. "version": "2.1.0",
  3168. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  3169. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  3170. "engines": {
  3171. "node": ">=0.10"
  3172. }
  3173. },
  3174. "node_modules/depd": {
  3175. "version": "2.0.0",
  3176. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  3177. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  3178. "engines": {
  3179. "node": ">= 0.8"
  3180. }
  3181. },
  3182. "node_modules/destr": {
  3183. "version": "2.0.3",
  3184. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.3.tgz",
  3185. "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ=="
  3186. },
  3187. "node_modules/destroy": {
  3188. "version": "1.2.0",
  3189. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  3190. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  3191. "engines": {
  3192. "node": ">= 0.8",
  3193. "npm": "1.2.8000 || >= 1.4.16"
  3194. }
  3195. },
  3196. "node_modules/detect-libc": {
  3197. "version": "2.0.3",
  3198. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
  3199. "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
  3200. "engines": {
  3201. "node": ">=8"
  3202. }
  3203. },
  3204. "node_modules/devalue": {
  3205. "version": "5.0.0",
  3206. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.0.0.tgz",
  3207. "integrity": "sha512-gO+/OMXF7488D+u3ue+G7Y4AA3ZmUnB3eHJXmBTgNHvr4ZNzl36A0ZtG+XCRNYCkYx/bFmw4qtkoFLa+wSrwAA=="
  3208. },
  3209. "node_modules/didyoumean": {
  3210. "version": "1.2.2",
  3211. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  3212. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
  3213. "dev": true
  3214. },
  3215. "node_modules/diff": {
  3216. "version": "5.2.0",
  3217. "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
  3218. "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
  3219. "engines": {
  3220. "node": ">=0.3.1"
  3221. }
  3222. },
  3223. "node_modules/dlv": {
  3224. "version": "1.1.3",
  3225. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  3226. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
  3227. "dev": true
  3228. },
  3229. "node_modules/dom-serializer": {
  3230. "version": "2.0.0",
  3231. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  3232. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  3233. "dependencies": {
  3234. "domelementtype": "^2.3.0",
  3235. "domhandler": "^5.0.2",
  3236. "entities": "^4.2.0"
  3237. },
  3238. "funding": {
  3239. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  3240. }
  3241. },
  3242. "node_modules/domelementtype": {
  3243. "version": "2.3.0",
  3244. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  3245. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  3246. "funding": [
  3247. {
  3248. "type": "github",
  3249. "url": "https://github.com/sponsors/fb55"
  3250. }
  3251. ]
  3252. },
  3253. "node_modules/domhandler": {
  3254. "version": "5.0.3",
  3255. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  3256. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  3257. "dependencies": {
  3258. "domelementtype": "^2.3.0"
  3259. },
  3260. "engines": {
  3261. "node": ">= 4"
  3262. },
  3263. "funding": {
  3264. "url": "https://github.com/fb55/domhandler?sponsor=1"
  3265. }
  3266. },
  3267. "node_modules/domutils": {
  3268. "version": "3.1.0",
  3269. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
  3270. "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
  3271. "dependencies": {
  3272. "dom-serializer": "^2.0.0",
  3273. "domelementtype": "^2.3.0",
  3274. "domhandler": "^5.0.3"
  3275. },
  3276. "funding": {
  3277. "url": "https://github.com/fb55/domutils?sponsor=1"
  3278. }
  3279. },
  3280. "node_modules/dot-prop": {
  3281. "version": "8.0.2",
  3282. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-8.0.2.tgz",
  3283. "integrity": "sha512-xaBe6ZT4DHPkg0k4Ytbvn5xoxgpG0jOS1dYxSOwAHPuNLjP3/OzN0gH55SrLqpx8cBfSaVt91lXYkApjb+nYdQ==",
  3284. "dependencies": {
  3285. "type-fest": "^3.8.0"
  3286. },
  3287. "engines": {
  3288. "node": ">=16"
  3289. },
  3290. "funding": {
  3291. "url": "https://github.com/sponsors/sindresorhus"
  3292. }
  3293. },
  3294. "node_modules/dotenv": {
  3295. "version": "16.4.5",
  3296. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
  3297. "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
  3298. "engines": {
  3299. "node": ">=12"
  3300. },
  3301. "funding": {
  3302. "url": "https://dotenvx.com"
  3303. }
  3304. },
  3305. "node_modules/duplexer": {
  3306. "version": "0.1.2",
  3307. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  3308. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
  3309. },
  3310. "node_modules/eastasianwidth": {
  3311. "version": "0.2.0",
  3312. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  3313. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
  3314. },
  3315. "node_modules/ee-first": {
  3316. "version": "1.1.1",
  3317. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  3318. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  3319. },
  3320. "node_modules/electron-to-chromium": {
  3321. "version": "1.4.823",
  3322. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.823.tgz",
  3323. "integrity": "sha512-4h+oPeAiGQOHFyUJOqpoEcPj/xxlicxBzOErVeYVMMmAiXUXsGpsFd0QXBMaUUbnD8hhSfLf9uw+MlsoIA7j5w=="
  3324. },
  3325. "node_modules/emoji-regex": {
  3326. "version": "8.0.0",
  3327. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  3328. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  3329. },
  3330. "node_modules/encodeurl": {
  3331. "version": "1.0.2",
  3332. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  3333. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  3334. "engines": {
  3335. "node": ">= 0.8"
  3336. }
  3337. },
  3338. "node_modules/encoding-sniffer": {
  3339. "version": "0.2.0",
  3340. "resolved": "https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.0.tgz",
  3341. "integrity": "sha512-ju7Wq1kg04I3HtiYIOrUrdfdDvkyO9s5XM8QAj/bN61Yo/Vb4vgJxy5vi4Yxk01gWHbrofpPtpxM8bKger9jhg==",
  3342. "dependencies": {
  3343. "iconv-lite": "^0.6.3",
  3344. "whatwg-encoding": "^3.1.1"
  3345. },
  3346. "funding": {
  3347. "url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
  3348. }
  3349. },
  3350. "node_modules/enhanced-resolve": {
  3351. "version": "5.17.0",
  3352. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz",
  3353. "integrity": "sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==",
  3354. "dependencies": {
  3355. "graceful-fs": "^4.2.4",
  3356. "tapable": "^2.2.0"
  3357. },
  3358. "engines": {
  3359. "node": ">=10.13.0"
  3360. }
  3361. },
  3362. "node_modules/entities": {
  3363. "version": "4.5.0",
  3364. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  3365. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  3366. "engines": {
  3367. "node": ">=0.12"
  3368. },
  3369. "funding": {
  3370. "url": "https://github.com/fb55/entities?sponsor=1"
  3371. }
  3372. },
  3373. "node_modules/error-stack-parser-es": {
  3374. "version": "0.1.4",
  3375. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-0.1.4.tgz",
  3376. "integrity": "sha512-l0uy0kAoo6toCgVOYaAayqtPa2a1L15efxUMEnQebKwLQX2X0OpS6wMMQdc4juJXmxd9i40DuaUHq+mjIya9TQ==",
  3377. "funding": {
  3378. "url": "https://github.com/sponsors/antfu"
  3379. }
  3380. },
  3381. "node_modules/esbuild": {
  3382. "version": "0.23.0",
  3383. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.23.0.tgz",
  3384. "integrity": "sha512-1lvV17H2bMYda/WaFb2jLPeHU3zml2k4/yagNMG8Q/YtfMjCwEUZa2eXXMgZTVSL5q1n4H7sQ0X6CdJDqqeCFA==",
  3385. "hasInstallScript": true,
  3386. "bin": {
  3387. "esbuild": "bin/esbuild"
  3388. },
  3389. "engines": {
  3390. "node": ">=18"
  3391. },
  3392. "optionalDependencies": {
  3393. "@esbuild/aix-ppc64": "0.23.0",
  3394. "@esbuild/android-arm": "0.23.0",
  3395. "@esbuild/android-arm64": "0.23.0",
  3396. "@esbuild/android-x64": "0.23.0",
  3397. "@esbuild/darwin-arm64": "0.23.0",
  3398. "@esbuild/darwin-x64": "0.23.0",
  3399. "@esbuild/freebsd-arm64": "0.23.0",
  3400. "@esbuild/freebsd-x64": "0.23.0",
  3401. "@esbuild/linux-arm": "0.23.0",
  3402. "@esbuild/linux-arm64": "0.23.0",
  3403. "@esbuild/linux-ia32": "0.23.0",
  3404. "@esbuild/linux-loong64": "0.23.0",
  3405. "@esbuild/linux-mips64el": "0.23.0",
  3406. "@esbuild/linux-ppc64": "0.23.0",
  3407. "@esbuild/linux-riscv64": "0.23.0",
  3408. "@esbuild/linux-s390x": "0.23.0",
  3409. "@esbuild/linux-x64": "0.23.0",
  3410. "@esbuild/netbsd-x64": "0.23.0",
  3411. "@esbuild/openbsd-arm64": "0.23.0",
  3412. "@esbuild/openbsd-x64": "0.23.0",
  3413. "@esbuild/sunos-x64": "0.23.0",
  3414. "@esbuild/win32-arm64": "0.23.0",
  3415. "@esbuild/win32-ia32": "0.23.0",
  3416. "@esbuild/win32-x64": "0.23.0"
  3417. }
  3418. },
  3419. "node_modules/escalade": {
  3420. "version": "3.1.2",
  3421. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
  3422. "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
  3423. "engines": {
  3424. "node": ">=6"
  3425. }
  3426. },
  3427. "node_modules/escape-html": {
  3428. "version": "1.0.3",
  3429. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  3430. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  3431. },
  3432. "node_modules/escape-string-regexp": {
  3433. "version": "5.0.0",
  3434. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  3435. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  3436. "engines": {
  3437. "node": ">=12"
  3438. },
  3439. "funding": {
  3440. "url": "https://github.com/sponsors/sindresorhus"
  3441. }
  3442. },
  3443. "node_modules/estree-walker": {
  3444. "version": "3.0.3",
  3445. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  3446. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  3447. "dependencies": {
  3448. "@types/estree": "^1.0.0"
  3449. }
  3450. },
  3451. "node_modules/etag": {
  3452. "version": "1.8.1",
  3453. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  3454. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  3455. "engines": {
  3456. "node": ">= 0.6"
  3457. }
  3458. },
  3459. "node_modules/event-target-shim": {
  3460. "version": "5.0.1",
  3461. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  3462. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  3463. "engines": {
  3464. "node": ">=6"
  3465. }
  3466. },
  3467. "node_modules/events": {
  3468. "version": "3.3.0",
  3469. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  3470. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  3471. "engines": {
  3472. "node": ">=0.8.x"
  3473. }
  3474. },
  3475. "node_modules/execa": {
  3476. "version": "7.2.0",
  3477. "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
  3478. "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
  3479. "dependencies": {
  3480. "cross-spawn": "^7.0.3",
  3481. "get-stream": "^6.0.1",
  3482. "human-signals": "^4.3.0",
  3483. "is-stream": "^3.0.0",
  3484. "merge-stream": "^2.0.0",
  3485. "npm-run-path": "^5.1.0",
  3486. "onetime": "^6.0.0",
  3487. "signal-exit": "^3.0.7",
  3488. "strip-final-newline": "^3.0.0"
  3489. },
  3490. "engines": {
  3491. "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
  3492. },
  3493. "funding": {
  3494. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  3495. }
  3496. },
  3497. "node_modules/externality": {
  3498. "version": "1.0.2",
  3499. "resolved": "https://registry.npmjs.org/externality/-/externality-1.0.2.tgz",
  3500. "integrity": "sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==",
  3501. "dependencies": {
  3502. "enhanced-resolve": "^5.14.1",
  3503. "mlly": "^1.3.0",
  3504. "pathe": "^1.1.1",
  3505. "ufo": "^1.1.2"
  3506. }
  3507. },
  3508. "node_modules/fast-fifo": {
  3509. "version": "1.3.2",
  3510. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  3511. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
  3512. },
  3513. "node_modules/fast-glob": {
  3514. "version": "3.3.2",
  3515. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
  3516. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  3517. "dependencies": {
  3518. "@nodelib/fs.stat": "^2.0.2",
  3519. "@nodelib/fs.walk": "^1.2.3",
  3520. "glob-parent": "^5.1.2",
  3521. "merge2": "^1.3.0",
  3522. "micromatch": "^4.0.4"
  3523. },
  3524. "engines": {
  3525. "node": ">=8.6.0"
  3526. }
  3527. },
  3528. "node_modules/fast-npm-meta": {
  3529. "version": "0.1.1",
  3530. "resolved": "https://registry.npmjs.org/fast-npm-meta/-/fast-npm-meta-0.1.1.tgz",
  3531. "integrity": "sha512-uS9DjGncI/9XZ6HJFrci0WzSi++N8Jskbb2uB7+9SQlrgA3VaLhXhV9Gl5HwIGESHkayYYZFGnVNhJwRDKCWIA==",
  3532. "funding": {
  3533. "url": "https://github.com/sponsors/antfu"
  3534. }
  3535. },
  3536. "node_modules/fastq": {
  3537. "version": "1.17.1",
  3538. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  3539. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  3540. "dependencies": {
  3541. "reusify": "^1.0.4"
  3542. }
  3543. },
  3544. "node_modules/file-uri-to-path": {
  3545. "version": "1.0.0",
  3546. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  3547. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
  3548. },
  3549. "node_modules/fill-range": {
  3550. "version": "7.1.1",
  3551. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  3552. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3553. "dependencies": {
  3554. "to-regex-range": "^5.0.1"
  3555. },
  3556. "engines": {
  3557. "node": ">=8"
  3558. }
  3559. },
  3560. "node_modules/flatted": {
  3561. "version": "3.3.1",
  3562. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
  3563. "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw=="
  3564. },
  3565. "node_modules/foreground-child": {
  3566. "version": "3.1.1",
  3567. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
  3568. "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
  3569. "dependencies": {
  3570. "cross-spawn": "^7.0.0",
  3571. "signal-exit": "^4.0.1"
  3572. },
  3573. "engines": {
  3574. "node": ">=14"
  3575. },
  3576. "funding": {
  3577. "url": "https://github.com/sponsors/isaacs"
  3578. }
  3579. },
  3580. "node_modules/foreground-child/node_modules/signal-exit": {
  3581. "version": "4.1.0",
  3582. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  3583. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  3584. "engines": {
  3585. "node": ">=14"
  3586. },
  3587. "funding": {
  3588. "url": "https://github.com/sponsors/isaacs"
  3589. }
  3590. },
  3591. "node_modules/fraction.js": {
  3592. "version": "4.3.7",
  3593. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  3594. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  3595. "engines": {
  3596. "node": "*"
  3597. },
  3598. "funding": {
  3599. "type": "patreon",
  3600. "url": "https://github.com/sponsors/rawify"
  3601. }
  3602. },
  3603. "node_modules/fresh": {
  3604. "version": "0.5.2",
  3605. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  3606. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  3607. "engines": {
  3608. "node": ">= 0.6"
  3609. }
  3610. },
  3611. "node_modules/fs-extra": {
  3612. "version": "11.2.0",
  3613. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
  3614. "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
  3615. "dependencies": {
  3616. "graceful-fs": "^4.2.0",
  3617. "jsonfile": "^6.0.1",
  3618. "universalify": "^2.0.0"
  3619. },
  3620. "engines": {
  3621. "node": ">=14.14"
  3622. }
  3623. },
  3624. "node_modules/fs-minipass": {
  3625. "version": "2.1.0",
  3626. "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
  3627. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  3628. "dependencies": {
  3629. "minipass": "^3.0.0"
  3630. },
  3631. "engines": {
  3632. "node": ">= 8"
  3633. }
  3634. },
  3635. "node_modules/fs-minipass/node_modules/minipass": {
  3636. "version": "3.3.6",
  3637. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  3638. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  3639. "dependencies": {
  3640. "yallist": "^4.0.0"
  3641. },
  3642. "engines": {
  3643. "node": ">=8"
  3644. }
  3645. },
  3646. "node_modules/fs-minipass/node_modules/yallist": {
  3647. "version": "4.0.0",
  3648. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  3649. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  3650. },
  3651. "node_modules/fs.realpath": {
  3652. "version": "1.0.0",
  3653. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  3654. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  3655. },
  3656. "node_modules/function-bind": {
  3657. "version": "1.1.2",
  3658. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  3659. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  3660. "funding": {
  3661. "url": "https://github.com/sponsors/ljharb"
  3662. }
  3663. },
  3664. "node_modules/gauge": {
  3665. "version": "3.0.2",
  3666. "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
  3667. "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
  3668. "deprecated": "This package is no longer supported.",
  3669. "dependencies": {
  3670. "aproba": "^1.0.3 || ^2.0.0",
  3671. "color-support": "^1.1.2",
  3672. "console-control-strings": "^1.0.0",
  3673. "has-unicode": "^2.0.1",
  3674. "object-assign": "^4.1.1",
  3675. "signal-exit": "^3.0.0",
  3676. "string-width": "^4.2.3",
  3677. "strip-ansi": "^6.0.1",
  3678. "wide-align": "^1.1.2"
  3679. },
  3680. "engines": {
  3681. "node": ">=10"
  3682. }
  3683. },
  3684. "node_modules/gensync": {
  3685. "version": "1.0.0-beta.2",
  3686. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  3687. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  3688. "engines": {
  3689. "node": ">=6.9.0"
  3690. }
  3691. },
  3692. "node_modules/get-caller-file": {
  3693. "version": "2.0.5",
  3694. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  3695. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  3696. "engines": {
  3697. "node": "6.* || 8.* || >= 10.*"
  3698. }
  3699. },
  3700. "node_modules/get-port-please": {
  3701. "version": "3.1.2",
  3702. "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.1.2.tgz",
  3703. "integrity": "sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ=="
  3704. },
  3705. "node_modules/get-stream": {
  3706. "version": "6.0.1",
  3707. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  3708. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  3709. "engines": {
  3710. "node": ">=10"
  3711. },
  3712. "funding": {
  3713. "url": "https://github.com/sponsors/sindresorhus"
  3714. }
  3715. },
  3716. "node_modules/giget": {
  3717. "version": "1.2.3",
  3718. "resolved": "https://registry.npmjs.org/giget/-/giget-1.2.3.tgz",
  3719. "integrity": "sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==",
  3720. "dependencies": {
  3721. "citty": "^0.1.6",
  3722. "consola": "^3.2.3",
  3723. "defu": "^6.1.4",
  3724. "node-fetch-native": "^1.6.3",
  3725. "nypm": "^0.3.8",
  3726. "ohash": "^1.1.3",
  3727. "pathe": "^1.1.2",
  3728. "tar": "^6.2.0"
  3729. },
  3730. "bin": {
  3731. "giget": "dist/cli.mjs"
  3732. }
  3733. },
  3734. "node_modules/git-config-path": {
  3735. "version": "2.0.0",
  3736. "resolved": "https://registry.npmjs.org/git-config-path/-/git-config-path-2.0.0.tgz",
  3737. "integrity": "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==",
  3738. "engines": {
  3739. "node": ">=4"
  3740. }
  3741. },
  3742. "node_modules/git-up": {
  3743. "version": "7.0.0",
  3744. "resolved": "https://registry.npmjs.org/git-up/-/git-up-7.0.0.tgz",
  3745. "integrity": "sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==",
  3746. "dependencies": {
  3747. "is-ssh": "^1.4.0",
  3748. "parse-url": "^8.1.0"
  3749. }
  3750. },
  3751. "node_modules/git-url-parse": {
  3752. "version": "14.0.0",
  3753. "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-14.0.0.tgz",
  3754. "integrity": "sha512-NnLweV+2A4nCvn4U/m2AoYu0pPKlsmhK9cknG7IMwsjFY1S2jxM+mAhsDxyxfCIGfGaD+dozsyX4b6vkYc83yQ==",
  3755. "dependencies": {
  3756. "git-up": "^7.0.0"
  3757. }
  3758. },
  3759. "node_modules/glob": {
  3760. "version": "8.1.0",
  3761. "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
  3762. "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
  3763. "deprecated": "Glob versions prior to v9 are no longer supported",
  3764. "dependencies": {
  3765. "fs.realpath": "^1.0.0",
  3766. "inflight": "^1.0.4",
  3767. "inherits": "2",
  3768. "minimatch": "^5.0.1",
  3769. "once": "^1.3.0"
  3770. },
  3771. "engines": {
  3772. "node": ">=12"
  3773. },
  3774. "funding": {
  3775. "url": "https://github.com/sponsors/isaacs"
  3776. }
  3777. },
  3778. "node_modules/glob-parent": {
  3779. "version": "5.1.2",
  3780. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  3781. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3782. "dependencies": {
  3783. "is-glob": "^4.0.1"
  3784. },
  3785. "engines": {
  3786. "node": ">= 6"
  3787. }
  3788. },
  3789. "node_modules/global-directory": {
  3790. "version": "4.0.1",
  3791. "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  3792. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  3793. "dependencies": {
  3794. "ini": "4.1.1"
  3795. },
  3796. "engines": {
  3797. "node": ">=18"
  3798. },
  3799. "funding": {
  3800. "url": "https://github.com/sponsors/sindresorhus"
  3801. }
  3802. },
  3803. "node_modules/globals": {
  3804. "version": "11.12.0",
  3805. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  3806. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  3807. "engines": {
  3808. "node": ">=4"
  3809. }
  3810. },
  3811. "node_modules/globby": {
  3812. "version": "14.0.2",
  3813. "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz",
  3814. "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==",
  3815. "dependencies": {
  3816. "@sindresorhus/merge-streams": "^2.1.0",
  3817. "fast-glob": "^3.3.2",
  3818. "ignore": "^5.2.4",
  3819. "path-type": "^5.0.0",
  3820. "slash": "^5.1.0",
  3821. "unicorn-magic": "^0.1.0"
  3822. },
  3823. "engines": {
  3824. "node": ">=18"
  3825. },
  3826. "funding": {
  3827. "url": "https://github.com/sponsors/sindresorhus"
  3828. }
  3829. },
  3830. "node_modules/graceful-fs": {
  3831. "version": "4.2.11",
  3832. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  3833. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  3834. },
  3835. "node_modules/gzip-size": {
  3836. "version": "7.0.0",
  3837. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",
  3838. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  3839. "dependencies": {
  3840. "duplexer": "^0.1.2"
  3841. },
  3842. "engines": {
  3843. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3844. },
  3845. "funding": {
  3846. "url": "https://github.com/sponsors/sindresorhus"
  3847. }
  3848. },
  3849. "node_modules/h3": {
  3850. "version": "1.12.0",
  3851. "resolved": "https://registry.npmjs.org/h3/-/h3-1.12.0.tgz",
  3852. "integrity": "sha512-Zi/CcNeWBXDrFNlV0hUBJQR9F7a96RjMeAZweW/ZWkR9fuXrMcvKnSA63f/zZ9l0GgQOZDVHGvXivNN9PWOwhA==",
  3853. "dependencies": {
  3854. "cookie-es": "^1.1.0",
  3855. "crossws": "^0.2.4",
  3856. "defu": "^6.1.4",
  3857. "destr": "^2.0.3",
  3858. "iron-webcrypto": "^1.1.1",
  3859. "ohash": "^1.1.3",
  3860. "radix3": "^1.1.2",
  3861. "ufo": "^1.5.3",
  3862. "uncrypto": "^0.1.3",
  3863. "unenv": "^1.9.0"
  3864. }
  3865. },
  3866. "node_modules/has-flag": {
  3867. "version": "3.0.0",
  3868. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  3869. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  3870. "engines": {
  3871. "node": ">=4"
  3872. }
  3873. },
  3874. "node_modules/has-unicode": {
  3875. "version": "2.0.1",
  3876. "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
  3877. "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
  3878. },
  3879. "node_modules/hash-sum": {
  3880. "version": "2.0.0",
  3881. "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz",
  3882. "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg=="
  3883. },
  3884. "node_modules/hasown": {
  3885. "version": "2.0.2",
  3886. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  3887. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  3888. "dependencies": {
  3889. "function-bind": "^1.1.2"
  3890. },
  3891. "engines": {
  3892. "node": ">= 0.4"
  3893. }
  3894. },
  3895. "node_modules/hookable": {
  3896. "version": "5.5.3",
  3897. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  3898. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ=="
  3899. },
  3900. "node_modules/html-tags": {
  3901. "version": "3.3.1",
  3902. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
  3903. "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
  3904. "engines": {
  3905. "node": ">=8"
  3906. },
  3907. "funding": {
  3908. "url": "https://github.com/sponsors/sindresorhus"
  3909. }
  3910. },
  3911. "node_modules/htmlparser2": {
  3912. "version": "9.1.0",
  3913. "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz",
  3914. "integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==",
  3915. "funding": [
  3916. "https://github.com/fb55/htmlparser2?sponsor=1",
  3917. {
  3918. "type": "github",
  3919. "url": "https://github.com/sponsors/fb55"
  3920. }
  3921. ],
  3922. "dependencies": {
  3923. "domelementtype": "^2.3.0",
  3924. "domhandler": "^5.0.3",
  3925. "domutils": "^3.1.0",
  3926. "entities": "^4.5.0"
  3927. }
  3928. },
  3929. "node_modules/http-errors": {
  3930. "version": "2.0.0",
  3931. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  3932. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  3933. "dependencies": {
  3934. "depd": "2.0.0",
  3935. "inherits": "2.0.4",
  3936. "setprototypeof": "1.2.0",
  3937. "statuses": "2.0.1",
  3938. "toidentifier": "1.0.1"
  3939. },
  3940. "engines": {
  3941. "node": ">= 0.8"
  3942. }
  3943. },
  3944. "node_modules/http-shutdown": {
  3945. "version": "1.2.2",
  3946. "resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
  3947. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  3948. "engines": {
  3949. "iojs": ">= 1.0.0",
  3950. "node": ">= 0.12.0"
  3951. }
  3952. },
  3953. "node_modules/https-proxy-agent": {
  3954. "version": "5.0.1",
  3955. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  3956. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  3957. "dependencies": {
  3958. "agent-base": "6",
  3959. "debug": "4"
  3960. },
  3961. "engines": {
  3962. "node": ">= 6"
  3963. }
  3964. },
  3965. "node_modules/httpxy": {
  3966. "version": "0.1.5",
  3967. "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.1.5.tgz",
  3968. "integrity": "sha512-hqLDO+rfststuyEUTWObQK6zHEEmZ/kaIP2/zclGGZn6X8h/ESTWg+WKecQ/e5k4nPswjzZD+q2VqZIbr15CoQ=="
  3969. },
  3970. "node_modules/human-signals": {
  3971. "version": "4.3.1",
  3972. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
  3973. "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
  3974. "engines": {
  3975. "node": ">=14.18.0"
  3976. }
  3977. },
  3978. "node_modules/iconv-lite": {
  3979. "version": "0.6.3",
  3980. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  3981. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  3982. "dependencies": {
  3983. "safer-buffer": ">= 2.1.2 < 3.0.0"
  3984. },
  3985. "engines": {
  3986. "node": ">=0.10.0"
  3987. }
  3988. },
  3989. "node_modules/ieee754": {
  3990. "version": "1.2.1",
  3991. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  3992. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  3993. "funding": [
  3994. {
  3995. "type": "github",
  3996. "url": "https://github.com/sponsors/feross"
  3997. },
  3998. {
  3999. "type": "patreon",
  4000. "url": "https://www.patreon.com/feross"
  4001. },
  4002. {
  4003. "type": "consulting",
  4004. "url": "https://feross.org/support"
  4005. }
  4006. ]
  4007. },
  4008. "node_modules/ignore": {
  4009. "version": "5.3.1",
  4010. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
  4011. "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
  4012. "engines": {
  4013. "node": ">= 4"
  4014. }
  4015. },
  4016. "node_modules/image-meta": {
  4017. "version": "0.2.1",
  4018. "resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.1.tgz",
  4019. "integrity": "sha512-K6acvFaelNxx8wc2VjbIzXKDVB0Khs0QT35U6NkGfTdCmjLNcO2945m7RFNR9/RPVFm48hq7QPzK8uGH18HCGw=="
  4020. },
  4021. "node_modules/immutable": {
  4022. "version": "4.3.6",
  4023. "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.6.tgz",
  4024. "integrity": "sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==",
  4025. "devOptional": true
  4026. },
  4027. "node_modules/inflight": {
  4028. "version": "1.0.6",
  4029. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  4030. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  4031. "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.",
  4032. "dependencies": {
  4033. "once": "^1.3.0",
  4034. "wrappy": "1"
  4035. }
  4036. },
  4037. "node_modules/inherits": {
  4038. "version": "2.0.4",
  4039. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  4040. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  4041. },
  4042. "node_modules/ini": {
  4043. "version": "4.1.1",
  4044. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
  4045. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  4046. "engines": {
  4047. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4048. }
  4049. },
  4050. "node_modules/ioredis": {
  4051. "version": "5.4.1",
  4052. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.1.tgz",
  4053. "integrity": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==",
  4054. "dependencies": {
  4055. "@ioredis/commands": "^1.1.1",
  4056. "cluster-key-slot": "^1.1.0",
  4057. "debug": "^4.3.4",
  4058. "denque": "^2.1.0",
  4059. "lodash.defaults": "^4.2.0",
  4060. "lodash.isarguments": "^3.1.0",
  4061. "redis-errors": "^1.2.0",
  4062. "redis-parser": "^3.0.0",
  4063. "standard-as-callback": "^2.1.0"
  4064. },
  4065. "engines": {
  4066. "node": ">=12.22.0"
  4067. },
  4068. "funding": {
  4069. "type": "opencollective",
  4070. "url": "https://opencollective.com/ioredis"
  4071. }
  4072. },
  4073. "node_modules/iron-webcrypto": {
  4074. "version": "1.2.1",
  4075. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  4076. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  4077. "funding": {
  4078. "url": "https://github.com/sponsors/brc-dd"
  4079. }
  4080. },
  4081. "node_modules/is-binary-path": {
  4082. "version": "2.1.0",
  4083. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  4084. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  4085. "dependencies": {
  4086. "binary-extensions": "^2.0.0"
  4087. },
  4088. "engines": {
  4089. "node": ">=8"
  4090. }
  4091. },
  4092. "node_modules/is-builtin-module": {
  4093. "version": "3.2.1",
  4094. "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz",
  4095. "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==",
  4096. "dependencies": {
  4097. "builtin-modules": "^3.3.0"
  4098. },
  4099. "engines": {
  4100. "node": ">=6"
  4101. },
  4102. "funding": {
  4103. "url": "https://github.com/sponsors/sindresorhus"
  4104. }
  4105. },
  4106. "node_modules/is-core-module": {
  4107. "version": "2.13.1",
  4108. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
  4109. "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
  4110. "dependencies": {
  4111. "hasown": "^2.0.0"
  4112. },
  4113. "funding": {
  4114. "url": "https://github.com/sponsors/ljharb"
  4115. }
  4116. },
  4117. "node_modules/is-docker": {
  4118. "version": "3.0.0",
  4119. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  4120. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  4121. "bin": {
  4122. "is-docker": "cli.js"
  4123. },
  4124. "engines": {
  4125. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4126. },
  4127. "funding": {
  4128. "url": "https://github.com/sponsors/sindresorhus"
  4129. }
  4130. },
  4131. "node_modules/is-extglob": {
  4132. "version": "2.1.1",
  4133. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  4134. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4135. "engines": {
  4136. "node": ">=0.10.0"
  4137. }
  4138. },
  4139. "node_modules/is-fullwidth-code-point": {
  4140. "version": "3.0.0",
  4141. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  4142. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  4143. "engines": {
  4144. "node": ">=8"
  4145. }
  4146. },
  4147. "node_modules/is-glob": {
  4148. "version": "4.0.3",
  4149. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  4150. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4151. "dependencies": {
  4152. "is-extglob": "^2.1.1"
  4153. },
  4154. "engines": {
  4155. "node": ">=0.10.0"
  4156. }
  4157. },
  4158. "node_modules/is-inside-container": {
  4159. "version": "1.0.0",
  4160. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  4161. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  4162. "dependencies": {
  4163. "is-docker": "^3.0.0"
  4164. },
  4165. "bin": {
  4166. "is-inside-container": "cli.js"
  4167. },
  4168. "engines": {
  4169. "node": ">=14.16"
  4170. },
  4171. "funding": {
  4172. "url": "https://github.com/sponsors/sindresorhus"
  4173. }
  4174. },
  4175. "node_modules/is-installed-globally": {
  4176. "version": "1.0.0",
  4177. "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  4178. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  4179. "dependencies": {
  4180. "global-directory": "^4.0.1",
  4181. "is-path-inside": "^4.0.0"
  4182. },
  4183. "engines": {
  4184. "node": ">=18"
  4185. },
  4186. "funding": {
  4187. "url": "https://github.com/sponsors/sindresorhus"
  4188. }
  4189. },
  4190. "node_modules/is-module": {
  4191. "version": "1.0.0",
  4192. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  4193. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
  4194. },
  4195. "node_modules/is-number": {
  4196. "version": "7.0.0",
  4197. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  4198. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4199. "engines": {
  4200. "node": ">=0.12.0"
  4201. }
  4202. },
  4203. "node_modules/is-path-inside": {
  4204. "version": "4.0.0",
  4205. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  4206. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  4207. "engines": {
  4208. "node": ">=12"
  4209. },
  4210. "funding": {
  4211. "url": "https://github.com/sponsors/sindresorhus"
  4212. }
  4213. },
  4214. "node_modules/is-reference": {
  4215. "version": "1.2.1",
  4216. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  4217. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  4218. "dependencies": {
  4219. "@types/estree": "*"
  4220. }
  4221. },
  4222. "node_modules/is-ssh": {
  4223. "version": "1.4.0",
  4224. "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.0.tgz",
  4225. "integrity": "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==",
  4226. "dependencies": {
  4227. "protocols": "^2.0.1"
  4228. }
  4229. },
  4230. "node_modules/is-stream": {
  4231. "version": "3.0.0",
  4232. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  4233. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  4234. "engines": {
  4235. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4236. },
  4237. "funding": {
  4238. "url": "https://github.com/sponsors/sindresorhus"
  4239. }
  4240. },
  4241. "node_modules/is-what": {
  4242. "version": "4.1.16",
  4243. "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz",
  4244. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  4245. "engines": {
  4246. "node": ">=12.13"
  4247. },
  4248. "funding": {
  4249. "url": "https://github.com/sponsors/mesqueeb"
  4250. }
  4251. },
  4252. "node_modules/is-wsl": {
  4253. "version": "3.1.0",
  4254. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
  4255. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  4256. "dependencies": {
  4257. "is-inside-container": "^1.0.0"
  4258. },
  4259. "engines": {
  4260. "node": ">=16"
  4261. },
  4262. "funding": {
  4263. "url": "https://github.com/sponsors/sindresorhus"
  4264. }
  4265. },
  4266. "node_modules/is64bit": {
  4267. "version": "2.0.0",
  4268. "resolved": "https://registry.npmjs.org/is64bit/-/is64bit-2.0.0.tgz",
  4269. "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
  4270. "dependencies": {
  4271. "system-architecture": "^0.1.0"
  4272. },
  4273. "engines": {
  4274. "node": ">=18"
  4275. },
  4276. "funding": {
  4277. "url": "https://github.com/sponsors/sindresorhus"
  4278. }
  4279. },
  4280. "node_modules/isarray": {
  4281. "version": "1.0.0",
  4282. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  4283. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  4284. },
  4285. "node_modules/isexe": {
  4286. "version": "2.0.0",
  4287. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4288. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  4289. },
  4290. "node_modules/jackspeak": {
  4291. "version": "3.4.2",
  4292. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.2.tgz",
  4293. "integrity": "sha512-qH3nOSj8q/8+Eg8LUPOq3C+6HWkpUioIjDsq1+D4zY91oZvpPttw8GwtF1nReRYKXl+1AORyFqtm2f5Q1SB6/Q==",
  4294. "dependencies": {
  4295. "@isaacs/cliui": "^8.0.2"
  4296. },
  4297. "engines": {
  4298. "node": "14 >=14.21 || 16 >=16.20 || >=18"
  4299. },
  4300. "funding": {
  4301. "url": "https://github.com/sponsors/isaacs"
  4302. },
  4303. "optionalDependencies": {
  4304. "@pkgjs/parseargs": "^0.11.0"
  4305. }
  4306. },
  4307. "node_modules/jiti": {
  4308. "version": "1.21.6",
  4309. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
  4310. "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
  4311. "bin": {
  4312. "jiti": "bin/jiti.js"
  4313. }
  4314. },
  4315. "node_modules/js-tokens": {
  4316. "version": "4.0.0",
  4317. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  4318. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  4319. },
  4320. "node_modules/js-yaml": {
  4321. "version": "4.1.0",
  4322. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  4323. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  4324. "dependencies": {
  4325. "argparse": "^2.0.1"
  4326. },
  4327. "bin": {
  4328. "js-yaml": "bin/js-yaml.js"
  4329. }
  4330. },
  4331. "node_modules/jsesc": {
  4332. "version": "2.5.2",
  4333. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  4334. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  4335. "bin": {
  4336. "jsesc": "bin/jsesc"
  4337. },
  4338. "engines": {
  4339. "node": ">=4"
  4340. }
  4341. },
  4342. "node_modules/json5": {
  4343. "version": "2.2.3",
  4344. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  4345. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  4346. "bin": {
  4347. "json5": "lib/cli.js"
  4348. },
  4349. "engines": {
  4350. "node": ">=6"
  4351. }
  4352. },
  4353. "node_modules/jsonfile": {
  4354. "version": "6.1.0",
  4355. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  4356. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  4357. "dependencies": {
  4358. "universalify": "^2.0.0"
  4359. },
  4360. "optionalDependencies": {
  4361. "graceful-fs": "^4.1.6"
  4362. }
  4363. },
  4364. "node_modules/kleur": {
  4365. "version": "3.0.3",
  4366. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  4367. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  4368. "engines": {
  4369. "node": ">=6"
  4370. }
  4371. },
  4372. "node_modules/klona": {
  4373. "version": "2.0.6",
  4374. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  4375. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  4376. "engines": {
  4377. "node": ">= 8"
  4378. }
  4379. },
  4380. "node_modules/knitwork": {
  4381. "version": "1.1.0",
  4382. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.1.0.tgz",
  4383. "integrity": "sha512-oHnmiBUVHz1V+URE77PNot2lv3QiYU2zQf1JjOVkMt3YDKGbu8NAFr+c4mcNOhdsGrB/VpVbRwPwhiXrPhxQbw=="
  4384. },
  4385. "node_modules/kolorist": {
  4386. "version": "1.8.0",
  4387. "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
  4388. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ=="
  4389. },
  4390. "node_modules/launch-editor": {
  4391. "version": "2.8.0",
  4392. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.8.0.tgz",
  4393. "integrity": "sha512-vJranOAJrI/llyWGRQqiDM+adrw+k83fvmmx3+nV47g3+36xM15jE+zyZ6Ffel02+xSvuM0b2GDRosXZkbb6wA==",
  4394. "dependencies": {
  4395. "picocolors": "^1.0.0",
  4396. "shell-quote": "^1.8.1"
  4397. }
  4398. },
  4399. "node_modules/lazystream": {
  4400. "version": "1.0.1",
  4401. "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
  4402. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  4403. "dependencies": {
  4404. "readable-stream": "^2.0.5"
  4405. },
  4406. "engines": {
  4407. "node": ">= 0.6.3"
  4408. }
  4409. },
  4410. "node_modules/lazystream/node_modules/readable-stream": {
  4411. "version": "2.3.8",
  4412. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  4413. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  4414. "dependencies": {
  4415. "core-util-is": "~1.0.0",
  4416. "inherits": "~2.0.3",
  4417. "isarray": "~1.0.0",
  4418. "process-nextick-args": "~2.0.0",
  4419. "safe-buffer": "~5.1.1",
  4420. "string_decoder": "~1.1.1",
  4421. "util-deprecate": "~1.0.1"
  4422. }
  4423. },
  4424. "node_modules/lazystream/node_modules/safe-buffer": {
  4425. "version": "5.1.2",
  4426. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  4427. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  4428. },
  4429. "node_modules/lazystream/node_modules/string_decoder": {
  4430. "version": "1.1.1",
  4431. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  4432. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  4433. "dependencies": {
  4434. "safe-buffer": "~5.1.0"
  4435. }
  4436. },
  4437. "node_modules/lilconfig": {
  4438. "version": "3.1.2",
  4439. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
  4440. "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
  4441. "engines": {
  4442. "node": ">=14"
  4443. },
  4444. "funding": {
  4445. "url": "https://github.com/sponsors/antonk52"
  4446. }
  4447. },
  4448. "node_modules/lines-and-columns": {
  4449. "version": "1.2.4",
  4450. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  4451. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  4452. "dev": true
  4453. },
  4454. "node_modules/listhen": {
  4455. "version": "1.7.2",
  4456. "resolved": "https://registry.npmjs.org/listhen/-/listhen-1.7.2.tgz",
  4457. "integrity": "sha512-7/HamOm5YD9Wb7CFgAZkKgVPA96WwhcTQoqtm2VTZGVbVVn3IWKRBTgrU7cchA3Q8k9iCsG8Osoi9GX4JsGM9g==",
  4458. "dependencies": {
  4459. "@parcel/watcher": "^2.4.1",
  4460. "@parcel/watcher-wasm": "^2.4.1",
  4461. "citty": "^0.1.6",
  4462. "clipboardy": "^4.0.0",
  4463. "consola": "^3.2.3",
  4464. "crossws": "^0.2.0",
  4465. "defu": "^6.1.4",
  4466. "get-port-please": "^3.1.2",
  4467. "h3": "^1.10.2",
  4468. "http-shutdown": "^1.2.2",
  4469. "jiti": "^1.21.0",
  4470. "mlly": "^1.6.1",
  4471. "node-forge": "^1.3.1",
  4472. "pathe": "^1.1.2",
  4473. "std-env": "^3.7.0",
  4474. "ufo": "^1.4.0",
  4475. "untun": "^0.1.3",
  4476. "uqr": "^0.1.2"
  4477. },
  4478. "bin": {
  4479. "listen": "bin/listhen.mjs",
  4480. "listhen": "bin/listhen.mjs"
  4481. }
  4482. },
  4483. "node_modules/local-pkg": {
  4484. "version": "0.5.0",
  4485. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz",
  4486. "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
  4487. "dependencies": {
  4488. "mlly": "^1.4.2",
  4489. "pkg-types": "^1.0.3"
  4490. },
  4491. "engines": {
  4492. "node": ">=14"
  4493. },
  4494. "funding": {
  4495. "url": "https://github.com/sponsors/antfu"
  4496. }
  4497. },
  4498. "node_modules/lodash": {
  4499. "version": "4.17.21",
  4500. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  4501. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  4502. },
  4503. "node_modules/lodash.defaults": {
  4504. "version": "4.2.0",
  4505. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  4506. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ=="
  4507. },
  4508. "node_modules/lodash.isarguments": {
  4509. "version": "3.1.0",
  4510. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  4511. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg=="
  4512. },
  4513. "node_modules/lodash.memoize": {
  4514. "version": "4.1.2",
  4515. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  4516. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
  4517. },
  4518. "node_modules/lodash.uniq": {
  4519. "version": "4.5.0",
  4520. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  4521. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
  4522. },
  4523. "node_modules/lru-cache": {
  4524. "version": "5.1.1",
  4525. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  4526. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  4527. "dependencies": {
  4528. "yallist": "^3.0.2"
  4529. }
  4530. },
  4531. "node_modules/magic-string": {
  4532. "version": "0.30.10",
  4533. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.10.tgz",
  4534. "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==",
  4535. "dependencies": {
  4536. "@jridgewell/sourcemap-codec": "^1.4.15"
  4537. }
  4538. },
  4539. "node_modules/magic-string-ast": {
  4540. "version": "0.6.2",
  4541. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-0.6.2.tgz",
  4542. "integrity": "sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==",
  4543. "dependencies": {
  4544. "magic-string": "^0.30.10"
  4545. },
  4546. "engines": {
  4547. "node": ">=16.14.0"
  4548. }
  4549. },
  4550. "node_modules/magicast": {
  4551. "version": "0.3.4",
  4552. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.4.tgz",
  4553. "integrity": "sha512-TyDF/Pn36bBji9rWKHlZe+PZb6Mx5V8IHCSxk7X4aljM4e/vyDvZZYwHewdVaqiA0nb3ghfHU/6AUpDxWoER2Q==",
  4554. "dependencies": {
  4555. "@babel/parser": "^7.24.4",
  4556. "@babel/types": "^7.24.0",
  4557. "source-map-js": "^1.2.0"
  4558. }
  4559. },
  4560. "node_modules/make-dir": {
  4561. "version": "3.1.0",
  4562. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  4563. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  4564. "dependencies": {
  4565. "semver": "^6.0.0"
  4566. },
  4567. "engines": {
  4568. "node": ">=8"
  4569. },
  4570. "funding": {
  4571. "url": "https://github.com/sponsors/sindresorhus"
  4572. }
  4573. },
  4574. "node_modules/make-dir/node_modules/semver": {
  4575. "version": "6.3.1",
  4576. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  4577. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  4578. "bin": {
  4579. "semver": "bin/semver.js"
  4580. }
  4581. },
  4582. "node_modules/mdn-data": {
  4583. "version": "2.0.30",
  4584. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
  4585. "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="
  4586. },
  4587. "node_modules/merge-stream": {
  4588. "version": "2.0.0",
  4589. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  4590. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  4591. },
  4592. "node_modules/merge2": {
  4593. "version": "1.4.1",
  4594. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  4595. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  4596. "engines": {
  4597. "node": ">= 8"
  4598. }
  4599. },
  4600. "node_modules/micromatch": {
  4601. "version": "4.0.5",
  4602. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  4603. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  4604. "dependencies": {
  4605. "braces": "^3.0.2",
  4606. "picomatch": "^2.3.1"
  4607. },
  4608. "engines": {
  4609. "node": ">=8.6"
  4610. }
  4611. },
  4612. "node_modules/mime": {
  4613. "version": "4.0.4",
  4614. "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.4.tgz",
  4615. "integrity": "sha512-v8yqInVjhXyqP6+Kw4fV3ZzeMRqEW6FotRsKXjRS5VMTNIuXsdRoAvklpoRgSqXm6o9VNH4/C0mgedko9DdLsQ==",
  4616. "funding": [
  4617. "https://github.com/sponsors/broofa"
  4618. ],
  4619. "bin": {
  4620. "mime": "bin/cli.js"
  4621. },
  4622. "engines": {
  4623. "node": ">=16"
  4624. }
  4625. },
  4626. "node_modules/mimic-fn": {
  4627. "version": "4.0.0",
  4628. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  4629. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  4630. "engines": {
  4631. "node": ">=12"
  4632. },
  4633. "funding": {
  4634. "url": "https://github.com/sponsors/sindresorhus"
  4635. }
  4636. },
  4637. "node_modules/minimatch": {
  4638. "version": "5.1.6",
  4639. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  4640. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  4641. "dependencies": {
  4642. "brace-expansion": "^2.0.1"
  4643. },
  4644. "engines": {
  4645. "node": ">=10"
  4646. }
  4647. },
  4648. "node_modules/minipass": {
  4649. "version": "7.1.2",
  4650. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
  4651. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  4652. "engines": {
  4653. "node": ">=16 || 14 >=14.17"
  4654. }
  4655. },
  4656. "node_modules/minizlib": {
  4657. "version": "2.1.2",
  4658. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
  4659. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  4660. "dependencies": {
  4661. "minipass": "^3.0.0",
  4662. "yallist": "^4.0.0"
  4663. },
  4664. "engines": {
  4665. "node": ">= 8"
  4666. }
  4667. },
  4668. "node_modules/minizlib/node_modules/minipass": {
  4669. "version": "3.3.6",
  4670. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
  4671. "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  4672. "dependencies": {
  4673. "yallist": "^4.0.0"
  4674. },
  4675. "engines": {
  4676. "node": ">=8"
  4677. }
  4678. },
  4679. "node_modules/minizlib/node_modules/yallist": {
  4680. "version": "4.0.0",
  4681. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  4682. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  4683. },
  4684. "node_modules/mitt": {
  4685. "version": "3.0.1",
  4686. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  4687. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw=="
  4688. },
  4689. "node_modules/mkdirp": {
  4690. "version": "1.0.4",
  4691. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  4692. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  4693. "bin": {
  4694. "mkdirp": "bin/cmd.js"
  4695. },
  4696. "engines": {
  4697. "node": ">=10"
  4698. }
  4699. },
  4700. "node_modules/mlly": {
  4701. "version": "1.7.1",
  4702. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.1.tgz",
  4703. "integrity": "sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==",
  4704. "dependencies": {
  4705. "acorn": "^8.11.3",
  4706. "pathe": "^1.1.2",
  4707. "pkg-types": "^1.1.1",
  4708. "ufo": "^1.5.3"
  4709. }
  4710. },
  4711. "node_modules/mri": {
  4712. "version": "1.2.0",
  4713. "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
  4714. "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
  4715. "engines": {
  4716. "node": ">=4"
  4717. }
  4718. },
  4719. "node_modules/mrmime": {
  4720. "version": "2.0.0",
  4721. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz",
  4722. "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
  4723. "engines": {
  4724. "node": ">=10"
  4725. }
  4726. },
  4727. "node_modules/ms": {
  4728. "version": "2.1.2",
  4729. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  4730. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  4731. },
  4732. "node_modules/mz": {
  4733. "version": "2.7.0",
  4734. "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  4735. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  4736. "dev": true,
  4737. "dependencies": {
  4738. "any-promise": "^1.0.0",
  4739. "object-assign": "^4.0.1",
  4740. "thenify-all": "^1.0.0"
  4741. }
  4742. },
  4743. "node_modules/nanoid": {
  4744. "version": "5.0.7",
  4745. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz",
  4746. "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==",
  4747. "funding": [
  4748. {
  4749. "type": "github",
  4750. "url": "https://github.com/sponsors/ai"
  4751. }
  4752. ],
  4753. "bin": {
  4754. "nanoid": "bin/nanoid.js"
  4755. },
  4756. "engines": {
  4757. "node": "^18 || >=20"
  4758. }
  4759. },
  4760. "node_modules/nitropack": {
  4761. "version": "2.9.7",
  4762. "resolved": "https://registry.npmjs.org/nitropack/-/nitropack-2.9.7.tgz",
  4763. "integrity": "sha512-aKXvtNrWkOCMsQbsk4A0qQdBjrJ1ZcvwlTQevI/LAgLWLYc5L7Q/YiYxGLal4ITyNSlzir1Cm1D2ZxnYhmpMEw==",
  4764. "dependencies": {
  4765. "@cloudflare/kv-asset-handler": "^0.3.4",
  4766. "@netlify/functions": "^2.8.0",
  4767. "@rollup/plugin-alias": "^5.1.0",
  4768. "@rollup/plugin-commonjs": "^25.0.8",
  4769. "@rollup/plugin-inject": "^5.0.5",
  4770. "@rollup/plugin-json": "^6.1.0",
  4771. "@rollup/plugin-node-resolve": "^15.2.3",
  4772. "@rollup/plugin-replace": "^5.0.7",
  4773. "@rollup/plugin-terser": "^0.4.4",
  4774. "@rollup/pluginutils": "^5.1.0",
  4775. "@types/http-proxy": "^1.17.14",
  4776. "@vercel/nft": "^0.26.5",
  4777. "archiver": "^7.0.1",
  4778. "c12": "^1.11.1",
  4779. "chalk": "^5.3.0",
  4780. "chokidar": "^3.6.0",
  4781. "citty": "^0.1.6",
  4782. "consola": "^3.2.3",
  4783. "cookie-es": "^1.1.0",
  4784. "croner": "^8.0.2",
  4785. "crossws": "^0.2.4",
  4786. "db0": "^0.1.4",
  4787. "defu": "^6.1.4",
  4788. "destr": "^2.0.3",
  4789. "dot-prop": "^8.0.2",
  4790. "esbuild": "^0.20.2",
  4791. "escape-string-regexp": "^5.0.0",
  4792. "etag": "^1.8.1",
  4793. "fs-extra": "^11.2.0",
  4794. "globby": "^14.0.1",
  4795. "gzip-size": "^7.0.0",
  4796. "h3": "^1.12.0",
  4797. "hookable": "^5.5.3",
  4798. "httpxy": "^0.1.5",
  4799. "ioredis": "^5.4.1",
  4800. "jiti": "^1.21.6",
  4801. "klona": "^2.0.6",
  4802. "knitwork": "^1.1.0",
  4803. "listhen": "^1.7.2",
  4804. "magic-string": "^0.30.10",
  4805. "mime": "^4.0.3",
  4806. "mlly": "^1.7.1",
  4807. "mri": "^1.2.0",
  4808. "node-fetch-native": "^1.6.4",
  4809. "ofetch": "^1.3.4",
  4810. "ohash": "^1.1.3",
  4811. "openapi-typescript": "^6.7.6",
  4812. "pathe": "^1.1.2",
  4813. "perfect-debounce": "^1.0.0",
  4814. "pkg-types": "^1.1.1",
  4815. "pretty-bytes": "^6.1.1",
  4816. "radix3": "^1.1.2",
  4817. "rollup": "^4.18.0",
  4818. "rollup-plugin-visualizer": "^5.12.0",
  4819. "scule": "^1.3.0",
  4820. "semver": "^7.6.2",
  4821. "serve-placeholder": "^2.0.2",
  4822. "serve-static": "^1.15.0",
  4823. "std-env": "^3.7.0",
  4824. "ufo": "^1.5.3",
  4825. "uncrypto": "^0.1.3",
  4826. "unctx": "^2.3.1",
  4827. "unenv": "^1.9.0",
  4828. "unimport": "^3.7.2",
  4829. "unstorage": "^1.10.2",
  4830. "unwasm": "^0.3.9"
  4831. },
  4832. "bin": {
  4833. "nitro": "dist/cli/index.mjs",
  4834. "nitropack": "dist/cli/index.mjs"
  4835. },
  4836. "engines": {
  4837. "node": "^16.11.0 || >=17.0.0"
  4838. },
  4839. "peerDependencies": {
  4840. "xml2js": "^0.6.2"
  4841. },
  4842. "peerDependenciesMeta": {
  4843. "xml2js": {
  4844. "optional": true
  4845. }
  4846. }
  4847. },
  4848. "node_modules/nitropack/node_modules/@esbuild/linux-x64": {
  4849. "version": "0.20.2",
  4850. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz",
  4851. "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==",
  4852. "cpu": [
  4853. "x64"
  4854. ],
  4855. "optional": true,
  4856. "os": [
  4857. "linux"
  4858. ],
  4859. "engines": {
  4860. "node": ">=12"
  4861. }
  4862. },
  4863. "node_modules/nitropack/node_modules/chalk": {
  4864. "version": "5.3.0",
  4865. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
  4866. "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
  4867. "engines": {
  4868. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  4869. },
  4870. "funding": {
  4871. "url": "https://github.com/chalk/chalk?sponsor=1"
  4872. }
  4873. },
  4874. "node_modules/nitropack/node_modules/esbuild": {
  4875. "version": "0.20.2",
  4876. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz",
  4877. "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==",
  4878. "hasInstallScript": true,
  4879. "bin": {
  4880. "esbuild": "bin/esbuild"
  4881. },
  4882. "engines": {
  4883. "node": ">=12"
  4884. },
  4885. "optionalDependencies": {
  4886. "@esbuild/aix-ppc64": "0.20.2",
  4887. "@esbuild/android-arm": "0.20.2",
  4888. "@esbuild/android-arm64": "0.20.2",
  4889. "@esbuild/android-x64": "0.20.2",
  4890. "@esbuild/darwin-arm64": "0.20.2",
  4891. "@esbuild/darwin-x64": "0.20.2",
  4892. "@esbuild/freebsd-arm64": "0.20.2",
  4893. "@esbuild/freebsd-x64": "0.20.2",
  4894. "@esbuild/linux-arm": "0.20.2",
  4895. "@esbuild/linux-arm64": "0.20.2",
  4896. "@esbuild/linux-ia32": "0.20.2",
  4897. "@esbuild/linux-loong64": "0.20.2",
  4898. "@esbuild/linux-mips64el": "0.20.2",
  4899. "@esbuild/linux-ppc64": "0.20.2",
  4900. "@esbuild/linux-riscv64": "0.20.2",
  4901. "@esbuild/linux-s390x": "0.20.2",
  4902. "@esbuild/linux-x64": "0.20.2",
  4903. "@esbuild/netbsd-x64": "0.20.2",
  4904. "@esbuild/openbsd-x64": "0.20.2",
  4905. "@esbuild/sunos-x64": "0.20.2",
  4906. "@esbuild/win32-arm64": "0.20.2",
  4907. "@esbuild/win32-ia32": "0.20.2",
  4908. "@esbuild/win32-x64": "0.20.2"
  4909. }
  4910. },
  4911. "node_modules/node-addon-api": {
  4912. "version": "7.1.0",
  4913. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.0.tgz",
  4914. "integrity": "sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g==",
  4915. "engines": {
  4916. "node": "^16 || ^18 || >= 20"
  4917. }
  4918. },
  4919. "node_modules/node-fetch": {
  4920. "version": "2.7.0",
  4921. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  4922. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  4923. "dependencies": {
  4924. "whatwg-url": "^5.0.0"
  4925. },
  4926. "engines": {
  4927. "node": "4.x || >=6.0.0"
  4928. },
  4929. "peerDependencies": {
  4930. "encoding": "^0.1.0"
  4931. },
  4932. "peerDependenciesMeta": {
  4933. "encoding": {
  4934. "optional": true
  4935. }
  4936. }
  4937. },
  4938. "node_modules/node-fetch-native": {
  4939. "version": "1.6.4",
  4940. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz",
  4941. "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ=="
  4942. },
  4943. "node_modules/node-forge": {
  4944. "version": "1.3.1",
  4945. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
  4946. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  4947. "engines": {
  4948. "node": ">= 6.13.0"
  4949. }
  4950. },
  4951. "node_modules/node-gyp-build": {
  4952. "version": "4.8.1",
  4953. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.1.tgz",
  4954. "integrity": "sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==",
  4955. "bin": {
  4956. "node-gyp-build": "bin.js",
  4957. "node-gyp-build-optional": "optional.js",
  4958. "node-gyp-build-test": "build-test.js"
  4959. }
  4960. },
  4961. "node_modules/node-releases": {
  4962. "version": "2.0.14",
  4963. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
  4964. "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw=="
  4965. },
  4966. "node_modules/nopt": {
  4967. "version": "5.0.0",
  4968. "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
  4969. "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
  4970. "dependencies": {
  4971. "abbrev": "1"
  4972. },
  4973. "bin": {
  4974. "nopt": "bin/nopt.js"
  4975. },
  4976. "engines": {
  4977. "node": ">=6"
  4978. }
  4979. },
  4980. "node_modules/normalize-path": {
  4981. "version": "3.0.0",
  4982. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  4983. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  4984. "engines": {
  4985. "node": ">=0.10.0"
  4986. }
  4987. },
  4988. "node_modules/normalize-range": {
  4989. "version": "0.1.2",
  4990. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  4991. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  4992. "engines": {
  4993. "node": ">=0.10.0"
  4994. }
  4995. },
  4996. "node_modules/npm-run-path": {
  4997. "version": "5.3.0",
  4998. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
  4999. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  5000. "dependencies": {
  5001. "path-key": "^4.0.0"
  5002. },
  5003. "engines": {
  5004. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5005. },
  5006. "funding": {
  5007. "url": "https://github.com/sponsors/sindresorhus"
  5008. }
  5009. },
  5010. "node_modules/npm-run-path/node_modules/path-key": {
  5011. "version": "4.0.0",
  5012. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  5013. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  5014. "engines": {
  5015. "node": ">=12"
  5016. },
  5017. "funding": {
  5018. "url": "https://github.com/sponsors/sindresorhus"
  5019. }
  5020. },
  5021. "node_modules/npmlog": {
  5022. "version": "5.0.1",
  5023. "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
  5024. "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
  5025. "deprecated": "This package is no longer supported.",
  5026. "dependencies": {
  5027. "are-we-there-yet": "^2.0.0",
  5028. "console-control-strings": "^1.1.0",
  5029. "gauge": "^3.0.0",
  5030. "set-blocking": "^2.0.0"
  5031. }
  5032. },
  5033. "node_modules/nth-check": {
  5034. "version": "2.1.1",
  5035. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  5036. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  5037. "dependencies": {
  5038. "boolbase": "^1.0.0"
  5039. },
  5040. "funding": {
  5041. "url": "https://github.com/fb55/nth-check?sponsor=1"
  5042. }
  5043. },
  5044. "node_modules/nuxi": {
  5045. "version": "3.12.0",
  5046. "resolved": "https://registry.npmjs.org/nuxi/-/nuxi-3.12.0.tgz",
  5047. "integrity": "sha512-6vRdiXTw9SajEQOUi6Ze/XaIXzy1q/sD5UqHQSv3yqTu7Pot5S7fEihNXV8LpcgLz+9HzjVt70r7jYe7R99c2w==",
  5048. "bin": {
  5049. "nuxi": "bin/nuxi.mjs",
  5050. "nuxi-ng": "bin/nuxi.mjs",
  5051. "nuxt": "bin/nuxi.mjs",
  5052. "nuxt-cli": "bin/nuxi.mjs"
  5053. },
  5054. "engines": {
  5055. "node": "^16.10.0 || >=18.0.0"
  5056. },
  5057. "optionalDependencies": {
  5058. "fsevents": "~2.3.3"
  5059. }
  5060. },
  5061. "node_modules/nuxt": {
  5062. "version": "3.12.3",
  5063. "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-3.12.3.tgz",
  5064. "integrity": "sha512-Qdkc+ucWwFcKsiL/OTF87jbgyFSymwPRKiiu0mvzsd/RXTn4hGiBduAlF3f7Yy0F9pDjSj8XHKDSnHYsDzm6rA==",
  5065. "dependencies": {
  5066. "@nuxt/devalue": "^2.0.2",
  5067. "@nuxt/devtools": "^1.3.7",
  5068. "@nuxt/kit": "3.12.3",
  5069. "@nuxt/schema": "3.12.3",
  5070. "@nuxt/telemetry": "^2.5.4",
  5071. "@nuxt/vite-builder": "3.12.3",
  5072. "@unhead/dom": "^1.9.14",
  5073. "@unhead/ssr": "^1.9.14",
  5074. "@unhead/vue": "^1.9.14",
  5075. "@vue/shared": "^3.4.31",
  5076. "acorn": "8.12.0",
  5077. "c12": "^1.11.1",
  5078. "chokidar": "^3.6.0",
  5079. "compatx": "^0.1.8",
  5080. "consola": "^3.2.3",
  5081. "cookie-es": "^1.1.0",
  5082. "defu": "^6.1.4",
  5083. "destr": "^2.0.3",
  5084. "devalue": "^5.0.0",
  5085. "esbuild": "^0.23.0",
  5086. "escape-string-regexp": "^5.0.0",
  5087. "estree-walker": "^3.0.3",
  5088. "globby": "^14.0.2",
  5089. "h3": "^1.12.0",
  5090. "hookable": "^5.5.3",
  5091. "ignore": "^5.3.1",
  5092. "jiti": "^1.21.6",
  5093. "klona": "^2.0.6",
  5094. "knitwork": "^1.1.0",
  5095. "magic-string": "^0.30.10",
  5096. "mlly": "^1.7.1",
  5097. "nitropack": "^2.9.7",
  5098. "nuxi": "^3.12.0",
  5099. "nypm": "^0.3.9",
  5100. "ofetch": "^1.3.4",
  5101. "ohash": "^1.1.3",
  5102. "pathe": "^1.1.2",
  5103. "perfect-debounce": "^1.0.0",
  5104. "pkg-types": "^1.1.2",
  5105. "radix3": "^1.1.2",
  5106. "scule": "^1.3.0",
  5107. "semver": "^7.6.2",
  5108. "std-env": "^3.7.0",
  5109. "strip-literal": "^2.1.0",
  5110. "ufo": "^1.5.3",
  5111. "ultrahtml": "^1.5.3",
  5112. "uncrypto": "^0.1.3",
  5113. "unctx": "^2.3.1",
  5114. "unenv": "^1.9.0",
  5115. "unimport": "^3.7.2",
  5116. "unplugin": "^1.11.0",
  5117. "unplugin-vue-router": "^0.10.0",
  5118. "unstorage": "^1.10.2",
  5119. "untyped": "^1.4.2",
  5120. "vue": "^3.4.31",
  5121. "vue-bundle-renderer": "^2.1.0",
  5122. "vue-devtools-stub": "^0.1.0",
  5123. "vue-router": "^4.4.0"
  5124. },
  5125. "bin": {
  5126. "nuxi": "bin/nuxt.mjs",
  5127. "nuxt": "bin/nuxt.mjs"
  5128. },
  5129. "engines": {
  5130. "node": "^14.18.0 || >=16.10.0"
  5131. },
  5132. "peerDependencies": {
  5133. "@parcel/watcher": "^2.1.0",
  5134. "@types/node": "^14.18.0 || >=16.10.0"
  5135. },
  5136. "peerDependenciesMeta": {
  5137. "@parcel/watcher": {
  5138. "optional": true
  5139. },
  5140. "@types/node": {
  5141. "optional": true
  5142. }
  5143. }
  5144. },
  5145. "node_modules/nypm": {
  5146. "version": "0.3.9",
  5147. "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.3.9.tgz",
  5148. "integrity": "sha512-BI2SdqqTHg2d4wJh8P9A1W+bslg33vOE9IZDY6eR2QC+Pu1iNBVZUqczrd43rJb+fMzHU7ltAYKsEFY/kHMFcw==",
  5149. "dependencies": {
  5150. "citty": "^0.1.6",
  5151. "consola": "^3.2.3",
  5152. "execa": "^8.0.1",
  5153. "pathe": "^1.1.2",
  5154. "pkg-types": "^1.1.1",
  5155. "ufo": "^1.5.3"
  5156. },
  5157. "bin": {
  5158. "nypm": "dist/cli.mjs"
  5159. },
  5160. "engines": {
  5161. "node": "^14.16.0 || >=16.10.0"
  5162. }
  5163. },
  5164. "node_modules/nypm/node_modules/execa": {
  5165. "version": "8.0.1",
  5166. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  5167. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  5168. "dependencies": {
  5169. "cross-spawn": "^7.0.3",
  5170. "get-stream": "^8.0.1",
  5171. "human-signals": "^5.0.0",
  5172. "is-stream": "^3.0.0",
  5173. "merge-stream": "^2.0.0",
  5174. "npm-run-path": "^5.1.0",
  5175. "onetime": "^6.0.0",
  5176. "signal-exit": "^4.1.0",
  5177. "strip-final-newline": "^3.0.0"
  5178. },
  5179. "engines": {
  5180. "node": ">=16.17"
  5181. },
  5182. "funding": {
  5183. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  5184. }
  5185. },
  5186. "node_modules/nypm/node_modules/get-stream": {
  5187. "version": "8.0.1",
  5188. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  5189. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  5190. "engines": {
  5191. "node": ">=16"
  5192. },
  5193. "funding": {
  5194. "url": "https://github.com/sponsors/sindresorhus"
  5195. }
  5196. },
  5197. "node_modules/nypm/node_modules/human-signals": {
  5198. "version": "5.0.0",
  5199. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  5200. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  5201. "engines": {
  5202. "node": ">=16.17.0"
  5203. }
  5204. },
  5205. "node_modules/nypm/node_modules/signal-exit": {
  5206. "version": "4.1.0",
  5207. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  5208. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  5209. "engines": {
  5210. "node": ">=14"
  5211. },
  5212. "funding": {
  5213. "url": "https://github.com/sponsors/isaacs"
  5214. }
  5215. },
  5216. "node_modules/object-assign": {
  5217. "version": "4.1.1",
  5218. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  5219. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5220. "engines": {
  5221. "node": ">=0.10.0"
  5222. }
  5223. },
  5224. "node_modules/object-hash": {
  5225. "version": "3.0.0",
  5226. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  5227. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  5228. "dev": true,
  5229. "engines": {
  5230. "node": ">= 6"
  5231. }
  5232. },
  5233. "node_modules/ofetch": {
  5234. "version": "1.3.4",
  5235. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.3.4.tgz",
  5236. "integrity": "sha512-KLIET85ik3vhEfS+3fDlc/BAZiAp+43QEC/yCo5zkNoY2YaKvNkOaFr/6wCFgFH1kuYQM5pMNi0Tg8koiIemtw==",
  5237. "dependencies": {
  5238. "destr": "^2.0.3",
  5239. "node-fetch-native": "^1.6.3",
  5240. "ufo": "^1.5.3"
  5241. }
  5242. },
  5243. "node_modules/ohash": {
  5244. "version": "1.1.3",
  5245. "resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.3.tgz",
  5246. "integrity": "sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw=="
  5247. },
  5248. "node_modules/on-finished": {
  5249. "version": "2.4.1",
  5250. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  5251. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  5252. "dependencies": {
  5253. "ee-first": "1.1.1"
  5254. },
  5255. "engines": {
  5256. "node": ">= 0.8"
  5257. }
  5258. },
  5259. "node_modules/once": {
  5260. "version": "1.4.0",
  5261. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  5262. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  5263. "dependencies": {
  5264. "wrappy": "1"
  5265. }
  5266. },
  5267. "node_modules/onetime": {
  5268. "version": "6.0.0",
  5269. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  5270. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  5271. "dependencies": {
  5272. "mimic-fn": "^4.0.0"
  5273. },
  5274. "engines": {
  5275. "node": ">=12"
  5276. },
  5277. "funding": {
  5278. "url": "https://github.com/sponsors/sindresorhus"
  5279. }
  5280. },
  5281. "node_modules/open": {
  5282. "version": "8.4.2",
  5283. "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
  5284. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  5285. "dependencies": {
  5286. "define-lazy-prop": "^2.0.0",
  5287. "is-docker": "^2.1.1",
  5288. "is-wsl": "^2.2.0"
  5289. },
  5290. "engines": {
  5291. "node": ">=12"
  5292. },
  5293. "funding": {
  5294. "url": "https://github.com/sponsors/sindresorhus"
  5295. }
  5296. },
  5297. "node_modules/open/node_modules/is-docker": {
  5298. "version": "2.2.1",
  5299. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  5300. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  5301. "bin": {
  5302. "is-docker": "cli.js"
  5303. },
  5304. "engines": {
  5305. "node": ">=8"
  5306. },
  5307. "funding": {
  5308. "url": "https://github.com/sponsors/sindresorhus"
  5309. }
  5310. },
  5311. "node_modules/open/node_modules/is-wsl": {
  5312. "version": "2.2.0",
  5313. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  5314. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  5315. "dependencies": {
  5316. "is-docker": "^2.0.0"
  5317. },
  5318. "engines": {
  5319. "node": ">=8"
  5320. }
  5321. },
  5322. "node_modules/openapi-typescript": {
  5323. "version": "6.7.6",
  5324. "resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-6.7.6.tgz",
  5325. "integrity": "sha512-c/hfooPx+RBIOPM09GSxABOZhYPblDoyaGhqBkD/59vtpN21jEuWKDlM0KYTvqJVlSYjKs0tBcIdeXKChlSPtw==",
  5326. "dependencies": {
  5327. "ansi-colors": "^4.1.3",
  5328. "fast-glob": "^3.3.2",
  5329. "js-yaml": "^4.1.0",
  5330. "supports-color": "^9.4.0",
  5331. "undici": "^5.28.4",
  5332. "yargs-parser": "^21.1.1"
  5333. },
  5334. "bin": {
  5335. "openapi-typescript": "bin/cli.js"
  5336. }
  5337. },
  5338. "node_modules/openapi-typescript/node_modules/supports-color": {
  5339. "version": "9.4.0",
  5340. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
  5341. "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
  5342. "engines": {
  5343. "node": ">=12"
  5344. },
  5345. "funding": {
  5346. "url": "https://github.com/chalk/supports-color?sponsor=1"
  5347. }
  5348. },
  5349. "node_modules/openseadragon": {
  5350. "version": "5.0.0",
  5351. "resolved": "https://registry.npmjs.org/openseadragon/-/openseadragon-5.0.0.tgz",
  5352. "integrity": "sha512-S9aabSjmJg7Jfow1UItR5aXiKQLtkDWyRR5fxLeqT4vSYMvfscXUDfVS9snUN3JuIrHaSPJAlR4H2DYSn5DWRg==",
  5353. "funding": {
  5354. "url": "https://opencollective.com/openseadragon"
  5355. }
  5356. },
  5357. "node_modules/package-json-from-dist": {
  5358. "version": "1.0.0",
  5359. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
  5360. "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw=="
  5361. },
  5362. "node_modules/parse-git-config": {
  5363. "version": "3.0.0",
  5364. "resolved": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-3.0.0.tgz",
  5365. "integrity": "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==",
  5366. "dependencies": {
  5367. "git-config-path": "^2.0.0",
  5368. "ini": "^1.3.5"
  5369. },
  5370. "engines": {
  5371. "node": ">=8"
  5372. }
  5373. },
  5374. "node_modules/parse-git-config/node_modules/ini": {
  5375. "version": "1.3.8",
  5376. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  5377. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  5378. },
  5379. "node_modules/parse-path": {
  5380. "version": "7.0.0",
  5381. "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.0.0.tgz",
  5382. "integrity": "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==",
  5383. "dependencies": {
  5384. "protocols": "^2.0.0"
  5385. }
  5386. },
  5387. "node_modules/parse-url": {
  5388. "version": "8.1.0",
  5389. "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-8.1.0.tgz",
  5390. "integrity": "sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==",
  5391. "dependencies": {
  5392. "parse-path": "^7.0.0"
  5393. }
  5394. },
  5395. "node_modules/parse5": {
  5396. "version": "7.1.2",
  5397. "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
  5398. "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
  5399. "dependencies": {
  5400. "entities": "^4.4.0"
  5401. },
  5402. "funding": {
  5403. "url": "https://github.com/inikulin/parse5?sponsor=1"
  5404. }
  5405. },
  5406. "node_modules/parse5-htmlparser2-tree-adapter": {
  5407. "version": "7.0.0",
  5408. "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz",
  5409. "integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==",
  5410. "dependencies": {
  5411. "domhandler": "^5.0.2",
  5412. "parse5": "^7.0.0"
  5413. },
  5414. "funding": {
  5415. "url": "https://github.com/inikulin/parse5?sponsor=1"
  5416. }
  5417. },
  5418. "node_modules/parse5-parser-stream": {
  5419. "version": "7.1.2",
  5420. "resolved": "https://registry.npmjs.org/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz",
  5421. "integrity": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==",
  5422. "dependencies": {
  5423. "parse5": "^7.0.0"
  5424. },
  5425. "funding": {
  5426. "url": "https://github.com/inikulin/parse5?sponsor=1"
  5427. }
  5428. },
  5429. "node_modules/parseurl": {
  5430. "version": "1.3.3",
  5431. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  5432. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  5433. "engines": {
  5434. "node": ">= 0.8"
  5435. }
  5436. },
  5437. "node_modules/path-is-absolute": {
  5438. "version": "1.0.1",
  5439. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  5440. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  5441. "engines": {
  5442. "node": ">=0.10.0"
  5443. }
  5444. },
  5445. "node_modules/path-key": {
  5446. "version": "3.1.1",
  5447. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  5448. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5449. "engines": {
  5450. "node": ">=8"
  5451. }
  5452. },
  5453. "node_modules/path-parse": {
  5454. "version": "1.0.7",
  5455. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  5456. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  5457. },
  5458. "node_modules/path-scurry": {
  5459. "version": "1.11.1",
  5460. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  5461. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  5462. "dependencies": {
  5463. "lru-cache": "^10.2.0",
  5464. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  5465. },
  5466. "engines": {
  5467. "node": ">=16 || 14 >=14.18"
  5468. },
  5469. "funding": {
  5470. "url": "https://github.com/sponsors/isaacs"
  5471. }
  5472. },
  5473. "node_modules/path-scurry/node_modules/lru-cache": {
  5474. "version": "10.2.1",
  5475. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.1.tgz",
  5476. "integrity": "sha512-tS24spDe/zXhWbNPErCHs/AGOzbKGHT+ybSBqmdLm8WZ1xXLWvH8Qn71QPAlqVhd0qUTWjy+Kl9JmISgDdEjsA==",
  5477. "engines": {
  5478. "node": "14 || >=16.14"
  5479. }
  5480. },
  5481. "node_modules/path-type": {
  5482. "version": "5.0.0",
  5483. "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
  5484. "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
  5485. "engines": {
  5486. "node": ">=12"
  5487. },
  5488. "funding": {
  5489. "url": "https://github.com/sponsors/sindresorhus"
  5490. }
  5491. },
  5492. "node_modules/pathe": {
  5493. "version": "1.1.2",
  5494. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  5495. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
  5496. },
  5497. "node_modules/perfect-debounce": {
  5498. "version": "1.0.0",
  5499. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  5500. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA=="
  5501. },
  5502. "node_modules/picocolors": {
  5503. "version": "1.0.1",
  5504. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
  5505. "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew=="
  5506. },
  5507. "node_modules/picomatch": {
  5508. "version": "2.3.1",
  5509. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  5510. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5511. "engines": {
  5512. "node": ">=8.6"
  5513. },
  5514. "funding": {
  5515. "url": "https://github.com/sponsors/jonschlinkert"
  5516. }
  5517. },
  5518. "node_modules/pify": {
  5519. "version": "2.3.0",
  5520. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  5521. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  5522. "dev": true,
  5523. "engines": {
  5524. "node": ">=0.10.0"
  5525. }
  5526. },
  5527. "node_modules/pirates": {
  5528. "version": "4.0.6",
  5529. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
  5530. "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
  5531. "dev": true,
  5532. "engines": {
  5533. "node": ">= 6"
  5534. }
  5535. },
  5536. "node_modules/pkg-types": {
  5537. "version": "1.1.3",
  5538. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.3.tgz",
  5539. "integrity": "sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==",
  5540. "dependencies": {
  5541. "confbox": "^0.1.7",
  5542. "mlly": "^1.7.1",
  5543. "pathe": "^1.1.2"
  5544. }
  5545. },
  5546. "node_modules/postcss": {
  5547. "version": "8.4.39",
  5548. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz",
  5549. "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==",
  5550. "funding": [
  5551. {
  5552. "type": "opencollective",
  5553. "url": "https://opencollective.com/postcss/"
  5554. },
  5555. {
  5556. "type": "tidelift",
  5557. "url": "https://tidelift.com/funding/github/npm/postcss"
  5558. },
  5559. {
  5560. "type": "github",
  5561. "url": "https://github.com/sponsors/ai"
  5562. }
  5563. ],
  5564. "dependencies": {
  5565. "nanoid": "^3.3.7",
  5566. "picocolors": "^1.0.1",
  5567. "source-map-js": "^1.2.0"
  5568. },
  5569. "engines": {
  5570. "node": "^10 || ^12 || >=14"
  5571. }
  5572. },
  5573. "node_modules/postcss-calc": {
  5574. "version": "10.0.0",
  5575. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.0.0.tgz",
  5576. "integrity": "sha512-OmjhudoNTP0QleZCwl1i6NeBwN+5MZbY5ersLZz69mjJiDVv/p57RjRuKDkHeDWr4T+S97wQfsqRTNoDHB2e3g==",
  5577. "dependencies": {
  5578. "postcss-selector-parser": "^6.0.16",
  5579. "postcss-value-parser": "^4.2.0"
  5580. },
  5581. "engines": {
  5582. "node": "^18.12 || ^20.9 || >=22.0"
  5583. },
  5584. "peerDependencies": {
  5585. "postcss": "^8.4.38"
  5586. }
  5587. },
  5588. "node_modules/postcss-colormin": {
  5589. "version": "7.0.1",
  5590. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.1.tgz",
  5591. "integrity": "sha512-uszdT0dULt3FQs47G5UHCduYK+FnkLYlpu1HpWu061eGsKZ7setoG7kA+WC9NQLsOJf69D5TxGHgnAdRgylnFQ==",
  5592. "dependencies": {
  5593. "browserslist": "^4.23.1",
  5594. "caniuse-api": "^3.0.0",
  5595. "colord": "^2.9.3",
  5596. "postcss-value-parser": "^4.2.0"
  5597. },
  5598. "engines": {
  5599. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5600. },
  5601. "peerDependencies": {
  5602. "postcss": "^8.4.31"
  5603. }
  5604. },
  5605. "node_modules/postcss-convert-values": {
  5606. "version": "7.0.2",
  5607. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.2.tgz",
  5608. "integrity": "sha512-MuZIF6HJ4izko07Q0TgW6pClalI4al6wHRNPkFzqQdwAwG7hPn0lA58VZdxyb2Vl5AYjJ1piO+jgF9EnTjQwQQ==",
  5609. "dependencies": {
  5610. "browserslist": "^4.23.1",
  5611. "postcss-value-parser": "^4.2.0"
  5612. },
  5613. "engines": {
  5614. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5615. },
  5616. "peerDependencies": {
  5617. "postcss": "^8.4.31"
  5618. }
  5619. },
  5620. "node_modules/postcss-discard-comments": {
  5621. "version": "7.0.1",
  5622. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.1.tgz",
  5623. "integrity": "sha512-GVrQxUOhmle1W6jX2SvNLt4kmN+JYhV7mzI6BMnkAWR9DtVvg8e67rrV0NfdWhn7x1zxvzdWkMBPdBDCls+uwQ==",
  5624. "dependencies": {
  5625. "postcss-selector-parser": "^6.1.0"
  5626. },
  5627. "engines": {
  5628. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5629. },
  5630. "peerDependencies": {
  5631. "postcss": "^8.4.31"
  5632. }
  5633. },
  5634. "node_modules/postcss-discard-duplicates": {
  5635. "version": "7.0.0",
  5636. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.0.tgz",
  5637. "integrity": "sha512-bAnSuBop5LpAIUmmOSsuvtKAAKREB6BBIYStWUTGq8oG5q9fClDMMuY8i4UPI/cEcDx2TN+7PMnXYIId20UVDw==",
  5638. "engines": {
  5639. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5640. },
  5641. "peerDependencies": {
  5642. "postcss": "^8.4.31"
  5643. }
  5644. },
  5645. "node_modules/postcss-discard-empty": {
  5646. "version": "7.0.0",
  5647. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.0.tgz",
  5648. "integrity": "sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==",
  5649. "engines": {
  5650. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5651. },
  5652. "peerDependencies": {
  5653. "postcss": "^8.4.31"
  5654. }
  5655. },
  5656. "node_modules/postcss-discard-overridden": {
  5657. "version": "7.0.0",
  5658. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.0.tgz",
  5659. "integrity": "sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==",
  5660. "engines": {
  5661. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5662. },
  5663. "peerDependencies": {
  5664. "postcss": "^8.4.31"
  5665. }
  5666. },
  5667. "node_modules/postcss-import": {
  5668. "version": "15.1.0",
  5669. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
  5670. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  5671. "dev": true,
  5672. "dependencies": {
  5673. "postcss-value-parser": "^4.0.0",
  5674. "read-cache": "^1.0.0",
  5675. "resolve": "^1.1.7"
  5676. },
  5677. "engines": {
  5678. "node": ">=14.0.0"
  5679. },
  5680. "peerDependencies": {
  5681. "postcss": "^8.0.0"
  5682. }
  5683. },
  5684. "node_modules/postcss-js": {
  5685. "version": "4.0.1",
  5686. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
  5687. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  5688. "dev": true,
  5689. "dependencies": {
  5690. "camelcase-css": "^2.0.1"
  5691. },
  5692. "engines": {
  5693. "node": "^12 || ^14 || >= 16"
  5694. },
  5695. "funding": {
  5696. "type": "opencollective",
  5697. "url": "https://opencollective.com/postcss/"
  5698. },
  5699. "peerDependencies": {
  5700. "postcss": "^8.4.21"
  5701. }
  5702. },
  5703. "node_modules/postcss-load-config": {
  5704. "version": "4.0.2",
  5705. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
  5706. "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
  5707. "dev": true,
  5708. "funding": [
  5709. {
  5710. "type": "opencollective",
  5711. "url": "https://opencollective.com/postcss/"
  5712. },
  5713. {
  5714. "type": "github",
  5715. "url": "https://github.com/sponsors/ai"
  5716. }
  5717. ],
  5718. "dependencies": {
  5719. "lilconfig": "^3.0.0",
  5720. "yaml": "^2.3.4"
  5721. },
  5722. "engines": {
  5723. "node": ">= 14"
  5724. },
  5725. "peerDependencies": {
  5726. "postcss": ">=8.0.9",
  5727. "ts-node": ">=9.0.0"
  5728. },
  5729. "peerDependenciesMeta": {
  5730. "postcss": {
  5731. "optional": true
  5732. },
  5733. "ts-node": {
  5734. "optional": true
  5735. }
  5736. }
  5737. },
  5738. "node_modules/postcss-merge-longhand": {
  5739. "version": "7.0.2",
  5740. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.2.tgz",
  5741. "integrity": "sha512-06vrW6ZWi9qeP7KMS9fsa9QW56+tIMW55KYqF7X3Ccn+NI2pIgPV6gFfvXTMQ05H90Y5DvnCDPZ2IuHa30PMUg==",
  5742. "dependencies": {
  5743. "postcss-value-parser": "^4.2.0",
  5744. "stylehacks": "^7.0.2"
  5745. },
  5746. "engines": {
  5747. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5748. },
  5749. "peerDependencies": {
  5750. "postcss": "^8.4.31"
  5751. }
  5752. },
  5753. "node_modules/postcss-merge-rules": {
  5754. "version": "7.0.2",
  5755. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.2.tgz",
  5756. "integrity": "sha512-VAR47UNvRsdrTHLe7TV1CeEtF9SJYR5ukIB9U4GZyZOptgtsS20xSxy+k5wMrI3udST6O1XuIn7cjQkg7sDAAw==",
  5757. "dependencies": {
  5758. "browserslist": "^4.23.1",
  5759. "caniuse-api": "^3.0.0",
  5760. "cssnano-utils": "^5.0.0",
  5761. "postcss-selector-parser": "^6.1.0"
  5762. },
  5763. "engines": {
  5764. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5765. },
  5766. "peerDependencies": {
  5767. "postcss": "^8.4.31"
  5768. }
  5769. },
  5770. "node_modules/postcss-minify-font-values": {
  5771. "version": "7.0.0",
  5772. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz",
  5773. "integrity": "sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==",
  5774. "dependencies": {
  5775. "postcss-value-parser": "^4.2.0"
  5776. },
  5777. "engines": {
  5778. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5779. },
  5780. "peerDependencies": {
  5781. "postcss": "^8.4.31"
  5782. }
  5783. },
  5784. "node_modules/postcss-minify-gradients": {
  5785. "version": "7.0.0",
  5786. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.0.tgz",
  5787. "integrity": "sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==",
  5788. "dependencies": {
  5789. "colord": "^2.9.3",
  5790. "cssnano-utils": "^5.0.0",
  5791. "postcss-value-parser": "^4.2.0"
  5792. },
  5793. "engines": {
  5794. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5795. },
  5796. "peerDependencies": {
  5797. "postcss": "^8.4.31"
  5798. }
  5799. },
  5800. "node_modules/postcss-minify-params": {
  5801. "version": "7.0.1",
  5802. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.1.tgz",
  5803. "integrity": "sha512-e+Xt8xErSRPgSRFxHeBCSxMiO8B8xng7lh8E0A5ep1VfwYhY8FXhu4Q3APMjgx9YDDbSp53IBGENrzygbUvgUQ==",
  5804. "dependencies": {
  5805. "browserslist": "^4.23.1",
  5806. "cssnano-utils": "^5.0.0",
  5807. "postcss-value-parser": "^4.2.0"
  5808. },
  5809. "engines": {
  5810. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5811. },
  5812. "peerDependencies": {
  5813. "postcss": "^8.4.31"
  5814. }
  5815. },
  5816. "node_modules/postcss-minify-selectors": {
  5817. "version": "7.0.2",
  5818. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.2.tgz",
  5819. "integrity": "sha512-dCzm04wqW1uqLmDZ41XYNBJfjgps3ZugDpogAmJXoCb5oCiTzIX4oPXXKxDpTvWOnKxQKR4EbV4ZawJBLcdXXA==",
  5820. "dependencies": {
  5821. "cssesc": "^3.0.0",
  5822. "postcss-selector-parser": "^6.1.0"
  5823. },
  5824. "engines": {
  5825. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5826. },
  5827. "peerDependencies": {
  5828. "postcss": "^8.4.31"
  5829. }
  5830. },
  5831. "node_modules/postcss-nested": {
  5832. "version": "6.0.1",
  5833. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz",
  5834. "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==",
  5835. "dev": true,
  5836. "dependencies": {
  5837. "postcss-selector-parser": "^6.0.11"
  5838. },
  5839. "engines": {
  5840. "node": ">=12.0"
  5841. },
  5842. "funding": {
  5843. "type": "opencollective",
  5844. "url": "https://opencollective.com/postcss/"
  5845. },
  5846. "peerDependencies": {
  5847. "postcss": "^8.2.14"
  5848. }
  5849. },
  5850. "node_modules/postcss-normalize-charset": {
  5851. "version": "7.0.0",
  5852. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.0.tgz",
  5853. "integrity": "sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==",
  5854. "engines": {
  5855. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5856. },
  5857. "peerDependencies": {
  5858. "postcss": "^8.4.31"
  5859. }
  5860. },
  5861. "node_modules/postcss-normalize-display-values": {
  5862. "version": "7.0.0",
  5863. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.0.tgz",
  5864. "integrity": "sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==",
  5865. "dependencies": {
  5866. "postcss-value-parser": "^4.2.0"
  5867. },
  5868. "engines": {
  5869. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5870. },
  5871. "peerDependencies": {
  5872. "postcss": "^8.4.31"
  5873. }
  5874. },
  5875. "node_modules/postcss-normalize-positions": {
  5876. "version": "7.0.0",
  5877. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.0.tgz",
  5878. "integrity": "sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==",
  5879. "dependencies": {
  5880. "postcss-value-parser": "^4.2.0"
  5881. },
  5882. "engines": {
  5883. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5884. },
  5885. "peerDependencies": {
  5886. "postcss": "^8.4.31"
  5887. }
  5888. },
  5889. "node_modules/postcss-normalize-repeat-style": {
  5890. "version": "7.0.0",
  5891. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.0.tgz",
  5892. "integrity": "sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==",
  5893. "dependencies": {
  5894. "postcss-value-parser": "^4.2.0"
  5895. },
  5896. "engines": {
  5897. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5898. },
  5899. "peerDependencies": {
  5900. "postcss": "^8.4.31"
  5901. }
  5902. },
  5903. "node_modules/postcss-normalize-string": {
  5904. "version": "7.0.0",
  5905. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.0.tgz",
  5906. "integrity": "sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==",
  5907. "dependencies": {
  5908. "postcss-value-parser": "^4.2.0"
  5909. },
  5910. "engines": {
  5911. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5912. },
  5913. "peerDependencies": {
  5914. "postcss": "^8.4.31"
  5915. }
  5916. },
  5917. "node_modules/postcss-normalize-timing-functions": {
  5918. "version": "7.0.0",
  5919. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.0.tgz",
  5920. "integrity": "sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==",
  5921. "dependencies": {
  5922. "postcss-value-parser": "^4.2.0"
  5923. },
  5924. "engines": {
  5925. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5926. },
  5927. "peerDependencies": {
  5928. "postcss": "^8.4.31"
  5929. }
  5930. },
  5931. "node_modules/postcss-normalize-unicode": {
  5932. "version": "7.0.1",
  5933. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.1.tgz",
  5934. "integrity": "sha512-PTPGdY9xAkTw+8ZZ71DUePb7M/Vtgkbbq+EoI33EuyQEzbKemEQMhe5QSr0VP5UfZlreANDPxSfcdSprENcbsg==",
  5935. "dependencies": {
  5936. "browserslist": "^4.23.1",
  5937. "postcss-value-parser": "^4.2.0"
  5938. },
  5939. "engines": {
  5940. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5941. },
  5942. "peerDependencies": {
  5943. "postcss": "^8.4.31"
  5944. }
  5945. },
  5946. "node_modules/postcss-normalize-url": {
  5947. "version": "7.0.0",
  5948. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.0.tgz",
  5949. "integrity": "sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==",
  5950. "dependencies": {
  5951. "postcss-value-parser": "^4.2.0"
  5952. },
  5953. "engines": {
  5954. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5955. },
  5956. "peerDependencies": {
  5957. "postcss": "^8.4.31"
  5958. }
  5959. },
  5960. "node_modules/postcss-normalize-whitespace": {
  5961. "version": "7.0.0",
  5962. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.0.tgz",
  5963. "integrity": "sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==",
  5964. "dependencies": {
  5965. "postcss-value-parser": "^4.2.0"
  5966. },
  5967. "engines": {
  5968. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5969. },
  5970. "peerDependencies": {
  5971. "postcss": "^8.4.31"
  5972. }
  5973. },
  5974. "node_modules/postcss-ordered-values": {
  5975. "version": "7.0.1",
  5976. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.1.tgz",
  5977. "integrity": "sha512-irWScWRL6nRzYmBOXReIKch75RRhNS86UPUAxXdmW/l0FcAsg0lvAXQCby/1lymxn/o0gVa6Rv/0f03eJOwHxw==",
  5978. "dependencies": {
  5979. "cssnano-utils": "^5.0.0",
  5980. "postcss-value-parser": "^4.2.0"
  5981. },
  5982. "engines": {
  5983. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5984. },
  5985. "peerDependencies": {
  5986. "postcss": "^8.4.31"
  5987. }
  5988. },
  5989. "node_modules/postcss-reduce-initial": {
  5990. "version": "7.0.1",
  5991. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.1.tgz",
  5992. "integrity": "sha512-0JDUSV4bGB5FGM5g8MkS+rvqKukJZ7OTHw/lcKn7xPNqeaqJyQbUO8/dJpvyTpaVwPsd3Uc33+CfNzdVowp2WA==",
  5993. "dependencies": {
  5994. "browserslist": "^4.23.1",
  5995. "caniuse-api": "^3.0.0"
  5996. },
  5997. "engines": {
  5998. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  5999. },
  6000. "peerDependencies": {
  6001. "postcss": "^8.4.31"
  6002. }
  6003. },
  6004. "node_modules/postcss-reduce-transforms": {
  6005. "version": "7.0.0",
  6006. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.0.tgz",
  6007. "integrity": "sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==",
  6008. "dependencies": {
  6009. "postcss-value-parser": "^4.2.0"
  6010. },
  6011. "engines": {
  6012. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6013. },
  6014. "peerDependencies": {
  6015. "postcss": "^8.4.31"
  6016. }
  6017. },
  6018. "node_modules/postcss-selector-parser": {
  6019. "version": "6.1.0",
  6020. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz",
  6021. "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==",
  6022. "dependencies": {
  6023. "cssesc": "^3.0.0",
  6024. "util-deprecate": "^1.0.2"
  6025. },
  6026. "engines": {
  6027. "node": ">=4"
  6028. }
  6029. },
  6030. "node_modules/postcss-svgo": {
  6031. "version": "7.0.1",
  6032. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.0.1.tgz",
  6033. "integrity": "sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==",
  6034. "dependencies": {
  6035. "postcss-value-parser": "^4.2.0",
  6036. "svgo": "^3.3.2"
  6037. },
  6038. "engines": {
  6039. "node": "^18.12.0 || ^20.9.0 || >= 18"
  6040. },
  6041. "peerDependencies": {
  6042. "postcss": "^8.4.31"
  6043. }
  6044. },
  6045. "node_modules/postcss-unique-selectors": {
  6046. "version": "7.0.1",
  6047. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.1.tgz",
  6048. "integrity": "sha512-MH7QE/eKUftTB5ta40xcHLl7hkZjgDFydpfTK+QWXeHxghVt3VoPqYL5/G+zYZPPIs+8GuqFXSTgxBSoB1RZtQ==",
  6049. "dependencies": {
  6050. "postcss-selector-parser": "^6.1.0"
  6051. },
  6052. "engines": {
  6053. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6054. },
  6055. "peerDependencies": {
  6056. "postcss": "^8.4.31"
  6057. }
  6058. },
  6059. "node_modules/postcss-value-parser": {
  6060. "version": "4.2.0",
  6061. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  6062. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  6063. },
  6064. "node_modules/postcss/node_modules/nanoid": {
  6065. "version": "3.3.7",
  6066. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  6067. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  6068. "funding": [
  6069. {
  6070. "type": "github",
  6071. "url": "https://github.com/sponsors/ai"
  6072. }
  6073. ],
  6074. "bin": {
  6075. "nanoid": "bin/nanoid.cjs"
  6076. },
  6077. "engines": {
  6078. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  6079. }
  6080. },
  6081. "node_modules/pretty-bytes": {
  6082. "version": "6.1.1",
  6083. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
  6084. "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
  6085. "engines": {
  6086. "node": "^14.13.1 || >=16.0.0"
  6087. },
  6088. "funding": {
  6089. "url": "https://github.com/sponsors/sindresorhus"
  6090. }
  6091. },
  6092. "node_modules/process": {
  6093. "version": "0.11.10",
  6094. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  6095. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  6096. "engines": {
  6097. "node": ">= 0.6.0"
  6098. }
  6099. },
  6100. "node_modules/process-nextick-args": {
  6101. "version": "2.0.1",
  6102. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  6103. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  6104. },
  6105. "node_modules/prompts": {
  6106. "version": "2.4.2",
  6107. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  6108. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  6109. "dependencies": {
  6110. "kleur": "^3.0.3",
  6111. "sisteransi": "^1.0.5"
  6112. },
  6113. "engines": {
  6114. "node": ">= 6"
  6115. }
  6116. },
  6117. "node_modules/protocols": {
  6118. "version": "2.0.1",
  6119. "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.1.tgz",
  6120. "integrity": "sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q=="
  6121. },
  6122. "node_modules/queue-microtask": {
  6123. "version": "1.2.3",
  6124. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  6125. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  6126. "funding": [
  6127. {
  6128. "type": "github",
  6129. "url": "https://github.com/sponsors/feross"
  6130. },
  6131. {
  6132. "type": "patreon",
  6133. "url": "https://www.patreon.com/feross"
  6134. },
  6135. {
  6136. "type": "consulting",
  6137. "url": "https://feross.org/support"
  6138. }
  6139. ]
  6140. },
  6141. "node_modules/queue-tick": {
  6142. "version": "1.0.1",
  6143. "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
  6144. "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
  6145. },
  6146. "node_modules/radix3": {
  6147. "version": "1.1.2",
  6148. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  6149. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA=="
  6150. },
  6151. "node_modules/randombytes": {
  6152. "version": "2.1.0",
  6153. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  6154. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  6155. "dependencies": {
  6156. "safe-buffer": "^5.1.0"
  6157. }
  6158. },
  6159. "node_modules/range-parser": {
  6160. "version": "1.2.1",
  6161. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  6162. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  6163. "engines": {
  6164. "node": ">= 0.6"
  6165. }
  6166. },
  6167. "node_modules/rc9": {
  6168. "version": "2.1.2",
  6169. "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
  6170. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  6171. "dependencies": {
  6172. "defu": "^6.1.4",
  6173. "destr": "^2.0.3"
  6174. }
  6175. },
  6176. "node_modules/read-cache": {
  6177. "version": "1.0.0",
  6178. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  6179. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  6180. "dev": true,
  6181. "dependencies": {
  6182. "pify": "^2.3.0"
  6183. }
  6184. },
  6185. "node_modules/readable-stream": {
  6186. "version": "4.5.2",
  6187. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
  6188. "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
  6189. "dependencies": {
  6190. "abort-controller": "^3.0.0",
  6191. "buffer": "^6.0.3",
  6192. "events": "^3.3.0",
  6193. "process": "^0.11.10",
  6194. "string_decoder": "^1.3.0"
  6195. },
  6196. "engines": {
  6197. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  6198. }
  6199. },
  6200. "node_modules/readdir-glob": {
  6201. "version": "1.1.3",
  6202. "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  6203. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  6204. "dependencies": {
  6205. "minimatch": "^5.1.0"
  6206. }
  6207. },
  6208. "node_modules/readdirp": {
  6209. "version": "3.6.0",
  6210. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  6211. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  6212. "dependencies": {
  6213. "picomatch": "^2.2.1"
  6214. },
  6215. "engines": {
  6216. "node": ">=8.10.0"
  6217. }
  6218. },
  6219. "node_modules/redis-errors": {
  6220. "version": "1.2.0",
  6221. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  6222. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  6223. "engines": {
  6224. "node": ">=4"
  6225. }
  6226. },
  6227. "node_modules/redis-parser": {
  6228. "version": "3.0.0",
  6229. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  6230. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  6231. "dependencies": {
  6232. "redis-errors": "^1.0.0"
  6233. },
  6234. "engines": {
  6235. "node": ">=4"
  6236. }
  6237. },
  6238. "node_modules/require-directory": {
  6239. "version": "2.1.1",
  6240. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  6241. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  6242. "engines": {
  6243. "node": ">=0.10.0"
  6244. }
  6245. },
  6246. "node_modules/resolve": {
  6247. "version": "1.22.8",
  6248. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  6249. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  6250. "dependencies": {
  6251. "is-core-module": "^2.13.0",
  6252. "path-parse": "^1.0.7",
  6253. "supports-preserve-symlinks-flag": "^1.0.0"
  6254. },
  6255. "bin": {
  6256. "resolve": "bin/resolve"
  6257. },
  6258. "funding": {
  6259. "url": "https://github.com/sponsors/ljharb"
  6260. }
  6261. },
  6262. "node_modules/resolve-from": {
  6263. "version": "5.0.0",
  6264. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  6265. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  6266. "engines": {
  6267. "node": ">=8"
  6268. }
  6269. },
  6270. "node_modules/reusify": {
  6271. "version": "1.0.4",
  6272. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  6273. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  6274. "engines": {
  6275. "iojs": ">=1.0.0",
  6276. "node": ">=0.10.0"
  6277. }
  6278. },
  6279. "node_modules/rfdc": {
  6280. "version": "1.4.1",
  6281. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  6282. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA=="
  6283. },
  6284. "node_modules/rimraf": {
  6285. "version": "3.0.2",
  6286. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  6287. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  6288. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  6289. "dependencies": {
  6290. "glob": "^7.1.3"
  6291. },
  6292. "bin": {
  6293. "rimraf": "bin.js"
  6294. },
  6295. "funding": {
  6296. "url": "https://github.com/sponsors/isaacs"
  6297. }
  6298. },
  6299. "node_modules/rimraf/node_modules/brace-expansion": {
  6300. "version": "1.1.11",
  6301. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  6302. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  6303. "dependencies": {
  6304. "balanced-match": "^1.0.0",
  6305. "concat-map": "0.0.1"
  6306. }
  6307. },
  6308. "node_modules/rimraf/node_modules/glob": {
  6309. "version": "7.2.3",
  6310. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  6311. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  6312. "deprecated": "Glob versions prior to v9 are no longer supported",
  6313. "dependencies": {
  6314. "fs.realpath": "^1.0.0",
  6315. "inflight": "^1.0.4",
  6316. "inherits": "2",
  6317. "minimatch": "^3.1.1",
  6318. "once": "^1.3.0",
  6319. "path-is-absolute": "^1.0.0"
  6320. },
  6321. "engines": {
  6322. "node": "*"
  6323. },
  6324. "funding": {
  6325. "url": "https://github.com/sponsors/isaacs"
  6326. }
  6327. },
  6328. "node_modules/rimraf/node_modules/minimatch": {
  6329. "version": "3.1.2",
  6330. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  6331. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  6332. "dependencies": {
  6333. "brace-expansion": "^1.1.7"
  6334. },
  6335. "engines": {
  6336. "node": "*"
  6337. }
  6338. },
  6339. "node_modules/rollup": {
  6340. "version": "4.18.1",
  6341. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.18.1.tgz",
  6342. "integrity": "sha512-Elx2UT8lzxxOXMpy5HWQGZqkrQOtrVDDa/bm9l10+U4rQnVzbL/LgZ4NOM1MPIDyHk69W4InuYDF5dzRh4Kw1A==",
  6343. "dependencies": {
  6344. "@types/estree": "1.0.5"
  6345. },
  6346. "bin": {
  6347. "rollup": "dist/bin/rollup"
  6348. },
  6349. "engines": {
  6350. "node": ">=18.0.0",
  6351. "npm": ">=8.0.0"
  6352. },
  6353. "optionalDependencies": {
  6354. "@rollup/rollup-android-arm-eabi": "4.18.1",
  6355. "@rollup/rollup-android-arm64": "4.18.1",
  6356. "@rollup/rollup-darwin-arm64": "4.18.1",
  6357. "@rollup/rollup-darwin-x64": "4.18.1",
  6358. "@rollup/rollup-linux-arm-gnueabihf": "4.18.1",
  6359. "@rollup/rollup-linux-arm-musleabihf": "4.18.1",
  6360. "@rollup/rollup-linux-arm64-gnu": "4.18.1",
  6361. "@rollup/rollup-linux-arm64-musl": "4.18.1",
  6362. "@rollup/rollup-linux-powerpc64le-gnu": "4.18.1",
  6363. "@rollup/rollup-linux-riscv64-gnu": "4.18.1",
  6364. "@rollup/rollup-linux-s390x-gnu": "4.18.1",
  6365. "@rollup/rollup-linux-x64-gnu": "4.18.1",
  6366. "@rollup/rollup-linux-x64-musl": "4.18.1",
  6367. "@rollup/rollup-win32-arm64-msvc": "4.18.1",
  6368. "@rollup/rollup-win32-ia32-msvc": "4.18.1",
  6369. "@rollup/rollup-win32-x64-msvc": "4.18.1",
  6370. "fsevents": "~2.3.2"
  6371. }
  6372. },
  6373. "node_modules/rollup-plugin-visualizer": {
  6374. "version": "5.12.0",
  6375. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.12.0.tgz",
  6376. "integrity": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==",
  6377. "dependencies": {
  6378. "open": "^8.4.0",
  6379. "picomatch": "^2.3.1",
  6380. "source-map": "^0.7.4",
  6381. "yargs": "^17.5.1"
  6382. },
  6383. "bin": {
  6384. "rollup-plugin-visualizer": "dist/bin/cli.js"
  6385. },
  6386. "engines": {
  6387. "node": ">=14"
  6388. },
  6389. "peerDependencies": {
  6390. "rollup": "2.x || 3.x || 4.x"
  6391. },
  6392. "peerDependenciesMeta": {
  6393. "rollup": {
  6394. "optional": true
  6395. }
  6396. }
  6397. },
  6398. "node_modules/run-applescript": {
  6399. "version": "7.0.0",
  6400. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
  6401. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  6402. "engines": {
  6403. "node": ">=18"
  6404. },
  6405. "funding": {
  6406. "url": "https://github.com/sponsors/sindresorhus"
  6407. }
  6408. },
  6409. "node_modules/run-parallel": {
  6410. "version": "1.2.0",
  6411. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  6412. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  6413. "funding": [
  6414. {
  6415. "type": "github",
  6416. "url": "https://github.com/sponsors/feross"
  6417. },
  6418. {
  6419. "type": "patreon",
  6420. "url": "https://www.patreon.com/feross"
  6421. },
  6422. {
  6423. "type": "consulting",
  6424. "url": "https://feross.org/support"
  6425. }
  6426. ],
  6427. "dependencies": {
  6428. "queue-microtask": "^1.2.2"
  6429. }
  6430. },
  6431. "node_modules/safe-buffer": {
  6432. "version": "5.2.1",
  6433. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  6434. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  6435. "funding": [
  6436. {
  6437. "type": "github",
  6438. "url": "https://github.com/sponsors/feross"
  6439. },
  6440. {
  6441. "type": "patreon",
  6442. "url": "https://www.patreon.com/feross"
  6443. },
  6444. {
  6445. "type": "consulting",
  6446. "url": "https://feross.org/support"
  6447. }
  6448. ]
  6449. },
  6450. "node_modules/safer-buffer": {
  6451. "version": "2.1.2",
  6452. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  6453. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
  6454. },
  6455. "node_modules/sass": {
  6456. "version": "1.77.6",
  6457. "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.6.tgz",
  6458. "integrity": "sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==",
  6459. "devOptional": true,
  6460. "dependencies": {
  6461. "chokidar": ">=3.0.0 <4.0.0",
  6462. "immutable": "^4.0.0",
  6463. "source-map-js": ">=0.6.2 <2.0.0"
  6464. },
  6465. "bin": {
  6466. "sass": "sass.js"
  6467. },
  6468. "engines": {
  6469. "node": ">=14.0.0"
  6470. }
  6471. },
  6472. "node_modules/scule": {
  6473. "version": "1.3.0",
  6474. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  6475. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g=="
  6476. },
  6477. "node_modules/semver": {
  6478. "version": "7.6.2",
  6479. "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
  6480. "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
  6481. "bin": {
  6482. "semver": "bin/semver.js"
  6483. },
  6484. "engines": {
  6485. "node": ">=10"
  6486. }
  6487. },
  6488. "node_modules/send": {
  6489. "version": "0.18.0",
  6490. "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
  6491. "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  6492. "dependencies": {
  6493. "debug": "2.6.9",
  6494. "depd": "2.0.0",
  6495. "destroy": "1.2.0",
  6496. "encodeurl": "~1.0.2",
  6497. "escape-html": "~1.0.3",
  6498. "etag": "~1.8.1",
  6499. "fresh": "0.5.2",
  6500. "http-errors": "2.0.0",
  6501. "mime": "1.6.0",
  6502. "ms": "2.1.3",
  6503. "on-finished": "2.4.1",
  6504. "range-parser": "~1.2.1",
  6505. "statuses": "2.0.1"
  6506. },
  6507. "engines": {
  6508. "node": ">= 0.8.0"
  6509. }
  6510. },
  6511. "node_modules/send/node_modules/debug": {
  6512. "version": "2.6.9",
  6513. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  6514. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  6515. "dependencies": {
  6516. "ms": "2.0.0"
  6517. }
  6518. },
  6519. "node_modules/send/node_modules/debug/node_modules/ms": {
  6520. "version": "2.0.0",
  6521. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  6522. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  6523. },
  6524. "node_modules/send/node_modules/mime": {
  6525. "version": "1.6.0",
  6526. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  6527. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  6528. "bin": {
  6529. "mime": "cli.js"
  6530. },
  6531. "engines": {
  6532. "node": ">=4"
  6533. }
  6534. },
  6535. "node_modules/send/node_modules/ms": {
  6536. "version": "2.1.3",
  6537. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  6538. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  6539. },
  6540. "node_modules/serialize-javascript": {
  6541. "version": "6.0.2",
  6542. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  6543. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  6544. "dependencies": {
  6545. "randombytes": "^2.1.0"
  6546. }
  6547. },
  6548. "node_modules/serve-placeholder": {
  6549. "version": "2.0.2",
  6550. "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  6551. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  6552. "dependencies": {
  6553. "defu": "^6.1.4"
  6554. }
  6555. },
  6556. "node_modules/serve-static": {
  6557. "version": "1.15.0",
  6558. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
  6559. "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  6560. "dependencies": {
  6561. "encodeurl": "~1.0.2",
  6562. "escape-html": "~1.0.3",
  6563. "parseurl": "~1.3.3",
  6564. "send": "0.18.0"
  6565. },
  6566. "engines": {
  6567. "node": ">= 0.8.0"
  6568. }
  6569. },
  6570. "node_modules/set-blocking": {
  6571. "version": "2.0.0",
  6572. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  6573. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
  6574. },
  6575. "node_modules/setprototypeof": {
  6576. "version": "1.2.0",
  6577. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  6578. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  6579. },
  6580. "node_modules/shebang-command": {
  6581. "version": "2.0.0",
  6582. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  6583. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  6584. "dependencies": {
  6585. "shebang-regex": "^3.0.0"
  6586. },
  6587. "engines": {
  6588. "node": ">=8"
  6589. }
  6590. },
  6591. "node_modules/shebang-regex": {
  6592. "version": "3.0.0",
  6593. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  6594. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  6595. "engines": {
  6596. "node": ">=8"
  6597. }
  6598. },
  6599. "node_modules/shell-quote": {
  6600. "version": "1.8.1",
  6601. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
  6602. "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
  6603. "funding": {
  6604. "url": "https://github.com/sponsors/ljharb"
  6605. }
  6606. },
  6607. "node_modules/signal-exit": {
  6608. "version": "3.0.7",
  6609. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  6610. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  6611. },
  6612. "node_modules/simple-git": {
  6613. "version": "3.25.0",
  6614. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.25.0.tgz",
  6615. "integrity": "sha512-KIY5sBnzc4yEcJXW7Tdv4viEz8KyG+nU0hay+DWZasvdFOYKeUZ6Xc25LUHHjw0tinPT7O1eY6pzX7pRT1K8rw==",
  6616. "dependencies": {
  6617. "@kwsites/file-exists": "^1.1.1",
  6618. "@kwsites/promise-deferred": "^1.1.1",
  6619. "debug": "^4.3.5"
  6620. },
  6621. "funding": {
  6622. "type": "github",
  6623. "url": "https://github.com/steveukx/git-js?sponsor=1"
  6624. }
  6625. },
  6626. "node_modules/sirv": {
  6627. "version": "2.0.4",
  6628. "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz",
  6629. "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==",
  6630. "dependencies": {
  6631. "@polka/url": "^1.0.0-next.24",
  6632. "mrmime": "^2.0.0",
  6633. "totalist": "^3.0.0"
  6634. },
  6635. "engines": {
  6636. "node": ">= 10"
  6637. }
  6638. },
  6639. "node_modules/sisteransi": {
  6640. "version": "1.0.5",
  6641. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  6642. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  6643. },
  6644. "node_modules/slash": {
  6645. "version": "5.1.0",
  6646. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  6647. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  6648. "engines": {
  6649. "node": ">=14.16"
  6650. },
  6651. "funding": {
  6652. "url": "https://github.com/sponsors/sindresorhus"
  6653. }
  6654. },
  6655. "node_modules/smob": {
  6656. "version": "1.5.0",
  6657. "resolved": "https://registry.npmjs.org/smob/-/smob-1.5.0.tgz",
  6658. "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig=="
  6659. },
  6660. "node_modules/source-map": {
  6661. "version": "0.7.4",
  6662. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  6663. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  6664. "engines": {
  6665. "node": ">= 8"
  6666. }
  6667. },
  6668. "node_modules/source-map-js": {
  6669. "version": "1.2.0",
  6670. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
  6671. "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
  6672. "engines": {
  6673. "node": ">=0.10.0"
  6674. }
  6675. },
  6676. "node_modules/source-map-support": {
  6677. "version": "0.5.21",
  6678. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  6679. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  6680. "dependencies": {
  6681. "buffer-from": "^1.0.0",
  6682. "source-map": "^0.6.0"
  6683. }
  6684. },
  6685. "node_modules/source-map-support/node_modules/source-map": {
  6686. "version": "0.6.1",
  6687. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6688. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6689. "engines": {
  6690. "node": ">=0.10.0"
  6691. }
  6692. },
  6693. "node_modules/speakingurl": {
  6694. "version": "14.0.1",
  6695. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  6696. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  6697. "engines": {
  6698. "node": ">=0.10.0"
  6699. }
  6700. },
  6701. "node_modules/standard-as-callback": {
  6702. "version": "2.1.0",
  6703. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  6704. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A=="
  6705. },
  6706. "node_modules/statuses": {
  6707. "version": "2.0.1",
  6708. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  6709. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  6710. "engines": {
  6711. "node": ">= 0.8"
  6712. }
  6713. },
  6714. "node_modules/std-env": {
  6715. "version": "3.7.0",
  6716. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz",
  6717. "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg=="
  6718. },
  6719. "node_modules/streamx": {
  6720. "version": "2.18.0",
  6721. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.18.0.tgz",
  6722. "integrity": "sha512-LLUC1TWdjVdn1weXGcSxyTR3T4+acB6tVGXT95y0nGbca4t4o/ng1wKAGTljm9VicuCVLvRlqFYXYy5GwgM7sQ==",
  6723. "dependencies": {
  6724. "fast-fifo": "^1.3.2",
  6725. "queue-tick": "^1.0.1",
  6726. "text-decoder": "^1.1.0"
  6727. },
  6728. "optionalDependencies": {
  6729. "bare-events": "^2.2.0"
  6730. }
  6731. },
  6732. "node_modules/string_decoder": {
  6733. "version": "1.3.0",
  6734. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  6735. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  6736. "dependencies": {
  6737. "safe-buffer": "~5.2.0"
  6738. }
  6739. },
  6740. "node_modules/string-width": {
  6741. "version": "4.2.3",
  6742. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  6743. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  6744. "dependencies": {
  6745. "emoji-regex": "^8.0.0",
  6746. "is-fullwidth-code-point": "^3.0.0",
  6747. "strip-ansi": "^6.0.1"
  6748. },
  6749. "engines": {
  6750. "node": ">=8"
  6751. }
  6752. },
  6753. "node_modules/string-width-cjs": {
  6754. "name": "string-width",
  6755. "version": "4.2.3",
  6756. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  6757. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  6758. "dependencies": {
  6759. "emoji-regex": "^8.0.0",
  6760. "is-fullwidth-code-point": "^3.0.0",
  6761. "strip-ansi": "^6.0.1"
  6762. },
  6763. "engines": {
  6764. "node": ">=8"
  6765. }
  6766. },
  6767. "node_modules/strip-ansi": {
  6768. "version": "6.0.1",
  6769. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  6770. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6771. "dependencies": {
  6772. "ansi-regex": "^5.0.1"
  6773. },
  6774. "engines": {
  6775. "node": ">=8"
  6776. }
  6777. },
  6778. "node_modules/strip-ansi-cjs": {
  6779. "name": "strip-ansi",
  6780. "version": "6.0.1",
  6781. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  6782. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6783. "dependencies": {
  6784. "ansi-regex": "^5.0.1"
  6785. },
  6786. "engines": {
  6787. "node": ">=8"
  6788. }
  6789. },
  6790. "node_modules/strip-final-newline": {
  6791. "version": "3.0.0",
  6792. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  6793. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  6794. "engines": {
  6795. "node": ">=12"
  6796. },
  6797. "funding": {
  6798. "url": "https://github.com/sponsors/sindresorhus"
  6799. }
  6800. },
  6801. "node_modules/strip-literal": {
  6802. "version": "2.1.0",
  6803. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-2.1.0.tgz",
  6804. "integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==",
  6805. "dependencies": {
  6806. "js-tokens": "^9.0.0"
  6807. },
  6808. "funding": {
  6809. "url": "https://github.com/sponsors/antfu"
  6810. }
  6811. },
  6812. "node_modules/strip-literal/node_modules/js-tokens": {
  6813. "version": "9.0.0",
  6814. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz",
  6815. "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ=="
  6816. },
  6817. "node_modules/stylehacks": {
  6818. "version": "7.0.2",
  6819. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.2.tgz",
  6820. "integrity": "sha512-HdkWZS9b4gbgYTdMg4gJLmm7biAUug1qTqXjS+u8X+/pUd+9Px1E+520GnOW3rST9MNsVOVpsJG+mPHNosxjOQ==",
  6821. "dependencies": {
  6822. "browserslist": "^4.23.1",
  6823. "postcss-selector-parser": "^6.1.0"
  6824. },
  6825. "engines": {
  6826. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6827. },
  6828. "peerDependencies": {
  6829. "postcss": "^8.4.31"
  6830. }
  6831. },
  6832. "node_modules/sucrase": {
  6833. "version": "3.35.0",
  6834. "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
  6835. "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
  6836. "dev": true,
  6837. "dependencies": {
  6838. "@jridgewell/gen-mapping": "^0.3.2",
  6839. "commander": "^4.0.0",
  6840. "glob": "^10.3.10",
  6841. "lines-and-columns": "^1.1.6",
  6842. "mz": "^2.7.0",
  6843. "pirates": "^4.0.1",
  6844. "ts-interface-checker": "^0.1.9"
  6845. },
  6846. "bin": {
  6847. "sucrase": "bin/sucrase",
  6848. "sucrase-node": "bin/sucrase-node"
  6849. },
  6850. "engines": {
  6851. "node": ">=16 || 14 >=14.17"
  6852. }
  6853. },
  6854. "node_modules/sucrase/node_modules/commander": {
  6855. "version": "4.1.1",
  6856. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  6857. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  6858. "dev": true,
  6859. "engines": {
  6860. "node": ">= 6"
  6861. }
  6862. },
  6863. "node_modules/sucrase/node_modules/glob": {
  6864. "version": "10.4.2",
  6865. "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz",
  6866. "integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==",
  6867. "dev": true,
  6868. "dependencies": {
  6869. "foreground-child": "^3.1.0",
  6870. "jackspeak": "^3.1.2",
  6871. "minimatch": "^9.0.4",
  6872. "minipass": "^7.1.2",
  6873. "package-json-from-dist": "^1.0.0",
  6874. "path-scurry": "^1.11.1"
  6875. },
  6876. "bin": {
  6877. "glob": "dist/esm/bin.mjs"
  6878. },
  6879. "engines": {
  6880. "node": ">=16 || 14 >=14.18"
  6881. },
  6882. "funding": {
  6883. "url": "https://github.com/sponsors/isaacs"
  6884. }
  6885. },
  6886. "node_modules/sucrase/node_modules/minimatch": {
  6887. "version": "9.0.4",
  6888. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
  6889. "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
  6890. "dev": true,
  6891. "dependencies": {
  6892. "brace-expansion": "^2.0.1"
  6893. },
  6894. "engines": {
  6895. "node": ">=16 || 14 >=14.17"
  6896. },
  6897. "funding": {
  6898. "url": "https://github.com/sponsors/isaacs"
  6899. }
  6900. },
  6901. "node_modules/superjson": {
  6902. "version": "2.2.1",
  6903. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.1.tgz",
  6904. "integrity": "sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==",
  6905. "dependencies": {
  6906. "copy-anything": "^3.0.2"
  6907. },
  6908. "engines": {
  6909. "node": ">=16"
  6910. }
  6911. },
  6912. "node_modules/supports-color": {
  6913. "version": "5.5.0",
  6914. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  6915. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  6916. "dependencies": {
  6917. "has-flag": "^3.0.0"
  6918. },
  6919. "engines": {
  6920. "node": ">=4"
  6921. }
  6922. },
  6923. "node_modules/supports-preserve-symlinks-flag": {
  6924. "version": "1.0.0",
  6925. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6926. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6927. "engines": {
  6928. "node": ">= 0.4"
  6929. },
  6930. "funding": {
  6931. "url": "https://github.com/sponsors/ljharb"
  6932. }
  6933. },
  6934. "node_modules/svg-tags": {
  6935. "version": "1.0.0",
  6936. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  6937. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA=="
  6938. },
  6939. "node_modules/svgo": {
  6940. "version": "3.3.2",
  6941. "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz",
  6942. "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==",
  6943. "dependencies": {
  6944. "@trysound/sax": "0.2.0",
  6945. "commander": "^7.2.0",
  6946. "css-select": "^5.1.0",
  6947. "css-tree": "^2.3.1",
  6948. "css-what": "^6.1.0",
  6949. "csso": "^5.0.5",
  6950. "picocolors": "^1.0.0"
  6951. },
  6952. "bin": {
  6953. "svgo": "bin/svgo"
  6954. },
  6955. "engines": {
  6956. "node": ">=14.0.0"
  6957. },
  6958. "funding": {
  6959. "type": "opencollective",
  6960. "url": "https://opencollective.com/svgo"
  6961. }
  6962. },
  6963. "node_modules/system-architecture": {
  6964. "version": "0.1.0",
  6965. "resolved": "https://registry.npmjs.org/system-architecture/-/system-architecture-0.1.0.tgz",
  6966. "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
  6967. "engines": {
  6968. "node": ">=18"
  6969. },
  6970. "funding": {
  6971. "url": "https://github.com/sponsors/sindresorhus"
  6972. }
  6973. },
  6974. "node_modules/tailwindcss": {
  6975. "version": "3.4.4",
  6976. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
  6977. "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
  6978. "dev": true,
  6979. "dependencies": {
  6980. "@alloc/quick-lru": "^5.2.0",
  6981. "arg": "^5.0.2",
  6982. "chokidar": "^3.5.3",
  6983. "didyoumean": "^1.2.2",
  6984. "dlv": "^1.1.3",
  6985. "fast-glob": "^3.3.0",
  6986. "glob-parent": "^6.0.2",
  6987. "is-glob": "^4.0.3",
  6988. "jiti": "^1.21.0",
  6989. "lilconfig": "^2.1.0",
  6990. "micromatch": "^4.0.5",
  6991. "normalize-path": "^3.0.0",
  6992. "object-hash": "^3.0.0",
  6993. "picocolors": "^1.0.0",
  6994. "postcss": "^8.4.23",
  6995. "postcss-import": "^15.1.0",
  6996. "postcss-js": "^4.0.1",
  6997. "postcss-load-config": "^4.0.1",
  6998. "postcss-nested": "^6.0.1",
  6999. "postcss-selector-parser": "^6.0.11",
  7000. "resolve": "^1.22.2",
  7001. "sucrase": "^3.32.0"
  7002. },
  7003. "bin": {
  7004. "tailwind": "lib/cli.js",
  7005. "tailwindcss": "lib/cli.js"
  7006. },
  7007. "engines": {
  7008. "node": ">=14.0.0"
  7009. }
  7010. },
  7011. "node_modules/tailwindcss/node_modules/glob-parent": {
  7012. "version": "6.0.2",
  7013. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  7014. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  7015. "dev": true,
  7016. "dependencies": {
  7017. "is-glob": "^4.0.3"
  7018. },
  7019. "engines": {
  7020. "node": ">=10.13.0"
  7021. }
  7022. },
  7023. "node_modules/tailwindcss/node_modules/lilconfig": {
  7024. "version": "2.1.0",
  7025. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
  7026. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  7027. "dev": true,
  7028. "engines": {
  7029. "node": ">=10"
  7030. }
  7031. },
  7032. "node_modules/tapable": {
  7033. "version": "2.2.1",
  7034. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  7035. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  7036. "engines": {
  7037. "node": ">=6"
  7038. }
  7039. },
  7040. "node_modules/tar": {
  7041. "version": "6.2.1",
  7042. "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
  7043. "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
  7044. "dependencies": {
  7045. "chownr": "^2.0.0",
  7046. "fs-minipass": "^2.0.0",
  7047. "minipass": "^5.0.0",
  7048. "minizlib": "^2.1.1",
  7049. "mkdirp": "^1.0.3",
  7050. "yallist": "^4.0.0"
  7051. },
  7052. "engines": {
  7053. "node": ">=10"
  7054. }
  7055. },
  7056. "node_modules/tar-stream": {
  7057. "version": "3.1.7",
  7058. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
  7059. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  7060. "dependencies": {
  7061. "b4a": "^1.6.4",
  7062. "fast-fifo": "^1.2.0",
  7063. "streamx": "^2.15.0"
  7064. }
  7065. },
  7066. "node_modules/tar/node_modules/minipass": {
  7067. "version": "5.0.0",
  7068. "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
  7069. "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
  7070. "engines": {
  7071. "node": ">=8"
  7072. }
  7073. },
  7074. "node_modules/tar/node_modules/yallist": {
  7075. "version": "4.0.0",
  7076. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7077. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  7078. },
  7079. "node_modules/terser": {
  7080. "version": "5.31.2",
  7081. "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.2.tgz",
  7082. "integrity": "sha512-LGyRZVFm/QElZHy/CPr/O4eNZOZIzsrQ92y4v9UJe/pFJjypje2yI3C2FmPtvUEnhadlSbmG2nXtdcjHOjCfxw==",
  7083. "dependencies": {
  7084. "@jridgewell/source-map": "^0.3.3",
  7085. "acorn": "^8.8.2",
  7086. "commander": "^2.20.0",
  7087. "source-map-support": "~0.5.20"
  7088. },
  7089. "bin": {
  7090. "terser": "bin/terser"
  7091. },
  7092. "engines": {
  7093. "node": ">=10"
  7094. }
  7095. },
  7096. "node_modules/terser/node_modules/commander": {
  7097. "version": "2.20.3",
  7098. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  7099. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  7100. },
  7101. "node_modules/text-decoder": {
  7102. "version": "1.1.1",
  7103. "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.1.tgz",
  7104. "integrity": "sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==",
  7105. "dependencies": {
  7106. "b4a": "^1.6.4"
  7107. }
  7108. },
  7109. "node_modules/thenify": {
  7110. "version": "3.3.1",
  7111. "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  7112. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  7113. "dev": true,
  7114. "dependencies": {
  7115. "any-promise": "^1.0.0"
  7116. }
  7117. },
  7118. "node_modules/thenify-all": {
  7119. "version": "1.6.0",
  7120. "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  7121. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  7122. "dev": true,
  7123. "dependencies": {
  7124. "thenify": ">= 3.1.0 < 4"
  7125. },
  7126. "engines": {
  7127. "node": ">=0.8"
  7128. }
  7129. },
  7130. "node_modules/tiny-invariant": {
  7131. "version": "1.3.3",
  7132. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  7133. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="
  7134. },
  7135. "node_modules/to-fast-properties": {
  7136. "version": "2.0.0",
  7137. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  7138. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  7139. "engines": {
  7140. "node": ">=4"
  7141. }
  7142. },
  7143. "node_modules/to-regex-range": {
  7144. "version": "5.0.1",
  7145. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  7146. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  7147. "dependencies": {
  7148. "is-number": "^7.0.0"
  7149. },
  7150. "engines": {
  7151. "node": ">=8.0"
  7152. }
  7153. },
  7154. "node_modules/toidentifier": {
  7155. "version": "1.0.1",
  7156. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  7157. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  7158. "engines": {
  7159. "node": ">=0.6"
  7160. }
  7161. },
  7162. "node_modules/totalist": {
  7163. "version": "3.0.1",
  7164. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  7165. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  7166. "engines": {
  7167. "node": ">=6"
  7168. }
  7169. },
  7170. "node_modules/tr46": {
  7171. "version": "0.0.3",
  7172. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  7173. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  7174. },
  7175. "node_modules/ts-interface-checker": {
  7176. "version": "0.1.13",
  7177. "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  7178. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  7179. "dev": true
  7180. },
  7181. "node_modules/type-fest": {
  7182. "version": "3.13.1",
  7183. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",
  7184. "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==",
  7185. "engines": {
  7186. "node": ">=14.16"
  7187. },
  7188. "funding": {
  7189. "url": "https://github.com/sponsors/sindresorhus"
  7190. }
  7191. },
  7192. "node_modules/ufo": {
  7193. "version": "1.5.3",
  7194. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.3.tgz",
  7195. "integrity": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw=="
  7196. },
  7197. "node_modules/ultrahtml": {
  7198. "version": "1.5.3",
  7199. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.5.3.tgz",
  7200. "integrity": "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg=="
  7201. },
  7202. "node_modules/uncrypto": {
  7203. "version": "0.1.3",
  7204. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  7205. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="
  7206. },
  7207. "node_modules/unctx": {
  7208. "version": "2.3.1",
  7209. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.3.1.tgz",
  7210. "integrity": "sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==",
  7211. "dependencies": {
  7212. "acorn": "^8.8.2",
  7213. "estree-walker": "^3.0.3",
  7214. "magic-string": "^0.30.0",
  7215. "unplugin": "^1.3.1"
  7216. }
  7217. },
  7218. "node_modules/undici": {
  7219. "version": "5.28.4",
  7220. "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz",
  7221. "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==",
  7222. "dependencies": {
  7223. "@fastify/busboy": "^2.0.0"
  7224. },
  7225. "engines": {
  7226. "node": ">=14.0"
  7227. }
  7228. },
  7229. "node_modules/undici-types": {
  7230. "version": "5.26.5",
  7231. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
  7232. "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
  7233. },
  7234. "node_modules/unenv": {
  7235. "version": "1.9.0",
  7236. "resolved": "https://registry.npmjs.org/unenv/-/unenv-1.9.0.tgz",
  7237. "integrity": "sha512-QKnFNznRxmbOF1hDgzpqrlIf6NC5sbZ2OJ+5Wl3OX8uM+LUJXbj4TXvLJCtwbPTmbMHCLIz6JLKNinNsMShK9g==",
  7238. "dependencies": {
  7239. "consola": "^3.2.3",
  7240. "defu": "^6.1.3",
  7241. "mime": "^3.0.0",
  7242. "node-fetch-native": "^1.6.1",
  7243. "pathe": "^1.1.1"
  7244. }
  7245. },
  7246. "node_modules/unenv/node_modules/mime": {
  7247. "version": "3.0.0",
  7248. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  7249. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  7250. "bin": {
  7251. "mime": "cli.js"
  7252. },
  7253. "engines": {
  7254. "node": ">=10.0.0"
  7255. }
  7256. },
  7257. "node_modules/unhead": {
  7258. "version": "1.9.16",
  7259. "resolved": "https://registry.npmjs.org/unhead/-/unhead-1.9.16.tgz",
  7260. "integrity": "sha512-FOoXkuRNDwt7PUaNE0LXNCb6RCz4vTpkGymz4tJ8rcaG5uUJ0lxGK536hzCFwFw3Xkp3n+tkt2yCcbAZE/FOvA==",
  7261. "dependencies": {
  7262. "@unhead/dom": "1.9.16",
  7263. "@unhead/schema": "1.9.16",
  7264. "@unhead/shared": "1.9.16",
  7265. "hookable": "^5.5.3"
  7266. },
  7267. "funding": {
  7268. "url": "https://github.com/sponsors/harlan-zw"
  7269. }
  7270. },
  7271. "node_modules/unhead/node_modules/@unhead/schema": {
  7272. "version": "1.9.16",
  7273. "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.9.16.tgz",
  7274. "integrity": "sha512-V2BshX+I6D2wN4ys5so8RQDUgsggsxW9FVBiuQi4h8oPWtHclogxzDiHa5BH2TgvNIoUxLnLYNAShMGipmVuUw==",
  7275. "dependencies": {
  7276. "hookable": "^5.5.3",
  7277. "zhead": "^2.2.4"
  7278. },
  7279. "funding": {
  7280. "url": "https://github.com/sponsors/harlan-zw"
  7281. }
  7282. },
  7283. "node_modules/unhead/node_modules/@unhead/shared": {
  7284. "version": "1.9.16",
  7285. "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.9.16.tgz",
  7286. "integrity": "sha512-pfJnArULCY+GBr7OtYyyxihRiQLkT31TpyK6nUKIwyax4oNOGyhNfk0RFzNq16BwLg60d1lrc5bd5mZGbfClMA==",
  7287. "dependencies": {
  7288. "@unhead/schema": "1.9.16"
  7289. },
  7290. "funding": {
  7291. "url": "https://github.com/sponsors/harlan-zw"
  7292. }
  7293. },
  7294. "node_modules/unicorn-magic": {
  7295. "version": "0.1.0",
  7296. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
  7297. "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
  7298. "engines": {
  7299. "node": ">=18"
  7300. },
  7301. "funding": {
  7302. "url": "https://github.com/sponsors/sindresorhus"
  7303. }
  7304. },
  7305. "node_modules/unimport": {
  7306. "version": "3.7.2",
  7307. "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.7.2.tgz",
  7308. "integrity": "sha512-91mxcZTadgXyj3lFWmrGT8GyoRHWuE5fqPOjg5RVtF6vj+OfM5G6WCzXjuYtSgELE5ggB34RY4oiCSEP8I3AHw==",
  7309. "dependencies": {
  7310. "@rollup/pluginutils": "^5.1.0",
  7311. "acorn": "^8.11.3",
  7312. "escape-string-regexp": "^5.0.0",
  7313. "estree-walker": "^3.0.3",
  7314. "fast-glob": "^3.3.2",
  7315. "local-pkg": "^0.5.0",
  7316. "magic-string": "^0.30.10",
  7317. "mlly": "^1.7.0",
  7318. "pathe": "^1.1.2",
  7319. "pkg-types": "^1.1.1",
  7320. "scule": "^1.3.0",
  7321. "strip-literal": "^2.1.0",
  7322. "unplugin": "^1.10.1"
  7323. }
  7324. },
  7325. "node_modules/universalify": {
  7326. "version": "2.0.1",
  7327. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  7328. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  7329. "engines": {
  7330. "node": ">= 10.0.0"
  7331. }
  7332. },
  7333. "node_modules/unplugin": {
  7334. "version": "1.11.0",
  7335. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.11.0.tgz",
  7336. "integrity": "sha512-3r7VWZ/webh0SGgJScpWl2/MRCZK5d3ZYFcNaeci/GQ7Teop7zf0Nl2pUuz7G21BwPd9pcUPOC5KmJ2L3WgC5g==",
  7337. "dependencies": {
  7338. "acorn": "^8.11.3",
  7339. "chokidar": "^3.6.0",
  7340. "webpack-sources": "^3.2.3",
  7341. "webpack-virtual-modules": "^0.6.1"
  7342. },
  7343. "engines": {
  7344. "node": ">=14.0.0"
  7345. }
  7346. },
  7347. "node_modules/unplugin-vue-router": {
  7348. "version": "0.10.0",
  7349. "resolved": "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.10.0.tgz",
  7350. "integrity": "sha512-t9cwRvNONcrh7CZLUYrd4kGOH4xZRhsHeT+exaAuYFn7z87pkTHiHh3wBnGerfKGs22SnmJIIjcKyEa62CO+4w==",
  7351. "dependencies": {
  7352. "@babel/types": "^7.24.7",
  7353. "@rollup/pluginutils": "^5.1.0",
  7354. "@vue-macros/common": "^1.10.4",
  7355. "ast-walker-scope": "^0.6.1",
  7356. "chokidar": "^3.6.0",
  7357. "fast-glob": "^3.3.2",
  7358. "json5": "^2.2.3",
  7359. "local-pkg": "^0.5.0",
  7360. "mlly": "^1.7.1",
  7361. "pathe": "^1.1.2",
  7362. "scule": "^1.3.0",
  7363. "unplugin": "^1.10.1",
  7364. "yaml": "^2.4.5"
  7365. },
  7366. "peerDependencies": {
  7367. "vue-router": "^4.4.0"
  7368. },
  7369. "peerDependenciesMeta": {
  7370. "vue-router": {
  7371. "optional": true
  7372. }
  7373. }
  7374. },
  7375. "node_modules/unstorage": {
  7376. "version": "1.10.2",
  7377. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.10.2.tgz",
  7378. "integrity": "sha512-cULBcwDqrS8UhlIysUJs2Dk0Mmt8h7B0E6mtR+relW9nZvsf/u4SkAYyNliPiPW7XtFNb5u3IUMkxGxFTTRTgQ==",
  7379. "dependencies": {
  7380. "anymatch": "^3.1.3",
  7381. "chokidar": "^3.6.0",
  7382. "destr": "^2.0.3",
  7383. "h3": "^1.11.1",
  7384. "listhen": "^1.7.2",
  7385. "lru-cache": "^10.2.0",
  7386. "mri": "^1.2.0",
  7387. "node-fetch-native": "^1.6.2",
  7388. "ofetch": "^1.3.3",
  7389. "ufo": "^1.4.0"
  7390. },
  7391. "peerDependencies": {
  7392. "@azure/app-configuration": "^1.5.0",
  7393. "@azure/cosmos": "^4.0.0",
  7394. "@azure/data-tables": "^13.2.2",
  7395. "@azure/identity": "^4.0.1",
  7396. "@azure/keyvault-secrets": "^4.8.0",
  7397. "@azure/storage-blob": "^12.17.0",
  7398. "@capacitor/preferences": "^5.0.7",
  7399. "@netlify/blobs": "^6.5.0 || ^7.0.0",
  7400. "@planetscale/database": "^1.16.0",
  7401. "@upstash/redis": "^1.28.4",
  7402. "@vercel/kv": "^1.0.1",
  7403. "idb-keyval": "^6.2.1",
  7404. "ioredis": "^5.3.2"
  7405. },
  7406. "peerDependenciesMeta": {
  7407. "@azure/app-configuration": {
  7408. "optional": true
  7409. },
  7410. "@azure/cosmos": {
  7411. "optional": true
  7412. },
  7413. "@azure/data-tables": {
  7414. "optional": true
  7415. },
  7416. "@azure/identity": {
  7417. "optional": true
  7418. },
  7419. "@azure/keyvault-secrets": {
  7420. "optional": true
  7421. },
  7422. "@azure/storage-blob": {
  7423. "optional": true
  7424. },
  7425. "@capacitor/preferences": {
  7426. "optional": true
  7427. },
  7428. "@netlify/blobs": {
  7429. "optional": true
  7430. },
  7431. "@planetscale/database": {
  7432. "optional": true
  7433. },
  7434. "@upstash/redis": {
  7435. "optional": true
  7436. },
  7437. "@vercel/kv": {
  7438. "optional": true
  7439. },
  7440. "idb-keyval": {
  7441. "optional": true
  7442. },
  7443. "ioredis": {
  7444. "optional": true
  7445. }
  7446. }
  7447. },
  7448. "node_modules/unstorage/node_modules/lru-cache": {
  7449. "version": "10.4.3",
  7450. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  7451. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
  7452. },
  7453. "node_modules/untun": {
  7454. "version": "0.1.3",
  7455. "resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  7456. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  7457. "dependencies": {
  7458. "citty": "^0.1.5",
  7459. "consola": "^3.2.3",
  7460. "pathe": "^1.1.1"
  7461. },
  7462. "bin": {
  7463. "untun": "bin/untun.mjs"
  7464. }
  7465. },
  7466. "node_modules/untyped": {
  7467. "version": "1.4.2",
  7468. "resolved": "https://registry.npmjs.org/untyped/-/untyped-1.4.2.tgz",
  7469. "integrity": "sha512-nC5q0DnPEPVURPhfPQLahhSTnemVtPzdx7ofiRxXpOB2SYnb3MfdU3DVGyJdS8Lx+tBWeAePO8BfU/3EgksM7Q==",
  7470. "dependencies": {
  7471. "@babel/core": "^7.23.7",
  7472. "@babel/standalone": "^7.23.8",
  7473. "@babel/types": "^7.23.6",
  7474. "defu": "^6.1.4",
  7475. "jiti": "^1.21.0",
  7476. "mri": "^1.2.0",
  7477. "scule": "^1.2.0"
  7478. },
  7479. "bin": {
  7480. "untyped": "dist/cli.mjs"
  7481. }
  7482. },
  7483. "node_modules/unwasm": {
  7484. "version": "0.3.9",
  7485. "resolved": "https://registry.npmjs.org/unwasm/-/unwasm-0.3.9.tgz",
  7486. "integrity": "sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==",
  7487. "dependencies": {
  7488. "knitwork": "^1.0.0",
  7489. "magic-string": "^0.30.8",
  7490. "mlly": "^1.6.1",
  7491. "pathe": "^1.1.2",
  7492. "pkg-types": "^1.0.3",
  7493. "unplugin": "^1.10.0"
  7494. }
  7495. },
  7496. "node_modules/update-browserslist-db": {
  7497. "version": "1.1.0",
  7498. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
  7499. "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
  7500. "funding": [
  7501. {
  7502. "type": "opencollective",
  7503. "url": "https://opencollective.com/browserslist"
  7504. },
  7505. {
  7506. "type": "tidelift",
  7507. "url": "https://tidelift.com/funding/github/npm/browserslist"
  7508. },
  7509. {
  7510. "type": "github",
  7511. "url": "https://github.com/sponsors/ai"
  7512. }
  7513. ],
  7514. "dependencies": {
  7515. "escalade": "^3.1.2",
  7516. "picocolors": "^1.0.1"
  7517. },
  7518. "bin": {
  7519. "update-browserslist-db": "cli.js"
  7520. },
  7521. "peerDependencies": {
  7522. "browserslist": ">= 4.21.0"
  7523. }
  7524. },
  7525. "node_modules/uqr": {
  7526. "version": "0.1.2",
  7527. "resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz",
  7528. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA=="
  7529. },
  7530. "node_modules/urlpattern-polyfill": {
  7531. "version": "8.0.2",
  7532. "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
  7533. "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
  7534. },
  7535. "node_modules/util-deprecate": {
  7536. "version": "1.0.2",
  7537. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  7538. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  7539. },
  7540. "node_modules/vite": {
  7541. "version": "5.3.3",
  7542. "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.3.tgz",
  7543. "integrity": "sha512-NPQdeCU0Dv2z5fu+ULotpuq5yfCS1BzKUIPhNbP3YBfAMGJXbt2nS+sbTFu+qchaqWTD+H3JK++nRwr6XIcp6A==",
  7544. "dependencies": {
  7545. "esbuild": "^0.21.3",
  7546. "postcss": "^8.4.39",
  7547. "rollup": "^4.13.0"
  7548. },
  7549. "bin": {
  7550. "vite": "bin/vite.js"
  7551. },
  7552. "engines": {
  7553. "node": "^18.0.0 || >=20.0.0"
  7554. },
  7555. "funding": {
  7556. "url": "https://github.com/vitejs/vite?sponsor=1"
  7557. },
  7558. "optionalDependencies": {
  7559. "fsevents": "~2.3.3"
  7560. },
  7561. "peerDependencies": {
  7562. "@types/node": "^18.0.0 || >=20.0.0",
  7563. "less": "*",
  7564. "lightningcss": "^1.21.0",
  7565. "sass": "*",
  7566. "stylus": "*",
  7567. "sugarss": "*",
  7568. "terser": "^5.4.0"
  7569. },
  7570. "peerDependenciesMeta": {
  7571. "@types/node": {
  7572. "optional": true
  7573. },
  7574. "less": {
  7575. "optional": true
  7576. },
  7577. "lightningcss": {
  7578. "optional": true
  7579. },
  7580. "sass": {
  7581. "optional": true
  7582. },
  7583. "stylus": {
  7584. "optional": true
  7585. },
  7586. "sugarss": {
  7587. "optional": true
  7588. },
  7589. "terser": {
  7590. "optional": true
  7591. }
  7592. }
  7593. },
  7594. "node_modules/vite-hot-client": {
  7595. "version": "0.2.3",
  7596. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-0.2.3.tgz",
  7597. "integrity": "sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==",
  7598. "funding": {
  7599. "url": "https://github.com/sponsors/antfu"
  7600. },
  7601. "peerDependencies": {
  7602. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0"
  7603. }
  7604. },
  7605. "node_modules/vite-node": {
  7606. "version": "1.6.0",
  7607. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.6.0.tgz",
  7608. "integrity": "sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==",
  7609. "dependencies": {
  7610. "cac": "^6.7.14",
  7611. "debug": "^4.3.4",
  7612. "pathe": "^1.1.1",
  7613. "picocolors": "^1.0.0",
  7614. "vite": "^5.0.0"
  7615. },
  7616. "bin": {
  7617. "vite-node": "vite-node.mjs"
  7618. },
  7619. "engines": {
  7620. "node": "^18.0.0 || >=20.0.0"
  7621. },
  7622. "funding": {
  7623. "url": "https://opencollective.com/vitest"
  7624. }
  7625. },
  7626. "node_modules/vite-plugin-checker": {
  7627. "version": "0.7.1",
  7628. "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.7.1.tgz",
  7629. "integrity": "sha512-Yby+Dr6+cJlkoPagqdQQn21+ZPaYwonNSlW3VpZzoyDAxoYt7YUDhzSYrCa15iTe+X4IpiNC882a3oomxCXyTA==",
  7630. "dependencies": {
  7631. "@babel/code-frame": "^7.12.13",
  7632. "ansi-escapes": "^4.3.0",
  7633. "chalk": "^4.1.1",
  7634. "chokidar": "^3.5.1",
  7635. "commander": "^8.0.0",
  7636. "fast-glob": "^3.2.7",
  7637. "fs-extra": "^11.1.0",
  7638. "npm-run-path": "^4.0.1",
  7639. "strip-ansi": "^6.0.0",
  7640. "tiny-invariant": "^1.1.0",
  7641. "vscode-languageclient": "^7.0.0",
  7642. "vscode-languageserver": "^7.0.0",
  7643. "vscode-languageserver-textdocument": "^1.0.1",
  7644. "vscode-uri": "^3.0.2"
  7645. },
  7646. "engines": {
  7647. "node": ">=14.16"
  7648. },
  7649. "peerDependencies": {
  7650. "eslint": ">=7",
  7651. "meow": "^9.0.0",
  7652. "optionator": "^0.9.1",
  7653. "stylelint": ">=13",
  7654. "typescript": "*",
  7655. "vite": ">=2.0.0",
  7656. "vls": "*",
  7657. "vti": "*",
  7658. "vue-tsc": ">=2.0.0"
  7659. },
  7660. "peerDependenciesMeta": {
  7661. "eslint": {
  7662. "optional": true
  7663. },
  7664. "meow": {
  7665. "optional": true
  7666. },
  7667. "optionator": {
  7668. "optional": true
  7669. },
  7670. "stylelint": {
  7671. "optional": true
  7672. },
  7673. "typescript": {
  7674. "optional": true
  7675. },
  7676. "vls": {
  7677. "optional": true
  7678. },
  7679. "vti": {
  7680. "optional": true
  7681. },
  7682. "vue-tsc": {
  7683. "optional": true
  7684. }
  7685. }
  7686. },
  7687. "node_modules/vite-plugin-checker/node_modules/ansi-styles": {
  7688. "version": "4.3.0",
  7689. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  7690. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  7691. "dependencies": {
  7692. "color-convert": "^2.0.1"
  7693. },
  7694. "engines": {
  7695. "node": ">=8"
  7696. },
  7697. "funding": {
  7698. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7699. }
  7700. },
  7701. "node_modules/vite-plugin-checker/node_modules/chalk": {
  7702. "version": "4.1.2",
  7703. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  7704. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  7705. "dependencies": {
  7706. "ansi-styles": "^4.1.0",
  7707. "supports-color": "^7.1.0"
  7708. },
  7709. "engines": {
  7710. "node": ">=10"
  7711. },
  7712. "funding": {
  7713. "url": "https://github.com/chalk/chalk?sponsor=1"
  7714. }
  7715. },
  7716. "node_modules/vite-plugin-checker/node_modules/color-convert": {
  7717. "version": "2.0.1",
  7718. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  7719. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  7720. "dependencies": {
  7721. "color-name": "~1.1.4"
  7722. },
  7723. "engines": {
  7724. "node": ">=7.0.0"
  7725. }
  7726. },
  7727. "node_modules/vite-plugin-checker/node_modules/color-name": {
  7728. "version": "1.1.4",
  7729. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  7730. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  7731. },
  7732. "node_modules/vite-plugin-checker/node_modules/commander": {
  7733. "version": "8.3.0",
  7734. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  7735. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  7736. "engines": {
  7737. "node": ">= 12"
  7738. }
  7739. },
  7740. "node_modules/vite-plugin-checker/node_modules/has-flag": {
  7741. "version": "4.0.0",
  7742. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  7743. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  7744. "engines": {
  7745. "node": ">=8"
  7746. }
  7747. },
  7748. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  7749. "version": "4.0.1",
  7750. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  7751. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  7752. "dependencies": {
  7753. "path-key": "^3.0.0"
  7754. },
  7755. "engines": {
  7756. "node": ">=8"
  7757. }
  7758. },
  7759. "node_modules/vite-plugin-checker/node_modules/supports-color": {
  7760. "version": "7.2.0",
  7761. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  7762. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  7763. "dependencies": {
  7764. "has-flag": "^4.0.0"
  7765. },
  7766. "engines": {
  7767. "node": ">=8"
  7768. }
  7769. },
  7770. "node_modules/vite-plugin-inspect": {
  7771. "version": "0.8.4",
  7772. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-0.8.4.tgz",
  7773. "integrity": "sha512-G0N3rjfw+AiiwnGw50KlObIHYWfulVwaCBUBLh2xTW9G1eM9ocE5olXkEYUbwyTmX+azM8duubi+9w5awdCz+g==",
  7774. "dependencies": {
  7775. "@antfu/utils": "^0.7.7",
  7776. "@rollup/pluginutils": "^5.1.0",
  7777. "debug": "^4.3.4",
  7778. "error-stack-parser-es": "^0.1.1",
  7779. "fs-extra": "^11.2.0",
  7780. "open": "^10.1.0",
  7781. "perfect-debounce": "^1.0.0",
  7782. "picocolors": "^1.0.0",
  7783. "sirv": "^2.0.4"
  7784. },
  7785. "engines": {
  7786. "node": ">=14"
  7787. },
  7788. "funding": {
  7789. "url": "https://github.com/sponsors/antfu"
  7790. },
  7791. "peerDependencies": {
  7792. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0"
  7793. },
  7794. "peerDependenciesMeta": {
  7795. "@nuxt/kit": {
  7796. "optional": true
  7797. }
  7798. }
  7799. },
  7800. "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": {
  7801. "version": "3.0.0",
  7802. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  7803. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  7804. "engines": {
  7805. "node": ">=12"
  7806. },
  7807. "funding": {
  7808. "url": "https://github.com/sponsors/sindresorhus"
  7809. }
  7810. },
  7811. "node_modules/vite-plugin-inspect/node_modules/open": {
  7812. "version": "10.1.0",
  7813. "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz",
  7814. "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
  7815. "dependencies": {
  7816. "default-browser": "^5.2.1",
  7817. "define-lazy-prop": "^3.0.0",
  7818. "is-inside-container": "^1.0.0",
  7819. "is-wsl": "^3.1.0"
  7820. },
  7821. "engines": {
  7822. "node": ">=18"
  7823. },
  7824. "funding": {
  7825. "url": "https://github.com/sponsors/sindresorhus"
  7826. }
  7827. },
  7828. "node_modules/vite-plugin-vue-inspector": {
  7829. "version": "5.1.2",
  7830. "resolved": "https://registry.npmjs.org/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.1.2.tgz",
  7831. "integrity": "sha512-M+yH2LlQtVNzJAljQM+61CqDXBvHim8dU5ImGaQuwlo13tMDHue5D7IC20YwDJuWDODiYc/cZBUYspVlyPf2vQ==",
  7832. "dependencies": {
  7833. "@babel/core": "^7.23.0",
  7834. "@babel/plugin-proposal-decorators": "^7.23.0",
  7835. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  7836. "@babel/plugin-syntax-import-meta": "^7.10.4",
  7837. "@babel/plugin-transform-typescript": "^7.22.15",
  7838. "@vue/babel-plugin-jsx": "^1.1.5",
  7839. "@vue/compiler-dom": "^3.3.4",
  7840. "kolorist": "^1.8.0",
  7841. "magic-string": "^0.30.4"
  7842. },
  7843. "peerDependencies": {
  7844. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0"
  7845. }
  7846. },
  7847. "node_modules/vite/node_modules/@esbuild/linux-x64": {
  7848. "version": "0.21.5",
  7849. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  7850. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  7851. "cpu": [
  7852. "x64"
  7853. ],
  7854. "optional": true,
  7855. "os": [
  7856. "linux"
  7857. ],
  7858. "engines": {
  7859. "node": ">=12"
  7860. }
  7861. },
  7862. "node_modules/vite/node_modules/esbuild": {
  7863. "version": "0.21.5",
  7864. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
  7865. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  7866. "hasInstallScript": true,
  7867. "bin": {
  7868. "esbuild": "bin/esbuild"
  7869. },
  7870. "engines": {
  7871. "node": ">=12"
  7872. },
  7873. "optionalDependencies": {
  7874. "@esbuild/aix-ppc64": "0.21.5",
  7875. "@esbuild/android-arm": "0.21.5",
  7876. "@esbuild/android-arm64": "0.21.5",
  7877. "@esbuild/android-x64": "0.21.5",
  7878. "@esbuild/darwin-arm64": "0.21.5",
  7879. "@esbuild/darwin-x64": "0.21.5",
  7880. "@esbuild/freebsd-arm64": "0.21.5",
  7881. "@esbuild/freebsd-x64": "0.21.5",
  7882. "@esbuild/linux-arm": "0.21.5",
  7883. "@esbuild/linux-arm64": "0.21.5",
  7884. "@esbuild/linux-ia32": "0.21.5",
  7885. "@esbuild/linux-loong64": "0.21.5",
  7886. "@esbuild/linux-mips64el": "0.21.5",
  7887. "@esbuild/linux-ppc64": "0.21.5",
  7888. "@esbuild/linux-riscv64": "0.21.5",
  7889. "@esbuild/linux-s390x": "0.21.5",
  7890. "@esbuild/linux-x64": "0.21.5",
  7891. "@esbuild/netbsd-x64": "0.21.5",
  7892. "@esbuild/openbsd-x64": "0.21.5",
  7893. "@esbuild/sunos-x64": "0.21.5",
  7894. "@esbuild/win32-arm64": "0.21.5",
  7895. "@esbuild/win32-ia32": "0.21.5",
  7896. "@esbuild/win32-x64": "0.21.5"
  7897. }
  7898. },
  7899. "node_modules/vscode-jsonrpc": {
  7900. "version": "6.0.0",
  7901. "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz",
  7902. "integrity": "sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==",
  7903. "engines": {
  7904. "node": ">=8.0.0 || >=10.0.0"
  7905. }
  7906. },
  7907. "node_modules/vscode-languageclient": {
  7908. "version": "7.0.0",
  7909. "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-7.0.0.tgz",
  7910. "integrity": "sha512-P9AXdAPlsCgslpP9pRxYPqkNYV7Xq8300/aZDpO35j1fJm/ncize8iGswzYlcvFw5DQUx4eVk+KvfXdL0rehNg==",
  7911. "dependencies": {
  7912. "minimatch": "^3.0.4",
  7913. "semver": "^7.3.4",
  7914. "vscode-languageserver-protocol": "3.16.0"
  7915. },
  7916. "engines": {
  7917. "vscode": "^1.52.0"
  7918. }
  7919. },
  7920. "node_modules/vscode-languageclient/node_modules/brace-expansion": {
  7921. "version": "1.1.11",
  7922. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  7923. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  7924. "dependencies": {
  7925. "balanced-match": "^1.0.0",
  7926. "concat-map": "0.0.1"
  7927. }
  7928. },
  7929. "node_modules/vscode-languageclient/node_modules/minimatch": {
  7930. "version": "3.1.2",
  7931. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  7932. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  7933. "dependencies": {
  7934. "brace-expansion": "^1.1.7"
  7935. },
  7936. "engines": {
  7937. "node": "*"
  7938. }
  7939. },
  7940. "node_modules/vscode-languageserver": {
  7941. "version": "7.0.0",
  7942. "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz",
  7943. "integrity": "sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==",
  7944. "dependencies": {
  7945. "vscode-languageserver-protocol": "3.16.0"
  7946. },
  7947. "bin": {
  7948. "installServerIntoExtension": "bin/installServerIntoExtension"
  7949. }
  7950. },
  7951. "node_modules/vscode-languageserver-protocol": {
  7952. "version": "3.16.0",
  7953. "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz",
  7954. "integrity": "sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==",
  7955. "dependencies": {
  7956. "vscode-jsonrpc": "6.0.0",
  7957. "vscode-languageserver-types": "3.16.0"
  7958. }
  7959. },
  7960. "node_modules/vscode-languageserver-textdocument": {
  7961. "version": "1.0.11",
  7962. "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.11.tgz",
  7963. "integrity": "sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA=="
  7964. },
  7965. "node_modules/vscode-languageserver-types": {
  7966. "version": "3.16.0",
  7967. "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz",
  7968. "integrity": "sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA=="
  7969. },
  7970. "node_modules/vscode-uri": {
  7971. "version": "3.0.8",
  7972. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz",
  7973. "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw=="
  7974. },
  7975. "node_modules/vue": {
  7976. "version": "3.4.31",
  7977. "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.31.tgz",
  7978. "integrity": "sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==",
  7979. "dependencies": {
  7980. "@vue/compiler-dom": "3.4.31",
  7981. "@vue/compiler-sfc": "3.4.31",
  7982. "@vue/runtime-dom": "3.4.31",
  7983. "@vue/server-renderer": "3.4.31",
  7984. "@vue/shared": "3.4.31"
  7985. },
  7986. "peerDependencies": {
  7987. "typescript": "*"
  7988. },
  7989. "peerDependenciesMeta": {
  7990. "typescript": {
  7991. "optional": true
  7992. }
  7993. }
  7994. },
  7995. "node_modules/vue-bundle-renderer": {
  7996. "version": "2.1.0",
  7997. "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.1.0.tgz",
  7998. "integrity": "sha512-uZ+5ZJdZ/b43gMblWtcpikY6spJd0nERaM/1RtgioXNfWFbjKlUwrS8HlrddN6T2xtptmOouWclxLUkpgcVX3Q==",
  7999. "dependencies": {
  8000. "ufo": "^1.5.3"
  8001. }
  8002. },
  8003. "node_modules/vue-devtools-stub": {
  8004. "version": "0.1.0",
  8005. "resolved": "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  8006. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ=="
  8007. },
  8008. "node_modules/vue-router": {
  8009. "version": "4.4.0",
  8010. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.4.0.tgz",
  8011. "integrity": "sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==",
  8012. "dependencies": {
  8013. "@vue/devtools-api": "^6.5.1"
  8014. },
  8015. "funding": {
  8016. "url": "https://github.com/sponsors/posva"
  8017. },
  8018. "peerDependencies": {
  8019. "vue": "^3.2.0"
  8020. }
  8021. },
  8022. "node_modules/webidl-conversions": {
  8023. "version": "3.0.1",
  8024. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  8025. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  8026. },
  8027. "node_modules/webpack-sources": {
  8028. "version": "3.2.3",
  8029. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
  8030. "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
  8031. "engines": {
  8032. "node": ">=10.13.0"
  8033. }
  8034. },
  8035. "node_modules/webpack-virtual-modules": {
  8036. "version": "0.6.1",
  8037. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz",
  8038. "integrity": "sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg=="
  8039. },
  8040. "node_modules/whatwg-encoding": {
  8041. "version": "3.1.1",
  8042. "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
  8043. "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
  8044. "dependencies": {
  8045. "iconv-lite": "0.6.3"
  8046. },
  8047. "engines": {
  8048. "node": ">=18"
  8049. }
  8050. },
  8051. "node_modules/whatwg-mimetype": {
  8052. "version": "4.0.0",
  8053. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
  8054. "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
  8055. "engines": {
  8056. "node": ">=18"
  8057. }
  8058. },
  8059. "node_modules/whatwg-url": {
  8060. "version": "5.0.0",
  8061. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  8062. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  8063. "dependencies": {
  8064. "tr46": "~0.0.3",
  8065. "webidl-conversions": "^3.0.0"
  8066. }
  8067. },
  8068. "node_modules/which": {
  8069. "version": "3.0.1",
  8070. "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
  8071. "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
  8072. "dependencies": {
  8073. "isexe": "^2.0.0"
  8074. },
  8075. "bin": {
  8076. "node-which": "bin/which.js"
  8077. },
  8078. "engines": {
  8079. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  8080. }
  8081. },
  8082. "node_modules/wide-align": {
  8083. "version": "1.1.5",
  8084. "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
  8085. "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
  8086. "dependencies": {
  8087. "string-width": "^1.0.2 || 2 || 3 || 4"
  8088. }
  8089. },
  8090. "node_modules/wrap-ansi": {
  8091. "version": "7.0.0",
  8092. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  8093. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  8094. "dependencies": {
  8095. "ansi-styles": "^4.0.0",
  8096. "string-width": "^4.1.0",
  8097. "strip-ansi": "^6.0.0"
  8098. },
  8099. "engines": {
  8100. "node": ">=10"
  8101. },
  8102. "funding": {
  8103. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  8104. }
  8105. },
  8106. "node_modules/wrap-ansi-cjs": {
  8107. "name": "wrap-ansi",
  8108. "version": "7.0.0",
  8109. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  8110. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  8111. "dependencies": {
  8112. "ansi-styles": "^4.0.0",
  8113. "string-width": "^4.1.0",
  8114. "strip-ansi": "^6.0.0"
  8115. },
  8116. "engines": {
  8117. "node": ">=10"
  8118. },
  8119. "funding": {
  8120. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  8121. }
  8122. },
  8123. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  8124. "version": "4.3.0",
  8125. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8126. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8127. "dependencies": {
  8128. "color-convert": "^2.0.1"
  8129. },
  8130. "engines": {
  8131. "node": ">=8"
  8132. },
  8133. "funding": {
  8134. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8135. }
  8136. },
  8137. "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
  8138. "version": "2.0.1",
  8139. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8140. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8141. "dependencies": {
  8142. "color-name": "~1.1.4"
  8143. },
  8144. "engines": {
  8145. "node": ">=7.0.0"
  8146. }
  8147. },
  8148. "node_modules/wrap-ansi-cjs/node_modules/color-name": {
  8149. "version": "1.1.4",
  8150. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8151. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8152. },
  8153. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  8154. "version": "4.3.0",
  8155. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8156. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8157. "dependencies": {
  8158. "color-convert": "^2.0.1"
  8159. },
  8160. "engines": {
  8161. "node": ">=8"
  8162. },
  8163. "funding": {
  8164. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8165. }
  8166. },
  8167. "node_modules/wrap-ansi/node_modules/color-convert": {
  8168. "version": "2.0.1",
  8169. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8170. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8171. "dependencies": {
  8172. "color-name": "~1.1.4"
  8173. },
  8174. "engines": {
  8175. "node": ">=7.0.0"
  8176. }
  8177. },
  8178. "node_modules/wrap-ansi/node_modules/color-name": {
  8179. "version": "1.1.4",
  8180. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8181. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8182. },
  8183. "node_modules/wrappy": {
  8184. "version": "1.0.2",
  8185. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  8186. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  8187. },
  8188. "node_modules/ws": {
  8189. "version": "8.18.0",
  8190. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
  8191. "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
  8192. "engines": {
  8193. "node": ">=10.0.0"
  8194. },
  8195. "peerDependencies": {
  8196. "bufferutil": "^4.0.1",
  8197. "utf-8-validate": ">=5.0.2"
  8198. },
  8199. "peerDependenciesMeta": {
  8200. "bufferutil": {
  8201. "optional": true
  8202. },
  8203. "utf-8-validate": {
  8204. "optional": true
  8205. }
  8206. }
  8207. },
  8208. "node_modules/y18n": {
  8209. "version": "5.0.8",
  8210. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  8211. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  8212. "engines": {
  8213. "node": ">=10"
  8214. }
  8215. },
  8216. "node_modules/yallist": {
  8217. "version": "3.1.1",
  8218. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  8219. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  8220. },
  8221. "node_modules/yaml": {
  8222. "version": "2.4.5",
  8223. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz",
  8224. "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==",
  8225. "bin": {
  8226. "yaml": "bin.mjs"
  8227. },
  8228. "engines": {
  8229. "node": ">= 14"
  8230. }
  8231. },
  8232. "node_modules/yargs": {
  8233. "version": "17.7.2",
  8234. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  8235. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  8236. "dependencies": {
  8237. "cliui": "^8.0.1",
  8238. "escalade": "^3.1.1",
  8239. "get-caller-file": "^2.0.5",
  8240. "require-directory": "^2.1.1",
  8241. "string-width": "^4.2.3",
  8242. "y18n": "^5.0.5",
  8243. "yargs-parser": "^21.1.1"
  8244. },
  8245. "engines": {
  8246. "node": ">=12"
  8247. }
  8248. },
  8249. "node_modules/yargs-parser": {
  8250. "version": "21.1.1",
  8251. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  8252. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  8253. "engines": {
  8254. "node": ">=12"
  8255. }
  8256. },
  8257. "node_modules/zhead": {
  8258. "version": "2.2.4",
  8259. "resolved": "https://registry.npmjs.org/zhead/-/zhead-2.2.4.tgz",
  8260. "integrity": "sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==",
  8261. "funding": {
  8262. "url": "https://github.com/sponsors/harlan-zw"
  8263. }
  8264. },
  8265. "node_modules/zip-stream": {
  8266. "version": "6.0.1",
  8267. "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
  8268. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  8269. "dependencies": {
  8270. "archiver-utils": "^5.0.0",
  8271. "compress-commons": "^6.0.2",
  8272. "readable-stream": "^4.0.0"
  8273. },
  8274. "engines": {
  8275. "node": ">= 14"
  8276. }
  8277. }
  8278. }
  8279. }