@openclaw/slack 2026.7.2-beta.7 → 2026.7.33

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 (1339) hide show
  1. package/README.md +1 -1
  2. package/dist/.setup/account-configured-DzC407uv.mjs +14 -0
  3. package/dist/.setup/account-inspect-CcqRNkC3.mjs +79 -0
  4. package/dist/.setup/account-reply-mode-Bvoq75cS.mjs +15 -0
  5. package/dist/.setup/accounts-uGn8E6uq.mjs +187 -0
  6. package/dist/.setup/accounts.runtime-k_V5-EOr.mjs +2 -0
  7. package/dist/.setup/action-runtime-iq6ZxO_b.mjs +395 -0
  8. package/dist/.setup/action-runtime.runtime-DXY8CdWJ.mjs +2 -0
  9. package/dist/.setup/actions-2VEX4Wdz.mjs +950 -0
  10. package/dist/.setup/actions.runtime-CfX8mK8Y.mjs +2 -0
  11. package/dist/.setup/approval-handler.runtime-COMbf4Ud.mjs +368 -0
  12. package/dist/.setup/channel-BqOekthS.mjs +1120 -0
  13. package/dist/.setup/channel.setup-DBlZCEvc.mjs +73 -0
  14. package/dist/.setup/client-B6i83rHk.mjs +116 -0
  15. package/dist/.setup/config-api-DnT9ohtE.mjs +2 -0
  16. package/dist/.setup/config-schema-DV93lEJ7.mjs +227 -0
  17. package/dist/.setup/directory-config-DB0OcZzw.mjs +55 -0
  18. package/dist/.setup/directory-live-O3jkDEJH.mjs +131 -0
  19. package/dist/.setup/doctor-contract-Dxk57DKz.mjs +147 -0
  20. package/dist/.setup/format-xuAop9a-.mjs +108 -0
  21. package/dist/.setup/interactive-replies-BLw4HEPS.mjs +193 -0
  22. package/dist/.setup/message-tool-api-D2m68v1f.mjs +128 -0
  23. package/dist/.setup/monitor-jTrujB_u.mjs +13 -0
  24. package/dist/.setup/outbound-adapter-DwAvZVk8.mjs +273 -0
  25. package/dist/.setup/pipeline.runtime-qFsXbTJf.mjs +3646 -0
  26. package/dist/.setup/plugin-routes-C3X0eVaK.mjs +22 -0
  27. package/dist/.setup/policy-C6VVHqUf.mjs +67 -0
  28. package/dist/.setup/probe-tmU762D2.mjs +48 -0
  29. package/dist/.setup/provider-Bjv1R5E2.mjs +4720 -0
  30. package/dist/.setup/relay-source-DR--lDW8.mjs +289 -0
  31. package/dist/.setup/replies-BO37R07g.mjs +288 -0
  32. package/dist/.setup/reply-blocks-Cwu6LYJI.mjs +882 -0
  33. package/dist/.setup/resolve-allowlist-common-CP8SH0Zf.mjs +43 -0
  34. package/dist/.setup/resolve-channels-CivvCeZv.mjs +81 -0
  35. package/dist/.setup/resolve-users-D5Qb64BJ.mjs +113 -0
  36. package/dist/.setup/rolldown-runtime-D7D4PA-g.mjs +13 -0
  37. package/dist/.setup/runtime-BOk7xkOl.mjs +8 -0
  38. package/dist/.setup/runtime-api-BnavgpzD.mjs +9 -0
  39. package/dist/.setup/runtime-setter-api-C-6lgBvk.mjs +3 -0
  40. package/dist/.setup/scopes-CYSKlU91.mjs +74 -0
  41. package/dist/.setup/secret-contract-C3ChHo5A.mjs +181 -0
  42. package/dist/.setup/secret-contract-api-CcCSHlV7.mjs +3 -0
  43. package/dist/.setup/security-audit-HMEYeSrJ.mjs +51 -0
  44. package/dist/.setup/send-DEOvcVM4.mjs +933 -0
  45. package/dist/.setup/send.runtime-Bmals7DV.mjs +2 -0
  46. package/dist/.setup/setup-core-uPGudyJH.mjs +344 -0
  47. package/dist/.setup/setup-plugin-api-DMKdqvij.mjs +3 -0
  48. package/dist/.setup/setup-surface-_4luZsPQ.mjs +130 -0
  49. package/dist/.setup/shared-BqyNq0up.mjs +269 -0
  50. package/dist/.setup/slash-dispatch.runtime-eyQo6mTA.mjs +32 -0
  51. package/dist/.setup/streaming-compat-DjlgH-Be.mjs +43 -0
  52. package/dist/.setup/target-parsing-C36VFWHQ.mjs +65 -0
  53. package/dist/.setup/targets-DnpzC22e.mjs +13 -0
  54. package/dist/account-inspect-api.js +1 -1
  55. package/dist/api.js +19 -18
  56. package/dist/channel-config-api.js +1 -1
  57. package/dist/channel-plugin-api.js +1 -1
  58. package/dist/configured-state.js +11 -0
  59. package/dist/directory-contract-api.js +1 -1
  60. package/dist/doctor-contract-api.js +1 -1
  61. package/dist/http-routes-api.js +1 -1
  62. package/dist/index.js +1 -1
  63. package/dist/interactive-replies-api.js +2 -0
  64. package/dist/message-tool-api.js +1 -1
  65. package/dist/runtime-api.js +13 -13
  66. package/dist/runtime-setter-api.js +1 -1
  67. package/dist/secret-contract-api.js +1 -1
  68. package/dist/security-contract-api.js +1 -1
  69. package/dist/setup-entry.js +5 -4
  70. package/dist/setup-plugin-api.js +1 -1
  71. package/node_modules/@slack/bolt/dist/App.d.ts +19 -4
  72. package/node_modules/@slack/bolt/dist/App.d.ts.map +1 -1
  73. package/node_modules/@slack/bolt/dist/App.js +40 -21
  74. package/node_modules/@slack/bolt/dist/App.js.map +1 -1
  75. package/node_modules/@slack/bolt/dist/WorkflowStep.d.ts +159 -0
  76. package/node_modules/@slack/bolt/dist/WorkflowStep.d.ts.map +1 -0
  77. package/node_modules/@slack/bolt/dist/WorkflowStep.js +217 -0
  78. package/node_modules/@slack/bolt/dist/WorkflowStep.js.map +1 -0
  79. package/node_modules/@slack/bolt/dist/context/create-respond.d.ts +3 -3
  80. package/node_modules/@slack/bolt/dist/context/create-respond.d.ts.map +1 -1
  81. package/node_modules/@slack/bolt/dist/context/create-respond.js +2 -13
  82. package/node_modules/@slack/bolt/dist/context/create-respond.js.map +1 -1
  83. package/node_modules/@slack/bolt/dist/errors.d.ts +8 -6
  84. package/node_modules/@slack/bolt/dist/errors.d.ts.map +1 -1
  85. package/node_modules/@slack/bolt/dist/errors.js +11 -11
  86. package/node_modules/@slack/bolt/dist/errors.js.map +1 -1
  87. package/node_modules/@slack/bolt/dist/helpers.d.ts.map +1 -1
  88. package/node_modules/@slack/bolt/dist/helpers.js +2 -1
  89. package/node_modules/@slack/bolt/dist/helpers.js.map +1 -1
  90. package/node_modules/@slack/bolt/dist/index.d.ts +1 -0
  91. package/node_modules/@slack/bolt/dist/index.d.ts.map +1 -1
  92. package/node_modules/@slack/bolt/dist/index.js +3 -1
  93. package/node_modules/@slack/bolt/dist/index.js.map +1 -1
  94. package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts +1 -10
  95. package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts.map +1 -1
  96. package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.js +1 -5
  97. package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.js.map +1 -1
  98. package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.d.ts.map +1 -1
  99. package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js +14 -10
  100. package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js.map +1 -1
  101. package/node_modules/@slack/bolt/dist/receivers/SocketModeFunctions.d.ts.map +1 -1
  102. package/node_modules/@slack/bolt/dist/receivers/SocketModeFunctions.js +1 -1
  103. package/node_modules/@slack/bolt/dist/receivers/SocketModeFunctions.js.map +1 -1
  104. package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.d.ts +1 -3
  105. package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.d.ts.map +1 -1
  106. package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.js +1 -2
  107. package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.js.map +1 -1
  108. package/node_modules/@slack/bolt/dist/types/actions/index.d.ts +4 -2
  109. package/node_modules/@slack/bolt/dist/types/actions/index.d.ts.map +1 -1
  110. package/node_modules/@slack/bolt/dist/types/actions/index.js +2 -0
  111. package/node_modules/@slack/bolt/dist/types/actions/index.js.map +1 -1
  112. package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.d.ts +49 -0
  113. package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.d.ts.map +1 -0
  114. package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.js +3 -0
  115. package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.js.map +1 -0
  116. package/node_modules/@slack/bolt/dist/types/events/index.d.ts +0 -2
  117. package/node_modules/@slack/bolt/dist/types/events/index.d.ts.map +1 -1
  118. package/node_modules/@slack/bolt/dist/types/utilities.d.ts +2 -2
  119. package/node_modules/@slack/bolt/dist/types/utilities.d.ts.map +1 -1
  120. package/node_modules/@slack/bolt/dist/types/view/index.d.ts +31 -1
  121. package/node_modules/@slack/bolt/dist/types/view/index.d.ts.map +1 -1
  122. package/node_modules/@slack/bolt/node_modules/@slack/logger/README.md +1 -1
  123. package/node_modules/@slack/bolt/node_modules/@slack/logger/dist/index.js +13 -17
  124. package/node_modules/@slack/bolt/node_modules/@slack/logger/dist/index.js.map +1 -1
  125. package/node_modules/@slack/bolt/node_modules/@slack/logger/package.json +7 -6
  126. package/node_modules/@slack/bolt/node_modules/@slack/oauth/README.md +1 -1
  127. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/errors.d.ts +14 -25
  128. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/errors.d.ts.map +1 -1
  129. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/errors.js +33 -24
  130. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/errors.js.map +1 -1
  131. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/install-provider.js +16 -58
  132. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/install-provider.js.map +1 -1
  133. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/installation-stores/file-store.js +2 -4
  134. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/installation-stores/file-store.js.map +1 -1
  135. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/installation-stores/memory-store.js +16 -3
  136. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/installation-stores/memory-store.js.map +1 -1
  137. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/state-stores/clear-state-store.js +0 -2
  138. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/state-stores/clear-state-store.js.map +1 -1
  139. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/state-stores/file-state-store.js +0 -3
  140. package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/state-stores/file-state-store.js.map +1 -1
  141. package/node_modules/@slack/bolt/node_modules/@slack/oauth/package.json +9 -8
  142. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/README.md +221 -0
  143. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/package.json +67 -0
  144. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts +96 -0
  145. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts.map +1 -0
  146. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js +242 -0
  147. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js.map +1 -0
  148. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/SocketModeClient.d.ts +98 -0
  149. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/SocketModeClient.d.ts.map +1 -0
  150. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js +363 -0
  151. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js.map +1 -0
  152. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/SocketModeOptions.d.ts +47 -0
  153. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/SocketModeOptions.d.ts.map +1 -0
  154. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/errors.d.ts +60 -0
  155. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/errors.d.ts.map +1 -0
  156. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/errors.js +68 -0
  157. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/errors.js.map +1 -0
  158. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/index.d.ts +6 -0
  159. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/index.d.ts.map +1 -0
  160. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/index.js +13 -0
  161. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/dist/src/index.js.map +1 -0
  162. package/node_modules/@slack/bolt/node_modules/@slack/socket-mode/package.json +67 -0
  163. package/node_modules/@slack/bolt/node_modules/@types/node/README.md +1 -1
  164. package/node_modules/@slack/bolt/node_modules/@types/node/fs/promises.d.ts +6 -16
  165. package/node_modules/@slack/bolt/node_modules/@types/node/package.json +2 -2
  166. package/node_modules/@slack/bolt/node_modules/@types/ws/README.md +15 -0
  167. package/node_modules/@slack/bolt/node_modules/@types/ws/index.d.mts +451 -0
  168. package/node_modules/@slack/bolt/node_modules/@types/ws/index.d.ts +445 -0
  169. package/node_modules/@slack/bolt/node_modules/@types/ws/package.json +72 -0
  170. package/node_modules/@slack/bolt/node_modules/agent-base/README.md +145 -0
  171. package/node_modules/@slack/bolt/node_modules/agent-base/dist/src/index.d.ts +78 -0
  172. package/node_modules/@slack/bolt/node_modules/agent-base/dist/src/index.js +203 -0
  173. package/node_modules/@slack/bolt/node_modules/agent-base/dist/src/index.js.map +1 -0
  174. package/node_modules/@slack/bolt/node_modules/agent-base/dist/src/promisify.d.ts +4 -0
  175. package/node_modules/@slack/bolt/node_modules/agent-base/dist/src/promisify.js +18 -0
  176. package/node_modules/@slack/bolt/node_modules/agent-base/dist/src/promisify.js.map +1 -0
  177. package/node_modules/@slack/bolt/node_modules/agent-base/package.json +64 -0
  178. package/node_modules/@slack/bolt/node_modules/agent-base/src/index.ts +345 -0
  179. package/node_modules/@slack/bolt/node_modules/agent-base/src/promisify.ts +33 -0
  180. package/node_modules/@slack/bolt/node_modules/asynckit/LICENSE +21 -0
  181. package/node_modules/@slack/bolt/node_modules/asynckit/README.md +233 -0
  182. package/node_modules/@slack/bolt/node_modules/asynckit/bench.js +76 -0
  183. package/node_modules/@slack/bolt/node_modules/asynckit/index.js +6 -0
  184. package/node_modules/@slack/bolt/node_modules/asynckit/lib/abort.js +29 -0
  185. package/node_modules/@slack/bolt/node_modules/asynckit/lib/async.js +34 -0
  186. package/node_modules/@slack/bolt/node_modules/asynckit/lib/defer.js +26 -0
  187. package/node_modules/@slack/bolt/node_modules/asynckit/lib/iterate.js +75 -0
  188. package/node_modules/@slack/bolt/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  189. package/node_modules/@slack/bolt/node_modules/asynckit/lib/readable_parallel.js +25 -0
  190. package/node_modules/@slack/bolt/node_modules/asynckit/lib/readable_serial.js +25 -0
  191. package/node_modules/@slack/bolt/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  192. package/node_modules/@slack/bolt/node_modules/asynckit/lib/state.js +37 -0
  193. package/node_modules/@slack/bolt/node_modules/asynckit/lib/streamify.js +141 -0
  194. package/node_modules/@slack/bolt/node_modules/asynckit/lib/terminator.js +29 -0
  195. package/node_modules/@slack/bolt/node_modules/asynckit/package.json +63 -0
  196. package/node_modules/@slack/bolt/node_modules/asynckit/parallel.js +43 -0
  197. package/node_modules/@slack/bolt/node_modules/asynckit/serial.js +17 -0
  198. package/node_modules/@slack/bolt/node_modules/asynckit/serialOrdered.js +75 -0
  199. package/node_modules/@slack/bolt/node_modules/asynckit/stream.js +21 -0
  200. package/node_modules/@slack/bolt/node_modules/axios/CHANGELOG.md +1934 -0
  201. package/node_modules/@slack/bolt/node_modules/axios/LICENSE +7 -0
  202. package/node_modules/@slack/bolt/node_modules/axios/MIGRATION_GUIDE.md +877 -0
  203. package/node_modules/@slack/bolt/node_modules/axios/README.md +2851 -0
  204. package/node_modules/@slack/bolt/node_modules/axios/dist/axios.js +5807 -0
  205. package/node_modules/@slack/bolt/node_modules/axios/dist/axios.min.js +5 -0
  206. package/node_modules/@slack/bolt/node_modules/axios/dist/axios.min.js.map +1 -0
  207. package/node_modules/@slack/bolt/node_modules/axios/dist/browser/axios.cjs +5829 -0
  208. package/node_modules/@slack/bolt/node_modules/axios/dist/esm/axios.js +5850 -0
  209. package/node_modules/@slack/bolt/node_modules/axios/dist/esm/axios.min.js +3 -0
  210. package/node_modules/@slack/bolt/node_modules/axios/dist/esm/axios.min.js.map +1 -0
  211. package/node_modules/@slack/bolt/node_modules/axios/dist/node/axios.cjs +6808 -0
  212. package/node_modules/@slack/bolt/node_modules/axios/index.d.cts +766 -0
  213. package/node_modules/@slack/bolt/node_modules/axios/index.d.ts +787 -0
  214. package/node_modules/@slack/bolt/node_modules/axios/index.js +45 -0
  215. package/node_modules/@slack/bolt/node_modules/axios/lib/adapters/README.md +36 -0
  216. package/node_modules/@slack/bolt/node_modules/axios/lib/adapters/adapters.js +132 -0
  217. package/node_modules/@slack/bolt/node_modules/axios/lib/adapters/fetch.js +696 -0
  218. package/node_modules/@slack/bolt/node_modules/axios/lib/adapters/http.js +1490 -0
  219. package/node_modules/@slack/bolt/node_modules/axios/lib/adapters/xhr.js +277 -0
  220. package/node_modules/@slack/bolt/node_modules/axios/lib/axios.js +89 -0
  221. package/node_modules/@slack/bolt/node_modules/axios/lib/cancel/CancelToken.js +135 -0
  222. package/node_modules/@slack/bolt/node_modules/axios/lib/cancel/CanceledError.js +22 -0
  223. package/node_modules/@slack/bolt/node_modules/axios/lib/cancel/isCancel.js +5 -0
  224. package/node_modules/@slack/bolt/node_modules/axios/lib/core/Axios.js +306 -0
  225. package/node_modules/@slack/bolt/node_modules/axios/lib/core/AxiosError.js +219 -0
  226. package/node_modules/@slack/bolt/node_modules/axios/lib/core/AxiosHeaders.js +474 -0
  227. package/node_modules/@slack/bolt/node_modules/axios/lib/core/InterceptorManager.js +171 -0
  228. package/node_modules/@slack/bolt/node_modules/axios/lib/core/README.md +8 -0
  229. package/node_modules/@slack/bolt/node_modules/axios/lib/core/buildFullPath.js +76 -0
  230. package/node_modules/@slack/bolt/node_modules/axios/lib/core/dispatchRequest.js +95 -0
  231. package/node_modules/@slack/bolt/node_modules/axios/lib/core/mergeConfig.js +174 -0
  232. package/node_modules/@slack/bolt/node_modules/axios/lib/core/methodList.js +17 -0
  233. package/node_modules/@slack/bolt/node_modules/axios/lib/core/setFormDataHeaders.js +27 -0
  234. package/node_modules/@slack/bolt/node_modules/axios/lib/core/settle.js +27 -0
  235. package/node_modules/@slack/bolt/node_modules/axios/lib/core/transformData.js +28 -0
  236. package/node_modules/@slack/bolt/node_modules/axios/lib/defaults/index.js +178 -0
  237. package/node_modules/@slack/bolt/node_modules/axios/lib/defaults/transitional.js +10 -0
  238. package/node_modules/@slack/bolt/node_modules/axios/lib/env/README.md +3 -0
  239. package/node_modules/@slack/bolt/node_modules/axios/lib/env/classes/FormData.js +2 -0
  240. package/node_modules/@slack/bolt/node_modules/axios/lib/env/data.js +1 -0
  241. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/AxiosTransformStream.js +156 -0
  242. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +59 -0
  243. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/Http2Sessions.js +121 -0
  244. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/HttpStatusCode.js +88 -0
  245. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/README.md +7 -0
  246. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +29 -0
  247. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/bind.js +14 -0
  248. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/buildURL.js +69 -0
  249. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/callbackify.js +18 -0
  250. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/combineURLs.js +23 -0
  251. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/composeSignals.js +68 -0
  252. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/cookies.js +64 -0
  253. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/deprecatedMethod.js +31 -0
  254. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +166 -0
  255. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/formDataToJSON.js +125 -0
  256. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/formDataToStream.js +119 -0
  257. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/fromDataURI.js +69 -0
  258. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/isAbsoluteURL.js +19 -0
  259. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/isAxiosError.js +14 -0
  260. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/isURLSameOrigin.js +16 -0
  261. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/normalizeURLForProtocolCheck.js +24 -0
  262. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/null.js +2 -0
  263. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/parseHeaders.js +71 -0
  264. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
  265. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/progressEventReducer.js +54 -0
  266. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/readBlob.js +15 -0
  267. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/resolveConfig.js +107 -0
  268. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/sanitizeHeaderValue.js +60 -0
  269. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/shouldBypassProxy.js +505 -0
  270. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/speedometer.js +55 -0
  271. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/spread.js +28 -0
  272. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/throttle.js +45 -0
  273. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/toFormData.js +279 -0
  274. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/toURLEncodedForm.js +19 -0
  275. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/trackStream.js +89 -0
  276. package/node_modules/@slack/bolt/node_modules/axios/lib/helpers/validator.js +112 -0
  277. package/node_modules/@slack/bolt/node_modules/axios/lib/platform/browser/classes/Blob.js +3 -0
  278. package/node_modules/@slack/bolt/node_modules/axios/lib/platform/browser/classes/FormData.js +3 -0
  279. package/node_modules/@slack/bolt/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +4 -0
  280. package/node_modules/@slack/bolt/node_modules/axios/lib/platform/browser/index.js +13 -0
  281. package/node_modules/@slack/bolt/node_modules/axios/lib/platform/common/utils.js +52 -0
  282. package/node_modules/@slack/bolt/node_modules/axios/lib/platform/index.js +7 -0
  283. package/node_modules/@slack/bolt/node_modules/axios/lib/platform/node/classes/Buffer.js +11 -0
  284. package/node_modules/@slack/bolt/node_modules/axios/lib/platform/node/classes/FormData.js +3 -0
  285. package/node_modules/@slack/bolt/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +4 -0
  286. package/node_modules/@slack/bolt/node_modules/axios/lib/platform/node/index.js +37 -0
  287. package/node_modules/@slack/bolt/node_modules/axios/lib/utils.js +1150 -0
  288. package/node_modules/@slack/bolt/node_modules/axios/package.json +203 -0
  289. package/node_modules/@slack/bolt/node_modules/combined-stream/License +19 -0
  290. package/node_modules/@slack/bolt/node_modules/combined-stream/Readme.md +138 -0
  291. package/node_modules/@slack/bolt/node_modules/combined-stream/lib/combined_stream.js +208 -0
  292. package/node_modules/@slack/bolt/node_modules/combined-stream/package.json +25 -0
  293. package/node_modules/@slack/bolt/node_modules/delayed-stream/.npmignore +1 -0
  294. package/node_modules/@slack/bolt/node_modules/delayed-stream/License +19 -0
  295. package/node_modules/@slack/bolt/node_modules/delayed-stream/Makefile +7 -0
  296. package/node_modules/@slack/bolt/node_modules/delayed-stream/Readme.md +141 -0
  297. package/node_modules/@slack/bolt/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  298. package/node_modules/@slack/bolt/node_modules/delayed-stream/package.json +27 -0
  299. package/node_modules/@slack/bolt/node_modules/es-set-tostringtag/.eslintrc +13 -0
  300. package/node_modules/@slack/bolt/node_modules/es-set-tostringtag/.nycrc +9 -0
  301. package/node_modules/@slack/bolt/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  302. package/node_modules/@slack/bolt/node_modules/es-set-tostringtag/LICENSE +21 -0
  303. package/node_modules/@slack/bolt/node_modules/es-set-tostringtag/README.md +53 -0
  304. package/node_modules/@slack/bolt/node_modules/es-set-tostringtag/index.d.ts +10 -0
  305. package/node_modules/@slack/bolt/node_modules/es-set-tostringtag/index.js +35 -0
  306. package/node_modules/@slack/bolt/node_modules/es-set-tostringtag/package.json +78 -0
  307. package/node_modules/@slack/bolt/node_modules/es-set-tostringtag/test/index.js +85 -0
  308. package/node_modules/@slack/bolt/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  309. package/node_modules/@slack/bolt/node_modules/follow-redirects/LICENSE +18 -0
  310. package/node_modules/@slack/bolt/node_modules/follow-redirects/README.md +157 -0
  311. package/node_modules/@slack/bolt/node_modules/follow-redirects/debug.js +15 -0
  312. package/node_modules/@slack/bolt/node_modules/follow-redirects/http.js +1 -0
  313. package/node_modules/@slack/bolt/node_modules/follow-redirects/https.js +1 -0
  314. package/node_modules/@slack/bolt/node_modules/follow-redirects/index.js +709 -0
  315. package/node_modules/@slack/bolt/node_modules/follow-redirects/package.json +58 -0
  316. package/node_modules/@slack/bolt/node_modules/form-data/CHANGELOG.md +669 -0
  317. package/node_modules/@slack/bolt/node_modules/form-data/License +19 -0
  318. package/node_modules/@slack/bolt/node_modules/form-data/README.md +350 -0
  319. package/node_modules/@slack/bolt/node_modules/form-data/index.d.ts +51 -0
  320. package/node_modules/@slack/bolt/node_modules/form-data/lib/browser.js +4 -0
  321. package/node_modules/@slack/bolt/node_modules/form-data/lib/form_data.js +514 -0
  322. package/node_modules/@slack/bolt/node_modules/form-data/lib/populate.js +10 -0
  323. package/node_modules/@slack/bolt/node_modules/form-data/node_modules/mime-db/HISTORY.md +507 -0
  324. package/node_modules/@slack/bolt/node_modules/form-data/node_modules/mime-db/LICENSE +23 -0
  325. package/node_modules/@slack/bolt/node_modules/form-data/node_modules/mime-db/README.md +100 -0
  326. package/node_modules/@slack/bolt/node_modules/form-data/node_modules/mime-db/db.json +8519 -0
  327. package/node_modules/@slack/bolt/node_modules/form-data/node_modules/mime-db/index.js +12 -0
  328. package/node_modules/@slack/bolt/node_modules/form-data/node_modules/mime-db/package.json +60 -0
  329. package/node_modules/@slack/bolt/node_modules/form-data/node_modules/mime-types/HISTORY.md +397 -0
  330. package/node_modules/@slack/bolt/node_modules/form-data/node_modules/mime-types/LICENSE +23 -0
  331. package/node_modules/@slack/bolt/node_modules/form-data/node_modules/mime-types/README.md +113 -0
  332. package/node_modules/@slack/bolt/node_modules/form-data/node_modules/mime-types/index.js +188 -0
  333. package/node_modules/@slack/bolt/node_modules/form-data/node_modules/mime-types/package.json +44 -0
  334. package/node_modules/@slack/bolt/node_modules/form-data/package.json +83 -0
  335. package/node_modules/@slack/bolt/node_modules/has-tostringtag/.eslintrc +5 -0
  336. package/node_modules/@slack/bolt/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  337. package/node_modules/@slack/bolt/node_modules/has-tostringtag/.nycrc +13 -0
  338. package/node_modules/@slack/bolt/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  339. package/node_modules/@slack/bolt/node_modules/has-tostringtag/LICENSE +21 -0
  340. package/node_modules/@slack/bolt/node_modules/has-tostringtag/README.md +46 -0
  341. package/node_modules/@slack/bolt/node_modules/has-tostringtag/index.d.ts +3 -0
  342. package/node_modules/@slack/bolt/node_modules/has-tostringtag/index.js +8 -0
  343. package/node_modules/@slack/bolt/node_modules/has-tostringtag/package.json +108 -0
  344. package/node_modules/@slack/bolt/node_modules/has-tostringtag/shams.d.ts +3 -0
  345. package/node_modules/@slack/bolt/node_modules/has-tostringtag/shams.js +8 -0
  346. package/node_modules/@slack/bolt/node_modules/has-tostringtag/test/index.js +21 -0
  347. package/node_modules/@slack/bolt/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  348. package/node_modules/@slack/bolt/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  349. package/node_modules/@slack/bolt/node_modules/has-tostringtag/test/tests.js +15 -0
  350. package/node_modules/@slack/bolt/node_modules/has-tostringtag/tsconfig.json +49 -0
  351. package/node_modules/@slack/bolt/node_modules/https-proxy-agent/README.md +137 -0
  352. package/node_modules/@slack/bolt/node_modules/https-proxy-agent/dist/agent.d.ts +30 -0
  353. package/node_modules/@slack/bolt/node_modules/https-proxy-agent/dist/agent.js +177 -0
  354. package/node_modules/@slack/bolt/node_modules/https-proxy-agent/dist/agent.js.map +1 -0
  355. package/node_modules/@slack/bolt/node_modules/https-proxy-agent/dist/index.d.ts +23 -0
  356. package/node_modules/@slack/bolt/node_modules/https-proxy-agent/dist/index.js +14 -0
  357. package/node_modules/@slack/bolt/node_modules/https-proxy-agent/dist/index.js.map +1 -0
  358. package/node_modules/@slack/bolt/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +7 -0
  359. package/node_modules/@slack/bolt/node_modules/https-proxy-agent/dist/parse-proxy-response.js +66 -0
  360. package/node_modules/@slack/bolt/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
  361. package/node_modules/@slack/bolt/node_modules/https-proxy-agent/package.json +56 -0
  362. package/node_modules/@slack/bolt/node_modules/iconv-lite/encodings/sbcs-data.js +0 -2
  363. package/node_modules/@slack/bolt/node_modules/iconv-lite/encodings/utf32.js +3 -10
  364. package/node_modules/@slack/bolt/node_modules/iconv-lite/package.json +2 -2
  365. package/node_modules/@slack/bolt/node_modules/iconv-lite/types/encodings.d.ts +0 -2
  366. package/node_modules/@slack/bolt/node_modules/media-typer/README.md +14 -15
  367. package/node_modules/@slack/bolt/node_modules/media-typer/index.js +8 -0
  368. package/node_modules/@slack/bolt/node_modules/media-typer/package.json +12 -16
  369. package/node_modules/@slack/bolt/node_modules/path-to-regexp/Readme.md +3 -3
  370. package/node_modules/@slack/bolt/node_modules/path-to-regexp/dist/index.js +158 -135
  371. package/node_modules/@slack/bolt/node_modules/path-to-regexp/dist/index.js.map +1 -1
  372. package/node_modules/@slack/bolt/node_modules/path-to-regexp/package.json +2 -2
  373. package/node_modules/@slack/bolt/node_modules/proxy-addr/HISTORY.md +60 -54
  374. package/node_modules/@slack/bolt/node_modules/proxy-addr/README.md +1 -1
  375. package/node_modules/@slack/bolt/node_modules/proxy-addr/index.js +32 -0
  376. package/node_modules/@slack/bolt/node_modules/proxy-addr/package.json +8 -4
  377. package/node_modules/@slack/bolt/node_modules/proxy-from-env/LICENSE +20 -0
  378. package/node_modules/@slack/bolt/node_modules/proxy-from-env/README.md +163 -0
  379. package/node_modules/@slack/bolt/node_modules/proxy-from-env/index.cjs +105 -0
  380. package/node_modules/@slack/bolt/node_modules/proxy-from-env/index.js +103 -0
  381. package/node_modules/@slack/bolt/node_modules/proxy-from-env/package.json +43 -0
  382. package/node_modules/@slack/bolt/node_modules/qs/CHANGELOG.md +0 -11
  383. package/node_modules/@slack/bolt/node_modules/qs/dist/qs.js +17 -17
  384. package/node_modules/@slack/bolt/node_modules/qs/lib/parse.js +8 -19
  385. package/node_modules/@slack/bolt/node_modules/qs/lib/utils.js +8 -47
  386. package/node_modules/@slack/bolt/node_modules/qs/package.json +5 -6
  387. package/node_modules/@slack/bolt/node_modules/qs/test/parse.js +0 -230
  388. package/node_modules/@slack/bolt/node_modules/qs/test/utils.js +0 -194
  389. package/node_modules/@slack/bolt/package.json +11 -10
  390. package/node_modules/@slack/types/README.md +1 -1
  391. package/node_modules/@slack/types/dist/events/app.d.ts +0 -28
  392. package/node_modules/@slack/types/dist/events/app.d.ts.map +1 -1
  393. package/node_modules/@slack/types/dist/events/index.d.ts +2 -2
  394. package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
  395. package/node_modules/@slack/types/dist/events/index.js.map +1 -1
  396. package/node_modules/@slack/types/dist/events/message.d.ts +0 -2
  397. package/node_modules/@slack/types/dist/events/message.d.ts.map +1 -1
  398. package/node_modules/@slack/types/package.json +3 -3
  399. package/node_modules/@slack/web-api/README.md +1 -1
  400. package/node_modules/@slack/web-api/dist/WebClient.d.ts +71 -42
  401. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  402. package/node_modules/@slack/web-api/dist/WebClient.js +248 -180
  403. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  404. package/node_modules/@slack/web-api/dist/chat-stream.js +22 -37
  405. package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -1
  406. package/node_modules/@slack/web-api/dist/errors.d.ts +51 -32
  407. package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
  408. package/node_modules/@slack/web-api/dist/errors.js +55 -64
  409. package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
  410. package/node_modules/@slack/web-api/dist/file-upload.d.ts +9 -0
  411. package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
  412. package/node_modules/@slack/web-api/dist/file-upload.js +46 -41
  413. package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
  414. package/node_modules/@slack/web-api/dist/index.d.ts +2 -2
  415. package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
  416. package/node_modules/@slack/web-api/dist/index.js +1 -8
  417. package/node_modules/@slack/web-api/dist/index.js.map +1 -1
  418. package/node_modules/@slack/web-api/dist/methods.d.ts +38 -2
  419. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  420. package/node_modules/@slack/web-api/dist/methods.js +1384 -1347
  421. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  422. package/node_modules/@slack/web-api/dist/types/request/files.d.ts +1 -0
  423. package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -1
  424. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +3 -3
  425. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  426. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +1 -66
  427. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
  428. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +14 -1
  429. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +1 -1
  430. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +29 -0
  431. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -1
  432. package/node_modules/@slack/web-api/node_modules/@slack/logger/README.md +1 -1
  433. package/node_modules/@slack/web-api/node_modules/@slack/logger/dist/index.js +13 -17
  434. package/node_modules/@slack/web-api/node_modules/@slack/logger/dist/index.js.map +1 -1
  435. package/node_modules/@slack/web-api/node_modules/@slack/logger/package.json +7 -6
  436. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  437. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +6 -16
  438. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  439. package/node_modules/@slack/web-api/node_modules/agent-base/README.md +145 -0
  440. package/node_modules/@slack/web-api/node_modules/agent-base/dist/src/index.d.ts +78 -0
  441. package/node_modules/@slack/web-api/node_modules/agent-base/dist/src/index.js +203 -0
  442. package/node_modules/@slack/web-api/node_modules/agent-base/dist/src/index.js.map +1 -0
  443. package/node_modules/@slack/web-api/node_modules/agent-base/dist/src/promisify.d.ts +4 -0
  444. package/node_modules/@slack/web-api/node_modules/agent-base/dist/src/promisify.js +18 -0
  445. package/node_modules/@slack/web-api/node_modules/agent-base/dist/src/promisify.js.map +1 -0
  446. package/node_modules/@slack/web-api/node_modules/agent-base/package.json +64 -0
  447. package/node_modules/@slack/web-api/node_modules/agent-base/src/index.ts +345 -0
  448. package/node_modules/@slack/web-api/node_modules/agent-base/src/promisify.ts +33 -0
  449. package/node_modules/@slack/web-api/node_modules/asynckit/LICENSE +21 -0
  450. package/node_modules/@slack/web-api/node_modules/asynckit/README.md +233 -0
  451. package/node_modules/@slack/web-api/node_modules/asynckit/bench.js +76 -0
  452. package/node_modules/@slack/web-api/node_modules/asynckit/index.js +6 -0
  453. package/node_modules/@slack/web-api/node_modules/asynckit/lib/abort.js +29 -0
  454. package/node_modules/@slack/web-api/node_modules/asynckit/lib/async.js +34 -0
  455. package/node_modules/@slack/web-api/node_modules/asynckit/lib/defer.js +26 -0
  456. package/node_modules/@slack/web-api/node_modules/asynckit/lib/iterate.js +75 -0
  457. package/node_modules/@slack/web-api/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  458. package/node_modules/@slack/web-api/node_modules/asynckit/lib/readable_parallel.js +25 -0
  459. package/node_modules/@slack/web-api/node_modules/asynckit/lib/readable_serial.js +25 -0
  460. package/node_modules/@slack/web-api/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  461. package/node_modules/@slack/web-api/node_modules/asynckit/lib/state.js +37 -0
  462. package/node_modules/@slack/web-api/node_modules/asynckit/lib/streamify.js +141 -0
  463. package/node_modules/@slack/web-api/node_modules/asynckit/lib/terminator.js +29 -0
  464. package/node_modules/@slack/web-api/node_modules/asynckit/package.json +63 -0
  465. package/node_modules/@slack/web-api/node_modules/asynckit/parallel.js +43 -0
  466. package/node_modules/@slack/web-api/node_modules/asynckit/serial.js +17 -0
  467. package/node_modules/@slack/web-api/node_modules/asynckit/serialOrdered.js +75 -0
  468. package/node_modules/@slack/web-api/node_modules/asynckit/stream.js +21 -0
  469. package/node_modules/@slack/web-api/node_modules/axios/CHANGELOG.md +1934 -0
  470. package/node_modules/@slack/web-api/node_modules/axios/LICENSE +7 -0
  471. package/node_modules/@slack/web-api/node_modules/axios/MIGRATION_GUIDE.md +877 -0
  472. package/node_modules/@slack/web-api/node_modules/axios/README.md +2851 -0
  473. package/node_modules/@slack/web-api/node_modules/axios/dist/axios.js +5807 -0
  474. package/node_modules/@slack/web-api/node_modules/axios/dist/axios.min.js +5 -0
  475. package/node_modules/@slack/web-api/node_modules/axios/dist/axios.min.js.map +1 -0
  476. package/node_modules/@slack/web-api/node_modules/axios/dist/browser/axios.cjs +5829 -0
  477. package/node_modules/@slack/web-api/node_modules/axios/dist/esm/axios.js +5850 -0
  478. package/node_modules/@slack/web-api/node_modules/axios/dist/esm/axios.min.js +3 -0
  479. package/node_modules/@slack/web-api/node_modules/axios/dist/esm/axios.min.js.map +1 -0
  480. package/node_modules/@slack/web-api/node_modules/axios/dist/node/axios.cjs +6808 -0
  481. package/node_modules/@slack/web-api/node_modules/axios/index.d.cts +766 -0
  482. package/node_modules/@slack/web-api/node_modules/axios/index.d.ts +787 -0
  483. package/node_modules/@slack/web-api/node_modules/axios/index.js +45 -0
  484. package/node_modules/@slack/web-api/node_modules/axios/lib/adapters/README.md +36 -0
  485. package/node_modules/@slack/web-api/node_modules/axios/lib/adapters/adapters.js +132 -0
  486. package/node_modules/@slack/web-api/node_modules/axios/lib/adapters/fetch.js +696 -0
  487. package/node_modules/@slack/web-api/node_modules/axios/lib/adapters/http.js +1490 -0
  488. package/node_modules/@slack/web-api/node_modules/axios/lib/adapters/xhr.js +277 -0
  489. package/node_modules/@slack/web-api/node_modules/axios/lib/axios.js +89 -0
  490. package/node_modules/@slack/web-api/node_modules/axios/lib/cancel/CancelToken.js +135 -0
  491. package/node_modules/@slack/web-api/node_modules/axios/lib/cancel/CanceledError.js +22 -0
  492. package/node_modules/@slack/web-api/node_modules/axios/lib/cancel/isCancel.js +5 -0
  493. package/node_modules/@slack/web-api/node_modules/axios/lib/core/Axios.js +306 -0
  494. package/node_modules/@slack/web-api/node_modules/axios/lib/core/AxiosError.js +219 -0
  495. package/node_modules/@slack/web-api/node_modules/axios/lib/core/AxiosHeaders.js +474 -0
  496. package/node_modules/@slack/web-api/node_modules/axios/lib/core/InterceptorManager.js +171 -0
  497. package/node_modules/@slack/web-api/node_modules/axios/lib/core/README.md +8 -0
  498. package/node_modules/@slack/web-api/node_modules/axios/lib/core/buildFullPath.js +76 -0
  499. package/node_modules/@slack/web-api/node_modules/axios/lib/core/dispatchRequest.js +95 -0
  500. package/node_modules/@slack/web-api/node_modules/axios/lib/core/mergeConfig.js +174 -0
  501. package/node_modules/@slack/web-api/node_modules/axios/lib/core/methodList.js +17 -0
  502. package/node_modules/@slack/web-api/node_modules/axios/lib/core/setFormDataHeaders.js +27 -0
  503. package/node_modules/@slack/web-api/node_modules/axios/lib/core/settle.js +27 -0
  504. package/node_modules/@slack/web-api/node_modules/axios/lib/core/transformData.js +28 -0
  505. package/node_modules/@slack/web-api/node_modules/axios/lib/defaults/index.js +178 -0
  506. package/node_modules/@slack/web-api/node_modules/axios/lib/defaults/transitional.js +10 -0
  507. package/node_modules/@slack/web-api/node_modules/axios/lib/env/README.md +3 -0
  508. package/node_modules/@slack/web-api/node_modules/axios/lib/env/classes/FormData.js +2 -0
  509. package/node_modules/@slack/web-api/node_modules/axios/lib/env/data.js +1 -0
  510. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/AxiosTransformStream.js +156 -0
  511. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +59 -0
  512. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/Http2Sessions.js +121 -0
  513. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/HttpStatusCode.js +88 -0
  514. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/README.md +7 -0
  515. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +29 -0
  516. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/bind.js +14 -0
  517. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/buildURL.js +69 -0
  518. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/callbackify.js +18 -0
  519. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/combineURLs.js +23 -0
  520. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/composeSignals.js +68 -0
  521. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/cookies.js +64 -0
  522. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/deprecatedMethod.js +31 -0
  523. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +166 -0
  524. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/formDataToJSON.js +125 -0
  525. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/formDataToStream.js +119 -0
  526. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/fromDataURI.js +69 -0
  527. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/isAbsoluteURL.js +19 -0
  528. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/isAxiosError.js +14 -0
  529. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/isURLSameOrigin.js +16 -0
  530. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/normalizeURLForProtocolCheck.js +24 -0
  531. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/null.js +2 -0
  532. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/parseHeaders.js +71 -0
  533. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
  534. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/progressEventReducer.js +54 -0
  535. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/readBlob.js +15 -0
  536. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/resolveConfig.js +107 -0
  537. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/sanitizeHeaderValue.js +60 -0
  538. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/shouldBypassProxy.js +505 -0
  539. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/speedometer.js +55 -0
  540. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/spread.js +28 -0
  541. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/throttle.js +45 -0
  542. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/toFormData.js +279 -0
  543. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/toURLEncodedForm.js +19 -0
  544. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/trackStream.js +89 -0
  545. package/node_modules/@slack/web-api/node_modules/axios/lib/helpers/validator.js +112 -0
  546. package/node_modules/@slack/web-api/node_modules/axios/lib/platform/browser/classes/Blob.js +3 -0
  547. package/node_modules/@slack/web-api/node_modules/axios/lib/platform/browser/classes/FormData.js +3 -0
  548. package/node_modules/@slack/web-api/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +4 -0
  549. package/node_modules/@slack/web-api/node_modules/axios/lib/platform/browser/index.js +13 -0
  550. package/node_modules/@slack/web-api/node_modules/axios/lib/platform/common/utils.js +52 -0
  551. package/node_modules/@slack/web-api/node_modules/axios/lib/platform/index.js +7 -0
  552. package/node_modules/@slack/web-api/node_modules/axios/lib/platform/node/classes/Buffer.js +11 -0
  553. package/node_modules/@slack/web-api/node_modules/axios/lib/platform/node/classes/FormData.js +3 -0
  554. package/node_modules/@slack/web-api/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +4 -0
  555. package/node_modules/@slack/web-api/node_modules/axios/lib/platform/node/index.js +37 -0
  556. package/node_modules/@slack/web-api/node_modules/axios/lib/utils.js +1150 -0
  557. package/node_modules/@slack/web-api/node_modules/axios/package.json +203 -0
  558. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  559. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  560. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  561. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  562. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  563. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/README.md +62 -0
  564. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  565. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  566. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  567. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  568. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  569. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  570. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  571. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  572. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  573. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/index.js +15 -0
  574. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/package.json +85 -0
  575. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  576. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  577. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  578. package/node_modules/@slack/web-api/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  579. package/node_modules/@slack/web-api/node_modules/combined-stream/License +19 -0
  580. package/node_modules/@slack/web-api/node_modules/combined-stream/Readme.md +138 -0
  581. package/node_modules/@slack/web-api/node_modules/combined-stream/lib/combined_stream.js +208 -0
  582. package/node_modules/@slack/web-api/node_modules/combined-stream/package.json +25 -0
  583. package/node_modules/@slack/web-api/node_modules/debug/LICENSE +20 -0
  584. package/node_modules/@slack/web-api/node_modules/debug/README.md +481 -0
  585. package/node_modules/@slack/web-api/node_modules/debug/package.json +64 -0
  586. package/node_modules/@slack/web-api/node_modules/debug/src/browser.js +272 -0
  587. package/node_modules/@slack/web-api/node_modules/debug/src/common.js +292 -0
  588. package/node_modules/@slack/web-api/node_modules/debug/src/index.js +10 -0
  589. package/node_modules/@slack/web-api/node_modules/debug/src/node.js +263 -0
  590. package/node_modules/@slack/web-api/node_modules/delayed-stream/.npmignore +1 -0
  591. package/node_modules/@slack/web-api/node_modules/delayed-stream/License +19 -0
  592. package/node_modules/@slack/web-api/node_modules/delayed-stream/Makefile +7 -0
  593. package/node_modules/@slack/web-api/node_modules/delayed-stream/Readme.md +141 -0
  594. package/node_modules/@slack/web-api/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  595. package/node_modules/@slack/web-api/node_modules/delayed-stream/package.json +27 -0
  596. package/node_modules/@slack/web-api/node_modules/dunder-proto/.eslintrc +5 -0
  597. package/node_modules/@slack/web-api/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  598. package/node_modules/@slack/web-api/node_modules/dunder-proto/.nycrc +13 -0
  599. package/node_modules/@slack/web-api/node_modules/dunder-proto/CHANGELOG.md +24 -0
  600. package/node_modules/@slack/web-api/node_modules/dunder-proto/LICENSE +21 -0
  601. package/node_modules/@slack/web-api/node_modules/dunder-proto/README.md +54 -0
  602. package/node_modules/@slack/web-api/node_modules/dunder-proto/get.d.ts +5 -0
  603. package/node_modules/@slack/web-api/node_modules/dunder-proto/get.js +30 -0
  604. package/node_modules/@slack/web-api/node_modules/dunder-proto/package.json +76 -0
  605. package/node_modules/@slack/web-api/node_modules/dunder-proto/set.d.ts +5 -0
  606. package/node_modules/@slack/web-api/node_modules/dunder-proto/set.js +35 -0
  607. package/node_modules/@slack/web-api/node_modules/dunder-proto/test/get.js +34 -0
  608. package/node_modules/@slack/web-api/node_modules/dunder-proto/test/index.js +4 -0
  609. package/node_modules/@slack/web-api/node_modules/dunder-proto/test/set.js +50 -0
  610. package/node_modules/@slack/web-api/node_modules/dunder-proto/tsconfig.json +9 -0
  611. package/node_modules/@slack/web-api/node_modules/es-define-property/.eslintrc +13 -0
  612. package/node_modules/@slack/web-api/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  613. package/node_modules/@slack/web-api/node_modules/es-define-property/.nycrc +9 -0
  614. package/node_modules/@slack/web-api/node_modules/es-define-property/CHANGELOG.md +29 -0
  615. package/node_modules/@slack/web-api/node_modules/es-define-property/LICENSE +21 -0
  616. package/node_modules/@slack/web-api/node_modules/es-define-property/README.md +49 -0
  617. package/node_modules/@slack/web-api/node_modules/es-define-property/index.d.ts +3 -0
  618. package/node_modules/@slack/web-api/node_modules/es-define-property/index.js +14 -0
  619. package/node_modules/@slack/web-api/node_modules/es-define-property/package.json +81 -0
  620. package/node_modules/@slack/web-api/node_modules/es-define-property/test/index.js +56 -0
  621. package/node_modules/@slack/web-api/node_modules/es-define-property/tsconfig.json +10 -0
  622. package/node_modules/@slack/web-api/node_modules/es-errors/.eslintrc +5 -0
  623. package/node_modules/@slack/web-api/node_modules/es-errors/.github/FUNDING.yml +12 -0
  624. package/node_modules/@slack/web-api/node_modules/es-errors/CHANGELOG.md +40 -0
  625. package/node_modules/@slack/web-api/node_modules/es-errors/LICENSE +21 -0
  626. package/node_modules/@slack/web-api/node_modules/es-errors/README.md +55 -0
  627. package/node_modules/@slack/web-api/node_modules/es-errors/eval.d.ts +3 -0
  628. package/node_modules/@slack/web-api/node_modules/es-errors/eval.js +4 -0
  629. package/node_modules/@slack/web-api/node_modules/es-errors/index.d.ts +3 -0
  630. package/node_modules/@slack/web-api/node_modules/es-errors/index.js +4 -0
  631. package/node_modules/@slack/web-api/node_modules/es-errors/package.json +80 -0
  632. package/node_modules/@slack/web-api/node_modules/es-errors/range.d.ts +3 -0
  633. package/node_modules/@slack/web-api/node_modules/es-errors/range.js +4 -0
  634. package/node_modules/@slack/web-api/node_modules/es-errors/ref.d.ts +3 -0
  635. package/node_modules/@slack/web-api/node_modules/es-errors/ref.js +4 -0
  636. package/node_modules/@slack/web-api/node_modules/es-errors/syntax.d.ts +3 -0
  637. package/node_modules/@slack/web-api/node_modules/es-errors/syntax.js +4 -0
  638. package/node_modules/@slack/web-api/node_modules/es-errors/test/index.js +19 -0
  639. package/node_modules/@slack/web-api/node_modules/es-errors/tsconfig.json +49 -0
  640. package/node_modules/@slack/web-api/node_modules/es-errors/type.d.ts +3 -0
  641. package/node_modules/@slack/web-api/node_modules/es-errors/type.js +4 -0
  642. package/node_modules/@slack/web-api/node_modules/es-errors/uri.d.ts +3 -0
  643. package/node_modules/@slack/web-api/node_modules/es-errors/uri.js +4 -0
  644. package/node_modules/@slack/web-api/node_modules/es-object-atoms/.eslintrc +16 -0
  645. package/node_modules/@slack/web-api/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  646. package/node_modules/@slack/web-api/node_modules/es-object-atoms/CHANGELOG.md +44 -0
  647. package/node_modules/@slack/web-api/node_modules/es-object-atoms/LICENSE +21 -0
  648. package/node_modules/@slack/web-api/node_modules/es-object-atoms/README.md +63 -0
  649. package/node_modules/@slack/web-api/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  650. package/node_modules/@slack/web-api/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  651. package/node_modules/@slack/web-api/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  652. package/node_modules/@slack/web-api/node_modules/es-object-atoms/ToObject.js +10 -0
  653. package/node_modules/@slack/web-api/node_modules/es-object-atoms/index.d.ts +3 -0
  654. package/node_modules/@slack/web-api/node_modules/es-object-atoms/index.js +4 -0
  655. package/node_modules/@slack/web-api/node_modules/es-object-atoms/isObject.d.ts +3 -0
  656. package/node_modules/@slack/web-api/node_modules/es-object-atoms/isObject.js +6 -0
  657. package/node_modules/@slack/web-api/node_modules/es-object-atoms/package.json +79 -0
  658. package/node_modules/@slack/web-api/node_modules/es-object-atoms/test/index.js +38 -0
  659. package/node_modules/@slack/web-api/node_modules/es-object-atoms/tsconfig.json +7 -0
  660. package/node_modules/@slack/web-api/node_modules/es-set-tostringtag/.eslintrc +13 -0
  661. package/node_modules/@slack/web-api/node_modules/es-set-tostringtag/.nycrc +9 -0
  662. package/node_modules/@slack/web-api/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  663. package/node_modules/@slack/web-api/node_modules/es-set-tostringtag/LICENSE +21 -0
  664. package/node_modules/@slack/web-api/node_modules/es-set-tostringtag/README.md +53 -0
  665. package/node_modules/@slack/web-api/node_modules/es-set-tostringtag/index.d.ts +10 -0
  666. package/node_modules/@slack/web-api/node_modules/es-set-tostringtag/index.js +35 -0
  667. package/node_modules/@slack/web-api/node_modules/es-set-tostringtag/package.json +78 -0
  668. package/node_modules/@slack/web-api/node_modules/es-set-tostringtag/test/index.js +85 -0
  669. package/node_modules/@slack/web-api/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  670. package/node_modules/@slack/web-api/node_modules/follow-redirects/LICENSE +18 -0
  671. package/node_modules/@slack/web-api/node_modules/follow-redirects/README.md +157 -0
  672. package/node_modules/@slack/web-api/node_modules/follow-redirects/debug.js +15 -0
  673. package/node_modules/@slack/web-api/node_modules/follow-redirects/http.js +1 -0
  674. package/node_modules/@slack/web-api/node_modules/follow-redirects/https.js +1 -0
  675. package/node_modules/@slack/web-api/node_modules/follow-redirects/index.js +709 -0
  676. package/node_modules/@slack/web-api/node_modules/follow-redirects/package.json +58 -0
  677. package/node_modules/@slack/web-api/node_modules/form-data/CHANGELOG.md +669 -0
  678. package/node_modules/@slack/web-api/node_modules/form-data/License +19 -0
  679. package/node_modules/@slack/web-api/node_modules/form-data/README.md +350 -0
  680. package/node_modules/@slack/web-api/node_modules/form-data/index.d.ts +51 -0
  681. package/node_modules/@slack/web-api/node_modules/form-data/lib/browser.js +4 -0
  682. package/node_modules/@slack/web-api/node_modules/form-data/lib/form_data.js +514 -0
  683. package/node_modules/@slack/web-api/node_modules/form-data/lib/populate.js +10 -0
  684. package/node_modules/@slack/web-api/node_modules/form-data/package.json +83 -0
  685. package/node_modules/@slack/web-api/node_modules/function-bind/.eslintrc +21 -0
  686. package/node_modules/@slack/web-api/node_modules/function-bind/.github/FUNDING.yml +12 -0
  687. package/node_modules/@slack/web-api/node_modules/function-bind/.github/SECURITY.md +3 -0
  688. package/node_modules/@slack/web-api/node_modules/function-bind/.nycrc +13 -0
  689. package/node_modules/@slack/web-api/node_modules/function-bind/CHANGELOG.md +136 -0
  690. package/node_modules/@slack/web-api/node_modules/function-bind/LICENSE +20 -0
  691. package/node_modules/@slack/web-api/node_modules/function-bind/README.md +46 -0
  692. package/node_modules/@slack/web-api/node_modules/function-bind/implementation.js +84 -0
  693. package/node_modules/@slack/web-api/node_modules/function-bind/index.js +5 -0
  694. package/node_modules/@slack/web-api/node_modules/function-bind/package.json +87 -0
  695. package/node_modules/@slack/web-api/node_modules/function-bind/test/.eslintrc +9 -0
  696. package/node_modules/@slack/web-api/node_modules/function-bind/test/index.js +252 -0
  697. package/node_modules/@slack/web-api/node_modules/get-intrinsic/.eslintrc +42 -0
  698. package/node_modules/@slack/web-api/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  699. package/node_modules/@slack/web-api/node_modules/get-intrinsic/.nycrc +9 -0
  700. package/node_modules/@slack/web-api/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  701. package/node_modules/@slack/web-api/node_modules/get-intrinsic/LICENSE +21 -0
  702. package/node_modules/@slack/web-api/node_modules/get-intrinsic/README.md +71 -0
  703. package/node_modules/@slack/web-api/node_modules/get-intrinsic/index.js +378 -0
  704. package/node_modules/@slack/web-api/node_modules/get-intrinsic/package.json +97 -0
  705. package/node_modules/@slack/web-api/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  706. package/node_modules/@slack/web-api/node_modules/get-proto/.eslintrc +10 -0
  707. package/node_modules/@slack/web-api/node_modules/get-proto/.github/FUNDING.yml +12 -0
  708. package/node_modules/@slack/web-api/node_modules/get-proto/.nycrc +9 -0
  709. package/node_modules/@slack/web-api/node_modules/get-proto/CHANGELOG.md +21 -0
  710. package/node_modules/@slack/web-api/node_modules/get-proto/LICENSE +21 -0
  711. package/node_modules/@slack/web-api/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  712. package/node_modules/@slack/web-api/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  713. package/node_modules/@slack/web-api/node_modules/get-proto/README.md +50 -0
  714. package/node_modules/@slack/web-api/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  715. package/node_modules/@slack/web-api/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  716. package/node_modules/@slack/web-api/node_modules/get-proto/index.d.ts +5 -0
  717. package/node_modules/@slack/web-api/node_modules/get-proto/index.js +27 -0
  718. package/node_modules/@slack/web-api/node_modules/get-proto/package.json +81 -0
  719. package/node_modules/@slack/web-api/node_modules/get-proto/test/index.js +68 -0
  720. package/node_modules/@slack/web-api/node_modules/get-proto/tsconfig.json +9 -0
  721. package/node_modules/@slack/web-api/node_modules/gopd/.eslintrc +16 -0
  722. package/node_modules/@slack/web-api/node_modules/gopd/.github/FUNDING.yml +12 -0
  723. package/node_modules/@slack/web-api/node_modules/gopd/CHANGELOG.md +45 -0
  724. package/node_modules/@slack/web-api/node_modules/gopd/LICENSE +21 -0
  725. package/node_modules/@slack/web-api/node_modules/gopd/README.md +40 -0
  726. package/node_modules/@slack/web-api/node_modules/gopd/gOPD.d.ts +1 -0
  727. package/node_modules/@slack/web-api/node_modules/gopd/gOPD.js +4 -0
  728. package/node_modules/@slack/web-api/node_modules/gopd/index.d.ts +5 -0
  729. package/node_modules/@slack/web-api/node_modules/gopd/index.js +15 -0
  730. package/node_modules/@slack/web-api/node_modules/gopd/package.json +77 -0
  731. package/node_modules/@slack/web-api/node_modules/gopd/test/index.js +36 -0
  732. package/node_modules/@slack/web-api/node_modules/gopd/tsconfig.json +9 -0
  733. package/node_modules/@slack/web-api/node_modules/has-symbols/.eslintrc +11 -0
  734. package/node_modules/@slack/web-api/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  735. package/node_modules/@slack/web-api/node_modules/has-symbols/.nycrc +9 -0
  736. package/node_modules/@slack/web-api/node_modules/has-symbols/CHANGELOG.md +91 -0
  737. package/node_modules/@slack/web-api/node_modules/has-symbols/LICENSE +21 -0
  738. package/node_modules/@slack/web-api/node_modules/has-symbols/README.md +46 -0
  739. package/node_modules/@slack/web-api/node_modules/has-symbols/index.d.ts +3 -0
  740. package/node_modules/@slack/web-api/node_modules/has-symbols/index.js +14 -0
  741. package/node_modules/@slack/web-api/node_modules/has-symbols/package.json +111 -0
  742. package/node_modules/@slack/web-api/node_modules/has-symbols/shams.d.ts +3 -0
  743. package/node_modules/@slack/web-api/node_modules/has-symbols/shams.js +45 -0
  744. package/node_modules/@slack/web-api/node_modules/has-symbols/test/index.js +22 -0
  745. package/node_modules/@slack/web-api/node_modules/has-symbols/test/shams/core-js.js +29 -0
  746. package/node_modules/@slack/web-api/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  747. package/node_modules/@slack/web-api/node_modules/has-symbols/test/tests.js +58 -0
  748. package/node_modules/@slack/web-api/node_modules/has-symbols/tsconfig.json +10 -0
  749. package/node_modules/@slack/web-api/node_modules/has-tostringtag/.eslintrc +5 -0
  750. package/node_modules/@slack/web-api/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  751. package/node_modules/@slack/web-api/node_modules/has-tostringtag/.nycrc +13 -0
  752. package/node_modules/@slack/web-api/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  753. package/node_modules/@slack/web-api/node_modules/has-tostringtag/LICENSE +21 -0
  754. package/node_modules/@slack/web-api/node_modules/has-tostringtag/README.md +46 -0
  755. package/node_modules/@slack/web-api/node_modules/has-tostringtag/index.d.ts +3 -0
  756. package/node_modules/@slack/web-api/node_modules/has-tostringtag/index.js +8 -0
  757. package/node_modules/@slack/web-api/node_modules/has-tostringtag/package.json +108 -0
  758. package/node_modules/@slack/web-api/node_modules/has-tostringtag/shams.d.ts +3 -0
  759. package/node_modules/@slack/web-api/node_modules/has-tostringtag/shams.js +8 -0
  760. package/node_modules/@slack/web-api/node_modules/has-tostringtag/test/index.js +21 -0
  761. package/node_modules/@slack/web-api/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  762. package/node_modules/@slack/web-api/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  763. package/node_modules/@slack/web-api/node_modules/has-tostringtag/test/tests.js +15 -0
  764. package/node_modules/@slack/web-api/node_modules/has-tostringtag/tsconfig.json +49 -0
  765. package/node_modules/@slack/web-api/node_modules/hasown/.github/FUNDING.yml +12 -0
  766. package/node_modules/@slack/web-api/node_modules/hasown/.nycrc +13 -0
  767. package/node_modules/@slack/web-api/node_modules/hasown/CHANGELOG.md +58 -0
  768. package/node_modules/@slack/web-api/node_modules/hasown/LICENSE +21 -0
  769. package/node_modules/@slack/web-api/node_modules/hasown/README.md +40 -0
  770. package/node_modules/@slack/web-api/node_modules/hasown/eslint.config.mjs +6 -0
  771. package/node_modules/@slack/web-api/node_modules/hasown/index.d.ts +3 -0
  772. package/node_modules/@slack/web-api/node_modules/hasown/index.js +8 -0
  773. package/node_modules/@slack/web-api/node_modules/hasown/package.json +91 -0
  774. package/node_modules/@slack/web-api/node_modules/hasown/tsconfig.json +6 -0
  775. package/node_modules/@slack/web-api/node_modules/https-proxy-agent/README.md +137 -0
  776. package/node_modules/@slack/web-api/node_modules/https-proxy-agent/dist/agent.d.ts +30 -0
  777. package/node_modules/@slack/web-api/node_modules/https-proxy-agent/dist/agent.js +177 -0
  778. package/node_modules/@slack/web-api/node_modules/https-proxy-agent/dist/agent.js.map +1 -0
  779. package/node_modules/@slack/web-api/node_modules/https-proxy-agent/dist/index.d.ts +23 -0
  780. package/node_modules/@slack/web-api/node_modules/https-proxy-agent/dist/index.js +14 -0
  781. package/node_modules/@slack/web-api/node_modules/https-proxy-agent/dist/index.js.map +1 -0
  782. package/node_modules/@slack/web-api/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +7 -0
  783. package/node_modules/@slack/web-api/node_modules/https-proxy-agent/dist/parse-proxy-response.js +66 -0
  784. package/node_modules/@slack/web-api/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
  785. package/node_modules/@slack/web-api/node_modules/https-proxy-agent/package.json +56 -0
  786. package/node_modules/@slack/web-api/node_modules/is-electron/LICENSE +21 -0
  787. package/node_modules/@slack/web-api/node_modules/is-electron/README.md +25 -0
  788. package/node_modules/@slack/web-api/node_modules/is-electron/index.d.ts +2 -0
  789. package/node_modules/@slack/web-api/node_modules/is-electron/index.js +21 -0
  790. package/node_modules/@slack/web-api/node_modules/is-electron/package.json +34 -0
  791. package/node_modules/@slack/web-api/node_modules/is-stream/index.d.ts +79 -0
  792. package/node_modules/@slack/web-api/node_modules/is-stream/index.js +28 -0
  793. package/node_modules/@slack/web-api/node_modules/is-stream/package.json +42 -0
  794. package/node_modules/@slack/web-api/node_modules/is-stream/readme.md +60 -0
  795. package/node_modules/@slack/web-api/node_modules/math-intrinsics/.eslintrc +16 -0
  796. package/node_modules/@slack/web-api/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  797. package/node_modules/@slack/web-api/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  798. package/node_modules/@slack/web-api/node_modules/math-intrinsics/LICENSE +21 -0
  799. package/node_modules/@slack/web-api/node_modules/math-intrinsics/README.md +50 -0
  800. package/node_modules/@slack/web-api/node_modules/math-intrinsics/abs.d.ts +1 -0
  801. package/node_modules/@slack/web-api/node_modules/math-intrinsics/abs.js +4 -0
  802. package/node_modules/@slack/web-api/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  803. package/node_modules/@slack/web-api/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  804. package/node_modules/@slack/web-api/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  805. package/node_modules/@slack/web-api/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  806. package/node_modules/@slack/web-api/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  807. package/node_modules/@slack/web-api/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  808. package/node_modules/@slack/web-api/node_modules/math-intrinsics/floor.d.ts +1 -0
  809. package/node_modules/@slack/web-api/node_modules/math-intrinsics/floor.js +4 -0
  810. package/node_modules/@slack/web-api/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  811. package/node_modules/@slack/web-api/node_modules/math-intrinsics/isFinite.js +12 -0
  812. package/node_modules/@slack/web-api/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  813. package/node_modules/@slack/web-api/node_modules/math-intrinsics/isInteger.js +16 -0
  814. package/node_modules/@slack/web-api/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  815. package/node_modules/@slack/web-api/node_modules/math-intrinsics/isNaN.js +6 -0
  816. package/node_modules/@slack/web-api/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  817. package/node_modules/@slack/web-api/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  818. package/node_modules/@slack/web-api/node_modules/math-intrinsics/max.d.ts +1 -0
  819. package/node_modules/@slack/web-api/node_modules/math-intrinsics/max.js +4 -0
  820. package/node_modules/@slack/web-api/node_modules/math-intrinsics/min.d.ts +1 -0
  821. package/node_modules/@slack/web-api/node_modules/math-intrinsics/min.js +4 -0
  822. package/node_modules/@slack/web-api/node_modules/math-intrinsics/mod.d.ts +3 -0
  823. package/node_modules/@slack/web-api/node_modules/math-intrinsics/mod.js +9 -0
  824. package/node_modules/@slack/web-api/node_modules/math-intrinsics/package.json +86 -0
  825. package/node_modules/@slack/web-api/node_modules/math-intrinsics/pow.d.ts +1 -0
  826. package/node_modules/@slack/web-api/node_modules/math-intrinsics/pow.js +4 -0
  827. package/node_modules/@slack/web-api/node_modules/math-intrinsics/round.d.ts +1 -0
  828. package/node_modules/@slack/web-api/node_modules/math-intrinsics/round.js +4 -0
  829. package/node_modules/@slack/web-api/node_modules/math-intrinsics/sign.d.ts +3 -0
  830. package/node_modules/@slack/web-api/node_modules/math-intrinsics/sign.js +11 -0
  831. package/node_modules/@slack/web-api/node_modules/math-intrinsics/test/index.js +192 -0
  832. package/node_modules/@slack/web-api/node_modules/math-intrinsics/tsconfig.json +3 -0
  833. package/node_modules/@slack/web-api/node_modules/mime-db/HISTORY.md +507 -0
  834. package/node_modules/@slack/web-api/node_modules/mime-db/LICENSE +23 -0
  835. package/node_modules/@slack/web-api/node_modules/mime-db/README.md +100 -0
  836. package/node_modules/@slack/web-api/node_modules/mime-db/db.json +8519 -0
  837. package/node_modules/@slack/web-api/node_modules/mime-db/index.js +12 -0
  838. package/node_modules/@slack/web-api/node_modules/mime-db/package.json +60 -0
  839. package/node_modules/@slack/web-api/node_modules/mime-types/HISTORY.md +397 -0
  840. package/node_modules/@slack/web-api/node_modules/mime-types/LICENSE +23 -0
  841. package/node_modules/@slack/web-api/node_modules/mime-types/README.md +113 -0
  842. package/node_modules/@slack/web-api/node_modules/mime-types/index.js +188 -0
  843. package/node_modules/@slack/web-api/node_modules/mime-types/package.json +44 -0
  844. package/node_modules/@slack/web-api/node_modules/ms/index.js +162 -0
  845. package/node_modules/@slack/web-api/node_modules/ms/license.md +21 -0
  846. package/node_modules/@slack/web-api/node_modules/ms/package.json +38 -0
  847. package/node_modules/@slack/web-api/node_modules/ms/readme.md +59 -0
  848. package/node_modules/@slack/web-api/node_modules/proxy-from-env/LICENSE +20 -0
  849. package/node_modules/@slack/web-api/node_modules/proxy-from-env/README.md +163 -0
  850. package/node_modules/@slack/web-api/node_modules/proxy-from-env/index.cjs +105 -0
  851. package/node_modules/@slack/web-api/node_modules/proxy-from-env/index.js +103 -0
  852. package/node_modules/@slack/web-api/node_modules/proxy-from-env/package.json +43 -0
  853. package/node_modules/@slack/web-api/node_modules/safe-buffer/LICENSE +21 -0
  854. package/node_modules/@slack/web-api/node_modules/safe-buffer/README.md +584 -0
  855. package/node_modules/@slack/web-api/node_modules/safe-buffer/index.d.ts +187 -0
  856. package/node_modules/@slack/web-api/node_modules/safe-buffer/index.js +65 -0
  857. package/node_modules/@slack/web-api/node_modules/safe-buffer/package.json +51 -0
  858. package/node_modules/@slack/web-api/package.json +10 -6
  859. package/node_modules/typebox/build/compile/validator.d.mts +4 -1
  860. package/node_modules/typebox/build/guard/guard.d.mts +1 -1
  861. package/node_modules/typebox/build/guard/guard.mjs +2 -5
  862. package/node_modules/typebox/build/guard/string.mjs +4 -16
  863. package/node_modules/typebox/build/schema/engine/_functions.mjs +15 -34
  864. package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
  865. package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -8
  866. package/node_modules/typebox/build/typebox.d.mts +1 -1
  867. package/node_modules/typebox/build/typebox.mjs +1 -1
  868. package/node_modules/typebox/package.json +1 -1
  869. package/node_modules/typebox/readme.md +32 -29
  870. package/node_modules/ws/lib/permessage-deflate.js +3 -1
  871. package/node_modules/ws/package.json +1 -1
  872. package/openclaw.plugin.json +1390 -1351
  873. package/package.json +19 -109
  874. package/dist/account-configured-BwfXBo_F.js +0 -14
  875. package/dist/account-inspect-DEKpg9Ip.js +0 -89
  876. package/dist/account-reply-mode-DrUXogvO.js +0 -14
  877. package/dist/accounts-CHAeNZOX.js +0 -186
  878. package/dist/accounts.runtime-BHD4Ma2R.js +0 -2
  879. package/dist/action-runtime-DfuYoMjG.js +0 -561
  880. package/dist/action-runtime.runtime-DQErZYpz.js +0 -2
  881. package/dist/actions-D3NuJvva.js +0 -876
  882. package/dist/actions.runtime-BIRU_G4M.js +0 -2
  883. package/dist/approval-handler.runtime-BA05P0QT.js +0 -367
  884. package/dist/block-text-DkHaoGem.js +0 -79
  885. package/dist/channel-B9fVdW3s.js +0 -1118
  886. package/dist/channel-type-DXyos1d2.js +0 -108
  887. package/dist/channel.setup-CLP5oTvh.js +0 -56
  888. package/dist/config-adapter-CxBQH8fq.js +0 -566
  889. package/dist/config-schema-SgZT6nXV.js +0 -373
  890. package/dist/cursor-pages-eX7p8Wwt.js +0 -19
  891. package/dist/directory-config-CnCIAktf.js +0 -54
  892. package/dist/directory-live-DKunWh3A.js +0 -131
  893. package/dist/doctor-contract-CsGH1Dfc.js +0 -158
  894. package/dist/group-policy-NQZti9t-.js +0 -2442
  895. package/dist/message-tool-api-DkhFpMoy.js +0 -127
  896. package/dist/monitor-CmKz0wtI.js +0 -13
  897. package/dist/outbound-adapter-BkuMp2Vs.js +0 -236
  898. package/dist/pipeline.runtime-DgtmuYCP.js +0 -4360
  899. package/dist/plugin-routes-CLp4obpN.js +0 -22
  900. package/dist/policy-PRysPn23.js +0 -65
  901. package/dist/preflight-audio.runtime-D5Bgags0.js +0 -3
  902. package/dist/probe-CgDsSops.js +0 -345
  903. package/dist/provider-DmRizMZt.js +0 -5900
  904. package/dist/relay-source-Blxj8xb4.js +0 -272
  905. package/dist/replies-4s_Vq_z9.js +0 -457
  906. package/dist/resolve-channels-yEqmM-3I.js +0 -92
  907. package/dist/resolve-users-BOrt5K-5.js +0 -118
  908. package/dist/rolldown-runtime-8H4AJuhK.js +0 -14
  909. package/dist/runtime-JSVZSWAj.js +0 -8
  910. package/dist/runtime-api-QMb-Q5Ko.js +0 -10
  911. package/dist/scopes-BJSrkAp6.js +0 -73
  912. package/dist/secret-contract-DxmvbxBF.js +0 -87
  913. package/dist/security-audit-DR097212.js +0 -41
  914. package/dist/send-DsLeZpST.js +0 -1269
  915. package/dist/send.runtime-gUdK6V3h.js +0 -2
  916. package/dist/setup-surface-BeNzrMrJ.js +0 -148
  917. package/dist/shared-DgIN3Dcr.js +0 -268
  918. package/dist/slash-dispatch.runtime-zPkyl7dB.js +0 -33
  919. package/dist/streaming-compat-3_X-21wW.js +0 -44
  920. package/dist/target-parsing-N6lHogYZ.js +0 -73
  921. package/dist/targets-KmjP2E8s.js +0 -13
  922. package/node_modules/@slack/socket-mode/README.md +0 -221
  923. package/node_modules/@slack/socket-mode/dist/package.json +0 -75
  924. package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts +0 -102
  925. package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts.map +0 -1
  926. package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js +0 -330
  927. package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js.map +0 -1
  928. package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.d.ts +0 -104
  929. package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.d.ts.map +0 -1
  930. package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js +0 -412
  931. package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js.map +0 -1
  932. package/node_modules/@slack/socket-mode/dist/src/SocketModeOptions.d.ts +0 -77
  933. package/node_modules/@slack/socket-mode/dist/src/SocketModeOptions.d.ts.map +0 -1
  934. package/node_modules/@slack/socket-mode/dist/src/errors.d.ts +0 -54
  935. package/node_modules/@slack/socket-mode/dist/src/errors.d.ts.map +0 -1
  936. package/node_modules/@slack/socket-mode/dist/src/errors.js +0 -64
  937. package/node_modules/@slack/socket-mode/dist/src/errors.js.map +0 -1
  938. package/node_modules/@slack/socket-mode/dist/src/index.d.ts +0 -6
  939. package/node_modules/@slack/socket-mode/dist/src/index.d.ts.map +0 -1
  940. package/node_modules/@slack/socket-mode/dist/src/index.js +0 -19
  941. package/node_modules/@slack/socket-mode/dist/src/index.js.map +0 -1
  942. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/LICENSE +0 -23
  943. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/README.md +0 -66
  944. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.d.ts +0 -94
  945. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.d.ts.map +0 -1
  946. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.js +0 -98
  947. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.js.map +0 -1
  948. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/package.json +0 -42
  949. package/node_modules/@slack/socket-mode/node_modules/@types/node/README.md +0 -15
  950. package/node_modules/@slack/socket-mode/node_modules/@types/node/assert/strict.d.ts +0 -68
  951. package/node_modules/@slack/socket-mode/node_modules/@types/node/assert.d.ts +0 -1077
  952. package/node_modules/@slack/socket-mode/node_modules/@types/node/async_hooks.d.ts +0 -711
  953. package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  954. package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.d.ts +0 -1799
  955. package/node_modules/@slack/socket-mode/node_modules/@types/node/child_process.d.ts +0 -1362
  956. package/node_modules/@slack/socket-mode/node_modules/@types/node/cluster.d.ts +0 -432
  957. package/node_modules/@slack/socket-mode/node_modules/@types/node/console.d.ts +0 -93
  958. package/node_modules/@slack/socket-mode/node_modules/@types/node/constants.d.ts +0 -14
  959. package/node_modules/@slack/socket-mode/node_modules/@types/node/crypto.d.ts +0 -3954
  960. package/node_modules/@slack/socket-mode/node_modules/@types/node/dgram.d.ts +0 -537
  961. package/node_modules/@slack/socket-mode/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
  962. package/node_modules/@slack/socket-mode/node_modules/@types/node/dns/promises.d.ts +0 -497
  963. package/node_modules/@slack/socket-mode/node_modules/@types/node/dns.d.ts +0 -876
  964. package/node_modules/@slack/socket-mode/node_modules/@types/node/domain.d.ts +0 -150
  965. package/node_modules/@slack/socket-mode/node_modules/@types/node/events.d.ts +0 -1008
  966. package/node_modules/@slack/socket-mode/node_modules/@types/node/ffi.d.ts +0 -486
  967. package/node_modules/@slack/socket-mode/node_modules/@types/node/fs/promises.d.ts +0 -1481
  968. package/node_modules/@slack/socket-mode/node_modules/@types/node/fs.d.ts +0 -4786
  969. package/node_modules/@slack/socket-mode/node_modules/@types/node/globals.d.ts +0 -150
  970. package/node_modules/@slack/socket-mode/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  971. package/node_modules/@slack/socket-mode/node_modules/@types/node/http.d.ts +0 -2172
  972. package/node_modules/@slack/socket-mode/node_modules/@types/node/http2.d.ts +0 -2489
  973. package/node_modules/@slack/socket-mode/node_modules/@types/node/https.d.ts +0 -400
  974. package/node_modules/@slack/socket-mode/node_modules/@types/node/index.d.ts +0 -115
  975. package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector/promises.d.ts +0 -35
  976. package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector.d.ts +0 -264
  977. package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  978. package/node_modules/@slack/socket-mode/node_modules/@types/node/module.d.ts +0 -726
  979. package/node_modules/@slack/socket-mode/node_modules/@types/node/net.d.ts +0 -970
  980. package/node_modules/@slack/socket-mode/node_modules/@types/node/os.d.ts +0 -498
  981. package/node_modules/@slack/socket-mode/node_modules/@types/node/package.json +0 -155
  982. package/node_modules/@slack/socket-mode/node_modules/@types/node/path/posix.d.ts +0 -8
  983. package/node_modules/@slack/socket-mode/node_modules/@types/node/path/win32.d.ts +0 -8
  984. package/node_modules/@slack/socket-mode/node_modules/@types/node/path.d.ts +0 -178
  985. package/node_modules/@slack/socket-mode/node_modules/@types/node/perf_hooks.d.ts +0 -604
  986. package/node_modules/@slack/socket-mode/node_modules/@types/node/process.d.ts +0 -2217
  987. package/node_modules/@slack/socket-mode/node_modules/@types/node/punycode.d.ts +0 -89
  988. package/node_modules/@slack/socket-mode/node_modules/@types/node/querystring.d.ts +0 -139
  989. package/node_modules/@slack/socket-mode/node_modules/@types/node/quic.d.ts +0 -978
  990. package/node_modules/@slack/socket-mode/node_modules/@types/node/readline/promises.d.ts +0 -158
  991. package/node_modules/@slack/socket-mode/node_modules/@types/node/readline.d.ts +0 -508
  992. package/node_modules/@slack/socket-mode/node_modules/@types/node/repl.d.ts +0 -420
  993. package/node_modules/@slack/socket-mode/node_modules/@types/node/sea.d.ts +0 -47
  994. package/node_modules/@slack/socket-mode/node_modules/@types/node/sqlite.d.ts +0 -1123
  995. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/consumers.d.ts +0 -114
  996. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/iter.d.ts +0 -451
  997. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/promises.d.ts +0 -211
  998. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/web.d.ts +0 -300
  999. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream.d.ts +0 -1806
  1000. package/node_modules/@slack/socket-mode/node_modules/@types/node/string_decoder.d.ts +0 -27
  1001. package/node_modules/@slack/socket-mode/node_modules/@types/node/test/reporters.d.ts +0 -59
  1002. package/node_modules/@slack/socket-mode/node_modules/@types/node/test.d.ts +0 -2389
  1003. package/node_modules/@slack/socket-mode/node_modules/@types/node/timers/promises.d.ts +0 -93
  1004. package/node_modules/@slack/socket-mode/node_modules/@types/node/timers.d.ts +0 -149
  1005. package/node_modules/@slack/socket-mode/node_modules/@types/node/tls.d.ts +0 -1193
  1006. package/node_modules/@slack/socket-mode/node_modules/@types/node/trace_events.d.ts +0 -103
  1007. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  1008. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  1009. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  1010. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  1011. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  1012. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  1013. package/node_modules/@slack/socket-mode/node_modules/@types/node/tty.d.ts +0 -225
  1014. package/node_modules/@slack/socket-mode/node_modules/@types/node/url.d.ts +0 -556
  1015. package/node_modules/@slack/socket-mode/node_modules/@types/node/util/types.d.ts +0 -558
  1016. package/node_modules/@slack/socket-mode/node_modules/@types/node/util.d.ts +0 -1677
  1017. package/node_modules/@slack/socket-mode/node_modules/@types/node/v8.d.ts +0 -1062
  1018. package/node_modules/@slack/socket-mode/node_modules/@types/node/vm.d.ts +0 -1136
  1019. package/node_modules/@slack/socket-mode/node_modules/@types/node/wasi.d.ts +0 -131
  1020. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  1021. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  1022. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/console.d.ts +0 -9
  1023. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  1024. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
  1025. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  1026. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/events.d.ts +0 -106
  1027. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  1028. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  1029. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  1030. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  1031. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  1032. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  1033. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  1034. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  1035. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/url.d.ts +0 -24
  1036. package/node_modules/@slack/socket-mode/node_modules/@types/node/worker_threads.d.ts +0 -669
  1037. package/node_modules/@slack/socket-mode/node_modules/@types/node/zlib/iter.d.ts +0 -131
  1038. package/node_modules/@slack/socket-mode/node_modules/@types/node/zlib.d.ts +0 -589
  1039. package/node_modules/@slack/socket-mode/node_modules/undici-types/LICENSE +0 -21
  1040. package/node_modules/@slack/socket-mode/node_modules/undici-types/README.md +0 -6
  1041. package/node_modules/@slack/socket-mode/node_modules/undici-types/agent.d.ts +0 -30
  1042. package/node_modules/@slack/socket-mode/node_modules/undici-types/api.d.ts +0 -43
  1043. package/node_modules/@slack/socket-mode/node_modules/undici-types/balanced-pool.d.ts +0 -30
  1044. package/node_modules/@slack/socket-mode/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  1045. package/node_modules/@slack/socket-mode/node_modules/undici-types/cache.d.ts +0 -36
  1046. package/node_modules/@slack/socket-mode/node_modules/undici-types/client-stats.d.ts +0 -15
  1047. package/node_modules/@slack/socket-mode/node_modules/undici-types/client.d.ts +0 -129
  1048. package/node_modules/@slack/socket-mode/node_modules/undici-types/connector.d.ts +0 -36
  1049. package/node_modules/@slack/socket-mode/node_modules/undici-types/content-type.d.ts +0 -21
  1050. package/node_modules/@slack/socket-mode/node_modules/undici-types/cookies.d.ts +0 -30
  1051. package/node_modules/@slack/socket-mode/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  1052. package/node_modules/@slack/socket-mode/node_modules/undici-types/dispatcher.d.ts +0 -253
  1053. package/node_modules/@slack/socket-mode/node_modules/undici-types/dispatcher1-wrapper.d.ts +0 -7
  1054. package/node_modules/@slack/socket-mode/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  1055. package/node_modules/@slack/socket-mode/node_modules/undici-types/errors.d.ts +0 -177
  1056. package/node_modules/@slack/socket-mode/node_modules/undici-types/eventsource.d.ts +0 -66
  1057. package/node_modules/@slack/socket-mode/node_modules/undici-types/fetch.d.ts +0 -231
  1058. package/node_modules/@slack/socket-mode/node_modules/undici-types/formdata.d.ts +0 -108
  1059. package/node_modules/@slack/socket-mode/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  1060. package/node_modules/@slack/socket-mode/node_modules/undici-types/global-origin.d.ts +0 -7
  1061. package/node_modules/@slack/socket-mode/node_modules/undici-types/h2c-client.d.ts +0 -73
  1062. package/node_modules/@slack/socket-mode/node_modules/undici-types/handlers.d.ts +0 -14
  1063. package/node_modules/@slack/socket-mode/node_modules/undici-types/header.d.ts +0 -165
  1064. package/node_modules/@slack/socket-mode/node_modules/undici-types/index.d.ts +0 -93
  1065. package/node_modules/@slack/socket-mode/node_modules/undici-types/interceptors.d.ts +0 -80
  1066. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-agent.d.ts +0 -68
  1067. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-call-history.d.ts +0 -111
  1068. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-client.d.ts +0 -27
  1069. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-errors.d.ts +0 -12
  1070. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  1071. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-pool.d.ts +0 -27
  1072. package/node_modules/@slack/socket-mode/node_modules/undici-types/package.json +0 -55
  1073. package/node_modules/@slack/socket-mode/node_modules/undici-types/patch.d.ts +0 -29
  1074. package/node_modules/@slack/socket-mode/node_modules/undici-types/pool-stats.d.ts +0 -19
  1075. package/node_modules/@slack/socket-mode/node_modules/undici-types/pool.d.ts +0 -39
  1076. package/node_modules/@slack/socket-mode/node_modules/undici-types/proxy-agent.d.ts +0 -29
  1077. package/node_modules/@slack/socket-mode/node_modules/undici-types/readable.d.ts +0 -68
  1078. package/node_modules/@slack/socket-mode/node_modules/undici-types/retry-agent.d.ts +0 -8
  1079. package/node_modules/@slack/socket-mode/node_modules/undici-types/retry-handler.d.ts +0 -125
  1080. package/node_modules/@slack/socket-mode/node_modules/undici-types/round-robin-pool.d.ts +0 -39
  1081. package/node_modules/@slack/socket-mode/node_modules/undici-types/snapshot-agent.d.ts +0 -113
  1082. package/node_modules/@slack/socket-mode/node_modules/undici-types/socks5-proxy-agent.d.ts +0 -25
  1083. package/node_modules/@slack/socket-mode/node_modules/undici-types/util.d.ts +0 -18
  1084. package/node_modules/@slack/socket-mode/node_modules/undici-types/utility.d.ts +0 -7
  1085. package/node_modules/@slack/socket-mode/node_modules/undici-types/webidl.d.ts +0 -346
  1086. package/node_modules/@slack/socket-mode/node_modules/undici-types/websocket.d.ts +0 -188
  1087. package/node_modules/@slack/socket-mode/package.json +0 -75
  1088. package/node_modules/get-east-asian-width/index.d.ts +0 -60
  1089. package/node_modules/get-east-asian-width/index.js +0 -30
  1090. package/node_modules/get-east-asian-width/lookup-data.js +0 -21
  1091. package/node_modules/get-east-asian-width/lookup.js +0 -138
  1092. package/node_modules/get-east-asian-width/package.json +0 -71
  1093. package/node_modules/get-east-asian-width/readme.md +0 -65
  1094. package/node_modules/get-east-asian-width/utilities.js +0 -24
  1095. package/node_modules/p-map/index.d.ts +0 -155
  1096. package/node_modules/p-map/index.js +0 -285
  1097. package/node_modules/p-map/license +0 -9
  1098. package/node_modules/p-map/package.json +0 -57
  1099. package/node_modules/p-map/readme.md +0 -190
  1100. package/node_modules/undici/LICENSE +0 -21
  1101. package/node_modules/undici/README.md +0 -741
  1102. package/node_modules/undici/docs/docs/api/Agent.md +0 -84
  1103. package/node_modules/undici/docs/docs/api/BalancedPool.md +0 -99
  1104. package/node_modules/undici/docs/docs/api/CacheStorage.md +0 -30
  1105. package/node_modules/undici/docs/docs/api/CacheStore.md +0 -164
  1106. package/node_modules/undici/docs/docs/api/Client.md +0 -288
  1107. package/node_modules/undici/docs/docs/api/ClientStats.md +0 -27
  1108. package/node_modules/undici/docs/docs/api/Connector.md +0 -115
  1109. package/node_modules/undici/docs/docs/api/ContentType.md +0 -57
  1110. package/node_modules/undici/docs/docs/api/Cookies.md +0 -128
  1111. package/node_modules/undici/docs/docs/api/Debug.md +0 -62
  1112. package/node_modules/undici/docs/docs/api/DiagnosticsChannel.md +0 -315
  1113. package/node_modules/undici/docs/docs/api/Dispatcher.md +0 -1392
  1114. package/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +0 -159
  1115. package/node_modules/undici/docs/docs/api/Errors.md +0 -49
  1116. package/node_modules/undici/docs/docs/api/EventSource.md +0 -45
  1117. package/node_modules/undici/docs/docs/api/Fetch.md +0 -60
  1118. package/node_modules/undici/docs/docs/api/GlobalInstallation.md +0 -139
  1119. package/node_modules/undici/docs/docs/api/H2CClient.md +0 -263
  1120. package/node_modules/undici/docs/docs/api/MockAgent.md +0 -603
  1121. package/node_modules/undici/docs/docs/api/MockCallHistory.md +0 -197
  1122. package/node_modules/undici/docs/docs/api/MockCallHistoryLog.md +0 -43
  1123. package/node_modules/undici/docs/docs/api/MockClient.md +0 -81
  1124. package/node_modules/undici/docs/docs/api/MockErrors.md +0 -12
  1125. package/node_modules/undici/docs/docs/api/MockPool.md +0 -555
  1126. package/node_modules/undici/docs/docs/api/Pool.md +0 -84
  1127. package/node_modules/undici/docs/docs/api/PoolStats.md +0 -35
  1128. package/node_modules/undici/docs/docs/api/ProxyAgent.md +0 -229
  1129. package/node_modules/undici/docs/docs/api/RedirectHandler.md +0 -93
  1130. package/node_modules/undici/docs/docs/api/RetryAgent.md +0 -50
  1131. package/node_modules/undici/docs/docs/api/RetryHandler.md +0 -118
  1132. package/node_modules/undici/docs/docs/api/RoundRobinPool.md +0 -145
  1133. package/node_modules/undici/docs/docs/api/SnapshotAgent.md +0 -616
  1134. package/node_modules/undici/docs/docs/api/Socks5ProxyAgent.md +0 -275
  1135. package/node_modules/undici/docs/docs/api/Util.md +0 -25
  1136. package/node_modules/undici/docs/docs/api/WebSocket.md +0 -141
  1137. package/node_modules/undici/docs/docs/api/api-lifecycle.md +0 -91
  1138. package/node_modules/undici/docs/docs/best-practices/client-certificate.md +0 -64
  1139. package/node_modules/undici/docs/docs/best-practices/crawling.md +0 -58
  1140. package/node_modules/undici/docs/docs/best-practices/mocking-request.md +0 -190
  1141. package/node_modules/undici/docs/docs/best-practices/proxy.md +0 -127
  1142. package/node_modules/undici/docs/docs/best-practices/undici-vs-builtin-fetch.md +0 -224
  1143. package/node_modules/undici/docs/docs/best-practices/writing-tests.md +0 -63
  1144. package/node_modules/undici/index-fetch.js +0 -65
  1145. package/node_modules/undici/index.d.ts +0 -3
  1146. package/node_modules/undici/index.js +0 -234
  1147. package/node_modules/undici/lib/api/abort-signal.js +0 -59
  1148. package/node_modules/undici/lib/api/api-connect.js +0 -110
  1149. package/node_modules/undici/lib/api/api-pipeline.js +0 -252
  1150. package/node_modules/undici/lib/api/api-request.js +0 -214
  1151. package/node_modules/undici/lib/api/api-stream.js +0 -209
  1152. package/node_modules/undici/lib/api/api-upgrade.js +0 -111
  1153. package/node_modules/undici/lib/api/index.js +0 -7
  1154. package/node_modules/undici/lib/api/readable.js +0 -580
  1155. package/node_modules/undici/lib/cache/memory-cache-store.js +0 -234
  1156. package/node_modules/undici/lib/cache/sqlite-cache-store.js +0 -461
  1157. package/node_modules/undici/lib/core/connect.js +0 -153
  1158. package/node_modules/undici/lib/core/constants.js +0 -143
  1159. package/node_modules/undici/lib/core/diagnostics.js +0 -227
  1160. package/node_modules/undici/lib/core/errors.js +0 -477
  1161. package/node_modules/undici/lib/core/request.js +0 -453
  1162. package/node_modules/undici/lib/core/socks5-client.js +0 -422
  1163. package/node_modules/undici/lib/core/socks5-utils.js +0 -212
  1164. package/node_modules/undici/lib/core/symbols.js +0 -75
  1165. package/node_modules/undici/lib/core/tree.js +0 -160
  1166. package/node_modules/undici/lib/core/util.js +0 -992
  1167. package/node_modules/undici/lib/dispatcher/agent.js +0 -158
  1168. package/node_modules/undici/lib/dispatcher/balanced-pool.js +0 -219
  1169. package/node_modules/undici/lib/dispatcher/client-h1.js +0 -1722
  1170. package/node_modules/undici/lib/dispatcher/client-h2.js +0 -995
  1171. package/node_modules/undici/lib/dispatcher/client.js +0 -664
  1172. package/node_modules/undici/lib/dispatcher/dispatcher-base.js +0 -184
  1173. package/node_modules/undici/lib/dispatcher/dispatcher.js +0 -48
  1174. package/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +0 -146
  1175. package/node_modules/undici/lib/dispatcher/fixed-queue.js +0 -135
  1176. package/node_modules/undici/lib/dispatcher/h2c-client.js +0 -51
  1177. package/node_modules/undici/lib/dispatcher/pool-base.js +0 -214
  1178. package/node_modules/undici/lib/dispatcher/pool.js +0 -118
  1179. package/node_modules/undici/lib/dispatcher/proxy-agent.js +0 -319
  1180. package/node_modules/undici/lib/dispatcher/retry-agent.js +0 -35
  1181. package/node_modules/undici/lib/dispatcher/round-robin-pool.js +0 -137
  1182. package/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +0 -260
  1183. package/node_modules/undici/lib/encoding/index.js +0 -33
  1184. package/node_modules/undici/lib/global.js +0 -59
  1185. package/node_modules/undici/lib/handler/cache-handler.js +0 -578
  1186. package/node_modules/undici/lib/handler/cache-revalidation-handler.js +0 -124
  1187. package/node_modules/undici/lib/handler/decorator-handler.js +0 -67
  1188. package/node_modules/undici/lib/handler/deduplication-handler.js +0 -460
  1189. package/node_modules/undici/lib/handler/redirect-handler.js +0 -238
  1190. package/node_modules/undici/lib/handler/retry-handler.js +0 -394
  1191. package/node_modules/undici/lib/handler/unwrap-handler.js +0 -106
  1192. package/node_modules/undici/lib/handler/wrap-handler.js +0 -105
  1193. package/node_modules/undici/lib/interceptor/cache.js +0 -495
  1194. package/node_modules/undici/lib/interceptor/decompress.js +0 -259
  1195. package/node_modules/undici/lib/interceptor/deduplicate.js +0 -117
  1196. package/node_modules/undici/lib/interceptor/dns.js +0 -571
  1197. package/node_modules/undici/lib/interceptor/dump.js +0 -112
  1198. package/node_modules/undici/lib/interceptor/redirect.js +0 -21
  1199. package/node_modules/undici/lib/interceptor/response-error.js +0 -95
  1200. package/node_modules/undici/lib/interceptor/retry.js +0 -19
  1201. package/node_modules/undici/lib/llhttp/.gitkeep +0 -0
  1202. package/node_modules/undici/lib/llhttp/constants.d.ts +0 -195
  1203. package/node_modules/undici/lib/llhttp/constants.js +0 -531
  1204. package/node_modules/undici/lib/llhttp/llhttp-wasm.js +0 -15
  1205. package/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +0 -15
  1206. package/node_modules/undici/lib/llhttp/utils.d.ts +0 -2
  1207. package/node_modules/undici/lib/llhttp/utils.js +0 -12
  1208. package/node_modules/undici/lib/mock/mock-agent.js +0 -232
  1209. package/node_modules/undici/lib/mock/mock-call-history.js +0 -248
  1210. package/node_modules/undici/lib/mock/mock-client.js +0 -68
  1211. package/node_modules/undici/lib/mock/mock-errors.js +0 -29
  1212. package/node_modules/undici/lib/mock/mock-interceptor.js +0 -209
  1213. package/node_modules/undici/lib/mock/mock-pool.js +0 -68
  1214. package/node_modules/undici/lib/mock/mock-symbols.js +0 -32
  1215. package/node_modules/undici/lib/mock/mock-utils.js +0 -486
  1216. package/node_modules/undici/lib/mock/pending-interceptors-formatter.js +0 -43
  1217. package/node_modules/undici/lib/mock/snapshot-agent.js +0 -353
  1218. package/node_modules/undici/lib/mock/snapshot-recorder.js +0 -588
  1219. package/node_modules/undici/lib/mock/snapshot-utils.js +0 -158
  1220. package/node_modules/undici/lib/util/cache.js +0 -414
  1221. package/node_modules/undici/lib/util/date.js +0 -653
  1222. package/node_modules/undici/lib/util/promise.js +0 -28
  1223. package/node_modules/undici/lib/util/runtime-features.js +0 -124
  1224. package/node_modules/undici/lib/util/stats.js +0 -32
  1225. package/node_modules/undici/lib/util/timers.js +0 -425
  1226. package/node_modules/undici/lib/web/cache/cache.js +0 -864
  1227. package/node_modules/undici/lib/web/cache/cachestorage.js +0 -152
  1228. package/node_modules/undici/lib/web/cache/util.js +0 -45
  1229. package/node_modules/undici/lib/web/cookies/constants.js +0 -12
  1230. package/node_modules/undici/lib/web/cookies/index.js +0 -199
  1231. package/node_modules/undici/lib/web/cookies/parse.js +0 -314
  1232. package/node_modules/undici/lib/web/cookies/util.js +0 -282
  1233. package/node_modules/undici/lib/web/eventsource/eventsource-stream.js +0 -399
  1234. package/node_modules/undici/lib/web/eventsource/eventsource.js +0 -501
  1235. package/node_modules/undici/lib/web/eventsource/util.js +0 -29
  1236. package/node_modules/undici/lib/web/fetch/LICENSE +0 -21
  1237. package/node_modules/undici/lib/web/fetch/body.js +0 -509
  1238. package/node_modules/undici/lib/web/fetch/constants.js +0 -131
  1239. package/node_modules/undici/lib/web/fetch/data-url.js +0 -596
  1240. package/node_modules/undici/lib/web/fetch/formdata-parser.js +0 -586
  1241. package/node_modules/undici/lib/web/fetch/formdata.js +0 -259
  1242. package/node_modules/undici/lib/web/fetch/global.js +0 -40
  1243. package/node_modules/undici/lib/web/fetch/headers.js +0 -719
  1244. package/node_modules/undici/lib/web/fetch/index.js +0 -2413
  1245. package/node_modules/undici/lib/web/fetch/request.js +0 -1115
  1246. package/node_modules/undici/lib/web/fetch/response.js +0 -641
  1247. package/node_modules/undici/lib/web/fetch/util.js +0 -1522
  1248. package/node_modules/undici/lib/web/infra/index.js +0 -229
  1249. package/node_modules/undici/lib/web/subresource-integrity/Readme.md +0 -9
  1250. package/node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js +0 -307
  1251. package/node_modules/undici/lib/web/webidl/index.js +0 -1006
  1252. package/node_modules/undici/lib/web/websocket/connection.js +0 -329
  1253. package/node_modules/undici/lib/web/websocket/constants.js +0 -126
  1254. package/node_modules/undici/lib/web/websocket/events.js +0 -331
  1255. package/node_modules/undici/lib/web/websocket/frame.js +0 -133
  1256. package/node_modules/undici/lib/web/websocket/permessage-deflate.js +0 -100
  1257. package/node_modules/undici/lib/web/websocket/receiver.js +0 -507
  1258. package/node_modules/undici/lib/web/websocket/sender.js +0 -109
  1259. package/node_modules/undici/lib/web/websocket/stream/websocketerror.js +0 -104
  1260. package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +0 -498
  1261. package/node_modules/undici/lib/web/websocket/util.js +0 -347
  1262. package/node_modules/undici/lib/web/websocket/websocket.js +0 -758
  1263. package/node_modules/undici/package.json +0 -152
  1264. package/node_modules/undici/scripts/strip-comments.js +0 -10
  1265. package/node_modules/undici/types/README.md +0 -6
  1266. package/node_modules/undici/types/agent.d.ts +0 -32
  1267. package/node_modules/undici/types/api.d.ts +0 -43
  1268. package/node_modules/undici/types/balanced-pool.d.ts +0 -30
  1269. package/node_modules/undici/types/cache-interceptor.d.ts +0 -179
  1270. package/node_modules/undici/types/cache.d.ts +0 -36
  1271. package/node_modules/undici/types/client-stats.d.ts +0 -15
  1272. package/node_modules/undici/types/client.d.ts +0 -139
  1273. package/node_modules/undici/types/connector.d.ts +0 -36
  1274. package/node_modules/undici/types/content-type.d.ts +0 -21
  1275. package/node_modules/undici/types/cookies.d.ts +0 -30
  1276. package/node_modules/undici/types/diagnostics-channel.d.ts +0 -74
  1277. package/node_modules/undici/types/dispatcher.d.ts +0 -275
  1278. package/node_modules/undici/types/env-http-proxy-agent.d.ts +0 -22
  1279. package/node_modules/undici/types/errors.d.ts +0 -177
  1280. package/node_modules/undici/types/eventsource.d.ts +0 -66
  1281. package/node_modules/undici/types/fetch.d.ts +0 -231
  1282. package/node_modules/undici/types/formdata.d.ts +0 -114
  1283. package/node_modules/undici/types/global-dispatcher.d.ts +0 -9
  1284. package/node_modules/undici/types/global-origin.d.ts +0 -7
  1285. package/node_modules/undici/types/h2c-client.d.ts +0 -73
  1286. package/node_modules/undici/types/handlers.d.ts +0 -14
  1287. package/node_modules/undici/types/header.d.ts +0 -160
  1288. package/node_modules/undici/types/index.d.ts +0 -91
  1289. package/node_modules/undici/types/interceptors.d.ts +0 -80
  1290. package/node_modules/undici/types/mock-agent.d.ts +0 -68
  1291. package/node_modules/undici/types/mock-call-history.d.ts +0 -111
  1292. package/node_modules/undici/types/mock-client.d.ts +0 -27
  1293. package/node_modules/undici/types/mock-errors.d.ts +0 -12
  1294. package/node_modules/undici/types/mock-interceptor.d.ts +0 -94
  1295. package/node_modules/undici/types/mock-pool.d.ts +0 -27
  1296. package/node_modules/undici/types/patch.d.ts +0 -29
  1297. package/node_modules/undici/types/pool-stats.d.ts +0 -19
  1298. package/node_modules/undici/types/pool.d.ts +0 -41
  1299. package/node_modules/undici/types/proxy-agent.d.ts +0 -29
  1300. package/node_modules/undici/types/readable.d.ts +0 -68
  1301. package/node_modules/undici/types/retry-agent.d.ts +0 -8
  1302. package/node_modules/undici/types/retry-handler.d.ts +0 -125
  1303. package/node_modules/undici/types/round-robin-pool.d.ts +0 -41
  1304. package/node_modules/undici/types/snapshot-agent.d.ts +0 -109
  1305. package/node_modules/undici/types/socks5-proxy-agent.d.ts +0 -25
  1306. package/node_modules/undici/types/util.d.ts +0 -18
  1307. package/node_modules/undici/types/utility.d.ts +0 -7
  1308. package/node_modules/undici/types/webidl.d.ts +0 -347
  1309. package/node_modules/undici/types/websocket.d.ts +0 -188
  1310. /package/dist/{registry-bbjH7IHX.js → .setup/registry-bbjH7IHX.mjs} +0 -0
  1311. /package/dist/{slash-commands.runtime-BTTMlmwy.js → .setup/slash-commands.runtime-BTTMlmwy.mjs} +0 -0
  1312. /package/dist/{slash-plugin-commands.runtime-Dosfcx3X.js → .setup/slash-plugin-commands.runtime-Dosfcx3X.mjs} +0 -0
  1313. /package/dist/{slash-skill-commands.runtime-CD1J2ODY.js → .setup/slash-skill-commands.runtime-CD1J2ODY.mjs} +0 -0
  1314. /package/dist/{thread-ts-DUGhaYKq.js → .setup/thread-ts-DUGhaYKq.mjs} +0 -0
  1315. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/LICENSE +0 -0
  1316. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.js +0 -0
  1317. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.js.map +0 -0
  1318. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.d.ts +0 -0
  1319. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.d.ts.map +0 -0
  1320. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.js +0 -0
  1321. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.js.map +0 -0
  1322. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.d.ts +0 -0
  1323. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.d.ts.map +0 -0
  1324. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.js +0 -0
  1325. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.js.map +0 -0
  1326. /package/node_modules/@slack/{socket-mode/node_modules/@types/node → bolt/node_modules/@types/ws}/LICENSE +0 -0
  1327. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/LICENSE +0 -0
  1328. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/README.md +0 -0
  1329. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.js +0 -0
  1330. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.min.js +0 -0
  1331. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.min.js.map +0 -0
  1332. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.js +0 -0
  1333. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.min.js +0 -0
  1334. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.min.js.map +0 -0
  1335. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.d.ts +0 -0
  1336. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.js +0 -0
  1337. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.mjs +0 -0
  1338. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/package.json +0 -0
  1339. /package/node_modules/{get-east-asian-width → @slack/web-api/node_modules/is-stream}/license +0 -0
