cursorconnect 0.1.0 → 0.1.2

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 (1306) hide show
  1. package/bridge-runtime/.env.example +19 -0
  2. package/bridge-runtime/dist/agent-title-match.d.ts +17 -0
  3. package/bridge-runtime/dist/agent-title-match.js +197 -0
  4. package/bridge-runtime/dist/cdp-bridge.d.ts +23 -0
  5. package/bridge-runtime/dist/cdp-bridge.js +116 -0
  6. package/bridge-runtime/dist/cdp-client.d.ts +24 -0
  7. package/bridge-runtime/dist/cdp-client.js +145 -0
  8. package/bridge-runtime/dist/command-executor.d.ts +26 -0
  9. package/bridge-runtime/dist/command-executor.js +577 -0
  10. package/bridge-runtime/dist/composer-images.d.ts +6 -0
  11. package/bridge-runtime/dist/composer-images.js +130 -0
  12. package/bridge-runtime/dist/composer-title-index.d.ts +10 -0
  13. package/bridge-runtime/dist/composer-title-index.js +51 -0
  14. package/bridge-runtime/dist/config.d.ts +3 -0
  15. package/bridge-runtime/dist/config.js +37 -0
  16. package/bridge-runtime/dist/dom-extractor.d.ts +15 -0
  17. package/bridge-runtime/dist/dom-extractor.js +68 -0
  18. package/bridge-runtime/dist/extract-page.d.ts +7 -0
  19. package/bridge-runtime/dist/extract-page.js +1202 -0
  20. package/bridge-runtime/dist/focused-window.d.ts +3 -0
  21. package/bridge-runtime/dist/focused-window.js +40 -0
  22. package/bridge-runtime/dist/image-upload-store.d.ts +5 -0
  23. package/bridge-runtime/dist/image-upload-store.js +30 -0
  24. package/bridge-runtime/dist/index.d.ts +1 -0
  25. package/bridge-runtime/dist/index.js +68 -0
  26. package/bridge-runtime/dist/jsonl-index.d.ts +24 -0
  27. package/bridge-runtime/dist/jsonl-index.js +302 -0
  28. package/bridge-runtime/dist/media-path.d.ts +9 -0
  29. package/bridge-runtime/dist/media-path.js +59 -0
  30. package/bridge-runtime/dist/message-debug-store.d.ts +8 -0
  31. package/bridge-runtime/dist/message-debug-store.js +16 -0
  32. package/bridge-runtime/dist/message-filter.d.ts +19 -0
  33. package/bridge-runtime/dist/message-filter.js +83 -0
  34. package/bridge-runtime/dist/openai-transcribe.d.ts +1 -0
  35. package/bridge-runtime/dist/openai-transcribe.js +32 -0
  36. package/bridge-runtime/dist/pairing-identity.d.ts +16 -0
  37. package/bridge-runtime/dist/pairing-identity.js +91 -0
  38. package/bridge-runtime/dist/relay-upstream.d.ts +13 -0
  39. package/bridge-runtime/dist/relay-upstream.js +128 -0
  40. package/bridge-runtime/dist/relay.d.ts +41 -0
  41. package/bridge-runtime/dist/relay.js +397 -0
  42. package/bridge-runtime/dist/sidebar-merge.d.ts +4 -0
  43. package/bridge-runtime/dist/sidebar-merge.js +47 -0
  44. package/bridge-runtime/dist/state-manager.d.ts +19 -0
  45. package/bridge-runtime/dist/state-manager.js +81 -0
  46. package/bridge-runtime/dist/types.d.ts +243 -0
  47. package/bridge-runtime/dist/types.js +1 -0
  48. package/bridge-runtime/dist/window-monitor.d.ts +20 -0
  49. package/bridge-runtime/dist/window-monitor.js +91 -0
  50. package/bridge-runtime/node_modules/.package-lock.json +1263 -0
  51. package/bridge-runtime/node_modules/@socket.io/component-emitter/LICENSE +24 -0
  52. package/bridge-runtime/node_modules/@socket.io/component-emitter/Readme.md +79 -0
  53. package/bridge-runtime/node_modules/@socket.io/component-emitter/lib/cjs/index.d.ts +179 -0
  54. package/bridge-runtime/node_modules/@socket.io/component-emitter/lib/cjs/index.js +176 -0
  55. package/bridge-runtime/node_modules/@socket.io/component-emitter/lib/cjs/package.json +4 -0
  56. package/bridge-runtime/node_modules/@socket.io/component-emitter/lib/esm/index.d.ts +179 -0
  57. package/bridge-runtime/node_modules/@socket.io/component-emitter/lib/esm/index.js +169 -0
  58. package/bridge-runtime/node_modules/@socket.io/component-emitter/lib/esm/package.json +4 -0
  59. package/bridge-runtime/node_modules/@socket.io/component-emitter/package.json +28 -0
  60. package/bridge-runtime/node_modules/@types/cors/LICENSE +21 -0
  61. package/bridge-runtime/node_modules/@types/cors/README.md +75 -0
  62. package/bridge-runtime/node_modules/@types/cors/index.d.ts +56 -0
  63. package/bridge-runtime/node_modules/@types/cors/package.json +38 -0
  64. package/bridge-runtime/node_modules/@types/node/LICENSE +21 -0
  65. package/bridge-runtime/node_modules/@types/node/README.md +15 -0
  66. package/bridge-runtime/node_modules/@types/node/assert/strict.d.ts +111 -0
  67. package/bridge-runtime/node_modules/@types/node/assert.d.ts +1078 -0
  68. package/bridge-runtime/node_modules/@types/node/async_hooks.d.ts +603 -0
  69. package/bridge-runtime/node_modules/@types/node/buffer.buffer.d.ts +472 -0
  70. package/bridge-runtime/node_modules/@types/node/buffer.d.ts +1934 -0
  71. package/bridge-runtime/node_modules/@types/node/child_process.d.ts +1476 -0
  72. package/bridge-runtime/node_modules/@types/node/cluster.d.ts +578 -0
  73. package/bridge-runtime/node_modules/@types/node/compatibility/disposable.d.ts +14 -0
  74. package/bridge-runtime/node_modules/@types/node/compatibility/index.d.ts +9 -0
  75. package/bridge-runtime/node_modules/@types/node/compatibility/indexable.d.ts +20 -0
  76. package/bridge-runtime/node_modules/@types/node/compatibility/iterators.d.ts +20 -0
  77. package/bridge-runtime/node_modules/@types/node/console.d.ts +452 -0
  78. package/bridge-runtime/node_modules/@types/node/constants.d.ts +21 -0
  79. package/bridge-runtime/node_modules/@types/node/crypto.d.ts +4545 -0
  80. package/bridge-runtime/node_modules/@types/node/dgram.d.ts +600 -0
  81. package/bridge-runtime/node_modules/@types/node/diagnostics_channel.d.ts +578 -0
  82. package/bridge-runtime/node_modules/@types/node/dns/promises.d.ts +503 -0
  83. package/bridge-runtime/node_modules/@types/node/dns.d.ts +923 -0
  84. package/bridge-runtime/node_modules/@types/node/domain.d.ts +170 -0
  85. package/bridge-runtime/node_modules/@types/node/events.d.ts +976 -0
  86. package/bridge-runtime/node_modules/@types/node/fs/promises.d.ts +1295 -0
  87. package/bridge-runtime/node_modules/@types/node/fs.d.ts +4461 -0
  88. package/bridge-runtime/node_modules/@types/node/globals.d.ts +172 -0
  89. package/bridge-runtime/node_modules/@types/node/globals.typedarray.d.ts +38 -0
  90. package/bridge-runtime/node_modules/@types/node/http.d.ts +2089 -0
  91. package/bridge-runtime/node_modules/@types/node/http2.d.ts +2721 -0
  92. package/bridge-runtime/node_modules/@types/node/https.d.ts +579 -0
  93. package/bridge-runtime/node_modules/@types/node/index.d.ts +97 -0
  94. package/bridge-runtime/node_modules/@types/node/inspector.d.ts +253 -0
  95. package/bridge-runtime/node_modules/@types/node/inspector.generated.d.ts +4052 -0
  96. package/bridge-runtime/node_modules/@types/node/module.d.ts +891 -0
  97. package/bridge-runtime/node_modules/@types/node/net.d.ts +1076 -0
  98. package/bridge-runtime/node_modules/@types/node/os.d.ts +506 -0
  99. package/bridge-runtime/node_modules/@types/node/package.json +145 -0
  100. package/bridge-runtime/node_modules/@types/node/path.d.ts +200 -0
  101. package/bridge-runtime/node_modules/@types/node/perf_hooks.d.ts +968 -0
  102. package/bridge-runtime/node_modules/@types/node/process.d.ts +2084 -0
  103. package/bridge-runtime/node_modules/@types/node/punycode.d.ts +117 -0
  104. package/bridge-runtime/node_modules/@types/node/querystring.d.ts +152 -0
  105. package/bridge-runtime/node_modules/@types/node/readline/promises.d.ts +161 -0
  106. package/bridge-runtime/node_modules/@types/node/readline.d.ts +594 -0
  107. package/bridge-runtime/node_modules/@types/node/repl.d.ts +428 -0
  108. package/bridge-runtime/node_modules/@types/node/sea.d.ts +153 -0
  109. package/bridge-runtime/node_modules/@types/node/sqlite.d.ts +721 -0
  110. package/bridge-runtime/node_modules/@types/node/stream/consumers.d.ts +38 -0
  111. package/bridge-runtime/node_modules/@types/node/stream/promises.d.ts +90 -0
  112. package/bridge-runtime/node_modules/@types/node/stream/web.d.ts +622 -0
  113. package/bridge-runtime/node_modules/@types/node/stream.d.ts +1687 -0
  114. package/bridge-runtime/node_modules/@types/node/string_decoder.d.ts +67 -0
  115. package/bridge-runtime/node_modules/@types/node/test.d.ts +2163 -0
  116. package/bridge-runtime/node_modules/@types/node/timers/promises.d.ts +108 -0
  117. package/bridge-runtime/node_modules/@types/node/timers.d.ts +287 -0
  118. package/bridge-runtime/node_modules/@types/node/tls.d.ts +1319 -0
  119. package/bridge-runtime/node_modules/@types/node/trace_events.d.ts +197 -0
  120. package/bridge-runtime/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +468 -0
  121. package/bridge-runtime/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +34 -0
  122. package/bridge-runtime/node_modules/@types/node/ts5.6/index.d.ts +97 -0
  123. package/bridge-runtime/node_modules/@types/node/tty.d.ts +208 -0
  124. package/bridge-runtime/node_modules/@types/node/url.d.ts +984 -0
  125. package/bridge-runtime/node_modules/@types/node/util.d.ts +2606 -0
  126. package/bridge-runtime/node_modules/@types/node/v8.d.ts +920 -0
  127. package/bridge-runtime/node_modules/@types/node/vm.d.ts +1000 -0
  128. package/bridge-runtime/node_modules/@types/node/wasi.d.ts +181 -0
  129. package/bridge-runtime/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  130. package/bridge-runtime/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  131. package/bridge-runtime/node_modules/@types/node/web-globals/events.d.ts +97 -0
  132. package/bridge-runtime/node_modules/@types/node/web-globals/fetch.d.ts +55 -0
  133. package/bridge-runtime/node_modules/@types/node/web-globals/navigator.d.ts +22 -0
  134. package/bridge-runtime/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  135. package/bridge-runtime/node_modules/@types/node/worker_threads.d.ts +784 -0
  136. package/bridge-runtime/node_modules/@types/node/zlib.d.ts +747 -0
  137. package/bridge-runtime/node_modules/@types/ws/LICENSE +21 -0
  138. package/bridge-runtime/node_modules/@types/ws/README.md +15 -0
  139. package/bridge-runtime/node_modules/@types/ws/index.d.mts +451 -0
  140. package/bridge-runtime/node_modules/@types/ws/index.d.ts +445 -0
  141. package/bridge-runtime/node_modules/@types/ws/package.json +72 -0
  142. package/bridge-runtime/node_modules/accepts/HISTORY.md +243 -0
  143. package/bridge-runtime/node_modules/accepts/LICENSE +23 -0
  144. package/bridge-runtime/node_modules/accepts/README.md +140 -0
  145. package/bridge-runtime/node_modules/accepts/index.js +238 -0
  146. package/bridge-runtime/node_modules/accepts/package.json +47 -0
  147. package/bridge-runtime/node_modules/array-flatten/LICENSE +21 -0
  148. package/bridge-runtime/node_modules/array-flatten/README.md +43 -0
  149. package/bridge-runtime/node_modules/array-flatten/array-flatten.js +64 -0
  150. package/bridge-runtime/node_modules/array-flatten/package.json +39 -0
  151. package/bridge-runtime/node_modules/base64id/CHANGELOG.md +16 -0
  152. package/bridge-runtime/node_modules/base64id/LICENSE +22 -0
  153. package/bridge-runtime/node_modules/base64id/README.md +18 -0
  154. package/bridge-runtime/node_modules/base64id/lib/base64id.js +103 -0
  155. package/bridge-runtime/node_modules/base64id/package.json +13 -0
  156. package/bridge-runtime/node_modules/body-parser/HISTORY.md +686 -0
  157. package/bridge-runtime/node_modules/body-parser/LICENSE +23 -0
  158. package/bridge-runtime/node_modules/body-parser/README.md +476 -0
  159. package/bridge-runtime/node_modules/body-parser/index.js +156 -0
  160. package/bridge-runtime/node_modules/body-parser/lib/read.js +205 -0
  161. package/bridge-runtime/node_modules/body-parser/lib/types/json.js +243 -0
  162. package/bridge-runtime/node_modules/body-parser/lib/types/raw.js +101 -0
  163. package/bridge-runtime/node_modules/body-parser/lib/types/text.js +121 -0
  164. package/bridge-runtime/node_modules/body-parser/lib/types/urlencoded.js +299 -0
  165. package/bridge-runtime/node_modules/body-parser/package.json +55 -0
  166. package/bridge-runtime/node_modules/bytes/History.md +97 -0
  167. package/bridge-runtime/node_modules/bytes/LICENSE +23 -0
  168. package/bridge-runtime/node_modules/bytes/Readme.md +152 -0
  169. package/bridge-runtime/node_modules/bytes/index.js +170 -0
  170. package/bridge-runtime/node_modules/bytes/package.json +42 -0
  171. package/bridge-runtime/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  172. package/bridge-runtime/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  173. package/bridge-runtime/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  174. package/bridge-runtime/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  175. package/bridge-runtime/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  176. package/bridge-runtime/node_modules/call-bind-apply-helpers/README.md +62 -0
  177. package/bridge-runtime/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  178. package/bridge-runtime/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  179. package/bridge-runtime/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  180. package/bridge-runtime/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  181. package/bridge-runtime/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  182. package/bridge-runtime/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  183. package/bridge-runtime/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  184. package/bridge-runtime/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  185. package/bridge-runtime/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  186. package/bridge-runtime/node_modules/call-bind-apply-helpers/index.js +15 -0
  187. package/bridge-runtime/node_modules/call-bind-apply-helpers/package.json +85 -0
  188. package/bridge-runtime/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  189. package/bridge-runtime/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  190. package/bridge-runtime/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  191. package/bridge-runtime/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  192. package/bridge-runtime/node_modules/call-bound/.eslintrc +13 -0
  193. package/bridge-runtime/node_modules/call-bound/.github/FUNDING.yml +12 -0
  194. package/bridge-runtime/node_modules/call-bound/.nycrc +9 -0
  195. package/bridge-runtime/node_modules/call-bound/CHANGELOG.md +42 -0
  196. package/bridge-runtime/node_modules/call-bound/LICENSE +21 -0
  197. package/bridge-runtime/node_modules/call-bound/README.md +53 -0
  198. package/bridge-runtime/node_modules/call-bound/index.d.ts +94 -0
  199. package/bridge-runtime/node_modules/call-bound/index.js +19 -0
  200. package/bridge-runtime/node_modules/call-bound/package.json +99 -0
  201. package/bridge-runtime/node_modules/call-bound/test/index.js +61 -0
  202. package/bridge-runtime/node_modules/call-bound/tsconfig.json +10 -0
  203. package/bridge-runtime/node_modules/chokidar/LICENSE +21 -0
  204. package/bridge-runtime/node_modules/chokidar/README.md +305 -0
  205. package/bridge-runtime/node_modules/chokidar/esm/handler.d.ts +90 -0
  206. package/bridge-runtime/node_modules/chokidar/esm/handler.js +629 -0
  207. package/bridge-runtime/node_modules/chokidar/esm/index.d.ts +215 -0
  208. package/bridge-runtime/node_modules/chokidar/esm/index.js +798 -0
  209. package/bridge-runtime/node_modules/chokidar/esm/package.json +1 -0
  210. package/bridge-runtime/node_modules/chokidar/handler.d.ts +90 -0
  211. package/bridge-runtime/node_modules/chokidar/handler.js +635 -0
  212. package/bridge-runtime/node_modules/chokidar/index.d.ts +215 -0
  213. package/bridge-runtime/node_modules/chokidar/index.js +804 -0
  214. package/bridge-runtime/node_modules/chokidar/package.json +69 -0
  215. package/bridge-runtime/node_modules/content-disposition/HISTORY.md +60 -0
  216. package/bridge-runtime/node_modules/content-disposition/LICENSE +22 -0
  217. package/bridge-runtime/node_modules/content-disposition/README.md +142 -0
  218. package/bridge-runtime/node_modules/content-disposition/index.js +458 -0
  219. package/bridge-runtime/node_modules/content-disposition/package.json +44 -0
  220. package/bridge-runtime/node_modules/content-type/HISTORY.md +29 -0
  221. package/bridge-runtime/node_modules/content-type/LICENSE +22 -0
  222. package/bridge-runtime/node_modules/content-type/README.md +94 -0
  223. package/bridge-runtime/node_modules/content-type/index.js +225 -0
  224. package/bridge-runtime/node_modules/content-type/package.json +42 -0
  225. package/bridge-runtime/node_modules/cookie/LICENSE +24 -0
  226. package/bridge-runtime/node_modules/cookie/README.md +317 -0
  227. package/bridge-runtime/node_modules/cookie/SECURITY.md +25 -0
  228. package/bridge-runtime/node_modules/cookie/index.js +335 -0
  229. package/bridge-runtime/node_modules/cookie/package.json +44 -0
  230. package/bridge-runtime/node_modules/cookie-signature/History.md +42 -0
  231. package/bridge-runtime/node_modules/cookie-signature/Readme.md +42 -0
  232. package/bridge-runtime/node_modules/cookie-signature/index.js +51 -0
  233. package/bridge-runtime/node_modules/cookie-signature/package.json +18 -0
  234. package/bridge-runtime/node_modules/cors/LICENSE +22 -0
  235. package/bridge-runtime/node_modules/cors/README.md +277 -0
  236. package/bridge-runtime/node_modules/cors/lib/index.js +238 -0
  237. package/bridge-runtime/node_modules/cors/package.json +42 -0
  238. package/bridge-runtime/node_modules/debug/.coveralls.yml +1 -0
  239. package/bridge-runtime/node_modules/debug/.eslintrc +11 -0
  240. package/bridge-runtime/node_modules/debug/.travis.yml +14 -0
  241. package/bridge-runtime/node_modules/debug/CHANGELOG.md +362 -0
  242. package/bridge-runtime/node_modules/debug/LICENSE +19 -0
  243. package/bridge-runtime/node_modules/debug/Makefile +50 -0
  244. package/bridge-runtime/node_modules/debug/README.md +312 -0
  245. package/bridge-runtime/node_modules/debug/component.json +19 -0
  246. package/bridge-runtime/node_modules/debug/karma.conf.js +70 -0
  247. package/bridge-runtime/node_modules/debug/node.js +1 -0
  248. package/bridge-runtime/node_modules/debug/package.json +49 -0
  249. package/bridge-runtime/node_modules/debug/src/browser.js +185 -0
  250. package/bridge-runtime/node_modules/debug/src/debug.js +202 -0
  251. package/bridge-runtime/node_modules/debug/src/index.js +10 -0
  252. package/bridge-runtime/node_modules/debug/src/inspector-log.js +15 -0
  253. package/bridge-runtime/node_modules/debug/src/node.js +248 -0
  254. package/bridge-runtime/node_modules/depd/History.md +103 -0
  255. package/bridge-runtime/node_modules/depd/LICENSE +22 -0
  256. package/bridge-runtime/node_modules/depd/Readme.md +280 -0
  257. package/bridge-runtime/node_modules/depd/index.js +538 -0
  258. package/bridge-runtime/node_modules/depd/lib/browser/index.js +77 -0
  259. package/bridge-runtime/node_modules/depd/package.json +45 -0
  260. package/bridge-runtime/node_modules/destroy/LICENSE +23 -0
  261. package/bridge-runtime/node_modules/destroy/README.md +63 -0
  262. package/bridge-runtime/node_modules/destroy/index.js +209 -0
  263. package/bridge-runtime/node_modules/destroy/package.json +48 -0
  264. package/bridge-runtime/node_modules/dotenv/CHANGELOG.md +643 -0
  265. package/bridge-runtime/node_modules/dotenv/LICENSE +23 -0
  266. package/bridge-runtime/node_modules/dotenv/README-es.md +757 -0
  267. package/bridge-runtime/node_modules/dotenv/README.md +812 -0
  268. package/bridge-runtime/node_modules/dotenv/SECURITY.md +1 -0
  269. package/bridge-runtime/node_modules/dotenv/config.d.ts +1 -0
  270. package/bridge-runtime/node_modules/dotenv/config.js +9 -0
  271. package/bridge-runtime/node_modules/dotenv/lib/cli-options.js +17 -0
  272. package/bridge-runtime/node_modules/dotenv/lib/env-options.js +28 -0
  273. package/bridge-runtime/node_modules/dotenv/lib/main.d.ts +179 -0
  274. package/bridge-runtime/node_modules/dotenv/lib/main.js +423 -0
  275. package/bridge-runtime/node_modules/dotenv/package.json +62 -0
  276. package/bridge-runtime/node_modules/dotenv/skills/dotenv/SKILL.md +200 -0
  277. package/bridge-runtime/node_modules/dotenv/skills/dotenvx/SKILL.md +118 -0
  278. package/bridge-runtime/node_modules/dunder-proto/.eslintrc +5 -0
  279. package/bridge-runtime/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  280. package/bridge-runtime/node_modules/dunder-proto/.nycrc +13 -0
  281. package/bridge-runtime/node_modules/dunder-proto/CHANGELOG.md +24 -0
  282. package/bridge-runtime/node_modules/dunder-proto/LICENSE +21 -0
  283. package/bridge-runtime/node_modules/dunder-proto/README.md +54 -0
  284. package/bridge-runtime/node_modules/dunder-proto/get.d.ts +5 -0
  285. package/bridge-runtime/node_modules/dunder-proto/get.js +30 -0
  286. package/bridge-runtime/node_modules/dunder-proto/package.json +76 -0
  287. package/bridge-runtime/node_modules/dunder-proto/set.d.ts +5 -0
  288. package/bridge-runtime/node_modules/dunder-proto/set.js +35 -0
  289. package/bridge-runtime/node_modules/dunder-proto/test/get.js +34 -0
  290. package/bridge-runtime/node_modules/dunder-proto/test/index.js +4 -0
  291. package/bridge-runtime/node_modules/dunder-proto/test/set.js +50 -0
  292. package/bridge-runtime/node_modules/dunder-proto/tsconfig.json +9 -0
  293. package/bridge-runtime/node_modules/ee-first/LICENSE +22 -0
  294. package/bridge-runtime/node_modules/ee-first/README.md +80 -0
  295. package/bridge-runtime/node_modules/ee-first/index.js +95 -0
  296. package/bridge-runtime/node_modules/ee-first/package.json +29 -0
  297. package/bridge-runtime/node_modules/encodeurl/LICENSE +22 -0
  298. package/bridge-runtime/node_modules/encodeurl/README.md +109 -0
  299. package/bridge-runtime/node_modules/encodeurl/index.js +60 -0
  300. package/bridge-runtime/node_modules/encodeurl/package.json +40 -0
  301. package/bridge-runtime/node_modules/engine.io/LICENSE +19 -0
  302. package/bridge-runtime/node_modules/engine.io/README.md +603 -0
  303. package/bridge-runtime/node_modules/engine.io/build/contrib/types.cookie.d.ts +113 -0
  304. package/bridge-runtime/node_modules/engine.io/build/contrib/types.cookie.js +6 -0
  305. package/bridge-runtime/node_modules/engine.io/build/engine.io.d.ts +27 -0
  306. package/bridge-runtime/node_modules/engine.io/build/engine.io.js +54 -0
  307. package/bridge-runtime/node_modules/engine.io/build/parser-v3/index.d.ts +88 -0
  308. package/bridge-runtime/node_modules/engine.io/build/parser-v3/index.js +424 -0
  309. package/bridge-runtime/node_modules/engine.io/build/parser-v3/utf8.d.ts +14 -0
  310. package/bridge-runtime/node_modules/engine.io/build/parser-v3/utf8.js +187 -0
  311. package/bridge-runtime/node_modules/engine.io/build/server.d.ts +272 -0
  312. package/bridge-runtime/node_modules/engine.io/build/server.js +810 -0
  313. package/bridge-runtime/node_modules/engine.io/build/socket.d.ts +180 -0
  314. package/bridge-runtime/node_modules/engine.io/build/socket.js +460 -0
  315. package/bridge-runtime/node_modules/engine.io/build/transport.d.ts +135 -0
  316. package/bridge-runtime/node_modules/engine.io/build/transport.js +121 -0
  317. package/bridge-runtime/node_modules/engine.io/build/transports/index.d.ts +17 -0
  318. package/bridge-runtime/node_modules/engine.io/build/transports/index.js +23 -0
  319. package/bridge-runtime/node_modules/engine.io/build/transports/polling-jsonp.d.ts +12 -0
  320. package/bridge-runtime/node_modules/engine.io/build/transports/polling-jsonp.js +41 -0
  321. package/bridge-runtime/node_modules/engine.io/build/transports/polling.d.ts +87 -0
  322. package/bridge-runtime/node_modules/engine.io/build/transports/polling.js +333 -0
  323. package/bridge-runtime/node_modules/engine.io/build/transports/websocket.d.ts +33 -0
  324. package/bridge-runtime/node_modules/engine.io/build/transports/websocket.js +93 -0
  325. package/bridge-runtime/node_modules/engine.io/build/transports/webtransport.d.ts +12 -0
  326. package/bridge-runtime/node_modules/engine.io/build/transports/webtransport.js +63 -0
  327. package/bridge-runtime/node_modules/engine.io/build/transports-uws/index.d.ts +7 -0
  328. package/bridge-runtime/node_modules/engine.io/build/transports-uws/index.js +8 -0
  329. package/bridge-runtime/node_modules/engine.io/build/transports-uws/polling.d.ts +99 -0
  330. package/bridge-runtime/node_modules/engine.io/build/transports-uws/polling.js +365 -0
  331. package/bridge-runtime/node_modules/engine.io/build/transports-uws/websocket.d.ts +32 -0
  332. package/bridge-runtime/node_modules/engine.io/build/transports-uws/websocket.js +73 -0
  333. package/bridge-runtime/node_modules/engine.io/build/userver.d.ts +43 -0
  334. package/bridge-runtime/node_modules/engine.io/build/userver.js +290 -0
  335. package/bridge-runtime/node_modules/engine.io/node_modules/debug/LICENSE +20 -0
  336. package/bridge-runtime/node_modules/engine.io/node_modules/debug/README.md +481 -0
  337. package/bridge-runtime/node_modules/engine.io/node_modules/debug/package.json +64 -0
  338. package/bridge-runtime/node_modules/engine.io/node_modules/debug/src/browser.js +272 -0
  339. package/bridge-runtime/node_modules/engine.io/node_modules/debug/src/common.js +292 -0
  340. package/bridge-runtime/node_modules/engine.io/node_modules/debug/src/index.js +10 -0
  341. package/bridge-runtime/node_modules/engine.io/node_modules/debug/src/node.js +263 -0
  342. package/bridge-runtime/node_modules/engine.io/node_modules/ms/index.js +162 -0
  343. package/bridge-runtime/node_modules/engine.io/node_modules/ms/license.md +21 -0
  344. package/bridge-runtime/node_modules/engine.io/node_modules/ms/package.json +38 -0
  345. package/bridge-runtime/node_modules/engine.io/node_modules/ms/readme.md +59 -0
  346. package/bridge-runtime/node_modules/engine.io/node_modules/ws/LICENSE +20 -0
  347. package/bridge-runtime/node_modules/engine.io/node_modules/ws/README.md +548 -0
  348. package/bridge-runtime/node_modules/engine.io/node_modules/ws/browser.js +8 -0
  349. package/bridge-runtime/node_modules/engine.io/node_modules/ws/index.js +22 -0
  350. package/bridge-runtime/node_modules/engine.io/node_modules/ws/lib/buffer-util.js +131 -0
  351. package/bridge-runtime/node_modules/engine.io/node_modules/ws/lib/constants.js +19 -0
  352. package/bridge-runtime/node_modules/engine.io/node_modules/ws/lib/event-target.js +292 -0
  353. package/bridge-runtime/node_modules/engine.io/node_modules/ws/lib/extension.js +203 -0
  354. package/bridge-runtime/node_modules/engine.io/node_modules/ws/lib/limiter.js +55 -0
  355. package/bridge-runtime/node_modules/engine.io/node_modules/ws/lib/permessage-deflate.js +528 -0
  356. package/bridge-runtime/node_modules/engine.io/node_modules/ws/lib/receiver.js +706 -0
  357. package/bridge-runtime/node_modules/engine.io/node_modules/ws/lib/sender.js +607 -0
  358. package/bridge-runtime/node_modules/engine.io/node_modules/ws/lib/stream.js +161 -0
  359. package/bridge-runtime/node_modules/engine.io/node_modules/ws/lib/subprotocol.js +62 -0
  360. package/bridge-runtime/node_modules/engine.io/node_modules/ws/lib/validation.js +152 -0
  361. package/bridge-runtime/node_modules/engine.io/node_modules/ws/lib/websocket-server.js +554 -0
  362. package/bridge-runtime/node_modules/engine.io/node_modules/ws/lib/websocket.js +1393 -0
  363. package/bridge-runtime/node_modules/engine.io/node_modules/ws/package.json +70 -0
  364. package/bridge-runtime/node_modules/engine.io/node_modules/ws/wrapper.mjs +21 -0
  365. package/bridge-runtime/node_modules/engine.io/package.json +71 -0
  366. package/bridge-runtime/node_modules/engine.io/wrapper.mjs +10 -0
  367. package/bridge-runtime/node_modules/engine.io-client/LICENSE +22 -0
  368. package/bridge-runtime/node_modules/engine.io-client/README.md +331 -0
  369. package/bridge-runtime/node_modules/engine.io-client/build/cjs/browser-entrypoint.d.ts +3 -0
  370. package/bridge-runtime/node_modules/engine.io-client/build/cjs/browser-entrypoint.js +4 -0
  371. package/bridge-runtime/node_modules/engine.io-client/build/cjs/contrib/has-cors.d.ts +1 -0
  372. package/bridge-runtime/node_modules/engine.io-client/build/cjs/contrib/has-cors.js +14 -0
  373. package/bridge-runtime/node_modules/engine.io-client/build/cjs/contrib/parseqs.d.ts +15 -0
  374. package/bridge-runtime/node_modules/engine.io-client/build/cjs/contrib/parseqs.js +38 -0
  375. package/bridge-runtime/node_modules/engine.io-client/build/cjs/contrib/parseuri.d.ts +1 -0
  376. package/bridge-runtime/node_modules/engine.io-client/build/cjs/contrib/parseuri.js +67 -0
  377. package/bridge-runtime/node_modules/engine.io-client/build/cjs/globals.d.ts +4 -0
  378. package/bridge-runtime/node_modules/engine.io-client/build/cjs/globals.js +26 -0
  379. package/bridge-runtime/node_modules/engine.io-client/build/cjs/globals.node.d.ts +21 -0
  380. package/bridge-runtime/node_modules/engine.io-client/build/cjs/globals.node.js +97 -0
  381. package/bridge-runtime/node_modules/engine.io-client/build/cjs/index.d.ts +15 -0
  382. package/bridge-runtime/node_modules/engine.io-client/build/cjs/index.js +32 -0
  383. package/bridge-runtime/node_modules/engine.io-client/build/cjs/package.json +10 -0
  384. package/bridge-runtime/node_modules/engine.io-client/build/cjs/socket.d.ts +482 -0
  385. package/bridge-runtime/node_modules/engine.io-client/build/cjs/socket.js +765 -0
  386. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transport.d.ts +106 -0
  387. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transport.js +153 -0
  388. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/index.d.ts +8 -0
  389. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/index.js +11 -0
  390. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/polling-fetch.d.ts +15 -0
  391. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/polling-fetch.js +60 -0
  392. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/polling-xhr.d.ts +108 -0
  393. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/polling-xhr.js +285 -0
  394. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/polling-xhr.node.d.ts +11 -0
  395. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/polling-xhr.node.js +44 -0
  396. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/polling.d.ts +52 -0
  397. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/polling.js +165 -0
  398. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/websocket.d.ts +36 -0
  399. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/websocket.js +136 -0
  400. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/websocket.node.d.ts +14 -0
  401. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/websocket.node.js +68 -0
  402. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/webtransport.d.ts +18 -0
  403. package/bridge-runtime/node_modules/engine.io-client/build/cjs/transports/webtransport.js +94 -0
  404. package/bridge-runtime/node_modules/engine.io-client/build/cjs/util.d.ts +7 -0
  405. package/bridge-runtime/node_modules/engine.io-client/build/cjs/util.js +65 -0
  406. package/bridge-runtime/node_modules/engine.io-client/build/esm/browser-entrypoint.d.ts +3 -0
  407. package/bridge-runtime/node_modules/engine.io-client/build/esm/browser-entrypoint.js +2 -0
  408. package/bridge-runtime/node_modules/engine.io-client/build/esm/contrib/has-cors.d.ts +1 -0
  409. package/bridge-runtime/node_modules/engine.io-client/build/esm/contrib/has-cors.js +11 -0
  410. package/bridge-runtime/node_modules/engine.io-client/build/esm/contrib/parseqs.d.ts +15 -0
  411. package/bridge-runtime/node_modules/engine.io-client/build/esm/contrib/parseqs.js +34 -0
  412. package/bridge-runtime/node_modules/engine.io-client/build/esm/contrib/parseuri.d.ts +1 -0
  413. package/bridge-runtime/node_modules/engine.io-client/build/esm/contrib/parseuri.js +64 -0
  414. package/bridge-runtime/node_modules/engine.io-client/build/esm/globals.d.ts +4 -0
  415. package/bridge-runtime/node_modules/engine.io-client/build/esm/globals.js +22 -0
  416. package/bridge-runtime/node_modules/engine.io-client/build/esm/globals.node.d.ts +21 -0
  417. package/bridge-runtime/node_modules/engine.io-client/build/esm/globals.node.js +91 -0
  418. package/bridge-runtime/node_modules/engine.io-client/build/esm/index.d.ts +15 -0
  419. package/bridge-runtime/node_modules/engine.io-client/build/esm/index.js +15 -0
  420. package/bridge-runtime/node_modules/engine.io-client/build/esm/package.json +10 -0
  421. package/bridge-runtime/node_modules/engine.io-client/build/esm/socket.d.ts +482 -0
  422. package/bridge-runtime/node_modules/engine.io-client/build/esm/socket.js +727 -0
  423. package/bridge-runtime/node_modules/engine.io-client/build/esm/transport.d.ts +106 -0
  424. package/bridge-runtime/node_modules/engine.io-client/build/esm/transport.js +142 -0
  425. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/index.d.ts +8 -0
  426. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/index.js +8 -0
  427. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/polling-fetch.d.ts +15 -0
  428. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/polling-fetch.js +56 -0
  429. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/polling-xhr.d.ts +108 -0
  430. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/polling-xhr.js +271 -0
  431. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/polling-xhr.node.d.ts +11 -0
  432. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/polling-xhr.node.js +17 -0
  433. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/polling.d.ts +52 -0
  434. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/polling.js +145 -0
  435. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/websocket.d.ts +36 -0
  436. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/websocket.js +125 -0
  437. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/websocket.node.d.ts +14 -0
  438. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/websocket.node.js +41 -0
  439. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/webtransport.d.ts +18 -0
  440. package/bridge-runtime/node_modules/engine.io-client/build/esm/transports/webtransport.js +80 -0
  441. package/bridge-runtime/node_modules/engine.io-client/build/esm/util.d.ts +7 -0
  442. package/bridge-runtime/node_modules/engine.io-client/build/esm/util.js +59 -0
  443. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/browser-entrypoint.d.ts +3 -0
  444. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/browser-entrypoint.js +2 -0
  445. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/contrib/has-cors.d.ts +1 -0
  446. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/contrib/has-cors.js +11 -0
  447. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/contrib/parseqs.d.ts +15 -0
  448. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/contrib/parseqs.js +34 -0
  449. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/contrib/parseuri.d.ts +1 -0
  450. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/contrib/parseuri.js +64 -0
  451. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/globals.d.ts +4 -0
  452. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/globals.js +22 -0
  453. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/globals.node.d.ts +21 -0
  454. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/globals.node.js +91 -0
  455. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/index.d.ts +15 -0
  456. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/index.js +15 -0
  457. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/package.json +10 -0
  458. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/socket.d.ts +482 -0
  459. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/socket.js +756 -0
  460. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transport.d.ts +106 -0
  461. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transport.js +145 -0
  462. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/index.d.ts +8 -0
  463. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/index.js +8 -0
  464. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/polling-fetch.d.ts +15 -0
  465. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/polling-fetch.js +56 -0
  466. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.d.ts +108 -0
  467. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.js +276 -0
  468. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.node.d.ts +11 -0
  469. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.node.js +17 -0
  470. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/polling.d.ts +52 -0
  471. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/polling.js +158 -0
  472. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/websocket.d.ts +36 -0
  473. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/websocket.js +128 -0
  474. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/websocket.node.d.ts +14 -0
  475. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/websocket.node.js +41 -0
  476. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/webtransport.d.ts +18 -0
  477. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/transports/webtransport.js +87 -0
  478. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/util.d.ts +7 -0
  479. package/bridge-runtime/node_modules/engine.io-client/build/esm-debug/util.js +59 -0
  480. package/bridge-runtime/node_modules/engine.io-client/dist/engine.io.esm.min.js +7 -0
  481. package/bridge-runtime/node_modules/engine.io-client/dist/engine.io.esm.min.js.map +1 -0
  482. package/bridge-runtime/node_modules/engine.io-client/dist/engine.io.js +3064 -0
  483. package/bridge-runtime/node_modules/engine.io-client/dist/engine.io.js.map +1 -0
  484. package/bridge-runtime/node_modules/engine.io-client/dist/engine.io.min.js +7 -0
  485. package/bridge-runtime/node_modules/engine.io-client/dist/engine.io.min.js.map +1 -0
  486. package/bridge-runtime/node_modules/engine.io-client/node_modules/debug/LICENSE +20 -0
  487. package/bridge-runtime/node_modules/engine.io-client/node_modules/debug/README.md +481 -0
  488. package/bridge-runtime/node_modules/engine.io-client/node_modules/debug/package.json +64 -0
  489. package/bridge-runtime/node_modules/engine.io-client/node_modules/debug/src/browser.js +272 -0
  490. package/bridge-runtime/node_modules/engine.io-client/node_modules/debug/src/common.js +292 -0
  491. package/bridge-runtime/node_modules/engine.io-client/node_modules/debug/src/index.js +10 -0
  492. package/bridge-runtime/node_modules/engine.io-client/node_modules/debug/src/node.js +263 -0
  493. package/bridge-runtime/node_modules/engine.io-client/node_modules/ms/index.js +162 -0
  494. package/bridge-runtime/node_modules/engine.io-client/node_modules/ms/license.md +21 -0
  495. package/bridge-runtime/node_modules/engine.io-client/node_modules/ms/package.json +38 -0
  496. package/bridge-runtime/node_modules/engine.io-client/node_modules/ms/readme.md +59 -0
  497. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/LICENSE +20 -0
  498. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/README.md +548 -0
  499. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/browser.js +8 -0
  500. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/index.js +22 -0
  501. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/lib/buffer-util.js +131 -0
  502. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/lib/constants.js +19 -0
  503. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/lib/event-target.js +292 -0
  504. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/lib/extension.js +203 -0
  505. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/lib/limiter.js +55 -0
  506. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/lib/permessage-deflate.js +528 -0
  507. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/lib/receiver.js +706 -0
  508. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/lib/sender.js +607 -0
  509. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/lib/stream.js +161 -0
  510. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/lib/subprotocol.js +62 -0
  511. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/lib/validation.js +152 -0
  512. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/lib/websocket-server.js +554 -0
  513. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/lib/websocket.js +1393 -0
  514. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/package.json +70 -0
  515. package/bridge-runtime/node_modules/engine.io-client/node_modules/ws/wrapper.mjs +21 -0
  516. package/bridge-runtime/node_modules/engine.io-client/package.json +95 -0
  517. package/bridge-runtime/node_modules/engine.io-parser/LICENSE +22 -0
  518. package/bridge-runtime/node_modules/engine.io-parser/Readme.md +158 -0
  519. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/commons.d.ts +14 -0
  520. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/commons.js +19 -0
  521. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.d.ts +2 -0
  522. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.js +48 -0
  523. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/decodePacket.browser.d.ts +2 -0
  524. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/decodePacket.browser.js +66 -0
  525. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/decodePacket.d.ts +2 -0
  526. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/decodePacket.js +59 -0
  527. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/encodePacket.browser.d.ts +4 -0
  528. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/encodePacket.browser.js +72 -0
  529. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/encodePacket.d.ts +3 -0
  530. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/encodePacket.js +38 -0
  531. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/index.d.ts +9 -0
  532. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/index.js +164 -0
  533. package/bridge-runtime/node_modules/engine.io-parser/build/cjs/package.json +8 -0
  534. package/bridge-runtime/node_modules/engine.io-parser/build/esm/commons.d.ts +14 -0
  535. package/bridge-runtime/node_modules/engine.io-parser/build/esm/commons.js +14 -0
  536. package/bridge-runtime/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.d.ts +2 -0
  537. package/bridge-runtime/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js +43 -0
  538. package/bridge-runtime/node_modules/engine.io-parser/build/esm/decodePacket.browser.d.ts +2 -0
  539. package/bridge-runtime/node_modules/engine.io-parser/build/esm/decodePacket.browser.js +62 -0
  540. package/bridge-runtime/node_modules/engine.io-parser/build/esm/decodePacket.d.ts +2 -0
  541. package/bridge-runtime/node_modules/engine.io-parser/build/esm/decodePacket.js +55 -0
  542. package/bridge-runtime/node_modules/engine.io-parser/build/esm/encodePacket.browser.d.ts +4 -0
  543. package/bridge-runtime/node_modules/engine.io-parser/build/esm/encodePacket.browser.js +68 -0
  544. package/bridge-runtime/node_modules/engine.io-parser/build/esm/encodePacket.d.ts +3 -0
  545. package/bridge-runtime/node_modules/engine.io-parser/build/esm/encodePacket.js +33 -0
  546. package/bridge-runtime/node_modules/engine.io-parser/build/esm/index.d.ts +9 -0
  547. package/bridge-runtime/node_modules/engine.io-parser/build/esm/index.js +156 -0
  548. package/bridge-runtime/node_modules/engine.io-parser/build/esm/package.json +8 -0
  549. package/bridge-runtime/node_modules/engine.io-parser/package.json +46 -0
  550. package/bridge-runtime/node_modules/es-define-property/.eslintrc +13 -0
  551. package/bridge-runtime/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  552. package/bridge-runtime/node_modules/es-define-property/.nycrc +9 -0
  553. package/bridge-runtime/node_modules/es-define-property/CHANGELOG.md +29 -0
  554. package/bridge-runtime/node_modules/es-define-property/LICENSE +21 -0
  555. package/bridge-runtime/node_modules/es-define-property/README.md +49 -0
  556. package/bridge-runtime/node_modules/es-define-property/index.d.ts +3 -0
  557. package/bridge-runtime/node_modules/es-define-property/index.js +14 -0
  558. package/bridge-runtime/node_modules/es-define-property/package.json +81 -0
  559. package/bridge-runtime/node_modules/es-define-property/test/index.js +56 -0
  560. package/bridge-runtime/node_modules/es-define-property/tsconfig.json +10 -0
  561. package/bridge-runtime/node_modules/es-errors/.eslintrc +5 -0
  562. package/bridge-runtime/node_modules/es-errors/.github/FUNDING.yml +12 -0
  563. package/bridge-runtime/node_modules/es-errors/CHANGELOG.md +40 -0
  564. package/bridge-runtime/node_modules/es-errors/LICENSE +21 -0
  565. package/bridge-runtime/node_modules/es-errors/README.md +55 -0
  566. package/bridge-runtime/node_modules/es-errors/eval.d.ts +3 -0
  567. package/bridge-runtime/node_modules/es-errors/eval.js +4 -0
  568. package/bridge-runtime/node_modules/es-errors/index.d.ts +3 -0
  569. package/bridge-runtime/node_modules/es-errors/index.js +4 -0
  570. package/bridge-runtime/node_modules/es-errors/package.json +80 -0
  571. package/bridge-runtime/node_modules/es-errors/range.d.ts +3 -0
  572. package/bridge-runtime/node_modules/es-errors/range.js +4 -0
  573. package/bridge-runtime/node_modules/es-errors/ref.d.ts +3 -0
  574. package/bridge-runtime/node_modules/es-errors/ref.js +4 -0
  575. package/bridge-runtime/node_modules/es-errors/syntax.d.ts +3 -0
  576. package/bridge-runtime/node_modules/es-errors/syntax.js +4 -0
  577. package/bridge-runtime/node_modules/es-errors/test/index.js +19 -0
  578. package/bridge-runtime/node_modules/es-errors/tsconfig.json +49 -0
  579. package/bridge-runtime/node_modules/es-errors/type.d.ts +3 -0
  580. package/bridge-runtime/node_modules/es-errors/type.js +4 -0
  581. package/bridge-runtime/node_modules/es-errors/uri.d.ts +3 -0
  582. package/bridge-runtime/node_modules/es-errors/uri.js +4 -0
  583. package/bridge-runtime/node_modules/es-object-atoms/.eslintrc +16 -0
  584. package/bridge-runtime/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  585. package/bridge-runtime/node_modules/es-object-atoms/CHANGELOG.md +44 -0
  586. package/bridge-runtime/node_modules/es-object-atoms/LICENSE +21 -0
  587. package/bridge-runtime/node_modules/es-object-atoms/README.md +63 -0
  588. package/bridge-runtime/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  589. package/bridge-runtime/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  590. package/bridge-runtime/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  591. package/bridge-runtime/node_modules/es-object-atoms/ToObject.js +10 -0
  592. package/bridge-runtime/node_modules/es-object-atoms/index.d.ts +3 -0
  593. package/bridge-runtime/node_modules/es-object-atoms/index.js +4 -0
  594. package/bridge-runtime/node_modules/es-object-atoms/isObject.d.ts +3 -0
  595. package/bridge-runtime/node_modules/es-object-atoms/isObject.js +6 -0
  596. package/bridge-runtime/node_modules/es-object-atoms/package.json +79 -0
  597. package/bridge-runtime/node_modules/es-object-atoms/test/index.js +38 -0
  598. package/bridge-runtime/node_modules/es-object-atoms/tsconfig.json +7 -0
  599. package/bridge-runtime/node_modules/escape-html/LICENSE +24 -0
  600. package/bridge-runtime/node_modules/escape-html/Readme.md +43 -0
  601. package/bridge-runtime/node_modules/escape-html/index.js +78 -0
  602. package/bridge-runtime/node_modules/escape-html/package.json +24 -0
  603. package/bridge-runtime/node_modules/etag/HISTORY.md +83 -0
  604. package/bridge-runtime/node_modules/etag/LICENSE +22 -0
  605. package/bridge-runtime/node_modules/etag/README.md +159 -0
  606. package/bridge-runtime/node_modules/etag/index.js +131 -0
  607. package/bridge-runtime/node_modules/etag/package.json +47 -0
  608. package/bridge-runtime/node_modules/express/History.md +3676 -0
  609. package/bridge-runtime/node_modules/express/LICENSE +24 -0
  610. package/bridge-runtime/node_modules/express/Readme.md +260 -0
  611. package/bridge-runtime/node_modules/express/index.js +11 -0
  612. package/bridge-runtime/node_modules/express/lib/application.js +661 -0
  613. package/bridge-runtime/node_modules/express/lib/express.js +116 -0
  614. package/bridge-runtime/node_modules/express/lib/middleware/init.js +43 -0
  615. package/bridge-runtime/node_modules/express/lib/middleware/query.js +47 -0
  616. package/bridge-runtime/node_modules/express/lib/request.js +525 -0
  617. package/bridge-runtime/node_modules/express/lib/response.js +1179 -0
  618. package/bridge-runtime/node_modules/express/lib/router/index.js +673 -0
  619. package/bridge-runtime/node_modules/express/lib/router/layer.js +181 -0
  620. package/bridge-runtime/node_modules/express/lib/router/route.js +230 -0
  621. package/bridge-runtime/node_modules/express/lib/utils.js +304 -0
  622. package/bridge-runtime/node_modules/express/lib/view.js +182 -0
  623. package/bridge-runtime/node_modules/express/package.json +102 -0
  624. package/bridge-runtime/node_modules/finalhandler/HISTORY.md +216 -0
  625. package/bridge-runtime/node_modules/finalhandler/LICENSE +22 -0
  626. package/bridge-runtime/node_modules/finalhandler/README.md +147 -0
  627. package/bridge-runtime/node_modules/finalhandler/SECURITY.md +25 -0
  628. package/bridge-runtime/node_modules/finalhandler/index.js +341 -0
  629. package/bridge-runtime/node_modules/finalhandler/package.json +47 -0
  630. package/bridge-runtime/node_modules/forwarded/HISTORY.md +21 -0
  631. package/bridge-runtime/node_modules/forwarded/LICENSE +22 -0
  632. package/bridge-runtime/node_modules/forwarded/README.md +57 -0
  633. package/bridge-runtime/node_modules/forwarded/index.js +90 -0
  634. package/bridge-runtime/node_modules/forwarded/package.json +45 -0
  635. package/bridge-runtime/node_modules/fresh/HISTORY.md +70 -0
  636. package/bridge-runtime/node_modules/fresh/LICENSE +23 -0
  637. package/bridge-runtime/node_modules/fresh/README.md +119 -0
  638. package/bridge-runtime/node_modules/fresh/index.js +137 -0
  639. package/bridge-runtime/node_modules/fresh/package.json +46 -0
  640. package/bridge-runtime/node_modules/function-bind/.eslintrc +21 -0
  641. package/bridge-runtime/node_modules/function-bind/.github/FUNDING.yml +12 -0
  642. package/bridge-runtime/node_modules/function-bind/.github/SECURITY.md +3 -0
  643. package/bridge-runtime/node_modules/function-bind/.nycrc +13 -0
  644. package/bridge-runtime/node_modules/function-bind/CHANGELOG.md +136 -0
  645. package/bridge-runtime/node_modules/function-bind/LICENSE +20 -0
  646. package/bridge-runtime/node_modules/function-bind/README.md +46 -0
  647. package/bridge-runtime/node_modules/function-bind/implementation.js +84 -0
  648. package/bridge-runtime/node_modules/function-bind/index.js +5 -0
  649. package/bridge-runtime/node_modules/function-bind/package.json +87 -0
  650. package/bridge-runtime/node_modules/function-bind/test/.eslintrc +9 -0
  651. package/bridge-runtime/node_modules/function-bind/test/index.js +252 -0
  652. package/bridge-runtime/node_modules/get-intrinsic/.eslintrc +42 -0
  653. package/bridge-runtime/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  654. package/bridge-runtime/node_modules/get-intrinsic/.nycrc +9 -0
  655. package/bridge-runtime/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  656. package/bridge-runtime/node_modules/get-intrinsic/LICENSE +21 -0
  657. package/bridge-runtime/node_modules/get-intrinsic/README.md +71 -0
  658. package/bridge-runtime/node_modules/get-intrinsic/index.js +378 -0
  659. package/bridge-runtime/node_modules/get-intrinsic/package.json +97 -0
  660. package/bridge-runtime/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  661. package/bridge-runtime/node_modules/get-proto/.eslintrc +10 -0
  662. package/bridge-runtime/node_modules/get-proto/.github/FUNDING.yml +12 -0
  663. package/bridge-runtime/node_modules/get-proto/.nycrc +9 -0
  664. package/bridge-runtime/node_modules/get-proto/CHANGELOG.md +21 -0
  665. package/bridge-runtime/node_modules/get-proto/LICENSE +21 -0
  666. package/bridge-runtime/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  667. package/bridge-runtime/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  668. package/bridge-runtime/node_modules/get-proto/README.md +50 -0
  669. package/bridge-runtime/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  670. package/bridge-runtime/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  671. package/bridge-runtime/node_modules/get-proto/index.d.ts +5 -0
  672. package/bridge-runtime/node_modules/get-proto/index.js +27 -0
  673. package/bridge-runtime/node_modules/get-proto/package.json +81 -0
  674. package/bridge-runtime/node_modules/get-proto/test/index.js +68 -0
  675. package/bridge-runtime/node_modules/get-proto/tsconfig.json +9 -0
  676. package/bridge-runtime/node_modules/gopd/.eslintrc +16 -0
  677. package/bridge-runtime/node_modules/gopd/.github/FUNDING.yml +12 -0
  678. package/bridge-runtime/node_modules/gopd/CHANGELOG.md +45 -0
  679. package/bridge-runtime/node_modules/gopd/LICENSE +21 -0
  680. package/bridge-runtime/node_modules/gopd/README.md +40 -0
  681. package/bridge-runtime/node_modules/gopd/gOPD.d.ts +1 -0
  682. package/bridge-runtime/node_modules/gopd/gOPD.js +4 -0
  683. package/bridge-runtime/node_modules/gopd/index.d.ts +5 -0
  684. package/bridge-runtime/node_modules/gopd/index.js +15 -0
  685. package/bridge-runtime/node_modules/gopd/package.json +77 -0
  686. package/bridge-runtime/node_modules/gopd/test/index.js +36 -0
  687. package/bridge-runtime/node_modules/gopd/tsconfig.json +9 -0
  688. package/bridge-runtime/node_modules/has-symbols/.eslintrc +11 -0
  689. package/bridge-runtime/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  690. package/bridge-runtime/node_modules/has-symbols/.nycrc +9 -0
  691. package/bridge-runtime/node_modules/has-symbols/CHANGELOG.md +91 -0
  692. package/bridge-runtime/node_modules/has-symbols/LICENSE +21 -0
  693. package/bridge-runtime/node_modules/has-symbols/README.md +46 -0
  694. package/bridge-runtime/node_modules/has-symbols/index.d.ts +3 -0
  695. package/bridge-runtime/node_modules/has-symbols/index.js +14 -0
  696. package/bridge-runtime/node_modules/has-symbols/package.json +111 -0
  697. package/bridge-runtime/node_modules/has-symbols/shams.d.ts +3 -0
  698. package/bridge-runtime/node_modules/has-symbols/shams.js +45 -0
  699. package/bridge-runtime/node_modules/has-symbols/test/index.js +22 -0
  700. package/bridge-runtime/node_modules/has-symbols/test/shams/core-js.js +29 -0
  701. package/bridge-runtime/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  702. package/bridge-runtime/node_modules/has-symbols/test/tests.js +58 -0
  703. package/bridge-runtime/node_modules/has-symbols/tsconfig.json +10 -0
  704. package/bridge-runtime/node_modules/hasown/.github/FUNDING.yml +12 -0
  705. package/bridge-runtime/node_modules/hasown/.nycrc +13 -0
  706. package/bridge-runtime/node_modules/hasown/CHANGELOG.md +51 -0
  707. package/bridge-runtime/node_modules/hasown/LICENSE +21 -0
  708. package/bridge-runtime/node_modules/hasown/README.md +40 -0
  709. package/bridge-runtime/node_modules/hasown/eslint.config.mjs +6 -0
  710. package/bridge-runtime/node_modules/hasown/index.d.ts +4 -0
  711. package/bridge-runtime/node_modules/hasown/index.js +8 -0
  712. package/bridge-runtime/node_modules/hasown/package.json +92 -0
  713. package/bridge-runtime/node_modules/hasown/tsconfig.json +6 -0
  714. package/bridge-runtime/node_modules/http-errors/HISTORY.md +186 -0
  715. package/bridge-runtime/node_modules/http-errors/LICENSE +23 -0
  716. package/bridge-runtime/node_modules/http-errors/README.md +169 -0
  717. package/bridge-runtime/node_modules/http-errors/index.js +290 -0
  718. package/bridge-runtime/node_modules/http-errors/package.json +54 -0
  719. package/bridge-runtime/node_modules/iconv-lite/Changelog.md +162 -0
  720. package/bridge-runtime/node_modules/iconv-lite/LICENSE +21 -0
  721. package/bridge-runtime/node_modules/iconv-lite/README.md +156 -0
  722. package/bridge-runtime/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
  723. package/bridge-runtime/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
  724. package/bridge-runtime/node_modules/iconv-lite/encodings/index.js +22 -0
  725. package/bridge-runtime/node_modules/iconv-lite/encodings/internal.js +188 -0
  726. package/bridge-runtime/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
  727. package/bridge-runtime/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  728. package/bridge-runtime/node_modules/iconv-lite/encodings/sbcs-data.js +174 -0
  729. package/bridge-runtime/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  730. package/bridge-runtime/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  731. package/bridge-runtime/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  732. package/bridge-runtime/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  733. package/bridge-runtime/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  734. package/bridge-runtime/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  735. package/bridge-runtime/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
  736. package/bridge-runtime/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  737. package/bridge-runtime/node_modules/iconv-lite/encodings/utf16.js +177 -0
  738. package/bridge-runtime/node_modules/iconv-lite/encodings/utf7.js +290 -0
  739. package/bridge-runtime/node_modules/iconv-lite/lib/bom-handling.js +52 -0
  740. package/bridge-runtime/node_modules/iconv-lite/lib/extend-node.js +217 -0
  741. package/bridge-runtime/node_modules/iconv-lite/lib/index.d.ts +24 -0
  742. package/bridge-runtime/node_modules/iconv-lite/lib/index.js +153 -0
  743. package/bridge-runtime/node_modules/iconv-lite/lib/streams.js +121 -0
  744. package/bridge-runtime/node_modules/iconv-lite/package.json +46 -0
  745. package/bridge-runtime/node_modules/inherits/LICENSE +16 -0
  746. package/bridge-runtime/node_modules/inherits/README.md +42 -0
  747. package/bridge-runtime/node_modules/inherits/inherits.js +9 -0
  748. package/bridge-runtime/node_modules/inherits/inherits_browser.js +27 -0
  749. package/bridge-runtime/node_modules/inherits/package.json +29 -0
  750. package/bridge-runtime/node_modules/ipaddr.js/LICENSE +19 -0
  751. package/bridge-runtime/node_modules/ipaddr.js/README.md +233 -0
  752. package/bridge-runtime/node_modules/ipaddr.js/ipaddr.min.js +1 -0
  753. package/bridge-runtime/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
  754. package/bridge-runtime/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
  755. package/bridge-runtime/node_modules/ipaddr.js/package.json +35 -0
  756. package/bridge-runtime/node_modules/math-intrinsics/.eslintrc +16 -0
  757. package/bridge-runtime/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  758. package/bridge-runtime/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  759. package/bridge-runtime/node_modules/math-intrinsics/LICENSE +21 -0
  760. package/bridge-runtime/node_modules/math-intrinsics/README.md +50 -0
  761. package/bridge-runtime/node_modules/math-intrinsics/abs.d.ts +1 -0
  762. package/bridge-runtime/node_modules/math-intrinsics/abs.js +4 -0
  763. package/bridge-runtime/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  764. package/bridge-runtime/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  765. package/bridge-runtime/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  766. package/bridge-runtime/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  767. package/bridge-runtime/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  768. package/bridge-runtime/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  769. package/bridge-runtime/node_modules/math-intrinsics/floor.d.ts +1 -0
  770. package/bridge-runtime/node_modules/math-intrinsics/floor.js +4 -0
  771. package/bridge-runtime/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  772. package/bridge-runtime/node_modules/math-intrinsics/isFinite.js +12 -0
  773. package/bridge-runtime/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  774. package/bridge-runtime/node_modules/math-intrinsics/isInteger.js +16 -0
  775. package/bridge-runtime/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  776. package/bridge-runtime/node_modules/math-intrinsics/isNaN.js +6 -0
  777. package/bridge-runtime/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  778. package/bridge-runtime/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  779. package/bridge-runtime/node_modules/math-intrinsics/max.d.ts +1 -0
  780. package/bridge-runtime/node_modules/math-intrinsics/max.js +4 -0
  781. package/bridge-runtime/node_modules/math-intrinsics/min.d.ts +1 -0
  782. package/bridge-runtime/node_modules/math-intrinsics/min.js +4 -0
  783. package/bridge-runtime/node_modules/math-intrinsics/mod.d.ts +3 -0
  784. package/bridge-runtime/node_modules/math-intrinsics/mod.js +9 -0
  785. package/bridge-runtime/node_modules/math-intrinsics/package.json +86 -0
  786. package/bridge-runtime/node_modules/math-intrinsics/pow.d.ts +1 -0
  787. package/bridge-runtime/node_modules/math-intrinsics/pow.js +4 -0
  788. package/bridge-runtime/node_modules/math-intrinsics/round.d.ts +1 -0
  789. package/bridge-runtime/node_modules/math-intrinsics/round.js +4 -0
  790. package/bridge-runtime/node_modules/math-intrinsics/sign.d.ts +3 -0
  791. package/bridge-runtime/node_modules/math-intrinsics/sign.js +11 -0
  792. package/bridge-runtime/node_modules/math-intrinsics/test/index.js +192 -0
  793. package/bridge-runtime/node_modules/math-intrinsics/tsconfig.json +3 -0
  794. package/bridge-runtime/node_modules/media-typer/HISTORY.md +22 -0
  795. package/bridge-runtime/node_modules/media-typer/LICENSE +22 -0
  796. package/bridge-runtime/node_modules/media-typer/README.md +81 -0
  797. package/bridge-runtime/node_modules/media-typer/index.js +270 -0
  798. package/bridge-runtime/node_modules/media-typer/package.json +26 -0
  799. package/bridge-runtime/node_modules/merge-descriptors/HISTORY.md +21 -0
  800. package/bridge-runtime/node_modules/merge-descriptors/LICENSE +23 -0
  801. package/bridge-runtime/node_modules/merge-descriptors/README.md +49 -0
  802. package/bridge-runtime/node_modules/merge-descriptors/index.js +60 -0
  803. package/bridge-runtime/node_modules/merge-descriptors/package.json +39 -0
  804. package/bridge-runtime/node_modules/methods/HISTORY.md +29 -0
  805. package/bridge-runtime/node_modules/methods/LICENSE +24 -0
  806. package/bridge-runtime/node_modules/methods/README.md +51 -0
  807. package/bridge-runtime/node_modules/methods/index.js +69 -0
  808. package/bridge-runtime/node_modules/methods/package.json +36 -0
  809. package/bridge-runtime/node_modules/mime/CHANGELOG.md +164 -0
  810. package/bridge-runtime/node_modules/mime/LICENSE +21 -0
  811. package/bridge-runtime/node_modules/mime/README.md +90 -0
  812. package/bridge-runtime/node_modules/mime/cli.js +8 -0
  813. package/bridge-runtime/node_modules/mime/mime.js +108 -0
  814. package/bridge-runtime/node_modules/mime/package.json +44 -0
  815. package/bridge-runtime/node_modules/mime/src/build.js +53 -0
  816. package/bridge-runtime/node_modules/mime/src/test.js +60 -0
  817. package/bridge-runtime/node_modules/mime/types.json +1 -0
  818. package/bridge-runtime/node_modules/mime-db/HISTORY.md +507 -0
  819. package/bridge-runtime/node_modules/mime-db/LICENSE +23 -0
  820. package/bridge-runtime/node_modules/mime-db/README.md +100 -0
  821. package/bridge-runtime/node_modules/mime-db/db.json +8519 -0
  822. package/bridge-runtime/node_modules/mime-db/index.js +12 -0
  823. package/bridge-runtime/node_modules/mime-db/package.json +60 -0
  824. package/bridge-runtime/node_modules/mime-types/HISTORY.md +397 -0
  825. package/bridge-runtime/node_modules/mime-types/LICENSE +23 -0
  826. package/bridge-runtime/node_modules/mime-types/README.md +113 -0
  827. package/bridge-runtime/node_modules/mime-types/index.js +188 -0
  828. package/bridge-runtime/node_modules/mime-types/package.json +44 -0
  829. package/bridge-runtime/node_modules/ms/index.js +152 -0
  830. package/bridge-runtime/node_modules/ms/license.md +21 -0
  831. package/bridge-runtime/node_modules/ms/package.json +37 -0
  832. package/bridge-runtime/node_modules/ms/readme.md +51 -0
  833. package/bridge-runtime/node_modules/negotiator/HISTORY.md +108 -0
  834. package/bridge-runtime/node_modules/negotiator/LICENSE +24 -0
  835. package/bridge-runtime/node_modules/negotiator/README.md +203 -0
  836. package/bridge-runtime/node_modules/negotiator/index.js +82 -0
  837. package/bridge-runtime/node_modules/negotiator/lib/charset.js +169 -0
  838. package/bridge-runtime/node_modules/negotiator/lib/encoding.js +184 -0
  839. package/bridge-runtime/node_modules/negotiator/lib/language.js +179 -0
  840. package/bridge-runtime/node_modules/negotiator/lib/mediaType.js +294 -0
  841. package/bridge-runtime/node_modules/negotiator/package.json +42 -0
  842. package/bridge-runtime/node_modules/object-assign/index.js +90 -0
  843. package/bridge-runtime/node_modules/object-assign/license +21 -0
  844. package/bridge-runtime/node_modules/object-assign/package.json +42 -0
  845. package/bridge-runtime/node_modules/object-assign/readme.md +61 -0
  846. package/bridge-runtime/node_modules/object-inspect/.eslintrc +53 -0
  847. package/bridge-runtime/node_modules/object-inspect/.github/FUNDING.yml +12 -0
  848. package/bridge-runtime/node_modules/object-inspect/.nycrc +13 -0
  849. package/bridge-runtime/node_modules/object-inspect/CHANGELOG.md +424 -0
  850. package/bridge-runtime/node_modules/object-inspect/LICENSE +21 -0
  851. package/bridge-runtime/node_modules/object-inspect/example/all.js +23 -0
  852. package/bridge-runtime/node_modules/object-inspect/example/circular.js +6 -0
  853. package/bridge-runtime/node_modules/object-inspect/example/fn.js +5 -0
  854. package/bridge-runtime/node_modules/object-inspect/example/inspect.js +10 -0
  855. package/bridge-runtime/node_modules/object-inspect/index.js +544 -0
  856. package/bridge-runtime/node_modules/object-inspect/package-support.json +20 -0
  857. package/bridge-runtime/node_modules/object-inspect/package.json +105 -0
  858. package/bridge-runtime/node_modules/object-inspect/readme.markdown +84 -0
  859. package/bridge-runtime/node_modules/object-inspect/test/bigint.js +58 -0
  860. package/bridge-runtime/node_modules/object-inspect/test/browser/dom.js +15 -0
  861. package/bridge-runtime/node_modules/object-inspect/test/circular.js +16 -0
  862. package/bridge-runtime/node_modules/object-inspect/test/deep.js +12 -0
  863. package/bridge-runtime/node_modules/object-inspect/test/element.js +53 -0
  864. package/bridge-runtime/node_modules/object-inspect/test/err.js +48 -0
  865. package/bridge-runtime/node_modules/object-inspect/test/fakes.js +29 -0
  866. package/bridge-runtime/node_modules/object-inspect/test/fn.js +76 -0
  867. package/bridge-runtime/node_modules/object-inspect/test/global.js +17 -0
  868. package/bridge-runtime/node_modules/object-inspect/test/has.js +15 -0
  869. package/bridge-runtime/node_modules/object-inspect/test/holes.js +15 -0
  870. package/bridge-runtime/node_modules/object-inspect/test/indent-option.js +271 -0
  871. package/bridge-runtime/node_modules/object-inspect/test/inspect.js +139 -0
  872. package/bridge-runtime/node_modules/object-inspect/test/lowbyte.js +12 -0
  873. package/bridge-runtime/node_modules/object-inspect/test/number.js +58 -0
  874. package/bridge-runtime/node_modules/object-inspect/test/quoteStyle.js +26 -0
  875. package/bridge-runtime/node_modules/object-inspect/test/toStringTag.js +40 -0
  876. package/bridge-runtime/node_modules/object-inspect/test/undef.js +12 -0
  877. package/bridge-runtime/node_modules/object-inspect/test/values.js +261 -0
  878. package/bridge-runtime/node_modules/object-inspect/test-core-js.js +26 -0
  879. package/bridge-runtime/node_modules/object-inspect/util.inspect.js +1 -0
  880. package/bridge-runtime/node_modules/on-finished/HISTORY.md +98 -0
  881. package/bridge-runtime/node_modules/on-finished/LICENSE +23 -0
  882. package/bridge-runtime/node_modules/on-finished/README.md +162 -0
  883. package/bridge-runtime/node_modules/on-finished/index.js +234 -0
  884. package/bridge-runtime/node_modules/on-finished/package.json +39 -0
  885. package/bridge-runtime/node_modules/parseurl/HISTORY.md +58 -0
  886. package/bridge-runtime/node_modules/parseurl/LICENSE +24 -0
  887. package/bridge-runtime/node_modules/parseurl/README.md +133 -0
  888. package/bridge-runtime/node_modules/parseurl/index.js +158 -0
  889. package/bridge-runtime/node_modules/parseurl/package.json +40 -0
  890. package/bridge-runtime/node_modules/path-to-regexp/LICENSE +21 -0
  891. package/bridge-runtime/node_modules/path-to-regexp/Readme.md +35 -0
  892. package/bridge-runtime/node_modules/path-to-regexp/index.js +158 -0
  893. package/bridge-runtime/node_modules/path-to-regexp/package.json +30 -0
  894. package/bridge-runtime/node_modules/proxy-addr/HISTORY.md +161 -0
  895. package/bridge-runtime/node_modules/proxy-addr/LICENSE +22 -0
  896. package/bridge-runtime/node_modules/proxy-addr/README.md +139 -0
  897. package/bridge-runtime/node_modules/proxy-addr/index.js +327 -0
  898. package/bridge-runtime/node_modules/proxy-addr/package.json +47 -0
  899. package/bridge-runtime/node_modules/qs/.editorconfig +46 -0
  900. package/bridge-runtime/node_modules/qs/.github/FUNDING.yml +12 -0
  901. package/bridge-runtime/node_modules/qs/.github/SECURITY.md +11 -0
  902. package/bridge-runtime/node_modules/qs/.github/THREAT_MODEL.md +78 -0
  903. package/bridge-runtime/node_modules/qs/.nycrc +13 -0
  904. package/bridge-runtime/node_modules/qs/CHANGELOG.md +822 -0
  905. package/bridge-runtime/node_modules/qs/LICENSE.md +29 -0
  906. package/bridge-runtime/node_modules/qs/README.md +758 -0
  907. package/bridge-runtime/node_modules/qs/dist/qs.js +141 -0
  908. package/bridge-runtime/node_modules/qs/eslint.config.mjs +57 -0
  909. package/bridge-runtime/node_modules/qs/lib/formats.js +23 -0
  910. package/bridge-runtime/node_modules/qs/lib/index.js +11 -0
  911. package/bridge-runtime/node_modules/qs/lib/parse.js +403 -0
  912. package/bridge-runtime/node_modules/qs/lib/stringify.js +363 -0
  913. package/bridge-runtime/node_modules/qs/lib/utils.js +342 -0
  914. package/bridge-runtime/node_modules/qs/package.json +94 -0
  915. package/bridge-runtime/node_modules/qs/test/empty-keys-cases.js +267 -0
  916. package/bridge-runtime/node_modules/qs/test/parse.js +1703 -0
  917. package/bridge-runtime/node_modules/qs/test/stringify.js +1448 -0
  918. package/bridge-runtime/node_modules/qs/test/utils.js +432 -0
  919. package/bridge-runtime/node_modules/range-parser/HISTORY.md +56 -0
  920. package/bridge-runtime/node_modules/range-parser/LICENSE +23 -0
  921. package/bridge-runtime/node_modules/range-parser/README.md +84 -0
  922. package/bridge-runtime/node_modules/range-parser/index.js +162 -0
  923. package/bridge-runtime/node_modules/range-parser/package.json +44 -0
  924. package/bridge-runtime/node_modules/raw-body/LICENSE +22 -0
  925. package/bridge-runtime/node_modules/raw-body/README.md +223 -0
  926. package/bridge-runtime/node_modules/raw-body/index.d.ts +87 -0
  927. package/bridge-runtime/node_modules/raw-body/index.js +336 -0
  928. package/bridge-runtime/node_modules/raw-body/package.json +47 -0
  929. package/bridge-runtime/node_modules/readdirp/LICENSE +21 -0
  930. package/bridge-runtime/node_modules/readdirp/README.md +120 -0
  931. package/bridge-runtime/node_modules/readdirp/esm/index.d.ts +108 -0
  932. package/bridge-runtime/node_modules/readdirp/esm/index.js +257 -0
  933. package/bridge-runtime/node_modules/readdirp/esm/package.json +1 -0
  934. package/bridge-runtime/node_modules/readdirp/index.d.ts +108 -0
  935. package/bridge-runtime/node_modules/readdirp/index.js +263 -0
  936. package/bridge-runtime/node_modules/readdirp/package.json +70 -0
  937. package/bridge-runtime/node_modules/safe-buffer/LICENSE +21 -0
  938. package/bridge-runtime/node_modules/safe-buffer/README.md +584 -0
  939. package/bridge-runtime/node_modules/safe-buffer/index.d.ts +187 -0
  940. package/bridge-runtime/node_modules/safe-buffer/index.js +65 -0
  941. package/bridge-runtime/node_modules/safe-buffer/package.json +51 -0
  942. package/bridge-runtime/node_modules/safer-buffer/LICENSE +21 -0
  943. package/bridge-runtime/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  944. package/bridge-runtime/node_modules/safer-buffer/Readme.md +156 -0
  945. package/bridge-runtime/node_modules/safer-buffer/dangerous.js +58 -0
  946. package/bridge-runtime/node_modules/safer-buffer/package.json +34 -0
  947. package/bridge-runtime/node_modules/safer-buffer/safer.js +77 -0
  948. package/bridge-runtime/node_modules/safer-buffer/tests.js +406 -0
  949. package/bridge-runtime/node_modules/send/HISTORY.md +538 -0
  950. package/bridge-runtime/node_modules/send/LICENSE +23 -0
  951. package/bridge-runtime/node_modules/send/README.md +327 -0
  952. package/bridge-runtime/node_modules/send/SECURITY.md +24 -0
  953. package/bridge-runtime/node_modules/send/index.js +1142 -0
  954. package/bridge-runtime/node_modules/send/node_modules/ms/index.js +162 -0
  955. package/bridge-runtime/node_modules/send/node_modules/ms/license.md +21 -0
  956. package/bridge-runtime/node_modules/send/node_modules/ms/package.json +38 -0
  957. package/bridge-runtime/node_modules/send/node_modules/ms/readme.md +59 -0
  958. package/bridge-runtime/node_modules/send/package.json +62 -0
  959. package/bridge-runtime/node_modules/serve-static/HISTORY.md +493 -0
  960. package/bridge-runtime/node_modules/serve-static/LICENSE +25 -0
  961. package/bridge-runtime/node_modules/serve-static/README.md +257 -0
  962. package/bridge-runtime/node_modules/serve-static/index.js +209 -0
  963. package/bridge-runtime/node_modules/serve-static/package.json +42 -0
  964. package/bridge-runtime/node_modules/setprototypeof/LICENSE +13 -0
  965. package/bridge-runtime/node_modules/setprototypeof/README.md +31 -0
  966. package/bridge-runtime/node_modules/setprototypeof/index.d.ts +2 -0
  967. package/bridge-runtime/node_modules/setprototypeof/index.js +17 -0
  968. package/bridge-runtime/node_modules/setprototypeof/package.json +38 -0
  969. package/bridge-runtime/node_modules/setprototypeof/test/index.js +24 -0
  970. package/bridge-runtime/node_modules/side-channel/.editorconfig +9 -0
  971. package/bridge-runtime/node_modules/side-channel/.eslintrc +12 -0
  972. package/bridge-runtime/node_modules/side-channel/.github/FUNDING.yml +12 -0
  973. package/bridge-runtime/node_modules/side-channel/.nycrc +13 -0
  974. package/bridge-runtime/node_modules/side-channel/CHANGELOG.md +110 -0
  975. package/bridge-runtime/node_modules/side-channel/LICENSE +21 -0
  976. package/bridge-runtime/node_modules/side-channel/README.md +61 -0
  977. package/bridge-runtime/node_modules/side-channel/index.d.ts +14 -0
  978. package/bridge-runtime/node_modules/side-channel/index.js +43 -0
  979. package/bridge-runtime/node_modules/side-channel/package.json +85 -0
  980. package/bridge-runtime/node_modules/side-channel/test/index.js +104 -0
  981. package/bridge-runtime/node_modules/side-channel/tsconfig.json +9 -0
  982. package/bridge-runtime/node_modules/side-channel-list/.editorconfig +9 -0
  983. package/bridge-runtime/node_modules/side-channel-list/.eslintrc +11 -0
  984. package/bridge-runtime/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  985. package/bridge-runtime/node_modules/side-channel-list/.nycrc +13 -0
  986. package/bridge-runtime/node_modules/side-channel-list/CHANGELOG.md +36 -0
  987. package/bridge-runtime/node_modules/side-channel-list/LICENSE +21 -0
  988. package/bridge-runtime/node_modules/side-channel-list/README.md +62 -0
  989. package/bridge-runtime/node_modules/side-channel-list/index.d.ts +13 -0
  990. package/bridge-runtime/node_modules/side-channel-list/index.js +111 -0
  991. package/bridge-runtime/node_modules/side-channel-list/list.d.ts +14 -0
  992. package/bridge-runtime/node_modules/side-channel-list/package.json +77 -0
  993. package/bridge-runtime/node_modules/side-channel-list/test/index.js +154 -0
  994. package/bridge-runtime/node_modules/side-channel-list/tsconfig.json +9 -0
  995. package/bridge-runtime/node_modules/side-channel-map/.editorconfig +9 -0
  996. package/bridge-runtime/node_modules/side-channel-map/.eslintrc +11 -0
  997. package/bridge-runtime/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  998. package/bridge-runtime/node_modules/side-channel-map/.nycrc +13 -0
  999. package/bridge-runtime/node_modules/side-channel-map/CHANGELOG.md +22 -0
  1000. package/bridge-runtime/node_modules/side-channel-map/LICENSE +21 -0
  1001. package/bridge-runtime/node_modules/side-channel-map/README.md +62 -0
  1002. package/bridge-runtime/node_modules/side-channel-map/index.d.ts +15 -0
  1003. package/bridge-runtime/node_modules/side-channel-map/index.js +68 -0
  1004. package/bridge-runtime/node_modules/side-channel-map/package.json +80 -0
  1005. package/bridge-runtime/node_modules/side-channel-map/test/index.js +114 -0
  1006. package/bridge-runtime/node_modules/side-channel-map/tsconfig.json +9 -0
  1007. package/bridge-runtime/node_modules/side-channel-weakmap/.editorconfig +9 -0
  1008. package/bridge-runtime/node_modules/side-channel-weakmap/.eslintrc +12 -0
  1009. package/bridge-runtime/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  1010. package/bridge-runtime/node_modules/side-channel-weakmap/.nycrc +13 -0
  1011. package/bridge-runtime/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  1012. package/bridge-runtime/node_modules/side-channel-weakmap/LICENSE +21 -0
  1013. package/bridge-runtime/node_modules/side-channel-weakmap/README.md +62 -0
  1014. package/bridge-runtime/node_modules/side-channel-weakmap/index.d.ts +15 -0
  1015. package/bridge-runtime/node_modules/side-channel-weakmap/index.js +84 -0
  1016. package/bridge-runtime/node_modules/side-channel-weakmap/package.json +87 -0
  1017. package/bridge-runtime/node_modules/side-channel-weakmap/test/index.js +114 -0
  1018. package/bridge-runtime/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  1019. package/bridge-runtime/node_modules/socket.io/LICENSE +22 -0
  1020. package/bridge-runtime/node_modules/socket.io/Readme.md +273 -0
  1021. package/bridge-runtime/node_modules/socket.io/client-dist/socket.io.esm.min.js +7 -0
  1022. package/bridge-runtime/node_modules/socket.io/client-dist/socket.io.esm.min.js.map +1 -0
  1023. package/bridge-runtime/node_modules/socket.io/client-dist/socket.io.js +4955 -0
  1024. package/bridge-runtime/node_modules/socket.io/client-dist/socket.io.js.map +1 -0
  1025. package/bridge-runtime/node_modules/socket.io/client-dist/socket.io.min.js +7 -0
  1026. package/bridge-runtime/node_modules/socket.io/client-dist/socket.io.min.js.map +1 -0
  1027. package/bridge-runtime/node_modules/socket.io/client-dist/socket.io.msgpack.min.js +7 -0
  1028. package/bridge-runtime/node_modules/socket.io/client-dist/socket.io.msgpack.min.js.map +1 -0
  1029. package/bridge-runtime/node_modules/socket.io/dist/broadcast-operator.d.ts +283 -0
  1030. package/bridge-runtime/node_modules/socket.io/dist/broadcast-operator.js +436 -0
  1031. package/bridge-runtime/node_modules/socket.io/dist/client.d.ts +120 -0
  1032. package/bridge-runtime/node_modules/socket.io/dist/client.js +274 -0
  1033. package/bridge-runtime/node_modules/socket.io/dist/index.d.ts +598 -0
  1034. package/bridge-runtime/node_modules/socket.io/dist/index.js +818 -0
  1035. package/bridge-runtime/node_modules/socket.io/dist/namespace.d.ts +432 -0
  1036. package/bridge-runtime/node_modules/socket.io/dist/namespace.js +584 -0
  1037. package/bridge-runtime/node_modules/socket.io/dist/parent-namespace.d.ts +30 -0
  1038. package/bridge-runtime/node_modules/socket.io/dist/parent-namespace.js +88 -0
  1039. package/bridge-runtime/node_modules/socket.io/dist/socket-types.d.ts +56 -0
  1040. package/bridge-runtime/node_modules/socket.io/dist/socket-types.js +11 -0
  1041. package/bridge-runtime/node_modules/socket.io/dist/socket.d.ts +613 -0
  1042. package/bridge-runtime/node_modules/socket.io/dist/socket.js +977 -0
  1043. package/bridge-runtime/node_modules/socket.io/dist/typed-events.d.ts +203 -0
  1044. package/bridge-runtime/node_modules/socket.io/dist/typed-events.js +81 -0
  1045. package/bridge-runtime/node_modules/socket.io/dist/uws.d.ts +3 -0
  1046. package/bridge-runtime/node_modules/socket.io/dist/uws.js +136 -0
  1047. package/bridge-runtime/node_modules/socket.io/node_modules/debug/LICENSE +20 -0
  1048. package/bridge-runtime/node_modules/socket.io/node_modules/debug/README.md +481 -0
  1049. package/bridge-runtime/node_modules/socket.io/node_modules/debug/package.json +64 -0
  1050. package/bridge-runtime/node_modules/socket.io/node_modules/debug/src/browser.js +272 -0
  1051. package/bridge-runtime/node_modules/socket.io/node_modules/debug/src/common.js +292 -0
  1052. package/bridge-runtime/node_modules/socket.io/node_modules/debug/src/index.js +10 -0
  1053. package/bridge-runtime/node_modules/socket.io/node_modules/debug/src/node.js +263 -0
  1054. package/bridge-runtime/node_modules/socket.io/node_modules/ms/index.js +162 -0
  1055. package/bridge-runtime/node_modules/socket.io/node_modules/ms/license.md +21 -0
  1056. package/bridge-runtime/node_modules/socket.io/node_modules/ms/package.json +38 -0
  1057. package/bridge-runtime/node_modules/socket.io/node_modules/ms/readme.md +59 -0
  1058. package/bridge-runtime/node_modules/socket.io/package.json +88 -0
  1059. package/bridge-runtime/node_modules/socket.io/wrapper.mjs +3 -0
  1060. package/bridge-runtime/node_modules/socket.io-adapter/LICENSE +20 -0
  1061. package/bridge-runtime/node_modules/socket.io-adapter/Readme.md +23 -0
  1062. package/bridge-runtime/node_modules/socket.io-adapter/dist/cluster-adapter.d.ts +201 -0
  1063. package/bridge-runtime/node_modules/socket.io-adapter/dist/cluster-adapter.js +678 -0
  1064. package/bridge-runtime/node_modules/socket.io-adapter/dist/contrib/yeast.d.ts +23 -0
  1065. package/bridge-runtime/node_modules/socket.io-adapter/dist/contrib/yeast.js +54 -0
  1066. package/bridge-runtime/node_modules/socket.io-adapter/dist/in-memory-adapter.d.ts +178 -0
  1067. package/bridge-runtime/node_modules/socket.io-adapter/dist/in-memory-adapter.js +396 -0
  1068. package/bridge-runtime/node_modules/socket.io-adapter/dist/index.d.ts +2 -0
  1069. package/bridge-runtime/node_modules/socket.io-adapter/dist/index.js +10 -0
  1070. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/debug/LICENSE +20 -0
  1071. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/debug/README.md +481 -0
  1072. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/debug/package.json +64 -0
  1073. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/debug/src/browser.js +272 -0
  1074. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/debug/src/common.js +292 -0
  1075. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/debug/src/index.js +10 -0
  1076. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/debug/src/node.js +263 -0
  1077. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ms/index.js +162 -0
  1078. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ms/license.md +21 -0
  1079. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ms/package.json +38 -0
  1080. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ms/readme.md +59 -0
  1081. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/LICENSE +20 -0
  1082. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/README.md +548 -0
  1083. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/browser.js +8 -0
  1084. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/index.js +22 -0
  1085. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/lib/buffer-util.js +131 -0
  1086. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/lib/constants.js +19 -0
  1087. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/lib/event-target.js +292 -0
  1088. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/lib/extension.js +203 -0
  1089. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/lib/limiter.js +55 -0
  1090. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/lib/permessage-deflate.js +528 -0
  1091. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/lib/receiver.js +706 -0
  1092. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/lib/sender.js +607 -0
  1093. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/lib/stream.js +161 -0
  1094. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/lib/subprotocol.js +62 -0
  1095. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/lib/validation.js +152 -0
  1096. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/lib/websocket-server.js +554 -0
  1097. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/lib/websocket.js +1393 -0
  1098. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/package.json +70 -0
  1099. package/bridge-runtime/node_modules/socket.io-adapter/node_modules/ws/wrapper.mjs +21 -0
  1100. package/bridge-runtime/node_modules/socket.io-adapter/package.json +30 -0
  1101. package/bridge-runtime/node_modules/socket.io-client/LICENSE +21 -0
  1102. package/bridge-runtime/node_modules/socket.io-client/README.md +29 -0
  1103. package/bridge-runtime/node_modules/socket.io-client/build/cjs/browser-entrypoint.d.ts +2 -0
  1104. package/bridge-runtime/node_modules/socket.io-client/build/cjs/browser-entrypoint.js +4 -0
  1105. package/bridge-runtime/node_modules/socket.io-client/build/cjs/contrib/backo2.d.ts +12 -0
  1106. package/bridge-runtime/node_modules/socket.io-client/build/cjs/contrib/backo2.js +69 -0
  1107. package/bridge-runtime/node_modules/socket.io-client/build/cjs/index.d.ts +29 -0
  1108. package/bridge-runtime/node_modules/socket.io-client/build/cjs/index.js +76 -0
  1109. package/bridge-runtime/node_modules/socket.io-client/build/cjs/manager.d.ts +295 -0
  1110. package/bridge-runtime/node_modules/socket.io-client/build/cjs/manager.js +416 -0
  1111. package/bridge-runtime/node_modules/socket.io-client/build/cjs/on.d.ts +2 -0
  1112. package/bridge-runtime/node_modules/socket.io-client/build/cjs/on.js +9 -0
  1113. package/bridge-runtime/node_modules/socket.io-client/build/cjs/socket.d.ts +593 -0
  1114. package/bridge-runtime/node_modules/socket.io-client/build/cjs/socket.js +909 -0
  1115. package/bridge-runtime/node_modules/socket.io-client/build/cjs/url.d.ts +33 -0
  1116. package/bridge-runtime/node_modules/socket.io-client/build/cjs/url.js +69 -0
  1117. package/bridge-runtime/node_modules/socket.io-client/build/esm/browser-entrypoint.d.ts +2 -0
  1118. package/bridge-runtime/node_modules/socket.io-client/build/esm/browser-entrypoint.js +2 -0
  1119. package/bridge-runtime/node_modules/socket.io-client/build/esm/contrib/backo2.d.ts +12 -0
  1120. package/bridge-runtime/node_modules/socket.io-client/build/esm/contrib/backo2.js +66 -0
  1121. package/bridge-runtime/node_modules/socket.io-client/build/esm/index.d.ts +29 -0
  1122. package/bridge-runtime/node_modules/socket.io-client/build/esm/index.js +58 -0
  1123. package/bridge-runtime/node_modules/socket.io-client/build/esm/manager.d.ts +295 -0
  1124. package/bridge-runtime/node_modules/socket.io-client/build/esm/manager.js +367 -0
  1125. package/bridge-runtime/node_modules/socket.io-client/build/esm/on.d.ts +2 -0
  1126. package/bridge-runtime/node_modules/socket.io-client/build/esm/on.js +6 -0
  1127. package/bridge-runtime/node_modules/socket.io-client/build/esm/package.json +5 -0
  1128. package/bridge-runtime/node_modules/socket.io-client/build/esm/socket.d.ts +593 -0
  1129. package/bridge-runtime/node_modules/socket.io-client/build/esm/socket.js +880 -0
  1130. package/bridge-runtime/node_modules/socket.io-client/build/esm/url.d.ts +33 -0
  1131. package/bridge-runtime/node_modules/socket.io-client/build/esm/url.js +59 -0
  1132. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/browser-entrypoint.d.ts +2 -0
  1133. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/browser-entrypoint.js +2 -0
  1134. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/contrib/backo2.d.ts +12 -0
  1135. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/contrib/backo2.js +66 -0
  1136. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/index.d.ts +29 -0
  1137. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/index.js +62 -0
  1138. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/manager.d.ts +295 -0
  1139. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/manager.js +386 -0
  1140. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/on.d.ts +2 -0
  1141. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/on.js +6 -0
  1142. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/package.json +5 -0
  1143. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/socket.d.ts +593 -0
  1144. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/socket.js +902 -0
  1145. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/url.d.ts +33 -0
  1146. package/bridge-runtime/node_modules/socket.io-client/build/esm-debug/url.js +63 -0
  1147. package/bridge-runtime/node_modules/socket.io-client/dist/socket.io.esm.min.js +7 -0
  1148. package/bridge-runtime/node_modules/socket.io-client/dist/socket.io.esm.min.js.map +1 -0
  1149. package/bridge-runtime/node_modules/socket.io-client/dist/socket.io.js +4955 -0
  1150. package/bridge-runtime/node_modules/socket.io-client/dist/socket.io.js.map +1 -0
  1151. package/bridge-runtime/node_modules/socket.io-client/dist/socket.io.min.js +7 -0
  1152. package/bridge-runtime/node_modules/socket.io-client/dist/socket.io.min.js.map +1 -0
  1153. package/bridge-runtime/node_modules/socket.io-client/dist/socket.io.msgpack.min.js +7 -0
  1154. package/bridge-runtime/node_modules/socket.io-client/dist/socket.io.msgpack.min.js.map +1 -0
  1155. package/bridge-runtime/node_modules/socket.io-client/node_modules/debug/LICENSE +20 -0
  1156. package/bridge-runtime/node_modules/socket.io-client/node_modules/debug/README.md +481 -0
  1157. package/bridge-runtime/node_modules/socket.io-client/node_modules/debug/package.json +64 -0
  1158. package/bridge-runtime/node_modules/socket.io-client/node_modules/debug/src/browser.js +272 -0
  1159. package/bridge-runtime/node_modules/socket.io-client/node_modules/debug/src/common.js +292 -0
  1160. package/bridge-runtime/node_modules/socket.io-client/node_modules/debug/src/index.js +10 -0
  1161. package/bridge-runtime/node_modules/socket.io-client/node_modules/debug/src/node.js +263 -0
  1162. package/bridge-runtime/node_modules/socket.io-client/node_modules/ms/index.js +162 -0
  1163. package/bridge-runtime/node_modules/socket.io-client/node_modules/ms/license.md +21 -0
  1164. package/bridge-runtime/node_modules/socket.io-client/node_modules/ms/package.json +38 -0
  1165. package/bridge-runtime/node_modules/socket.io-client/node_modules/ms/readme.md +59 -0
  1166. package/bridge-runtime/node_modules/socket.io-client/package.json +101 -0
  1167. package/bridge-runtime/node_modules/socket.io-parser/LICENSE +20 -0
  1168. package/bridge-runtime/node_modules/socket.io-parser/Readme.md +81 -0
  1169. package/bridge-runtime/node_modules/socket.io-parser/build/cjs/binary.d.ts +20 -0
  1170. package/bridge-runtime/node_modules/socket.io-parser/build/cjs/binary.js +87 -0
  1171. package/bridge-runtime/node_modules/socket.io-parser/build/cjs/index.d.ts +101 -0
  1172. package/bridge-runtime/node_modules/socket.io-parser/build/cjs/index.js +367 -0
  1173. package/bridge-runtime/node_modules/socket.io-parser/build/cjs/is-binary.d.ts +7 -0
  1174. package/bridge-runtime/node_modules/socket.io-parser/build/cjs/is-binary.js +54 -0
  1175. package/bridge-runtime/node_modules/socket.io-parser/build/cjs/package.json +3 -0
  1176. package/bridge-runtime/node_modules/socket.io-parser/build/esm/binary.d.ts +20 -0
  1177. package/bridge-runtime/node_modules/socket.io-parser/build/esm/binary.js +83 -0
  1178. package/bridge-runtime/node_modules/socket.io-parser/build/esm/index.d.ts +101 -0
  1179. package/bridge-runtime/node_modules/socket.io-parser/build/esm/index.js +356 -0
  1180. package/bridge-runtime/node_modules/socket.io-parser/build/esm/is-binary.d.ts +7 -0
  1181. package/bridge-runtime/node_modules/socket.io-parser/build/esm/is-binary.js +50 -0
  1182. package/bridge-runtime/node_modules/socket.io-parser/build/esm/package.json +3 -0
  1183. package/bridge-runtime/node_modules/socket.io-parser/build/esm-debug/binary.d.ts +20 -0
  1184. package/bridge-runtime/node_modules/socket.io-parser/build/esm-debug/binary.js +83 -0
  1185. package/bridge-runtime/node_modules/socket.io-parser/build/esm-debug/index.d.ts +101 -0
  1186. package/bridge-runtime/node_modules/socket.io-parser/build/esm-debug/index.js +361 -0
  1187. package/bridge-runtime/node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts +7 -0
  1188. package/bridge-runtime/node_modules/socket.io-parser/build/esm-debug/is-binary.js +50 -0
  1189. package/bridge-runtime/node_modules/socket.io-parser/build/esm-debug/package.json +3 -0
  1190. package/bridge-runtime/node_modules/socket.io-parser/node_modules/debug/LICENSE +20 -0
  1191. package/bridge-runtime/node_modules/socket.io-parser/node_modules/debug/README.md +481 -0
  1192. package/bridge-runtime/node_modules/socket.io-parser/node_modules/debug/package.json +64 -0
  1193. package/bridge-runtime/node_modules/socket.io-parser/node_modules/debug/src/browser.js +272 -0
  1194. package/bridge-runtime/node_modules/socket.io-parser/node_modules/debug/src/common.js +292 -0
  1195. package/bridge-runtime/node_modules/socket.io-parser/node_modules/debug/src/index.js +10 -0
  1196. package/bridge-runtime/node_modules/socket.io-parser/node_modules/debug/src/node.js +263 -0
  1197. package/bridge-runtime/node_modules/socket.io-parser/node_modules/ms/index.js +162 -0
  1198. package/bridge-runtime/node_modules/socket.io-parser/node_modules/ms/license.md +21 -0
  1199. package/bridge-runtime/node_modules/socket.io-parser/node_modules/ms/package.json +38 -0
  1200. package/bridge-runtime/node_modules/socket.io-parser/node_modules/ms/readme.md +59 -0
  1201. package/bridge-runtime/node_modules/socket.io-parser/package.json +44 -0
  1202. package/bridge-runtime/node_modules/statuses/HISTORY.md +87 -0
  1203. package/bridge-runtime/node_modules/statuses/LICENSE +23 -0
  1204. package/bridge-runtime/node_modules/statuses/README.md +139 -0
  1205. package/bridge-runtime/node_modules/statuses/codes.json +65 -0
  1206. package/bridge-runtime/node_modules/statuses/index.js +146 -0
  1207. package/bridge-runtime/node_modules/statuses/package.json +49 -0
  1208. package/bridge-runtime/node_modules/toidentifier/HISTORY.md +9 -0
  1209. package/bridge-runtime/node_modules/toidentifier/LICENSE +21 -0
  1210. package/bridge-runtime/node_modules/toidentifier/README.md +61 -0
  1211. package/bridge-runtime/node_modules/toidentifier/index.js +32 -0
  1212. package/bridge-runtime/node_modules/toidentifier/package.json +38 -0
  1213. package/bridge-runtime/node_modules/type-is/HISTORY.md +259 -0
  1214. package/bridge-runtime/node_modules/type-is/LICENSE +23 -0
  1215. package/bridge-runtime/node_modules/type-is/README.md +170 -0
  1216. package/bridge-runtime/node_modules/type-is/index.js +266 -0
  1217. package/bridge-runtime/node_modules/type-is/package.json +45 -0
  1218. package/bridge-runtime/node_modules/undici-types/LICENSE +21 -0
  1219. package/bridge-runtime/node_modules/undici-types/README.md +6 -0
  1220. package/bridge-runtime/node_modules/undici-types/agent.d.ts +31 -0
  1221. package/bridge-runtime/node_modules/undici-types/api.d.ts +43 -0
  1222. package/bridge-runtime/node_modules/undici-types/balanced-pool.d.ts +29 -0
  1223. package/bridge-runtime/node_modules/undici-types/cache.d.ts +36 -0
  1224. package/bridge-runtime/node_modules/undici-types/client.d.ts +108 -0
  1225. package/bridge-runtime/node_modules/undici-types/connector.d.ts +34 -0
  1226. package/bridge-runtime/node_modules/undici-types/content-type.d.ts +21 -0
  1227. package/bridge-runtime/node_modules/undici-types/cookies.d.ts +28 -0
  1228. package/bridge-runtime/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  1229. package/bridge-runtime/node_modules/undici-types/dispatcher.d.ts +256 -0
  1230. package/bridge-runtime/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  1231. package/bridge-runtime/node_modules/undici-types/errors.d.ts +149 -0
  1232. package/bridge-runtime/node_modules/undici-types/eventsource.d.ts +61 -0
  1233. package/bridge-runtime/node_modules/undici-types/fetch.d.ts +209 -0
  1234. package/bridge-runtime/node_modules/undici-types/file.d.ts +39 -0
  1235. package/bridge-runtime/node_modules/undici-types/filereader.d.ts +54 -0
  1236. package/bridge-runtime/node_modules/undici-types/formdata.d.ts +108 -0
  1237. package/bridge-runtime/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1238. package/bridge-runtime/node_modules/undici-types/global-origin.d.ts +7 -0
  1239. package/bridge-runtime/node_modules/undici-types/handlers.d.ts +15 -0
  1240. package/bridge-runtime/node_modules/undici-types/header.d.ts +4 -0
  1241. package/bridge-runtime/node_modules/undici-types/index.d.ts +71 -0
  1242. package/bridge-runtime/node_modules/undici-types/interceptors.d.ts +17 -0
  1243. package/bridge-runtime/node_modules/undici-types/mock-agent.d.ts +50 -0
  1244. package/bridge-runtime/node_modules/undici-types/mock-client.d.ts +25 -0
  1245. package/bridge-runtime/node_modules/undici-types/mock-errors.d.ts +12 -0
  1246. package/bridge-runtime/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  1247. package/bridge-runtime/node_modules/undici-types/mock-pool.d.ts +25 -0
  1248. package/bridge-runtime/node_modules/undici-types/package.json +55 -0
  1249. package/bridge-runtime/node_modules/undici-types/patch.d.ts +33 -0
  1250. package/bridge-runtime/node_modules/undici-types/pool-stats.d.ts +19 -0
  1251. package/bridge-runtime/node_modules/undici-types/pool.d.ts +39 -0
  1252. package/bridge-runtime/node_modules/undici-types/proxy-agent.d.ts +28 -0
  1253. package/bridge-runtime/node_modules/undici-types/readable.d.ts +65 -0
  1254. package/bridge-runtime/node_modules/undici-types/retry-agent.d.ts +8 -0
  1255. package/bridge-runtime/node_modules/undici-types/retry-handler.d.ts +116 -0
  1256. package/bridge-runtime/node_modules/undici-types/util.d.ts +18 -0
  1257. package/bridge-runtime/node_modules/undici-types/webidl.d.ts +228 -0
  1258. package/bridge-runtime/node_modules/undici-types/websocket.d.ts +150 -0
  1259. package/bridge-runtime/node_modules/unpipe/HISTORY.md +4 -0
  1260. package/bridge-runtime/node_modules/unpipe/LICENSE +22 -0
  1261. package/bridge-runtime/node_modules/unpipe/README.md +43 -0
  1262. package/bridge-runtime/node_modules/unpipe/index.js +69 -0
  1263. package/bridge-runtime/node_modules/unpipe/package.json +27 -0
  1264. package/bridge-runtime/node_modules/utils-merge/LICENSE +20 -0
  1265. package/bridge-runtime/node_modules/utils-merge/README.md +34 -0
  1266. package/bridge-runtime/node_modules/utils-merge/index.js +23 -0
  1267. package/bridge-runtime/node_modules/utils-merge/package.json +40 -0
  1268. package/bridge-runtime/node_modules/vary/HISTORY.md +39 -0
  1269. package/bridge-runtime/node_modules/vary/LICENSE +22 -0
  1270. package/bridge-runtime/node_modules/vary/README.md +101 -0
  1271. package/bridge-runtime/node_modules/vary/index.js +149 -0
  1272. package/bridge-runtime/node_modules/vary/package.json +43 -0
  1273. package/bridge-runtime/node_modules/ws/LICENSE +20 -0
  1274. package/bridge-runtime/node_modules/ws/README.md +548 -0
  1275. package/bridge-runtime/node_modules/ws/browser.js +8 -0
  1276. package/bridge-runtime/node_modules/ws/index.js +22 -0
  1277. package/bridge-runtime/node_modules/ws/lib/buffer-util.js +131 -0
  1278. package/bridge-runtime/node_modules/ws/lib/constants.js +19 -0
  1279. package/bridge-runtime/node_modules/ws/lib/event-target.js +292 -0
  1280. package/bridge-runtime/node_modules/ws/lib/extension.js +203 -0
  1281. package/bridge-runtime/node_modules/ws/lib/limiter.js +55 -0
  1282. package/bridge-runtime/node_modules/ws/lib/permessage-deflate.js +528 -0
  1283. package/bridge-runtime/node_modules/ws/lib/receiver.js +760 -0
  1284. package/bridge-runtime/node_modules/ws/lib/sender.js +607 -0
  1285. package/bridge-runtime/node_modules/ws/lib/stream.js +161 -0
  1286. package/bridge-runtime/node_modules/ws/lib/subprotocol.js +62 -0
  1287. package/bridge-runtime/node_modules/ws/lib/validation.js +152 -0
  1288. package/bridge-runtime/node_modules/ws/lib/websocket-server.js +562 -0
  1289. package/bridge-runtime/node_modules/ws/lib/websocket.js +1407 -0
  1290. package/bridge-runtime/node_modules/ws/package.json +70 -0
  1291. package/bridge-runtime/node_modules/ws/wrapper.mjs +21 -0
  1292. package/bridge-runtime/node_modules/xmlhttprequest-ssl/LICENSE +22 -0
  1293. package/bridge-runtime/node_modules/xmlhttprequest-ssl/README.md +67 -0
  1294. package/bridge-runtime/node_modules/xmlhttprequest-ssl/lib/XMLHttpRequest.js +689 -0
  1295. package/bridge-runtime/node_modules/xmlhttprequest-ssl/package.json +40 -0
  1296. package/bridge-runtime/package-lock.json +1902 -0
  1297. package/bridge-runtime/package.json +26 -0
  1298. package/bridge-runtime/selectors.json +74 -0
  1299. package/dist/big-code.js +25 -0
  1300. package/dist/bridge-dir.js +77 -0
  1301. package/dist/index.js +35 -30
  1302. package/dist/launch.js +4 -3
  1303. package/dist/postinstall.js +7 -0
  1304. package/dist/print-pairing.js +21 -19
  1305. package/dist/repo-root.js +2 -5
  1306. package/package.json +7 -7
