elyse-help 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1345) hide show
  1. package/backend/node_modules/.bin/bcrypt +16 -0
  2. package/backend/node_modules/.bin/bcrypt.cmd +17 -0
  3. package/backend/node_modules/.bin/bcrypt.ps1 +28 -0
  4. package/backend/node_modules/.bin/node-gyp-build +16 -0
  5. package/backend/node_modules/.bin/node-gyp-build-optional +16 -0
  6. package/backend/node_modules/.bin/node-gyp-build-optional.cmd +17 -0
  7. package/backend/node_modules/.bin/node-gyp-build-optional.ps1 +28 -0
  8. package/backend/node_modules/.bin/node-gyp-build-test +16 -0
  9. package/backend/node_modules/.bin/node-gyp-build-test.cmd +17 -0
  10. package/backend/node_modules/.bin/node-gyp-build-test.ps1 +28 -0
  11. package/backend/node_modules/.bin/node-gyp-build.cmd +17 -0
  12. package/backend/node_modules/.bin/node-gyp-build.ps1 +28 -0
  13. package/backend/node_modules/.bin/semver +16 -0
  14. package/backend/node_modules/.bin/semver.cmd +17 -0
  15. package/backend/node_modules/.bin/semver.ps1 +28 -0
  16. package/backend/node_modules/.package-lock.json +1312 -0
  17. package/backend/node_modules/@types/node/LICENSE +21 -0
  18. package/backend/node_modules/@types/node/README.md +15 -0
  19. package/backend/node_modules/@types/node/assert/strict.d.ts +105 -0
  20. package/backend/node_modules/@types/node/assert.d.ts +955 -0
  21. package/backend/node_modules/@types/node/async_hooks.d.ts +623 -0
  22. package/backend/node_modules/@types/node/buffer.buffer.d.ts +466 -0
  23. package/backend/node_modules/@types/node/buffer.d.ts +1810 -0
  24. package/backend/node_modules/@types/node/child_process.d.ts +1428 -0
  25. package/backend/node_modules/@types/node/cluster.d.ts +486 -0
  26. package/backend/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  27. package/backend/node_modules/@types/node/console.d.ts +151 -0
  28. package/backend/node_modules/@types/node/constants.d.ts +20 -0
  29. package/backend/node_modules/@types/node/crypto.d.ts +4065 -0
  30. package/backend/node_modules/@types/node/dgram.d.ts +564 -0
  31. package/backend/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
  32. package/backend/node_modules/@types/node/dns/promises.d.ts +503 -0
  33. package/backend/node_modules/@types/node/dns.d.ts +922 -0
  34. package/backend/node_modules/@types/node/domain.d.ts +166 -0
  35. package/backend/node_modules/@types/node/events.d.ts +1054 -0
  36. package/backend/node_modules/@types/node/fs/promises.d.ts +1329 -0
  37. package/backend/node_modules/@types/node/fs.d.ts +4676 -0
  38. package/backend/node_modules/@types/node/globals.d.ts +150 -0
  39. package/backend/node_modules/@types/node/globals.typedarray.d.ts +101 -0
  40. package/backend/node_modules/@types/node/http.d.ts +2167 -0
  41. package/backend/node_modules/@types/node/http2.d.ts +2480 -0
  42. package/backend/node_modules/@types/node/https.d.ts +405 -0
  43. package/backend/node_modules/@types/node/index.d.ts +115 -0
  44. package/backend/node_modules/@types/node/inspector/promises.d.ts +41 -0
  45. package/backend/node_modules/@types/node/inspector.d.ts +224 -0
  46. package/backend/node_modules/@types/node/inspector.generated.d.ts +4226 -0
  47. package/backend/node_modules/@types/node/module.d.ts +819 -0
  48. package/backend/node_modules/@types/node/net.d.ts +933 -0
  49. package/backend/node_modules/@types/node/os.d.ts +507 -0
  50. package/backend/node_modules/@types/node/package.json +155 -0
  51. package/backend/node_modules/@types/node/path/posix.d.ts +8 -0
  52. package/backend/node_modules/@types/node/path/win32.d.ts +8 -0
  53. package/backend/node_modules/@types/node/path.d.ts +187 -0
  54. package/backend/node_modules/@types/node/perf_hooks.d.ts +643 -0
  55. package/backend/node_modules/@types/node/process.d.ts +2161 -0
  56. package/backend/node_modules/@types/node/punycode.d.ts +117 -0
  57. package/backend/node_modules/@types/node/querystring.d.ts +152 -0
  58. package/backend/node_modules/@types/node/quic.d.ts +910 -0
  59. package/backend/node_modules/@types/node/readline/promises.d.ts +161 -0
  60. package/backend/node_modules/@types/node/readline.d.ts +541 -0
  61. package/backend/node_modules/@types/node/repl.d.ts +415 -0
  62. package/backend/node_modules/@types/node/sea.d.ts +162 -0
  63. package/backend/node_modules/@types/node/sqlite.d.ts +955 -0
  64. package/backend/node_modules/@types/node/stream/consumers.d.ts +38 -0
  65. package/backend/node_modules/@types/node/stream/promises.d.ts +211 -0
  66. package/backend/node_modules/@types/node/stream/web.d.ts +296 -0
  67. package/backend/node_modules/@types/node/stream.d.ts +1760 -0
  68. package/backend/node_modules/@types/node/string_decoder.d.ts +67 -0
  69. package/backend/node_modules/@types/node/test/reporters.d.ts +96 -0
  70. package/backend/node_modules/@types/node/test.d.ts +2240 -0
  71. package/backend/node_modules/@types/node/timers/promises.d.ts +108 -0
  72. package/backend/node_modules/@types/node/timers.d.ts +159 -0
  73. package/backend/node_modules/@types/node/tls.d.ts +1198 -0
  74. package/backend/node_modules/@types/node/trace_events.d.ts +197 -0
  75. package/backend/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
  76. package/backend/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  77. package/backend/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  78. package/backend/node_modules/@types/node/ts5.6/index.d.ts +117 -0
  79. package/backend/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  80. package/backend/node_modules/@types/node/ts5.7/index.d.ts +117 -0
  81. package/backend/node_modules/@types/node/tty.d.ts +250 -0
  82. package/backend/node_modules/@types/node/url.d.ts +519 -0
  83. package/backend/node_modules/@types/node/util/types.d.ts +558 -0
  84. package/backend/node_modules/@types/node/util.d.ts +1662 -0
  85. package/backend/node_modules/@types/node/v8.d.ts +983 -0
  86. package/backend/node_modules/@types/node/vm.d.ts +1208 -0
  87. package/backend/node_modules/@types/node/wasi.d.ts +202 -0
  88. package/backend/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
  89. package/backend/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  90. package/backend/node_modules/@types/node/web-globals/console.d.ts +9 -0
  91. package/backend/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  92. package/backend/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  93. package/backend/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  94. package/backend/node_modules/@types/node/web-globals/events.d.ts +106 -0
  95. package/backend/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
  96. package/backend/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  97. package/backend/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  98. package/backend/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  99. package/backend/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  100. package/backend/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  101. package/backend/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  102. package/backend/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  103. package/backend/node_modules/@types/node/web-globals/url.d.ts +24 -0
  104. package/backend/node_modules/@types/node/worker_threads.d.ts +717 -0
  105. package/backend/node_modules/@types/node/zlib.d.ts +618 -0
  106. package/backend/node_modules/accepts/HISTORY.md +250 -0
  107. package/backend/node_modules/accepts/LICENSE +23 -0
  108. package/backend/node_modules/accepts/README.md +140 -0
  109. package/backend/node_modules/accepts/index.js +238 -0
  110. package/backend/node_modules/accepts/package.json +47 -0
  111. package/backend/node_modules/aws-ssl-profiles/LICENSE +19 -0
  112. package/backend/node_modules/aws-ssl-profiles/README.md +146 -0
  113. package/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts +4 -0
  114. package/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js +2 -0
  115. package/backend/node_modules/aws-ssl-profiles/lib/index.d.ts +8 -0
  116. package/backend/node_modules/aws-ssl-profiles/lib/index.js +13 -0
  117. package/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts +9 -0
  118. package/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js +2888 -0
  119. package/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts +8 -0
  120. package/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js +111 -0
  121. package/backend/node_modules/aws-ssl-profiles/package.json +52 -0
  122. package/backend/node_modules/bcrypt/.dockerignore +6 -0
  123. package/backend/node_modules/bcrypt/.editorconfig +19 -0
  124. package/backend/node_modules/bcrypt/.github/workflows/build-pack-publish.yml +110 -0
  125. package/backend/node_modules/bcrypt/.github/workflows/ci.yaml +42 -0
  126. package/backend/node_modules/bcrypt/CHANGELOG.md +184 -0
  127. package/backend/node_modules/bcrypt/Dockerfile +57 -0
  128. package/backend/node_modules/bcrypt/Dockerfile-alpine +41 -0
  129. package/backend/node_modules/bcrypt/ISSUE_TEMPLATE.md +18 -0
  130. package/backend/node_modules/bcrypt/LICENSE +19 -0
  131. package/backend/node_modules/bcrypt/Makefile +19 -0
  132. package/backend/node_modules/bcrypt/README.md +388 -0
  133. package/backend/node_modules/bcrypt/SECURITY.md +15 -0
  134. package/backend/node_modules/bcrypt/bcrypt.js +242 -0
  135. package/backend/node_modules/bcrypt/binding.gyp +49 -0
  136. package/backend/node_modules/bcrypt/build-all.sh +37 -0
  137. package/backend/node_modules/bcrypt/examples/async_compare.js +28 -0
  138. package/backend/node_modules/bcrypt/examples/forever_gen_salt.js +8 -0
  139. package/backend/node_modules/bcrypt/package.json +62 -0
  140. package/backend/node_modules/bcrypt/prebuilds/darwin-arm64/bcrypt.node +0 -0
  141. package/backend/node_modules/bcrypt/prebuilds/darwin-x64/bcrypt.node +0 -0
  142. package/backend/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.glibc.node +0 -0
  143. package/backend/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.musl.node +0 -0
  144. package/backend/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.glibc.node +0 -0
  145. package/backend/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.musl.node +0 -0
  146. package/backend/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.glibc.node +0 -0
  147. package/backend/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.musl.node +0 -0
  148. package/backend/node_modules/bcrypt/prebuilds/win32-arm64/bcrypt.node +0 -0
  149. package/backend/node_modules/bcrypt/prebuilds/win32-x64/bcrypt.node +0 -0
  150. package/backend/node_modules/bcrypt/promises.js +45 -0
  151. package/backend/node_modules/bcrypt/src/bcrypt.cc +315 -0
  152. package/backend/node_modules/bcrypt/src/bcrypt_node.cc +288 -0
  153. package/backend/node_modules/bcrypt/src/blowfish.cc +679 -0
  154. package/backend/node_modules/bcrypt/src/node_blf.h +132 -0
  155. package/backend/node_modules/bcrypt/test/async.test.js +209 -0
  156. package/backend/node_modules/bcrypt/test/implementation.test.js +48 -0
  157. package/backend/node_modules/bcrypt/test/promise.test.js +168 -0
  158. package/backend/node_modules/bcrypt/test/repetitions.test.js +55 -0
  159. package/backend/node_modules/bcrypt/test/sync.test.js +125 -0
  160. package/backend/node_modules/bcryptjs/LICENSE +27 -0
  161. package/backend/node_modules/bcryptjs/README.md +201 -0
  162. package/backend/node_modules/bcryptjs/bin/bcrypt +23 -0
  163. package/backend/node_modules/bcryptjs/index.d.ts +3 -0
  164. package/backend/node_modules/bcryptjs/index.js +1159 -0
  165. package/backend/node_modules/bcryptjs/package.json +76 -0
  166. package/backend/node_modules/bcryptjs/types.d.ts +157 -0
  167. package/backend/node_modules/bcryptjs/umd/index.d.ts +3 -0
  168. package/backend/node_modules/bcryptjs/umd/index.js +1220 -0
  169. package/backend/node_modules/bcryptjs/umd/package.json +3 -0
  170. package/backend/node_modules/bcryptjs/umd/types.d.ts +157 -0
  171. package/backend/node_modules/bignumber.js/CHANGELOG.md +266 -0
  172. package/backend/node_modules/bignumber.js/LICENCE +23 -0
  173. package/backend/node_modules/bignumber.js/README.md +268 -0
  174. package/backend/node_modules/bignumber.js/bignumber.d.ts +1829 -0
  175. package/backend/node_modules/bignumber.js/bignumber.js +2902 -0
  176. package/backend/node_modules/bignumber.js/bignumber.min.js +1 -0
  177. package/backend/node_modules/bignumber.js/bignumber.min.js.map +1 -0
  178. package/backend/node_modules/bignumber.js/bignumber.mjs +2888 -0
  179. package/backend/node_modules/bignumber.js/doc/API.html +2237 -0
  180. package/backend/node_modules/bignumber.js/package.json +40 -0
  181. package/backend/node_modules/body-parser/LICENSE +23 -0
  182. package/backend/node_modules/body-parser/README.md +494 -0
  183. package/backend/node_modules/body-parser/index.js +71 -0
  184. package/backend/node_modules/body-parser/lib/read.js +247 -0
  185. package/backend/node_modules/body-parser/lib/types/json.js +158 -0
  186. package/backend/node_modules/body-parser/lib/types/raw.js +42 -0
  187. package/backend/node_modules/body-parser/lib/types/text.js +36 -0
  188. package/backend/node_modules/body-parser/lib/types/urlencoded.js +142 -0
  189. package/backend/node_modules/body-parser/lib/utils.js +98 -0
  190. package/backend/node_modules/body-parser/package.json +52 -0
  191. package/backend/node_modules/buffer-equal-constant-time/.travis.yml +4 -0
  192. package/backend/node_modules/buffer-equal-constant-time/LICENSE.txt +12 -0
  193. package/backend/node_modules/buffer-equal-constant-time/README.md +50 -0
  194. package/backend/node_modules/buffer-equal-constant-time/index.js +41 -0
  195. package/backend/node_modules/buffer-equal-constant-time/package.json +21 -0
  196. package/backend/node_modules/buffer-equal-constant-time/test.js +42 -0
  197. package/backend/node_modules/bytes/History.md +97 -0
  198. package/backend/node_modules/bytes/LICENSE +23 -0
  199. package/backend/node_modules/bytes/Readme.md +152 -0
  200. package/backend/node_modules/bytes/index.js +170 -0
  201. package/backend/node_modules/bytes/package.json +42 -0
  202. package/backend/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  203. package/backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  204. package/backend/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  205. package/backend/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  206. package/backend/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  207. package/backend/node_modules/call-bind-apply-helpers/README.md +62 -0
  208. package/backend/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  209. package/backend/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  210. package/backend/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  211. package/backend/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  212. package/backend/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  213. package/backend/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  214. package/backend/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  215. package/backend/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  216. package/backend/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  217. package/backend/node_modules/call-bind-apply-helpers/index.js +15 -0
  218. package/backend/node_modules/call-bind-apply-helpers/package.json +85 -0
  219. package/backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  220. package/backend/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  221. package/backend/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  222. package/backend/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  223. package/backend/node_modules/call-bound/.eslintrc +13 -0
  224. package/backend/node_modules/call-bound/.github/FUNDING.yml +12 -0
  225. package/backend/node_modules/call-bound/.nycrc +9 -0
  226. package/backend/node_modules/call-bound/CHANGELOG.md +42 -0
  227. package/backend/node_modules/call-bound/LICENSE +21 -0
  228. package/backend/node_modules/call-bound/README.md +53 -0
  229. package/backend/node_modules/call-bound/index.d.ts +94 -0
  230. package/backend/node_modules/call-bound/index.js +19 -0
  231. package/backend/node_modules/call-bound/package.json +99 -0
  232. package/backend/node_modules/call-bound/test/index.js +61 -0
  233. package/backend/node_modules/call-bound/tsconfig.json +10 -0
  234. package/backend/node_modules/content-disposition/HISTORY.md +72 -0
  235. package/backend/node_modules/content-disposition/LICENSE +22 -0
  236. package/backend/node_modules/content-disposition/README.md +142 -0
  237. package/backend/node_modules/content-disposition/index.js +458 -0
  238. package/backend/node_modules/content-disposition/package.json +43 -0
  239. package/backend/node_modules/content-type/HISTORY.md +29 -0
  240. package/backend/node_modules/content-type/LICENSE +22 -0
  241. package/backend/node_modules/content-type/README.md +94 -0
  242. package/backend/node_modules/content-type/index.js +225 -0
  243. package/backend/node_modules/content-type/package.json +42 -0
  244. package/backend/node_modules/cookie/LICENSE +24 -0
  245. package/backend/node_modules/cookie/README.md +317 -0
  246. package/backend/node_modules/cookie/SECURITY.md +25 -0
  247. package/backend/node_modules/cookie/index.js +335 -0
  248. package/backend/node_modules/cookie/package.json +44 -0
  249. package/backend/node_modules/cookie-signature/History.md +70 -0
  250. package/backend/node_modules/cookie-signature/LICENSE +22 -0
  251. package/backend/node_modules/cookie-signature/Readme.md +23 -0
  252. package/backend/node_modules/cookie-signature/index.js +47 -0
  253. package/backend/node_modules/cookie-signature/package.json +24 -0
  254. package/backend/node_modules/core-util-is/LICENSE +19 -0
  255. package/backend/node_modules/core-util-is/README.md +3 -0
  256. package/backend/node_modules/core-util-is/lib/util.js +107 -0
  257. package/backend/node_modules/core-util-is/package.json +38 -0
  258. package/backend/node_modules/cors/LICENSE +22 -0
  259. package/backend/node_modules/cors/README.md +277 -0
  260. package/backend/node_modules/cors/lib/index.js +238 -0
  261. package/backend/node_modules/cors/package.json +42 -0
  262. package/backend/node_modules/debug/LICENSE +20 -0
  263. package/backend/node_modules/debug/README.md +481 -0
  264. package/backend/node_modules/debug/package.json +64 -0
  265. package/backend/node_modules/debug/src/browser.js +272 -0
  266. package/backend/node_modules/debug/src/common.js +292 -0
  267. package/backend/node_modules/debug/src/index.js +10 -0
  268. package/backend/node_modules/debug/src/node.js +263 -0
  269. package/backend/node_modules/denque/CHANGELOG.md +29 -0
  270. package/backend/node_modules/denque/LICENSE +201 -0
  271. package/backend/node_modules/denque/README.md +77 -0
  272. package/backend/node_modules/denque/index.d.ts +47 -0
  273. package/backend/node_modules/denque/index.js +481 -0
  274. package/backend/node_modules/denque/package.json +58 -0
  275. package/backend/node_modules/depd/History.md +103 -0
  276. package/backend/node_modules/depd/LICENSE +22 -0
  277. package/backend/node_modules/depd/Readme.md +280 -0
  278. package/backend/node_modules/depd/index.js +538 -0
  279. package/backend/node_modules/depd/lib/browser/index.js +77 -0
  280. package/backend/node_modules/depd/package.json +45 -0
  281. package/backend/node_modules/dotenv/CHANGELOG.md +621 -0
  282. package/backend/node_modules/dotenv/LICENSE +23 -0
  283. package/backend/node_modules/dotenv/README-es.md +774 -0
  284. package/backend/node_modules/dotenv/README.md +774 -0
  285. package/backend/node_modules/dotenv/SECURITY.md +1 -0
  286. package/backend/node_modules/dotenv/config.d.ts +1 -0
  287. package/backend/node_modules/dotenv/config.js +9 -0
  288. package/backend/node_modules/dotenv/lib/cli-options.js +17 -0
  289. package/backend/node_modules/dotenv/lib/env-options.js +28 -0
  290. package/backend/node_modules/dotenv/lib/main.d.ts +179 -0
  291. package/backend/node_modules/dotenv/lib/main.js +431 -0
  292. package/backend/node_modules/dotenv/package.json +62 -0
  293. package/backend/node_modules/dunder-proto/.eslintrc +5 -0
  294. package/backend/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  295. package/backend/node_modules/dunder-proto/.nycrc +13 -0
  296. package/backend/node_modules/dunder-proto/CHANGELOG.md +24 -0
  297. package/backend/node_modules/dunder-proto/LICENSE +21 -0
  298. package/backend/node_modules/dunder-proto/README.md +54 -0
  299. package/backend/node_modules/dunder-proto/get.d.ts +5 -0
  300. package/backend/node_modules/dunder-proto/get.js +30 -0
  301. package/backend/node_modules/dunder-proto/package.json +76 -0
  302. package/backend/node_modules/dunder-proto/set.d.ts +5 -0
  303. package/backend/node_modules/dunder-proto/set.js +35 -0
  304. package/backend/node_modules/dunder-proto/test/get.js +34 -0
  305. package/backend/node_modules/dunder-proto/test/index.js +4 -0
  306. package/backend/node_modules/dunder-proto/test/set.js +50 -0
  307. package/backend/node_modules/dunder-proto/tsconfig.json +9 -0
  308. package/backend/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
  309. package/backend/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
  310. package/backend/node_modules/ecdsa-sig-formatter/README.md +65 -0
  311. package/backend/node_modules/ecdsa-sig-formatter/package.json +46 -0
  312. package/backend/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
  313. package/backend/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
  314. package/backend/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
  315. package/backend/node_modules/ee-first/LICENSE +22 -0
  316. package/backend/node_modules/ee-first/README.md +80 -0
  317. package/backend/node_modules/ee-first/index.js +95 -0
  318. package/backend/node_modules/ee-first/package.json +29 -0
  319. package/backend/node_modules/encodeurl/LICENSE +22 -0
  320. package/backend/node_modules/encodeurl/README.md +109 -0
  321. package/backend/node_modules/encodeurl/index.js +60 -0
  322. package/backend/node_modules/encodeurl/package.json +40 -0
  323. package/backend/node_modules/es-define-property/.eslintrc +13 -0
  324. package/backend/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  325. package/backend/node_modules/es-define-property/.nycrc +9 -0
  326. package/backend/node_modules/es-define-property/CHANGELOG.md +29 -0
  327. package/backend/node_modules/es-define-property/LICENSE +21 -0
  328. package/backend/node_modules/es-define-property/README.md +49 -0
  329. package/backend/node_modules/es-define-property/index.d.ts +3 -0
  330. package/backend/node_modules/es-define-property/index.js +14 -0
  331. package/backend/node_modules/es-define-property/package.json +81 -0
  332. package/backend/node_modules/es-define-property/test/index.js +56 -0
  333. package/backend/node_modules/es-define-property/tsconfig.json +10 -0
  334. package/backend/node_modules/es-errors/.eslintrc +5 -0
  335. package/backend/node_modules/es-errors/.github/FUNDING.yml +12 -0
  336. package/backend/node_modules/es-errors/CHANGELOG.md +40 -0
  337. package/backend/node_modules/es-errors/LICENSE +21 -0
  338. package/backend/node_modules/es-errors/README.md +55 -0
  339. package/backend/node_modules/es-errors/eval.d.ts +3 -0
  340. package/backend/node_modules/es-errors/eval.js +4 -0
  341. package/backend/node_modules/es-errors/index.d.ts +3 -0
  342. package/backend/node_modules/es-errors/index.js +4 -0
  343. package/backend/node_modules/es-errors/package.json +80 -0
  344. package/backend/node_modules/es-errors/range.d.ts +3 -0
  345. package/backend/node_modules/es-errors/range.js +4 -0
  346. package/backend/node_modules/es-errors/ref.d.ts +3 -0
  347. package/backend/node_modules/es-errors/ref.js +4 -0
  348. package/backend/node_modules/es-errors/syntax.d.ts +3 -0
  349. package/backend/node_modules/es-errors/syntax.js +4 -0
  350. package/backend/node_modules/es-errors/test/index.js +19 -0
  351. package/backend/node_modules/es-errors/tsconfig.json +49 -0
  352. package/backend/node_modules/es-errors/type.d.ts +3 -0
  353. package/backend/node_modules/es-errors/type.js +4 -0
  354. package/backend/node_modules/es-errors/uri.d.ts +3 -0
  355. package/backend/node_modules/es-errors/uri.js +4 -0
  356. package/backend/node_modules/es-object-atoms/.eslintrc +16 -0
  357. package/backend/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  358. package/backend/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  359. package/backend/node_modules/es-object-atoms/LICENSE +21 -0
  360. package/backend/node_modules/es-object-atoms/README.md +63 -0
  361. package/backend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  362. package/backend/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  363. package/backend/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  364. package/backend/node_modules/es-object-atoms/ToObject.js +10 -0
  365. package/backend/node_modules/es-object-atoms/index.d.ts +3 -0
  366. package/backend/node_modules/es-object-atoms/index.js +4 -0
  367. package/backend/node_modules/es-object-atoms/isObject.d.ts +3 -0
  368. package/backend/node_modules/es-object-atoms/isObject.js +6 -0
  369. package/backend/node_modules/es-object-atoms/package.json +80 -0
  370. package/backend/node_modules/es-object-atoms/test/index.js +38 -0
  371. package/backend/node_modules/es-object-atoms/tsconfig.json +6 -0
  372. package/backend/node_modules/escape-html/LICENSE +24 -0
  373. package/backend/node_modules/escape-html/Readme.md +43 -0
  374. package/backend/node_modules/escape-html/index.js +78 -0
  375. package/backend/node_modules/escape-html/package.json +24 -0
  376. package/backend/node_modules/etag/HISTORY.md +83 -0
  377. package/backend/node_modules/etag/LICENSE +22 -0
  378. package/backend/node_modules/etag/README.md +159 -0
  379. package/backend/node_modules/etag/index.js +131 -0
  380. package/backend/node_modules/etag/package.json +47 -0
  381. package/backend/node_modules/express/LICENSE +24 -0
  382. package/backend/node_modules/express/Readme.md +276 -0
  383. package/backend/node_modules/express/index.js +11 -0
  384. package/backend/node_modules/express/lib/application.js +631 -0
  385. package/backend/node_modules/express/lib/express.js +81 -0
  386. package/backend/node_modules/express/lib/request.js +514 -0
  387. package/backend/node_modules/express/lib/response.js +1053 -0
  388. package/backend/node_modules/express/lib/utils.js +271 -0
  389. package/backend/node_modules/express/lib/view.js +205 -0
  390. package/backend/node_modules/express/package.json +99 -0
  391. package/backend/node_modules/express-session/LICENSE +24 -0
  392. package/backend/node_modules/express-session/README.md +1061 -0
  393. package/backend/node_modules/express-session/index.js +700 -0
  394. package/backend/node_modules/express-session/node_modules/cookie-signature/History.md +42 -0
  395. package/backend/node_modules/express-session/node_modules/cookie-signature/Readme.md +42 -0
  396. package/backend/node_modules/express-session/node_modules/cookie-signature/index.js +51 -0
  397. package/backend/node_modules/express-session/node_modules/cookie-signature/package.json +18 -0
  398. package/backend/node_modules/express-session/node_modules/debug/.coveralls.yml +1 -0
  399. package/backend/node_modules/express-session/node_modules/debug/.eslintrc +11 -0
  400. package/backend/node_modules/express-session/node_modules/debug/.travis.yml +14 -0
  401. package/backend/node_modules/express-session/node_modules/debug/CHANGELOG.md +362 -0
  402. package/backend/node_modules/express-session/node_modules/debug/LICENSE +19 -0
  403. package/backend/node_modules/express-session/node_modules/debug/Makefile +50 -0
  404. package/backend/node_modules/express-session/node_modules/debug/README.md +312 -0
  405. package/backend/node_modules/express-session/node_modules/debug/component.json +19 -0
  406. package/backend/node_modules/express-session/node_modules/debug/karma.conf.js +70 -0
  407. package/backend/node_modules/express-session/node_modules/debug/node.js +1 -0
  408. package/backend/node_modules/express-session/node_modules/debug/package.json +49 -0
  409. package/backend/node_modules/express-session/node_modules/debug/src/browser.js +185 -0
  410. package/backend/node_modules/express-session/node_modules/debug/src/debug.js +202 -0
  411. package/backend/node_modules/express-session/node_modules/debug/src/index.js +10 -0
  412. package/backend/node_modules/express-session/node_modules/debug/src/inspector-log.js +15 -0
  413. package/backend/node_modules/express-session/node_modules/debug/src/node.js +248 -0
  414. package/backend/node_modules/express-session/node_modules/ms/index.js +152 -0
  415. package/backend/node_modules/express-session/node_modules/ms/license.md +21 -0
  416. package/backend/node_modules/express-session/node_modules/ms/package.json +37 -0
  417. package/backend/node_modules/express-session/node_modules/ms/readme.md +51 -0
  418. package/backend/node_modules/express-session/node_modules/safe-buffer/LICENSE +21 -0
  419. package/backend/node_modules/express-session/node_modules/safe-buffer/README.md +584 -0
  420. package/backend/node_modules/express-session/node_modules/safe-buffer/index.d.ts +187 -0
  421. package/backend/node_modules/express-session/node_modules/safe-buffer/index.js +65 -0
  422. package/backend/node_modules/express-session/node_modules/safe-buffer/package.json +51 -0
  423. package/backend/node_modules/express-session/package.json +50 -0
  424. package/backend/node_modules/express-session/session/cookie.js +152 -0
  425. package/backend/node_modules/express-session/session/memory.js +187 -0
  426. package/backend/node_modules/express-session/session/session.js +143 -0
  427. package/backend/node_modules/express-session/session/store.js +102 -0
  428. package/backend/node_modules/finalhandler/HISTORY.md +239 -0
  429. package/backend/node_modules/finalhandler/LICENSE +22 -0
  430. package/backend/node_modules/finalhandler/README.md +150 -0
  431. package/backend/node_modules/finalhandler/index.js +293 -0
  432. package/backend/node_modules/finalhandler/package.json +47 -0
  433. package/backend/node_modules/forwarded/HISTORY.md +21 -0
  434. package/backend/node_modules/forwarded/LICENSE +22 -0
  435. package/backend/node_modules/forwarded/README.md +57 -0
  436. package/backend/node_modules/forwarded/index.js +90 -0
  437. package/backend/node_modules/forwarded/package.json +45 -0
  438. package/backend/node_modules/fresh/HISTORY.md +80 -0
  439. package/backend/node_modules/fresh/LICENSE +23 -0
  440. package/backend/node_modules/fresh/README.md +117 -0
  441. package/backend/node_modules/fresh/index.js +136 -0
  442. package/backend/node_modules/fresh/package.json +46 -0
  443. package/backend/node_modules/function-bind/.eslintrc +21 -0
  444. package/backend/node_modules/function-bind/.github/FUNDING.yml +12 -0
  445. package/backend/node_modules/function-bind/.github/SECURITY.md +3 -0
  446. package/backend/node_modules/function-bind/.nycrc +13 -0
  447. package/backend/node_modules/function-bind/CHANGELOG.md +136 -0
  448. package/backend/node_modules/function-bind/LICENSE +20 -0
  449. package/backend/node_modules/function-bind/README.md +46 -0
  450. package/backend/node_modules/function-bind/implementation.js +84 -0
  451. package/backend/node_modules/function-bind/index.js +5 -0
  452. package/backend/node_modules/function-bind/package.json +87 -0
  453. package/backend/node_modules/function-bind/test/.eslintrc +9 -0
  454. package/backend/node_modules/function-bind/test/index.js +252 -0
  455. package/backend/node_modules/generate-function/.travis.yml +3 -0
  456. package/backend/node_modules/generate-function/LICENSE +21 -0
  457. package/backend/node_modules/generate-function/README.md +89 -0
  458. package/backend/node_modules/generate-function/example.js +27 -0
  459. package/backend/node_modules/generate-function/index.js +181 -0
  460. package/backend/node_modules/generate-function/package.json +32 -0
  461. package/backend/node_modules/generate-function/test.js +49 -0
  462. package/backend/node_modules/get-intrinsic/.eslintrc +42 -0
  463. package/backend/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  464. package/backend/node_modules/get-intrinsic/.nycrc +9 -0
  465. package/backend/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  466. package/backend/node_modules/get-intrinsic/LICENSE +21 -0
  467. package/backend/node_modules/get-intrinsic/README.md +71 -0
  468. package/backend/node_modules/get-intrinsic/index.js +378 -0
  469. package/backend/node_modules/get-intrinsic/package.json +97 -0
  470. package/backend/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  471. package/backend/node_modules/get-proto/.eslintrc +10 -0
  472. package/backend/node_modules/get-proto/.github/FUNDING.yml +12 -0
  473. package/backend/node_modules/get-proto/.nycrc +9 -0
  474. package/backend/node_modules/get-proto/CHANGELOG.md +21 -0
  475. package/backend/node_modules/get-proto/LICENSE +21 -0
  476. package/backend/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  477. package/backend/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  478. package/backend/node_modules/get-proto/README.md +50 -0
  479. package/backend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  480. package/backend/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  481. package/backend/node_modules/get-proto/index.d.ts +5 -0
  482. package/backend/node_modules/get-proto/index.js +27 -0
  483. package/backend/node_modules/get-proto/package.json +81 -0
  484. package/backend/node_modules/get-proto/test/index.js +68 -0
  485. package/backend/node_modules/get-proto/tsconfig.json +9 -0
  486. package/backend/node_modules/gopd/.eslintrc +16 -0
  487. package/backend/node_modules/gopd/.github/FUNDING.yml +12 -0
  488. package/backend/node_modules/gopd/CHANGELOG.md +45 -0
  489. package/backend/node_modules/gopd/LICENSE +21 -0
  490. package/backend/node_modules/gopd/README.md +40 -0
  491. package/backend/node_modules/gopd/gOPD.d.ts +1 -0
  492. package/backend/node_modules/gopd/gOPD.js +4 -0
  493. package/backend/node_modules/gopd/index.d.ts +5 -0
  494. package/backend/node_modules/gopd/index.js +15 -0
  495. package/backend/node_modules/gopd/package.json +77 -0
  496. package/backend/node_modules/gopd/test/index.js +36 -0
  497. package/backend/node_modules/gopd/tsconfig.json +9 -0
  498. package/backend/node_modules/has-symbols/.eslintrc +11 -0
  499. package/backend/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  500. package/backend/node_modules/has-symbols/.nycrc +9 -0
  501. package/backend/node_modules/has-symbols/CHANGELOG.md +91 -0
  502. package/backend/node_modules/has-symbols/LICENSE +21 -0
  503. package/backend/node_modules/has-symbols/README.md +46 -0
  504. package/backend/node_modules/has-symbols/index.d.ts +3 -0
  505. package/backend/node_modules/has-symbols/index.js +14 -0
  506. package/backend/node_modules/has-symbols/package.json +111 -0
  507. package/backend/node_modules/has-symbols/shams.d.ts +3 -0
  508. package/backend/node_modules/has-symbols/shams.js +45 -0
  509. package/backend/node_modules/has-symbols/test/index.js +22 -0
  510. package/backend/node_modules/has-symbols/test/shams/core-js.js +29 -0
  511. package/backend/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  512. package/backend/node_modules/has-symbols/test/tests.js +58 -0
  513. package/backend/node_modules/has-symbols/tsconfig.json +10 -0
  514. package/backend/node_modules/hasown/.eslintrc +5 -0
  515. package/backend/node_modules/hasown/.github/FUNDING.yml +12 -0
  516. package/backend/node_modules/hasown/.nycrc +13 -0
  517. package/backend/node_modules/hasown/CHANGELOG.md +40 -0
  518. package/backend/node_modules/hasown/LICENSE +21 -0
  519. package/backend/node_modules/hasown/README.md +40 -0
  520. package/backend/node_modules/hasown/index.d.ts +3 -0
  521. package/backend/node_modules/hasown/index.js +8 -0
  522. package/backend/node_modules/hasown/package.json +92 -0
  523. package/backend/node_modules/hasown/tsconfig.json +6 -0
  524. package/backend/node_modules/http-errors/HISTORY.md +186 -0
  525. package/backend/node_modules/http-errors/LICENSE +23 -0
  526. package/backend/node_modules/http-errors/README.md +169 -0
  527. package/backend/node_modules/http-errors/index.js +290 -0
  528. package/backend/node_modules/http-errors/package.json +54 -0
  529. package/backend/node_modules/iconv-lite/LICENSE +21 -0
  530. package/backend/node_modules/iconv-lite/README.md +138 -0
  531. package/backend/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
  532. package/backend/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
  533. package/backend/node_modules/iconv-lite/encodings/index.js +23 -0
  534. package/backend/node_modules/iconv-lite/encodings/internal.js +218 -0
  535. package/backend/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
  536. package/backend/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  537. package/backend/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
  538. package/backend/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  539. package/backend/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  540. package/backend/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  541. package/backend/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  542. package/backend/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  543. package/backend/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  544. package/backend/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
  545. package/backend/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  546. package/backend/node_modules/iconv-lite/encodings/utf16.js +187 -0
  547. package/backend/node_modules/iconv-lite/encodings/utf32.js +307 -0
  548. package/backend/node_modules/iconv-lite/encodings/utf7.js +283 -0
  549. package/backend/node_modules/iconv-lite/lib/bom-handling.js +48 -0
  550. package/backend/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
  551. package/backend/node_modules/iconv-lite/lib/index.d.ts +129 -0
  552. package/backend/node_modules/iconv-lite/lib/index.js +182 -0
  553. package/backend/node_modules/iconv-lite/lib/streams.js +105 -0
  554. package/backend/node_modules/iconv-lite/package.json +70 -0
  555. package/backend/node_modules/iconv-lite/types/encodings.d.ts +423 -0
  556. package/backend/node_modules/inherits/LICENSE +16 -0
  557. package/backend/node_modules/inherits/README.md +42 -0
  558. package/backend/node_modules/inherits/inherits.js +9 -0
  559. package/backend/node_modules/inherits/inherits_browser.js +27 -0
  560. package/backend/node_modules/inherits/package.json +29 -0
  561. package/backend/node_modules/ipaddr.js/LICENSE +19 -0
  562. package/backend/node_modules/ipaddr.js/README.md +233 -0
  563. package/backend/node_modules/ipaddr.js/ipaddr.min.js +1 -0
  564. package/backend/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
  565. package/backend/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
  566. package/backend/node_modules/ipaddr.js/package.json +35 -0
  567. package/backend/node_modules/is-promise/LICENSE +19 -0
  568. package/backend/node_modules/is-promise/index.d.ts +2 -0
  569. package/backend/node_modules/is-promise/index.js +6 -0
  570. package/backend/node_modules/is-promise/index.mjs +3 -0
  571. package/backend/node_modules/is-promise/package.json +30 -0
  572. package/backend/node_modules/is-promise/readme.md +33 -0
  573. package/backend/node_modules/is-property/LICENSE +22 -0
  574. package/backend/node_modules/is-property/README.md +28 -0
  575. package/backend/node_modules/is-property/is-property.js +5 -0
  576. package/backend/node_modules/is-property/package.json +36 -0
  577. package/backend/node_modules/isarray/.travis.yml +4 -0
  578. package/backend/node_modules/isarray/Makefile +6 -0
  579. package/backend/node_modules/isarray/README.md +60 -0
  580. package/backend/node_modules/isarray/component.json +19 -0
  581. package/backend/node_modules/isarray/index.js +5 -0
  582. package/backend/node_modules/isarray/package.json +45 -0
  583. package/backend/node_modules/isarray/test.js +20 -0
  584. package/backend/node_modules/jsonwebtoken/LICENSE +21 -0
  585. package/backend/node_modules/jsonwebtoken/README.md +396 -0
  586. package/backend/node_modules/jsonwebtoken/decode.js +30 -0
  587. package/backend/node_modules/jsonwebtoken/index.js +8 -0
  588. package/backend/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +14 -0
  589. package/backend/node_modules/jsonwebtoken/lib/NotBeforeError.js +13 -0
  590. package/backend/node_modules/jsonwebtoken/lib/TokenExpiredError.js +13 -0
  591. package/backend/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +3 -0
  592. package/backend/node_modules/jsonwebtoken/lib/psSupported.js +3 -0
  593. package/backend/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +3 -0
  594. package/backend/node_modules/jsonwebtoken/lib/timespan.js +18 -0
  595. package/backend/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +66 -0
  596. package/backend/node_modules/jsonwebtoken/package.json +70 -0
  597. package/backend/node_modules/jsonwebtoken/sign.js +253 -0
  598. package/backend/node_modules/jsonwebtoken/verify.js +263 -0
  599. package/backend/node_modules/jwa/LICENSE +17 -0
  600. package/backend/node_modules/jwa/README.md +150 -0
  601. package/backend/node_modules/jwa/index.js +266 -0
  602. package/backend/node_modules/jwa/opslevel.yml +6 -0
  603. package/backend/node_modules/jwa/package.json +37 -0
  604. package/backend/node_modules/jws/CHANGELOG.md +56 -0
  605. package/backend/node_modules/jws/LICENSE +17 -0
  606. package/backend/node_modules/jws/index.js +22 -0
  607. package/backend/node_modules/jws/lib/data-stream.js +55 -0
  608. package/backend/node_modules/jws/lib/sign-stream.js +83 -0
  609. package/backend/node_modules/jws/lib/tostring.js +10 -0
  610. package/backend/node_modules/jws/lib/verify-stream.js +125 -0
  611. package/backend/node_modules/jws/opslevel.yml +6 -0
  612. package/backend/node_modules/jws/package.json +34 -0
  613. package/backend/node_modules/jws/readme.md +255 -0
  614. package/backend/node_modules/lodash.includes/LICENSE +47 -0
  615. package/backend/node_modules/lodash.includes/README.md +18 -0
  616. package/backend/node_modules/lodash.includes/index.js +745 -0
  617. package/backend/node_modules/lodash.includes/package.json +17 -0
  618. package/backend/node_modules/lodash.isboolean/LICENSE +22 -0
  619. package/backend/node_modules/lodash.isboolean/README.md +18 -0
  620. package/backend/node_modules/lodash.isboolean/index.js +70 -0
  621. package/backend/node_modules/lodash.isboolean/package.json +17 -0
  622. package/backend/node_modules/lodash.isinteger/LICENSE +47 -0
  623. package/backend/node_modules/lodash.isinteger/README.md +18 -0
  624. package/backend/node_modules/lodash.isinteger/index.js +265 -0
  625. package/backend/node_modules/lodash.isinteger/package.json +17 -0
  626. package/backend/node_modules/lodash.isnumber/LICENSE +22 -0
  627. package/backend/node_modules/lodash.isnumber/README.md +18 -0
  628. package/backend/node_modules/lodash.isnumber/index.js +79 -0
  629. package/backend/node_modules/lodash.isnumber/package.json +17 -0
  630. package/backend/node_modules/lodash.isplainobject/LICENSE +47 -0
  631. package/backend/node_modules/lodash.isplainobject/README.md +18 -0
  632. package/backend/node_modules/lodash.isplainobject/index.js +139 -0
  633. package/backend/node_modules/lodash.isplainobject/package.json +17 -0
  634. package/backend/node_modules/lodash.isstring/LICENSE +22 -0
  635. package/backend/node_modules/lodash.isstring/README.md +18 -0
  636. package/backend/node_modules/lodash.isstring/index.js +95 -0
  637. package/backend/node_modules/lodash.isstring/package.json +17 -0
  638. package/backend/node_modules/lodash.once/LICENSE +47 -0
  639. package/backend/node_modules/lodash.once/README.md +18 -0
  640. package/backend/node_modules/lodash.once/index.js +294 -0
  641. package/backend/node_modules/lodash.once/package.json +17 -0
  642. package/backend/node_modules/long/LICENSE +202 -0
  643. package/backend/node_modules/long/README.md +286 -0
  644. package/backend/node_modules/long/index.d.ts +2 -0
  645. package/backend/node_modules/long/index.js +1581 -0
  646. package/backend/node_modules/long/package.json +58 -0
  647. package/backend/node_modules/long/types.d.ts +474 -0
  648. package/backend/node_modules/long/umd/index.d.ts +3 -0
  649. package/backend/node_modules/long/umd/index.js +1622 -0
  650. package/backend/node_modules/long/umd/package.json +3 -0
  651. package/backend/node_modules/long/umd/types.d.ts +474 -0
  652. package/backend/node_modules/lru.min/LICENSE +21 -0
  653. package/backend/node_modules/lru.min/README.md +392 -0
  654. package/backend/node_modules/lru.min/browser/lru.min.js +1 -0
  655. package/backend/node_modules/lru.min/lib/index.d.ts +38 -0
  656. package/backend/node_modules/lru.min/lib/index.js +248 -0
  657. package/backend/node_modules/lru.min/lib/index.mjs +227 -0
  658. package/backend/node_modules/lru.min/package.json +87 -0
  659. package/backend/node_modules/math-intrinsics/.eslintrc +16 -0
  660. package/backend/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  661. package/backend/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  662. package/backend/node_modules/math-intrinsics/LICENSE +21 -0
  663. package/backend/node_modules/math-intrinsics/README.md +50 -0
  664. package/backend/node_modules/math-intrinsics/abs.d.ts +1 -0
  665. package/backend/node_modules/math-intrinsics/abs.js +4 -0
  666. package/backend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  667. package/backend/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  668. package/backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  669. package/backend/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  670. package/backend/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  671. package/backend/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  672. package/backend/node_modules/math-intrinsics/floor.d.ts +1 -0
  673. package/backend/node_modules/math-intrinsics/floor.js +4 -0
  674. package/backend/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  675. package/backend/node_modules/math-intrinsics/isFinite.js +12 -0
  676. package/backend/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  677. package/backend/node_modules/math-intrinsics/isInteger.js +16 -0
  678. package/backend/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  679. package/backend/node_modules/math-intrinsics/isNaN.js +6 -0
  680. package/backend/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  681. package/backend/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  682. package/backend/node_modules/math-intrinsics/max.d.ts +1 -0
  683. package/backend/node_modules/math-intrinsics/max.js +4 -0
  684. package/backend/node_modules/math-intrinsics/min.d.ts +1 -0
  685. package/backend/node_modules/math-intrinsics/min.js +4 -0
  686. package/backend/node_modules/math-intrinsics/mod.d.ts +3 -0
  687. package/backend/node_modules/math-intrinsics/mod.js +9 -0
  688. package/backend/node_modules/math-intrinsics/package.json +86 -0
  689. package/backend/node_modules/math-intrinsics/pow.d.ts +1 -0
  690. package/backend/node_modules/math-intrinsics/pow.js +4 -0
  691. package/backend/node_modules/math-intrinsics/round.d.ts +1 -0
  692. package/backend/node_modules/math-intrinsics/round.js +4 -0
  693. package/backend/node_modules/math-intrinsics/sign.d.ts +3 -0
  694. package/backend/node_modules/math-intrinsics/sign.js +11 -0
  695. package/backend/node_modules/math-intrinsics/test/index.js +192 -0
  696. package/backend/node_modules/math-intrinsics/tsconfig.json +3 -0
  697. package/backend/node_modules/media-typer/HISTORY.md +50 -0
  698. package/backend/node_modules/media-typer/LICENSE +22 -0
  699. package/backend/node_modules/media-typer/README.md +93 -0
  700. package/backend/node_modules/media-typer/index.js +143 -0
  701. package/backend/node_modules/media-typer/package.json +33 -0
  702. package/backend/node_modules/merge-descriptors/index.d.ts +11 -0
  703. package/backend/node_modules/merge-descriptors/index.js +26 -0
  704. package/backend/node_modules/merge-descriptors/license +11 -0
  705. package/backend/node_modules/merge-descriptors/package.json +50 -0
  706. package/backend/node_modules/merge-descriptors/readme.md +55 -0
  707. package/backend/node_modules/mime-db/HISTORY.md +541 -0
  708. package/backend/node_modules/mime-db/LICENSE +23 -0
  709. package/backend/node_modules/mime-db/README.md +109 -0
  710. package/backend/node_modules/mime-db/db.json +9342 -0
  711. package/backend/node_modules/mime-db/index.js +12 -0
  712. package/backend/node_modules/mime-db/package.json +56 -0
  713. package/backend/node_modules/mime-types/HISTORY.md +428 -0
  714. package/backend/node_modules/mime-types/LICENSE +23 -0
  715. package/backend/node_modules/mime-types/README.md +126 -0
  716. package/backend/node_modules/mime-types/index.js +211 -0
  717. package/backend/node_modules/mime-types/mimeScore.js +57 -0
  718. package/backend/node_modules/mime-types/package.json +49 -0
  719. package/backend/node_modules/ms/index.js +162 -0
  720. package/backend/node_modules/ms/license.md +21 -0
  721. package/backend/node_modules/ms/package.json +38 -0
  722. package/backend/node_modules/ms/readme.md +59 -0
  723. package/backend/node_modules/mysql/Changes.md +569 -0
  724. package/backend/node_modules/mysql/License +19 -0
  725. package/backend/node_modules/mysql/Readme.md +1548 -0
  726. package/backend/node_modules/mysql/index.js +161 -0
  727. package/backend/node_modules/mysql/lib/Connection.js +529 -0
  728. package/backend/node_modules/mysql/lib/ConnectionConfig.js +209 -0
  729. package/backend/node_modules/mysql/lib/Pool.js +294 -0
  730. package/backend/node_modules/mysql/lib/PoolCluster.js +288 -0
  731. package/backend/node_modules/mysql/lib/PoolConfig.js +32 -0
  732. package/backend/node_modules/mysql/lib/PoolConnection.js +65 -0
  733. package/backend/node_modules/mysql/lib/PoolNamespace.js +136 -0
  734. package/backend/node_modules/mysql/lib/PoolSelector.js +31 -0
  735. package/backend/node_modules/mysql/lib/protocol/Auth.js +168 -0
  736. package/backend/node_modules/mysql/lib/protocol/BufferList.js +25 -0
  737. package/backend/node_modules/mysql/lib/protocol/PacketHeader.js +5 -0
  738. package/backend/node_modules/mysql/lib/protocol/PacketWriter.js +211 -0
  739. package/backend/node_modules/mysql/lib/protocol/Parser.js +491 -0
  740. package/backend/node_modules/mysql/lib/protocol/Protocol.js +463 -0
  741. package/backend/node_modules/mysql/lib/protocol/ResultSet.js +7 -0
  742. package/backend/node_modules/mysql/lib/protocol/SqlString.js +1 -0
  743. package/backend/node_modules/mysql/lib/protocol/Timer.js +33 -0
  744. package/backend/node_modules/mysql/lib/protocol/constants/charsets.js +262 -0
  745. package/backend/node_modules/mysql/lib/protocol/constants/client.js +26 -0
  746. package/backend/node_modules/mysql/lib/protocol/constants/errors.js +2476 -0
  747. package/backend/node_modules/mysql/lib/protocol/constants/field_flags.js +18 -0
  748. package/backend/node_modules/mysql/lib/protocol/constants/server_status.js +39 -0
  749. package/backend/node_modules/mysql/lib/protocol/constants/ssl_profiles.js +1480 -0
  750. package/backend/node_modules/mysql/lib/protocol/constants/types.js +72 -0
  751. package/backend/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js +20 -0
  752. package/backend/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js +14 -0
  753. package/backend/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js +54 -0
  754. package/backend/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js +26 -0
  755. package/backend/node_modules/mysql/lib/protocol/packets/ComPingPacket.js +12 -0
  756. package/backend/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js +15 -0
  757. package/backend/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js +12 -0
  758. package/backend/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js +12 -0
  759. package/backend/node_modules/mysql/lib/protocol/packets/EmptyPacket.js +9 -0
  760. package/backend/node_modules/mysql/lib/protocol/packets/EofPacket.js +25 -0
  761. package/backend/node_modules/mysql/lib/protocol/packets/ErrorPacket.js +35 -0
  762. package/backend/node_modules/mysql/lib/protocol/packets/Field.js +26 -0
  763. package/backend/node_modules/mysql/lib/protocol/packets/FieldPacket.js +93 -0
  764. package/backend/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js +103 -0
  765. package/backend/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js +15 -0
  766. package/backend/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js +21 -0
  767. package/backend/node_modules/mysql/lib/protocol/packets/OkPacket.js +44 -0
  768. package/backend/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js +14 -0
  769. package/backend/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js +14 -0
  770. package/backend/node_modules/mysql/lib/protocol/packets/RowDataPacket.js +130 -0
  771. package/backend/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js +27 -0
  772. package/backend/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js +20 -0
  773. package/backend/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js +14 -0
  774. package/backend/node_modules/mysql/lib/protocol/packets/index.js +23 -0
  775. package/backend/node_modules/mysql/lib/protocol/sequences/ChangeUser.js +67 -0
  776. package/backend/node_modules/mysql/lib/protocol/sequences/Handshake.js +126 -0
  777. package/backend/node_modules/mysql/lib/protocol/sequences/Ping.js +19 -0
  778. package/backend/node_modules/mysql/lib/protocol/sequences/Query.js +228 -0
  779. package/backend/node_modules/mysql/lib/protocol/sequences/Quit.js +40 -0
  780. package/backend/node_modules/mysql/lib/protocol/sequences/Sequence.js +125 -0
  781. package/backend/node_modules/mysql/lib/protocol/sequences/Statistics.js +30 -0
  782. package/backend/node_modules/mysql/lib/protocol/sequences/index.js +7 -0
  783. package/backend/node_modules/mysql/package.json +46 -0
  784. package/backend/node_modules/mysql2/License +19 -0
  785. package/backend/node_modules/mysql2/README.md +114 -0
  786. package/backend/node_modules/mysql2/index.d.ts +1 -0
  787. package/backend/node_modules/mysql2/index.js +77 -0
  788. package/backend/node_modules/mysql2/lib/auth_41.js +95 -0
  789. package/backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js +108 -0
  790. package/backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md +18 -0
  791. package/backend/node_modules/mysql2/lib/auth_plugins/index.js +8 -0
  792. package/backend/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js +17 -0
  793. package/backend/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js +34 -0
  794. package/backend/node_modules/mysql2/lib/auth_plugins/sha256_password.js +68 -0
  795. package/backend/node_modules/mysql2/lib/base/connection.js +988 -0
  796. package/backend/node_modules/mysql2/lib/base/pool.js +282 -0
  797. package/backend/node_modules/mysql2/lib/base/pool_connection.js +77 -0
  798. package/backend/node_modules/mysql2/lib/commands/auth_switch.js +111 -0
  799. package/backend/node_modules/mysql2/lib/commands/binlog_dump.js +109 -0
  800. package/backend/node_modules/mysql2/lib/commands/change_user.js +68 -0
  801. package/backend/node_modules/mysql2/lib/commands/client_handshake.js +239 -0
  802. package/backend/node_modules/mysql2/lib/commands/close_statement.js +18 -0
  803. package/backend/node_modules/mysql2/lib/commands/command.js +54 -0
  804. package/backend/node_modules/mysql2/lib/commands/execute.js +112 -0
  805. package/backend/node_modules/mysql2/lib/commands/index.js +27 -0
  806. package/backend/node_modules/mysql2/lib/commands/ping.js +36 -0
  807. package/backend/node_modules/mysql2/lib/commands/prepare.js +143 -0
  808. package/backend/node_modules/mysql2/lib/commands/query.js +361 -0
  809. package/backend/node_modules/mysql2/lib/commands/quit.js +29 -0
  810. package/backend/node_modules/mysql2/lib/commands/register_slave.js +27 -0
  811. package/backend/node_modules/mysql2/lib/commands/server_handshake.js +202 -0
  812. package/backend/node_modules/mysql2/lib/compressed_protocol.js +153 -0
  813. package/backend/node_modules/mysql2/lib/connection.js +12 -0
  814. package/backend/node_modules/mysql2/lib/connection_config.js +293 -0
  815. package/backend/node_modules/mysql2/lib/constants/charset_encodings.js +317 -0
  816. package/backend/node_modules/mysql2/lib/constants/charsets.js +317 -0
  817. package/backend/node_modules/mysql2/lib/constants/client.js +38 -0
  818. package/backend/node_modules/mysql2/lib/constants/commands.js +36 -0
  819. package/backend/node_modules/mysql2/lib/constants/cursor.js +8 -0
  820. package/backend/node_modules/mysql2/lib/constants/encoding_charset.js +50 -0
  821. package/backend/node_modules/mysql2/lib/constants/errors.js +3973 -0
  822. package/backend/node_modules/mysql2/lib/constants/field_flags.js +20 -0
  823. package/backend/node_modules/mysql2/lib/constants/server_status.js +44 -0
  824. package/backend/node_modules/mysql2/lib/constants/session_track.js +11 -0
  825. package/backend/node_modules/mysql2/lib/constants/ssl_profiles.js +11 -0
  826. package/backend/node_modules/mysql2/lib/constants/types.js +64 -0
  827. package/backend/node_modules/mysql2/lib/create_connection.js +10 -0
  828. package/backend/node_modules/mysql2/lib/create_pool.js +10 -0
  829. package/backend/node_modules/mysql2/lib/create_pool_cluster.js +9 -0
  830. package/backend/node_modules/mysql2/lib/helpers.js +83 -0
  831. package/backend/node_modules/mysql2/lib/packet_parser.js +195 -0
  832. package/backend/node_modules/mysql2/lib/packets/auth_next_factor.js +35 -0
  833. package/backend/node_modules/mysql2/lib/packets/auth_switch_request.js +38 -0
  834. package/backend/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js +33 -0
  835. package/backend/node_modules/mysql2/lib/packets/auth_switch_response.js +30 -0
  836. package/backend/node_modules/mysql2/lib/packets/binary_row.js +95 -0
  837. package/backend/node_modules/mysql2/lib/packets/binlog_dump.js +33 -0
  838. package/backend/node_modules/mysql2/lib/packets/binlog_query_statusvars.js +115 -0
  839. package/backend/node_modules/mysql2/lib/packets/change_user.js +97 -0
  840. package/backend/node_modules/mysql2/lib/packets/close_statement.js +21 -0
  841. package/backend/node_modules/mysql2/lib/packets/column_definition.js +291 -0
  842. package/backend/node_modules/mysql2/lib/packets/execute.js +214 -0
  843. package/backend/node_modules/mysql2/lib/packets/handshake.js +112 -0
  844. package/backend/node_modules/mysql2/lib/packets/handshake_response.js +144 -0
  845. package/backend/node_modules/mysql2/lib/packets/index.js +152 -0
  846. package/backend/node_modules/mysql2/lib/packets/packet.js +929 -0
  847. package/backend/node_modules/mysql2/lib/packets/prepare_statement.js +27 -0
  848. package/backend/node_modules/mysql2/lib/packets/prepared_statement_header.js +16 -0
  849. package/backend/node_modules/mysql2/lib/packets/query.js +27 -0
  850. package/backend/node_modules/mysql2/lib/packets/register_slave.js +46 -0
  851. package/backend/node_modules/mysql2/lib/packets/resultset_header.js +124 -0
  852. package/backend/node_modules/mysql2/lib/packets/ssl_request.js +25 -0
  853. package/backend/node_modules/mysql2/lib/packets/text_row.js +47 -0
  854. package/backend/node_modules/mysql2/lib/parsers/binary_parser.js +235 -0
  855. package/backend/node_modules/mysql2/lib/parsers/parser_cache.js +68 -0
  856. package/backend/node_modules/mysql2/lib/parsers/static_binary_parser.js +213 -0
  857. package/backend/node_modules/mysql2/lib/parsers/static_text_parser.js +152 -0
  858. package/backend/node_modules/mysql2/lib/parsers/string.js +50 -0
  859. package/backend/node_modules/mysql2/lib/parsers/text_parser.js +214 -0
  860. package/backend/node_modules/mysql2/lib/pool.js +12 -0
  861. package/backend/node_modules/mysql2/lib/pool_cluster.js +375 -0
  862. package/backend/node_modules/mysql2/lib/pool_config.js +30 -0
  863. package/backend/node_modules/mysql2/lib/pool_connection.js +12 -0
  864. package/backend/node_modules/mysql2/lib/promise/connection.js +228 -0
  865. package/backend/node_modules/mysql2/lib/promise/inherit_events.js +27 -0
  866. package/backend/node_modules/mysql2/lib/promise/make_done_cb.js +19 -0
  867. package/backend/node_modules/mysql2/lib/promise/pool.js +118 -0
  868. package/backend/node_modules/mysql2/lib/promise/pool_cluster.js +54 -0
  869. package/backend/node_modules/mysql2/lib/promise/pool_connection.js +23 -0
  870. package/backend/node_modules/mysql2/lib/promise/prepared_statement_info.js +32 -0
  871. package/backend/node_modules/mysql2/lib/results_stream.js +38 -0
  872. package/backend/node_modules/mysql2/lib/server.js +37 -0
  873. package/backend/node_modules/mysql2/package.json +96 -0
  874. package/backend/node_modules/mysql2/promise.d.ts +139 -0
  875. package/backend/node_modules/mysql2/promise.js +208 -0
  876. package/backend/node_modules/mysql2/typings/mysql/LICENSE.txt +15 -0
  877. package/backend/node_modules/mysql2/typings/mysql/index.d.ts +84 -0
  878. package/backend/node_modules/mysql2/typings/mysql/info.txt +1 -0
  879. package/backend/node_modules/mysql2/typings/mysql/lib/Auth.d.ts +30 -0
  880. package/backend/node_modules/mysql2/typings/mysql/lib/Connection.d.ts +442 -0
  881. package/backend/node_modules/mysql2/typings/mysql/lib/Pool.d.ts +71 -0
  882. package/backend/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts +92 -0
  883. package/backend/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts +11 -0
  884. package/backend/node_modules/mysql2/typings/mysql/lib/Server.d.ts +11 -0
  885. package/backend/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts +8 -0
  886. package/backend/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts +326 -0
  887. package/backend/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts +70 -0
  888. package/backend/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts +5 -0
  889. package/backend/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts +4 -0
  890. package/backend/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts +18 -0
  891. package/backend/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts +54 -0
  892. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts +10 -0
  893. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts +27 -0
  894. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts +23 -0
  895. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts +13 -0
  896. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts +18 -0
  897. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts +9 -0
  898. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts +28 -0
  899. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts +6 -0
  900. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts +9 -0
  901. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts +41 -0
  902. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts +65 -0
  903. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts +228 -0
  904. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts +41 -0
  905. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts +5 -0
  906. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts +17 -0
  907. package/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts +18 -0
  908. package/backend/node_modules/named-placeholders/LICENSE +21 -0
  909. package/backend/node_modules/named-placeholders/README.md +27 -0
  910. package/backend/node_modules/named-placeholders/index.js +179 -0
  911. package/backend/node_modules/named-placeholders/package.json +36 -0
  912. package/backend/node_modules/negotiator/HISTORY.md +114 -0
  913. package/backend/node_modules/negotiator/LICENSE +24 -0
  914. package/backend/node_modules/negotiator/README.md +212 -0
  915. package/backend/node_modules/negotiator/index.js +83 -0
  916. package/backend/node_modules/negotiator/lib/charset.js +169 -0
  917. package/backend/node_modules/negotiator/lib/encoding.js +205 -0
  918. package/backend/node_modules/negotiator/lib/language.js +179 -0
  919. package/backend/node_modules/negotiator/lib/mediaType.js +294 -0
  920. package/backend/node_modules/negotiator/package.json +43 -0
  921. package/backend/node_modules/node-addon-api/LICENSE.md +9 -0
  922. package/backend/node_modules/node-addon-api/README.md +95 -0
  923. package/backend/node_modules/node-addon-api/common.gypi +21 -0
  924. package/backend/node_modules/node-addon-api/except.gypi +25 -0
  925. package/backend/node_modules/node-addon-api/index.js +14 -0
  926. package/backend/node_modules/node-addon-api/napi-inl.deprecated.h +186 -0
  927. package/backend/node_modules/node-addon-api/napi-inl.h +7033 -0
  928. package/backend/node_modules/node-addon-api/napi.h +3309 -0
  929. package/backend/node_modules/node-addon-api/node_addon_api.gyp +42 -0
  930. package/backend/node_modules/node-addon-api/node_api.gyp +9 -0
  931. package/backend/node_modules/node-addon-api/noexcept.gypi +26 -0
  932. package/backend/node_modules/node-addon-api/nothing.c +0 -0
  933. package/backend/node_modules/node-addon-api/package-support.json +21 -0
  934. package/backend/node_modules/node-addon-api/package.json +480 -0
  935. package/backend/node_modules/node-addon-api/tools/README.md +73 -0
  936. package/backend/node_modules/node-addon-api/tools/check-napi.js +99 -0
  937. package/backend/node_modules/node-addon-api/tools/clang-format.js +71 -0
  938. package/backend/node_modules/node-addon-api/tools/conversion.js +301 -0
  939. package/backend/node_modules/node-gyp-build/LICENSE +21 -0
  940. package/backend/node_modules/node-gyp-build/README.md +58 -0
  941. package/backend/node_modules/node-gyp-build/SECURITY.md +5 -0
  942. package/backend/node_modules/node-gyp-build/bin.js +84 -0
  943. package/backend/node_modules/node-gyp-build/build-test.js +19 -0
  944. package/backend/node_modules/node-gyp-build/index.js +6 -0
  945. package/backend/node_modules/node-gyp-build/node-gyp-build.js +207 -0
  946. package/backend/node_modules/node-gyp-build/optional.js +7 -0
  947. package/backend/node_modules/node-gyp-build/package.json +43 -0
  948. package/backend/node_modules/object-assign/index.js +90 -0
  949. package/backend/node_modules/object-assign/license +21 -0
  950. package/backend/node_modules/object-assign/package.json +42 -0
  951. package/backend/node_modules/object-assign/readme.md +61 -0
  952. package/backend/node_modules/object-inspect/.eslintrc +53 -0
  953. package/backend/node_modules/object-inspect/.github/FUNDING.yml +12 -0
  954. package/backend/node_modules/object-inspect/.nycrc +13 -0
  955. package/backend/node_modules/object-inspect/CHANGELOG.md +424 -0
  956. package/backend/node_modules/object-inspect/LICENSE +21 -0
  957. package/backend/node_modules/object-inspect/example/all.js +23 -0
  958. package/backend/node_modules/object-inspect/example/circular.js +6 -0
  959. package/backend/node_modules/object-inspect/example/fn.js +5 -0
  960. package/backend/node_modules/object-inspect/example/inspect.js +10 -0
  961. package/backend/node_modules/object-inspect/index.js +544 -0
  962. package/backend/node_modules/object-inspect/package-support.json +20 -0
  963. package/backend/node_modules/object-inspect/package.json +105 -0
  964. package/backend/node_modules/object-inspect/readme.markdown +84 -0
  965. package/backend/node_modules/object-inspect/test/bigint.js +58 -0
  966. package/backend/node_modules/object-inspect/test/browser/dom.js +15 -0
  967. package/backend/node_modules/object-inspect/test/circular.js +16 -0
  968. package/backend/node_modules/object-inspect/test/deep.js +12 -0
  969. package/backend/node_modules/object-inspect/test/element.js +53 -0
  970. package/backend/node_modules/object-inspect/test/err.js +48 -0
  971. package/backend/node_modules/object-inspect/test/fakes.js +29 -0
  972. package/backend/node_modules/object-inspect/test/fn.js +76 -0
  973. package/backend/node_modules/object-inspect/test/global.js +17 -0
  974. package/backend/node_modules/object-inspect/test/has.js +15 -0
  975. package/backend/node_modules/object-inspect/test/holes.js +15 -0
  976. package/backend/node_modules/object-inspect/test/indent-option.js +271 -0
  977. package/backend/node_modules/object-inspect/test/inspect.js +139 -0
  978. package/backend/node_modules/object-inspect/test/lowbyte.js +12 -0
  979. package/backend/node_modules/object-inspect/test/number.js +58 -0
  980. package/backend/node_modules/object-inspect/test/quoteStyle.js +26 -0
  981. package/backend/node_modules/object-inspect/test/toStringTag.js +40 -0
  982. package/backend/node_modules/object-inspect/test/undef.js +12 -0
  983. package/backend/node_modules/object-inspect/test/values.js +261 -0
  984. package/backend/node_modules/object-inspect/test-core-js.js +26 -0
  985. package/backend/node_modules/object-inspect/util.inspect.js +1 -0
  986. package/backend/node_modules/on-finished/HISTORY.md +98 -0
  987. package/backend/node_modules/on-finished/LICENSE +23 -0
  988. package/backend/node_modules/on-finished/README.md +162 -0
  989. package/backend/node_modules/on-finished/index.js +234 -0
  990. package/backend/node_modules/on-finished/package.json +39 -0
  991. package/backend/node_modules/on-headers/HISTORY.md +26 -0
  992. package/backend/node_modules/on-headers/LICENSE +22 -0
  993. package/backend/node_modules/on-headers/README.md +81 -0
  994. package/backend/node_modules/on-headers/index.js +180 -0
  995. package/backend/node_modules/on-headers/package.json +44 -0
  996. package/backend/node_modules/once/LICENSE +15 -0
  997. package/backend/node_modules/once/README.md +79 -0
  998. package/backend/node_modules/once/once.js +42 -0
  999. package/backend/node_modules/once/package.json +33 -0
  1000. package/backend/node_modules/parseurl/HISTORY.md +58 -0
  1001. package/backend/node_modules/parseurl/LICENSE +24 -0
  1002. package/backend/node_modules/parseurl/README.md +133 -0
  1003. package/backend/node_modules/parseurl/index.js +158 -0
  1004. package/backend/node_modules/parseurl/package.json +40 -0
  1005. package/backend/node_modules/path-to-regexp/LICENSE +21 -0
  1006. package/backend/node_modules/path-to-regexp/Readme.md +224 -0
  1007. package/backend/node_modules/path-to-regexp/dist/index.d.ts +144 -0
  1008. package/backend/node_modules/path-to-regexp/dist/index.js +409 -0
  1009. package/backend/node_modules/path-to-regexp/dist/index.js.map +1 -0
  1010. package/backend/node_modules/path-to-regexp/package.json +64 -0
  1011. package/backend/node_modules/process-nextick-args/index.js +45 -0
  1012. package/backend/node_modules/process-nextick-args/license.md +19 -0
  1013. package/backend/node_modules/process-nextick-args/package.json +25 -0
  1014. package/backend/node_modules/process-nextick-args/readme.md +18 -0
  1015. package/backend/node_modules/proxy-addr/HISTORY.md +161 -0
  1016. package/backend/node_modules/proxy-addr/LICENSE +22 -0
  1017. package/backend/node_modules/proxy-addr/README.md +139 -0
  1018. package/backend/node_modules/proxy-addr/index.js +327 -0
  1019. package/backend/node_modules/proxy-addr/package.json +47 -0
  1020. package/backend/node_modules/qs/.editorconfig +46 -0
  1021. package/backend/node_modules/qs/.github/FUNDING.yml +12 -0
  1022. package/backend/node_modules/qs/.github/SECURITY.md +11 -0
  1023. package/backend/node_modules/qs/.github/THREAT_MODEL.md +78 -0
  1024. package/backend/node_modules/qs/.nycrc +13 -0
  1025. package/backend/node_modules/qs/CHANGELOG.md +806 -0
  1026. package/backend/node_modules/qs/LICENSE.md +29 -0
  1027. package/backend/node_modules/qs/README.md +758 -0
  1028. package/backend/node_modules/qs/dist/qs.js +141 -0
  1029. package/backend/node_modules/qs/eslint.config.mjs +56 -0
  1030. package/backend/node_modules/qs/lib/formats.js +23 -0
  1031. package/backend/node_modules/qs/lib/index.js +11 -0
  1032. package/backend/node_modules/qs/lib/parse.js +373 -0
  1033. package/backend/node_modules/qs/lib/stringify.js +356 -0
  1034. package/backend/node_modules/qs/lib/utils.js +342 -0
  1035. package/backend/node_modules/qs/package.json +94 -0
  1036. package/backend/node_modules/qs/test/empty-keys-cases.js +267 -0
  1037. package/backend/node_modules/qs/test/parse.js +1568 -0
  1038. package/backend/node_modules/qs/test/stringify.js +1310 -0
  1039. package/backend/node_modules/qs/test/utils.js +404 -0
  1040. package/backend/node_modules/random-bytes/HISTORY.md +4 -0
  1041. package/backend/node_modules/random-bytes/LICENSE +21 -0
  1042. package/backend/node_modules/random-bytes/README.md +77 -0
  1043. package/backend/node_modules/random-bytes/index.js +101 -0
  1044. package/backend/node_modules/random-bytes/package.json +36 -0
  1045. package/backend/node_modules/range-parser/HISTORY.md +56 -0
  1046. package/backend/node_modules/range-parser/LICENSE +23 -0
  1047. package/backend/node_modules/range-parser/README.md +84 -0
  1048. package/backend/node_modules/range-parser/index.js +162 -0
  1049. package/backend/node_modules/range-parser/package.json +44 -0
  1050. package/backend/node_modules/raw-body/LICENSE +22 -0
  1051. package/backend/node_modules/raw-body/README.md +223 -0
  1052. package/backend/node_modules/raw-body/index.d.ts +85 -0
  1053. package/backend/node_modules/raw-body/index.js +336 -0
  1054. package/backend/node_modules/raw-body/package.json +46 -0
  1055. package/backend/node_modules/readable-stream/.travis.yml +34 -0
  1056. package/backend/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  1057. package/backend/node_modules/readable-stream/GOVERNANCE.md +136 -0
  1058. package/backend/node_modules/readable-stream/LICENSE +47 -0
  1059. package/backend/node_modules/readable-stream/README.md +58 -0
  1060. package/backend/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  1061. package/backend/node_modules/readable-stream/duplex-browser.js +1 -0
  1062. package/backend/node_modules/readable-stream/duplex.js +1 -0
  1063. package/backend/node_modules/readable-stream/lib/_stream_duplex.js +131 -0
  1064. package/backend/node_modules/readable-stream/lib/_stream_passthrough.js +47 -0
  1065. package/backend/node_modules/readable-stream/lib/_stream_readable.js +1019 -0
  1066. package/backend/node_modules/readable-stream/lib/_stream_transform.js +214 -0
  1067. package/backend/node_modules/readable-stream/lib/_stream_writable.js +687 -0
  1068. package/backend/node_modules/readable-stream/lib/internal/streams/BufferList.js +79 -0
  1069. package/backend/node_modules/readable-stream/lib/internal/streams/destroy.js +74 -0
  1070. package/backend/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  1071. package/backend/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  1072. package/backend/node_modules/readable-stream/package.json +52 -0
  1073. package/backend/node_modules/readable-stream/passthrough.js +1 -0
  1074. package/backend/node_modules/readable-stream/readable-browser.js +7 -0
  1075. package/backend/node_modules/readable-stream/readable.js +19 -0
  1076. package/backend/node_modules/readable-stream/transform.js +1 -0
  1077. package/backend/node_modules/readable-stream/writable-browser.js +1 -0
  1078. package/backend/node_modules/readable-stream/writable.js +8 -0
  1079. package/backend/node_modules/router/HISTORY.md +228 -0
  1080. package/backend/node_modules/router/LICENSE +23 -0
  1081. package/backend/node_modules/router/README.md +416 -0
  1082. package/backend/node_modules/router/index.js +748 -0
  1083. package/backend/node_modules/router/lib/layer.js +247 -0
  1084. package/backend/node_modules/router/lib/route.js +242 -0
  1085. package/backend/node_modules/router/package.json +44 -0
  1086. package/backend/node_modules/safe-buffer/LICENSE +21 -0
  1087. package/backend/node_modules/safe-buffer/README.md +584 -0
  1088. package/backend/node_modules/safe-buffer/index.d.ts +187 -0
  1089. package/backend/node_modules/safe-buffer/index.js +62 -0
  1090. package/backend/node_modules/safe-buffer/package.json +37 -0
  1091. package/backend/node_modules/safer-buffer/LICENSE +21 -0
  1092. package/backend/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  1093. package/backend/node_modules/safer-buffer/Readme.md +156 -0
  1094. package/backend/node_modules/safer-buffer/dangerous.js +58 -0
  1095. package/backend/node_modules/safer-buffer/package.json +34 -0
  1096. package/backend/node_modules/safer-buffer/safer.js +77 -0
  1097. package/backend/node_modules/safer-buffer/tests.js +406 -0
  1098. package/backend/node_modules/semver/LICENSE +15 -0
  1099. package/backend/node_modules/semver/README.md +665 -0
  1100. package/backend/node_modules/semver/bin/semver.js +191 -0
  1101. package/backend/node_modules/semver/classes/comparator.js +143 -0
  1102. package/backend/node_modules/semver/classes/index.js +7 -0
  1103. package/backend/node_modules/semver/classes/range.js +557 -0
  1104. package/backend/node_modules/semver/classes/semver.js +333 -0
  1105. package/backend/node_modules/semver/functions/clean.js +8 -0
  1106. package/backend/node_modules/semver/functions/cmp.js +54 -0
  1107. package/backend/node_modules/semver/functions/coerce.js +62 -0
  1108. package/backend/node_modules/semver/functions/compare-build.js +9 -0
  1109. package/backend/node_modules/semver/functions/compare-loose.js +5 -0
  1110. package/backend/node_modules/semver/functions/compare.js +7 -0
  1111. package/backend/node_modules/semver/functions/diff.js +60 -0
  1112. package/backend/node_modules/semver/functions/eq.js +5 -0
  1113. package/backend/node_modules/semver/functions/gt.js +5 -0
  1114. package/backend/node_modules/semver/functions/gte.js +5 -0
  1115. package/backend/node_modules/semver/functions/inc.js +21 -0
  1116. package/backend/node_modules/semver/functions/lt.js +5 -0
  1117. package/backend/node_modules/semver/functions/lte.js +5 -0
  1118. package/backend/node_modules/semver/functions/major.js +5 -0
  1119. package/backend/node_modules/semver/functions/minor.js +5 -0
  1120. package/backend/node_modules/semver/functions/neq.js +5 -0
  1121. package/backend/node_modules/semver/functions/parse.js +18 -0
  1122. package/backend/node_modules/semver/functions/patch.js +5 -0
  1123. package/backend/node_modules/semver/functions/prerelease.js +8 -0
  1124. package/backend/node_modules/semver/functions/rcompare.js +5 -0
  1125. package/backend/node_modules/semver/functions/rsort.js +5 -0
  1126. package/backend/node_modules/semver/functions/satisfies.js +12 -0
  1127. package/backend/node_modules/semver/functions/sort.js +5 -0
  1128. package/backend/node_modules/semver/functions/valid.js +8 -0
  1129. package/backend/node_modules/semver/index.js +91 -0
  1130. package/backend/node_modules/semver/internal/constants.js +37 -0
  1131. package/backend/node_modules/semver/internal/debug.js +11 -0
  1132. package/backend/node_modules/semver/internal/identifiers.js +29 -0
  1133. package/backend/node_modules/semver/internal/lrucache.js +42 -0
  1134. package/backend/node_modules/semver/internal/parse-options.js +17 -0
  1135. package/backend/node_modules/semver/internal/re.js +223 -0
  1136. package/backend/node_modules/semver/package.json +78 -0
  1137. package/backend/node_modules/semver/preload.js +4 -0
  1138. package/backend/node_modules/semver/range.bnf +16 -0
  1139. package/backend/node_modules/semver/ranges/gtr.js +6 -0
  1140. package/backend/node_modules/semver/ranges/intersects.js +9 -0
  1141. package/backend/node_modules/semver/ranges/ltr.js +6 -0
  1142. package/backend/node_modules/semver/ranges/max-satisfying.js +27 -0
  1143. package/backend/node_modules/semver/ranges/min-satisfying.js +26 -0
  1144. package/backend/node_modules/semver/ranges/min-version.js +63 -0
  1145. package/backend/node_modules/semver/ranges/outside.js +82 -0
  1146. package/backend/node_modules/semver/ranges/simplify.js +49 -0
  1147. package/backend/node_modules/semver/ranges/subset.js +249 -0
  1148. package/backend/node_modules/semver/ranges/to-comparators.js +10 -0
  1149. package/backend/node_modules/semver/ranges/valid.js +13 -0
  1150. package/backend/node_modules/send/LICENSE +23 -0
  1151. package/backend/node_modules/send/README.md +317 -0
  1152. package/backend/node_modules/send/index.js +997 -0
  1153. package/backend/node_modules/send/package.json +63 -0
  1154. package/backend/node_modules/serve-static/LICENSE +25 -0
  1155. package/backend/node_modules/serve-static/README.md +253 -0
  1156. package/backend/node_modules/serve-static/index.js +208 -0
  1157. package/backend/node_modules/serve-static/package.json +44 -0
  1158. package/backend/node_modules/setprototypeof/LICENSE +13 -0
  1159. package/backend/node_modules/setprototypeof/README.md +31 -0
  1160. package/backend/node_modules/setprototypeof/index.d.ts +2 -0
  1161. package/backend/node_modules/setprototypeof/index.js +17 -0
  1162. package/backend/node_modules/setprototypeof/package.json +38 -0
  1163. package/backend/node_modules/setprototypeof/test/index.js +24 -0
  1164. package/backend/node_modules/side-channel/.editorconfig +9 -0
  1165. package/backend/node_modules/side-channel/.eslintrc +12 -0
  1166. package/backend/node_modules/side-channel/.github/FUNDING.yml +12 -0
  1167. package/backend/node_modules/side-channel/.nycrc +13 -0
  1168. package/backend/node_modules/side-channel/CHANGELOG.md +110 -0
  1169. package/backend/node_modules/side-channel/LICENSE +21 -0
  1170. package/backend/node_modules/side-channel/README.md +61 -0
  1171. package/backend/node_modules/side-channel/index.d.ts +14 -0
  1172. package/backend/node_modules/side-channel/index.js +43 -0
  1173. package/backend/node_modules/side-channel/package.json +85 -0
  1174. package/backend/node_modules/side-channel/test/index.js +104 -0
  1175. package/backend/node_modules/side-channel/tsconfig.json +9 -0
  1176. package/backend/node_modules/side-channel-list/.editorconfig +9 -0
  1177. package/backend/node_modules/side-channel-list/.eslintrc +11 -0
  1178. package/backend/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  1179. package/backend/node_modules/side-channel-list/.nycrc +13 -0
  1180. package/backend/node_modules/side-channel-list/CHANGELOG.md +15 -0
  1181. package/backend/node_modules/side-channel-list/LICENSE +21 -0
  1182. package/backend/node_modules/side-channel-list/README.md +62 -0
  1183. package/backend/node_modules/side-channel-list/index.d.ts +13 -0
  1184. package/backend/node_modules/side-channel-list/index.js +113 -0
  1185. package/backend/node_modules/side-channel-list/list.d.ts +14 -0
  1186. package/backend/node_modules/side-channel-list/package.json +77 -0
  1187. package/backend/node_modules/side-channel-list/test/index.js +104 -0
  1188. package/backend/node_modules/side-channel-list/tsconfig.json +9 -0
  1189. package/backend/node_modules/side-channel-map/.editorconfig +9 -0
  1190. package/backend/node_modules/side-channel-map/.eslintrc +11 -0
  1191. package/backend/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  1192. package/backend/node_modules/side-channel-map/.nycrc +13 -0
  1193. package/backend/node_modules/side-channel-map/CHANGELOG.md +22 -0
  1194. package/backend/node_modules/side-channel-map/LICENSE +21 -0
  1195. package/backend/node_modules/side-channel-map/README.md +62 -0
  1196. package/backend/node_modules/side-channel-map/index.d.ts +15 -0
  1197. package/backend/node_modules/side-channel-map/index.js +68 -0
  1198. package/backend/node_modules/side-channel-map/package.json +80 -0
  1199. package/backend/node_modules/side-channel-map/test/index.js +114 -0
  1200. package/backend/node_modules/side-channel-map/tsconfig.json +9 -0
  1201. package/backend/node_modules/side-channel-weakmap/.editorconfig +9 -0
  1202. package/backend/node_modules/side-channel-weakmap/.eslintrc +12 -0
  1203. package/backend/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  1204. package/backend/node_modules/side-channel-weakmap/.nycrc +13 -0
  1205. package/backend/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  1206. package/backend/node_modules/side-channel-weakmap/LICENSE +21 -0
  1207. package/backend/node_modules/side-channel-weakmap/README.md +62 -0
  1208. package/backend/node_modules/side-channel-weakmap/index.d.ts +15 -0
  1209. package/backend/node_modules/side-channel-weakmap/index.js +84 -0
  1210. package/backend/node_modules/side-channel-weakmap/package.json +87 -0
  1211. package/backend/node_modules/side-channel-weakmap/test/index.js +114 -0
  1212. package/backend/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  1213. package/backend/node_modules/sql-escaper/LICENSE +21 -0
  1214. package/backend/node_modules/sql-escaper/README.md +424 -0
  1215. package/backend/node_modules/sql-escaper/lib/index.d.ts +15 -0
  1216. package/backend/node_modules/sql-escaper/lib/index.js +398 -0
  1217. package/backend/node_modules/sql-escaper/lib/index.mjs +305 -0
  1218. package/backend/node_modules/sql-escaper/lib/types.d.ts +5 -0
  1219. package/backend/node_modules/sql-escaper/lib/types.js +2 -0
  1220. package/backend/node_modules/sql-escaper/package.json +81 -0
  1221. package/backend/node_modules/sqlstring/HISTORY.md +43 -0
  1222. package/backend/node_modules/sqlstring/LICENSE +19 -0
  1223. package/backend/node_modules/sqlstring/README.md +206 -0
  1224. package/backend/node_modules/sqlstring/index.js +1 -0
  1225. package/backend/node_modules/sqlstring/lib/SqlString.js +237 -0
  1226. package/backend/node_modules/sqlstring/package.json +47 -0
  1227. package/backend/node_modules/statuses/HISTORY.md +87 -0
  1228. package/backend/node_modules/statuses/LICENSE +23 -0
  1229. package/backend/node_modules/statuses/README.md +139 -0
  1230. package/backend/node_modules/statuses/codes.json +65 -0
  1231. package/backend/node_modules/statuses/index.js +146 -0
  1232. package/backend/node_modules/statuses/package.json +49 -0
  1233. package/backend/node_modules/string_decoder/.travis.yml +50 -0
  1234. package/backend/node_modules/string_decoder/LICENSE +48 -0
  1235. package/backend/node_modules/string_decoder/README.md +47 -0
  1236. package/backend/node_modules/string_decoder/lib/string_decoder.js +296 -0
  1237. package/backend/node_modules/string_decoder/package.json +31 -0
  1238. package/backend/node_modules/toidentifier/HISTORY.md +9 -0
  1239. package/backend/node_modules/toidentifier/LICENSE +21 -0
  1240. package/backend/node_modules/toidentifier/README.md +61 -0
  1241. package/backend/node_modules/toidentifier/index.js +32 -0
  1242. package/backend/node_modules/toidentifier/package.json +38 -0
  1243. package/backend/node_modules/type-is/HISTORY.md +292 -0
  1244. package/backend/node_modules/type-is/LICENSE +23 -0
  1245. package/backend/node_modules/type-is/README.md +198 -0
  1246. package/backend/node_modules/type-is/index.js +250 -0
  1247. package/backend/node_modules/type-is/package.json +47 -0
  1248. package/backend/node_modules/uid-safe/HISTORY.md +61 -0
  1249. package/backend/node_modules/uid-safe/LICENSE +22 -0
  1250. package/backend/node_modules/uid-safe/README.md +77 -0
  1251. package/backend/node_modules/uid-safe/index.js +107 -0
  1252. package/backend/node_modules/uid-safe/package.json +46 -0
  1253. package/backend/node_modules/undici-types/LICENSE +21 -0
  1254. package/backend/node_modules/undici-types/README.md +6 -0
  1255. package/backend/node_modules/undici-types/agent.d.ts +32 -0
  1256. package/backend/node_modules/undici-types/api.d.ts +43 -0
  1257. package/backend/node_modules/undici-types/balanced-pool.d.ts +30 -0
  1258. package/backend/node_modules/undici-types/cache-interceptor.d.ts +173 -0
  1259. package/backend/node_modules/undici-types/cache.d.ts +36 -0
  1260. package/backend/node_modules/undici-types/client-stats.d.ts +15 -0
  1261. package/backend/node_modules/undici-types/client.d.ts +108 -0
  1262. package/backend/node_modules/undici-types/connector.d.ts +34 -0
  1263. package/backend/node_modules/undici-types/content-type.d.ts +21 -0
  1264. package/backend/node_modules/undici-types/cookies.d.ts +30 -0
  1265. package/backend/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
  1266. package/backend/node_modules/undici-types/dispatcher.d.ts +276 -0
  1267. package/backend/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
  1268. package/backend/node_modules/undici-types/errors.d.ts +161 -0
  1269. package/backend/node_modules/undici-types/eventsource.d.ts +66 -0
  1270. package/backend/node_modules/undici-types/fetch.d.ts +211 -0
  1271. package/backend/node_modules/undici-types/formdata.d.ts +108 -0
  1272. package/backend/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1273. package/backend/node_modules/undici-types/global-origin.d.ts +7 -0
  1274. package/backend/node_modules/undici-types/h2c-client.d.ts +73 -0
  1275. package/backend/node_modules/undici-types/handlers.d.ts +15 -0
  1276. package/backend/node_modules/undici-types/header.d.ts +160 -0
  1277. package/backend/node_modules/undici-types/index.d.ts +88 -0
  1278. package/backend/node_modules/undici-types/interceptors.d.ts +73 -0
  1279. package/backend/node_modules/undici-types/mock-agent.d.ts +68 -0
  1280. package/backend/node_modules/undici-types/mock-call-history.d.ts +111 -0
  1281. package/backend/node_modules/undici-types/mock-client.d.ts +27 -0
  1282. package/backend/node_modules/undici-types/mock-errors.d.ts +12 -0
  1283. package/backend/node_modules/undici-types/mock-interceptor.d.ts +94 -0
  1284. package/backend/node_modules/undici-types/mock-pool.d.ts +27 -0
  1285. package/backend/node_modules/undici-types/package.json +55 -0
  1286. package/backend/node_modules/undici-types/patch.d.ts +29 -0
  1287. package/backend/node_modules/undici-types/pool-stats.d.ts +19 -0
  1288. package/backend/node_modules/undici-types/pool.d.ts +41 -0
  1289. package/backend/node_modules/undici-types/proxy-agent.d.ts +29 -0
  1290. package/backend/node_modules/undici-types/readable.d.ts +68 -0
  1291. package/backend/node_modules/undici-types/retry-agent.d.ts +8 -0
  1292. package/backend/node_modules/undici-types/retry-handler.d.ts +125 -0
  1293. package/backend/node_modules/undici-types/round-robin-pool.d.ts +41 -0
  1294. package/backend/node_modules/undici-types/snapshot-agent.d.ts +109 -0
  1295. package/backend/node_modules/undici-types/util.d.ts +18 -0
  1296. package/backend/node_modules/undici-types/utility.d.ts +7 -0
  1297. package/backend/node_modules/undici-types/webidl.d.ts +341 -0
  1298. package/backend/node_modules/undici-types/websocket.d.ts +186 -0
  1299. package/backend/node_modules/unpipe/HISTORY.md +4 -0
  1300. package/backend/node_modules/unpipe/LICENSE +22 -0
  1301. package/backend/node_modules/unpipe/README.md +43 -0
  1302. package/backend/node_modules/unpipe/index.js +69 -0
  1303. package/backend/node_modules/unpipe/package.json +27 -0
  1304. package/backend/node_modules/util-deprecate/History.md +16 -0
  1305. package/backend/node_modules/util-deprecate/LICENSE +24 -0
  1306. package/backend/node_modules/util-deprecate/README.md +53 -0
  1307. package/backend/node_modules/util-deprecate/browser.js +67 -0
  1308. package/backend/node_modules/util-deprecate/node.js +6 -0
  1309. package/backend/node_modules/util-deprecate/package.json +27 -0
  1310. package/backend/node_modules/vary/HISTORY.md +39 -0
  1311. package/backend/node_modules/vary/LICENSE +22 -0
  1312. package/backend/node_modules/vary/README.md +101 -0
  1313. package/backend/node_modules/vary/index.js +149 -0
  1314. package/backend/node_modules/vary/package.json +43 -0
  1315. package/backend/node_modules/wrappy/LICENSE +15 -0
  1316. package/backend/node_modules/wrappy/README.md +36 -0
  1317. package/backend/node_modules/wrappy/package.json +29 -0
  1318. package/backend/node_modules/wrappy/wrappy.js +33 -0
  1319. package/backend/package-lock.json +1326 -0
  1320. package/backend/package.json +14 -0
  1321. package/backend/server.js +162 -0
  1322. package/frontend/README.md +16 -0
  1323. package/frontend/crpms.sql +157 -0
  1324. package/frontend/eslint.config.js +29 -0
  1325. package/frontend/index.html +13 -0
  1326. package/frontend/package-lock.json +3930 -0
  1327. package/frontend/package.json +38 -0
  1328. package/frontend/project/package.json +13 -0
  1329. package/frontend/public/vite.svg +1 -0
  1330. package/frontend/src/App.css +0 -0
  1331. package/frontend/src/App.jsx +545 -0
  1332. package/frontend/src/assets/react.svg +1 -0
  1333. package/frontend/src/components/Navbar.jsx +0 -0
  1334. package/frontend/src/components/Sidebar.jsx +0 -0
  1335. package/frontend/src/index.css +1 -0
  1336. package/frontend/src/login.jsx +0 -0
  1337. package/frontend/src/main.jsx +11 -0
  1338. package/frontend/src/pages/Dashboard.jsx +0 -0
  1339. package/frontend/src/pages/Login.jsx +0 -0
  1340. package/frontend/src/pages/Register.jsx +0 -0
  1341. package/frontend/src/pages/StockIn.jsx +0 -0
  1342. package/frontend/src/pages/StockOut.jsx +1 -0
  1343. package/frontend/tailwind.config.js +9 -0
  1344. package/frontend/vite.config.js +10 -0
  1345. package/package.json +13 -0
