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 @@
1
+ /* bignumber.js v9.0.0 https://github.com/MikeMcl/bignumber.js/LICENCE */!function(e){"use strict";var r,x=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,L=Math.ceil,U=Math.floor,I="[BigNumber Error] ",T=I+"Number primitive has more than 15 significant digits: ",C=1e14,M=14,G=9007199254740991,k=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],F=1e7,q=1e9;function j(e){var r=0|e;return 0<e||e===r?r:r-1}function $(e){for(var r,n,t=1,i=e.length,o=e[0]+"";t<i;){for(r=e[t++]+"",n=M-r.length;n--;r="0"+r);o+=r}for(i=o.length;48===o.charCodeAt(--i););return o.slice(0,i+1||1)}function z(e,r){var n,t,i=e.c,o=r.c,s=e.s,f=r.s,u=e.e,l=r.e;if(!s||!f)return null;if(n=i&&!i[0],t=o&&!o[0],n||t)return n?t?0:-f:s;if(s!=f)return s;if(n=s<0,t=u==l,!i||!o)return t?0:!i^n?1:-1;if(!t)return l<u^n?1:-1;for(f=(u=i.length)<(l=o.length)?u:l,s=0;s<f;s++)if(i[s]!=o[s])return i[s]>o[s]^n?1:-1;return u==l?0:l<u^n?1:-1}function H(e,r,n,t){if(e<r||n<e||e!==U(e))throw Error(I+(t||"Argument")+("number"==typeof e?e<r||n<e?" out of range: ":" not an integer: ":" not a primitive number: ")+String(e))}function V(e){var r=e.c.length-1;return j(e.e/M)==r&&e.c[r]%2!=0}function W(e,r){return(1<e.length?e.charAt(0)+"."+e.slice(1):e)+(r<0?"e":"e+")+r}function X(e,r,n){var t,i;if(r<0){for(i=n+".";++r;i+=n);e=i+e}else if(++r>(t=e.length)){for(i=n,r-=t;--r;i+=n);e+=i}else r<t&&(e=e.slice(0,r)+"."+e.slice(r));return e}(r=function e(r){var v,a,h,n,l,s,f,u,c,g,t=B.prototype={constructor:B,toString:null,valueOf:null},w=new B(1),N=20,O=4,p=-7,d=21,m=-1e7,y=1e7,b=!1,o=1,E=0,A={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:" ",suffix:""},S="0123456789abcdefghijklmnopqrstuvwxyz";function B(e,r){var n,t,i,o,s,f,u,l,c=this;if(!(c instanceof B))return new B(e,r);if(null==r){if(e&&!0===e._isBigNumber)return c.s=e.s,void(!e.c||e.e>y?c.c=c.e=null:e.e<m?c.c=[c.e=0]:(c.e=e.e,c.c=e.c.slice()));if((f="number"==typeof e)&&0*e==0){if(c.s=1/e<0?(e=-e,-1):1,e===~~e){for(o=0,s=e;10<=s;s/=10,o++);return void(c.c=y<o?c.e=null:(c.e=o,[e]))}l=String(e)}else{if(!x.test(l=String(e)))return h(c,l,f);c.s=45==l.charCodeAt(0)?(l=l.slice(1),-1):1}-1<(o=l.indexOf("."))&&(l=l.replace(".","")),0<(s=l.search(/e/i))?(o<0&&(o=s),o+=+l.slice(s+1),l=l.substring(0,s)):o<0&&(o=l.length)}else{if(H(r,2,S.length,"Base"),10==r)return D(c=new B(e),N+c.e+1,O);if(l=String(e),f="number"==typeof e){if(0*e!=0)return h(c,l,f,r);if(c.s=1/e<0?(l=l.slice(1),-1):1,B.DEBUG&&15<l.replace(/^0\.0*|\./,"").length)throw Error(T+e)}else c.s=45===l.charCodeAt(0)?(l=l.slice(1),-1):1;for(n=S.slice(0,r),o=s=0,u=l.length;s<u;s++)if(n.indexOf(t=l.charAt(s))<0){if("."==t){if(o<s){o=u;continue}}else if(!i&&(l==l.toUpperCase()&&(l=l.toLowerCase())||l==l.toLowerCase()&&(l=l.toUpperCase()))){i=!0,s=-1,o=0;continue}return h(c,String(e),f,r)}f=!1,-1<(o=(l=a(l,r,10,c.s)).indexOf("."))?l=l.replace(".",""):o=l.length}for(s=0;48===l.charCodeAt(s);s++);for(u=l.length;48===l.charCodeAt(--u););if(l=l.slice(s,++u)){if(u-=s,f&&B.DEBUG&&15<u&&(G<e||e!==U(e)))throw Error(T+c.s*e);if((o=o-s-1)>y)c.c=c.e=null;else if(o<m)c.c=[c.e=0];else{if(c.e=o,c.c=[],s=(o+1)%M,o<0&&(s+=M),s<u){for(s&&c.c.push(+l.slice(0,s)),u-=M;s<u;)c.c.push(+l.slice(s,s+=M));s=M-(l=l.slice(s)).length}else s-=u;for(;s--;l+="0");c.c.push(+l)}}else c.c=[c.e=0]}function i(e,r,n,t){var i,o,s,f,u;if(null==n?n=O:H(n,0,8),!e.c)return e.toString();if(i=e.c[0],s=e.e,null==r)u=$(e.c),u=1==t||2==t&&(s<=p||d<=s)?W(u,s):X(u,s,"0");else if(o=(e=D(new B(e),r,n)).e,f=(u=$(e.c)).length,1==t||2==t&&(r<=o||o<=p)){for(;f<r;u+="0",f++);u=W(u,o)}else if(r-=s,u=X(u,o,"0"),f<o+1){if(0<--r)for(u+=".";r--;u+="0");}else if(0<(r+=o-f))for(o+1==f&&(u+=".");r--;u+="0");return e.s<0&&i?"-"+u:u}function R(e,r){for(var n,t=1,i=new B(e[0]);t<e.length;t++){if(!(n=new B(e[t])).s){i=n;break}r.call(i,n)&&(i=n)}return i}function _(e,r,n){for(var t=1,i=r.length;!r[--i];r.pop());for(i=r[0];10<=i;i/=10,t++);return(n=t+n*M-1)>y?e.c=e.e=null:e.c=n<m?[e.e=0]:(e.e=n,r),e}function D(e,r,n,t){var i,o,s,f,u,l,c,a=e.c,h=k;if(a){e:{for(i=1,f=a[0];10<=f;f/=10,i++);if((o=r-i)<0)o+=M,s=r,c=(u=a[l=0])/h[i-s-1]%10|0;else if((l=L((o+1)/M))>=a.length){if(!t)break e;for(;a.length<=l;a.push(0));u=c=0,s=(o%=M)-M+(i=1)}else{for(u=f=a[l],i=1;10<=f;f/=10,i++);c=(s=(o%=M)-M+i)<0?0:u/h[i-s-1]%10|0}if(t=t||r<0||null!=a[l+1]||(s<0?u:u%h[i-s-1]),t=n<4?(c||t)&&(0==n||n==(e.s<0?3:2)):5<c||5==c&&(4==n||t||6==n&&(0<o?0<s?u/h[i-s]:0:a[l-1])%10&1||n==(e.s<0?8:7)),r<1||!a[0])return a.length=0,t?(r-=e.e+1,a[0]=h[(M-r%M)%M],e.e=-r||0):a[0]=e.e=0,e;if(0==o?(a.length=l,f=1,l--):(a.length=l+1,f=h[M-o],a[l]=0<s?U(u/h[i-s]%h[s])*f:0),t)for(;;){if(0==l){for(o=1,s=a[0];10<=s;s/=10,o++);for(s=a[0]+=f,f=1;10<=s;s/=10,f++);o!=f&&(e.e++,a[0]==C&&(a[0]=1));break}if(a[l]+=f,a[l]!=C)break;a[l--]=0,f=1}for(o=a.length;0===a[--o];a.pop());}e.e>y?e.c=e.e=null:e.e<m&&(e.c=[e.e=0])}return e}function P(e){var r,n=e.e;return null===n?e.toString():(r=$(e.c),r=n<=p||d<=n?W(r,n):X(r,n,"0"),e.s<0?"-"+r:r)}return B.clone=e,B.ROUND_UP=0,B.ROUND_DOWN=1,B.ROUND_CEIL=2,B.ROUND_FLOOR=3,B.ROUND_HALF_UP=4,B.ROUND_HALF_DOWN=5,B.ROUND_HALF_EVEN=6,B.ROUND_HALF_CEIL=7,B.ROUND_HALF_FLOOR=8,B.EUCLID=9,B.config=B.set=function(e){var r,n;if(null!=e){if("object"!=typeof e)throw Error(I+"Object expected: "+e);if(e.hasOwnProperty(r="DECIMAL_PLACES")&&(H(n=e[r],0,q,r),N=n),e.hasOwnProperty(r="ROUNDING_MODE")&&(H(n=e[r],0,8,r),O=n),e.hasOwnProperty(r="EXPONENTIAL_AT")&&((n=e[r])&&n.pop?(H(n[0],-q,0,r),H(n[1],0,q,r),p=n[0],d=n[1]):(H(n,-q,q,r),p=-(d=n<0?-n:n))),e.hasOwnProperty(r="RANGE"))if((n=e[r])&&n.pop)H(n[0],-q,-1,r),H(n[1],1,q,r),m=n[0],y=n[1];else{if(H(n,-q,q,r),!n)throw Error(I+r+" cannot be zero: "+n);m=-(y=n<0?-n:n)}if(e.hasOwnProperty(r="CRYPTO")){if((n=e[r])!==!!n)throw Error(I+r+" not true or false: "+n);if(n){if("undefined"==typeof crypto||!crypto||!crypto.getRandomValues&&!crypto.randomBytes)throw b=!n,Error(I+"crypto unavailable");b=n}else b=n}if(e.hasOwnProperty(r="MODULO_MODE")&&(H(n=e[r],0,9,r),o=n),e.hasOwnProperty(r="POW_PRECISION")&&(H(n=e[r],0,q,r),E=n),e.hasOwnProperty(r="FORMAT")){if("object"!=typeof(n=e[r]))throw Error(I+r+" not an object: "+n);A=n}if(e.hasOwnProperty(r="ALPHABET")){if("string"!=typeof(n=e[r])||/^.$|[+-.\s]|(.).*\1/.test(n))throw Error(I+r+" invalid: "+n);S=n}}return{DECIMAL_PLACES:N,ROUNDING_MODE:O,EXPONENTIAL_AT:[p,d],RANGE:[m,y],CRYPTO:b,MODULO_MODE:o,POW_PRECISION:E,FORMAT:A,ALPHABET:S}},B.isBigNumber=function(e){if(!e||!0!==e._isBigNumber)return!1;if(!B.DEBUG)return!0;var r,n,t=e.c,i=e.e,o=e.s;e:if("[object Array]"=={}.toString.call(t)){if((1===o||-1===o)&&-q<=i&&i<=q&&i===U(i)){if(0===t[0]){if(0===i&&1===t.length)return!0;break e}if((r=(i+1)%M)<1&&(r+=M),String(t[0]).length==r){for(r=0;r<t.length;r++)if((n=t[r])<0||C<=n||n!==U(n))break e;if(0!==n)return!0}}}else if(null===t&&null===i&&(null===o||1===o||-1===o))return!0;throw Error(I+"Invalid BigNumber: "+e)},B.maximum=B.max=function(){return R(arguments,t.lt)},B.minimum=B.min=function(){return R(arguments,t.gt)},B.random=(n=9007199254740992,l=Math.random()*n&2097151?function(){return U(Math.random()*n)}:function(){return 8388608*(1073741824*Math.random()|0)+(8388608*Math.random()|0)},function(e){var r,n,t,i,o,s=0,f=[],u=new B(w);if(null==e?e=N:H(e,0,q),i=L(e/M),b)if(crypto.getRandomValues){for(r=crypto.getRandomValues(new Uint32Array(i*=2));s<i;)9e15<=(o=131072*r[s]+(r[s+1]>>>11))?(n=crypto.getRandomValues(new Uint32Array(2)),r[s]=n[0],r[s+1]=n[1]):(f.push(o%1e14),s+=2);s=i/2}else{if(!crypto.randomBytes)throw b=!1,Error(I+"crypto unavailable");for(r=crypto.randomBytes(i*=7);s<i;)9e15<=(o=281474976710656*(31&r[s])+1099511627776*r[s+1]+4294967296*r[s+2]+16777216*r[s+3]+(r[s+4]<<16)+(r[s+5]<<8)+r[s+6])?crypto.randomBytes(7).copy(r,s):(f.push(o%1e14),s+=7);s=i/7}if(!b)for(;s<i;)(o=l())<9e15&&(f[s++]=o%1e14);for(i=f[--s],e%=M,i&&e&&(o=k[M-e],f[s]=U(i/o)*o);0===f[s];f.pop(),s--);if(s<0)f=[t=0];else{for(t=-1;0===f[0];f.splice(0,1),t-=M);for(s=1,o=f[0];10<=o;o/=10,s++);s<M&&(t-=M-s)}return u.e=t,u.c=f,u}),B.sum=function(){for(var e=1,r=arguments,n=new B(r[0]);e<r.length;)n=n.plus(r[e++]);return n},a=function(){var d="0123456789";function m(e,r,n,t){for(var i,o,s=[0],f=0,u=e.length;f<u;){for(o=s.length;o--;s[o]*=r);for(s[0]+=t.indexOf(e.charAt(f++)),i=0;i<s.length;i++)s[i]>n-1&&(null==s[i+1]&&(s[i+1]=0),s[i+1]+=s[i]/n|0,s[i]%=n)}return s.reverse()}return function(e,r,n,t,i){var o,s,f,u,l,c,a,h,g=e.indexOf("."),p=N,w=O;for(0<=g&&(u=E,E=0,e=e.replace(".",""),c=(h=new B(r)).pow(e.length-g),E=u,h.c=m(X($(c.c),c.e,"0"),10,n,d),h.e=h.c.length),f=u=(a=m(e,r,n,i?(o=S,d):(o=d,S))).length;0==a[--u];a.pop());if(!a[0])return o.charAt(0);if(g<0?--f:(c.c=a,c.e=f,c.s=t,a=(c=v(c,h,p,w,n)).c,l=c.r,f=c.e),g=a[s=f+p+1],u=n/2,l=l||s<0||null!=a[s+1],l=w<4?(null!=g||l)&&(0==w||w==(c.s<0?3:2)):u<g||g==u&&(4==w||l||6==w&&1&a[s-1]||w==(c.s<0?8:7)),s<1||!a[0])e=l?X(o.charAt(1),-p,o.charAt(0)):o.charAt(0);else{if(a.length=s,l)for(--n;++a[--s]>n;)a[s]=0,s||(++f,a=[1].concat(a));for(u=a.length;!a[--u];);for(g=0,e="";g<=u;e+=o.charAt(a[g++]));e=X(e,f,o.charAt(0))}return e}}(),v=function(){function S(e,r,n){var t,i,o,s,f=0,u=e.length,l=r%F,c=r/F|0;for(e=e.slice();u--;)f=((i=l*(o=e[u]%F)+(t=c*o+(s=e[u]/F|0)*l)%F*F+f)/n|0)+(t/F|0)+c*s,e[u]=i%n;return f&&(e=[f].concat(e)),e}function R(e,r,n,t){var i,o;if(n!=t)o=t<n?1:-1;else for(i=o=0;i<n;i++)if(e[i]!=r[i]){o=e[i]>r[i]?1:-1;break}return o}function _(e,r,n,t){for(var i=0;n--;)e[n]-=i,i=e[n]<r[n]?1:0,e[n]=i*t+e[n]-r[n];for(;!e[0]&&1<e.length;e.splice(0,1));}return function(e,r,n,t,i){var o,s,f,u,l,c,a,h,g,p,w,d,m,v,N,O,y,b=e.s==r.s?1:-1,E=e.c,A=r.c;if(!(E&&E[0]&&A&&A[0]))return new B(e.s&&r.s&&(E?!A||E[0]!=A[0]:A)?E&&0==E[0]||!A?0*b:b/0:NaN);for(g=(h=new B(b)).c=[],b=n+(s=e.e-r.e)+1,i||(i=C,s=j(e.e/M)-j(r.e/M),b=b/M|0),f=0;A[f]==(E[f]||0);f++);if(A[f]>(E[f]||0)&&s--,b<0)g.push(1),u=!0;else{for(v=E.length,O=A.length,b+=2,1<(l=U(i/(A[f=0]+1)))&&(A=S(A,l,i),E=S(E,l,i),O=A.length,v=E.length),m=O,w=(p=E.slice(0,O)).length;w<O;p[w++]=0);y=A.slice(),y=[0].concat(y),N=A[0],A[1]>=i/2&&N++;do{if(l=0,(o=R(A,p,O,w))<0){if(d=p[0],O!=w&&(d=d*i+(p[1]||0)),1<(l=U(d/N)))for(i<=l&&(l=i-1),a=(c=S(A,l,i)).length,w=p.length;1==R(c,p,a,w);)l--,_(c,O<a?y:A,a,i),a=c.length,o=1;else 0==l&&(o=l=1),a=(c=A.slice()).length;if(a<w&&(c=[0].concat(c)),_(p,c,w,i),w=p.length,-1==o)for(;R(A,p,O,w)<1;)l++,_(p,O<w?y:A,w,i),w=p.length}else 0===o&&(l++,p=[0]);g[f++]=l,p[0]?p[w++]=E[m]||0:(p=[E[m]],w=1)}while((m++<v||null!=p[0])&&b--);u=null!=p[0],g[0]||g.splice(0,1)}if(i==C){for(f=1,b=g[0];10<=b;b/=10,f++);D(h,n+(h.e=f+s*M-1)+1,t,u)}else h.e=s,h.r=+u;return h}}(),s=/^(-?)0([xbo])(?=\w[\w.]*$)/i,f=/^([^.]+)\.$/,u=/^\.([^.]+)$/,c=/^-?(Infinity|NaN)$/,g=/^\s*\+(?=[\w.])|^\s+|\s+$/g,h=function(e,r,n,t){var i,o=n?r:r.replace(g,"");if(c.test(o))e.s=isNaN(o)?null:o<0?-1:1;else{if(!n&&(o=o.replace(s,function(e,r,n){return i="x"==(n=n.toLowerCase())?16:"b"==n?2:8,t&&t!=i?e:r}),t&&(i=t,o=o.replace(f,"$1").replace(u,"0.$1")),r!=o))return new B(o,i);if(B.DEBUG)throw Error(I+"Not a"+(t?" base "+t:"")+" number: "+r);e.s=null}e.c=e.e=null},t.absoluteValue=t.abs=function(){var e=new B(this);return e.s<0&&(e.s=1),e},t.comparedTo=function(e,r){return z(this,new B(e,r))},t.decimalPlaces=t.dp=function(e,r){var n,t,i;if(null!=e)return H(e,0,q),null==r?r=O:H(r,0,8),D(new B(this),e+this.e+1,r);if(!(n=this.c))return null;if(t=((i=n.length-1)-j(this.e/M))*M,i=n[i])for(;i%10==0;i/=10,t--);return t<0&&(t=0),t},t.dividedBy=t.div=function(e,r){return v(this,new B(e,r),N,O)},t.dividedToIntegerBy=t.idiv=function(e,r){return v(this,new B(e,r),0,1)},t.exponentiatedBy=t.pow=function(e,r){var n,t,i,o,s,f,u,l,c=this;if((e=new B(e)).c&&!e.isInteger())throw Error(I+"Exponent not an integer: "+P(e));if(null!=r&&(r=new B(r)),s=14<e.e,!c.c||!c.c[0]||1==c.c[0]&&!c.e&&1==c.c.length||!e.c||!e.c[0])return l=new B(Math.pow(+P(c),s?2-V(e):+P(e))),r?l.mod(r):l;if(f=e.s<0,r){if(r.c?!r.c[0]:!r.s)return new B(NaN);(t=!f&&c.isInteger()&&r.isInteger())&&(c=c.mod(r))}else{if(9<e.e&&(0<c.e||c.e<-1||(0==c.e?1<c.c[0]||s&&24e7<=c.c[1]:c.c[0]<8e13||s&&c.c[0]<=9999975e7)))return o=c.s<0&&V(e)?-0:0,-1<c.e&&(o=1/o),new B(f?1/o:o);E&&(o=L(E/M+2))}for(u=s?(n=new B(.5),f&&(e.s=1),V(e)):(i=Math.abs(+P(e)))%2,l=new B(w);;){if(u){if(!(l=l.times(c)).c)break;o?l.c.length>o&&(l.c.length=o):t&&(l=l.mod(r))}if(i){if(0===(i=U(i/2)))break;u=i%2}else if(D(e=e.times(n),e.e+1,1),14<e.e)u=V(e);else{if(0==(i=+P(e)))break;u=i%2}c=c.times(c),o?c.c&&c.c.length>o&&(c.c.length=o):t&&(c=c.mod(r))}return t?l:(f&&(l=w.div(l)),r?l.mod(r):o?D(l,E,O,void 0):l)},t.integerValue=function(e){var r=new B(this);return null==e?e=O:H(e,0,8),D(r,r.e+1,e)},t.isEqualTo=t.eq=function(e,r){return 0===z(this,new B(e,r))},t.isFinite=function(){return!!this.c},t.isGreaterThan=t.gt=function(e,r){return 0<z(this,new B(e,r))},t.isGreaterThanOrEqualTo=t.gte=function(e,r){return 1===(r=z(this,new B(e,r)))||0===r},t.isInteger=function(){return!!this.c&&j(this.e/M)>this.c.length-2},t.isLessThan=t.lt=function(e,r){return z(this,new B(e,r))<0},t.isLessThanOrEqualTo=t.lte=function(e,r){return-1===(r=z(this,new B(e,r)))||0===r},t.isNaN=function(){return!this.s},t.isNegative=function(){return this.s<0},t.isPositive=function(){return 0<this.s},t.isZero=function(){return!!this.c&&0==this.c[0]},t.minus=function(e,r){var n,t,i,o,s=this,f=s.s;if(r=(e=new B(e,r)).s,!f||!r)return new B(NaN);if(f!=r)return e.s=-r,s.plus(e);var u=s.e/M,l=e.e/M,c=s.c,a=e.c;if(!u||!l){if(!c||!a)return c?(e.s=-r,e):new B(a?s:NaN);if(!c[0]||!a[0])return a[0]?(e.s=-r,e):new B(c[0]?s:3==O?-0:0)}if(u=j(u),l=j(l),c=c.slice(),f=u-l){for((i=(o=f<0)?(f=-f,c):(l=u,a)).reverse(),r=f;r--;i.push(0));i.reverse()}else for(t=(o=(f=c.length)<(r=a.length))?f:r,f=r=0;r<t;r++)if(c[r]!=a[r]){o=c[r]<a[r];break}if(o&&(i=c,c=a,a=i,e.s=-e.s),0<(r=(t=a.length)-(n=c.length)))for(;r--;c[n++]=0);for(r=C-1;f<t;){if(c[--t]<a[t]){for(n=t;n&&!c[--n];c[n]=r);--c[n],c[t]+=C}c[t]-=a[t]}for(;0==c[0];c.splice(0,1),--l);return c[0]?_(e,c,l):(e.s=3==O?-1:1,e.c=[e.e=0],e)},t.modulo=t.mod=function(e,r){var n,t,i=this;return e=new B(e,r),!i.c||!e.s||e.c&&!e.c[0]?new B(NaN):!e.c||i.c&&!i.c[0]?new B(i):(9==o?(t=e.s,e.s=1,n=v(i,e,0,3),e.s=t,n.s*=t):n=v(i,e,0,o),(e=i.minus(n.times(e))).c[0]||1!=o||(e.s=i.s),e)},t.multipliedBy=t.times=function(e,r){var n,t,i,o,s,f,u,l,c,a,h,g,p,w,d,m=this,v=m.c,N=(e=new B(e,r)).c;if(!(v&&N&&v[0]&&N[0]))return!m.s||!e.s||v&&!v[0]&&!N||N&&!N[0]&&!v?e.c=e.e=e.s=null:(e.s*=m.s,v&&N?(e.c=[0],e.e=0):e.c=e.e=null),e;for(t=j(m.e/M)+j(e.e/M),e.s*=m.s,(u=v.length)<(a=N.length)&&(p=v,v=N,N=p,i=u,u=a,a=i),i=u+a,p=[];i--;p.push(0));for(w=C,d=F,i=a;0<=--i;){for(n=0,h=N[i]%d,g=N[i]/d|0,o=i+(s=u);i<o;)n=((l=h*(l=v[--s]%d)+(f=g*l+(c=v[s]/d|0)*h)%d*d+p[o]+n)/w|0)+(f/d|0)+g*c,p[o--]=l%w;p[o]=n}return n?++t:p.splice(0,1),_(e,p,t)},t.negated=function(){var e=new B(this);return e.s=-e.s||null,e},t.plus=function(e,r){var n,t=this,i=t.s;if(r=(e=new B(e,r)).s,!i||!r)return new B(NaN);if(i!=r)return e.s=-r,t.minus(e);var o=t.e/M,s=e.e/M,f=t.c,u=e.c;if(!o||!s){if(!f||!u)return new B(i/0);if(!f[0]||!u[0])return u[0]?e:new B(f[0]?t:0*i)}if(o=j(o),s=j(s),f=f.slice(),i=o-s){for((n=0<i?(s=o,u):(i=-i,f)).reverse();i--;n.push(0));n.reverse()}for((i=f.length)-(r=u.length)<0&&(n=u,u=f,f=n,r=i),i=0;r;)i=(f[--r]=f[r]+u[r]+i)/C|0,f[r]=C===f[r]?0:f[r]%C;return i&&(f=[i].concat(f),++s),_(e,f,s)},t.precision=t.sd=function(e,r){var n,t,i;if(null!=e&&e!==!!e)return H(e,1,q),null==r?r=O:H(r,0,8),D(new B(this),e,r);if(!(n=this.c))return null;if(t=(i=n.length-1)*M+1,i=n[i]){for(;i%10==0;i/=10,t--);for(i=n[0];10<=i;i/=10,t++);}return e&&this.e+1>t&&(t=this.e+1),t},t.shiftedBy=function(e){return H(e,-G,G),this.times("1e"+e)},t.squareRoot=t.sqrt=function(){var e,r,n,t,i,o=this,s=o.c,f=o.s,u=o.e,l=N+4,c=new B("0.5");if(1!==f||!s||!s[0])return new B(!f||f<0&&(!s||s[0])?NaN:s?o:1/0);if((n=0==(f=Math.sqrt(+P(o)))||f==1/0?(((r=$(s)).length+u)%2==0&&(r+="0"),f=Math.sqrt(+r),u=j((u+1)/2)-(u<0||u%2),new B(r=f==1/0?"1e"+u:(r=f.toExponential()).slice(0,r.indexOf("e")+1)+u)):new B(f+"")).c[0])for((f=(u=n.e)+l)<3&&(f=0);;)if(i=n,n=c.times(i.plus(v(o,i,l,1))),$(i.c).slice(0,f)===(r=$(n.c)).slice(0,f)){if(n.e<u&&--f,"9999"!=(r=r.slice(f-3,f+1))&&(t||"4999"!=r)){+r&&(+r.slice(1)||"5"!=r.charAt(0))||(D(n,n.e+N+2,1),e=!n.times(n).eq(o));break}if(!t&&(D(i,i.e+N+2,0),i.times(i).eq(o))){n=i;break}l+=4,f+=4,t=1}return D(n,n.e+N+1,O,e)},t.toExponential=function(e,r){return null!=e&&(H(e,0,q),e++),i(this,e,r,1)},t.toFixed=function(e,r){return null!=e&&(H(e,0,q),e=e+this.e+1),i(this,e,r)},t.toFormat=function(e,r,n){var t;if(null==n)null!=e&&r&&"object"==typeof r?(n=r,r=null):e&&"object"==typeof e?(n=e,e=r=null):n=A;else if("object"!=typeof n)throw Error(I+"Argument not an object: "+n);if(t=this.toFixed(e,r),this.c){var i,o=t.split("."),s=+n.groupSize,f=+n.secondaryGroupSize,u=n.groupSeparator||"",l=o[0],c=o[1],a=this.s<0,h=a?l.slice(1):l,g=h.length;if(f&&(i=s,s=f,g-=f=i),0<s&&0<g){for(i=g%s||s,l=h.substr(0,i);i<g;i+=s)l+=u+h.substr(i,s);0<f&&(l+=u+h.slice(i)),a&&(l="-"+l)}t=c?l+(n.decimalSeparator||"")+((f=+n.fractionGroupSize)?c.replace(new RegExp("\\d{"+f+"}\\B","g"),"$&"+(n.fractionGroupSeparator||"")):c):l}return(n.prefix||"")+t+(n.suffix||"")},t.toFraction=function(e){var r,n,t,i,o,s,f,u,l,c,a,h,g=this,p=g.c;if(null!=e&&(!(f=new B(e)).isInteger()&&(f.c||1!==f.s)||f.lt(w)))throw Error(I+"Argument "+(f.isInteger()?"out of range: ":"not an integer: ")+P(f));if(!p)return new B(g);for(r=new B(w),l=n=new B(w),t=u=new B(w),h=$(p),o=r.e=h.length-g.e-1,r.c[0]=k[(s=o%M)<0?M+s:s],e=!e||0<f.comparedTo(r)?0<o?r:l:f,s=y,y=1/0,f=new B(h),u.c[0]=0;c=v(f,r,0,1),1!=(i=n.plus(c.times(t))).comparedTo(e);)n=t,t=i,l=u.plus(c.times(i=l)),u=i,r=f.minus(c.times(i=r)),f=i;return i=v(e.minus(n),t,0,1),u=u.plus(i.times(l)),n=n.plus(i.times(t)),u.s=l.s=g.s,a=v(l,t,o*=2,O).minus(g).abs().comparedTo(v(u,n,o,O).minus(g).abs())<1?[l,t]:[u,n],y=s,a},t.toNumber=function(){return+P(this)},t.toPrecision=function(e,r){return null!=e&&H(e,1,q),i(this,e,r,2)},t.toString=function(e){var r,n=this,t=n.s,i=n.e;return null===i?t?(r="Infinity",t<0&&(r="-"+r)):r="NaN":(r=null==e?i<=p||d<=i?W($(n.c),i):X($(n.c),i,"0"):10===e?X($((n=D(new B(n),N+i+1,O)).c),n.e,"0"):(H(e,2,S.length,"Base"),a(X($(n.c),i,"0"),10,e,t,!0)),t<0&&n.c[0]&&(r="-"+r)),r},t.valueOf=t.toJSON=function(){return P(this)},t._isBigNumber=!0,null!=r&&B.set(r),B}()).default=r.BigNumber=r,"function"==typeof define&&define.amd?define(function(){return r}):"undefined"!=typeof module&&module.exports?module.exports=r:(e||(e="undefined"!=typeof self&&self?self:window),e.BigNumber=r)}(this);
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["bignumber.js"],"names":["globalObject","BigNumber","isNumeric","mathceil","Math","ceil","mathfloor","floor","bignumberError","tooManyDigits","BASE","LOG_BASE","MAX_SAFE_INTEGER","POWS_TEN","SQRT_BASE","MAX","bitFloor","n","i","coeffToString","a","s","z","j","length","r","charCodeAt","slice","compare","x","y","b","xc","c","yc","k","e","l","intCheck","min","max","name","Error","String","isOdd","toExponential","str","charAt","toFixedPoint","len","zs","clone","configObject","div","convertBase","parseNumeric","pow2_53","random53bitInt","basePrefix","dotAfter","dotBefore","isInfinityOrNaN","whitespaceOrPlus","P","prototype","constructor","toString","valueOf","ONE","DECIMAL_PLACES","ROUNDING_MODE","TO_EXP_NEG","TO_EXP_POS","MIN_EXP","MAX_EXP","CRYPTO","MODULO_MODE","POW_PRECISION","FORMAT","prefix","groupSize","secondaryGroupSize","groupSeparator","decimalSeparator","fractionGroupSize","fractionGroupSeparator","suffix","ALPHABET","v","alphabet","caseChanged","isNum","this","_isBigNumber","test","indexOf","replace","search","substring","round","DEBUG","toUpperCase","toLowerCase","push","format","rm","id","c0","ne","maxOrMin","args","method","m","call","normalise","pop","sd","d","ni","rd","pows10","out","ROUND_UP","ROUND_DOWN","ROUND_CEIL","ROUND_FLOOR","ROUND_HALF_UP","ROUND_HALF_DOWN","ROUND_HALF_EVEN","ROUND_HALF_CEIL","ROUND_HALF_FLOOR","EUCLID","config","set","obj","p","hasOwnProperty","crypto","getRandomValues","randomBytes","EXPONENTIAL_AT","RANGE","isBigNumber","maximum","arguments","lt","minimum","gt","random","dp","rand","Uint32Array","copy","splice","sum","plus","decimal","toBaseOut","baseIn","baseOut","arrL","arr","reverse","sign","callerIsToString","pow","concat","multiply","base","temp","xlo","xhi","carry","klo","khi","aL","bL","cmp","subtract","more","prod","prodL","q","qc","rem","remL","rem0","xi","xL","yc0","yL","yz","NaN","isNaN","p1","p2","absoluteValue","abs","comparedTo","decimalPlaces","dividedBy","dividedToIntegerBy","idiv","exponentiatedBy","half","isModExp","nIsBig","nIsNeg","nIsOdd","isInteger","mod","times","integerValue","isEqualTo","eq","isFinite","isGreaterThan","isGreaterThanOrEqualTo","gte","isLessThan","isLessThanOrEqualTo","lte","isNegative","isPositive","isZero","minus","t","xLTy","xe","ye","modulo","multipliedBy","xcL","ycL","ylo","yhi","zc","sqrtBase","negated","precision","shiftedBy","squareRoot","sqrt","rep","toFixed","toFormat","split","g1","g2","intPart","fractionPart","isNeg","intDigits","substr","RegExp","toFraction","md","d0","d1","d2","exp","n0","n1","toNumber","toPrecision","toJSON","define","amd","module","exports","self","window"],"mappings":"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"}