@@ -0,0 +1,1902 @@
1
+ {
2
+ "name": "@cursor-connect/bridge",
3
+ "version": "0.1.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "@cursor-connect/bridge",
9
+ "version": "0.1.0",
10
+ "dependencies": {
11
+ "chokidar": "^4.0.3",
12
+ "dotenv": "^17.3.1",
13
+ "express": "^4.21.0",
14
+ "socket.io": "^4.8.0",
15
+ "socket.io-client": "^4.8.0",
16
+ "ws": "^8.18.0"
17
+ },
18
+ "devDependencies": {
19
+ "@types/express": "^5.0.0",
20
+ "@types/node": "^22.0.0",
21
+ "@types/ws": "^8.5.0",
22
+ "tsx": "^4.19.0",
23
+ "typescript": "^5.7.0"
24
+ }
25
+ },
26
+ "node_modules/@esbuild/aix-ppc64": {
27
+ "version": "0.28.0",
28
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.0.tgz",
29
+ "integrity": "sha512-lhRUCeuOyJQURhTxl4WkpFTjIsbDayJHih5kZC1giwE+MhIzAb7mEsQMqMf18rHLsrb5qI1tafG20mLxEWcWlA==",
30
+ "cpu": [
31
+ "ppc64"
32
+ ],
33
+ "dev": true,
34
+ "license": "MIT",
35
+ "optional": true,
36
+ "os": [
37
+ "aix"
38
+ ],
39
+ "engines": {
40
+ "node": ">=18"
41
+ }
42
+ },
43
+ "node_modules/@esbuild/android-arm": {
44
+ "version": "0.28.0",
45
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.0.tgz",
46
+ "integrity": "sha512-wqh0ByljabXLKHeWXYLqoJ5jKC4XBaw6Hk08OfMrCRd2nP2ZQ5eleDZC41XHyCNgktBGYMbqnrJKq/K/lzPMSQ==",
47
+ "cpu": [
48
+ "arm"
49
+ ],
50
+ "dev": true,
51
+ "license": "MIT",
52
+ "optional": true,
53
+ "os": [
54
+ "android"
55
+ ],
56
+ "engines": {
57
+ "node": ">=18"
58
+ }
59
+ },
60
+ "node_modules/@esbuild/android-arm64": {
61
+ "version": "0.28.0",
62
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.0.tgz",
63
+ "integrity": "sha512-+WzIXQOSaGs33tLEgYPYe/yQHf0WTU0X42Jca3y8NWMbUVhp7rUnw+vAsRC/QiDrdD31IszMrZy+qwPOPjd+rw==",
64
+ "cpu": [
65
+ "arm64"
66
+ ],
67
+ "dev": true,
68
+ "license": "MIT",
69
+ "optional": true,
70
+ "os": [
71
+ "android"
72
+ ],
73
+ "engines": {
74
+ "node": ">=18"
75
+ }
76
+ },
77
+ "node_modules/@esbuild/android-x64": {
78
+ "version": "0.28.0",
79
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.0.tgz",
80
+ "integrity": "sha512-+VJggoaKhk2VNNqVL7f6S189UzShHC/mR9EE8rDdSkdpN0KflSwWY/gWjDrNxxisg8Fp1ZCD9jLMo4m0OUfeUA==",
81
+ "cpu": [
82
+ "x64"
83
+ ],
84
+ "dev": true,
85
+ "license": "MIT",
86
+ "optional": true,
87
+ "os": [
88
+ "android"
89
+ ],
90
+ "engines": {
91
+ "node": ">=18"
92
+ }
93
+ },
94
+ "node_modules/@esbuild/darwin-arm64": {
95
+ "version": "0.28.0",
96
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.0.tgz",
97
+ "integrity": "sha512-0T+A9WZm+bZ84nZBtk1ckYsOvyA3x7e2Acj1KdVfV4/2tdG4fzUp91YHx+GArWLtwqp77pBXVCPn2We7Letr0Q==",
98
+ "cpu": [
99
+ "arm64"
100
+ ],
101
+ "dev": true,
102
+ "license": "MIT",
103
+ "optional": true,
104
+ "os": [
105
+ "darwin"
106
+ ],
107
+ "engines": {
108
+ "node": ">=18"
109
+ }
110
+ },
111
+ "node_modules/@esbuild/darwin-x64": {
112
+ "version": "0.28.0",
113
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.0.tgz",
114
+ "integrity": "sha512-fyzLm/DLDl/84OCfp2f/XQ4flmORsjU7VKt8HLjvIXChJoFFOIL6pLJPH4Yhd1n1gGFF9mPwtlN5Wf82DZs+LQ==",
115
+ "cpu": [
116
+ "x64"
117
+ ],
118
+ "dev": true,
119
+ "license": "MIT",
120
+ "optional": true,
121
+ "os": [
122
+ "darwin"
123
+ ],
124
+ "engines": {
125
+ "node": ">=18"
126
+ }
127
+ },
128
+ "node_modules/@esbuild/freebsd-arm64": {
129
+ "version": "0.28.0",
130
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.0.tgz",
131
+ "integrity": "sha512-l9GeW5UZBT9k9brBYI+0WDffcRxgHQD8ShN2Ur4xWq/NFzUKm3k5lsH4PdaRgb2w7mI9u61nr2gI2mLI27Nh3Q==",
132
+ "cpu": [
133
+ "arm64"
134
+ ],
135
+ "dev": true,
136
+ "license": "MIT",
137
+ "optional": true,
138
+ "os": [
139
+ "freebsd"
140
+ ],
141
+ "engines": {
142
+ "node": ">=18"
143
+ }
144
+ },
145
+ "node_modules/@esbuild/freebsd-x64": {
146
+ "version": "0.28.0",
147
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.0.tgz",
148
+ "integrity": "sha512-BXoQai/A0wPO6Es3yFJ7APCiKGc1tdAEOgeTNy3SsB491S3aHn4S4r3e976eUnPdU+NbdtmBuLncYir2tMU9Nw==",
149
+ "cpu": [
150
+ "x64"
151
+ ],
152
+ "dev": true,
153
+ "license": "MIT",
154
+ "optional": true,
155
+ "os": [
156
+ "freebsd"
157
+ ],
158
+ "engines": {
159
+ "node": ">=18"
160
+ }
161
+ },
162
+ "node_modules/@esbuild/linux-arm": {
163
+ "version": "0.28.0",
164
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.0.tgz",
165
+ "integrity": "sha512-CjaaREJagqJp7iTaNQjjidaNbCKYcd4IDkzbwwxtSvjI7NZm79qiHc8HqciMddQ6CKvJT6aBd8lO9kN/ZudLlw==",
166
+ "cpu": [
167
+ "arm"
168
+ ],
169
+ "dev": true,
170
+ "license": "MIT",
171
+ "optional": true,
172
+ "os": [
173
+ "linux"
174
+ ],
175
+ "engines": {
176
+ "node": ">=18"
177
+ }
178
+ },
179
+ "node_modules/@esbuild/linux-arm64": {
180
+ "version": "0.28.0",
181
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.0.tgz",
182
+ "integrity": "sha512-RVyzfb3FWsGA55n6WY0MEIEPURL1FcbhFE6BffZEMEekfCzCIMtB5yyDcFnVbTnwk+CLAgTujmV/Lgvih56W+A==",
183
+ "cpu": [
184
+ "arm64"
185
+ ],
186
+ "dev": true,
187
+ "license": "MIT",
188
+ "optional": true,
189
+ "os": [
190
+ "linux"
191
+ ],
192
+ "engines": {
193
+ "node": ">=18"
194
+ }
195
+ },
196
+ "node_modules/@esbuild/linux-ia32": {
197
+ "version": "0.28.0",
198
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.0.tgz",
199
+ "integrity": "sha512-KBnSTt1kxl9x70q+ydterVdl+Cn0H18ngRMRCEQfrbqdUuntQQ0LoMZv47uB97NljZFzY6HcfqEZ2SAyIUTQBQ==",
200
+ "cpu": [
201
+ "ia32"
202
+ ],
203
+ "dev": true,
204
+ "license": "MIT",
205
+ "optional": true,
206
+ "os": [
207
+ "linux"
208
+ ],
209
+ "engines": {
210
+ "node": ">=18"
211
+ }
212
+ },
213
+ "node_modules/@esbuild/linux-loong64": {
214
+ "version": "0.28.0",
215
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.0.tgz",
216
+ "integrity": "sha512-zpSlUce1mnxzgBADvxKXX5sl8aYQHo2ezvMNI8I0lbblJtp8V4odlm3Yzlj7gPyt3T8ReksE6bK+pT3WD+aJRg==",
217
+ "cpu": [
218
+ "loong64"
219
+ ],
220
+ "dev": true,
221
+ "license": "MIT",
222
+ "optional": true,
223
+ "os": [
224
+ "linux"
225
+ ],
226
+ "engines": {
227
+ "node": ">=18"
228
+ }
229
+ },
230
+ "node_modules/@esbuild/linux-mips64el": {
231
+ "version": "0.28.0",
232
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.0.tgz",
233
+ "integrity": "sha512-2jIfP6mmjkdmeTlsX/9vmdmhBmKADrWqN7zcdtHIeNSCH1SqIoNI63cYsjQR8J+wGa4Y5izRcSHSm8K3QWmk3w==",
234
+ "cpu": [
235
+ "mips64el"
236
+ ],
237
+ "dev": true,
238
+ "license": "MIT",
239
+ "optional": true,
240
+ "os": [
241
+ "linux"
242
+ ],
243
+ "engines": {
244
+ "node": ">=18"
245
+ }
246
+ },
247
+ "node_modules/@esbuild/linux-ppc64": {
248
+ "version": "0.28.0",
249
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.0.tgz",
250
+ "integrity": "sha512-bc0FE9wWeC0WBm49IQMPSPILRocGTQt3j5KPCA8os6VprfuJ7KD+5PzESSrJ6GmPIPJK965ZJHTUlSA6GNYEhg==",
251
+ "cpu": [
252
+ "ppc64"
253
+ ],
254
+ "dev": true,
255
+ "license": "MIT",
256
+ "optional": true,
257
+ "os": [
258
+ "linux"
259
+ ],
260
+ "engines": {
261
+ "node": ">=18"
262
+ }
263
+ },
264
+ "node_modules/@esbuild/linux-riscv64": {
265
+ "version": "0.28.0",
266
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.0.tgz",
267
+ "integrity": "sha512-SQPZOwoTTT/HXFXQJG/vBX8sOFagGqvZyXcgLA3NhIqcBv1BJU1d46c0rGcrij2B56Z2rNiSLaZOYW5cUk7yLQ==",
268
+ "cpu": [
269
+ "riscv64"
270
+ ],
271
+ "dev": true,
272
+ "license": "MIT",
273
+ "optional": true,
274
+ "os": [
275
+ "linux"
276
+ ],
277
+ "engines": {
278
+ "node": ">=18"
279
+ }
280
+ },
281
+ "node_modules/@esbuild/linux-s390x": {
282
+ "version": "0.28.0",
283
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.0.tgz",
284
+ "integrity": "sha512-SCfR0HN8CEEjnYnySJTd2cw0k9OHB/YFzt5zgJEwa+wL/T/raGWYMBqwDNAC6dqFKmJYZoQBRfHjgwLHGSrn3Q==",
285
+ "cpu": [
286
+ "s390x"
287
+ ],
288
+ "dev": true,
289
+ "license": "MIT",
290
+ "optional": true,
291
+ "os": [
292
+ "linux"
293
+ ],
294
+ "engines": {
295
+ "node": ">=18"
296
+ }
297
+ },
298
+ "node_modules/@esbuild/linux-x64": {
299
+ "version": "0.28.0",
300
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.0.tgz",
301
+ "integrity": "sha512-us0dSb9iFxIi8srnpl931Nvs65it/Jd2a2K3qs7fz2WfGPHqzfzZTfec7oxZJRNPXPnNYZtanmRc4AL/JwVzHQ==",
302
+ "cpu": [
303
+ "x64"
304
+ ],
305
+ "dev": true,
306
+ "license": "MIT",
307
+ "optional": true,
308
+ "os": [
309
+ "linux"
310
+ ],
311
+ "engines": {
312
+ "node": ">=18"
313
+ }
314
+ },
315
+ "node_modules/@esbuild/netbsd-arm64": {
316
+ "version": "0.28.0",
317
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.0.tgz",
318
+ "integrity": "sha512-CR/RYotgtCKwtftMwJlUU7xCVNg3lMYZ0RzTmAHSfLCXw3NtZtNpswLEj/Kkf6kEL3Gw+BpOekRX0BYCtklhUw==",
319
+ "cpu": [
320
+ "arm64"
321
+ ],
322
+ "dev": true,
323
+ "license": "MIT",
324
+ "optional": true,
325
+ "os": [
326
+ "netbsd"
327
+ ],
328
+ "engines": {
329
+ "node": ">=18"
330
+ }
331
+ },
332
+ "node_modules/@esbuild/netbsd-x64": {
333
+ "version": "0.28.0",
334
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.0.tgz",
335
+ "integrity": "sha512-nU1yhmYutL+fQ71Kxnhg8uEOdC0pwEW9entHykTgEbna2pw2dkbFSMeqjjyHZoCmt8SBkOSvV+yNmm94aUrrqw==",
336
+ "cpu": [
337
+ "x64"
338
+ ],
339
+ "dev": true,
340
+ "license": "MIT",
341
+ "optional": true,
342
+ "os": [
343
+ "netbsd"
344
+ ],
345
+ "engines": {
346
+ "node": ">=18"
347
+ }
348
+ },
349
+ "node_modules/@esbuild/openbsd-arm64": {
350
+ "version": "0.28.0",
351
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.0.tgz",
352
+ "integrity": "sha512-cXb5vApOsRsxsEl4mcZ1XY3D4DzcoMxR/nnc4IyqYs0rTI8ZKmW6kyyg+11Z8yvgMfAEldKzP7AdP64HnSC/6g==",
353
+ "cpu": [
354
+ "arm64"
355
+ ],
356
+ "dev": true,
357
+ "license": "MIT",
358
+ "optional": true,
359
+ "os": [
360
+ "openbsd"
361
+ ],
362
+ "engines": {
363
+ "node": ">=18"
364
+ }
365
+ },
366
+ "node_modules/@esbuild/openbsd-x64": {
367
+ "version": "0.28.0",
368
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.0.tgz",
369
+ "integrity": "sha512-8wZM2qqtv9UP3mzy7HiGYNH/zjTA355mpeuA+859TyR+e+Tc08IHYpLJuMsfpDJwoLo1ikIJI8jC3GFjnRClzA==",
370
+ "cpu": [
371
+ "x64"
372
+ ],
373
+ "dev": true,
374
+ "license": "MIT",
375
+ "optional": true,
376
+ "os": [
377
+ "openbsd"
378
+ ],
379
+ "engines": {
380
+ "node": ">=18"
381
+ }
382
+ },
383
+ "node_modules/@esbuild/openharmony-arm64": {
384
+ "version": "0.28.0",
385
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.0.tgz",
386
+ "integrity": "sha512-FLGfyizszcef5C3YtoyQDACyg95+dndv79i2EekILBofh5wpCa1KuBqOWKrEHZg3zrL3t5ouE5jgr94vA+Wb2w==",
387
+ "cpu": [
388
+ "arm64"
389
+ ],
390
+ "dev": true,
391
+ "license": "MIT",
392
+ "optional": true,
393
+ "os": [
394
+ "openharmony"
395
+ ],
396
+ "engines": {
397
+ "node": ">=18"
398
+ }
399
+ },
400
+ "node_modules/@esbuild/sunos-x64": {
401
+ "version": "0.28.0",
402
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.0.tgz",
403
+ "integrity": "sha512-1ZgjUoEdHZZl/YlV76TSCz9Hqj9h9YmMGAgAPYd+q4SicWNX3G5GCyx9uhQWSLcbvPW8Ni7lj4gDa1T40akdlw==",
404
+ "cpu": [
405
+ "x64"
406
+ ],
407
+ "dev": true,
408
+ "license": "MIT",
409
+ "optional": true,
410
+ "os": [
411
+ "sunos"
412
+ ],
413
+ "engines": {
414
+ "node": ">=18"
415
+ }
416
+ },
417
+ "node_modules/@esbuild/win32-arm64": {
418
+ "version": "0.28.0",
419
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.0.tgz",
420
+ "integrity": "sha512-Q9StnDmQ/enxnpxCCLSg0oo4+34B9TdXpuyPeTedN/6+iXBJ4J+zwfQI28u/Jl40nOYAxGoNi7mFP40RUtkmUA==",
421
+ "cpu": [
422
+ "arm64"
423
+ ],
424
+ "dev": true,
425
+ "license": "MIT",
426
+ "optional": true,
427
+ "os": [
428
+ "win32"
429
+ ],
430
+ "engines": {
431
+ "node": ">=18"
432
+ }
433
+ },
434
+ "node_modules/@esbuild/win32-ia32": {
435
+ "version": "0.28.0",
436
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.0.tgz",
437
+ "integrity": "sha512-zF3ag/gfiCe6U2iczcRzSYJKH1DCI+ByzSENHlM2FcDbEeo5Zd2C86Aq0tKUYAJJ1obRP84ymxIAksZUcdztHA==",
438
+ "cpu": [
439
+ "ia32"
440
+ ],
441
+ "dev": true,
442
+ "license": "MIT",
443
+ "optional": true,
444
+ "os": [
445
+ "win32"
446
+ ],
447
+ "engines": {
448
+ "node": ">=18"
449
+ }
450
+ },
451
+ "node_modules/@esbuild/win32-x64": {
452
+ "version": "0.28.0",
453
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.0.tgz",
454
+ "integrity": "sha512-pEl1bO9mfAmIC+tW5btTmrKaujg3zGtUmWNdCw/xs70FBjwAL3o9OEKNHvNmnyylD6ubxUERiEhdsL0xBQ9efw==",
455
+ "cpu": [
456
+ "x64"
457
+ ],
458
+ "dev": true,
459
+ "license": "MIT",
460
+ "optional": true,
461
+ "os": [
462
+ "win32"
463
+ ],
464
+ "engines": {
465
+ "node": ">=18"
466
+ }
467
+ },
468
+ "node_modules/@socket.io/component-emitter": {
469
+ "version": "3.1.2",
470
+ "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",
471
+ "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==",
472
+ "license": "MIT"
473
+ },
474
+ "node_modules/@types/body-parser": {
475
+ "version": "1.19.6",
476
+ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
477
+ "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
478
+ "dev": true,
479
+ "license": "MIT",
480
+ "dependencies": {
481
+ "@types/connect": "*",
482
+ "@types/node": "*"
483
+ }
484
+ },
485
+ "node_modules/@types/connect": {
486
+ "version": "3.4.38",
487
+ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
488
+ "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
489
+ "dev": true,
490
+ "license": "MIT",
491
+ "dependencies": {
492
+ "@types/node": "*"
493
+ }
494
+ },
495
+ "node_modules/@types/cors": {
496
+ "version": "2.8.19",
497
+ "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.19.tgz",
498
+ "integrity": "sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==",
499
+ "license": "MIT",
500
+ "dependencies": {
501
+ "@types/node": "*"
502
+ }
503
+ },
504
+ "node_modules/@types/express": {
505
+ "version": "5.0.6",
506
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz",
507
+ "integrity": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==",
508
+ "dev": true,
509
+ "license": "MIT",
510
+ "dependencies": {
511
+ "@types/body-parser": "*",
512
+ "@types/express-serve-static-core": "^5.0.0",
513
+ "@types/serve-static": "^2"
514
+ }
515
+ },
516
+ "node_modules/@types/express-serve-static-core": {
517
+ "version": "5.1.1",
518
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.1.tgz",
519
+ "integrity": "sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==",
520
+ "dev": true,
521
+ "license": "MIT",
522
+ "dependencies": {
523
+ "@types/node": "*",
524
+ "@types/qs": "*",
525
+ "@types/range-parser": "*",
526
+ "@types/send": "*"
527
+ }
528
+ },
529
+ "node_modules/@types/http-errors": {
530
+ "version": "2.0.5",
531
+ "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
532
+ "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
533
+ "dev": true,
534
+ "license": "MIT"
535
+ },
536
+ "node_modules/@types/node": {
537
+ "version": "22.19.19",
538
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.19.tgz",
539
+ "integrity": "sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==",
540
+ "license": "MIT",
541
+ "dependencies": {
542
+ "undici-types": "~6.21.0"
543
+ }
544
+ },
545
+ "node_modules/@types/qs": {
546
+ "version": "6.15.1",
547
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.1.tgz",
548
+ "integrity": "sha512-GZHUBZR9hckSUhrxmp1nG6NwdpM9fCunJwyThLW1X3AyHgd9IlHb6VANpQQqDr2o/qQp6McZ3y/IA2rVzKzSbw==",
549
+ "dev": true,
550
+ "license": "MIT"
551
+ },
552
+ "node_modules/@types/range-parser": {
553
+ "version": "1.2.7",
554
+ "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
555
+ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
556
+ "dev": true,
557
+ "license": "MIT"
558
+ },
559
+ "node_modules/@types/send": {
560
+ "version": "1.2.1",
561
+ "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
562
+ "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
563
+ "dev": true,
564
+ "license": "MIT",
565
+ "dependencies": {
566
+ "@types/node": "*"
567
+ }
568
+ },
569
+ "node_modules/@types/serve-static": {
570
+ "version": "2.2.0",
571
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-2.2.0.tgz",
572
+ "integrity": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==",
573
+ "dev": true,
574
+ "license": "MIT",
575
+ "dependencies": {
576
+ "@types/http-errors": "*",
577
+ "@types/node": "*"
578
+ }
579
+ },
580
+ "node_modules/@types/ws": {
581
+ "version": "8.18.1",
582
+ "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
583
+ "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
584
+ "license": "MIT",
585
+ "dependencies": {
586
+ "@types/node": "*"
587
+ }
588
+ },
589
+ "node_modules/accepts": {
590
+ "version": "1.3.8",
591
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
592
+ "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
593
+ "license": "MIT",
594
+ "dependencies": {
595
+ "mime-types": "~2.1.34",
596
+ "negotiator": "0.6.3"
597
+ },
598
+ "engines": {
599
+ "node": ">= 0.6"
600
+ }
601
+ },
602
+ "node_modules/array-flatten": {
603
+ "version": "1.1.1",
604
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
605
+ "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
606
+ "license": "MIT"
607
+ },
608
+ "node_modules/base64id": {
609
+ "version": "2.0.0",
610
+ "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz",
611
+ "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==",
612
+ "license": "MIT",
613
+ "engines": {
614
+ "node": "^4.5.0 || >= 5.9"
615
+ }
616
+ },
617
+ "node_modules/body-parser": {
618
+ "version": "1.20.5",
619
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.5.tgz",
620
+ "integrity": "sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==",
621
+ "license": "MIT",
622
+ "dependencies": {
623
+ "bytes": "~3.1.2",
624
+ "content-type": "~1.0.5",
625
+ "debug": "2.6.9",
626
+ "depd": "2.0.0",
627
+ "destroy": "~1.2.0",
628
+ "http-errors": "~2.0.1",
629
+ "iconv-lite": "~0.4.24",
630
+ "on-finished": "~2.4.1",
631
+ "qs": "~6.15.1",
632
+ "raw-body": "~2.5.3",
633
+ "type-is": "~1.6.18",
634
+ "unpipe": "~1.0.0"
635
+ },
636
+ "engines": {
637
+ "node": ">= 0.8",
638
+ "npm": "1.2.8000 || >= 1.4.16"
639
+ }
640
+ },
641
+ "node_modules/bytes": {
642
+ "version": "3.1.2",
643
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
644
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
645
+ "license": "MIT",
646
+ "engines": {
647
+ "node": ">= 0.8"
648
+ }
649
+ },
650
+ "node_modules/call-bind-apply-helpers": {
651
+ "version": "1.0.2",
652
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
653
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
654
+ "license": "MIT",
655
+ "dependencies": {
656
+ "es-errors": "^1.3.0",
657
+ "function-bind": "^1.1.2"
658
+ },
659
+ "engines": {
660
+ "node": ">= 0.4"
661
+ }
662
+ },
663
+ "node_modules/call-bound": {
664
+ "version": "1.0.4",
665
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
666
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
667
+ "license": "MIT",
668
+ "dependencies": {
669
+ "call-bind-apply-helpers": "^1.0.2",
670
+ "get-intrinsic": "^1.3.0"
671
+ },
672
+ "engines": {
673
+ "node": ">= 0.4"
674
+ },
675
+ "funding": {
676
+ "url": "https://github.com/sponsors/ljharb"
677
+ }
678
+ },
679
+ "node_modules/chokidar": {
680
+ "version": "4.0.3",
681
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
682
+ "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
683
+ "license": "MIT",
684
+ "dependencies": {
685
+ "readdirp": "^4.0.1"
686
+ },
687
+ "engines": {
688
+ "node": ">= 14.16.0"
689
+ },
690
+ "funding": {
691
+ "url": "https://paulmillr.com/funding/"
692
+ }
693
+ },
694
+ "node_modules/content-disposition": {
695
+ "version": "0.5.4",
696
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
697
+ "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
698
+ "license": "MIT",
699
+ "dependencies": {
700
+ "safe-buffer": "5.2.1"
701
+ },
702
+ "engines": {
703
+ "node": ">= 0.6"
704
+ }
705
+ },
706
+ "node_modules/content-type": {
707
+ "version": "1.0.5",
708
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
709
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
710
+ "license": "MIT",
711
+ "engines": {
712
+ "node": ">= 0.6"
713
+ }
714
+ },
715
+ "node_modules/cookie": {
716
+ "version": "0.7.2",
717
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
718
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
719
+ "license": "MIT",
720
+ "engines": {
721
+ "node": ">= 0.6"
722
+ }
723
+ },
724
+ "node_modules/cookie-signature": {
725
+ "version": "1.0.7",
726
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz",
727
+ "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==",
728
+ "license": "MIT"
729
+ },
730
+ "node_modules/cors": {
731
+ "version": "2.8.6",
732
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
733
+ "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
734
+ "license": "MIT",
735
+ "dependencies": {
736
+ "object-assign": "^4",
737
+ "vary": "^1"
738
+ },
739
+ "engines": {
740
+ "node": ">= 0.10"
741
+ },
742
+ "funding": {
743
+ "type": "opencollective",
744
+ "url": "https://opencollective.com/express"
745
+ }
746
+ },
747
+ "node_modules/debug": {
748
+ "version": "2.6.9",
749
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
750
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
751
+ "license": "MIT",
752
+ "dependencies": {
753
+ "ms": "2.0.0"
754
+ }
755
+ },
756
+ "node_modules/depd": {
757
+ "version": "2.0.0",
758
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
759
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
760
+ "license": "MIT",
761
+ "engines": {
762
+ "node": ">= 0.8"
763
+ }
764
+ },
765
+ "node_modules/destroy": {
766
+ "version": "1.2.0",
767
+ "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
768
+ "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
769
+ "license": "MIT",
770
+ "engines": {
771
+ "node": ">= 0.8",
772
+ "npm": "1.2.8000 || >= 1.4.16"
773
+ }
774
+ },
775
+ "node_modules/dotenv": {
776
+ "version": "17.4.2",
777
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz",
778
+ "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==",
779
+ "license": "BSD-2-Clause",
780
+ "engines": {
781
+ "node": ">=12"
782
+ },
783
+ "funding": {
784
+ "url": "https://dotenvx.com"
785
+ }
786
+ },
787
+ "node_modules/dunder-proto": {
788
+ "version": "1.0.1",
789
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
790
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
791
+ "license": "MIT",
792
+ "dependencies": {
793
+ "call-bind-apply-helpers": "^1.0.1",
794
+ "es-errors": "^1.3.0",
795
+ "gopd": "^1.2.0"
796
+ },
797
+ "engines": {
798
+ "node": ">= 0.4"
799
+ }
800
+ },
801
+ "node_modules/ee-first": {
802
+ "version": "1.1.1",
803
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
804
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
805
+ "license": "MIT"
806
+ },
807
+ "node_modules/encodeurl": {
808
+ "version": "2.0.0",
809
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
810
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
811
+ "license": "MIT",
812
+ "engines": {
813
+ "node": ">= 0.8"
814
+ }
815
+ },
816
+ "node_modules/engine.io": {
817
+ "version": "6.6.8",
818
+ "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.6.8.tgz",
819
+ "integrity": "sha512-2agL3ueZhqxoVrfmntO8yuVj+uNSlIOnhykYHk3Cq0ShYPdUjjUiSJrQvXjq01I9jAuI0Zl2YO8Evv5Mqytm5g==",
820
+ "license": "MIT",
821
+ "dependencies": {
822
+ "@types/cors": "^2.8.12",
823
+ "@types/node": ">=10.0.0",
824
+ "@types/ws": "^8.5.12",
825
+ "accepts": "~1.3.4",
826
+ "base64id": "2.0.0",
827
+ "cookie": "~0.7.2",
828
+ "cors": "~2.8.5",
829
+ "debug": "~4.4.1",
830
+ "engine.io-parser": "~5.2.1",
831
+ "ws": "~8.20.1"
832
+ },
833
+ "engines": {
834
+ "node": ">=10.2.0"
835
+ }
836
+ },
837
+ "node_modules/engine.io-client": {
838
+ "version": "6.6.5",
839
+ "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.5.tgz",
840
+ "integrity": "sha512-QCwxUDULPlXv8F6tqMMKx5dNkTe6OaBYRMPYeXKBlyOoKvAmE0ac6pW7fFhSscJ/5SI7666/U/B+MElbsrJlIg==",
841
+ "license": "MIT",
842
+ "dependencies": {
843
+ "@socket.io/component-emitter": "~3.1.0",
844
+ "debug": "~4.4.1",
845
+ "engine.io-parser": "~5.2.1",
846
+ "ws": "~8.20.1",
847
+ "xmlhttprequest-ssl": "~2.1.1"
848
+ }
849
+ },
850
+ "node_modules/engine.io-client/node_modules/debug": {
851
+ "version": "4.4.3",
852
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
853
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
854
+ "license": "MIT",
855
+ "dependencies": {
856
+ "ms": "^2.1.3"
857
+ },
858
+ "engines": {
859
+ "node": ">=6.0"
860
+ },
861
+ "peerDependenciesMeta": {
862
+ "supports-color": {
863
+ "optional": true
864
+ }
865
+ }
866
+ },
867
+ "node_modules/engine.io-client/node_modules/ms": {
868
+ "version": "2.1.3",
869
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
870
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
871
+ "license": "MIT"
872
+ },
873
+ "node_modules/engine.io-client/node_modules/ws": {
874
+ "version": "8.20.1",
875
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz",
876
+ "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==",
877
+ "license": "MIT",
878
+ "engines": {
879
+ "node": ">=10.0.0"
880
+ },
881
+ "peerDependencies": {
882
+ "bufferutil": "^4.0.1",
883
+ "utf-8-validate": ">=5.0.2"
884
+ },
885
+ "peerDependenciesMeta": {
886
+ "bufferutil": {
887
+ "optional": true
888
+ },
889
+ "utf-8-validate": {
890
+ "optional": true
891
+ }
892
+ }
893
+ },
894
+ "node_modules/engine.io-parser": {
895
+ "version": "5.2.3",
896
+ "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz",
897
+ "integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==",
898
+ "license": "MIT",
899
+ "engines": {
900
+ "node": ">=10.0.0"
901
+ }
902
+ },
903
+ "node_modules/engine.io/node_modules/debug": {
904
+ "version": "4.4.3",
905
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
906
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
907
+ "license": "MIT",
908
+ "dependencies": {
909
+ "ms": "^2.1.3"
910
+ },
911
+ "engines": {
912
+ "node": ">=6.0"
913
+ },
914
+ "peerDependenciesMeta": {
915
+ "supports-color": {
916
+ "optional": true
917
+ }
918
+ }
919
+ },
920
+ "node_modules/engine.io/node_modules/ms": {
921
+ "version": "2.1.3",
922
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
923
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
924
+ "license": "MIT"
925
+ },
926
+ "node_modules/engine.io/node_modules/ws": {
927
+ "version": "8.20.1",
928
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz",
929
+ "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==",
930
+ "license": "MIT",
931
+ "engines": {
932
+ "node": ">=10.0.0"
933
+ },
934
+ "peerDependencies": {
935
+ "bufferutil": "^4.0.1",
936
+ "utf-8-validate": ">=5.0.2"
937
+ },
938
+ "peerDependenciesMeta": {
939
+ "bufferutil": {
940
+ "optional": true
941
+ },
942
+ "utf-8-validate": {
943
+ "optional": true
944
+ }
945
+ }
946
+ },
947
+ "node_modules/es-define-property": {
948
+ "version": "1.0.1",
949
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
950
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
951
+ "license": "MIT",
952
+ "engines": {
953
+ "node": ">= 0.4"
954
+ }
955
+ },
956
+ "node_modules/es-errors": {
957
+ "version": "1.3.0",
958
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
959
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
960
+ "license": "MIT",
961
+ "engines": {
962
+ "node": ">= 0.4"
963
+ }
964
+ },
965
+ "node_modules/es-object-atoms": {
966
+ "version": "1.1.2",
967
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
968
+ "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
969
+ "license": "MIT",
970
+ "dependencies": {
971
+ "es-errors": "^1.3.0"
972
+ },
973
+ "engines": {
974
+ "node": ">= 0.4"
975
+ }
976
+ },
977
+ "node_modules/esbuild": {
978
+ "version": "0.28.0",
979
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.0.tgz",
980
+ "integrity": "sha512-sNR9MHpXSUV/XB4zmsFKN+QgVG82Cc7+/aaxJ8Adi8hyOac+EXptIp45QBPaVyX3N70664wRbTcLTOemCAnyqw==",
981
+ "dev": true,
982
+ "hasInstallScript": true,
983
+ "license": "MIT",
984
+ "bin": {
985
+ "esbuild": "bin/esbuild"
986
+ },
987
+ "engines": {
988
+ "node": ">=18"
989
+ },
990
+ "optionalDependencies": {
991
+ "@esbuild/aix-ppc64": "0.28.0",
992
+ "@esbuild/android-arm": "0.28.0",
993
+ "@esbuild/android-arm64": "0.28.0",
994
+ "@esbuild/android-x64": "0.28.0",
995
+ "@esbuild/darwin-arm64": "0.28.0",
996
+ "@esbuild/darwin-x64": "0.28.0",
997
+ "@esbuild/freebsd-arm64": "0.28.0",
998
+ "@esbuild/freebsd-x64": "0.28.0",
999
+ "@esbuild/linux-arm": "0.28.0",
1000
+ "@esbuild/linux-arm64": "0.28.0",
1001
+ "@esbuild/linux-ia32": "0.28.0",
1002
+ "@esbuild/linux-loong64": "0.28.0",
1003
+ "@esbuild/linux-mips64el": "0.28.0",
1004
+ "@esbuild/linux-ppc64": "0.28.0",
1005
+ "@esbuild/linux-riscv64": "0.28.0",
1006
+ "@esbuild/linux-s390x": "0.28.0",
1007
+ "@esbuild/linux-x64": "0.28.0",
1008
+ "@esbuild/netbsd-arm64": "0.28.0",
1009
+ "@esbuild/netbsd-x64": "0.28.0",
1010
+ "@esbuild/openbsd-arm64": "0.28.0",
1011
+ "@esbuild/openbsd-x64": "0.28.0",
1012
+ "@esbuild/openharmony-arm64": "0.28.0",
1013
+ "@esbuild/sunos-x64": "0.28.0",
1014
+ "@esbuild/win32-arm64": "0.28.0",
1015
+ "@esbuild/win32-ia32": "0.28.0",
1016
+ "@esbuild/win32-x64": "0.28.0"
1017
+ }
1018
+ },
1019
+ "node_modules/escape-html": {
1020
+ "version": "1.0.3",
1021
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
1022
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
1023
+ "license": "MIT"
1024
+ },
1025
+ "node_modules/etag": {
1026
+ "version": "1.8.1",
1027
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
1028
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
1029
+ "license": "MIT",
1030
+ "engines": {
1031
+ "node": ">= 0.6"
1032
+ }
1033
+ },
1034
+ "node_modules/express": {
1035
+ "version": "4.22.2",
1036
+ "resolved": "https://registry.npmjs.org/express/-/express-4.22.2.tgz",
1037
+ "integrity": "sha512-IuL+Elrou2ZvCFHs18/CIzy2Nzvo25nZ1/D2eIZlz7c+QUayAcYoiM2BthCjs+EBHVpjYjcuLDAiCWgeIX3X1Q==",
1038
+ "license": "MIT",
1039
+ "dependencies": {
1040
+ "accepts": "~1.3.8",
1041
+ "array-flatten": "1.1.1",
1042
+ "body-parser": "~1.20.5",
1043
+ "content-disposition": "~0.5.4",
1044
+ "content-type": "~1.0.4",
1045
+ "cookie": "~0.7.1",
1046
+ "cookie-signature": "~1.0.6",
1047
+ "debug": "2.6.9",
1048
+ "depd": "2.0.0",
1049
+ "encodeurl": "~2.0.0",
1050
+ "escape-html": "~1.0.3",
1051
+ "etag": "~1.8.1",
1052
+ "finalhandler": "~1.3.1",
1053
+ "fresh": "~0.5.2",
1054
+ "http-errors": "~2.0.0",
1055
+ "merge-descriptors": "1.0.3",
1056
+ "methods": "~1.1.2",
1057
+ "on-finished": "~2.4.1",
1058
+ "parseurl": "~1.3.3",
1059
+ "path-to-regexp": "~0.1.12",
1060
+ "proxy-addr": "~2.0.7",
1061
+ "qs": "~6.15.1",
1062
+ "range-parser": "~1.2.1",
1063
+ "safe-buffer": "5.2.1",
1064
+ "send": "~0.19.0",
1065
+ "serve-static": "~1.16.2",
1066
+ "setprototypeof": "1.2.0",
1067
+ "statuses": "~2.0.1",
1068
+ "type-is": "~1.6.18",
1069
+ "utils-merge": "1.0.1",
1070
+ "vary": "~1.1.2"
1071
+ },
1072
+ "engines": {
1073
+ "node": ">= 0.10.0"
1074
+ },
1075
+ "funding": {
1076
+ "type": "opencollective",
1077
+ "url": "https://opencollective.com/express"
1078
+ }
1079
+ },
1080
+ "node_modules/finalhandler": {
1081
+ "version": "1.3.2",
1082
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz",
1083
+ "integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==",
1084
+ "license": "MIT",
1085
+ "dependencies": {
1086
+ "debug": "2.6.9",
1087
+ "encodeurl": "~2.0.0",
1088
+ "escape-html": "~1.0.3",
1089
+ "on-finished": "~2.4.1",
1090
+ "parseurl": "~1.3.3",
1091
+ "statuses": "~2.0.2",
1092
+ "unpipe": "~1.0.0"
1093
+ },
1094
+ "engines": {
1095
+ "node": ">= 0.8"
1096
+ }
1097
+ },
1098
+ "node_modules/forwarded": {
1099
+ "version": "0.2.0",
1100
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
1101
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
1102
+ "license": "MIT",
1103
+ "engines": {
1104
+ "node": ">= 0.6"
1105
+ }
1106
+ },
1107
+ "node_modules/fresh": {
1108
+ "version": "0.5.2",
1109
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
1110
+ "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
1111
+ "license": "MIT",
1112
+ "engines": {
1113
+ "node": ">= 0.6"
1114
+ }
1115
+ },
1116
+ "node_modules/fsevents": {
1117
+ "version": "2.3.3",
1118
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1119
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1120
+ "dev": true,
1121
+ "hasInstallScript": true,
1122
+ "license": "MIT",
1123
+ "optional": true,
1124
+ "os": [
1125
+ "darwin"
1126
+ ],
1127
+ "engines": {
1128
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1129
+ }
1130
+ },
1131
+ "node_modules/function-bind": {
1132
+ "version": "1.1.2",
1133
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1134
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1135
+ "license": "MIT",
1136
+ "funding": {
1137
+ "url": "https://github.com/sponsors/ljharb"
1138
+ }
1139
+ },
1140
+ "node_modules/get-intrinsic": {
1141
+ "version": "1.3.0",
1142
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
1143
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
1144
+ "license": "MIT",
1145
+ "dependencies": {
1146
+ "call-bind-apply-helpers": "^1.0.2",
1147
+ "es-define-property": "^1.0.1",
1148
+ "es-errors": "^1.3.0",
1149
+ "es-object-atoms": "^1.1.1",
1150
+ "function-bind": "^1.1.2",
1151
+ "get-proto": "^1.0.1",
1152
+ "gopd": "^1.2.0",
1153
+ "has-symbols": "^1.1.0",
1154
+ "hasown": "^2.0.2",
1155
+ "math-intrinsics": "^1.1.0"
1156
+ },
1157
+ "engines": {
1158
+ "node": ">= 0.4"
1159
+ },
1160
+ "funding": {
1161
+ "url": "https://github.com/sponsors/ljharb"
1162
+ }
1163
+ },
1164
+ "node_modules/get-proto": {
1165
+ "version": "1.0.1",
1166
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
1167
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
1168
+ "license": "MIT",
1169
+ "dependencies": {
1170
+ "dunder-proto": "^1.0.1",
1171
+ "es-object-atoms": "^1.0.0"
1172
+ },
1173
+ "engines": {
1174
+ "node": ">= 0.4"
1175
+ }
1176
+ },
1177
+ "node_modules/gopd": {
1178
+ "version": "1.2.0",
1179
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
1180
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
1181
+ "license": "MIT",
1182
+ "engines": {
1183
+ "node": ">= 0.4"
1184
+ },
1185
+ "funding": {
1186
+ "url": "https://github.com/sponsors/ljharb"
1187
+ }
1188
+ },
1189
+ "node_modules/has-symbols": {
1190
+ "version": "1.1.0",
1191
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
1192
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
1193
+ "license": "MIT",
1194
+ "engines": {
1195
+ "node": ">= 0.4"
1196
+ },
1197
+ "funding": {
1198
+ "url": "https://github.com/sponsors/ljharb"
1199
+ }
1200
+ },
1201
+ "node_modules/hasown": {
1202
+ "version": "2.0.3",
1203
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
1204
+ "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
1205
+ "license": "MIT",
1206
+ "dependencies": {
1207
+ "function-bind": "^1.1.2"
1208
+ },
1209
+ "engines": {
1210
+ "node": ">= 0.4"
1211
+ }
1212
+ },
1213
+ "node_modules/http-errors": {
1214
+ "version": "2.0.1",
1215
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
1216
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
1217
+ "license": "MIT",
1218
+ "dependencies": {
1219
+ "depd": "~2.0.0",
1220
+ "inherits": "~2.0.4",
1221
+ "setprototypeof": "~1.2.0",
1222
+ "statuses": "~2.0.2",
1223
+ "toidentifier": "~1.0.1"
1224
+ },
1225
+ "engines": {
1226
+ "node": ">= 0.8"
1227
+ },
1228
+ "funding": {
1229
+ "type": "opencollective",
1230
+ "url": "https://opencollective.com/express"
1231
+ }
1232
+ },
1233
+ "node_modules/iconv-lite": {
1234
+ "version": "0.4.24",
1235
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
1236
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
1237
+ "license": "MIT",
1238
+ "dependencies": {
1239
+ "safer-buffer": ">= 2.1.2 < 3"
1240
+ },
1241
+ "engines": {
1242
+ "node": ">=0.10.0"
1243
+ }
1244
+ },
1245
+ "node_modules/inherits": {
1246
+ "version": "2.0.4",
1247
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1248
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
1249
+ "license": "ISC"
1250
+ },
1251
+ "node_modules/ipaddr.js": {
1252
+ "version": "1.9.1",
1253
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
1254
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
1255
+ "license": "MIT",
1256
+ "engines": {
1257
+ "node": ">= 0.10"
1258
+ }
1259
+ },
1260
+ "node_modules/math-intrinsics": {
1261
+ "version": "1.1.0",
1262
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
1263
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1264
+ "license": "MIT",
1265
+ "engines": {
1266
+ "node": ">= 0.4"
1267
+ }
1268
+ },
1269
+ "node_modules/media-typer": {
1270
+ "version": "0.3.0",
1271
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
1272
+ "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
1273
+ "license": "MIT",
1274
+ "engines": {
1275
+ "node": ">= 0.6"
1276
+ }
1277
+ },
1278
+ "node_modules/merge-descriptors": {
1279
+ "version": "1.0.3",
1280
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
1281
+ "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
1282
+ "license": "MIT",
1283
+ "funding": {
1284
+ "url": "https://github.com/sponsors/sindresorhus"
1285
+ }
1286
+ },
1287
+ "node_modules/methods": {
1288
+ "version": "1.1.2",
1289
+ "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
1290
+ "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
1291
+ "license": "MIT",
1292
+ "engines": {
1293
+ "node": ">= 0.6"
1294
+ }
1295
+ },
1296
+ "node_modules/mime": {
1297
+ "version": "1.6.0",
1298
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
1299
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
1300
+ "license": "MIT",
1301
+ "bin": {
1302
+ "mime": "cli.js"
1303
+ },
1304
+ "engines": {
1305
+ "node": ">=4"
1306
+ }
1307
+ },
1308
+ "node_modules/mime-db": {
1309
+ "version": "1.52.0",
1310
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
1311
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
1312
+ "license": "MIT",
1313
+ "engines": {
1314
+ "node": ">= 0.6"
1315
+ }
1316
+ },
1317
+ "node_modules/mime-types": {
1318
+ "version": "2.1.35",
1319
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
1320
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
1321
+ "license": "MIT",
1322
+ "dependencies": {
1323
+ "mime-db": "1.52.0"
1324
+ },
1325
+ "engines": {
1326
+ "node": ">= 0.6"
1327
+ }
1328
+ },
1329
+ "node_modules/ms": {
1330
+ "version": "2.0.0",
1331
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
1332
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
1333
+ "license": "MIT"
1334
+ },
1335
+ "node_modules/negotiator": {
1336
+ "version": "0.6.3",
1337
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
1338
+ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
1339
+ "license": "MIT",
1340
+ "engines": {
1341
+ "node": ">= 0.6"
1342
+ }
1343
+ },
1344
+ "node_modules/object-assign": {
1345
+ "version": "4.1.1",
1346
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1347
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
1348
+ "license": "MIT",
1349
+ "engines": {
1350
+ "node": ">=0.10.0"
1351
+ }
1352
+ },
1353
+ "node_modules/object-inspect": {
1354
+ "version": "1.13.4",
1355
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
1356
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
1357
+ "license": "MIT",
1358
+ "engines": {
1359
+ "node": ">= 0.4"
1360
+ },
1361
+ "funding": {
1362
+ "url": "https://github.com/sponsors/ljharb"
1363
+ }
1364
+ },
1365
+ "node_modules/on-finished": {
1366
+ "version": "2.4.1",
1367
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
1368
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
1369
+ "license": "MIT",
1370
+ "dependencies": {
1371
+ "ee-first": "1.1.1"
1372
+ },
1373
+ "engines": {
1374
+ "node": ">= 0.8"
1375
+ }
1376
+ },
1377
+ "node_modules/parseurl": {
1378
+ "version": "1.3.3",
1379
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
1380
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
1381
+ "license": "MIT",
1382
+ "engines": {
1383
+ "node": ">= 0.8"
1384
+ }
1385
+ },
1386
+ "node_modules/path-to-regexp": {
1387
+ "version": "0.1.13",
1388
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz",
1389
+ "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==",
1390
+ "license": "MIT"
1391
+ },
1392
+ "node_modules/proxy-addr": {
1393
+ "version": "2.0.7",
1394
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
1395
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
1396
+ "license": "MIT",
1397
+ "dependencies": {
1398
+ "forwarded": "0.2.0",
1399
+ "ipaddr.js": "1.9.1"
1400
+ },
1401
+ "engines": {
1402
+ "node": ">= 0.10"
1403
+ }
1404
+ },
1405
+ "node_modules/qs": {
1406
+ "version": "6.15.2",
1407
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
1408
+ "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
1409
+ "license": "BSD-3-Clause",
1410
+ "dependencies": {
1411
+ "side-channel": "^1.1.0"
1412
+ },
1413
+ "engines": {
1414
+ "node": ">=0.6"
1415
+ },
1416
+ "funding": {
1417
+ "url": "https://github.com/sponsors/ljharb"
1418
+ }
1419
+ },
1420
+ "node_modules/range-parser": {
1421
+ "version": "1.2.1",
1422
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
1423
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
1424
+ "license": "MIT",
1425
+ "engines": {
1426
+ "node": ">= 0.6"
1427
+ }
1428
+ },
1429
+ "node_modules/raw-body": {
1430
+ "version": "2.5.3",
1431
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz",
1432
+ "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
1433
+ "license": "MIT",
1434
+ "dependencies": {
1435
+ "bytes": "~3.1.2",
1436
+ "http-errors": "~2.0.1",
1437
+ "iconv-lite": "~0.4.24",
1438
+ "unpipe": "~1.0.0"
1439
+ },
1440
+ "engines": {
1441
+ "node": ">= 0.8"
1442
+ }
1443
+ },
1444
+ "node_modules/readdirp": {
1445
+ "version": "4.1.2",
1446
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
1447
+ "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
1448
+ "license": "MIT",
1449
+ "engines": {
1450
+ "node": ">= 14.18.0"
1451
+ },
1452
+ "funding": {
1453
+ "type": "individual",
1454
+ "url": "https://paulmillr.com/funding/"
1455
+ }
1456
+ },
1457
+ "node_modules/safe-buffer": {
1458
+ "version": "5.2.1",
1459
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
1460
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1461
+ "funding": [
1462
+ {
1463
+ "type": "github",
1464
+ "url": "https://github.com/sponsors/feross"
1465
+ },
1466
+ {
1467
+ "type": "patreon",
1468
+ "url": "https://www.patreon.com/feross"
1469
+ },
1470
+ {
1471
+ "type": "consulting",
1472
+ "url": "https://feross.org/support"
1473
+ }
1474
+ ],
1475
+ "license": "MIT"
1476
+ },
1477
+ "node_modules/safer-buffer": {
1478
+ "version": "2.1.2",
1479
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
1480
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
1481
+ "license": "MIT"
1482
+ },
1483
+ "node_modules/send": {
1484
+ "version": "0.19.2",
1485
+ "resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz",
1486
+ "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
1487
+ "license": "MIT",
1488
+ "dependencies": {
1489
+ "debug": "2.6.9",
1490
+ "depd": "2.0.0",
1491
+ "destroy": "1.2.0",
1492
+ "encodeurl": "~2.0.0",
1493
+ "escape-html": "~1.0.3",
1494
+ "etag": "~1.8.1",
1495
+ "fresh": "~0.5.2",
1496
+ "http-errors": "~2.0.1",
1497
+ "mime": "1.6.0",
1498
+ "ms": "2.1.3",
1499
+ "on-finished": "~2.4.1",
1500
+ "range-parser": "~1.2.1",
1501
+ "statuses": "~2.0.2"
1502
+ },
1503
+ "engines": {
1504
+ "node": ">= 0.8.0"
1505
+ }
1506
+ },
1507
+ "node_modules/send/node_modules/ms": {
1508
+ "version": "2.1.3",
1509
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1510
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1511
+ "license": "MIT"
1512
+ },
1513
+ "node_modules/serve-static": {
1514
+ "version": "1.16.3",
1515
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz",
1516
+ "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
1517
+ "license": "MIT",
1518
+ "dependencies": {
1519
+ "encodeurl": "~2.0.0",
1520
+ "escape-html": "~1.0.3",
1521
+ "parseurl": "~1.3.3",
1522
+ "send": "~0.19.1"
1523
+ },
1524
+ "engines": {
1525
+ "node": ">= 0.8.0"
1526
+ }
1527
+ },
1528
+ "node_modules/setprototypeof": {
1529
+ "version": "1.2.0",
1530
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
1531
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
1532
+ "license": "ISC"
1533
+ },
1534
+ "node_modules/side-channel": {
1535
+ "version": "1.1.0",
1536
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
1537
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
1538
+ "license": "MIT",
1539
+ "dependencies": {
1540
+ "es-errors": "^1.3.0",
1541
+ "object-inspect": "^1.13.3",
1542
+ "side-channel-list": "^1.0.0",
1543
+ "side-channel-map": "^1.0.1",
1544
+ "side-channel-weakmap": "^1.0.2"
1545
+ },
1546
+ "engines": {
1547
+ "node": ">= 0.4"
1548
+ },
1549
+ "funding": {
1550
+ "url": "https://github.com/sponsors/ljharb"
1551
+ }
1552
+ },
1553
+ "node_modules/side-channel-list": {
1554
+ "version": "1.0.1",
1555
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
1556
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
1557
+ "license": "MIT",
1558
+ "dependencies": {
1559
+ "es-errors": "^1.3.0",
1560
+ "object-inspect": "^1.13.4"
1561
+ },
1562
+ "engines": {
1563
+ "node": ">= 0.4"
1564
+ },
1565
+ "funding": {
1566
+ "url": "https://github.com/sponsors/ljharb"
1567
+ }
1568
+ },
1569
+ "node_modules/side-channel-map": {
1570
+ "version": "1.0.1",
1571
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
1572
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
1573
+ "license": "MIT",
1574
+ "dependencies": {
1575
+ "call-bound": "^1.0.2",
1576
+ "es-errors": "^1.3.0",
1577
+ "get-intrinsic": "^1.2.5",
1578
+ "object-inspect": "^1.13.3"
1579
+ },
1580
+ "engines": {
1581
+ "node": ">= 0.4"
1582
+ },
1583
+ "funding": {
1584
+ "url": "https://github.com/sponsors/ljharb"
1585
+ }
1586
+ },
1587
+ "node_modules/side-channel-weakmap": {
1588
+ "version": "1.0.2",
1589
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
1590
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
1591
+ "license": "MIT",
1592
+ "dependencies": {
1593
+ "call-bound": "^1.0.2",
1594
+ "es-errors": "^1.3.0",
1595
+ "get-intrinsic": "^1.2.5",
1596
+ "object-inspect": "^1.13.3",
1597
+ "side-channel-map": "^1.0.1"
1598
+ },
1599
+ "engines": {
1600
+ "node": ">= 0.4"
1601
+ },
1602
+ "funding": {
1603
+ "url": "https://github.com/sponsors/ljharb"
1604
+ }
1605
+ },
1606
+ "node_modules/socket.io": {
1607
+ "version": "4.8.3",
1608
+ "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.8.3.tgz",
1609
+ "integrity": "sha512-2Dd78bqzzjE6KPkD5fHZmDAKRNe3J15q+YHDrIsy9WEkqttc7GY+kT9OBLSMaPbQaEd0x1BjcmtMtXkfpc+T5A==",
1610
+ "license": "MIT",
1611
+ "dependencies": {
1612
+ "accepts": "~1.3.4",
1613
+ "base64id": "~2.0.0",
1614
+ "cors": "~2.8.5",
1615
+ "debug": "~4.4.1",
1616
+ "engine.io": "~6.6.0",
1617
+ "socket.io-adapter": "~2.5.2",
1618
+ "socket.io-parser": "~4.2.4"
1619
+ },
1620
+ "engines": {
1621
+ "node": ">=10.2.0"
1622
+ }
1623
+ },
1624
+ "node_modules/socket.io-adapter": {
1625
+ "version": "2.5.7",
1626
+ "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.7.tgz",
1627
+ "integrity": "sha512-e0LyK91f3cUxTmv95/KzoLg47+zF+s/sbxRGDNsyG4dmIP8ZSX8ax6byOxfJXeNNtS/8AZlfD+uP7gBeR7DLlg==",
1628
+ "license": "MIT",
1629
+ "dependencies": {
1630
+ "debug": "~4.4.1",
1631
+ "ws": "~8.20.1"
1632
+ }
1633
+ },
1634
+ "node_modules/socket.io-adapter/node_modules/debug": {
1635
+ "version": "4.4.3",
1636
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1637
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1638
+ "license": "MIT",
1639
+ "dependencies": {
1640
+ "ms": "^2.1.3"
1641
+ },
1642
+ "engines": {
1643
+ "node": ">=6.0"
1644
+ },
1645
+ "peerDependenciesMeta": {
1646
+ "supports-color": {
1647
+ "optional": true
1648
+ }
1649
+ }
1650
+ },
1651
+ "node_modules/socket.io-adapter/node_modules/ms": {
1652
+ "version": "2.1.3",
1653
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1654
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1655
+ "license": "MIT"
1656
+ },
1657
+ "node_modules/socket.io-adapter/node_modules/ws": {
1658
+ "version": "8.20.1",
1659
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz",
1660
+ "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==",
1661
+ "license": "MIT",
1662
+ "engines": {
1663
+ "node": ">=10.0.0"
1664
+ },
1665
+ "peerDependencies": {
1666
+ "bufferutil": "^4.0.1",
1667
+ "utf-8-validate": ">=5.0.2"
1668
+ },
1669
+ "peerDependenciesMeta": {
1670
+ "bufferutil": {
1671
+ "optional": true
1672
+ },
1673
+ "utf-8-validate": {
1674
+ "optional": true
1675
+ }
1676
+ }
1677
+ },
1678
+ "node_modules/socket.io-client": {
1679
+ "version": "4.8.3",
1680
+ "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.8.3.tgz",
1681
+ "integrity": "sha512-uP0bpjWrjQmUt5DTHq9RuoCBdFJF10cdX9X+a368j/Ft0wmaVgxlrjvK3kjvgCODOMMOz9lcaRzxmso0bTWZ/g==",
1682
+ "license": "MIT",
1683
+ "dependencies": {
1684
+ "@socket.io/component-emitter": "~3.1.0",
1685
+ "debug": "~4.4.1",
1686
+ "engine.io-client": "~6.6.1",
1687
+ "socket.io-parser": "~4.2.4"
1688
+ },
1689
+ "engines": {
1690
+ "node": ">=10.0.0"
1691
+ }
1692
+ },
1693
+ "node_modules/socket.io-client/node_modules/debug": {
1694
+ "version": "4.4.3",
1695
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1696
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1697
+ "license": "MIT",
1698
+ "dependencies": {
1699
+ "ms": "^2.1.3"
1700
+ },
1701
+ "engines": {
1702
+ "node": ">=6.0"
1703
+ },
1704
+ "peerDependenciesMeta": {
1705
+ "supports-color": {
1706
+ "optional": true
1707
+ }
1708
+ }
1709
+ },
1710
+ "node_modules/socket.io-client/node_modules/ms": {
1711
+ "version": "2.1.3",
1712
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1713
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1714
+ "license": "MIT"
1715
+ },
1716
+ "node_modules/socket.io-parser": {
1717
+ "version": "4.2.6",
1718
+ "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.6.tgz",
1719
+ "integrity": "sha512-asJqbVBDsBCJx0pTqw3WfesSY0iRX+2xzWEWzrpcH7L6fLzrhyF8WPI8UaeM4YCuDfpwA/cgsdugMsmtz8EJeg==",
1720
+ "license": "MIT",
1721
+ "dependencies": {
1722
+ "@socket.io/component-emitter": "~3.1.0",
1723
+ "debug": "~4.4.1"
1724
+ },
1725
+ "engines": {
1726
+ "node": ">=10.0.0"
1727
+ }
1728
+ },
1729
+ "node_modules/socket.io-parser/node_modules/debug": {
1730
+ "version": "4.4.3",
1731
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1732
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1733
+ "license": "MIT",
1734
+ "dependencies": {
1735
+ "ms": "^2.1.3"
1736
+ },
1737
+ "engines": {
1738
+ "node": ">=6.0"
1739
+ },
1740
+ "peerDependenciesMeta": {
1741
+ "supports-color": {
1742
+ "optional": true
1743
+ }
1744
+ }
1745
+ },
1746
+ "node_modules/socket.io-parser/node_modules/ms": {
1747
+ "version": "2.1.3",
1748
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1749
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1750
+ "license": "MIT"
1751
+ },
1752
+ "node_modules/socket.io/node_modules/debug": {
1753
+ "version": "4.4.3",
1754
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1755
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1756
+ "license": "MIT",
1757
+ "dependencies": {
1758
+ "ms": "^2.1.3"
1759
+ },
1760
+ "engines": {
1761
+ "node": ">=6.0"
1762
+ },
1763
+ "peerDependenciesMeta": {
1764
+ "supports-color": {
1765
+ "optional": true
1766
+ }
1767
+ }
1768
+ },
1769
+ "node_modules/socket.io/node_modules/ms": {
1770
+ "version": "2.1.3",
1771
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1772
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1773
+ "license": "MIT"
1774
+ },
1775
+ "node_modules/statuses": {
1776
+ "version": "2.0.2",
1777
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
1778
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
1779
+ "license": "MIT",
1780
+ "engines": {
1781
+ "node": ">= 0.8"
1782
+ }
1783
+ },
1784
+ "node_modules/toidentifier": {
1785
+ "version": "1.0.1",
1786
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
1787
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
1788
+ "license": "MIT",
1789
+ "engines": {
1790
+ "node": ">=0.6"
1791
+ }
1792
+ },
1793
+ "node_modules/tsx": {
1794
+ "version": "4.22.3",
1795
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.3.tgz",
1796
+ "integrity": "sha512-mdoNxBC/cSQObGGVQ5Bpn5i+yv7j68gk3Nfm3wFjcJg3Z0Mix9jzAFfP12prmm5eVGmDKtp0yyArrs0Q+8gZHg==",
1797
+ "dev": true,
1798
+ "license": "MIT",
1799
+ "dependencies": {
1800
+ "esbuild": "~0.28.0"
1801
+ },
1802
+ "bin": {
1803
+ "tsx": "dist/cli.mjs"
1804
+ },
1805
+ "engines": {
1806
+ "node": ">=18.0.0"
1807
+ },
1808
+ "optionalDependencies": {
1809
+ "fsevents": "~2.3.3"
1810
+ }
1811
+ },
1812
+ "node_modules/type-is": {
1813
+ "version": "1.6.18",
1814
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
1815
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
1816
+ "license": "MIT",
1817
+ "dependencies": {
1818
+ "media-typer": "0.3.0",
1819
+ "mime-types": "~2.1.24"
1820
+ },
1821
+ "engines": {
1822
+ "node": ">= 0.6"
1823
+ }
1824
+ },
1825
+ "node_modules/typescript": {
1826
+ "version": "5.9.3",
1827
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
1828
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
1829
+ "dev": true,
1830
+ "license": "Apache-2.0",
1831
+ "bin": {
1832
+ "tsc": "bin/tsc",
1833
+ "tsserver": "bin/tsserver"
1834
+ },
1835
+ "engines": {
1836
+ "node": ">=14.17"
1837
+ }
1838
+ },
1839
+ "node_modules/undici-types": {
1840
+ "version": "6.21.0",
1841
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
1842
+ "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
1843
+ "license": "MIT"
1844
+ },
1845
+ "node_modules/unpipe": {
1846
+ "version": "1.0.0",
1847
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
1848
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
1849
+ "license": "MIT",
1850
+ "engines": {
1851
+ "node": ">= 0.8"
1852
+ }
1853
+ },
1854
+ "node_modules/utils-merge": {
1855
+ "version": "1.0.1",
1856
+ "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
1857
+ "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
1858
+ "license": "MIT",
1859
+ "engines": {
1860
+ "node": ">= 0.4.0"
1861
+ }
1862
+ },
1863
+ "node_modules/vary": {
1864
+ "version": "1.1.2",
1865
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
1866
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
1867
+ "license": "MIT",
1868
+ "engines": {
1869
+ "node": ">= 0.8"
1870
+ }
1871
+ },
1872
+ "node_modules/ws": {
1873
+ "version": "8.21.0",
1874
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
1875
+ "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
1876
+ "license": "MIT",
1877
+ "engines": {
1878
+ "node": ">=10.0.0"
1879
+ },
1880
+ "peerDependencies": {
1881
+ "bufferutil": "^4.0.1",
1882
+ "utf-8-validate": ">=5.0.2"
1883
+ },
1884
+ "peerDependenciesMeta": {
1885
+ "bufferutil": {
1886
+ "optional": true
1887
+ },
1888
+ "utf-8-validate": {
1889
+ "optional": true
1890
+ }
1891
+ }
1892
+ },
1893
+ "node_modules/xmlhttprequest-ssl": {
1894
+ "version": "2.1.2",
1895
+ "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz",
1896
+ "integrity": "sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ==",
1897
+ "engines": {
1898
+ "node": ">=0.4.0"
1899
+ }
1900
+ }
1901
+ }
1902
+ }