@@ -1,1677 +0,0 @@
1
- declare module "node:util" {
2
- export * as types from "node:util/types";
3
- export type InspectStyle =
4
- | "special"
5
- | "number"
6
- | "bigint"
7
- | "boolean"
8
- | "undefined"
9
- | "null"
10
- | "string"
11
- | "symbol"
12
- | "date"
13
- | "name"
14
- | "regexp"
15
- | "module";
16
- export interface InspectStyles extends Record<InspectStyle, InspectColor | ((value: string) => string)> {
17
- regexp: {
18
- (value: string): string;
19
- colors: InspectColor[];
20
- };
21
- }
22
- export type InspectColorModifier =
23
- | "reset"
24
- | "bold"
25
- | "dim"
26
- | "italic"
27
- | "underline"
28
- | "blink"
29
- | "inverse"
30
- | "hidden"
31
- | "strikethrough"
32
- | "doubleunderline";
33
- export type InspectColorForeground =
34
- | "black"
35
- | "red"
36
- | "green"
37
- | "yellow"
38
- | "blue"
39
- | "magenta"
40
- | "cyan"
41
- | "white"
42
- | "gray"
43
- | "redBright"
44
- | "greenBright"
45
- | "yellowBright"
46
- | "blueBright"
47
- | "magentaBright"
48
- | "cyanBright"
49
- | "whiteBright";
50
- export type InspectColorBackground = `bg${Capitalize<InspectColorForeground>}`;
51
- export type InspectColor = InspectColorModifier | InspectColorForeground | InspectColorBackground;
52
- export interface InspectColors extends Record<InspectColor, [number, number]> {}
53
- export interface InspectOptions {
54
- /**
55
- * If `true`, object's non-enumerable symbols and properties are included in the formatted result.
56
- * `WeakMap` and `WeakSet` entries are also included as well as user defined prototype properties (excluding method properties).
57
- * @default false
58
- */
59
- showHidden?: boolean | undefined;
60
- /**
61
- * Specifies the number of times to recurse while formatting object.
62
- * This is useful for inspecting large objects.
63
- * To recurse up to the maximum call stack size pass `Infinity` or `null`.
64
- * @default 2
65
- */
66
- depth?: number | null | undefined;
67
- /**
68
- * If `true`, the output is styled with ANSI color codes. Colors are customizable.
69
- */
70
- colors?: boolean | undefined;
71
- /**
72
- * If `false`, `[util.inspect.custom](depth, opts, inspect)` functions are not invoked.
73
- * @default true
74
- */
75
- customInspect?: boolean | undefined;
76
- /**
77
- * If `true`, `Proxy` inspection includes the target and handler objects.
78
- * @default false
79
- */
80
- showProxy?: boolean | undefined;
81
- /**
82
- * Specifies the maximum number of `Array`, `TypedArray`, `WeakMap`, and `WeakSet` elements
83
- * to include when formatting. Set to `null` or `Infinity` to show all elements.
84
- * Set to `0` or negative to show no elements.
85
- * @default 100
86
- */
87
- maxArrayLength?: number | null | undefined;
88
- /**
89
- * Specifies the maximum number of characters to
90
- * include when formatting. Set to `null` or `Infinity` to show all elements.
91
- * Set to `0` or negative to show no characters.
92
- * @default 10000
93
- */
94
- maxStringLength?: number | null | undefined;
95
- /**
96
- * The length at which input values are split across multiple lines.
97
- * Set to `Infinity` to format the input as a single line
98
- * (in combination with `compact` set to `true` or any number >= `1`).
99
- * @default 80
100
- */
101
- breakLength?: number | undefined;
102
- /**
103
- * Setting this to `false` causes each object key
104
- * to be displayed on a new line. It will also add new lines to text that is
105
- * longer than `breakLength`. If set to a number, the most `n` inner elements
106
- * are united on a single line as long as all properties fit into
107
- * `breakLength`. Short array elements are also grouped together. Note that no
108
- * text will be reduced below 16 characters, no matter the `breakLength` size.
109
- * For more information, see the example below.
110
- * @default true
111
- */
112
- compact?: boolean | number | undefined;
113
- /**
114
- * If set to `true` or a function, all properties of an object, and `Set` and `Map`
115
- * entries are sorted in the resulting string.
116
- * If set to `true` the default sort is used.
117
- * If set to a function, it is used as a compare function.
118
- */
119
- sorted?: boolean | ((a: string, b: string) => number) | undefined;
120
- /**
121
- * If set to `true`, getters are going to be
122
- * inspected as well. If set to `'get'` only getters without setter are going
123
- * to be inspected. If set to `'set'` only getters having a corresponding
124
- * setter are going to be inspected. This might cause side effects depending on
125
- * the getter function.
126
- * @default false
127
- */
128
- getters?: "get" | "set" | boolean | undefined;
129
- /**
130
- * If set to `true`, an underscore is used to separate every three digits in all bigints and numbers.
131
- * @default false
132
- */
133
- numericSeparator?: boolean | undefined;
134
- }
135
- export interface InspectContext extends Required<InspectOptions> {
136
- stylize(text: string, styleType: InspectStyle): string;
137
- }
138
- import _inspect = inspect;
139
- export interface Inspectable {
140
- [inspect.custom](depth: number, options: InspectContext, inspect: typeof _inspect): any;
141
- }
142
- export interface CallSiteObject {
143
- /**
144
- * Returns the name of the function associated with this call site.
145
- */
146
- functionName: string;
147
- /**
148
- * Returns the name of the resource that contains the script for the
149
- * function for this call site.
150
- */
151
- scriptName: string;
152
- /**
153
- * Returns the unique id of the script, as in Chrome DevTools protocol
154
- * [`Runtime.ScriptId`](https://chromedevtools.github.io/devtools-protocol/1-3/Runtime/#type-ScriptId).
155
- * @since v22.14.0
156
- */
157
- scriptId: string;
158
- /**
159
- * Returns the number, 1-based, of the line for the associate function call.
160
- */
161
- lineNumber: number;
162
- /**
163
- * Returns the 1-based column offset on the line for the associated function call.
164
- */
165
- columnNumber: number;
166
- }
167
- export type DiffEntry = [operation: -1 | 0 | 1, value: string];
168
- /**
169
- * `util.diff()` compares two string or array values and returns an array of difference entries.
170
- * It uses the Myers diff algorithm to compute minimal differences, which is the same algorithm
171
- * used internally by assertion error messages.
172
- *
173
- * If the values are equal, an empty array is returned.
174
- *
175
- * ```js
176
- * const { diff } = require('node:util');
177
- *
178
- * // Comparing strings
179
- * const actualString = '12345678';
180
- * const expectedString = '12!!5!7!';
181
- * console.log(diff(actualString, expectedString));
182
- * // [
183
- * // [0, '1'],
184
- * // [0, '2'],
185
- * // [1, '3'],
186
- * // [1, '4'],
187
- * // [-1, '!'],
188
- * // [-1, '!'],
189
- * // [0, '5'],
190
- * // [1, '6'],
191
- * // [-1, '!'],
192
- * // [0, '7'],
193
- * // [1, '8'],
194
- * // [-1, '!'],
195
- * // ]
196
- * // Comparing arrays
197
- * const actualArray = ['1', '2', '3'];
198
- * const expectedArray = ['1', '3', '4'];
199
- * console.log(diff(actualArray, expectedArray));
200
- * // [
201
- * // [0, '1'],
202
- * // [1, '2'],
203
- * // [0, '3'],
204
- * // [-1, '4'],
205
- * // ]
206
- * // Equal values return empty array
207
- * console.log(diff('same', 'same'));
208
- * // []
209
- * ```
210
- * @since v22.15.0
211
- * @experimental
212
- * @param actual The first value to compare
213
- * @param expected The second value to compare
214
- * @returns An array of difference entries. Each entry is an array with two elements:
215
- * * Index 0: `number` Operation code: `-1` for delete, `0` for no-op/unchanged, `1` for insert
216
- * * Index 1: `string` The value associated with the operation
217
- */
218
- export function diff(actual: string | readonly string[], expected: string | readonly string[]): DiffEntry[];
219
- /**
220
- * The `util.format()` method returns a formatted string using the first argument
221
- * as a `printf`-like format string which can contain zero or more format
222
- * specifiers. Each specifier is replaced with the converted value from the
223
- * corresponding argument. Supported specifiers are:
224
- *
225
- * If a specifier does not have a corresponding argument, it is not replaced:
226
- *
227
- * ```js
228
- * util.format('%s:%s', 'foo');
229
- * // Returns: 'foo:%s'
230
- * ```
231
- *
232
- * Values that are not part of the format string are formatted using `util.inspect()` if their type is not `string`.
233
- *
234
- * If there are more arguments passed to the `util.format()` method than the
235
- * number of specifiers, the extra arguments are concatenated to the returned
236
- * string, separated by spaces:
237
- *
238
- * ```js
239
- * util.format('%s:%s', 'foo', 'bar', 'baz');
240
- * // Returns: 'foo:bar baz'
241
- * ```
242
- *
243
- * If the first argument does not contain a valid format specifier, `util.format()` returns a string that is the concatenation of all arguments separated by spaces:
244
- *
245
- * ```js
246
- * util.format(1, 2, 3);
247
- * // Returns: '1 2 3'
248
- * ```
249
- *
250
- * If only one argument is passed to `util.format()`, it is returned as it is
251
- * without any formatting:
252
- *
253
- * ```js
254
- * util.format('%% %s');
255
- * // Returns: '%% %s'
256
- * ```
257
- *
258
- * `util.format()` is a synchronous method that is intended as a debugging tool.
259
- * Some input values can have a significant performance overhead that can block the
260
- * event loop. Use this function with care and never in a hot code path.
261
- * @since v0.5.3
262
- * @param format A `printf`-like format string.
263
- */
264
- export function format(format?: any, ...param: any[]): string;
265
- /**
266
- * This function is identical to {@link format}, except in that it takes
267
- * an `inspectOptions` argument which specifies options that are passed along to {@link inspect}.
268
- *
269
- * ```js
270
- * util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 });
271
- * // Returns 'See object { foo: 42 }', where `42` is colored as a number
272
- * // when printed to a terminal.
273
- * ```
274
- * @since v10.0.0
275
- */
276
- export function formatWithOptions(inspectOptions: InspectOptions, format?: any, ...param: any[]): string;
277
- export interface GetCallSitesOptions {
278
- /**
279
- * Reconstruct the original location in the stacktrace from the source-map.
280
- * Enabled by default with the flag `--enable-source-maps`.
281
- */
282
- sourceMap?: boolean | undefined;
283
- }
284
- /**
285
- * Returns an array of call site objects containing the stack of
286
- * the caller function.
287
- *
288
- * Unlike accessing an `error.stack`, the result returned from this API is not
289
- * interfered with `Error.prepareStackTrace`.
290
- *
291
- * ```js
292
- * import { getCallSites } from 'node:util';
293
- *
294
- * function exampleFunction() {
295
- * const callSites = getCallSites();
296
- *
297
- * console.log('Call Sites:');
298
- * callSites.forEach((callSite, index) => {
299
- * console.log(`CallSite ${index + 1}:`);
300
- * console.log(`Function Name: ${callSite.functionName}`);
301
- * console.log(`Script Name: ${callSite.scriptName}`);
302
- * console.log(`Line Number: ${callSite.lineNumber}`);
303
- * console.log(`Column Number: ${callSite.columnNumber}`);
304
- * });
305
- * // CallSite 1:
306
- * // Function Name: exampleFunction
307
- * // Script Name: /home/example.js
308
- * // Line Number: 5
309
- * // Column Number: 26
310
- *
311
- * // CallSite 2:
312
- * // Function Name: anotherFunction
313
- * // Script Name: /home/example.js
314
- * // Line Number: 22
315
- * // Column Number: 3
316
- *
317
- * // ...
318
- * }
319
- *
320
- * // A function to simulate another stack layer
321
- * function anotherFunction() {
322
- * exampleFunction();
323
- * }
324
- *
325
- * anotherFunction();
326
- * ```
327
- *
328
- * It is possible to reconstruct the original locations by setting the option `sourceMap` to `true`.
329
- * If the source map is not available, the original location will be the same as the current location.
330
- * When the `--enable-source-maps` flag is enabled, `sourceMap` will be true by default.
331
- *
332
- * ```ts
333
- * import { getCallSites } from 'node:util';
334
- *
335
- * interface Foo {
336
- * foo: string;
337
- * }
338
- *
339
- * const callSites = getCallSites({ sourceMap: true });
340
- *
341
- * // With sourceMap:
342
- * // Function Name: ''
343
- * // Script Name: example.js
344
- * // Line Number: 7
345
- * // Column Number: 26
346
- *
347
- * // Without sourceMap:
348
- * // Function Name: ''
349
- * // Script Name: example.js
350
- * // Line Number: 2
351
- * // Column Number: 26
352
- * ```
353
- * @param frameCount Number of frames to capture as call site objects.
354
- * **Default:** `10`. Allowable range is between 1 and 200.
355
- * @return An array of call site objects
356
- * @since v22.9.0
357
- */
358
- export function getCallSites(frameCount?: number, options?: GetCallSitesOptions): CallSiteObject[];
359
- export function getCallSites(options: GetCallSitesOptions): CallSiteObject[];
360
- /**
361
- * Returns the string name for a numeric error code that comes from a Node.js API.
362
- * The mapping between error codes and error names is platform-dependent.
363
- * See `Common System Errors` for the names of common errors.
364
- *
365
- * ```js
366
- * fs.access('file/that/does/not/exist', (err) => {
367
- * const name = util.getSystemErrorName(err.errno);
368
- * console.error(name); // ENOENT
369
- * });
370
- * ```
371
- * @since v9.7.0
372
- */
373
- export function getSystemErrorName(err: number): string;
374
- /**
375
- * Enable or disable printing a stack trace on `SIGINT`. The API is only available on the main thread.
376
- * @since 24.6.0
377
- */
378
- export function setTraceSigInt(enable: boolean): void;
379
- /**
380
- * Returns a Map of all system error codes available from the Node.js API.
381
- * The mapping between error codes and error names is platform-dependent.
382
- * See `Common System Errors` for the names of common errors.
383
- *
384
- * ```js
385
- * fs.access('file/that/does/not/exist', (err) => {
386
- * const errorMap = util.getSystemErrorMap();
387
- * const name = errorMap.get(err.errno);
388
- * console.error(name); // ENOENT
389
- * });
390
- * ```
391
- * @since v16.0.0, v14.17.0
392
- */
393
- export function getSystemErrorMap(): Map<number, [string, string]>;
394
- /**
395
- * Returns the string message for a numeric error code that comes from a Node.js
396
- * API.
397
- * The mapping between error codes and string messages is platform-dependent.
398
- *
399
- * ```js
400
- * fs.access('file/that/does/not/exist', (err) => {
401
- * const message = util.getSystemErrorMessage(err.errno);
402
- * console.error(message); // no such file or directory
403
- * });
404
- * ```
405
- * @since v22.12.0
406
- */
407
- export function getSystemErrorMessage(err: number): string;
408
- /**
409
- * Returns the `string` after replacing any surrogate code points
410
- * (or equivalently, any unpaired surrogate code units) with the
411
- * Unicode "replacement character" U+FFFD.
412
- * @since v16.8.0, v14.18.0
413
- */
414
- export function toUSVString(string: string): string;
415
- /**
416
- * Creates and returns an `AbortController` instance whose `AbortSignal` is marked
417
- * as transferable and can be used with `structuredClone()` or `postMessage()`.
418
- * @since v18.11.0
419
- * @returns A transferable AbortController
420
- */
421
- export function transferableAbortController(): AbortController;
422
- /**
423
- * Marks the given `AbortSignal` as transferable so that it can be used with`structuredClone()` and `postMessage()`.
424
- *
425
- * ```js
426
- * const signal = transferableAbortSignal(AbortSignal.timeout(100));
427
- * const channel = new MessageChannel();
428
- * channel.port2.postMessage(signal, [signal]);
429
- * ```
430
- * @since v18.11.0
431
- * @param signal The AbortSignal
432
- * @returns The same AbortSignal
433
- */
434
- export function transferableAbortSignal(signal: AbortSignal): AbortSignal;
435
- /**
436
- * Listens to abort event on the provided `signal` and returns a promise that resolves when the `signal` is aborted.
437
- * If `resource` is provided, it weakly references the operation's associated object,
438
- * so if `resource` is garbage collected before the `signal` aborts,
439
- * then returned promise shall remain pending.
440
- * This prevents memory leaks in long-running or non-cancelable operations.
441
- *
442
- * ```js
443
- * import { aborted } from 'node:util';
444
- *
445
- * // Obtain an object with an abortable signal, like a custom resource or operation.
446
- * const dependent = obtainSomethingAbortable();
447
- *
448
- * // Pass `dependent` as the resource, indicating the promise should only resolve
449
- * // if `dependent` is still in memory when the signal is aborted.
450
- * aborted(dependent.signal, dependent).then(() => {
451
- * // This code runs when `dependent` is aborted.
452
- * console.log('Dependent resource was aborted.');
453
- * });
454
- *
455
- * // Simulate an event that triggers the abort.
456
- * dependent.on('event', () => {
457
- * dependent.abort(); // This will cause the `aborted` promise to resolve.
458
- * });
459
- * ```
460
- * @since v19.7.0
461
- * @param resource Any non-null object tied to the abortable operation and held weakly.
462
- * If `resource` is garbage collected before the `signal` aborts, the promise remains pending,
463
- * allowing Node.js to stop tracking it.
464
- * This helps prevent memory leaks in long-running or non-cancelable operations.
465
- */
466
- export function aborted(signal: AbortSignal, resource: any): Promise<void>;
467
- /**
468
- * The `util.inspect()` method returns a string representation of `object` that is
469
- * intended for debugging. The output of `util.inspect` may change at any time
470
- * and should not be depended upon programmatically. Additional `options` may be
471
- * passed that alter the result.
472
- * `util.inspect()` will use the constructor's name and/or `Symbol.toStringTag`
473
- * property to make an identifiable tag for an inspected value.
474
- *
475
- * ```js
476
- * class Foo {
477
- * get [Symbol.toStringTag]() {
478
- * return 'bar';
479
- * }
480
- * }
481
- *
482
- * class Bar {}
483
- *
484
- * const baz = Object.create(null, { [Symbol.toStringTag]: { value: 'foo' } });
485
- *
486
- * util.inspect(new Foo()); // 'Foo [bar] {}'
487
- * util.inspect(new Bar()); // 'Bar {}'
488
- * util.inspect(baz); // '[foo] {}'
489
- * ```
490
- *
491
- * Circular references point to their anchor by using a reference index:
492
- *
493
- * ```js
494
- * import { inspect } from 'node:util';
495
- *
496
- * const obj = {};
497
- * obj.a = [obj];
498
- * obj.b = {};
499
- * obj.b.inner = obj.b;
500
- * obj.b.obj = obj;
501
- *
502
- * console.log(inspect(obj));
503
- * // <ref *1> {
504
- * // a: [ [Circular *1] ],
505
- * // b: <ref *2> { inner: [Circular *2], obj: [Circular *1] }
506
- * // }
507
- * ```
508
- *
509
- * The following example inspects all properties of the `util` object:
510
- *
511
- * ```js
512
- * import util from 'node:util';
513
- *
514
- * console.log(util.inspect(util, { showHidden: true, depth: null }));
515
- * ```
516
- *
517
- * The following example highlights the effect of the `compact` option:
518
- *
519
- * ```js
520
- * import { inspect } from 'node:util';
521
- *
522
- * const o = {
523
- * a: [1, 2, [[
524
- * 'Lorem ipsum dolor sit amet,\nconsectetur adipiscing elit, sed do ' +
525
- * 'eiusmod \ntempor incididunt ut labore et dolore magna aliqua.',
526
- * 'test',
527
- * 'foo']], 4],
528
- * b: new Map([['za', 1], ['zb', 'test']]),
529
- * };
530
- * console.log(inspect(o, { compact: true, depth: 5, breakLength: 80 }));
531
- *
532
- * // { a:
533
- * // [ 1,
534
- * // 2,
535
- * // [ [ 'Lorem ipsum dolor sit amet,\nconsectetur [...]', // A long line
536
- * // 'test',
537
- * // 'foo' ] ],
538
- * // 4 ],
539
- * // b: Map(2) { 'za' => 1, 'zb' => 'test' } }
540
- *
541
- * // Setting `compact` to false or an integer creates more reader friendly output.
542
- * console.log(inspect(o, { compact: false, depth: 5, breakLength: 80 }));
543
- *
544
- * // {
545
- * // a: [
546
- * // 1,
547
- * // 2,
548
- * // [
549
- * // [
550
- * // 'Lorem ipsum dolor sit amet,\n' +
551
- * // 'consectetur adipiscing elit, sed do eiusmod \n' +
552
- * // 'tempor incididunt ut labore et dolore magna aliqua.',
553
- * // 'test',
554
- * // 'foo'
555
- * // ]
556
- * // ],
557
- * // 4
558
- * // ],
559
- * // b: Map(2) {
560
- * // 'za' => 1,
561
- * // 'zb' => 'test'
562
- * // }
563
- * // }
564
- *
565
- * // Setting `breakLength` to e.g. 150 will print the "Lorem ipsum" text in a
566
- * // single line.
567
- * ```
568
- *
569
- * The `showHidden` option allows `WeakMap` and `WeakSet` entries to be
570
- * inspected. If there are more entries than `maxArrayLength`, there is no
571
- * guarantee which entries are displayed. That means retrieving the same
572
- * `WeakSet` entries twice may result in different output. Furthermore, entries
573
- * with no remaining strong references may be garbage collected at any time.
574
- *
575
- * ```js
576
- * import { inspect } from 'node:util';
577
- *
578
- * const obj = { a: 1 };
579
- * const obj2 = { b: 2 };
580
- * const weakSet = new WeakSet([obj, obj2]);
581
- *
582
- * console.log(inspect(weakSet, { showHidden: true }));
583
- * // WeakSet { { a: 1 }, { b: 2 } }
584
- * ```
585
- *
586
- * The `sorted` option ensures that an object's property insertion order does not
587
- * impact the result of `util.inspect()`.
588
- *
589
- * ```js
590
- * import { inspect } from 'node:util';
591
- * import assert from 'node:assert';
592
- *
593
- * const o1 = {
594
- * b: [2, 3, 1],
595
- * a: '`a` comes before `b`',
596
- * c: new Set([2, 3, 1]),
597
- * };
598
- * console.log(inspect(o1, { sorted: true }));
599
- * // { a: '`a` comes before `b`', b: [ 2, 3, 1 ], c: Set(3) { 1, 2, 3 } }
600
- * console.log(inspect(o1, { sorted: (a, b) => b.localeCompare(a) }));
601
- * // { c: Set(3) { 3, 2, 1 }, b: [ 2, 3, 1 ], a: '`a` comes before `b`' }
602
- *
603
- * const o2 = {
604
- * c: new Set([2, 1, 3]),
605
- * a: '`a` comes before `b`',
606
- * b: [2, 3, 1],
607
- * };
608
- * assert.strict.equal(
609
- * inspect(o1, { sorted: true }),
610
- * inspect(o2, { sorted: true }),
611
- * );
612
- * ```
613
- *
614
- * The `numericSeparator` option adds an underscore every three digits to all
615
- * numbers.
616
- *
617
- * ```js
618
- * import { inspect } from 'node:util';
619
- *
620
- * const thousand = 1000;
621
- * const million = 1000000;
622
- * const bigNumber = 123456789n;
623
- * const bigDecimal = 1234.12345;
624
- *
625
- * console.log(inspect(thousand, { numericSeparator: true }));
626
- * // 1_000
627
- * console.log(inspect(million, { numericSeparator: true }));
628
- * // 1_000_000
629
- * console.log(inspect(bigNumber, { numericSeparator: true }));
630
- * // 123_456_789n
631
- * console.log(inspect(bigDecimal, { numericSeparator: true }));
632
- * // 1_234.123_45
633
- * ```
634
- *
635
- * `util.inspect()` is a synchronous method intended for debugging. Its maximum
636
- * output length is approximately 128 MiB. Inputs that result in longer output will
637
- * be truncated.
638
- * @since v0.3.0
639
- * @param object Any JavaScript primitive or `Object`.
640
- * @return The representation of `object`.
641
- */
642
- export function inspect(object: any, showHidden?: boolean, depth?: number | null, color?: boolean): string;
643
- export function inspect(object: any, options?: InspectOptions): string;
644
- export namespace inspect {
645
- const custom: unique symbol;
646
- let colors: InspectColors;
647
- let styles: InspectStyles;
648
- let defaultOptions: InspectOptions;
649
- let replDefaults: InspectOptions;
650
- }
651
- /**
652
- * Alias for [`Array.isArray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray).
653
- *
654
- * Returns `true` if the given `object` is an `Array`. Otherwise, returns `false`.
655
- *
656
- * ```js
657
- * import util from 'node:util';
658
- *
659
- * util.isArray([]);
660
- * // Returns: true
661
- * util.isArray(new Array());
662
- * // Returns: true
663
- * util.isArray({});
664
- * // Returns: false
665
- * ```
666
- * @since v0.6.0
667
- * @deprecated Since v4.0.0 - Use `isArray` instead.
668
- */
669
- export function isArray(object: unknown): object is unknown[];
670
- /**
671
- * Usage of `util.inherits()` is discouraged. Please use the ES6 `class` and
672
- * `extends` keywords to get language level inheritance support. Also note
673
- * that the two styles are [semantically incompatible](https://github.com/nodejs/node/issues/4179).
674
- *
675
- * Inherit the prototype methods from one
676
- * [constructor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor) into another. The
677
- * prototype of `constructor` will be set to a new object created from
678
- * `superConstructor`.
679
- *
680
- * This mainly adds some input validation on top of
681
- * `Object.setPrototypeOf(constructor.prototype, superConstructor.prototype)`.
682
- * As an additional convenience, `superConstructor` will be accessible
683
- * through the `constructor.super_` property.
684
- *
685
- * ```js
686
- * const util = require('node:util');
687
- * const EventEmitter = require('node:events');
688
- *
689
- * function MyStream() {
690
- * EventEmitter.call(this);
691
- * }
692
- *
693
- * util.inherits(MyStream, EventEmitter);
694
- *
695
- * MyStream.prototype.write = function(data) {
696
- * this.emit('data', data);
697
- * };
698
- *
699
- * const stream = new MyStream();
700
- *
701
- * console.log(stream instanceof EventEmitter); // true
702
- * console.log(MyStream.super_ === EventEmitter); // true
703
- *
704
- * stream.on('data', (data) => {
705
- * console.log(`Received data: "${data}"`);
706
- * });
707
- * stream.write('It works!'); // Received data: "It works!"
708
- * ```
709
- *
710
- * ES6 example using `class` and `extends`:
711
- *
712
- * ```js
713
- * import EventEmitter from 'node:events';
714
- *
715
- * class MyStream extends EventEmitter {
716
- * write(data) {
717
- * this.emit('data', data);
718
- * }
719
- * }
720
- *
721
- * const stream = new MyStream();
722
- *
723
- * stream.on('data', (data) => {
724
- * console.log(`Received data: "${data}"`);
725
- * });
726
- * stream.write('With ES6');
727
- * ```
728
- * @since v0.3.0
729
- * @legacy Use ES2015 class syntax and `extends` keyword instead.
730
- */
731
- export function inherits(constructor: unknown, superConstructor: unknown): void;
732
- /**
733
- * The `util.convertProcessSignalToExitCode()` method converts a signal name to its
734
- * corresponding POSIX exit code. Following the POSIX standard, the exit code
735
- * for a process terminated by a signal is calculated as `128 + signal number`.
736
- *
737
- * If `signal` is not a valid signal name, then an error will be thrown. See
738
- * [`signal(7)`](https://man7.org/linux/man-pages/man7/signal.7.html) for a list of valid signals.
739
- *
740
- * ```js
741
- * import { convertProcessSignalToExitCode } from 'node:util';
742
- *
743
- * console.log(convertProcessSignalToExitCode('SIGTERM')); // 143 (128 + 15)
744
- * console.log(convertProcessSignalToExitCode('SIGKILL')); // 137 (128 + 9)
745
- * ```
746
- *
747
- * This is particularly useful when working with processes to determine
748
- * the exit code based on the signal that terminated the process.
749
- * @since v25.4.0
750
- * @param signal A signal name (e.g. `'SIGTERM'`)
751
- * @returns The exit code corresponding to `signal`
752
- */
753
- export function convertProcessSignalToExitCode(signal: NodeJS.Signals): number;
754
- export type DebugLoggerFunction = (msg: string, ...param: unknown[]) => void;
755
- export interface DebugLogger extends DebugLoggerFunction {
756
- /**
757
- * The `util.debuglog().enabled` getter is used to create a test that can be used
758
- * in conditionals based on the existence of the `NODE_DEBUG` environment variable.
759
- * If the `section` name appears within the value of that environment variable,
760
- * then the returned value will be `true`. If not, then the returned value will be
761
- * `false`.
762
- *
763
- * ```js
764
- * import { debuglog } from 'node:util';
765
- * const enabled = debuglog('foo').enabled;
766
- * if (enabled) {
767
- * console.log('hello from foo [%d]', 123);
768
- * }
769
- * ```
770
- *
771
- * If this program is run with `NODE_DEBUG=foo` in the environment, then it will
772
- * output something like:
773
- *
774
- * ```console
775
- * hello from foo [123]
776
- * ```
777
- */
778
- enabled: boolean;
779
- }
780
- /**
781
- * The `util.debuglog()` method is used to create a function that conditionally
782
- * writes debug messages to `stderr` based on the existence of the `NODE_DEBUG`
783
- * environment variable. If the `section` name appears within the value of that
784
- * environment variable, then the returned function operates similar to
785
- * `console.error()`. If not, then the returned function is a no-op.
786
- *
787
- * ```js
788
- * import { debuglog } from 'node:util';
789
- * const log = debuglog('foo');
790
- *
791
- * log('hello from foo [%d]', 123);
792
- * ```
793
- *
794
- * If this program is run with `NODE_DEBUG=foo` in the environment, then
795
- * it will output something like:
796
- *
797
- * ```console
798
- * FOO 3245: hello from foo [123]
799
- * ```
800
- *
801
- * where `3245` is the process id. If it is not run with that
802
- * environment variable set, then it will not print anything.
803
- *
804
- * The `section` supports wildcard also:
805
- *
806
- * ```js
807
- * import { debuglog } from 'node:util';
808
- * const log = debuglog('foo-bar');
809
- *
810
- * log('hi there, it\'s foo-bar [%d]', 2333);
811
- * ```
812
- *
813
- * if it is run with `NODE_DEBUG=foo*` in the environment, then it will output
814
- * something like:
815
- *
816
- * ```console
817
- * FOO-BAR 3257: hi there, it's foo-bar [2333]
818
- * ```
819
- *
820
- * Multiple comma-separated `section` names may be specified in the `NODE_DEBUG`
821
- * environment variable: `NODE_DEBUG=fs,net,tls`.
822
- *
823
- * The optional `callback` argument can be used to replace the logging function
824
- * with a different function that doesn't have any initialization or
825
- * unnecessary wrapping.
826
- *
827
- * ```js
828
- * import { debuglog } from 'node:util';
829
- * let log = debuglog('internals', (debug) => {
830
- * // Replace with a logging function that optimizes out
831
- * // testing if the section is enabled
832
- * log = debug;
833
- * });
834
- * ```
835
- * @since v0.11.3
836
- * @param section A string identifying the portion of the application for which the `debuglog` function is being created.
837
- * @param callback A callback invoked the first time the logging function is called with a function argument that is a more optimized logging function.
838
- * @return The logging function
839
- */
840
- export function debuglog(section: string, callback?: (fn: DebugLoggerFunction) => void): DebugLogger;
841
- export { debuglog as debug };
842
- export interface DeprecateOptions {
843
- /**
844
- * When false do not change the prototype of object
845
- * while emitting the deprecation warning.
846
- * @since v25.2.0
847
- * @default true
848
- */
849
- modifyPrototype?: boolean | undefined;
850
- }
851
- /**
852
- * The `util.deprecate()` method wraps `fn` (which may be a function or class) in
853
- * such a way that it is marked as deprecated.
854
- *
855
- * ```js
856
- * import { deprecate } from 'node:util';
857
- *
858
- * export const obsoleteFunction = deprecate(() => {
859
- * // Do something here.
860
- * }, 'obsoleteFunction() is deprecated. Use newShinyFunction() instead.');
861
- * ```
862
- *
863
- * When called, `util.deprecate()` will return a function that will emit a
864
- * `DeprecationWarning` using the `'warning'` event. The warning will
865
- * be emitted and printed to `stderr` the first time the returned function is
866
- * called. After the warning is emitted, the wrapped function is called without
867
- * emitting a warning.
868
- *
869
- * If the same optional `code` is supplied in multiple calls to `util.deprecate()`,
870
- * the warning will be emitted only once for that `code`.
871
- *
872
- * ```js
873
- * import { deprecate } from 'node:util';
874
- *
875
- * const fn1 = deprecate(
876
- * () => 'a value',
877
- * 'deprecation message',
878
- * 'DEP0001',
879
- * );
880
- * const fn2 = deprecate(
881
- * () => 'a different value',
882
- * 'other dep message',
883
- * 'DEP0001',
884
- * );
885
- * fn1(); // Emits a deprecation warning with code DEP0001
886
- * fn2(); // Does not emit a deprecation warning because it has the same code
887
- * ```
888
- *
889
- * If either the `--no-deprecation` or `--no-warnings` command-line flags are
890
- * used, or if the `process.noDeprecation` property is set to `true` _prior_ to
891
- * the first deprecation warning, the `util.deprecate()` method does nothing.
892
- *
893
- * If the `--trace-deprecation` or `--trace-warnings` command-line flags are set,
894
- * or the `process.traceDeprecation` property is set to `true`, a warning and a
895
- * stack trace are printed to `stderr` the first time the deprecated function is
896
- * called.
897
- *
898
- * If the `--throw-deprecation` command-line flag is set, or the
899
- * `process.throwDeprecation` property is set to `true`, then an exception will be
900
- * thrown when the deprecated function is called.
901
- *
902
- * The `--throw-deprecation` command-line flag and `process.throwDeprecation`
903
- * property take precedence over `--trace-deprecation` and
904
- * `process.traceDeprecation`.
905
- * @since v0.8.0
906
- * @param fn The function that is being deprecated.
907
- * @param msg A warning message to display when the deprecated function is invoked.
908
- * @param code A deprecation code. See the `list of deprecated APIs` for a list of codes.
909
- * @return The deprecated function wrapped to emit a warning.
910
- */
911
- export function deprecate<T extends Function>(fn: T, msg: string, code?: string, options?: DeprecateOptions): T;
912
- export interface IsDeepStrictEqualOptions {
913
- /**
914
- * If `true`, prototype and constructor
915
- * comparison is skipped during deep strict equality check.
916
- * @since v24.9.0
917
- * @default false
918
- */
919
- skipPrototype?: boolean | undefined;
920
- }
921
- /**
922
- * Returns `true` if there is deep strict equality between `val1` and `val2`.
923
- * Otherwise, returns `false`.
924
- *
925
- * See `assert.deepStrictEqual()` for more information about deep strict
926
- * equality.
927
- * @since v9.0.0
928
- */
929
- export function isDeepStrictEqual(val1: unknown, val2: unknown, options?: IsDeepStrictEqualOptions): boolean;
930
- /**
931
- * Returns `str` with any ANSI escape codes removed.
932
- *
933
- * ```js
934
- * console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m'));
935
- * // Prints "value"
936
- * ```
937
- * @since v16.11.0
938
- */
939
- export function stripVTControlCharacters(str: string): string;
940
- /**
941
- * Takes an `async` function (or a function that returns a `Promise`) and returns a
942
- * function following the error-first callback style, i.e. taking
943
- * an `(err, value) => ...` callback as the last argument. In the callback, the
944
- * first argument will be the rejection reason (or `null` if the `Promise`
945
- * resolved), and the second argument will be the resolved value.
946
- *
947
- * ```js
948
- * import { callbackify } from 'node:util';
949
- *
950
- * async function fn() {
951
- * return 'hello world';
952
- * }
953
- * const callbackFunction = callbackify(fn);
954
- *
955
- * callbackFunction((err, ret) => {
956
- * if (err) throw err;
957
- * console.log(ret);
958
- * });
959
- * ```
960
- *
961
- * Will print:
962
- *
963
- * ```text
964
- * hello world
965
- * ```
966
- *
967
- * The callback is executed asynchronously, and will have a limited stack trace.
968
- * If the callback throws, the process will emit an `'uncaughtException'`
969
- * event, and if not handled will exit.
970
- *
971
- * Since `null` has a special meaning as the first argument to a callback, if a
972
- * wrapped function rejects a `Promise` with a falsy value as a reason, the value
973
- * is wrapped in an `Error` with the original value stored in a field named
974
- * `reason`.
975
- *
976
- * ```js
977
- * import util from 'node:util';
978
- *
979
- * function fn() {
980
- * return Promise.reject(null);
981
- * }
982
- * const callbackFunction = util.callbackify(fn);
983
- *
984
- * callbackFunction((err, ret) => {
985
- * // When the Promise was rejected with `null` it is wrapped with an Error and
986
- * // the original value is stored in `reason`.
987
- * err && Object.hasOwn(err, 'reason') && err.reason === null; // true
988
- * });
989
- * ```
990
- * @since v8.2.0
991
- * @param fn An `async` function
992
- * @return a callback style function
993
- */
994
- export function callbackify(fn: () => Promise<void>): (callback: (err: NodeJS.ErrnoException) => void) => void;
995
- export function callbackify<TResult>(
996
- fn: () => Promise<TResult>,
997
- ): (callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void;
998
- export function callbackify<T1>(
999
- fn: (arg1: T1) => Promise<void>,
1000
- ): (arg1: T1, callback: (err: NodeJS.ErrnoException) => void) => void;
1001
- export function callbackify<T1, TResult>(
1002
- fn: (arg1: T1) => Promise<TResult>,
1003
- ): (arg1: T1, callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void;
1004
- export function callbackify<T1, T2>(
1005
- fn: (arg1: T1, arg2: T2) => Promise<void>,
1006
- ): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException) => void) => void;
1007
- export function callbackify<T1, T2, TResult>(
1008
- fn: (arg1: T1, arg2: T2) => Promise<TResult>,
1009
- ): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void;
1010
- export function callbackify<T1, T2, T3>(
1011
- fn: (arg1: T1, arg2: T2, arg3: T3) => Promise<void>,
1012
- ): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException) => void) => void;
1013
- export function callbackify<T1, T2, T3, TResult>(
1014
- fn: (arg1: T1, arg2: T2, arg3: T3) => Promise<TResult>,
1015
- ): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void;
1016
- export function callbackify<T1, T2, T3, T4>(
1017
- fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise<void>,
1018
- ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException) => void) => void;
1019
- export function callbackify<T1, T2, T3, T4, TResult>(
1020
- fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise<TResult>,
1021
- ): (
1022
- arg1: T1,
1023
- arg2: T2,
1024
- arg3: T3,
1025
- arg4: T4,
1026
- callback: (err: NodeJS.ErrnoException | null, result: TResult) => void,
1027
- ) => void;
1028
- export function callbackify<T1, T2, T3, T4, T5>(
1029
- fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise<void>,
1030
- ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException) => void) => void;
1031
- export function callbackify<T1, T2, T3, T4, T5, TResult>(
1032
- fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise<TResult>,
1033
- ): (
1034
- arg1: T1,
1035
- arg2: T2,
1036
- arg3: T3,
1037
- arg4: T4,
1038
- arg5: T5,
1039
- callback: (err: NodeJS.ErrnoException | null, result: TResult) => void,
1040
- ) => void;
1041
- export function callbackify<T1, T2, T3, T4, T5, T6>(
1042
- fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise<void>,
1043
- ): (
1044
- arg1: T1,
1045
- arg2: T2,
1046
- arg3: T3,
1047
- arg4: T4,
1048
- arg5: T5,
1049
- arg6: T6,
1050
- callback: (err: NodeJS.ErrnoException) => void,
1051
- ) => void;
1052
- export function callbackify<T1, T2, T3, T4, T5, T6, TResult>(
1053
- fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise<TResult>,
1054
- ): (
1055
- arg1: T1,
1056
- arg2: T2,
1057
- arg3: T3,
1058
- arg4: T4,
1059
- arg5: T5,
1060
- arg6: T6,
1061
- callback: (err: NodeJS.ErrnoException | null, result: TResult) => void,
1062
- ) => void;
1063
- export interface CustomPromisifyLegacy<TCustom extends Function> extends Function {
1064
- __promisify__: TCustom;
1065
- }
1066
- export interface CustomPromisifySymbol<TCustom extends Function> extends Function {
1067
- [promisify.custom]: TCustom;
1068
- }
1069
- export type CustomPromisify<TCustom extends Function> =
1070
- | CustomPromisifySymbol<TCustom>
1071
- | CustomPromisifyLegacy<TCustom>;
1072
- /**
1073
- * Takes a function following the common error-first callback style, i.e. taking
1074
- * an `(err, value) => ...` callback as the last argument, and returns a version
1075
- * that returns promises.
1076
- *
1077
- * ```js
1078
- * import { promisify } from 'node:util';
1079
- * import { stat } from 'node:fs';
1080
- *
1081
- * const promisifiedStat = promisify(stat);
1082
- * promisifiedStat('.').then((stats) => {
1083
- * // Do something with `stats`
1084
- * }).catch((error) => {
1085
- * // Handle the error.
1086
- * });
1087
- * ```
1088
- *
1089
- * Or, equivalently using `async function`s:
1090
- *
1091
- * ```js
1092
- * import { promisify } from 'node:util';
1093
- * import { stat } from 'node:fs';
1094
- *
1095
- * const promisifiedStat = promisify(stat);
1096
- *
1097
- * async function callStat() {
1098
- * const stats = await promisifiedStat('.');
1099
- * console.log(`This directory is owned by ${stats.uid}`);
1100
- * }
1101
- *
1102
- * callStat();
1103
- * ```
1104
- *
1105
- * If there is an `original[util.promisify.custom]` property present, `promisify`
1106
- * will return its value, see [Custom promisified functions](https://nodejs.org/docs/latest-v26.x/api/util.html#custom-promisified-functions).
1107
- *
1108
- * `promisify()` assumes that `original` is a function taking a callback as its
1109
- * final argument in all cases. If `original` is not a function, `promisify()`
1110
- * will throw an error. If `original` is a function but its last argument is not
1111
- * an error-first callback, it will still be passed an error-first
1112
- * callback as its last argument.
1113
- *
1114
- * Using `promisify()` on class methods or other methods that use `this` may not
1115
- * work as expected unless handled specially:
1116
- *
1117
- * ```js
1118
- * import { promisify } from 'node:util';
1119
- *
1120
- * class Foo {
1121
- * constructor() {
1122
- * this.a = 42;
1123
- * }
1124
- *
1125
- * bar(callback) {
1126
- * callback(null, this.a);
1127
- * }
1128
- * }
1129
- *
1130
- * const foo = new Foo();
1131
- *
1132
- * const naiveBar = promisify(foo.bar);
1133
- * // TypeError: Cannot read properties of undefined (reading 'a')
1134
- * // naiveBar().then(a => console.log(a));
1135
- *
1136
- * naiveBar.call(foo).then((a) => console.log(a)); // '42'
1137
- *
1138
- * const bindBar = naiveBar.bind(foo);
1139
- * bindBar().then((a) => console.log(a)); // '42'
1140
- * ```
1141
- * @since v8.0.0
1142
- */
1143
- export function promisify<TCustom extends Function>(fn: CustomPromisify<TCustom>): TCustom;
1144
- export function promisify<TResult>(
1145
- fn: (callback: (err: any, result: TResult) => void) => void,
1146
- ): () => Promise<TResult>;
1147
- export function promisify(fn: (callback: (err?: any) => void) => void): () => Promise<void>;
1148
- export function promisify<T1, TResult>(
1149
- fn: (arg1: T1, callback: (err: any, result: TResult) => void) => void,
1150
- ): (arg1: T1) => Promise<TResult>;
1151
- export function promisify<T1>(fn: (arg1: T1, callback: (err?: any) => void) => void): (arg1: T1) => Promise<void>;
1152
- export function promisify<T1, T2, TResult>(
1153
- fn: (arg1: T1, arg2: T2, callback: (err: any, result: TResult) => void) => void,
1154
- ): (arg1: T1, arg2: T2) => Promise<TResult>;
1155
- export function promisify<T1, T2>(
1156
- fn: (arg1: T1, arg2: T2, callback: (err?: any) => void) => void,
1157
- ): (arg1: T1, arg2: T2) => Promise<void>;
1158
- export function promisify<T1, T2, T3, TResult>(
1159
- fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err: any, result: TResult) => void) => void,
1160
- ): (arg1: T1, arg2: T2, arg3: T3) => Promise<TResult>;
1161
- export function promisify<T1, T2, T3>(
1162
- fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err?: any) => void) => void,
1163
- ): (arg1: T1, arg2: T2, arg3: T3) => Promise<void>;
1164
- export function promisify<T1, T2, T3, T4, TResult>(
1165
- fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: any, result: TResult) => void) => void,
1166
- ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise<TResult>;
1167
- export function promisify<T1, T2, T3, T4>(
1168
- fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err?: any) => void) => void,
1169
- ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise<void>;
1170
- export function promisify<T1, T2, T3, T4, T5, TResult>(
1171
- fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: any, result: TResult) => void) => void,
1172
- ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise<TResult>;
1173
- export function promisify<T1, T2, T3, T4, T5>(
1174
- fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err?: any) => void) => void,
1175
- ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise<void>;
1176
- export function promisify(fn: Function): Function;
1177
- export namespace promisify {
1178
- /**
1179
- * That can be used to declare custom promisified variants of functions.
1180
- */
1181
- const custom: unique symbol;
1182
- }
1183
- /**
1184
- * Stability: 1.1 - Active development
1185
- * Given an example `.env` file:
1186
- *
1187
- * ```js
1188
- * import { parseEnv } from 'node:util';
1189
- *
1190
- * parseEnv('HELLO=world\nHELLO=oh my\n');
1191
- * // Returns: { HELLO: 'oh my' }
1192
- * ```
1193
- * @param content The raw contents of a `.env` file.
1194
- * @since v20.12.0
1195
- */
1196
- export function parseEnv(content: string): NodeJS.Dict<string>;
1197
- export interface StyleTextOptions {
1198
- /**
1199
- * When true, `stream` is checked to see if it can handle colors.
1200
- * @default true
1201
- */
1202
- validateStream?: boolean | undefined;
1203
- /**
1204
- * A stream that will be validated if it can be colored.
1205
- * @default process.stdout
1206
- */
1207
- stream?: NodeJS.WritableStream | undefined;
1208
- }
1209
- /**
1210
- * This function returns a formatted text considering the `format` passed
1211
- * for printing in a terminal. It is aware of the terminal's capabilities
1212
- * and acts according to the configuration set via `NO_COLOR`,
1213
- * `NODE_DISABLE_COLORS` and `FORCE_COLOR` environment variables.
1214
- *
1215
- * ```js
1216
- * import { styleText } from 'node:util';
1217
- * import { stderr } from 'node:process';
1218
- *
1219
- * const successMessage = styleText('green', 'Success!');
1220
- * console.log(successMessage);
1221
- *
1222
- * const errorMessage = styleText(
1223
- * 'red',
1224
- * 'Error! Error!',
1225
- * // Validate if process.stderr has TTY
1226
- * { stream: stderr },
1227
- * );
1228
- * console.error(errorMessage);
1229
- * ```
1230
- *
1231
- * `util.inspect.colors` also provides text formats such as `italic`, and
1232
- * `underline` and you can combine both:
1233
- *
1234
- * ```js
1235
- * console.log(
1236
- * util.styleText(['underline', 'italic'], 'My italic underlined message'),
1237
- * );
1238
- * ```
1239
- *
1240
- * When passing an array of formats, the order of the format applied
1241
- * is left to right so the following style might overwrite the previous one.
1242
- *
1243
- * ```js
1244
- * console.log(
1245
- * util.styleText(['red', 'green'], 'text'), // green
1246
- * );
1247
- * ```
1248
- *
1249
- * The special format value `none` applies no additional styling to the text.
1250
- *
1251
- * In addition to predefined color names, `util.styleText()` supports hex color
1252
- * strings using ANSI TrueColor (24-bit) escape sequences. Hex colors can be
1253
- * specified in either 3-digit (`#RGB`) or 6-digit (`#RRGGBB`) format:
1254
- *
1255
- * ```js
1256
- * import { styleText } from 'node:util';
1257
- *
1258
- * // 6-digit hex color
1259
- * console.log(styleText('#ff5733', 'Orange text'));
1260
- *
1261
- * // 3-digit hex color (shorthand)
1262
- * console.log(styleText('#f00', 'Red text'));
1263
- * ```
1264
- *
1265
- * The full list of formats can be found in [modifiers](https://nodejs.org/docs/latest-v26.x/api/util.html#modifiers).
1266
- * @param format A text format or an Array of text formats defined in `util.inspect.colors`, or a hex color in `#RGB`
1267
- * or `#RRGGBB` form.
1268
- * @param text The text to to be formatted.
1269
- * @since v20.12.0
1270
- */
1271
- export function styleText(
1272
- format: InspectColor | readonly InspectColor[] | `#${string}`,
1273
- text: string,
1274
- options?: StyleTextOptions,
1275
- ): string;
1276
- //// parseArgs
1277
- /**
1278
- * Provides a higher level API for command-line argument parsing than interacting
1279
- * with `process.argv` directly. Takes a specification for the expected arguments
1280
- * and returns a structured object with the parsed options and positionals.
1281
- *
1282
- * ```js
1283
- * import { parseArgs } from 'node:util';
1284
- * const args = ['-f', '--bar', 'b'];
1285
- * const options = {
1286
- * foo: {
1287
- * type: 'boolean',
1288
- * short: 'f',
1289
- * },
1290
- * bar: {
1291
- * type: 'string',
1292
- * },
1293
- * };
1294
- * const {
1295
- * values,
1296
- * positionals,
1297
- * } = parseArgs({ args, options });
1298
- * console.log(values, positionals);
1299
- * // Prints: [Object: null prototype] { foo: true, bar: 'b' } []
1300
- * ```
1301
- * @since v18.3.0, v16.17.0
1302
- * @param config Used to provide arguments for parsing and to configure the parser. `config` supports the following properties:
1303
- * @return The parsed command line arguments:
1304
- */
1305
- export function parseArgs<T extends ParseArgsConfig>(config?: T): ParsedResults<T>;
1306
- /**
1307
- * Type of argument used in {@link parseArgs}.
1308
- */
1309
- export type ParseArgsOptionsType = "boolean" | "string";
1310
- export interface ParseArgsOptionDescriptor {
1311
- /**
1312
- * Type of argument.
1313
- */
1314
- type: ParseArgsOptionsType;
1315
- /**
1316
- * Whether this option can be provided multiple times.
1317
- * If `true`, all values will be collected in an array.
1318
- * If `false`, values for the option are last-wins.
1319
- * @default false.
1320
- */
1321
- multiple?: boolean | undefined;
1322
- /**
1323
- * A single character alias for the option.
1324
- */
1325
- short?: string | undefined;
1326
- /**
1327
- * The value to assign to
1328
- * the option if it does not appear in the arguments to be parsed. The value
1329
- * must match the type specified by the `type` property. If `multiple` is
1330
- * `true`, it must be an array. No default value is applied when the option
1331
- * does appear in the arguments to be parsed, even if the provided value
1332
- * is falsy.
1333
- * @since v18.11.0
1334
- */
1335
- default?: string | boolean | string[] | boolean[] | undefined;
1336
- }
1337
- export interface ParseArgsOptionsConfig {
1338
- [longOption: string]: ParseArgsOptionDescriptor;
1339
- }
1340
- export interface ParseArgsConfig {
1341
- /**
1342
- * Array of argument strings.
1343
- */
1344
- args?: readonly string[] | undefined;
1345
- /**
1346
- * Used to describe arguments known to the parser.
1347
- */
1348
- options?: ParseArgsOptionsConfig | undefined;
1349
- /**
1350
- * Should an error be thrown when unknown arguments are encountered,
1351
- * or when arguments are passed that do not match the `type` configured in `options`.
1352
- * @default true
1353
- */
1354
- strict?: boolean | undefined;
1355
- /**
1356
- * Whether this command accepts positional arguments.
1357
- */
1358
- allowPositionals?: boolean | undefined;
1359
- /**
1360
- * If `true`, allows explicitly setting boolean options to `false` by prefixing the option name with `--no-`.
1361
- * @default false
1362
- * @since v22.4.0
1363
- */
1364
- allowNegative?: boolean | undefined;
1365
- /**
1366
- * Return the parsed tokens. This is useful for extending the built-in behavior,
1367
- * from adding additional checks through to reprocessing the tokens in different ways.
1368
- * @default false
1369
- */
1370
- tokens?: boolean | undefined;
1371
- }
1372
- /*
1373
- IfDefaultsTrue and IfDefaultsFalse are helpers to handle default values for missing boolean properties.
1374
- TypeScript does not have exact types for objects: https://github.com/microsoft/TypeScript/issues/12936
1375
- This means it is impossible to distinguish between "field X is definitely not present" and "field X may or may not be present".
1376
- But we expect users to generally provide their config inline or `as const`, which means TS will always know whether a given field is present.
1377
- So this helper treats "not definitely present" (i.e., not `extends boolean`) as being "definitely not present", i.e. it should have its default value.
1378
- This is technically incorrect but is a much nicer UX for the common case.
1379
- The IfDefaultsTrue version is for things which default to true; the IfDefaultsFalse version is for things which default to false.
1380
- */
1381
- type IfDefaultsTrue<T, IfTrue, IfFalse> = T extends true ? IfTrue
1382
- : T extends false ? IfFalse
1383
- : IfTrue;
1384
- // we put the `extends false` condition first here because `undefined` compares like `any` when `strictNullChecks: false`
1385
- type IfDefaultsFalse<T, IfTrue, IfFalse> = T extends false ? IfFalse
1386
- : T extends true ? IfTrue
1387
- : IfFalse;
1388
- type ExtractOptionValue<T extends ParseArgsConfig, O extends ParseArgsOptionDescriptor> = IfDefaultsTrue<
1389
- T["strict"],
1390
- O["type"] extends "string" ? string : O["type"] extends "boolean" ? boolean : string | boolean,
1391
- string | boolean
1392
- >;
1393
- type ApplyOptionalModifiers<O extends ParseArgsOptionsConfig, V extends Record<keyof O, unknown>> = (
1394
- & { -readonly [LongOption in keyof O]?: V[LongOption] }
1395
- & { [LongOption in keyof O as O[LongOption]["default"] extends {} ? LongOption : never]: V[LongOption] }
1396
- ) extends infer P ? { [K in keyof P]: P[K] } : never; // resolve intersection to object
1397
- type ParsedValues<T extends ParseArgsConfig> =
1398
- & IfDefaultsTrue<T["strict"], unknown, { [longOption: string]: undefined | string | boolean }>
1399
- & (T["options"] extends ParseArgsOptionsConfig ? ApplyOptionalModifiers<
1400
- T["options"],
1401
- {
1402
- [LongOption in keyof T["options"]]: IfDefaultsFalse<
1403
- T["options"][LongOption]["multiple"],
1404
- Array<ExtractOptionValue<T, T["options"][LongOption]>>,
1405
- ExtractOptionValue<T, T["options"][LongOption]>
1406
- >;
1407
- }
1408
- >
1409
- : {});
1410
- type ParsedPositionals<T extends ParseArgsConfig> = IfDefaultsTrue<
1411
- T["strict"],
1412
- IfDefaultsFalse<T["allowPositionals"], string[], []>,
1413
- IfDefaultsTrue<T["allowPositionals"], string[], []>
1414
- >;
1415
- type PreciseTokenForOptions<
1416
- K extends string,
1417
- O extends ParseArgsOptionDescriptor,
1418
- > = O["type"] extends "string" ? {
1419
- kind: "option";
1420
- index: number;
1421
- name: K;
1422
- rawName: string;
1423
- value: string;
1424
- inlineValue: boolean;
1425
- }
1426
- : O["type"] extends "boolean" ? {
1427
- kind: "option";
1428
- index: number;
1429
- name: K;
1430
- rawName: string;
1431
- value: undefined;
1432
- inlineValue: undefined;
1433
- }
1434
- : OptionToken & { name: K };
1435
- type TokenForOptions<
1436
- T extends ParseArgsConfig,
1437
- K extends keyof T["options"] = keyof T["options"],
1438
- > = K extends unknown
1439
- ? T["options"] extends ParseArgsOptionsConfig ? PreciseTokenForOptions<K & string, T["options"][K]>
1440
- : OptionToken
1441
- : never;
1442
- type ParsedOptionToken<T extends ParseArgsConfig> = IfDefaultsTrue<T["strict"], TokenForOptions<T>, OptionToken>;
1443
- type ParsedPositionalToken<T extends ParseArgsConfig> = IfDefaultsTrue<
1444
- T["strict"],
1445
- IfDefaultsFalse<T["allowPositionals"], { kind: "positional"; index: number; value: string }, never>,
1446
- IfDefaultsTrue<T["allowPositionals"], { kind: "positional"; index: number; value: string }, never>
1447
- >;
1448
- type ParsedTokens<T extends ParseArgsConfig> = Array<
1449
- ParsedOptionToken<T> | ParsedPositionalToken<T> | { kind: "option-terminator"; index: number }
1450
- >;
1451
- type PreciseParsedResults<T extends ParseArgsConfig> = IfDefaultsFalse<
1452
- T["tokens"],
1453
- {
1454
- values: ParsedValues<T>;
1455
- positionals: ParsedPositionals<T>;
1456
- tokens: ParsedTokens<T>;
1457
- },
1458
- {
1459
- values: ParsedValues<T>;
1460
- positionals: ParsedPositionals<T>;
1461
- }
1462
- >;
1463
- type OptionToken =
1464
- | { kind: "option"; index: number; name: string; rawName: string; value: string; inlineValue: boolean }
1465
- | {
1466
- kind: "option";
1467
- index: number;
1468
- name: string;
1469
- rawName: string;
1470
- value: undefined;
1471
- inlineValue: undefined;
1472
- };
1473
- type Token =
1474
- | OptionToken
1475
- | { kind: "positional"; index: number; value: string }
1476
- | { kind: "option-terminator"; index: number };
1477
- // If ParseArgsConfig extends T, then the user passed config constructed elsewhere.
1478
- // So we can't rely on the `"not definitely present" implies "definitely not present"` assumption mentioned above.
1479
- type ParsedResults<T extends ParseArgsConfig> = ParseArgsConfig extends T ? {
1480
- values: {
1481
- [longOption: string]: undefined | string | boolean | Array<string | boolean>;
1482
- };
1483
- positionals: string[];
1484
- tokens?: Token[];
1485
- }
1486
- : PreciseParsedResults<T>;
1487
- /**
1488
- * An implementation of [the MIMEType class](https://bmeck.github.io/node-proposal-mime-api/).
1489
- *
1490
- * In accordance with browser conventions, all properties of `MIMEType` objects
1491
- * are implemented as getters and setters on the class prototype, rather than as
1492
- * data properties on the object itself.
1493
- *
1494
- * A MIME string is a structured string containing multiple meaningful
1495
- * components. When parsed, a `MIMEType` object is returned containing
1496
- * properties for each of these components.
1497
- * @since v19.1.0, v18.13.0
1498
- */
1499
- export class MIMEType {
1500
- /**
1501
- * Creates a new MIMEType object by parsing the input.
1502
- *
1503
- * A `TypeError` will be thrown if the `input` is not a valid MIME.
1504
- * Note that an effort will be made to coerce the given values into strings.
1505
- * @param input The input MIME to parse.
1506
- */
1507
- constructor(input: string | { toString: () => string });
1508
- /**
1509
- * Gets and sets the type portion of the MIME.
1510
- *
1511
- * ```js
1512
- * import { MIMEType } from 'node:util';
1513
- *
1514
- * const myMIME = new MIMEType('text/javascript');
1515
- * console.log(myMIME.type);
1516
- * // Prints: text
1517
- * myMIME.type = 'application';
1518
- * console.log(myMIME.type);
1519
- * // Prints: application
1520
- * console.log(String(myMIME));
1521
- * // Prints: application/javascript
1522
- * ```
1523
- */
1524
- type: string;
1525
- /**
1526
- * Gets and sets the subtype portion of the MIME.
1527
- *
1528
- * ```js
1529
- * import { MIMEType } from 'node:util';
1530
- *
1531
- * const myMIME = new MIMEType('text/ecmascript');
1532
- * console.log(myMIME.subtype);
1533
- * // Prints: ecmascript
1534
- * myMIME.subtype = 'javascript';
1535
- * console.log(myMIME.subtype);
1536
- * // Prints: javascript
1537
- * console.log(String(myMIME));
1538
- * // Prints: text/javascript
1539
- * ```
1540
- */
1541
- subtype: string;
1542
- /**
1543
- * Gets the essence of the MIME. This property is read only.
1544
- * Use `mime.type` or `mime.subtype` to alter the MIME.
1545
- *
1546
- * ```js
1547
- * import { MIMEType } from 'node:util';
1548
- *
1549
- * const myMIME = new MIMEType('text/javascript;key=value');
1550
- * console.log(myMIME.essence);
1551
- * // Prints: text/javascript
1552
- * myMIME.type = 'application';
1553
- * console.log(myMIME.essence);
1554
- * // Prints: application/javascript
1555
- * console.log(String(myMIME));
1556
- * // Prints: application/javascript;key=value
1557
- * ```
1558
- */
1559
- readonly essence: string;
1560
- /**
1561
- * Gets the `MIMEParams` object representing the
1562
- * parameters of the MIME. This property is read-only. See `MIMEParams` documentation for details.
1563
- */
1564
- readonly params: MIMEParams;
1565
- /**
1566
- * The `toString()` method on the `MIMEType` object returns the serialized MIME.
1567
- *
1568
- * Because of the need for standard compliance, this method does not allow users
1569
- * to customize the serialization process of the MIME.
1570
- */
1571
- toString(): string;
1572
- }
1573
- /**
1574
- * The `MIMEParams` API provides read and write access to the parameters of a `MIMEType`.
1575
- * @since v19.1.0, v18.13.0
1576
- */
1577
- export class MIMEParams {
1578
- /**
1579
- * Remove all name-value pairs whose name is `name`.
1580
- */
1581
- delete(name: string): void;
1582
- /**
1583
- * Returns an iterator over each of the name-value pairs in the parameters.
1584
- * Each item of the iterator is a JavaScript `Array`. The first item of the array
1585
- * is the `name`, the second item of the array is the `value`.
1586
- */
1587
- entries(): NodeJS.Iterator<[name: string, value: string]>;
1588
- /**
1589
- * Returns the value of the first name-value pair whose name is `name`. If there
1590
- * are no such pairs, `null` is returned.
1591
- * @return or `null` if there is no name-value pair with the given `name`.
1592
- */
1593
- get(name: string): string | null;
1594
- /**
1595
- * Returns `true` if there is at least one name-value pair whose name is `name`.
1596
- */
1597
- has(name: string): boolean;
1598
- /**
1599
- * Returns an iterator over the names of each name-value pair.
1600
- *
1601
- * ```js
1602
- * import { MIMEType } from 'node:util';
1603
- *
1604
- * const { params } = new MIMEType('text/plain;foo=0;bar=1');
1605
- * for (const name of params.keys()) {
1606
- * console.log(name);
1607
- * }
1608
- * // Prints:
1609
- * // foo
1610
- * // bar
1611
- * ```
1612
- */
1613
- keys(): NodeJS.Iterator<string>;
1614
- /**
1615
- * Sets the value in the `MIMEParams` object associated with `name` to `value`. If there are any pre-existing name-value pairs whose names are `name`,
1616
- * set the first such pair's value to `value`.
1617
- *
1618
- * ```js
1619
- * import { MIMEType } from 'node:util';
1620
- *
1621
- * const { params } = new MIMEType('text/plain;foo=0;bar=1');
1622
- * params.set('foo', 'def');
1623
- * params.set('baz', 'xyz');
1624
- * console.log(params.toString());
1625
- * // Prints: foo=def;bar=1;baz=xyz
1626
- * ```
1627
- */
1628
- set(name: string, value: string): void;
1629
- /**
1630
- * Returns an iterator over the values of each name-value pair.
1631
- */
1632
- values(): NodeJS.Iterator<string>;
1633
- /**
1634
- * Returns an iterator over each of the name-value pairs in the parameters.
1635
- */
1636
- [Symbol.iterator](): NodeJS.Iterator<[name: string, value: string]>;
1637
- }
1638
- // #region web types
1639
- export interface TextDecodeOptions {
1640
- stream?: boolean;
1641
- }
1642
- export interface TextDecoderCommon {
1643
- readonly encoding: string;
1644
- readonly fatal: boolean;
1645
- readonly ignoreBOM: boolean;
1646
- }
1647
- export interface TextDecoderOptions {
1648
- fatal?: boolean;
1649
- ignoreBOM?: boolean;
1650
- }
1651
- export interface TextEncoderCommon {
1652
- readonly encoding: string;
1653
- }
1654
- export interface TextEncoderEncodeIntoResult {
1655
- read: number;
1656
- written: number;
1657
- }
1658
- export interface TextDecoder extends TextDecoderCommon {
1659
- decode(input?: NodeJS.AllowSharedBufferSource, options?: TextDecodeOptions): string;
1660
- }
1661
- export var TextDecoder: {
1662
- prototype: TextDecoder;
1663
- new(label?: string, options?: TextDecoderOptions): TextDecoder;
1664
- };
1665
- export interface TextEncoder extends TextEncoderCommon {
1666
- encode(input?: string): NodeJS.NonSharedUint8Array;
1667
- encodeInto(source: string, destination: Uint8Array): TextEncoderEncodeIntoResult;
1668
- }
1669
- export var TextEncoder: {
1670
- prototype: TextEncoder;
1671
- new(): TextEncoder;
1672
- };
1673
- // #endregion
1674
- }
1675
- declare module "util" {
1676
- export * from "node:util";
1677
- }