@@ -0,0 +1,3930 @@
1
+ {
2
+ "name": "my-react-app",
3
+ "version": "0.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "my-react-app",
9
+ "version": "0.0.0",
10
+ "dependencies": {
11
+ "@heroicons/react": "^2.2.0",
12
+ "@tailwindcss/vite": "^4.2.1",
13
+ "axios": "^1.13.6",
14
+ "bootstrap": "^5.3.8",
15
+ "chart.js": "^4.5.1",
16
+ "lucide-react": "^0.576.0",
17
+ "react": "^19.2.0",
18
+ "react-chartjs-2": "^5.3.1",
19
+ "react-dom": "^19.2.0",
20
+ "react-router-dom": "^7.13.1"
21
+ },
22
+ "devDependencies": {
23
+ "@eslint/js": "^9.39.1",
24
+ "@tailwindcss/postcss": "^4.2.1",
25
+ "@types/react": "^19.2.7",
26
+ "@types/react-dom": "^19.2.3",
27
+ "@vitejs/plugin-react": "^5.1.1",
28
+ "autoprefixer": "^10.4.24",
29
+ "eslint": "^9.39.1",
30
+ "eslint-plugin-react-hooks": "^7.0.1",
31
+ "eslint-plugin-react-refresh": "^0.4.24",
32
+ "globals": "^16.5.0",
33
+ "vite": "^7.3.1"
34
+ }
35
+ },
36
+ "node_modules/@alloc/quick-lru": {
37
+ "version": "5.2.0",
38
+ "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
39
+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
40
+ "dev": true,
41
+ "license": "MIT",
42
+ "engines": {
43
+ "node": ">=10"
44
+ },
45
+ "funding": {
46
+ "url": "https://github.com/sponsors/sindresorhus"
47
+ }
48
+ },
49
+ "node_modules/@babel/code-frame": {
50
+ "version": "7.29.0",
51
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
52
+ "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
53
+ "dev": true,
54
+ "license": "MIT",
55
+ "dependencies": {
56
+ "@babel/helper-validator-identifier": "^7.28.5",
57
+ "js-tokens": "^4.0.0",
58
+ "picocolors": "^1.1.1"
59
+ },
60
+ "engines": {
61
+ "node": ">=6.9.0"
62
+ }
63
+ },
64
+ "node_modules/@babel/compat-data": {
65
+ "version": "7.29.0",
66
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
67
+ "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
68
+ "dev": true,
69
+ "license": "MIT",
70
+ "engines": {
71
+ "node": ">=6.9.0"
72
+ }
73
+ },
74
+ "node_modules/@babel/core": {
75
+ "version": "7.29.0",
76
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
77
+ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
78
+ "dev": true,
79
+ "license": "MIT",
80
+ "dependencies": {
81
+ "@babel/code-frame": "^7.29.0",
82
+ "@babel/generator": "^7.29.0",
83
+ "@babel/helper-compilation-targets": "^7.28.6",
84
+ "@babel/helper-module-transforms": "^7.28.6",
85
+ "@babel/helpers": "^7.28.6",
86
+ "@babel/parser": "^7.29.0",
87
+ "@babel/template": "^7.28.6",
88
+ "@babel/traverse": "^7.29.0",
89
+ "@babel/types": "^7.29.0",
90
+ "@jridgewell/remapping": "^2.3.5",
91
+ "convert-source-map": "^2.0.0",
92
+ "debug": "^4.1.0",
93
+ "gensync": "^1.0.0-beta.2",
94
+ "json5": "^2.2.3",
95
+ "semver": "^6.3.1"
96
+ },
97
+ "engines": {
98
+ "node": ">=6.9.0"
99
+ },
100
+ "funding": {
101
+ "type": "opencollective",
102
+ "url": "https://opencollective.com/babel"
103
+ }
104
+ },
105
+ "node_modules/@babel/generator": {
106
+ "version": "7.29.1",
107
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
108
+ "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
109
+ "dev": true,
110
+ "license": "MIT",
111
+ "dependencies": {
112
+ "@babel/parser": "^7.29.0",
113
+ "@babel/types": "^7.29.0",
114
+ "@jridgewell/gen-mapping": "^0.3.12",
115
+ "@jridgewell/trace-mapping": "^0.3.28",
116
+ "jsesc": "^3.0.2"
117
+ },
118
+ "engines": {
119
+ "node": ">=6.9.0"
120
+ }
121
+ },
122
+ "node_modules/@babel/helper-compilation-targets": {
123
+ "version": "7.28.6",
124
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
125
+ "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
126
+ "dev": true,
127
+ "license": "MIT",
128
+ "dependencies": {
129
+ "@babel/compat-data": "^7.28.6",
130
+ "@babel/helper-validator-option": "^7.27.1",
131
+ "browserslist": "^4.24.0",
132
+ "lru-cache": "^5.1.1",
133
+ "semver": "^6.3.1"
134
+ },
135
+ "engines": {
136
+ "node": ">=6.9.0"
137
+ }
138
+ },
139
+ "node_modules/@babel/helper-globals": {
140
+ "version": "7.28.0",
141
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
142
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
143
+ "dev": true,
144
+ "license": "MIT",
145
+ "engines": {
146
+ "node": ">=6.9.0"
147
+ }
148
+ },
149
+ "node_modules/@babel/helper-module-imports": {
150
+ "version": "7.28.6",
151
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
152
+ "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
153
+ "dev": true,
154
+ "license": "MIT",
155
+ "dependencies": {
156
+ "@babel/traverse": "^7.28.6",
157
+ "@babel/types": "^7.28.6"
158
+ },
159
+ "engines": {
160
+ "node": ">=6.9.0"
161
+ }
162
+ },
163
+ "node_modules/@babel/helper-module-transforms": {
164
+ "version": "7.28.6",
165
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
166
+ "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
167
+ "dev": true,
168
+ "license": "MIT",
169
+ "dependencies": {
170
+ "@babel/helper-module-imports": "^7.28.6",
171
+ "@babel/helper-validator-identifier": "^7.28.5",
172
+ "@babel/traverse": "^7.28.6"
173
+ },
174
+ "engines": {
175
+ "node": ">=6.9.0"
176
+ },
177
+ "peerDependencies": {
178
+ "@babel/core": "^7.0.0"
179
+ }
180
+ },
181
+ "node_modules/@babel/helper-plugin-utils": {
182
+ "version": "7.28.6",
183
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
184
+ "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
185
+ "dev": true,
186
+ "license": "MIT",
187
+ "engines": {
188
+ "node": ">=6.9.0"
189
+ }
190
+ },
191
+ "node_modules/@babel/helper-string-parser": {
192
+ "version": "7.27.1",
193
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
194
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
195
+ "dev": true,
196
+ "license": "MIT",
197
+ "engines": {
198
+ "node": ">=6.9.0"
199
+ }
200
+ },
201
+ "node_modules/@babel/helper-validator-identifier": {
202
+ "version": "7.28.5",
203
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
204
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
205
+ "dev": true,
206
+ "license": "MIT",
207
+ "engines": {
208
+ "node": ">=6.9.0"
209
+ }
210
+ },
211
+ "node_modules/@babel/helper-validator-option": {
212
+ "version": "7.27.1",
213
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
214
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
215
+ "dev": true,
216
+ "license": "MIT",
217
+ "engines": {
218
+ "node": ">=6.9.0"
219
+ }
220
+ },
221
+ "node_modules/@babel/helpers": {
222
+ "version": "7.28.6",
223
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz",
224
+ "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
225
+ "dev": true,
226
+ "license": "MIT",
227
+ "dependencies": {
228
+ "@babel/template": "^7.28.6",
229
+ "@babel/types": "^7.28.6"
230
+ },
231
+ "engines": {
232
+ "node": ">=6.9.0"
233
+ }
234
+ },
235
+ "node_modules/@babel/parser": {
236
+ "version": "7.29.0",
237
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
238
+ "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
239
+ "dev": true,
240
+ "license": "MIT",
241
+ "dependencies": {
242
+ "@babel/types": "^7.29.0"
243
+ },
244
+ "bin": {
245
+ "parser": "bin/babel-parser.js"
246
+ },
247
+ "engines": {
248
+ "node": ">=6.0.0"
249
+ }
250
+ },
251
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
252
+ "version": "7.27.1",
253
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
254
+ "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
255
+ "dev": true,
256
+ "license": "MIT",
257
+ "dependencies": {
258
+ "@babel/helper-plugin-utils": "^7.27.1"
259
+ },
260
+ "engines": {
261
+ "node": ">=6.9.0"
262
+ },
263
+ "peerDependencies": {
264
+ "@babel/core": "^7.0.0-0"
265
+ }
266
+ },
267
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
268
+ "version": "7.27.1",
269
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
270
+ "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
271
+ "dev": true,
272
+ "license": "MIT",
273
+ "dependencies": {
274
+ "@babel/helper-plugin-utils": "^7.27.1"
275
+ },
276
+ "engines": {
277
+ "node": ">=6.9.0"
278
+ },
279
+ "peerDependencies": {
280
+ "@babel/core": "^7.0.0-0"
281
+ }
282
+ },
283
+ "node_modules/@babel/template": {
284
+ "version": "7.28.6",
285
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
286
+ "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
287
+ "dev": true,
288
+ "license": "MIT",
289
+ "dependencies": {
290
+ "@babel/code-frame": "^7.28.6",
291
+ "@babel/parser": "^7.28.6",
292
+ "@babel/types": "^7.28.6"
293
+ },
294
+ "engines": {
295
+ "node": ">=6.9.0"
296
+ }
297
+ },
298
+ "node_modules/@babel/traverse": {
299
+ "version": "7.29.0",
300
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
301
+ "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
302
+ "dev": true,
303
+ "license": "MIT",
304
+ "dependencies": {
305
+ "@babel/code-frame": "^7.29.0",
306
+ "@babel/generator": "^7.29.0",
307
+ "@babel/helper-globals": "^7.28.0",
308
+ "@babel/parser": "^7.29.0",
309
+ "@babel/template": "^7.28.6",
310
+ "@babel/types": "^7.29.0",
311
+ "debug": "^4.3.1"
312
+ },
313
+ "engines": {
314
+ "node": ">=6.9.0"
315
+ }
316
+ },
317
+ "node_modules/@babel/types": {
318
+ "version": "7.29.0",
319
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
320
+ "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
321
+ "dev": true,
322
+ "license": "MIT",
323
+ "dependencies": {
324
+ "@babel/helper-string-parser": "^7.27.1",
325
+ "@babel/helper-validator-identifier": "^7.28.5"
326
+ },
327
+ "engines": {
328
+ "node": ">=6.9.0"
329
+ }
330
+ },
331
+ "node_modules/@esbuild/aix-ppc64": {
332
+ "version": "0.27.3",
333
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
334
+ "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
335
+ "cpu": [
336
+ "ppc64"
337
+ ],
338
+ "license": "MIT",
339
+ "optional": true,
340
+ "os": [
341
+ "aix"
342
+ ],
343
+ "engines": {
344
+ "node": ">=18"
345
+ }
346
+ },
347
+ "node_modules/@esbuild/android-arm": {
348
+ "version": "0.27.3",
349
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
350
+ "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
351
+ "cpu": [
352
+ "arm"
353
+ ],
354
+ "license": "MIT",
355
+ "optional": true,
356
+ "os": [
357
+ "android"
358
+ ],
359
+ "engines": {
360
+ "node": ">=18"
361
+ }
362
+ },
363
+ "node_modules/@esbuild/android-arm64": {
364
+ "version": "0.27.3",
365
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
366
+ "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
367
+ "cpu": [
368
+ "arm64"
369
+ ],
370
+ "license": "MIT",
371
+ "optional": true,
372
+ "os": [
373
+ "android"
374
+ ],
375
+ "engines": {
376
+ "node": ">=18"
377
+ }
378
+ },
379
+ "node_modules/@esbuild/android-x64": {
380
+ "version": "0.27.3",
381
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
382
+ "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
383
+ "cpu": [
384
+ "x64"
385
+ ],
386
+ "license": "MIT",
387
+ "optional": true,
388
+ "os": [
389
+ "android"
390
+ ],
391
+ "engines": {
392
+ "node": ">=18"
393
+ }
394
+ },
395
+ "node_modules/@esbuild/darwin-arm64": {
396
+ "version": "0.27.3",
397
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
398
+ "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
399
+ "cpu": [
400
+ "arm64"
401
+ ],
402
+ "license": "MIT",
403
+ "optional": true,
404
+ "os": [
405
+ "darwin"
406
+ ],
407
+ "engines": {
408
+ "node": ">=18"
409
+ }
410
+ },
411
+ "node_modules/@esbuild/darwin-x64": {
412
+ "version": "0.27.3",
413
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
414
+ "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
415
+ "cpu": [
416
+ "x64"
417
+ ],
418
+ "license": "MIT",
419
+ "optional": true,
420
+ "os": [
421
+ "darwin"
422
+ ],
423
+ "engines": {
424
+ "node": ">=18"
425
+ }
426
+ },
427
+ "node_modules/@esbuild/freebsd-arm64": {
428
+ "version": "0.27.3",
429
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
430
+ "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
431
+ "cpu": [
432
+ "arm64"
433
+ ],
434
+ "license": "MIT",
435
+ "optional": true,
436
+ "os": [
437
+ "freebsd"
438
+ ],
439
+ "engines": {
440
+ "node": ">=18"
441
+ }
442
+ },
443
+ "node_modules/@esbuild/freebsd-x64": {
444
+ "version": "0.27.3",
445
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
446
+ "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
447
+ "cpu": [
448
+ "x64"
449
+ ],
450
+ "license": "MIT",
451
+ "optional": true,
452
+ "os": [
453
+ "freebsd"
454
+ ],
455
+ "engines": {
456
+ "node": ">=18"
457
+ }
458
+ },
459
+ "node_modules/@esbuild/linux-arm": {
460
+ "version": "0.27.3",
461
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
462
+ "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
463
+ "cpu": [
464
+ "arm"
465
+ ],
466
+ "license": "MIT",
467
+ "optional": true,
468
+ "os": [
469
+ "linux"
470
+ ],
471
+ "engines": {
472
+ "node": ">=18"
473
+ }
474
+ },
475
+ "node_modules/@esbuild/linux-arm64": {
476
+ "version": "0.27.3",
477
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
478
+ "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
479
+ "cpu": [
480
+ "arm64"
481
+ ],
482
+ "license": "MIT",
483
+ "optional": true,
484
+ "os": [
485
+ "linux"
486
+ ],
487
+ "engines": {
488
+ "node": ">=18"
489
+ }
490
+ },
491
+ "node_modules/@esbuild/linux-ia32": {
492
+ "version": "0.27.3",
493
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
494
+ "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
495
+ "cpu": [
496
+ "ia32"
497
+ ],
498
+ "license": "MIT",
499
+ "optional": true,
500
+ "os": [
501
+ "linux"
502
+ ],
503
+ "engines": {
504
+ "node": ">=18"
505
+ }
506
+ },
507
+ "node_modules/@esbuild/linux-loong64": {
508
+ "version": "0.27.3",
509
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
510
+ "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
511
+ "cpu": [
512
+ "loong64"
513
+ ],
514
+ "license": "MIT",
515
+ "optional": true,
516
+ "os": [
517
+ "linux"
518
+ ],
519
+ "engines": {
520
+ "node": ">=18"
521
+ }
522
+ },
523
+ "node_modules/@esbuild/linux-mips64el": {
524
+ "version": "0.27.3",
525
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
526
+ "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
527
+ "cpu": [
528
+ "mips64el"
529
+ ],
530
+ "license": "MIT",
531
+ "optional": true,
532
+ "os": [
533
+ "linux"
534
+ ],
535
+ "engines": {
536
+ "node": ">=18"
537
+ }
538
+ },
539
+ "node_modules/@esbuild/linux-ppc64": {
540
+ "version": "0.27.3",
541
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
542
+ "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
543
+ "cpu": [
544
+ "ppc64"
545
+ ],
546
+ "license": "MIT",
547
+ "optional": true,
548
+ "os": [
549
+ "linux"
550
+ ],
551
+ "engines": {
552
+ "node": ">=18"
553
+ }
554
+ },
555
+ "node_modules/@esbuild/linux-riscv64": {
556
+ "version": "0.27.3",
557
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
558
+ "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
559
+ "cpu": [
560
+ "riscv64"
561
+ ],
562
+ "license": "MIT",
563
+ "optional": true,
564
+ "os": [
565
+ "linux"
566
+ ],
567
+ "engines": {
568
+ "node": ">=18"
569
+ }
570
+ },
571
+ "node_modules/@esbuild/linux-s390x": {
572
+ "version": "0.27.3",
573
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
574
+ "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
575
+ "cpu": [
576
+ "s390x"
577
+ ],
578
+ "license": "MIT",
579
+ "optional": true,
580
+ "os": [
581
+ "linux"
582
+ ],
583
+ "engines": {
584
+ "node": ">=18"
585
+ }
586
+ },
587
+ "node_modules/@esbuild/linux-x64": {
588
+ "version": "0.27.3",
589
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
590
+ "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
591
+ "cpu": [
592
+ "x64"
593
+ ],
594
+ "license": "MIT",
595
+ "optional": true,
596
+ "os": [
597
+ "linux"
598
+ ],
599
+ "engines": {
600
+ "node": ">=18"
601
+ }
602
+ },
603
+ "node_modules/@esbuild/netbsd-arm64": {
604
+ "version": "0.27.3",
605
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
606
+ "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
607
+ "cpu": [
608
+ "arm64"
609
+ ],
610
+ "license": "MIT",
611
+ "optional": true,
612
+ "os": [
613
+ "netbsd"
614
+ ],
615
+ "engines": {
616
+ "node": ">=18"
617
+ }
618
+ },
619
+ "node_modules/@esbuild/netbsd-x64": {
620
+ "version": "0.27.3",
621
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
622
+ "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
623
+ "cpu": [
624
+ "x64"
625
+ ],
626
+ "license": "MIT",
627
+ "optional": true,
628
+ "os": [
629
+ "netbsd"
630
+ ],
631
+ "engines": {
632
+ "node": ">=18"
633
+ }
634
+ },
635
+ "node_modules/@esbuild/openbsd-arm64": {
636
+ "version": "0.27.3",
637
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
638
+ "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
639
+ "cpu": [
640
+ "arm64"
641
+ ],
642
+ "license": "MIT",
643
+ "optional": true,
644
+ "os": [
645
+ "openbsd"
646
+ ],
647
+ "engines": {
648
+ "node": ">=18"
649
+ }
650
+ },
651
+ "node_modules/@esbuild/openbsd-x64": {
652
+ "version": "0.27.3",
653
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
654
+ "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
655
+ "cpu": [
656
+ "x64"
657
+ ],
658
+ "license": "MIT",
659
+ "optional": true,
660
+ "os": [
661
+ "openbsd"
662
+ ],
663
+ "engines": {
664
+ "node": ">=18"
665
+ }
666
+ },
667
+ "node_modules/@esbuild/openharmony-arm64": {
668
+ "version": "0.27.3",
669
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz",
670
+ "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==",
671
+ "cpu": [
672
+ "arm64"
673
+ ],
674
+ "license": "MIT",
675
+ "optional": true,
676
+ "os": [
677
+ "openharmony"
678
+ ],
679
+ "engines": {
680
+ "node": ">=18"
681
+ }
682
+ },
683
+ "node_modules/@esbuild/sunos-x64": {
684
+ "version": "0.27.3",
685
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
686
+ "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
687
+ "cpu": [
688
+ "x64"
689
+ ],
690
+ "license": "MIT",
691
+ "optional": true,
692
+ "os": [
693
+ "sunos"
694
+ ],
695
+ "engines": {
696
+ "node": ">=18"
697
+ }
698
+ },
699
+ "node_modules/@esbuild/win32-arm64": {
700
+ "version": "0.27.3",
701
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
702
+ "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
703
+ "cpu": [
704
+ "arm64"
705
+ ],
706
+ "license": "MIT",
707
+ "optional": true,
708
+ "os": [
709
+ "win32"
710
+ ],
711
+ "engines": {
712
+ "node": ">=18"
713
+ }
714
+ },
715
+ "node_modules/@esbuild/win32-ia32": {
716
+ "version": "0.27.3",
717
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
718
+ "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
719
+ "cpu": [
720
+ "ia32"
721
+ ],
722
+ "license": "MIT",
723
+ "optional": true,
724
+ "os": [
725
+ "win32"
726
+ ],
727
+ "engines": {
728
+ "node": ">=18"
729
+ }
730
+ },
731
+ "node_modules/@esbuild/win32-x64": {
732
+ "version": "0.27.3",
733
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
734
+ "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
735
+ "cpu": [
736
+ "x64"
737
+ ],
738
+ "license": "MIT",
739
+ "optional": true,
740
+ "os": [
741
+ "win32"
742
+ ],
743
+ "engines": {
744
+ "node": ">=18"
745
+ }
746
+ },
747
+ "node_modules/@eslint-community/eslint-utils": {
748
+ "version": "4.9.1",
749
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
750
+ "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
751
+ "dev": true,
752
+ "license": "MIT",
753
+ "dependencies": {
754
+ "eslint-visitor-keys": "^3.4.3"
755
+ },
756
+ "engines": {
757
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
758
+ },
759
+ "funding": {
760
+ "url": "https://opencollective.com/eslint"
761
+ },
762
+ "peerDependencies": {
763
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
764
+ }
765
+ },
766
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
767
+ "version": "3.4.3",
768
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
769
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
770
+ "dev": true,
771
+ "license": "Apache-2.0",
772
+ "engines": {
773
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
774
+ },
775
+ "funding": {
776
+ "url": "https://opencollective.com/eslint"
777
+ }
778
+ },
779
+ "node_modules/@eslint-community/regexpp": {
780
+ "version": "4.12.2",
781
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
782
+ "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
783
+ "dev": true,
784
+ "license": "MIT",
785
+ "engines": {
786
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
787
+ }
788
+ },
789
+ "node_modules/@eslint/config-array": {
790
+ "version": "0.21.1",
791
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
792
+ "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
793
+ "dev": true,
794
+ "license": "Apache-2.0",
795
+ "dependencies": {
796
+ "@eslint/object-schema": "^2.1.7",
797
+ "debug": "^4.3.1",
798
+ "minimatch": "^3.1.2"
799
+ },
800
+ "engines": {
801
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
802
+ }
803
+ },
804
+ "node_modules/@eslint/config-helpers": {
805
+ "version": "0.4.2",
806
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
807
+ "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
808
+ "dev": true,
809
+ "license": "Apache-2.0",
810
+ "dependencies": {
811
+ "@eslint/core": "^0.17.0"
812
+ },
813
+ "engines": {
814
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
815
+ }
816
+ },
817
+ "node_modules/@eslint/core": {
818
+ "version": "0.17.0",
819
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
820
+ "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
821
+ "dev": true,
822
+ "license": "Apache-2.0",
823
+ "dependencies": {
824
+ "@types/json-schema": "^7.0.15"
825
+ },
826
+ "engines": {
827
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
828
+ }
829
+ },
830
+ "node_modules/@eslint/eslintrc": {
831
+ "version": "3.3.4",
832
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.4.tgz",
833
+ "integrity": "sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==",
834
+ "dev": true,
835
+ "license": "MIT",
836
+ "dependencies": {
837
+ "ajv": "^6.14.0",
838
+ "debug": "^4.3.2",
839
+ "espree": "^10.0.1",
840
+ "globals": "^14.0.0",
841
+ "ignore": "^5.2.0",
842
+ "import-fresh": "^3.2.1",
843
+ "js-yaml": "^4.1.1",
844
+ "minimatch": "^3.1.3",
845
+ "strip-json-comments": "^3.1.1"
846
+ },
847
+ "engines": {
848
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
849
+ },
850
+ "funding": {
851
+ "url": "https://opencollective.com/eslint"
852
+ }
853
+ },
854
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
855
+ "version": "14.0.0",
856
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
857
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
858
+ "dev": true,
859
+ "license": "MIT",
860
+ "engines": {
861
+ "node": ">=18"
862
+ },
863
+ "funding": {
864
+ "url": "https://github.com/sponsors/sindresorhus"
865
+ }
866
+ },
867
+ "node_modules/@eslint/js": {
868
+ "version": "9.39.3",
869
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.3.tgz",
870
+ "integrity": "sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==",
871
+ "dev": true,
872
+ "license": "MIT",
873
+ "engines": {
874
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
875
+ },
876
+ "funding": {
877
+ "url": "https://eslint.org/donate"
878
+ }
879
+ },
880
+ "node_modules/@eslint/object-schema": {
881
+ "version": "2.1.7",
882
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
883
+ "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
884
+ "dev": true,
885
+ "license": "Apache-2.0",
886
+ "engines": {
887
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
888
+ }
889
+ },
890
+ "node_modules/@eslint/plugin-kit": {
891
+ "version": "0.4.1",
892
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
893
+ "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
894
+ "dev": true,
895
+ "license": "Apache-2.0",
896
+ "dependencies": {
897
+ "@eslint/core": "^0.17.0",
898
+ "levn": "^0.4.1"
899
+ },
900
+ "engines": {
901
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
902
+ }
903
+ },
904
+ "node_modules/@heroicons/react": {
905
+ "version": "2.2.0",
906
+ "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.2.0.tgz",
907
+ "integrity": "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==",
908
+ "license": "MIT",
909
+ "peerDependencies": {
910
+ "react": ">= 16 || ^19.0.0-rc"
911
+ }
912
+ },
913
+ "node_modules/@humanfs/core": {
914
+ "version": "0.19.1",
915
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
916
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
917
+ "dev": true,
918
+ "license": "Apache-2.0",
919
+ "engines": {
920
+ "node": ">=18.18.0"
921
+ }
922
+ },
923
+ "node_modules/@humanfs/node": {
924
+ "version": "0.16.7",
925
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
926
+ "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
927
+ "dev": true,
928
+ "license": "Apache-2.0",
929
+ "dependencies": {
930
+ "@humanfs/core": "^0.19.1",
931
+ "@humanwhocodes/retry": "^0.4.0"
932
+ },
933
+ "engines": {
934
+ "node": ">=18.18.0"
935
+ }
936
+ },
937
+ "node_modules/@humanwhocodes/module-importer": {
938
+ "version": "1.0.1",
939
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
940
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
941
+ "dev": true,
942
+ "license": "Apache-2.0",
943
+ "engines": {
944
+ "node": ">=12.22"
945
+ },
946
+ "funding": {
947
+ "type": "github",
948
+ "url": "https://github.com/sponsors/nzakas"
949
+ }
950
+ },
951
+ "node_modules/@humanwhocodes/retry": {
952
+ "version": "0.4.3",
953
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
954
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
955
+ "dev": true,
956
+ "license": "Apache-2.0",
957
+ "engines": {
958
+ "node": ">=18.18"
959
+ },
960
+ "funding": {
961
+ "type": "github",
962
+ "url": "https://github.com/sponsors/nzakas"
963
+ }
964
+ },
965
+ "node_modules/@jridgewell/gen-mapping": {
966
+ "version": "0.3.13",
967
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
968
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
969
+ "license": "MIT",
970
+ "dependencies": {
971
+ "@jridgewell/sourcemap-codec": "^1.5.0",
972
+ "@jridgewell/trace-mapping": "^0.3.24"
973
+ }
974
+ },
975
+ "node_modules/@jridgewell/remapping": {
976
+ "version": "2.3.5",
977
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
978
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
979
+ "license": "MIT",
980
+ "dependencies": {
981
+ "@jridgewell/gen-mapping": "^0.3.5",
982
+ "@jridgewell/trace-mapping": "^0.3.24"
983
+ }
984
+ },
985
+ "node_modules/@jridgewell/resolve-uri": {
986
+ "version": "3.1.2",
987
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
988
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
989
+ "license": "MIT",
990
+ "engines": {
991
+ "node": ">=6.0.0"
992
+ }
993
+ },
994
+ "node_modules/@jridgewell/sourcemap-codec": {
995
+ "version": "1.5.5",
996
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
997
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
998
+ "license": "MIT"
999
+ },
1000
+ "node_modules/@jridgewell/trace-mapping": {
1001
+ "version": "0.3.31",
1002
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1003
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1004
+ "license": "MIT",
1005
+ "dependencies": {
1006
+ "@jridgewell/resolve-uri": "^3.1.0",
1007
+ "@jridgewell/sourcemap-codec": "^1.4.14"
1008
+ }
1009
+ },
1010
+ "node_modules/@kurkle/color": {
1011
+ "version": "0.3.4",
1012
+ "resolved": "https://registry.npmjs.org/@kurkle/color/-/color-0.3.4.tgz",
1013
+ "integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==",
1014
+ "license": "MIT"
1015
+ },
1016
+ "node_modules/@popperjs/core": {
1017
+ "version": "2.11.8",
1018
+ "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
1019
+ "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
1020
+ "license": "MIT",
1021
+ "peer": true,
1022
+ "funding": {
1023
+ "type": "opencollective",
1024
+ "url": "https://opencollective.com/popperjs"
1025
+ }
1026
+ },
1027
+ "node_modules/@rolldown/pluginutils": {
1028
+ "version": "1.0.0-rc.3",
1029
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz",
1030
+ "integrity": "sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==",
1031
+ "dev": true,
1032
+ "license": "MIT"
1033
+ },
1034
+ "node_modules/@rollup/rollup-android-arm-eabi": {
1035
+ "version": "4.59.0",
1036
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
1037
+ "integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
1038
+ "cpu": [
1039
+ "arm"
1040
+ ],
1041
+ "license": "MIT",
1042
+ "optional": true,
1043
+ "os": [
1044
+ "android"
1045
+ ]
1046
+ },
1047
+ "node_modules/@rollup/rollup-android-arm64": {
1048
+ "version": "4.59.0",
1049
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
1050
+ "integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
1051
+ "cpu": [
1052
+ "arm64"
1053
+ ],
1054
+ "license": "MIT",
1055
+ "optional": true,
1056
+ "os": [
1057
+ "android"
1058
+ ]
1059
+ },
1060
+ "node_modules/@rollup/rollup-darwin-arm64": {
1061
+ "version": "4.59.0",
1062
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz",
1063
+ "integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==",
1064
+ "cpu": [
1065
+ "arm64"
1066
+ ],
1067
+ "license": "MIT",
1068
+ "optional": true,
1069
+ "os": [
1070
+ "darwin"
1071
+ ]
1072
+ },
1073
+ "node_modules/@rollup/rollup-darwin-x64": {
1074
+ "version": "4.59.0",
1075
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz",
1076
+ "integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==",
1077
+ "cpu": [
1078
+ "x64"
1079
+ ],
1080
+ "license": "MIT",
1081
+ "optional": true,
1082
+ "os": [
1083
+ "darwin"
1084
+ ]
1085
+ },
1086
+ "node_modules/@rollup/rollup-freebsd-arm64": {
1087
+ "version": "4.59.0",
1088
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
1089
+ "integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
1090
+ "cpu": [
1091
+ "arm64"
1092
+ ],
1093
+ "license": "MIT",
1094
+ "optional": true,
1095
+ "os": [
1096
+ "freebsd"
1097
+ ]
1098
+ },
1099
+ "node_modules/@rollup/rollup-freebsd-x64": {
1100
+ "version": "4.59.0",
1101
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz",
1102
+ "integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==",
1103
+ "cpu": [
1104
+ "x64"
1105
+ ],
1106
+ "license": "MIT",
1107
+ "optional": true,
1108
+ "os": [
1109
+ "freebsd"
1110
+ ]
1111
+ },
1112
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1113
+ "version": "4.59.0",
1114
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
1115
+ "integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
1116
+ "cpu": [
1117
+ "arm"
1118
+ ],
1119
+ "license": "MIT",
1120
+ "optional": true,
1121
+ "os": [
1122
+ "linux"
1123
+ ]
1124
+ },
1125
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1126
+ "version": "4.59.0",
1127
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
1128
+ "integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
1129
+ "cpu": [
1130
+ "arm"
1131
+ ],
1132
+ "license": "MIT",
1133
+ "optional": true,
1134
+ "os": [
1135
+ "linux"
1136
+ ]
1137
+ },
1138
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
1139
+ "version": "4.59.0",
1140
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
1141
+ "integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
1142
+ "cpu": [
1143
+ "arm64"
1144
+ ],
1145
+ "license": "MIT",
1146
+ "optional": true,
1147
+ "os": [
1148
+ "linux"
1149
+ ]
1150
+ },
1151
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
1152
+ "version": "4.59.0",
1153
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
1154
+ "integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
1155
+ "cpu": [
1156
+ "arm64"
1157
+ ],
1158
+ "license": "MIT",
1159
+ "optional": true,
1160
+ "os": [
1161
+ "linux"
1162
+ ]
1163
+ },
1164
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
1165
+ "version": "4.59.0",
1166
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
1167
+ "integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
1168
+ "cpu": [
1169
+ "loong64"
1170
+ ],
1171
+ "license": "MIT",
1172
+ "optional": true,
1173
+ "os": [
1174
+ "linux"
1175
+ ]
1176
+ },
1177
+ "node_modules/@rollup/rollup-linux-loong64-musl": {
1178
+ "version": "4.59.0",
1179
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
1180
+ "integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
1181
+ "cpu": [
1182
+ "loong64"
1183
+ ],
1184
+ "license": "MIT",
1185
+ "optional": true,
1186
+ "os": [
1187
+ "linux"
1188
+ ]
1189
+ },
1190
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1191
+ "version": "4.59.0",
1192
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
1193
+ "integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
1194
+ "cpu": [
1195
+ "ppc64"
1196
+ ],
1197
+ "license": "MIT",
1198
+ "optional": true,
1199
+ "os": [
1200
+ "linux"
1201
+ ]
1202
+ },
1203
+ "node_modules/@rollup/rollup-linux-ppc64-musl": {
1204
+ "version": "4.59.0",
1205
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz",
1206
+ "integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==",
1207
+ "cpu": [
1208
+ "ppc64"
1209
+ ],
1210
+ "license": "MIT",
1211
+ "optional": true,
1212
+ "os": [
1213
+ "linux"
1214
+ ]
1215
+ },
1216
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1217
+ "version": "4.59.0",
1218
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
1219
+ "integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
1220
+ "cpu": [
1221
+ "riscv64"
1222
+ ],
1223
+ "license": "MIT",
1224
+ "optional": true,
1225
+ "os": [
1226
+ "linux"
1227
+ ]
1228
+ },
1229
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
1230
+ "version": "4.59.0",
1231
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
1232
+ "integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
1233
+ "cpu": [
1234
+ "riscv64"
1235
+ ],
1236
+ "license": "MIT",
1237
+ "optional": true,
1238
+ "os": [
1239
+ "linux"
1240
+ ]
1241
+ },
1242
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
1243
+ "version": "4.59.0",
1244
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz",
1245
+ "integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==",
1246
+ "cpu": [
1247
+ "s390x"
1248
+ ],
1249
+ "license": "MIT",
1250
+ "optional": true,
1251
+ "os": [
1252
+ "linux"
1253
+ ]
1254
+ },
1255
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1256
+ "version": "4.59.0",
1257
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz",
1258
+ "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==",
1259
+ "cpu": [
1260
+ "x64"
1261
+ ],
1262
+ "license": "MIT",
1263
+ "optional": true,
1264
+ "os": [
1265
+ "linux"
1266
+ ]
1267
+ },
1268
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1269
+ "version": "4.59.0",
1270
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz",
1271
+ "integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==",
1272
+ "cpu": [
1273
+ "x64"
1274
+ ],
1275
+ "license": "MIT",
1276
+ "optional": true,
1277
+ "os": [
1278
+ "linux"
1279
+ ]
1280
+ },
1281
+ "node_modules/@rollup/rollup-openbsd-x64": {
1282
+ "version": "4.59.0",
1283
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
1284
+ "integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
1285
+ "cpu": [
1286
+ "x64"
1287
+ ],
1288
+ "license": "MIT",
1289
+ "optional": true,
1290
+ "os": [
1291
+ "openbsd"
1292
+ ]
1293
+ },
1294
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1295
+ "version": "4.59.0",
1296
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz",
1297
+ "integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==",
1298
+ "cpu": [
1299
+ "arm64"
1300
+ ],
1301
+ "license": "MIT",
1302
+ "optional": true,
1303
+ "os": [
1304
+ "openharmony"
1305
+ ]
1306
+ },
1307
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1308
+ "version": "4.59.0",
1309
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
1310
+ "integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
1311
+ "cpu": [
1312
+ "arm64"
1313
+ ],
1314
+ "license": "MIT",
1315
+ "optional": true,
1316
+ "os": [
1317
+ "win32"
1318
+ ]
1319
+ },
1320
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1321
+ "version": "4.59.0",
1322
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz",
1323
+ "integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==",
1324
+ "cpu": [
1325
+ "ia32"
1326
+ ],
1327
+ "license": "MIT",
1328
+ "optional": true,
1329
+ "os": [
1330
+ "win32"
1331
+ ]
1332
+ },
1333
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1334
+ "version": "4.59.0",
1335
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz",
1336
+ "integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==",
1337
+ "cpu": [
1338
+ "x64"
1339
+ ],
1340
+ "license": "MIT",
1341
+ "optional": true,
1342
+ "os": [
1343
+ "win32"
1344
+ ]
1345
+ },
1346
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1347
+ "version": "4.59.0",
1348
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz",
1349
+ "integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==",
1350
+ "cpu": [
1351
+ "x64"
1352
+ ],
1353
+ "license": "MIT",
1354
+ "optional": true,
1355
+ "os": [
1356
+ "win32"
1357
+ ]
1358
+ },
1359
+ "node_modules/@tailwindcss/node": {
1360
+ "version": "4.2.1",
1361
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.1.tgz",
1362
+ "integrity": "sha512-jlx6sLk4EOwO6hHe1oCGm1Q4AN/s0rSrTTPBGPM0/RQ6Uylwq17FuU8IeJJKEjtc6K6O07zsvP+gDO6MMWo7pg==",
1363
+ "license": "MIT",
1364
+ "dependencies": {
1365
+ "@jridgewell/remapping": "^2.3.5",
1366
+ "enhanced-resolve": "^5.19.0",
1367
+ "jiti": "^2.6.1",
1368
+ "lightningcss": "1.31.1",
1369
+ "magic-string": "^0.30.21",
1370
+ "source-map-js": "^1.2.1",
1371
+ "tailwindcss": "4.2.1"
1372
+ }
1373
+ },
1374
+ "node_modules/@tailwindcss/oxide": {
1375
+ "version": "4.2.1",
1376
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.1.tgz",
1377
+ "integrity": "sha512-yv9jeEFWnjKCI6/T3Oq50yQEOqmpmpfzG1hcZsAOaXFQPfzWprWrlHSdGPEF3WQTi8zu8ohC9Mh9J470nT5pUw==",
1378
+ "license": "MIT",
1379
+ "engines": {
1380
+ "node": ">= 20"
1381
+ },
1382
+ "optionalDependencies": {
1383
+ "@tailwindcss/oxide-android-arm64": "4.2.1",
1384
+ "@tailwindcss/oxide-darwin-arm64": "4.2.1",
1385
+ "@tailwindcss/oxide-darwin-x64": "4.2.1",
1386
+ "@tailwindcss/oxide-freebsd-x64": "4.2.1",
1387
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.1",
1388
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.2.1",
1389
+ "@tailwindcss/oxide-linux-arm64-musl": "4.2.1",
1390
+ "@tailwindcss/oxide-linux-x64-gnu": "4.2.1",
1391
+ "@tailwindcss/oxide-linux-x64-musl": "4.2.1",
1392
+ "@tailwindcss/oxide-wasm32-wasi": "4.2.1",
1393
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.2.1",
1394
+ "@tailwindcss/oxide-win32-x64-msvc": "4.2.1"
1395
+ }
1396
+ },
1397
+ "node_modules/@tailwindcss/oxide-android-arm64": {
1398
+ "version": "4.2.1",
1399
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.1.tgz",
1400
+ "integrity": "sha512-eZ7G1Zm5EC8OOKaesIKuw77jw++QJ2lL9N+dDpdQiAB/c/B2wDh0QPFHbkBVrXnwNugvrbJFk1gK2SsVjwWReg==",
1401
+ "cpu": [
1402
+ "arm64"
1403
+ ],
1404
+ "license": "MIT",
1405
+ "optional": true,
1406
+ "os": [
1407
+ "android"
1408
+ ],
1409
+ "engines": {
1410
+ "node": ">= 20"
1411
+ }
1412
+ },
1413
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
1414
+ "version": "4.2.1",
1415
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.1.tgz",
1416
+ "integrity": "sha512-q/LHkOstoJ7pI1J0q6djesLzRvQSIfEto148ppAd+BVQK0JYjQIFSK3JgYZJa+Yzi0DDa52ZsQx2rqytBnf8Hw==",
1417
+ "cpu": [
1418
+ "arm64"
1419
+ ],
1420
+ "license": "MIT",
1421
+ "optional": true,
1422
+ "os": [
1423
+ "darwin"
1424
+ ],
1425
+ "engines": {
1426
+ "node": ">= 20"
1427
+ }
1428
+ },
1429
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
1430
+ "version": "4.2.1",
1431
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.1.tgz",
1432
+ "integrity": "sha512-/f/ozlaXGY6QLbpvd/kFTro2l18f7dHKpB+ieXz+Cijl4Mt9AI2rTrpq7V+t04nK+j9XBQHnSMdeQRhbGyt6fw==",
1433
+ "cpu": [
1434
+ "x64"
1435
+ ],
1436
+ "license": "MIT",
1437
+ "optional": true,
1438
+ "os": [
1439
+ "darwin"
1440
+ ],
1441
+ "engines": {
1442
+ "node": ">= 20"
1443
+ }
1444
+ },
1445
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
1446
+ "version": "4.2.1",
1447
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.1.tgz",
1448
+ "integrity": "sha512-5e/AkgYJT/cpbkys/OU2Ei2jdETCLlifwm7ogMC7/hksI2fC3iiq6OcXwjibcIjPung0kRtR3TxEITkqgn0TcA==",
1449
+ "cpu": [
1450
+ "x64"
1451
+ ],
1452
+ "license": "MIT",
1453
+ "optional": true,
1454
+ "os": [
1455
+ "freebsd"
1456
+ ],
1457
+ "engines": {
1458
+ "node": ">= 20"
1459
+ }
1460
+ },
1461
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
1462
+ "version": "4.2.1",
1463
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.1.tgz",
1464
+ "integrity": "sha512-Uny1EcVTTmerCKt/1ZuKTkb0x8ZaiuYucg2/kImO5A5Y/kBz41/+j0gxUZl+hTF3xkWpDmHX+TaWhOtba2Fyuw==",
1465
+ "cpu": [
1466
+ "arm"
1467
+ ],
1468
+ "license": "MIT",
1469
+ "optional": true,
1470
+ "os": [
1471
+ "linux"
1472
+ ],
1473
+ "engines": {
1474
+ "node": ">= 20"
1475
+ }
1476
+ },
1477
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
1478
+ "version": "4.2.1",
1479
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.1.tgz",
1480
+ "integrity": "sha512-CTrwomI+c7n6aSSQlsPL0roRiNMDQ/YzMD9EjcR+H4f0I1SQ8QqIuPnsVp7QgMkC1Qi8rtkekLkOFjo7OlEFRQ==",
1481
+ "cpu": [
1482
+ "arm64"
1483
+ ],
1484
+ "license": "MIT",
1485
+ "optional": true,
1486
+ "os": [
1487
+ "linux"
1488
+ ],
1489
+ "engines": {
1490
+ "node": ">= 20"
1491
+ }
1492
+ },
1493
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
1494
+ "version": "4.2.1",
1495
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.1.tgz",
1496
+ "integrity": "sha512-WZA0CHRL/SP1TRbA5mp9htsppSEkWuQ4KsSUumYQnyl8ZdT39ntwqmz4IUHGN6p4XdSlYfJwM4rRzZLShHsGAQ==",
1497
+ "cpu": [
1498
+ "arm64"
1499
+ ],
1500
+ "license": "MIT",
1501
+ "optional": true,
1502
+ "os": [
1503
+ "linux"
1504
+ ],
1505
+ "engines": {
1506
+ "node": ">= 20"
1507
+ }
1508
+ },
1509
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
1510
+ "version": "4.2.1",
1511
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.1.tgz",
1512
+ "integrity": "sha512-qMFzxI2YlBOLW5PhblzuSWlWfwLHaneBE0xHzLrBgNtqN6mWfs+qYbhryGSXQjFYB1Dzf5w+LN5qbUTPhW7Y5g==",
1513
+ "cpu": [
1514
+ "x64"
1515
+ ],
1516
+ "license": "MIT",
1517
+ "optional": true,
1518
+ "os": [
1519
+ "linux"
1520
+ ],
1521
+ "engines": {
1522
+ "node": ">= 20"
1523
+ }
1524
+ },
1525
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
1526
+ "version": "4.2.1",
1527
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.1.tgz",
1528
+ "integrity": "sha512-5r1X2FKnCMUPlXTWRYpHdPYUY6a1Ar/t7P24OuiEdEOmms5lyqjDRvVY1yy9Rmioh+AunQ0rWiOTPE8F9A3v5g==",
1529
+ "cpu": [
1530
+ "x64"
1531
+ ],
1532
+ "license": "MIT",
1533
+ "optional": true,
1534
+ "os": [
1535
+ "linux"
1536
+ ],
1537
+ "engines": {
1538
+ "node": ">= 20"
1539
+ }
1540
+ },
1541
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
1542
+ "version": "4.2.1",
1543
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.1.tgz",
1544
+ "integrity": "sha512-MGFB5cVPvshR85MTJkEvqDUnuNoysrsRxd6vnk1Lf2tbiqNlXpHYZqkqOQalydienEWOHHFyyuTSYRsLfxFJ2Q==",
1545
+ "bundleDependencies": [
1546
+ "@napi-rs/wasm-runtime",
1547
+ "@emnapi/core",
1548
+ "@emnapi/runtime",
1549
+ "@tybys/wasm-util",
1550
+ "@emnapi/wasi-threads",
1551
+ "tslib"
1552
+ ],
1553
+ "cpu": [
1554
+ "wasm32"
1555
+ ],
1556
+ "license": "MIT",
1557
+ "optional": true,
1558
+ "dependencies": {
1559
+ "@emnapi/core": "^1.8.1",
1560
+ "@emnapi/runtime": "^1.8.1",
1561
+ "@emnapi/wasi-threads": "^1.1.0",
1562
+ "@napi-rs/wasm-runtime": "^1.1.1",
1563
+ "@tybys/wasm-util": "^0.10.1",
1564
+ "tslib": "^2.8.1"
1565
+ },
1566
+ "engines": {
1567
+ "node": ">=14.0.0"
1568
+ }
1569
+ },
1570
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1571
+ "version": "4.2.1",
1572
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz",
1573
+ "integrity": "sha512-YlUEHRHBGnCMh4Nj4GnqQyBtsshUPdiNroZj8VPkvTZSoHsilRCwXcVKnG9kyi0ZFAS/3u+qKHBdDc81SADTRA==",
1574
+ "cpu": [
1575
+ "arm64"
1576
+ ],
1577
+ "license": "MIT",
1578
+ "optional": true,
1579
+ "os": [
1580
+ "win32"
1581
+ ],
1582
+ "engines": {
1583
+ "node": ">= 20"
1584
+ }
1585
+ },
1586
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
1587
+ "version": "4.2.1",
1588
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.1.tgz",
1589
+ "integrity": "sha512-rbO34G5sMWWyrN/idLeVxAZgAKWrn5LiR3/I90Q9MkA67s6T1oB0xtTe+0heoBvHSpbU9Mk7i6uwJnpo4u21XQ==",
1590
+ "cpu": [
1591
+ "x64"
1592
+ ],
1593
+ "license": "MIT",
1594
+ "optional": true,
1595
+ "os": [
1596
+ "win32"
1597
+ ],
1598
+ "engines": {
1599
+ "node": ">= 20"
1600
+ }
1601
+ },
1602
+ "node_modules/@tailwindcss/postcss": {
1603
+ "version": "4.2.1",
1604
+ "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.1.tgz",
1605
+ "integrity": "sha512-OEwGIBnXnj7zJeonOh6ZG9woofIjGrd2BORfvE5p9USYKDCZoQmfqLcfNiRWoJlRWLdNPn2IgVZuWAOM4iTYMw==",
1606
+ "dev": true,
1607
+ "license": "MIT",
1608
+ "dependencies": {
1609
+ "@alloc/quick-lru": "^5.2.0",
1610
+ "@tailwindcss/node": "4.2.1",
1611
+ "@tailwindcss/oxide": "4.2.1",
1612
+ "postcss": "^8.5.6",
1613
+ "tailwindcss": "4.2.1"
1614
+ }
1615
+ },
1616
+ "node_modules/@tailwindcss/vite": {
1617
+ "version": "4.2.1",
1618
+ "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.1.tgz",
1619
+ "integrity": "sha512-TBf2sJjYeb28jD2U/OhwdW0bbOsxkWPwQ7SrqGf9sVcoYwZj7rkXljroBO9wKBut9XnmQLXanuDUeqQK0lGg/w==",
1620
+ "license": "MIT",
1621
+ "dependencies": {
1622
+ "@tailwindcss/node": "4.2.1",
1623
+ "@tailwindcss/oxide": "4.2.1",
1624
+ "tailwindcss": "4.2.1"
1625
+ },
1626
+ "peerDependencies": {
1627
+ "vite": "^5.2.0 || ^6 || ^7"
1628
+ }
1629
+ },
1630
+ "node_modules/@types/babel__core": {
1631
+ "version": "7.20.5",
1632
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1633
+ "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1634
+ "dev": true,
1635
+ "license": "MIT",
1636
+ "dependencies": {
1637
+ "@babel/parser": "^7.20.7",
1638
+ "@babel/types": "^7.20.7",
1639
+ "@types/babel__generator": "*",
1640
+ "@types/babel__template": "*",
1641
+ "@types/babel__traverse": "*"
1642
+ }
1643
+ },
1644
+ "node_modules/@types/babel__generator": {
1645
+ "version": "7.27.0",
1646
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1647
+ "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1648
+ "dev": true,
1649
+ "license": "MIT",
1650
+ "dependencies": {
1651
+ "@babel/types": "^7.0.0"
1652
+ }
1653
+ },
1654
+ "node_modules/@types/babel__template": {
1655
+ "version": "7.4.4",
1656
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1657
+ "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1658
+ "dev": true,
1659
+ "license": "MIT",
1660
+ "dependencies": {
1661
+ "@babel/parser": "^7.1.0",
1662
+ "@babel/types": "^7.0.0"
1663
+ }
1664
+ },
1665
+ "node_modules/@types/babel__traverse": {
1666
+ "version": "7.28.0",
1667
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1668
+ "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1669
+ "dev": true,
1670
+ "license": "MIT",
1671
+ "dependencies": {
1672
+ "@babel/types": "^7.28.2"
1673
+ }
1674
+ },
1675
+ "node_modules/@types/estree": {
1676
+ "version": "1.0.8",
1677
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1678
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1679
+ "license": "MIT"
1680
+ },
1681
+ "node_modules/@types/json-schema": {
1682
+ "version": "7.0.15",
1683
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
1684
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
1685
+ "dev": true,
1686
+ "license": "MIT"
1687
+ },
1688
+ "node_modules/@types/react": {
1689
+ "version": "19.2.14",
1690
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
1691
+ "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
1692
+ "dev": true,
1693
+ "license": "MIT",
1694
+ "dependencies": {
1695
+ "csstype": "^3.2.2"
1696
+ }
1697
+ },
1698
+ "node_modules/@types/react-dom": {
1699
+ "version": "19.2.3",
1700
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
1701
+ "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
1702
+ "dev": true,
1703
+ "license": "MIT",
1704
+ "peerDependencies": {
1705
+ "@types/react": "^19.2.0"
1706
+ }
1707
+ },
1708
+ "node_modules/@vitejs/plugin-react": {
1709
+ "version": "5.1.4",
1710
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.4.tgz",
1711
+ "integrity": "sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==",
1712
+ "dev": true,
1713
+ "license": "MIT",
1714
+ "dependencies": {
1715
+ "@babel/core": "^7.29.0",
1716
+ "@babel/plugin-transform-react-jsx-self": "^7.27.1",
1717
+ "@babel/plugin-transform-react-jsx-source": "^7.27.1",
1718
+ "@rolldown/pluginutils": "1.0.0-rc.3",
1719
+ "@types/babel__core": "^7.20.5",
1720
+ "react-refresh": "^0.18.0"
1721
+ },
1722
+ "engines": {
1723
+ "node": "^20.19.0 || >=22.12.0"
1724
+ },
1725
+ "peerDependencies": {
1726
+ "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
1727
+ }
1728
+ },
1729
+ "node_modules/acorn": {
1730
+ "version": "8.16.0",
1731
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
1732
+ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
1733
+ "dev": true,
1734
+ "license": "MIT",
1735
+ "bin": {
1736
+ "acorn": "bin/acorn"
1737
+ },
1738
+ "engines": {
1739
+ "node": ">=0.4.0"
1740
+ }
1741
+ },
1742
+ "node_modules/acorn-jsx": {
1743
+ "version": "5.3.2",
1744
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
1745
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
1746
+ "dev": true,
1747
+ "license": "MIT",
1748
+ "peerDependencies": {
1749
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
1750
+ }
1751
+ },
1752
+ "node_modules/ajv": {
1753
+ "version": "6.14.0",
1754
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
1755
+ "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
1756
+ "dev": true,
1757
+ "license": "MIT",
1758
+ "dependencies": {
1759
+ "fast-deep-equal": "^3.1.1",
1760
+ "fast-json-stable-stringify": "^2.0.0",
1761
+ "json-schema-traverse": "^0.4.1",
1762
+ "uri-js": "^4.2.2"
1763
+ },
1764
+ "funding": {
1765
+ "type": "github",
1766
+ "url": "https://github.com/sponsors/epoberezkin"
1767
+ }
1768
+ },
1769
+ "node_modules/ansi-styles": {
1770
+ "version": "4.3.0",
1771
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1772
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1773
+ "dev": true,
1774
+ "license": "MIT",
1775
+ "dependencies": {
1776
+ "color-convert": "^2.0.1"
1777
+ },
1778
+ "engines": {
1779
+ "node": ">=8"
1780
+ },
1781
+ "funding": {
1782
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1783
+ }
1784
+ },
1785
+ "node_modules/argparse": {
1786
+ "version": "2.0.1",
1787
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
1788
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
1789
+ "dev": true,
1790
+ "license": "Python-2.0"
1791
+ },
1792
+ "node_modules/asynckit": {
1793
+ "version": "0.4.0",
1794
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
1795
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
1796
+ "license": "MIT"
1797
+ },
1798
+ "node_modules/autoprefixer": {
1799
+ "version": "10.4.27",
1800
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.27.tgz",
1801
+ "integrity": "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==",
1802
+ "dev": true,
1803
+ "funding": [
1804
+ {
1805
+ "type": "opencollective",
1806
+ "url": "https://opencollective.com/postcss/"
1807
+ },
1808
+ {
1809
+ "type": "tidelift",
1810
+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
1811
+ },
1812
+ {
1813
+ "type": "github",
1814
+ "url": "https://github.com/sponsors/ai"
1815
+ }
1816
+ ],
1817
+ "license": "MIT",
1818
+ "dependencies": {
1819
+ "browserslist": "^4.28.1",
1820
+ "caniuse-lite": "^1.0.30001774",
1821
+ "fraction.js": "^5.3.4",
1822
+ "picocolors": "^1.1.1",
1823
+ "postcss-value-parser": "^4.2.0"
1824
+ },
1825
+ "bin": {
1826
+ "autoprefixer": "bin/autoprefixer"
1827
+ },
1828
+ "engines": {
1829
+ "node": "^10 || ^12 || >=14"
1830
+ },
1831
+ "peerDependencies": {
1832
+ "postcss": "^8.1.0"
1833
+ }
1834
+ },
1835
+ "node_modules/axios": {
1836
+ "version": "1.13.6",
1837
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
1838
+ "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
1839
+ "license": "MIT",
1840
+ "dependencies": {
1841
+ "follow-redirects": "^1.15.11",
1842
+ "form-data": "^4.0.5",
1843
+ "proxy-from-env": "^1.1.0"
1844
+ }
1845
+ },
1846
+ "node_modules/balanced-match": {
1847
+ "version": "1.0.2",
1848
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
1849
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
1850
+ "dev": true,
1851
+ "license": "MIT"
1852
+ },
1853
+ "node_modules/baseline-browser-mapping": {
1854
+ "version": "2.10.0",
1855
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz",
1856
+ "integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==",
1857
+ "dev": true,
1858
+ "license": "Apache-2.0",
1859
+ "bin": {
1860
+ "baseline-browser-mapping": "dist/cli.cjs"
1861
+ },
1862
+ "engines": {
1863
+ "node": ">=6.0.0"
1864
+ }
1865
+ },
1866
+ "node_modules/bootstrap": {
1867
+ "version": "5.3.8",
1868
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.8.tgz",
1869
+ "integrity": "sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==",
1870
+ "funding": [
1871
+ {
1872
+ "type": "github",
1873
+ "url": "https://github.com/sponsors/twbs"
1874
+ },
1875
+ {
1876
+ "type": "opencollective",
1877
+ "url": "https://opencollective.com/bootstrap"
1878
+ }
1879
+ ],
1880
+ "license": "MIT",
1881
+ "peerDependencies": {
1882
+ "@popperjs/core": "^2.11.8"
1883
+ }
1884
+ },
1885
+ "node_modules/brace-expansion": {
1886
+ "version": "1.1.12",
1887
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
1888
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
1889
+ "dev": true,
1890
+ "license": "MIT",
1891
+ "dependencies": {
1892
+ "balanced-match": "^1.0.0",
1893
+ "concat-map": "0.0.1"
1894
+ }
1895
+ },
1896
+ "node_modules/browserslist": {
1897
+ "version": "4.28.1",
1898
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
1899
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
1900
+ "dev": true,
1901
+ "funding": [
1902
+ {
1903
+ "type": "opencollective",
1904
+ "url": "https://opencollective.com/browserslist"
1905
+ },
1906
+ {
1907
+ "type": "tidelift",
1908
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1909
+ },
1910
+ {
1911
+ "type": "github",
1912
+ "url": "https://github.com/sponsors/ai"
1913
+ }
1914
+ ],
1915
+ "license": "MIT",
1916
+ "dependencies": {
1917
+ "baseline-browser-mapping": "^2.9.0",
1918
+ "caniuse-lite": "^1.0.30001759",
1919
+ "electron-to-chromium": "^1.5.263",
1920
+ "node-releases": "^2.0.27",
1921
+ "update-browserslist-db": "^1.2.0"
1922
+ },
1923
+ "bin": {
1924
+ "browserslist": "cli.js"
1925
+ },
1926
+ "engines": {
1927
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1928
+ }
1929
+ },
1930
+ "node_modules/call-bind-apply-helpers": {
1931
+ "version": "1.0.2",
1932
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
1933
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
1934
+ "license": "MIT",
1935
+ "dependencies": {
1936
+ "es-errors": "^1.3.0",
1937
+ "function-bind": "^1.1.2"
1938
+ },
1939
+ "engines": {
1940
+ "node": ">= 0.4"
1941
+ }
1942
+ },
1943
+ "node_modules/callsites": {
1944
+ "version": "3.1.0",
1945
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
1946
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
1947
+ "dev": true,
1948
+ "license": "MIT",
1949
+ "engines": {
1950
+ "node": ">=6"
1951
+ }
1952
+ },
1953
+ "node_modules/caniuse-lite": {
1954
+ "version": "1.0.30001774",
1955
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001774.tgz",
1956
+ "integrity": "sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==",
1957
+ "dev": true,
1958
+ "funding": [
1959
+ {
1960
+ "type": "opencollective",
1961
+ "url": "https://opencollective.com/browserslist"
1962
+ },
1963
+ {
1964
+ "type": "tidelift",
1965
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1966
+ },
1967
+ {
1968
+ "type": "github",
1969
+ "url": "https://github.com/sponsors/ai"
1970
+ }
1971
+ ],
1972
+ "license": "CC-BY-4.0"
1973
+ },
1974
+ "node_modules/chalk": {
1975
+ "version": "4.1.2",
1976
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1977
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1978
+ "dev": true,
1979
+ "license": "MIT",
1980
+ "dependencies": {
1981
+ "ansi-styles": "^4.1.0",
1982
+ "supports-color": "^7.1.0"
1983
+ },
1984
+ "engines": {
1985
+ "node": ">=10"
1986
+ },
1987
+ "funding": {
1988
+ "url": "https://github.com/chalk/chalk?sponsor=1"
1989
+ }
1990
+ },
1991
+ "node_modules/chart.js": {
1992
+ "version": "4.5.1",
1993
+ "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.5.1.tgz",
1994
+ "integrity": "sha512-GIjfiT9dbmHRiYi6Nl2yFCq7kkwdkp1W/lp2J99rX0yo9tgJGn3lKQATztIjb5tVtevcBtIdICNWqlq5+E8/Pw==",
1995
+ "license": "MIT",
1996
+ "dependencies": {
1997
+ "@kurkle/color": "^0.3.0"
1998
+ },
1999
+ "engines": {
2000
+ "pnpm": ">=8"
2001
+ }
2002
+ },
2003
+ "node_modules/color-convert": {
2004
+ "version": "2.0.1",
2005
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
2006
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2007
+ "dev": true,
2008
+ "license": "MIT",
2009
+ "dependencies": {
2010
+ "color-name": "~1.1.4"
2011
+ },
2012
+ "engines": {
2013
+ "node": ">=7.0.0"
2014
+ }
2015
+ },
2016
+ "node_modules/color-name": {
2017
+ "version": "1.1.4",
2018
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2019
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2020
+ "dev": true,
2021
+ "license": "MIT"
2022
+ },
2023
+ "node_modules/combined-stream": {
2024
+ "version": "1.0.8",
2025
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
2026
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
2027
+ "license": "MIT",
2028
+ "dependencies": {
2029
+ "delayed-stream": "~1.0.0"
2030
+ },
2031
+ "engines": {
2032
+ "node": ">= 0.8"
2033
+ }
2034
+ },
2035
+ "node_modules/concat-map": {
2036
+ "version": "0.0.1",
2037
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
2038
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
2039
+ "dev": true,
2040
+ "license": "MIT"
2041
+ },
2042
+ "node_modules/convert-source-map": {
2043
+ "version": "2.0.0",
2044
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
2045
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
2046
+ "dev": true,
2047
+ "license": "MIT"
2048
+ },
2049
+ "node_modules/cookie": {
2050
+ "version": "1.1.1",
2051
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
2052
+ "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
2053
+ "license": "MIT",
2054
+ "engines": {
2055
+ "node": ">=18"
2056
+ },
2057
+ "funding": {
2058
+ "type": "opencollective",
2059
+ "url": "https://opencollective.com/express"
2060
+ }
2061
+ },
2062
+ "node_modules/cross-spawn": {
2063
+ "version": "7.0.6",
2064
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
2065
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
2066
+ "dev": true,
2067
+ "license": "MIT",
2068
+ "dependencies": {
2069
+ "path-key": "^3.1.0",
2070
+ "shebang-command": "^2.0.0",
2071
+ "which": "^2.0.1"
2072
+ },
2073
+ "engines": {
2074
+ "node": ">= 8"
2075
+ }
2076
+ },
2077
+ "node_modules/csstype": {
2078
+ "version": "3.2.3",
2079
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
2080
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
2081
+ "dev": true,
2082
+ "license": "MIT"
2083
+ },
2084
+ "node_modules/debug": {
2085
+ "version": "4.4.3",
2086
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2087
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2088
+ "dev": true,
2089
+ "license": "MIT",
2090
+ "dependencies": {
2091
+ "ms": "^2.1.3"
2092
+ },
2093
+ "engines": {
2094
+ "node": ">=6.0"
2095
+ },
2096
+ "peerDependenciesMeta": {
2097
+ "supports-color": {
2098
+ "optional": true
2099
+ }
2100
+ }
2101
+ },
2102
+ "node_modules/deep-is": {
2103
+ "version": "0.1.4",
2104
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
2105
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
2106
+ "dev": true,
2107
+ "license": "MIT"
2108
+ },
2109
+ "node_modules/delayed-stream": {
2110
+ "version": "1.0.0",
2111
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
2112
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
2113
+ "license": "MIT",
2114
+ "engines": {
2115
+ "node": ">=0.4.0"
2116
+ }
2117
+ },
2118
+ "node_modules/detect-libc": {
2119
+ "version": "2.1.2",
2120
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2121
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2122
+ "license": "Apache-2.0",
2123
+ "engines": {
2124
+ "node": ">=8"
2125
+ }
2126
+ },
2127
+ "node_modules/dunder-proto": {
2128
+ "version": "1.0.1",
2129
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
2130
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
2131
+ "license": "MIT",
2132
+ "dependencies": {
2133
+ "call-bind-apply-helpers": "^1.0.1",
2134
+ "es-errors": "^1.3.0",
2135
+ "gopd": "^1.2.0"
2136
+ },
2137
+ "engines": {
2138
+ "node": ">= 0.4"
2139
+ }
2140
+ },
2141
+ "node_modules/electron-to-chromium": {
2142
+ "version": "1.5.302",
2143
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.302.tgz",
2144
+ "integrity": "sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==",
2145
+ "dev": true,
2146
+ "license": "ISC"
2147
+ },
2148
+ "node_modules/enhanced-resolve": {
2149
+ "version": "5.19.0",
2150
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz",
2151
+ "integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==",
2152
+ "license": "MIT",
2153
+ "dependencies": {
2154
+ "graceful-fs": "^4.2.4",
2155
+ "tapable": "^2.3.0"
2156
+ },
2157
+ "engines": {
2158
+ "node": ">=10.13.0"
2159
+ }
2160
+ },
2161
+ "node_modules/es-define-property": {
2162
+ "version": "1.0.1",
2163
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
2164
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
2165
+ "license": "MIT",
2166
+ "engines": {
2167
+ "node": ">= 0.4"
2168
+ }
2169
+ },
2170
+ "node_modules/es-errors": {
2171
+ "version": "1.3.0",
2172
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
2173
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
2174
+ "license": "MIT",
2175
+ "engines": {
2176
+ "node": ">= 0.4"
2177
+ }
2178
+ },
2179
+ "node_modules/es-object-atoms": {
2180
+ "version": "1.1.1",
2181
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
2182
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
2183
+ "license": "MIT",
2184
+ "dependencies": {
2185
+ "es-errors": "^1.3.0"
2186
+ },
2187
+ "engines": {
2188
+ "node": ">= 0.4"
2189
+ }
2190
+ },
2191
+ "node_modules/es-set-tostringtag": {
2192
+ "version": "2.1.0",
2193
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
2194
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
2195
+ "license": "MIT",
2196
+ "dependencies": {
2197
+ "es-errors": "^1.3.0",
2198
+ "get-intrinsic": "^1.2.6",
2199
+ "has-tostringtag": "^1.0.2",
2200
+ "hasown": "^2.0.2"
2201
+ },
2202
+ "engines": {
2203
+ "node": ">= 0.4"
2204
+ }
2205
+ },
2206
+ "node_modules/esbuild": {
2207
+ "version": "0.27.3",
2208
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz",
2209
+ "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
2210
+ "hasInstallScript": true,
2211
+ "license": "MIT",
2212
+ "bin": {
2213
+ "esbuild": "bin/esbuild"
2214
+ },
2215
+ "engines": {
2216
+ "node": ">=18"
2217
+ },
2218
+ "optionalDependencies": {
2219
+ "@esbuild/aix-ppc64": "0.27.3",
2220
+ "@esbuild/android-arm": "0.27.3",
2221
+ "@esbuild/android-arm64": "0.27.3",
2222
+ "@esbuild/android-x64": "0.27.3",
2223
+ "@esbuild/darwin-arm64": "0.27.3",
2224
+ "@esbuild/darwin-x64": "0.27.3",
2225
+ "@esbuild/freebsd-arm64": "0.27.3",
2226
+ "@esbuild/freebsd-x64": "0.27.3",
2227
+ "@esbuild/linux-arm": "0.27.3",
2228
+ "@esbuild/linux-arm64": "0.27.3",
2229
+ "@esbuild/linux-ia32": "0.27.3",
2230
+ "@esbuild/linux-loong64": "0.27.3",
2231
+ "@esbuild/linux-mips64el": "0.27.3",
2232
+ "@esbuild/linux-ppc64": "0.27.3",
2233
+ "@esbuild/linux-riscv64": "0.27.3",
2234
+ "@esbuild/linux-s390x": "0.27.3",
2235
+ "@esbuild/linux-x64": "0.27.3",
2236
+ "@esbuild/netbsd-arm64": "0.27.3",
2237
+ "@esbuild/netbsd-x64": "0.27.3",
2238
+ "@esbuild/openbsd-arm64": "0.27.3",
2239
+ "@esbuild/openbsd-x64": "0.27.3",
2240
+ "@esbuild/openharmony-arm64": "0.27.3",
2241
+ "@esbuild/sunos-x64": "0.27.3",
2242
+ "@esbuild/win32-arm64": "0.27.3",
2243
+ "@esbuild/win32-ia32": "0.27.3",
2244
+ "@esbuild/win32-x64": "0.27.3"
2245
+ }
2246
+ },
2247
+ "node_modules/escalade": {
2248
+ "version": "3.2.0",
2249
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
2250
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
2251
+ "dev": true,
2252
+ "license": "MIT",
2253
+ "engines": {
2254
+ "node": ">=6"
2255
+ }
2256
+ },
2257
+ "node_modules/escape-string-regexp": {
2258
+ "version": "4.0.0",
2259
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
2260
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
2261
+ "dev": true,
2262
+ "license": "MIT",
2263
+ "engines": {
2264
+ "node": ">=10"
2265
+ },
2266
+ "funding": {
2267
+ "url": "https://github.com/sponsors/sindresorhus"
2268
+ }
2269
+ },
2270
+ "node_modules/eslint": {
2271
+ "version": "9.39.3",
2272
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.3.tgz",
2273
+ "integrity": "sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==",
2274
+ "dev": true,
2275
+ "license": "MIT",
2276
+ "dependencies": {
2277
+ "@eslint-community/eslint-utils": "^4.8.0",
2278
+ "@eslint-community/regexpp": "^4.12.1",
2279
+ "@eslint/config-array": "^0.21.1",
2280
+ "@eslint/config-helpers": "^0.4.2",
2281
+ "@eslint/core": "^0.17.0",
2282
+ "@eslint/eslintrc": "^3.3.1",
2283
+ "@eslint/js": "9.39.3",
2284
+ "@eslint/plugin-kit": "^0.4.1",
2285
+ "@humanfs/node": "^0.16.6",
2286
+ "@humanwhocodes/module-importer": "^1.0.1",
2287
+ "@humanwhocodes/retry": "^0.4.2",
2288
+ "@types/estree": "^1.0.6",
2289
+ "ajv": "^6.12.4",
2290
+ "chalk": "^4.0.0",
2291
+ "cross-spawn": "^7.0.6",
2292
+ "debug": "^4.3.2",
2293
+ "escape-string-regexp": "^4.0.0",
2294
+ "eslint-scope": "^8.4.0",
2295
+ "eslint-visitor-keys": "^4.2.1",
2296
+ "espree": "^10.4.0",
2297
+ "esquery": "^1.5.0",
2298
+ "esutils": "^2.0.2",
2299
+ "fast-deep-equal": "^3.1.3",
2300
+ "file-entry-cache": "^8.0.0",
2301
+ "find-up": "^5.0.0",
2302
+ "glob-parent": "^6.0.2",
2303
+ "ignore": "^5.2.0",
2304
+ "imurmurhash": "^0.1.4",
2305
+ "is-glob": "^4.0.0",
2306
+ "json-stable-stringify-without-jsonify": "^1.0.1",
2307
+ "lodash.merge": "^4.6.2",
2308
+ "minimatch": "^3.1.2",
2309
+ "natural-compare": "^1.4.0",
2310
+ "optionator": "^0.9.3"
2311
+ },
2312
+ "bin": {
2313
+ "eslint": "bin/eslint.js"
2314
+ },
2315
+ "engines": {
2316
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2317
+ },
2318
+ "funding": {
2319
+ "url": "https://eslint.org/donate"
2320
+ },
2321
+ "peerDependencies": {
2322
+ "jiti": "*"
2323
+ },
2324
+ "peerDependenciesMeta": {
2325
+ "jiti": {
2326
+ "optional": true
2327
+ }
2328
+ }
2329
+ },
2330
+ "node_modules/eslint-plugin-react-hooks": {
2331
+ "version": "7.0.1",
2332
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz",
2333
+ "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==",
2334
+ "dev": true,
2335
+ "license": "MIT",
2336
+ "dependencies": {
2337
+ "@babel/core": "^7.24.4",
2338
+ "@babel/parser": "^7.24.4",
2339
+ "hermes-parser": "^0.25.1",
2340
+ "zod": "^3.25.0 || ^4.0.0",
2341
+ "zod-validation-error": "^3.5.0 || ^4.0.0"
2342
+ },
2343
+ "engines": {
2344
+ "node": ">=18"
2345
+ },
2346
+ "peerDependencies": {
2347
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
2348
+ }
2349
+ },
2350
+ "node_modules/eslint-plugin-react-refresh": {
2351
+ "version": "0.4.26",
2352
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.26.tgz",
2353
+ "integrity": "sha512-1RETEylht2O6FM/MvgnyvT+8K21wLqDNg4qD51Zj3guhjt433XbnnkVttHMyaVyAFD03QSV4LPS5iE3VQmO7XQ==",
2354
+ "dev": true,
2355
+ "license": "MIT",
2356
+ "peerDependencies": {
2357
+ "eslint": ">=8.40"
2358
+ }
2359
+ },
2360
+ "node_modules/eslint-scope": {
2361
+ "version": "8.4.0",
2362
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
2363
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
2364
+ "dev": true,
2365
+ "license": "BSD-2-Clause",
2366
+ "dependencies": {
2367
+ "esrecurse": "^4.3.0",
2368
+ "estraverse": "^5.2.0"
2369
+ },
2370
+ "engines": {
2371
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2372
+ },
2373
+ "funding": {
2374
+ "url": "https://opencollective.com/eslint"
2375
+ }
2376
+ },
2377
+ "node_modules/eslint-visitor-keys": {
2378
+ "version": "4.2.1",
2379
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
2380
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
2381
+ "dev": true,
2382
+ "license": "Apache-2.0",
2383
+ "engines": {
2384
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2385
+ },
2386
+ "funding": {
2387
+ "url": "https://opencollective.com/eslint"
2388
+ }
2389
+ },
2390
+ "node_modules/espree": {
2391
+ "version": "10.4.0",
2392
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
2393
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
2394
+ "dev": true,
2395
+ "license": "BSD-2-Clause",
2396
+ "dependencies": {
2397
+ "acorn": "^8.15.0",
2398
+ "acorn-jsx": "^5.3.2",
2399
+ "eslint-visitor-keys": "^4.2.1"
2400
+ },
2401
+ "engines": {
2402
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2403
+ },
2404
+ "funding": {
2405
+ "url": "https://opencollective.com/eslint"
2406
+ }
2407
+ },
2408
+ "node_modules/esquery": {
2409
+ "version": "1.7.0",
2410
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
2411
+ "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
2412
+ "dev": true,
2413
+ "license": "BSD-3-Clause",
2414
+ "dependencies": {
2415
+ "estraverse": "^5.1.0"
2416
+ },
2417
+ "engines": {
2418
+ "node": ">=0.10"
2419
+ }
2420
+ },
2421
+ "node_modules/esrecurse": {
2422
+ "version": "4.3.0",
2423
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
2424
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
2425
+ "dev": true,
2426
+ "license": "BSD-2-Clause",
2427
+ "dependencies": {
2428
+ "estraverse": "^5.2.0"
2429
+ },
2430
+ "engines": {
2431
+ "node": ">=4.0"
2432
+ }
2433
+ },
2434
+ "node_modules/estraverse": {
2435
+ "version": "5.3.0",
2436
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
2437
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
2438
+ "dev": true,
2439
+ "license": "BSD-2-Clause",
2440
+ "engines": {
2441
+ "node": ">=4.0"
2442
+ }
2443
+ },
2444
+ "node_modules/esutils": {
2445
+ "version": "2.0.3",
2446
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
2447
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
2448
+ "dev": true,
2449
+ "license": "BSD-2-Clause",
2450
+ "engines": {
2451
+ "node": ">=0.10.0"
2452
+ }
2453
+ },
2454
+ "node_modules/fast-deep-equal": {
2455
+ "version": "3.1.3",
2456
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2457
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
2458
+ "dev": true,
2459
+ "license": "MIT"
2460
+ },
2461
+ "node_modules/fast-json-stable-stringify": {
2462
+ "version": "2.1.0",
2463
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
2464
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
2465
+ "dev": true,
2466
+ "license": "MIT"
2467
+ },
2468
+ "node_modules/fast-levenshtein": {
2469
+ "version": "2.0.6",
2470
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
2471
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
2472
+ "dev": true,
2473
+ "license": "MIT"
2474
+ },
2475
+ "node_modules/fdir": {
2476
+ "version": "6.5.0",
2477
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2478
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2479
+ "license": "MIT",
2480
+ "engines": {
2481
+ "node": ">=12.0.0"
2482
+ },
2483
+ "peerDependencies": {
2484
+ "picomatch": "^3 || ^4"
2485
+ },
2486
+ "peerDependenciesMeta": {
2487
+ "picomatch": {
2488
+ "optional": true
2489
+ }
2490
+ }
2491
+ },
2492
+ "node_modules/file-entry-cache": {
2493
+ "version": "8.0.0",
2494
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
2495
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
2496
+ "dev": true,
2497
+ "license": "MIT",
2498
+ "dependencies": {
2499
+ "flat-cache": "^4.0.0"
2500
+ },
2501
+ "engines": {
2502
+ "node": ">=16.0.0"
2503
+ }
2504
+ },
2505
+ "node_modules/find-up": {
2506
+ "version": "5.0.0",
2507
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
2508
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
2509
+ "dev": true,
2510
+ "license": "MIT",
2511
+ "dependencies": {
2512
+ "locate-path": "^6.0.0",
2513
+ "path-exists": "^4.0.0"
2514
+ },
2515
+ "engines": {
2516
+ "node": ">=10"
2517
+ },
2518
+ "funding": {
2519
+ "url": "https://github.com/sponsors/sindresorhus"
2520
+ }
2521
+ },
2522
+ "node_modules/flat-cache": {
2523
+ "version": "4.0.1",
2524
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
2525
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
2526
+ "dev": true,
2527
+ "license": "MIT",
2528
+ "dependencies": {
2529
+ "flatted": "^3.2.9",
2530
+ "keyv": "^4.5.4"
2531
+ },
2532
+ "engines": {
2533
+ "node": ">=16"
2534
+ }
2535
+ },
2536
+ "node_modules/flatted": {
2537
+ "version": "3.3.3",
2538
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
2539
+ "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
2540
+ "dev": true,
2541
+ "license": "ISC"
2542
+ },
2543
+ "node_modules/follow-redirects": {
2544
+ "version": "1.15.11",
2545
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
2546
+ "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
2547
+ "funding": [
2548
+ {
2549
+ "type": "individual",
2550
+ "url": "https://github.com/sponsors/RubenVerborgh"
2551
+ }
2552
+ ],
2553
+ "license": "MIT",
2554
+ "engines": {
2555
+ "node": ">=4.0"
2556
+ },
2557
+ "peerDependenciesMeta": {
2558
+ "debug": {
2559
+ "optional": true
2560
+ }
2561
+ }
2562
+ },
2563
+ "node_modules/form-data": {
2564
+ "version": "4.0.5",
2565
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
2566
+ "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
2567
+ "license": "MIT",
2568
+ "dependencies": {
2569
+ "asynckit": "^0.4.0",
2570
+ "combined-stream": "^1.0.8",
2571
+ "es-set-tostringtag": "^2.1.0",
2572
+ "hasown": "^2.0.2",
2573
+ "mime-types": "^2.1.12"
2574
+ },
2575
+ "engines": {
2576
+ "node": ">= 6"
2577
+ }
2578
+ },
2579
+ "node_modules/fraction.js": {
2580
+ "version": "5.3.4",
2581
+ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
2582
+ "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
2583
+ "dev": true,
2584
+ "license": "MIT",
2585
+ "engines": {
2586
+ "node": "*"
2587
+ },
2588
+ "funding": {
2589
+ "type": "github",
2590
+ "url": "https://github.com/sponsors/rawify"
2591
+ }
2592
+ },
2593
+ "node_modules/fsevents": {
2594
+ "version": "2.3.3",
2595
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2596
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2597
+ "hasInstallScript": true,
2598
+ "license": "MIT",
2599
+ "optional": true,
2600
+ "os": [
2601
+ "darwin"
2602
+ ],
2603
+ "engines": {
2604
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2605
+ }
2606
+ },
2607
+ "node_modules/function-bind": {
2608
+ "version": "1.1.2",
2609
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
2610
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
2611
+ "license": "MIT",
2612
+ "funding": {
2613
+ "url": "https://github.com/sponsors/ljharb"
2614
+ }
2615
+ },
2616
+ "node_modules/gensync": {
2617
+ "version": "1.0.0-beta.2",
2618
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
2619
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
2620
+ "dev": true,
2621
+ "license": "MIT",
2622
+ "engines": {
2623
+ "node": ">=6.9.0"
2624
+ }
2625
+ },
2626
+ "node_modules/get-intrinsic": {
2627
+ "version": "1.3.0",
2628
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
2629
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
2630
+ "license": "MIT",
2631
+ "dependencies": {
2632
+ "call-bind-apply-helpers": "^1.0.2",
2633
+ "es-define-property": "^1.0.1",
2634
+ "es-errors": "^1.3.0",
2635
+ "es-object-atoms": "^1.1.1",
2636
+ "function-bind": "^1.1.2",
2637
+ "get-proto": "^1.0.1",
2638
+ "gopd": "^1.2.0",
2639
+ "has-symbols": "^1.1.0",
2640
+ "hasown": "^2.0.2",
2641
+ "math-intrinsics": "^1.1.0"
2642
+ },
2643
+ "engines": {
2644
+ "node": ">= 0.4"
2645
+ },
2646
+ "funding": {
2647
+ "url": "https://github.com/sponsors/ljharb"
2648
+ }
2649
+ },
2650
+ "node_modules/get-proto": {
2651
+ "version": "1.0.1",
2652
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
2653
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
2654
+ "license": "MIT",
2655
+ "dependencies": {
2656
+ "dunder-proto": "^1.0.1",
2657
+ "es-object-atoms": "^1.0.0"
2658
+ },
2659
+ "engines": {
2660
+ "node": ">= 0.4"
2661
+ }
2662
+ },
2663
+ "node_modules/glob-parent": {
2664
+ "version": "6.0.2",
2665
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
2666
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
2667
+ "dev": true,
2668
+ "license": "ISC",
2669
+ "dependencies": {
2670
+ "is-glob": "^4.0.3"
2671
+ },
2672
+ "engines": {
2673
+ "node": ">=10.13.0"
2674
+ }
2675
+ },
2676
+ "node_modules/globals": {
2677
+ "version": "16.5.0",
2678
+ "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
2679
+ "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
2680
+ "dev": true,
2681
+ "license": "MIT",
2682
+ "engines": {
2683
+ "node": ">=18"
2684
+ },
2685
+ "funding": {
2686
+ "url": "https://github.com/sponsors/sindresorhus"
2687
+ }
2688
+ },
2689
+ "node_modules/gopd": {
2690
+ "version": "1.2.0",
2691
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
2692
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
2693
+ "license": "MIT",
2694
+ "engines": {
2695
+ "node": ">= 0.4"
2696
+ },
2697
+ "funding": {
2698
+ "url": "https://github.com/sponsors/ljharb"
2699
+ }
2700
+ },
2701
+ "node_modules/graceful-fs": {
2702
+ "version": "4.2.11",
2703
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
2704
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
2705
+ "license": "ISC"
2706
+ },
2707
+ "node_modules/has-flag": {
2708
+ "version": "4.0.0",
2709
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2710
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2711
+ "dev": true,
2712
+ "license": "MIT",
2713
+ "engines": {
2714
+ "node": ">=8"
2715
+ }
2716
+ },
2717
+ "node_modules/has-symbols": {
2718
+ "version": "1.1.0",
2719
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
2720
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
2721
+ "license": "MIT",
2722
+ "engines": {
2723
+ "node": ">= 0.4"
2724
+ },
2725
+ "funding": {
2726
+ "url": "https://github.com/sponsors/ljharb"
2727
+ }
2728
+ },
2729
+ "node_modules/has-tostringtag": {
2730
+ "version": "1.0.2",
2731
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
2732
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
2733
+ "license": "MIT",
2734
+ "dependencies": {
2735
+ "has-symbols": "^1.0.3"
2736
+ },
2737
+ "engines": {
2738
+ "node": ">= 0.4"
2739
+ },
2740
+ "funding": {
2741
+ "url": "https://github.com/sponsors/ljharb"
2742
+ }
2743
+ },
2744
+ "node_modules/hasown": {
2745
+ "version": "2.0.2",
2746
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
2747
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
2748
+ "license": "MIT",
2749
+ "dependencies": {
2750
+ "function-bind": "^1.1.2"
2751
+ },
2752
+ "engines": {
2753
+ "node": ">= 0.4"
2754
+ }
2755
+ },
2756
+ "node_modules/hermes-estree": {
2757
+ "version": "0.25.1",
2758
+ "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
2759
+ "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
2760
+ "dev": true,
2761
+ "license": "MIT"
2762
+ },
2763
+ "node_modules/hermes-parser": {
2764
+ "version": "0.25.1",
2765
+ "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
2766
+ "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
2767
+ "dev": true,
2768
+ "license": "MIT",
2769
+ "dependencies": {
2770
+ "hermes-estree": "0.25.1"
2771
+ }
2772
+ },
2773
+ "node_modules/ignore": {
2774
+ "version": "5.3.2",
2775
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
2776
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
2777
+ "dev": true,
2778
+ "license": "MIT",
2779
+ "engines": {
2780
+ "node": ">= 4"
2781
+ }
2782
+ },
2783
+ "node_modules/import-fresh": {
2784
+ "version": "3.3.1",
2785
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
2786
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
2787
+ "dev": true,
2788
+ "license": "MIT",
2789
+ "dependencies": {
2790
+ "parent-module": "^1.0.0",
2791
+ "resolve-from": "^4.0.0"
2792
+ },
2793
+ "engines": {
2794
+ "node": ">=6"
2795
+ },
2796
+ "funding": {
2797
+ "url": "https://github.com/sponsors/sindresorhus"
2798
+ }
2799
+ },
2800
+ "node_modules/imurmurhash": {
2801
+ "version": "0.1.4",
2802
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
2803
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
2804
+ "dev": true,
2805
+ "license": "MIT",
2806
+ "engines": {
2807
+ "node": ">=0.8.19"
2808
+ }
2809
+ },
2810
+ "node_modules/is-extglob": {
2811
+ "version": "2.1.1",
2812
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
2813
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
2814
+ "dev": true,
2815
+ "license": "MIT",
2816
+ "engines": {
2817
+ "node": ">=0.10.0"
2818
+ }
2819
+ },
2820
+ "node_modules/is-glob": {
2821
+ "version": "4.0.3",
2822
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
2823
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2824
+ "dev": true,
2825
+ "license": "MIT",
2826
+ "dependencies": {
2827
+ "is-extglob": "^2.1.1"
2828
+ },
2829
+ "engines": {
2830
+ "node": ">=0.10.0"
2831
+ }
2832
+ },
2833
+ "node_modules/isexe": {
2834
+ "version": "2.0.0",
2835
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2836
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
2837
+ "dev": true,
2838
+ "license": "ISC"
2839
+ },
2840
+ "node_modules/jiti": {
2841
+ "version": "2.6.1",
2842
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
2843
+ "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
2844
+ "license": "MIT",
2845
+ "bin": {
2846
+ "jiti": "lib/jiti-cli.mjs"
2847
+ }
2848
+ },
2849
+ "node_modules/js-tokens": {
2850
+ "version": "4.0.0",
2851
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2852
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
2853
+ "dev": true,
2854
+ "license": "MIT"
2855
+ },
2856
+ "node_modules/js-yaml": {
2857
+ "version": "4.1.1",
2858
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
2859
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
2860
+ "dev": true,
2861
+ "license": "MIT",
2862
+ "dependencies": {
2863
+ "argparse": "^2.0.1"
2864
+ },
2865
+ "bin": {
2866
+ "js-yaml": "bin/js-yaml.js"
2867
+ }
2868
+ },
2869
+ "node_modules/jsesc": {
2870
+ "version": "3.1.0",
2871
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
2872
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
2873
+ "dev": true,
2874
+ "license": "MIT",
2875
+ "bin": {
2876
+ "jsesc": "bin/jsesc"
2877
+ },
2878
+ "engines": {
2879
+ "node": ">=6"
2880
+ }
2881
+ },
2882
+ "node_modules/json-buffer": {
2883
+ "version": "3.0.1",
2884
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
2885
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
2886
+ "dev": true,
2887
+ "license": "MIT"
2888
+ },
2889
+ "node_modules/json-schema-traverse": {
2890
+ "version": "0.4.1",
2891
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
2892
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
2893
+ "dev": true,
2894
+ "license": "MIT"
2895
+ },
2896
+ "node_modules/json-stable-stringify-without-jsonify": {
2897
+ "version": "1.0.1",
2898
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
2899
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
2900
+ "dev": true,
2901
+ "license": "MIT"
2902
+ },
2903
+ "node_modules/json5": {
2904
+ "version": "2.2.3",
2905
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
2906
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
2907
+ "dev": true,
2908
+ "license": "MIT",
2909
+ "bin": {
2910
+ "json5": "lib/cli.js"
2911
+ },
2912
+ "engines": {
2913
+ "node": ">=6"
2914
+ }
2915
+ },
2916
+ "node_modules/keyv": {
2917
+ "version": "4.5.4",
2918
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
2919
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
2920
+ "dev": true,
2921
+ "license": "MIT",
2922
+ "dependencies": {
2923
+ "json-buffer": "3.0.1"
2924
+ }
2925
+ },
2926
+ "node_modules/levn": {
2927
+ "version": "0.4.1",
2928
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
2929
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
2930
+ "dev": true,
2931
+ "license": "MIT",
2932
+ "dependencies": {
2933
+ "prelude-ls": "^1.2.1",
2934
+ "type-check": "~0.4.0"
2935
+ },
2936
+ "engines": {
2937
+ "node": ">= 0.8.0"
2938
+ }
2939
+ },
2940
+ "node_modules/lightningcss": {
2941
+ "version": "1.31.1",
2942
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz",
2943
+ "integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==",
2944
+ "license": "MPL-2.0",
2945
+ "dependencies": {
2946
+ "detect-libc": "^2.0.3"
2947
+ },
2948
+ "engines": {
2949
+ "node": ">= 12.0.0"
2950
+ },
2951
+ "funding": {
2952
+ "type": "opencollective",
2953
+ "url": "https://opencollective.com/parcel"
2954
+ },
2955
+ "optionalDependencies": {
2956
+ "lightningcss-android-arm64": "1.31.1",
2957
+ "lightningcss-darwin-arm64": "1.31.1",
2958
+ "lightningcss-darwin-x64": "1.31.1",
2959
+ "lightningcss-freebsd-x64": "1.31.1",
2960
+ "lightningcss-linux-arm-gnueabihf": "1.31.1",
2961
+ "lightningcss-linux-arm64-gnu": "1.31.1",
2962
+ "lightningcss-linux-arm64-musl": "1.31.1",
2963
+ "lightningcss-linux-x64-gnu": "1.31.1",
2964
+ "lightningcss-linux-x64-musl": "1.31.1",
2965
+ "lightningcss-win32-arm64-msvc": "1.31.1",
2966
+ "lightningcss-win32-x64-msvc": "1.31.1"
2967
+ }
2968
+ },
2969
+ "node_modules/lightningcss-android-arm64": {
2970
+ "version": "1.31.1",
2971
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz",
2972
+ "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==",
2973
+ "cpu": [
2974
+ "arm64"
2975
+ ],
2976
+ "license": "MPL-2.0",
2977
+ "optional": true,
2978
+ "os": [
2979
+ "android"
2980
+ ],
2981
+ "engines": {
2982
+ "node": ">= 12.0.0"
2983
+ },
2984
+ "funding": {
2985
+ "type": "opencollective",
2986
+ "url": "https://opencollective.com/parcel"
2987
+ }
2988
+ },
2989
+ "node_modules/lightningcss-darwin-arm64": {
2990
+ "version": "1.31.1",
2991
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz",
2992
+ "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==",
2993
+ "cpu": [
2994
+ "arm64"
2995
+ ],
2996
+ "license": "MPL-2.0",
2997
+ "optional": true,
2998
+ "os": [
2999
+ "darwin"
3000
+ ],
3001
+ "engines": {
3002
+ "node": ">= 12.0.0"
3003
+ },
3004
+ "funding": {
3005
+ "type": "opencollective",
3006
+ "url": "https://opencollective.com/parcel"
3007
+ }
3008
+ },
3009
+ "node_modules/lightningcss-darwin-x64": {
3010
+ "version": "1.31.1",
3011
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz",
3012
+ "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==",
3013
+ "cpu": [
3014
+ "x64"
3015
+ ],
3016
+ "license": "MPL-2.0",
3017
+ "optional": true,
3018
+ "os": [
3019
+ "darwin"
3020
+ ],
3021
+ "engines": {
3022
+ "node": ">= 12.0.0"
3023
+ },
3024
+ "funding": {
3025
+ "type": "opencollective",
3026
+ "url": "https://opencollective.com/parcel"
3027
+ }
3028
+ },
3029
+ "node_modules/lightningcss-freebsd-x64": {
3030
+ "version": "1.31.1",
3031
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz",
3032
+ "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==",
3033
+ "cpu": [
3034
+ "x64"
3035
+ ],
3036
+ "license": "MPL-2.0",
3037
+ "optional": true,
3038
+ "os": [
3039
+ "freebsd"
3040
+ ],
3041
+ "engines": {
3042
+ "node": ">= 12.0.0"
3043
+ },
3044
+ "funding": {
3045
+ "type": "opencollective",
3046
+ "url": "https://opencollective.com/parcel"
3047
+ }
3048
+ },
3049
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
3050
+ "version": "1.31.1",
3051
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz",
3052
+ "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==",
3053
+ "cpu": [
3054
+ "arm"
3055
+ ],
3056
+ "license": "MPL-2.0",
3057
+ "optional": true,
3058
+ "os": [
3059
+ "linux"
3060
+ ],
3061
+ "engines": {
3062
+ "node": ">= 12.0.0"
3063
+ },
3064
+ "funding": {
3065
+ "type": "opencollective",
3066
+ "url": "https://opencollective.com/parcel"
3067
+ }
3068
+ },
3069
+ "node_modules/lightningcss-linux-arm64-gnu": {
3070
+ "version": "1.31.1",
3071
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz",
3072
+ "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==",
3073
+ "cpu": [
3074
+ "arm64"
3075
+ ],
3076
+ "license": "MPL-2.0",
3077
+ "optional": true,
3078
+ "os": [
3079
+ "linux"
3080
+ ],
3081
+ "engines": {
3082
+ "node": ">= 12.0.0"
3083
+ },
3084
+ "funding": {
3085
+ "type": "opencollective",
3086
+ "url": "https://opencollective.com/parcel"
3087
+ }
3088
+ },
3089
+ "node_modules/lightningcss-linux-arm64-musl": {
3090
+ "version": "1.31.1",
3091
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz",
3092
+ "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==",
3093
+ "cpu": [
3094
+ "arm64"
3095
+ ],
3096
+ "license": "MPL-2.0",
3097
+ "optional": true,
3098
+ "os": [
3099
+ "linux"
3100
+ ],
3101
+ "engines": {
3102
+ "node": ">= 12.0.0"
3103
+ },
3104
+ "funding": {
3105
+ "type": "opencollective",
3106
+ "url": "https://opencollective.com/parcel"
3107
+ }
3108
+ },
3109
+ "node_modules/lightningcss-linux-x64-gnu": {
3110
+ "version": "1.31.1",
3111
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz",
3112
+ "integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==",
3113
+ "cpu": [
3114
+ "x64"
3115
+ ],
3116
+ "license": "MPL-2.0",
3117
+ "optional": true,
3118
+ "os": [
3119
+ "linux"
3120
+ ],
3121
+ "engines": {
3122
+ "node": ">= 12.0.0"
3123
+ },
3124
+ "funding": {
3125
+ "type": "opencollective",
3126
+ "url": "https://opencollective.com/parcel"
3127
+ }
3128
+ },
3129
+ "node_modules/lightningcss-linux-x64-musl": {
3130
+ "version": "1.31.1",
3131
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz",
3132
+ "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==",
3133
+ "cpu": [
3134
+ "x64"
3135
+ ],
3136
+ "license": "MPL-2.0",
3137
+ "optional": true,
3138
+ "os": [
3139
+ "linux"
3140
+ ],
3141
+ "engines": {
3142
+ "node": ">= 12.0.0"
3143
+ },
3144
+ "funding": {
3145
+ "type": "opencollective",
3146
+ "url": "https://opencollective.com/parcel"
3147
+ }
3148
+ },
3149
+ "node_modules/lightningcss-win32-arm64-msvc": {
3150
+ "version": "1.31.1",
3151
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz",
3152
+ "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==",
3153
+ "cpu": [
3154
+ "arm64"
3155
+ ],
3156
+ "license": "MPL-2.0",
3157
+ "optional": true,
3158
+ "os": [
3159
+ "win32"
3160
+ ],
3161
+ "engines": {
3162
+ "node": ">= 12.0.0"
3163
+ },
3164
+ "funding": {
3165
+ "type": "opencollective",
3166
+ "url": "https://opencollective.com/parcel"
3167
+ }
3168
+ },
3169
+ "node_modules/lightningcss-win32-x64-msvc": {
3170
+ "version": "1.31.1",
3171
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz",
3172
+ "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==",
3173
+ "cpu": [
3174
+ "x64"
3175
+ ],
3176
+ "license": "MPL-2.0",
3177
+ "optional": true,
3178
+ "os": [
3179
+ "win32"
3180
+ ],
3181
+ "engines": {
3182
+ "node": ">= 12.0.0"
3183
+ },
3184
+ "funding": {
3185
+ "type": "opencollective",
3186
+ "url": "https://opencollective.com/parcel"
3187
+ }
3188
+ },
3189
+ "node_modules/locate-path": {
3190
+ "version": "6.0.0",
3191
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
3192
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
3193
+ "dev": true,
3194
+ "license": "MIT",
3195
+ "dependencies": {
3196
+ "p-locate": "^5.0.0"
3197
+ },
3198
+ "engines": {
3199
+ "node": ">=10"
3200
+ },
3201
+ "funding": {
3202
+ "url": "https://github.com/sponsors/sindresorhus"
3203
+ }
3204
+ },
3205
+ "node_modules/lodash.merge": {
3206
+ "version": "4.6.2",
3207
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
3208
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
3209
+ "dev": true,
3210
+ "license": "MIT"
3211
+ },
3212
+ "node_modules/lru-cache": {
3213
+ "version": "5.1.1",
3214
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
3215
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
3216
+ "dev": true,
3217
+ "license": "ISC",
3218
+ "dependencies": {
3219
+ "yallist": "^3.0.2"
3220
+ }
3221
+ },
3222
+ "node_modules/lucide-react": {
3223
+ "version": "0.576.0",
3224
+ "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.576.0.tgz",
3225
+ "integrity": "sha512-koNxU14BXrxUfZQ9cUaP0ES1uyPZKYDjk31FQZB6dQ/x+tXk979sVAn9ppZ/pVeJJyOxVM8j1E+8QEuSc02Vug==",
3226
+ "license": "ISC",
3227
+ "peerDependencies": {
3228
+ "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
3229
+ }
3230
+ },
3231
+ "node_modules/magic-string": {
3232
+ "version": "0.30.21",
3233
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
3234
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
3235
+ "license": "MIT",
3236
+ "dependencies": {
3237
+ "@jridgewell/sourcemap-codec": "^1.5.5"
3238
+ }
3239
+ },
3240
+ "node_modules/math-intrinsics": {
3241
+ "version": "1.1.0",
3242
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
3243
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
3244
+ "license": "MIT",
3245
+ "engines": {
3246
+ "node": ">= 0.4"
3247
+ }
3248
+ },
3249
+ "node_modules/mime-db": {
3250
+ "version": "1.52.0",
3251
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
3252
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
3253
+ "license": "MIT",
3254
+ "engines": {
3255
+ "node": ">= 0.6"
3256
+ }
3257
+ },
3258
+ "node_modules/mime-types": {
3259
+ "version": "2.1.35",
3260
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
3261
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
3262
+ "license": "MIT",
3263
+ "dependencies": {
3264
+ "mime-db": "1.52.0"
3265
+ },
3266
+ "engines": {
3267
+ "node": ">= 0.6"
3268
+ }
3269
+ },
3270
+ "node_modules/minimatch": {
3271
+ "version": "3.1.5",
3272
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
3273
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
3274
+ "dev": true,
3275
+ "license": "ISC",
3276
+ "dependencies": {
3277
+ "brace-expansion": "^1.1.7"
3278
+ },
3279
+ "engines": {
3280
+ "node": "*"
3281
+ }
3282
+ },
3283
+ "node_modules/ms": {
3284
+ "version": "2.1.3",
3285
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
3286
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
3287
+ "dev": true,
3288
+ "license": "MIT"
3289
+ },
3290
+ "node_modules/nanoid": {
3291
+ "version": "3.3.11",
3292
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
3293
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
3294
+ "funding": [
3295
+ {
3296
+ "type": "github",
3297
+ "url": "https://github.com/sponsors/ai"
3298
+ }
3299
+ ],
3300
+ "license": "MIT",
3301
+ "bin": {
3302
+ "nanoid": "bin/nanoid.cjs"
3303
+ },
3304
+ "engines": {
3305
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3306
+ }
3307
+ },
3308
+ "node_modules/natural-compare": {
3309
+ "version": "1.4.0",
3310
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
3311
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
3312
+ "dev": true,
3313
+ "license": "MIT"
3314
+ },
3315
+ "node_modules/node-releases": {
3316
+ "version": "2.0.27",
3317
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
3318
+ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
3319
+ "dev": true,
3320
+ "license": "MIT"
3321
+ },
3322
+ "node_modules/optionator": {
3323
+ "version": "0.9.4",
3324
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
3325
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
3326
+ "dev": true,
3327
+ "license": "MIT",
3328
+ "dependencies": {
3329
+ "deep-is": "^0.1.3",
3330
+ "fast-levenshtein": "^2.0.6",
3331
+ "levn": "^0.4.1",
3332
+ "prelude-ls": "^1.2.1",
3333
+ "type-check": "^0.4.0",
3334
+ "word-wrap": "^1.2.5"
3335
+ },
3336
+ "engines": {
3337
+ "node": ">= 0.8.0"
3338
+ }
3339
+ },
3340
+ "node_modules/p-limit": {
3341
+ "version": "3.1.0",
3342
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
3343
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
3344
+ "dev": true,
3345
+ "license": "MIT",
3346
+ "dependencies": {
3347
+ "yocto-queue": "^0.1.0"
3348
+ },
3349
+ "engines": {
3350
+ "node": ">=10"
3351
+ },
3352
+ "funding": {
3353
+ "url": "https://github.com/sponsors/sindresorhus"
3354
+ }
3355
+ },
3356
+ "node_modules/p-locate": {
3357
+ "version": "5.0.0",
3358
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
3359
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
3360
+ "dev": true,
3361
+ "license": "MIT",
3362
+ "dependencies": {
3363
+ "p-limit": "^3.0.2"
3364
+ },
3365
+ "engines": {
3366
+ "node": ">=10"
3367
+ },
3368
+ "funding": {
3369
+ "url": "https://github.com/sponsors/sindresorhus"
3370
+ }
3371
+ },
3372
+ "node_modules/parent-module": {
3373
+ "version": "1.0.1",
3374
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
3375
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
3376
+ "dev": true,
3377
+ "license": "MIT",
3378
+ "dependencies": {
3379
+ "callsites": "^3.0.0"
3380
+ },
3381
+ "engines": {
3382
+ "node": ">=6"
3383
+ }
3384
+ },
3385
+ "node_modules/path-exists": {
3386
+ "version": "4.0.0",
3387
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
3388
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
3389
+ "dev": true,
3390
+ "license": "MIT",
3391
+ "engines": {
3392
+ "node": ">=8"
3393
+ }
3394
+ },
3395
+ "node_modules/path-key": {
3396
+ "version": "3.1.1",
3397
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
3398
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
3399
+ "dev": true,
3400
+ "license": "MIT",
3401
+ "engines": {
3402
+ "node": ">=8"
3403
+ }
3404
+ },
3405
+ "node_modules/picocolors": {
3406
+ "version": "1.1.1",
3407
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
3408
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
3409
+ "license": "ISC"
3410
+ },
3411
+ "node_modules/picomatch": {
3412
+ "version": "4.0.3",
3413
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
3414
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
3415
+ "license": "MIT",
3416
+ "engines": {
3417
+ "node": ">=12"
3418
+ },
3419
+ "funding": {
3420
+ "url": "https://github.com/sponsors/jonschlinkert"
3421
+ }
3422
+ },
3423
+ "node_modules/postcss": {
3424
+ "version": "8.5.6",
3425
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
3426
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
3427
+ "funding": [
3428
+ {
3429
+ "type": "opencollective",
3430
+ "url": "https://opencollective.com/postcss/"
3431
+ },
3432
+ {
3433
+ "type": "tidelift",
3434
+ "url": "https://tidelift.com/funding/github/npm/postcss"
3435
+ },
3436
+ {
3437
+ "type": "github",
3438
+ "url": "https://github.com/sponsors/ai"
3439
+ }
3440
+ ],
3441
+ "license": "MIT",
3442
+ "dependencies": {
3443
+ "nanoid": "^3.3.11",
3444
+ "picocolors": "^1.1.1",
3445
+ "source-map-js": "^1.2.1"
3446
+ },
3447
+ "engines": {
3448
+ "node": "^10 || ^12 || >=14"
3449
+ }
3450
+ },
3451
+ "node_modules/postcss-value-parser": {
3452
+ "version": "4.2.0",
3453
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
3454
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
3455
+ "dev": true,
3456
+ "license": "MIT"
3457
+ },
3458
+ "node_modules/prelude-ls": {
3459
+ "version": "1.2.1",
3460
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
3461
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
3462
+ "dev": true,
3463
+ "license": "MIT",
3464
+ "engines": {
3465
+ "node": ">= 0.8.0"
3466
+ }
3467
+ },
3468
+ "node_modules/proxy-from-env": {
3469
+ "version": "1.1.0",
3470
+ "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
3471
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
3472
+ "license": "MIT"
3473
+ },
3474
+ "node_modules/punycode": {
3475
+ "version": "2.3.1",
3476
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
3477
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
3478
+ "dev": true,
3479
+ "license": "MIT",
3480
+ "engines": {
3481
+ "node": ">=6"
3482
+ }
3483
+ },
3484
+ "node_modules/react": {
3485
+ "version": "19.2.4",
3486
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
3487
+ "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
3488
+ "license": "MIT",
3489
+ "engines": {
3490
+ "node": ">=0.10.0"
3491
+ }
3492
+ },
3493
+ "node_modules/react-chartjs-2": {
3494
+ "version": "5.3.1",
3495
+ "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-5.3.1.tgz",
3496
+ "integrity": "sha512-h5IPXKg9EXpjoBzUfyWJvllMjG2mQ4EiuHQFhms/AjUm0XSZHhyRy2xVmLXHKrtcdrPO4mnGqRtYoD0vp95A0A==",
3497
+ "license": "MIT",
3498
+ "peerDependencies": {
3499
+ "chart.js": "^4.1.1",
3500
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
3501
+ }
3502
+ },
3503
+ "node_modules/react-dom": {
3504
+ "version": "19.2.4",
3505
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
3506
+ "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
3507
+ "license": "MIT",
3508
+ "dependencies": {
3509
+ "scheduler": "^0.27.0"
3510
+ },
3511
+ "peerDependencies": {
3512
+ "react": "^19.2.4"
3513
+ }
3514
+ },
3515
+ "node_modules/react-refresh": {
3516
+ "version": "0.18.0",
3517
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
3518
+ "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==",
3519
+ "dev": true,
3520
+ "license": "MIT",
3521
+ "engines": {
3522
+ "node": ">=0.10.0"
3523
+ }
3524
+ },
3525
+ "node_modules/react-router": {
3526
+ "version": "7.13.1",
3527
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.13.1.tgz",
3528
+ "integrity": "sha512-td+xP4X2/6BJvZoX6xw++A2DdEi++YypA69bJUV5oVvqf6/9/9nNlD70YO1e9d3MyamJEBQFEzk6mbfDYbqrSA==",
3529
+ "license": "MIT",
3530
+ "dependencies": {
3531
+ "cookie": "^1.0.1",
3532
+ "set-cookie-parser": "^2.6.0"
3533
+ },
3534
+ "engines": {
3535
+ "node": ">=20.0.0"
3536
+ },
3537
+ "peerDependencies": {
3538
+ "react": ">=18",
3539
+ "react-dom": ">=18"
3540
+ },
3541
+ "peerDependenciesMeta": {
3542
+ "react-dom": {
3543
+ "optional": true
3544
+ }
3545
+ }
3546
+ },
3547
+ "node_modules/react-router-dom": {
3548
+ "version": "7.13.1",
3549
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.13.1.tgz",
3550
+ "integrity": "sha512-UJnV3Rxc5TgUPJt2KJpo1Jpy0OKQr0AjgbZzBFjaPJcFOb2Y8jA5H3LT8HUJAiRLlWrEXWHbF1Z4SCZaQjWDHw==",
3551
+ "license": "MIT",
3552
+ "dependencies": {
3553
+ "react-router": "7.13.1"
3554
+ },
3555
+ "engines": {
3556
+ "node": ">=20.0.0"
3557
+ },
3558
+ "peerDependencies": {
3559
+ "react": ">=18",
3560
+ "react-dom": ">=18"
3561
+ }
3562
+ },
3563
+ "node_modules/resolve-from": {
3564
+ "version": "4.0.0",
3565
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
3566
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
3567
+ "dev": true,
3568
+ "license": "MIT",
3569
+ "engines": {
3570
+ "node": ">=4"
3571
+ }
3572
+ },
3573
+ "node_modules/rollup": {
3574
+ "version": "4.59.0",
3575
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz",
3576
+ "integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==",
3577
+ "license": "MIT",
3578
+ "dependencies": {
3579
+ "@types/estree": "1.0.8"
3580
+ },
3581
+ "bin": {
3582
+ "rollup": "dist/bin/rollup"
3583
+ },
3584
+ "engines": {
3585
+ "node": ">=18.0.0",
3586
+ "npm": ">=8.0.0"
3587
+ },
3588
+ "optionalDependencies": {
3589
+ "@rollup/rollup-android-arm-eabi": "4.59.0",
3590
+ "@rollup/rollup-android-arm64": "4.59.0",
3591
+ "@rollup/rollup-darwin-arm64": "4.59.0",
3592
+ "@rollup/rollup-darwin-x64": "4.59.0",
3593
+ "@rollup/rollup-freebsd-arm64": "4.59.0",
3594
+ "@rollup/rollup-freebsd-x64": "4.59.0",
3595
+ "@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
3596
+ "@rollup/rollup-linux-arm-musleabihf": "4.59.0",
3597
+ "@rollup/rollup-linux-arm64-gnu": "4.59.0",
3598
+ "@rollup/rollup-linux-arm64-musl": "4.59.0",
3599
+ "@rollup/rollup-linux-loong64-gnu": "4.59.0",
3600
+ "@rollup/rollup-linux-loong64-musl": "4.59.0",
3601
+ "@rollup/rollup-linux-ppc64-gnu": "4.59.0",
3602
+ "@rollup/rollup-linux-ppc64-musl": "4.59.0",
3603
+ "@rollup/rollup-linux-riscv64-gnu": "4.59.0",
3604
+ "@rollup/rollup-linux-riscv64-musl": "4.59.0",
3605
+ "@rollup/rollup-linux-s390x-gnu": "4.59.0",
3606
+ "@rollup/rollup-linux-x64-gnu": "4.59.0",
3607
+ "@rollup/rollup-linux-x64-musl": "4.59.0",
3608
+ "@rollup/rollup-openbsd-x64": "4.59.0",
3609
+ "@rollup/rollup-openharmony-arm64": "4.59.0",
3610
+ "@rollup/rollup-win32-arm64-msvc": "4.59.0",
3611
+ "@rollup/rollup-win32-ia32-msvc": "4.59.0",
3612
+ "@rollup/rollup-win32-x64-gnu": "4.59.0",
3613
+ "@rollup/rollup-win32-x64-msvc": "4.59.0",
3614
+ "fsevents": "~2.3.2"
3615
+ }
3616
+ },
3617
+ "node_modules/scheduler": {
3618
+ "version": "0.27.0",
3619
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
3620
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
3621
+ "license": "MIT"
3622
+ },
3623
+ "node_modules/semver": {
3624
+ "version": "6.3.1",
3625
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
3626
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
3627
+ "dev": true,
3628
+ "license": "ISC",
3629
+ "bin": {
3630
+ "semver": "bin/semver.js"
3631
+ }
3632
+ },
3633
+ "node_modules/set-cookie-parser": {
3634
+ "version": "2.7.2",
3635
+ "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
3636
+ "integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==",
3637
+ "license": "MIT"
3638
+ },
3639
+ "node_modules/shebang-command": {
3640
+ "version": "2.0.0",
3641
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
3642
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
3643
+ "dev": true,
3644
+ "license": "MIT",
3645
+ "dependencies": {
3646
+ "shebang-regex": "^3.0.0"
3647
+ },
3648
+ "engines": {
3649
+ "node": ">=8"
3650
+ }
3651
+ },
3652
+ "node_modules/shebang-regex": {
3653
+ "version": "3.0.0",
3654
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
3655
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
3656
+ "dev": true,
3657
+ "license": "MIT",
3658
+ "engines": {
3659
+ "node": ">=8"
3660
+ }
3661
+ },
3662
+ "node_modules/source-map-js": {
3663
+ "version": "1.2.1",
3664
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
3665
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
3666
+ "license": "BSD-3-Clause",
3667
+ "engines": {
3668
+ "node": ">=0.10.0"
3669
+ }
3670
+ },
3671
+ "node_modules/strip-json-comments": {
3672
+ "version": "3.1.1",
3673
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
3674
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
3675
+ "dev": true,
3676
+ "license": "MIT",
3677
+ "engines": {
3678
+ "node": ">=8"
3679
+ },
3680
+ "funding": {
3681
+ "url": "https://github.com/sponsors/sindresorhus"
3682
+ }
3683
+ },
3684
+ "node_modules/supports-color": {
3685
+ "version": "7.2.0",
3686
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3687
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3688
+ "dev": true,
3689
+ "license": "MIT",
3690
+ "dependencies": {
3691
+ "has-flag": "^4.0.0"
3692
+ },
3693
+ "engines": {
3694
+ "node": ">=8"
3695
+ }
3696
+ },
3697
+ "node_modules/tailwindcss": {
3698
+ "version": "4.2.1",
3699
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz",
3700
+ "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==",
3701
+ "license": "MIT"
3702
+ },
3703
+ "node_modules/tapable": {
3704
+ "version": "2.3.0",
3705
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
3706
+ "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
3707
+ "license": "MIT",
3708
+ "engines": {
3709
+ "node": ">=6"
3710
+ },
3711
+ "funding": {
3712
+ "type": "opencollective",
3713
+ "url": "https://opencollective.com/webpack"
3714
+ }
3715
+ },
3716
+ "node_modules/tinyglobby": {
3717
+ "version": "0.2.15",
3718
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
3719
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
3720
+ "license": "MIT",
3721
+ "dependencies": {
3722
+ "fdir": "^6.5.0",
3723
+ "picomatch": "^4.0.3"
3724
+ },
3725
+ "engines": {
3726
+ "node": ">=12.0.0"
3727
+ },
3728
+ "funding": {
3729
+ "url": "https://github.com/sponsors/SuperchupuDev"
3730
+ }
3731
+ },
3732
+ "node_modules/type-check": {
3733
+ "version": "0.4.0",
3734
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
3735
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
3736
+ "dev": true,
3737
+ "license": "MIT",
3738
+ "dependencies": {
3739
+ "prelude-ls": "^1.2.1"
3740
+ },
3741
+ "engines": {
3742
+ "node": ">= 0.8.0"
3743
+ }
3744
+ },
3745
+ "node_modules/update-browserslist-db": {
3746
+ "version": "1.2.3",
3747
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
3748
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
3749
+ "dev": true,
3750
+ "funding": [
3751
+ {
3752
+ "type": "opencollective",
3753
+ "url": "https://opencollective.com/browserslist"
3754
+ },
3755
+ {
3756
+ "type": "tidelift",
3757
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
3758
+ },
3759
+ {
3760
+ "type": "github",
3761
+ "url": "https://github.com/sponsors/ai"
3762
+ }
3763
+ ],
3764
+ "license": "MIT",
3765
+ "dependencies": {
3766
+ "escalade": "^3.2.0",
3767
+ "picocolors": "^1.1.1"
3768
+ },
3769
+ "bin": {
3770
+ "update-browserslist-db": "cli.js"
3771
+ },
3772
+ "peerDependencies": {
3773
+ "browserslist": ">= 4.21.0"
3774
+ }
3775
+ },
3776
+ "node_modules/uri-js": {
3777
+ "version": "4.4.1",
3778
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
3779
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
3780
+ "dev": true,
3781
+ "license": "BSD-2-Clause",
3782
+ "dependencies": {
3783
+ "punycode": "^2.1.0"
3784
+ }
3785
+ },
3786
+ "node_modules/vite": {
3787
+ "version": "7.3.1",
3788
+ "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz",
3789
+ "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
3790
+ "license": "MIT",
3791
+ "dependencies": {
3792
+ "esbuild": "^0.27.0",
3793
+ "fdir": "^6.5.0",
3794
+ "picomatch": "^4.0.3",
3795
+ "postcss": "^8.5.6",
3796
+ "rollup": "^4.43.0",
3797
+ "tinyglobby": "^0.2.15"
3798
+ },
3799
+ "bin": {
3800
+ "vite": "bin/vite.js"
3801
+ },
3802
+ "engines": {
3803
+ "node": "^20.19.0 || >=22.12.0"
3804
+ },
3805
+ "funding": {
3806
+ "url": "https://github.com/vitejs/vite?sponsor=1"
3807
+ },
3808
+ "optionalDependencies": {
3809
+ "fsevents": "~2.3.3"
3810
+ },
3811
+ "peerDependencies": {
3812
+ "@types/node": "^20.19.0 || >=22.12.0",
3813
+ "jiti": ">=1.21.0",
3814
+ "less": "^4.0.0",
3815
+ "lightningcss": "^1.21.0",
3816
+ "sass": "^1.70.0",
3817
+ "sass-embedded": "^1.70.0",
3818
+ "stylus": ">=0.54.8",
3819
+ "sugarss": "^5.0.0",
3820
+ "terser": "^5.16.0",
3821
+ "tsx": "^4.8.1",
3822
+ "yaml": "^2.4.2"
3823
+ },
3824
+ "peerDependenciesMeta": {
3825
+ "@types/node": {
3826
+ "optional": true
3827
+ },
3828
+ "jiti": {
3829
+ "optional": true
3830
+ },
3831
+ "less": {
3832
+ "optional": true
3833
+ },
3834
+ "lightningcss": {
3835
+ "optional": true
3836
+ },
3837
+ "sass": {
3838
+ "optional": true
3839
+ },
3840
+ "sass-embedded": {
3841
+ "optional": true
3842
+ },
3843
+ "stylus": {
3844
+ "optional": true
3845
+ },
3846
+ "sugarss": {
3847
+ "optional": true
3848
+ },
3849
+ "terser": {
3850
+ "optional": true
3851
+ },
3852
+ "tsx": {
3853
+ "optional": true
3854
+ },
3855
+ "yaml": {
3856
+ "optional": true
3857
+ }
3858
+ }
3859
+ },
3860
+ "node_modules/which": {
3861
+ "version": "2.0.2",
3862
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
3863
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
3864
+ "dev": true,
3865
+ "license": "ISC",
3866
+ "dependencies": {
3867
+ "isexe": "^2.0.0"
3868
+ },
3869
+ "bin": {
3870
+ "node-which": "bin/node-which"
3871
+ },
3872
+ "engines": {
3873
+ "node": ">= 8"
3874
+ }
3875
+ },
3876
+ "node_modules/word-wrap": {
3877
+ "version": "1.2.5",
3878
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
3879
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
3880
+ "dev": true,
3881
+ "license": "MIT",
3882
+ "engines": {
3883
+ "node": ">=0.10.0"
3884
+ }
3885
+ },
3886
+ "node_modules/yallist": {
3887
+ "version": "3.1.1",
3888
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
3889
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
3890
+ "dev": true,
3891
+ "license": "ISC"
3892
+ },
3893
+ "node_modules/yocto-queue": {
3894
+ "version": "0.1.0",
3895
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
3896
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
3897
+ "dev": true,
3898
+ "license": "MIT",
3899
+ "engines": {
3900
+ "node": ">=10"
3901
+ },
3902
+ "funding": {
3903
+ "url": "https://github.com/sponsors/sindresorhus"
3904
+ }
3905
+ },
3906
+ "node_modules/zod": {
3907
+ "version": "4.3.6",
3908
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
3909
+ "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
3910
+ "dev": true,
3911
+ "license": "MIT",
3912
+ "funding": {
3913
+ "url": "https://github.com/sponsors/colinhacks"
3914
+ }
3915
+ },
3916
+ "node_modules/zod-validation-error": {
3917
+ "version": "4.0.2",
3918
+ "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
3919
+ "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
3920
+ "dev": true,
3921
+ "license": "MIT",
3922
+ "engines": {
3923
+ "node": ">=18.0.0"
3924
+ },
3925
+ "peerDependencies": {
3926
+ "zod": "^3.25.0 || ^4.0.0"
3927
+ }
3928
+ }
3929
+ }
3930
+ }