@openclaw/slack 2026.7.2-beta.4 → 2026.7.2-beta.7
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.
- package/README.md +1 -1
- package/dist/account-inspect-DEKpg9Ip.js +89 -0
- package/dist/account-inspect-api.js +1 -1
- package/dist/accounts-CHAeNZOX.js +186 -0
- package/dist/accounts.runtime-BHD4Ma2R.js +2 -0
- package/dist/action-runtime-DfuYoMjG.js +561 -0
- package/dist/action-runtime.runtime-DQErZYpz.js +2 -0
- package/dist/actions-D3NuJvva.js +876 -0
- package/dist/actions.runtime-BIRU_G4M.js +2 -0
- package/dist/api.js +14 -15
- package/dist/approval-handler.runtime-BA05P0QT.js +367 -0
- package/dist/block-text-DkHaoGem.js +79 -0
- package/dist/channel-B9fVdW3s.js +1118 -0
- package/dist/channel-config-api.js +1 -1
- package/dist/channel-plugin-api.js +1 -1
- package/dist/channel-type-DXyos1d2.js +108 -0
- package/dist/channel.setup-CLP5oTvh.js +56 -0
- package/dist/config-adapter-CxBQH8fq.js +566 -0
- package/dist/config-schema-SgZT6nXV.js +373 -0
- package/dist/cursor-pages-eX7p8Wwt.js +19 -0
- package/dist/directory-config-CnCIAktf.js +54 -0
- package/dist/directory-contract-api.js +1 -1
- package/dist/directory-live-DKunWh3A.js +131 -0
- package/dist/doctor-contract-CsGH1Dfc.js +158 -0
- package/dist/doctor-contract-api.js +1 -1
- package/dist/group-policy-NQZti9t-.js +2442 -0
- package/dist/message-tool-api-DkhFpMoy.js +127 -0
- package/dist/message-tool-api.js +1 -1
- package/dist/monitor-CmKz0wtI.js +13 -0
- package/dist/outbound-adapter-BkuMp2Vs.js +236 -0
- package/dist/pipeline.runtime-DgtmuYCP.js +4360 -0
- package/dist/policy-PRysPn23.js +65 -0
- package/dist/probe-CgDsSops.js +345 -0
- package/dist/provider-DmRizMZt.js +5900 -0
- package/dist/relay-source-Blxj8xb4.js +272 -0
- package/dist/replies-4s_Vq_z9.js +457 -0
- package/dist/resolve-channels-yEqmM-3I.js +92 -0
- package/dist/resolve-users-BOrt5K-5.js +118 -0
- package/dist/rolldown-runtime-8H4AJuhK.js +14 -0
- package/dist/runtime-api-QMb-Q5Ko.js +10 -0
- package/dist/runtime-api.js +11 -11
- package/dist/scopes-BJSrkAp6.js +73 -0
- package/dist/security-audit-DR097212.js +41 -0
- package/dist/security-contract-api.js +1 -1
- package/dist/send-DsLeZpST.js +1269 -0
- package/dist/send.runtime-gUdK6V3h.js +2 -0
- package/dist/setup-plugin-api.js +1 -1
- package/dist/setup-surface-BeNzrMrJ.js +148 -0
- package/dist/shared-DgIN3Dcr.js +268 -0
- package/dist/slash-dispatch.runtime-zPkyl7dB.js +33 -0
- package/node_modules/@slack/bolt/dist/App.d.ts +4 -19
- package/node_modules/@slack/bolt/dist/App.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/App.js +21 -40
- package/node_modules/@slack/bolt/dist/App.js.map +1 -1
- package/node_modules/@slack/bolt/dist/context/create-respond.d.ts +3 -3
- package/node_modules/@slack/bolt/dist/context/create-respond.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/context/create-respond.js +13 -2
- package/node_modules/@slack/bolt/dist/context/create-respond.js.map +1 -1
- package/node_modules/@slack/bolt/dist/errors.d.ts +6 -8
- package/node_modules/@slack/bolt/dist/errors.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/errors.js +11 -11
- package/node_modules/@slack/bolt/dist/errors.js.map +1 -1
- package/node_modules/@slack/bolt/dist/helpers.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/helpers.js +1 -2
- package/node_modules/@slack/bolt/dist/helpers.js.map +1 -1
- package/node_modules/@slack/bolt/dist/index.d.ts +0 -1
- package/node_modules/@slack/bolt/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/index.js +1 -3
- package/node_modules/@slack/bolt/dist/index.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts +10 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.js +5 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js +10 -14
- package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeFunctions.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeFunctions.js +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeFunctions.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.d.ts +3 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.js +2 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.js.map +1 -1
- package/node_modules/@slack/bolt/dist/types/actions/index.d.ts +2 -4
- package/node_modules/@slack/bolt/dist/types/actions/index.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/types/actions/index.js +0 -2
- package/node_modules/@slack/bolt/dist/types/actions/index.js.map +1 -1
- package/node_modules/@slack/bolt/dist/types/events/index.d.ts +2 -0
- package/node_modules/@slack/bolt/dist/types/events/index.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/types/utilities.d.ts +2 -2
- package/node_modules/@slack/bolt/dist/types/utilities.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/types/view/index.d.ts +1 -31
- package/node_modules/@slack/bolt/dist/types/view/index.d.ts.map +1 -1
- package/node_modules/@slack/bolt/node_modules/@slack/logger/README.md +66 -0
- package/node_modules/@slack/bolt/node_modules/@slack/logger/dist/index.js +98 -0
- package/node_modules/@slack/bolt/node_modules/@slack/logger/dist/index.js.map +1 -0
- package/node_modules/@slack/bolt/node_modules/@slack/logger/package.json +42 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/README.md +379 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/errors.d.ts +50 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/errors.d.ts.map +1 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/errors.js +60 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/errors.js.map +1 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/install-provider.js +705 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/install-provider.js.map +1 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/installation-stores/file-store.js +118 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/installation-stores/file-store.js.map +1 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/installation-stores/memory-store.js +76 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/installation-stores/memory-store.js.map +1 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/state-stores/clear-state-store.js +42 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/state-stores/clear-state-store.js.map +1 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/state-stores/file-state-store.js +101 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/dist/state-stores/file-state-store.js.map +1 -0
- package/node_modules/@slack/bolt/node_modules/@slack/oauth/package.json +54 -0
- package/node_modules/@slack/bolt/node_modules/media-typer/README.md +94 -0
- package/node_modules/@slack/bolt/node_modules/media-typer/index.js +135 -0
- package/node_modules/@slack/bolt/node_modules/media-typer/package.json +37 -0
- package/node_modules/@slack/bolt/package.json +10 -11
- package/node_modules/@slack/socket-mode/README.md +1 -1
- package/node_modules/@slack/socket-mode/dist/package.json +21 -13
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts +14 -8
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js +136 -48
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.d.ts +12 -6
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js +87 -38
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeOptions.d.ts +31 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeOptions.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/errors.d.ts +31 -37
- package/node_modules/@slack/socket-mode/dist/src/errors.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/errors.js +43 -47
- package/node_modules/@slack/socket-mode/dist/src/errors.js.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/index.d.ts +2 -2
- package/node_modules/@slack/socket-mode/dist/src/index.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/index.js +7 -1
- package/node_modules/@slack/socket-mode/dist/src/index.js.map +1 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/LICENSE +23 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/README.md +66 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.d.ts +94 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.js +98 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/package.json +42 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/README.md +15 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/assert/strict.d.ts +68 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/assert.d.ts +1077 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/async_hooks.d.ts +711 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.d.ts +1799 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/child_process.d.ts +1362 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/cluster.d.ts +432 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/console.d.ts +93 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/constants.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/crypto.d.ts +3954 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/dgram.d.ts +537 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/diagnostics_channel.d.ts +794 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/dns/promises.d.ts +497 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/dns.d.ts +876 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/domain.d.ts +150 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/events.d.ts +1008 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/fs/promises.d.ts +1481 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/fs.d.ts +4786 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/globals.d.ts +150 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/http.d.ts +2172 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/http2.d.ts +2489 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/https.d.ts +400 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/index.d.ts +115 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector.d.ts +264 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector.generated.d.ts +4406 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/module.d.ts +726 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/net.d.ts +970 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/os.d.ts +498 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/package.json +155 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/path.d.ts +178 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/perf_hooks.d.ts +604 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/process.d.ts +2217 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/punycode.d.ts +89 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/querystring.d.ts +139 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/quic.d.ts +978 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/readline/promises.d.ts +158 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/readline.d.ts +508 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/repl.d.ts +420 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/sea.d.ts +47 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/sqlite.d.ts +1123 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/consumers.d.ts +114 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/iter.d.ts +451 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/web.d.ts +300 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/stream.d.ts +1806 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/string_decoder.d.ts +27 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/test.d.ts +2389 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/timers.d.ts +149 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/tls.d.ts +1193 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/trace_events.d.ts +103 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/index.d.ts +117 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.7/index.d.ts +117 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/tty.d.ts +225 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/url.d.ts +556 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/util.d.ts +1677 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/v8.d.ts +1062 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/vm.d.ts +1136 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/wasi.d.ts +131 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/domexception.d.ts +83 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/worker_threads.d.ts +669 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/zlib.d.ts +589 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/README.md +6 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/agent.d.ts +30 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/balanced-pool.d.ts +30 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/cache-interceptor.d.ts +179 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/client-stats.d.ts +15 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/client.d.ts +129 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/connector.d.ts +36 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/cookies.d.ts +30 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/dispatcher.d.ts +253 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/errors.d.ts +177 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/eventsource.d.ts +66 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/fetch.d.ts +231 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/handlers.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/header.d.ts +165 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/index.d.ts +93 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/interceptors.d.ts +80 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-client.d.ts +27 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/package.json +55 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/patch.d.ts +29 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/readable.d.ts +68 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/round-robin-pool.d.ts +39 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/snapshot-agent.d.ts +113 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/util.d.ts +18 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/webidl.d.ts +346 -0
- package/node_modules/@slack/socket-mode/node_modules/undici-types/websocket.d.ts +188 -0
- package/node_modules/@slack/socket-mode/package.json +21 -13
- package/node_modules/@slack/types/README.md +1 -1
- package/node_modules/@slack/types/dist/events/app.d.ts +28 -0
- package/node_modules/@slack/types/dist/events/app.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/index.d.ts +2 -2
- package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/index.js.map +1 -1
- package/node_modules/@slack/types/dist/events/message.d.ts +2 -0
- package/node_modules/@slack/types/dist/events/message.d.ts.map +1 -1
- package/node_modules/@slack/types/package.json +3 -3
- package/node_modules/@slack/web-api/README.md +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.d.ts +42 -71
- package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.js +180 -248
- package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
- package/node_modules/@slack/web-api/dist/chat-stream.js +37 -22
- package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.d.ts +32 -51
- package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.js +64 -55
- package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.js +41 -46
- package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
- package/node_modules/@slack/web-api/dist/index.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/index.js +8 -1
- package/node_modules/@slack/web-api/dist/index.js.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.d.ts +2 -38
- package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.js +1347 -1384
- package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/files.d.ts +0 -1
- package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts +3 -3
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +66 -1
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +1 -14
- package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +0 -29
- package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -1
- package/node_modules/@slack/web-api/node_modules/@slack/logger/LICENSE +23 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/README.md +66 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/dist/index.d.ts +94 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/dist/index.d.ts.map +1 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/dist/index.js +98 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/dist/index.js.map +1 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/package.json +42 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +15 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +68 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +1077 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +711 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +1799 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +1362 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +432 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +93 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +14 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +3954 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +537 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +794 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +497 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +876 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +150 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +1008 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +1481 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +4786 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +150 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +2172 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +2489 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +400 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +115 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +264 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.generated.d.ts +4406 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +726 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +970 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +498 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +155 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +178 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +604 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +2217 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +89 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +139 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +978 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +158 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +508 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +420 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +47 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +1123 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +114 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/iter.d.ts +451 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +300 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +1806 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +27 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +2389 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +149 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +1193 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +103 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +117 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +117 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +225 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +556 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +1677 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +1062 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +1136 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +131 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/domexception.d.ts +83 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +669 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +589 -0
- package/node_modules/@slack/web-api/node_modules/@types/retry/LICENSE +21 -0
- package/node_modules/@slack/web-api/node_modules/@types/retry/README.md +16 -0
- package/node_modules/@slack/web-api/node_modules/@types/retry/index.d.ts +151 -0
- package/node_modules/@slack/web-api/node_modules/@types/retry/package.json +28 -0
- package/node_modules/@slack/web-api/node_modules/eventemitter3/README.md +85 -0
- package/node_modules/@slack/web-api/node_modules/eventemitter3/dist/eventemitter3.esm.js +355 -0
- package/node_modules/@slack/web-api/node_modules/eventemitter3/dist/eventemitter3.esm.min.js +1 -0
- package/node_modules/@slack/web-api/node_modules/eventemitter3/dist/eventemitter3.esm.min.js.map +1 -0
- package/node_modules/@slack/web-api/node_modules/eventemitter3/dist/eventemitter3.umd.js +363 -0
- package/node_modules/@slack/web-api/node_modules/eventemitter3/dist/eventemitter3.umd.min.js +1 -0
- package/node_modules/@slack/web-api/node_modules/eventemitter3/dist/eventemitter3.umd.min.js.map +1 -0
- package/node_modules/@slack/web-api/node_modules/eventemitter3/index.d.ts +135 -0
- package/node_modules/@slack/web-api/node_modules/eventemitter3/index.mjs +4 -0
- package/node_modules/@slack/web-api/node_modules/eventemitter3/package.json +62 -0
- package/node_modules/@slack/web-api/node_modules/p-queue/node_modules/eventemitter3/LICENSE +21 -0
- package/node_modules/@slack/web-api/node_modules/p-queue/node_modules/eventemitter3/index.js +336 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/README.md +6 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +30 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/balanced-pool.d.ts +30 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/cache-interceptor.d.ts +179 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/client-stats.d.ts +15 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +129 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/connector.d.ts +36 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +30 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +253 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +177 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +66 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +231 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +14 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/header.d.ts +165 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +93 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +80 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +27 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/package.json +55 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/patch.d.ts +29 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/readable.d.ts +68 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/round-robin-pool.d.ts +39 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +113 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/util.d.ts +18 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +346 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +188 -0
- package/node_modules/@slack/web-api/package.json +6 -10
- package/node_modules/get-east-asian-width/index.d.ts +60 -0
- package/node_modules/get-east-asian-width/index.js +30 -0
- package/node_modules/get-east-asian-width/lookup-data.js +21 -0
- package/node_modules/get-east-asian-width/lookup.js +138 -0
- package/node_modules/get-east-asian-width/package.json +71 -0
- package/node_modules/get-east-asian-width/readme.md +65 -0
- package/node_modules/get-east-asian-width/utilities.js +24 -0
- package/node_modules/p-map/index.js +1 -0
- package/node_modules/p-map/package.json +1 -1
- package/node_modules/undici/LICENSE +21 -0
- package/node_modules/undici/README.md +741 -0
- package/node_modules/undici/docs/docs/api/Agent.md +84 -0
- package/node_modules/undici/docs/docs/api/BalancedPool.md +99 -0
- package/node_modules/undici/docs/docs/api/CacheStorage.md +30 -0
- package/node_modules/undici/docs/docs/api/CacheStore.md +164 -0
- package/node_modules/undici/docs/docs/api/Client.md +288 -0
- package/node_modules/undici/docs/docs/api/ClientStats.md +27 -0
- package/node_modules/undici/docs/docs/api/Connector.md +115 -0
- package/node_modules/undici/docs/docs/api/ContentType.md +57 -0
- package/node_modules/undici/docs/docs/api/Cookies.md +128 -0
- package/node_modules/undici/docs/docs/api/Debug.md +62 -0
- package/node_modules/undici/docs/docs/api/DiagnosticsChannel.md +315 -0
- package/node_modules/undici/docs/docs/api/Dispatcher.md +1392 -0
- package/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +159 -0
- package/node_modules/undici/docs/docs/api/Errors.md +49 -0
- package/node_modules/undici/docs/docs/api/EventSource.md +45 -0
- package/node_modules/undici/docs/docs/api/Fetch.md +60 -0
- package/node_modules/undici/docs/docs/api/GlobalInstallation.md +139 -0
- package/node_modules/undici/docs/docs/api/H2CClient.md +263 -0
- package/node_modules/undici/docs/docs/api/MockAgent.md +603 -0
- package/node_modules/undici/docs/docs/api/MockCallHistory.md +197 -0
- package/node_modules/undici/docs/docs/api/MockCallHistoryLog.md +43 -0
- package/node_modules/undici/docs/docs/api/MockClient.md +81 -0
- package/node_modules/undici/docs/docs/api/MockErrors.md +12 -0
- package/node_modules/undici/docs/docs/api/MockPool.md +555 -0
- package/node_modules/undici/docs/docs/api/Pool.md +84 -0
- package/node_modules/undici/docs/docs/api/PoolStats.md +35 -0
- package/node_modules/undici/docs/docs/api/ProxyAgent.md +229 -0
- package/node_modules/undici/docs/docs/api/RedirectHandler.md +93 -0
- package/node_modules/undici/docs/docs/api/RetryAgent.md +50 -0
- package/node_modules/undici/docs/docs/api/RetryHandler.md +118 -0
- package/node_modules/undici/docs/docs/api/RoundRobinPool.md +145 -0
- package/node_modules/undici/docs/docs/api/SnapshotAgent.md +616 -0
- package/node_modules/undici/docs/docs/api/Socks5ProxyAgent.md +275 -0
- package/node_modules/undici/docs/docs/api/Util.md +25 -0
- package/node_modules/undici/docs/docs/api/WebSocket.md +141 -0
- package/node_modules/undici/docs/docs/api/api-lifecycle.md +91 -0
- package/node_modules/undici/docs/docs/best-practices/client-certificate.md +64 -0
- package/node_modules/undici/docs/docs/best-practices/crawling.md +58 -0
- package/node_modules/undici/docs/docs/best-practices/mocking-request.md +190 -0
- package/node_modules/undici/docs/docs/best-practices/proxy.md +127 -0
- package/node_modules/undici/docs/docs/best-practices/undici-vs-builtin-fetch.md +224 -0
- package/node_modules/undici/docs/docs/best-practices/writing-tests.md +63 -0
- package/node_modules/undici/index-fetch.js +65 -0
- package/node_modules/undici/index.d.ts +3 -0
- package/node_modules/undici/index.js +234 -0
- package/node_modules/undici/lib/api/abort-signal.js +59 -0
- package/node_modules/undici/lib/api/api-connect.js +110 -0
- package/node_modules/undici/lib/api/api-pipeline.js +252 -0
- package/node_modules/undici/lib/api/api-request.js +214 -0
- package/node_modules/undici/lib/api/api-stream.js +209 -0
- package/node_modules/undici/lib/api/api-upgrade.js +111 -0
- package/node_modules/undici/lib/api/index.js +7 -0
- package/node_modules/undici/lib/api/readable.js +580 -0
- package/node_modules/undici/lib/cache/memory-cache-store.js +234 -0
- package/node_modules/undici/lib/cache/sqlite-cache-store.js +461 -0
- package/node_modules/undici/lib/core/connect.js +153 -0
- package/node_modules/undici/lib/core/constants.js +143 -0
- package/node_modules/undici/lib/core/diagnostics.js +227 -0
- package/node_modules/undici/lib/core/errors.js +477 -0
- package/node_modules/undici/lib/core/request.js +453 -0
- package/node_modules/undici/lib/core/socks5-client.js +422 -0
- package/node_modules/undici/lib/core/socks5-utils.js +212 -0
- package/node_modules/undici/lib/core/symbols.js +75 -0
- package/node_modules/undici/lib/core/tree.js +160 -0
- package/node_modules/undici/lib/core/util.js +992 -0
- package/node_modules/undici/lib/dispatcher/agent.js +158 -0
- package/node_modules/undici/lib/dispatcher/balanced-pool.js +219 -0
- package/node_modules/undici/lib/dispatcher/client-h1.js +1722 -0
- package/node_modules/undici/lib/dispatcher/client-h2.js +995 -0
- package/node_modules/undici/lib/dispatcher/client.js +664 -0
- package/node_modules/undici/lib/dispatcher/dispatcher-base.js +184 -0
- package/node_modules/undici/lib/dispatcher/dispatcher.js +48 -0
- package/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +146 -0
- package/node_modules/undici/lib/dispatcher/fixed-queue.js +135 -0
- package/node_modules/undici/lib/dispatcher/h2c-client.js +51 -0
- package/node_modules/undici/lib/dispatcher/pool-base.js +214 -0
- package/node_modules/undici/lib/dispatcher/pool.js +118 -0
- package/node_modules/undici/lib/dispatcher/proxy-agent.js +319 -0
- package/node_modules/undici/lib/dispatcher/retry-agent.js +35 -0
- package/node_modules/undici/lib/dispatcher/round-robin-pool.js +137 -0
- package/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +260 -0
- package/node_modules/undici/lib/encoding/index.js +33 -0
- package/node_modules/undici/lib/global.js +59 -0
- package/node_modules/undici/lib/handler/cache-handler.js +578 -0
- package/node_modules/undici/lib/handler/cache-revalidation-handler.js +124 -0
- package/node_modules/undici/lib/handler/decorator-handler.js +67 -0
- package/node_modules/undici/lib/handler/deduplication-handler.js +460 -0
- package/node_modules/undici/lib/handler/redirect-handler.js +238 -0
- package/node_modules/undici/lib/handler/retry-handler.js +394 -0
- package/node_modules/undici/lib/handler/unwrap-handler.js +106 -0
- package/node_modules/undici/lib/handler/wrap-handler.js +105 -0
- package/node_modules/undici/lib/interceptor/cache.js +495 -0
- package/node_modules/undici/lib/interceptor/decompress.js +259 -0
- package/node_modules/undici/lib/interceptor/deduplicate.js +117 -0
- package/node_modules/undici/lib/interceptor/dns.js +571 -0
- package/node_modules/undici/lib/interceptor/dump.js +112 -0
- package/node_modules/undici/lib/interceptor/redirect.js +21 -0
- package/node_modules/undici/lib/interceptor/response-error.js +95 -0
- package/node_modules/undici/lib/interceptor/retry.js +19 -0
- package/node_modules/undici/lib/llhttp/.gitkeep +0 -0
- package/node_modules/undici/lib/llhttp/constants.d.ts +195 -0
- package/node_modules/undici/lib/llhttp/constants.js +531 -0
- package/node_modules/undici/lib/llhttp/llhttp-wasm.js +15 -0
- package/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +15 -0
- package/node_modules/undici/lib/llhttp/utils.d.ts +2 -0
- package/node_modules/undici/lib/llhttp/utils.js +12 -0
- package/node_modules/undici/lib/mock/mock-agent.js +232 -0
- package/node_modules/undici/lib/mock/mock-call-history.js +248 -0
- package/node_modules/undici/lib/mock/mock-client.js +68 -0
- package/node_modules/undici/lib/mock/mock-errors.js +29 -0
- package/node_modules/undici/lib/mock/mock-interceptor.js +209 -0
- package/node_modules/undici/lib/mock/mock-pool.js +68 -0
- package/node_modules/undici/lib/mock/mock-symbols.js +32 -0
- package/node_modules/undici/lib/mock/mock-utils.js +486 -0
- package/node_modules/undici/lib/mock/pending-interceptors-formatter.js +43 -0
- package/node_modules/undici/lib/mock/snapshot-agent.js +353 -0
- package/node_modules/undici/lib/mock/snapshot-recorder.js +588 -0
- package/node_modules/undici/lib/mock/snapshot-utils.js +158 -0
- package/node_modules/undici/lib/util/cache.js +414 -0
- package/node_modules/undici/lib/util/date.js +653 -0
- package/node_modules/undici/lib/util/promise.js +28 -0
- package/node_modules/undici/lib/util/runtime-features.js +124 -0
- package/node_modules/undici/lib/util/stats.js +32 -0
- package/node_modules/undici/lib/util/timers.js +425 -0
- package/node_modules/undici/lib/web/cache/cache.js +864 -0
- package/node_modules/undici/lib/web/cache/cachestorage.js +152 -0
- package/node_modules/undici/lib/web/cache/util.js +45 -0
- package/node_modules/undici/lib/web/cookies/constants.js +12 -0
- package/node_modules/undici/lib/web/cookies/index.js +199 -0
- package/node_modules/undici/lib/web/cookies/parse.js +314 -0
- package/node_modules/undici/lib/web/cookies/util.js +282 -0
- package/node_modules/undici/lib/web/eventsource/eventsource-stream.js +399 -0
- package/node_modules/undici/lib/web/eventsource/eventsource.js +501 -0
- package/node_modules/undici/lib/web/eventsource/util.js +29 -0
- package/node_modules/undici/lib/web/fetch/LICENSE +21 -0
- package/node_modules/undici/lib/web/fetch/body.js +509 -0
- package/node_modules/undici/lib/web/fetch/constants.js +131 -0
- package/node_modules/undici/lib/web/fetch/data-url.js +596 -0
- package/node_modules/undici/lib/web/fetch/formdata-parser.js +586 -0
- package/node_modules/undici/lib/web/fetch/formdata.js +259 -0
- package/node_modules/undici/lib/web/fetch/global.js +40 -0
- package/node_modules/undici/lib/web/fetch/headers.js +719 -0
- package/node_modules/undici/lib/web/fetch/index.js +2413 -0
- package/node_modules/undici/lib/web/fetch/request.js +1115 -0
- package/node_modules/undici/lib/web/fetch/response.js +641 -0
- package/node_modules/undici/lib/web/fetch/util.js +1522 -0
- package/node_modules/undici/lib/web/infra/index.js +229 -0
- package/node_modules/undici/lib/web/subresource-integrity/Readme.md +9 -0
- package/node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js +307 -0
- package/node_modules/undici/lib/web/webidl/index.js +1006 -0
- package/node_modules/undici/lib/web/websocket/connection.js +329 -0
- package/node_modules/undici/lib/web/websocket/constants.js +126 -0
- package/node_modules/undici/lib/web/websocket/events.js +331 -0
- package/node_modules/undici/lib/web/websocket/frame.js +133 -0
- package/node_modules/undici/lib/web/websocket/permessage-deflate.js +100 -0
- package/node_modules/undici/lib/web/websocket/receiver.js +507 -0
- package/node_modules/undici/lib/web/websocket/sender.js +109 -0
- package/node_modules/undici/lib/web/websocket/stream/websocketerror.js +104 -0
- package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +498 -0
- package/node_modules/undici/lib/web/websocket/util.js +347 -0
- package/node_modules/undici/lib/web/websocket/websocket.js +758 -0
- package/node_modules/undici/package.json +152 -0
- package/node_modules/undici/scripts/strip-comments.js +10 -0
- package/node_modules/undici/types/README.md +6 -0
- package/node_modules/undici/types/agent.d.ts +32 -0
- package/node_modules/undici/types/api.d.ts +43 -0
- package/node_modules/undici/types/balanced-pool.d.ts +30 -0
- package/node_modules/undici/types/cache-interceptor.d.ts +179 -0
- package/node_modules/undici/types/cache.d.ts +36 -0
- package/node_modules/undici/types/client-stats.d.ts +15 -0
- package/node_modules/undici/types/client.d.ts +139 -0
- package/node_modules/undici/types/connector.d.ts +36 -0
- package/node_modules/undici/types/content-type.d.ts +21 -0
- package/node_modules/undici/types/cookies.d.ts +30 -0
- package/node_modules/undici/types/diagnostics-channel.d.ts +74 -0
- package/node_modules/undici/types/dispatcher.d.ts +275 -0
- package/node_modules/undici/types/env-http-proxy-agent.d.ts +22 -0
- package/node_modules/undici/types/errors.d.ts +177 -0
- package/node_modules/undici/types/eventsource.d.ts +66 -0
- package/node_modules/undici/types/fetch.d.ts +231 -0
- package/node_modules/undici/types/formdata.d.ts +114 -0
- package/node_modules/undici/types/global-dispatcher.d.ts +9 -0
- package/node_modules/undici/types/global-origin.d.ts +7 -0
- package/node_modules/undici/types/h2c-client.d.ts +73 -0
- package/node_modules/undici/types/handlers.d.ts +14 -0
- package/node_modules/undici/types/header.d.ts +160 -0
- package/node_modules/undici/types/index.d.ts +91 -0
- package/node_modules/undici/types/interceptors.d.ts +80 -0
- package/node_modules/undici/types/mock-agent.d.ts +68 -0
- package/node_modules/undici/types/mock-call-history.d.ts +111 -0
- package/node_modules/undici/types/mock-client.d.ts +27 -0
- package/node_modules/undici/types/mock-errors.d.ts +12 -0
- package/node_modules/undici/types/mock-interceptor.d.ts +94 -0
- package/node_modules/undici/types/mock-pool.d.ts +27 -0
- package/node_modules/undici/types/patch.d.ts +29 -0
- package/node_modules/undici/types/pool-stats.d.ts +19 -0
- package/node_modules/undici/types/pool.d.ts +41 -0
- package/node_modules/undici/types/proxy-agent.d.ts +29 -0
- package/node_modules/undici/types/readable.d.ts +68 -0
- package/node_modules/undici/types/retry-agent.d.ts +8 -0
- package/node_modules/undici/types/retry-handler.d.ts +125 -0
- package/node_modules/undici/types/round-robin-pool.d.ts +41 -0
- package/node_modules/undici/types/snapshot-agent.d.ts +109 -0
- package/node_modules/undici/types/socks5-proxy-agent.d.ts +25 -0
- package/node_modules/undici/types/util.d.ts +18 -0
- package/node_modules/undici/types/utility.d.ts +7 -0
- package/node_modules/undici/types/webidl.d.ts +347 -0
- package/node_modules/undici/types/websocket.d.ts +188 -0
- package/openclaw.plugin.json +72 -102
- package/package.json +20 -9
- package/dist/account-inspect-jn1xLaVi.js +0 -86
- package/dist/accounts-BSr252c_.js +0 -188
- package/dist/accounts.runtime-CjULMLTa.js +0 -2
- package/dist/action-runtime-CFU52n4W.js +0 -561
- package/dist/action-runtime.runtime-9-17zvKH.js +0 -2
- package/dist/actions-D51foiwR.js +0 -900
- package/dist/actions.runtime-BMJwtf5C.js +0 -2
- package/dist/approval-handler.runtime-3b4-wxMl.js +0 -368
- package/dist/channel-Ds8NKvfr.js +0 -1130
- package/dist/channel-type-DXkUajFP.js +0 -109
- package/dist/channel.setup-DOSTEDfA.js +0 -76
- package/dist/config-schema-B4j4tCOI.js +0 -428
- package/dist/cursor-pages-DSmTg0su.js +0 -13
- package/dist/directory-config-B08pm5ZT.js +0 -54
- package/dist/directory-live-DpPKzPrn.js +0 -131
- package/dist/doctor-contract-U6oVntbM.js +0 -173
- package/dist/group-policy-CdnQzQBI.js +0 -2318
- package/dist/interactive-replies-C3ffk6oN.js +0 -197
- package/dist/interactive-replies-api.js +0 -2
- package/dist/message-tool-api-ByVyIVOh.js +0 -128
- package/dist/monitor-CnB_WKvF.js +0 -13
- package/dist/outbound-adapter-DuPz2HHt.js +0 -272
- package/dist/pipeline.runtime-5rRYZuX5.js +0 -4219
- package/dist/policy-C31RYSuT.js +0 -65
- package/dist/probe-CVRuArHA.js +0 -340
- package/dist/provider-htuIJGFD.js +0 -5857
- package/dist/relay-source-Df9EaiTF.js +0 -272
- package/dist/replies-Cgr2Gli4.js +0 -420
- package/dist/resolve-channels-DodP2TFx.js +0 -92
- package/dist/resolve-users-M9eF8891.js +0 -118
- package/dist/rolldown-runtime-D7D4PA-g.js +0 -13
- package/dist/runtime-api-D5XYMMsf.js +0 -10
- package/dist/scopes-CJRpHkDC.js +0 -73
- package/dist/security-audit-Cz6erklv.js +0 -41
- package/dist/send-BZ1tPv7-.js +0 -1283
- package/dist/send.runtime-a2pilFor.js +0 -2
- package/dist/setup-core-tPxMuFez.js +0 -600
- package/dist/setup-surface-wV-S1dE_.js +0 -156
- package/dist/shared-BfMskaMx.js +0 -295
- package/dist/slash-dispatch.runtime-lfeIsXTX.js +0 -32
- package/node_modules/@slack/bolt/dist/WorkflowStep.d.ts +0 -159
- package/node_modules/@slack/bolt/dist/WorkflowStep.d.ts.map +0 -1
- package/node_modules/@slack/bolt/dist/WorkflowStep.js +0 -217
- package/node_modules/@slack/bolt/dist/WorkflowStep.js.map +0 -1
- package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.d.ts +0 -49
- package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.d.ts.map +0 -1
- package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.js +0 -3
- package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.js.map +0 -1
- package/node_modules/@slack/logger/README.md +0 -66
- package/node_modules/@slack/logger/dist/index.js +0 -94
- package/node_modules/@slack/logger/dist/index.js.map +0 -1
- package/node_modules/@slack/logger/package.json +0 -43
- package/node_modules/@slack/oauth/README.md +0 -379
- package/node_modules/@slack/oauth/dist/errors.d.ts +0 -39
- package/node_modules/@slack/oauth/dist/errors.d.ts.map +0 -1
- package/node_modules/@slack/oauth/dist/errors.js +0 -69
- package/node_modules/@slack/oauth/dist/errors.js.map +0 -1
- package/node_modules/@slack/oauth/dist/install-provider.js +0 -663
- package/node_modules/@slack/oauth/dist/install-provider.js.map +0 -1
- package/node_modules/@slack/oauth/dist/installation-stores/file-store.js +0 -116
- package/node_modules/@slack/oauth/dist/installation-stores/file-store.js.map +0 -1
- package/node_modules/@slack/oauth/dist/installation-stores/memory-store.js +0 -89
- package/node_modules/@slack/oauth/dist/installation-stores/memory-store.js.map +0 -1
- package/node_modules/@slack/oauth/dist/state-stores/clear-state-store.js +0 -40
- package/node_modules/@slack/oauth/dist/state-stores/clear-state-store.js.map +0 -1
- package/node_modules/@slack/oauth/dist/state-stores/file-state-store.js +0 -98
- package/node_modules/@slack/oauth/dist/state-stores/file-state-store.js.map +0 -1
- package/node_modules/@slack/oauth/package.json +0 -55
- package/node_modules/@types/retry/README.md +0 -15
- package/node_modules/@types/retry/index.d.ts +0 -144
- package/node_modules/@types/retry/package.json +0 -30
- package/node_modules/@types/ws/README.md +0 -15
- package/node_modules/@types/ws/index.d.mts +0 -451
- package/node_modules/@types/ws/index.d.ts +0 -445
- package/node_modules/@types/ws/package.json +0 -72
- package/node_modules/agent-base/README.md +0 -145
- package/node_modules/agent-base/dist/src/index.d.ts +0 -78
- package/node_modules/agent-base/dist/src/index.js +0 -203
- package/node_modules/agent-base/dist/src/index.js.map +0 -1
- package/node_modules/agent-base/dist/src/promisify.d.ts +0 -4
- package/node_modules/agent-base/dist/src/promisify.js +0 -18
- package/node_modules/agent-base/dist/src/promisify.js.map +0 -1
- package/node_modules/agent-base/package.json +0 -64
- package/node_modules/agent-base/src/index.ts +0 -345
- package/node_modules/agent-base/src/promisify.ts +0 -33
- package/node_modules/asynckit/LICENSE +0 -21
- package/node_modules/asynckit/README.md +0 -233
- package/node_modules/asynckit/bench.js +0 -76
- package/node_modules/asynckit/index.js +0 -6
- package/node_modules/asynckit/lib/abort.js +0 -29
- package/node_modules/asynckit/lib/async.js +0 -34
- package/node_modules/asynckit/lib/defer.js +0 -26
- package/node_modules/asynckit/lib/iterate.js +0 -75
- package/node_modules/asynckit/lib/readable_asynckit.js +0 -91
- package/node_modules/asynckit/lib/readable_parallel.js +0 -25
- package/node_modules/asynckit/lib/readable_serial.js +0 -25
- package/node_modules/asynckit/lib/readable_serial_ordered.js +0 -29
- package/node_modules/asynckit/lib/state.js +0 -37
- package/node_modules/asynckit/lib/streamify.js +0 -141
- package/node_modules/asynckit/lib/terminator.js +0 -29
- package/node_modules/asynckit/package.json +0 -63
- package/node_modules/asynckit/parallel.js +0 -43
- package/node_modules/asynckit/serial.js +0 -17
- package/node_modules/asynckit/serialOrdered.js +0 -75
- package/node_modules/asynckit/stream.js +0 -21
- package/node_modules/axios/CHANGELOG.md +0 -1872
- package/node_modules/axios/LICENSE +0 -7
- package/node_modules/axios/MIGRATION_GUIDE.md +0 -877
- package/node_modules/axios/README.md +0 -2559
- package/node_modules/axios/dist/axios.js +0 -5249
- package/node_modules/axios/dist/axios.min.js +0 -5
- package/node_modules/axios/dist/axios.min.js.map +0 -1
- package/node_modules/axios/dist/browser/axios.cjs +0 -5146
- package/node_modules/axios/dist/esm/axios.js +0 -5167
- package/node_modules/axios/dist/esm/axios.min.js +0 -3
- package/node_modules/axios/dist/esm/axios.min.js.map +0 -1
- package/node_modules/axios/dist/node/axios.cjs +0 -5996
- package/node_modules/axios/index.d.cts +0 -738
- package/node_modules/axios/index.d.ts +0 -755
- package/node_modules/axios/index.js +0 -45
- package/node_modules/axios/lib/adapters/README.md +0 -36
- package/node_modules/axios/lib/adapters/adapters.js +0 -132
- package/node_modules/axios/lib/adapters/fetch.js +0 -643
- package/node_modules/axios/lib/adapters/http.js +0 -1417
- package/node_modules/axios/lib/adapters/xhr.js +0 -228
- package/node_modules/axios/lib/axios.js +0 -89
- package/node_modules/axios/lib/cancel/CancelToken.js +0 -135
- package/node_modules/axios/lib/cancel/CanceledError.js +0 -22
- package/node_modules/axios/lib/cancel/isCancel.js +0 -5
- package/node_modules/axios/lib/core/Axios.js +0 -283
- package/node_modules/axios/lib/core/AxiosError.js +0 -188
- package/node_modules/axios/lib/core/AxiosHeaders.js +0 -351
- package/node_modules/axios/lib/core/InterceptorManager.js +0 -72
- package/node_modules/axios/lib/core/README.md +0 -8
- package/node_modules/axios/lib/core/buildFullPath.js +0 -50
- package/node_modules/axios/lib/core/dispatchRequest.js +0 -89
- package/node_modules/axios/lib/core/mergeConfig.js +0 -159
- package/node_modules/axios/lib/core/settle.js +0 -27
- package/node_modules/axios/lib/core/transformData.js +0 -28
- package/node_modules/axios/lib/defaults/index.js +0 -177
- package/node_modules/axios/lib/defaults/transitional.js +0 -10
- package/node_modules/axios/lib/env/README.md +0 -3
- package/node_modules/axios/lib/env/classes/FormData.js +0 -2
- package/node_modules/axios/lib/env/data.js +0 -1
- package/node_modules/axios/lib/helpers/AxiosTransformStream.js +0 -156
- package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -59
- package/node_modules/axios/lib/helpers/Http2Sessions.js +0 -119
- package/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -77
- package/node_modules/axios/lib/helpers/README.md +0 -7
- package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +0 -29
- package/node_modules/axios/lib/helpers/bind.js +0 -14
- package/node_modules/axios/lib/helpers/buildURL.js +0 -69
- package/node_modules/axios/lib/helpers/callbackify.js +0 -18
- package/node_modules/axios/lib/helpers/combineURLs.js +0 -15
- package/node_modules/axios/lib/helpers/composeSignals.js +0 -57
- package/node_modules/axios/lib/helpers/cookies.js +0 -64
- package/node_modules/axios/lib/helpers/deprecatedMethod.js +0 -31
- package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +0 -105
- package/node_modules/axios/lib/helpers/formDataToJSON.js +0 -119
- package/node_modules/axios/lib/helpers/formDataToStream.js +0 -119
- package/node_modules/axios/lib/helpers/fromDataURI.js +0 -68
- package/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -19
- package/node_modules/axios/lib/helpers/isAxiosError.js +0 -14
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -16
- package/node_modules/axios/lib/helpers/null.js +0 -2
- package/node_modules/axios/lib/helpers/parseHeaders.js +0 -69
- package/node_modules/axios/lib/helpers/parseProtocol.js +0 -6
- package/node_modules/axios/lib/helpers/progressEventReducer.js +0 -54
- package/node_modules/axios/lib/helpers/readBlob.js +0 -15
- package/node_modules/axios/lib/helpers/resolveConfig.js +0 -119
- package/node_modules/axios/lib/helpers/sanitizeHeaderValue.js +0 -60
- package/node_modules/axios/lib/helpers/shouldBypassProxy.js +0 -210
- package/node_modules/axios/lib/helpers/speedometer.js +0 -55
- package/node_modules/axios/lib/helpers/spread.js +0 -28
- package/node_modules/axios/lib/helpers/throttle.js +0 -44
- package/node_modules/axios/lib/helpers/toFormData.js +0 -285
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -19
- package/node_modules/axios/lib/helpers/trackStream.js +0 -89
- package/node_modules/axios/lib/helpers/validator.js +0 -112
- package/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -3
- package/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -3
- package/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -4
- package/node_modules/axios/lib/platform/browser/index.js +0 -13
- package/node_modules/axios/lib/platform/common/utils.js +0 -52
- package/node_modules/axios/lib/platform/index.js +0 -7
- package/node_modules/axios/lib/platform/node/classes/FormData.js +0 -3
- package/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +0 -4
- package/node_modules/axios/lib/platform/node/index.js +0 -37
- package/node_modules/axios/lib/utils.js +0 -1017
- package/node_modules/axios/package.json +0 -201
- package/node_modules/combined-stream/License +0 -19
- package/node_modules/combined-stream/Readme.md +0 -138
- package/node_modules/combined-stream/lib/combined_stream.js +0 -208
- package/node_modules/combined-stream/package.json +0 -25
- package/node_modules/delayed-stream/.npmignore +0 -1
- package/node_modules/delayed-stream/License +0 -19
- package/node_modules/delayed-stream/Makefile +0 -7
- package/node_modules/delayed-stream/Readme.md +0 -141
- package/node_modules/delayed-stream/lib/delayed_stream.js +0 -107
- package/node_modules/delayed-stream/package.json +0 -27
- package/node_modules/es-set-tostringtag/.eslintrc +0 -13
- package/node_modules/es-set-tostringtag/CHANGELOG.md +0 -67
- package/node_modules/es-set-tostringtag/LICENSE +0 -21
- package/node_modules/es-set-tostringtag/README.md +0 -53
- package/node_modules/es-set-tostringtag/index.d.ts +0 -10
- package/node_modules/es-set-tostringtag/index.js +0 -35
- package/node_modules/es-set-tostringtag/package.json +0 -78
- package/node_modules/es-set-tostringtag/test/index.js +0 -85
- package/node_modules/follow-redirects/LICENSE +0 -18
- package/node_modules/follow-redirects/README.md +0 -157
- package/node_modules/follow-redirects/debug.js +0 -15
- package/node_modules/follow-redirects/http.js +0 -1
- package/node_modules/follow-redirects/https.js +0 -1
- package/node_modules/follow-redirects/index.js +0 -709
- package/node_modules/follow-redirects/package.json +0 -58
- package/node_modules/form-data/CHANGELOG.md +0 -669
- package/node_modules/form-data/License +0 -19
- package/node_modules/form-data/README.md +0 -350
- package/node_modules/form-data/index.d.ts +0 -51
- package/node_modules/form-data/lib/browser.js +0 -4
- package/node_modules/form-data/lib/form_data.js +0 -514
- package/node_modules/form-data/lib/populate.js +0 -10
- package/node_modules/form-data/node_modules/mime-db/HISTORY.md +0 -507
- package/node_modules/form-data/node_modules/mime-db/README.md +0 -100
- package/node_modules/form-data/node_modules/mime-db/db.json +0 -8519
- package/node_modules/form-data/node_modules/mime-db/package.json +0 -60
- package/node_modules/form-data/node_modules/mime-types/HISTORY.md +0 -397
- package/node_modules/form-data/node_modules/mime-types/README.md +0 -113
- package/node_modules/form-data/node_modules/mime-types/index.js +0 -188
- package/node_modules/form-data/node_modules/mime-types/package.json +0 -44
- package/node_modules/form-data/package.json +0 -83
- package/node_modules/has-symbols/.nycrc +0 -9
- package/node_modules/has-tostringtag/.eslintrc +0 -5
- package/node_modules/has-tostringtag/.github/FUNDING.yml +0 -12
- package/node_modules/has-tostringtag/CHANGELOG.md +0 -42
- package/node_modules/has-tostringtag/LICENSE +0 -21
- package/node_modules/has-tostringtag/README.md +0 -46
- package/node_modules/has-tostringtag/index.d.ts +0 -3
- package/node_modules/has-tostringtag/index.js +0 -8
- package/node_modules/has-tostringtag/package.json +0 -108
- package/node_modules/has-tostringtag/shams.d.ts +0 -3
- package/node_modules/has-tostringtag/shams.js +0 -8
- package/node_modules/has-tostringtag/test/index.js +0 -21
- package/node_modules/has-tostringtag/test/shams/core-js.js +0 -31
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +0 -30
- package/node_modules/has-tostringtag/test/tests.js +0 -15
- package/node_modules/has-tostringtag/tsconfig.json +0 -49
- package/node_modules/https-proxy-agent/README.md +0 -137
- package/node_modules/https-proxy-agent/dist/agent.d.ts +0 -30
- package/node_modules/https-proxy-agent/dist/agent.js +0 -177
- package/node_modules/https-proxy-agent/dist/agent.js.map +0 -1
- package/node_modules/https-proxy-agent/dist/index.d.ts +0 -23
- package/node_modules/https-proxy-agent/dist/index.js +0 -14
- package/node_modules/https-proxy-agent/dist/index.js.map +0 -1
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +0 -7
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.js +0 -66
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
- package/node_modules/https-proxy-agent/package.json +0 -56
- package/node_modules/is-electron/LICENSE +0 -21
- package/node_modules/is-electron/README.md +0 -25
- package/node_modules/is-electron/index.d.ts +0 -2
- package/node_modules/is-electron/index.js +0 -21
- package/node_modules/is-electron/package.json +0 -34
- package/node_modules/is-stream/index.d.ts +0 -79
- package/node_modules/is-stream/index.js +0 -28
- package/node_modules/is-stream/package.json +0 -42
- package/node_modules/is-stream/readme.md +0 -60
- package/node_modules/media-typer/README.md +0 -93
- package/node_modules/media-typer/index.js +0 -143
- package/node_modules/media-typer/package.json +0 -33
- package/node_modules/mime-db/LICENSE +0 -23
- package/node_modules/mime-db/index.js +0 -12
- package/node_modules/mime-types/LICENSE +0 -23
- package/node_modules/proxy-from-env/LICENSE +0 -20
- package/node_modules/proxy-from-env/README.md +0 -163
- package/node_modules/proxy-from-env/index.cjs +0 -105
- package/node_modules/proxy-from-env/index.js +0 -103
- package/node_modules/proxy-from-env/package.json +0 -43
- package/node_modules/side-channel/.nycrc +0 -13
- package/node_modules/side-channel/tsconfig.json +0 -9
- package/npm-shrinkwrap.json +0 -1467
- /package/node_modules/@slack/{logger → bolt/node_modules/@slack/logger}/LICENSE +0 -0
- /package/node_modules/@slack/{logger → bolt/node_modules/@slack/logger}/dist/index.d.ts +0 -0
- /package/node_modules/@slack/{logger → bolt/node_modules/@slack/logger}/dist/index.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/LICENSE +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/authorize-result.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/authorize-result.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/authorize-result.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/authorize-result.js.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/callback-options.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/callback-options.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/callback-options.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/callback-options.js.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/default-render-html-for-install-path.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/default-render-html-for-install-path.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/default-render-html-for-install-path.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/default-render-html-for-install-path.js.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/index.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/index.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/index.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/index.js.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-path-options.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-path-options.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-path-options.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-path-options.js.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-provider-options.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-provider-options.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-provider-options.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-provider-options.js.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-provider.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-provider.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-url-options.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-url-options.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-url-options.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/install-url-options.js.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-query.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-query.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-query.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-query.js.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-stores/file-store.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-stores/file-store.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-stores/index.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-stores/index.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-stores/index.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-stores/index.js.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-stores/interface.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-stores/interface.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-stores/interface.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-stores/interface.js.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-stores/memory-store.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation-stores/memory-store.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/installation.js.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/logger.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/logger.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/logger.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/logger.js.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/state-stores/clear-state-store.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/state-stores/clear-state-store.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/state-stores/file-state-store.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/state-stores/file-state-store.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/state-stores/index.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/state-stores/index.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/state-stores/index.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/state-stores/index.js.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/state-stores/interface.d.ts +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/state-stores/interface.d.ts.map +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/state-stores/interface.js +0 -0
- /package/node_modules/@slack/{oauth → bolt/node_modules/@slack/oauth}/dist/state-stores/interface.js.map +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/jsonwebtoken/LICENSE +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/jsonwebtoken/README.md +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/jsonwebtoken/index.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/jsonwebtoken/package.json +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/ms/LICENSE +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/ms/README.md +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/ms/index.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/ms/package.json +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/LICENSE +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/README.md +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/assert/strict.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/assert.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/async_hooks.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/buffer.buffer.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/buffer.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/child_process.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/cluster.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/console.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/constants.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/crypto.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/dgram.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/diagnostics_channel.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/dns/promises.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/dns.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/domain.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/events.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/ffi.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/fs/promises.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/fs.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/globals.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/globals.typedarray.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/http.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/http2.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/https.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/index.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/inspector/promises.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/inspector.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/inspector.generated.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/module.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/net.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/os.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/package.json +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/path/posix.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/path/win32.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/path.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/perf_hooks.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/process.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/punycode.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/querystring.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/quic.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/readline/promises.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/readline.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/repl.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/sea.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/sqlite.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/stream/consumers.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/stream/iter.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/stream/promises.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/stream/web.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/stream.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/string_decoder.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/test/reporters.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/test.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/timers/promises.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/timers.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/tls.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/trace_events.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/ts5.6/buffer.buffer.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/ts5.6/compatibility/float16array.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/ts5.6/globals.typedarray.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/ts5.6/index.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/ts5.7/compatibility/float16array.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/ts5.7/index.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/tty.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/url.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/util/types.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/util.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/v8.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/vm.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/wasi.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/abortcontroller.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/blob.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/console.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/crypto.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/domexception.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/encoding.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/events.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/fetch.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/importmeta.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/messaging.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/navigator.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/performance.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/storage.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/streams.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/timers.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/web-globals/url.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/worker_threads.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/zlib/iter.d.ts +0 -0
- /package/node_modules/{@types → @slack/bolt/node_modules/@types}/node/zlib.d.ts +0 -0
- /package/node_modules/{accepts → @slack/bolt/node_modules/accepts}/HISTORY.md +0 -0
- /package/node_modules/{accepts → @slack/bolt/node_modules/accepts}/LICENSE +0 -0
- /package/node_modules/{accepts → @slack/bolt/node_modules/accepts}/README.md +0 -0
- /package/node_modules/{accepts → @slack/bolt/node_modules/accepts}/index.js +0 -0
- /package/node_modules/{accepts → @slack/bolt/node_modules/accepts}/package.json +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/LICENSE +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/README.md +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/index.js +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/lib/read.js +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/lib/types/json.js +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/lib/types/raw.js +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/lib/types/text.js +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/lib/types/urlencoded.js +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/lib/utils.js +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/node_modules/content-type/LICENSE +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/node_modules/content-type/README.md +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/node_modules/content-type/dist/index.d.ts +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/node_modules/content-type/dist/index.js +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/node_modules/content-type/dist/index.js.map +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/node_modules/content-type/package.json +0 -0
- /package/node_modules/{body-parser → @slack/bolt/node_modules/body-parser}/package.json +0 -0
- /package/node_modules/{buffer-equal-constant-time → @slack/bolt/node_modules/buffer-equal-constant-time}/.npmignore +0 -0
- /package/node_modules/{buffer-equal-constant-time → @slack/bolt/node_modules/buffer-equal-constant-time}/.travis.yml +0 -0
- /package/node_modules/{buffer-equal-constant-time → @slack/bolt/node_modules/buffer-equal-constant-time}/LICENSE.txt +0 -0
- /package/node_modules/{buffer-equal-constant-time → @slack/bolt/node_modules/buffer-equal-constant-time}/README.md +0 -0
- /package/node_modules/{buffer-equal-constant-time → @slack/bolt/node_modules/buffer-equal-constant-time}/index.js +0 -0
- /package/node_modules/{buffer-equal-constant-time → @slack/bolt/node_modules/buffer-equal-constant-time}/package.json +0 -0
- /package/node_modules/{buffer-equal-constant-time → @slack/bolt/node_modules/buffer-equal-constant-time}/test.js +0 -0
- /package/node_modules/{bytes → @slack/bolt/node_modules/bytes}/History.md +0 -0
- /package/node_modules/{bytes → @slack/bolt/node_modules/bytes}/LICENSE +0 -0
- /package/node_modules/{bytes → @slack/bolt/node_modules/bytes}/Readme.md +0 -0
- /package/node_modules/{bytes → @slack/bolt/node_modules/bytes}/index.js +0 -0
- /package/node_modules/{bytes → @slack/bolt/node_modules/bytes}/package.json +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/.eslintrc +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/.github/FUNDING.yml +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/.nycrc +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/CHANGELOG.md +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/LICENSE +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/README.md +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/actualApply.d.ts +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/actualApply.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/applyBind.d.ts +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/applyBind.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/functionApply.d.ts +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/functionApply.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/functionCall.d.ts +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/functionCall.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/index.d.ts +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/index.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/package.json +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/reflectApply.d.ts +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/reflectApply.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/test/index.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @slack/bolt/node_modules/call-bind-apply-helpers}/tsconfig.json +0 -0
- /package/node_modules/{call-bound → @slack/bolt/node_modules/call-bound}/.eslintrc +0 -0
- /package/node_modules/{call-bound → @slack/bolt/node_modules/call-bound}/.github/FUNDING.yml +0 -0
- /package/node_modules/{call-bound → @slack/bolt/node_modules/call-bound}/.nycrc +0 -0
- /package/node_modules/{call-bound → @slack/bolt/node_modules/call-bound}/CHANGELOG.md +0 -0
- /package/node_modules/{call-bound → @slack/bolt/node_modules/call-bound}/LICENSE +0 -0
- /package/node_modules/{call-bound → @slack/bolt/node_modules/call-bound}/README.md +0 -0
- /package/node_modules/{call-bound → @slack/bolt/node_modules/call-bound}/index.d.ts +0 -0
- /package/node_modules/{call-bound → @slack/bolt/node_modules/call-bound}/index.js +0 -0
- /package/node_modules/{call-bound → @slack/bolt/node_modules/call-bound}/package.json +0 -0
- /package/node_modules/{call-bound → @slack/bolt/node_modules/call-bound}/test/index.js +0 -0
- /package/node_modules/{call-bound → @slack/bolt/node_modules/call-bound}/tsconfig.json +0 -0
- /package/node_modules/{content-disposition → @slack/bolt/node_modules/content-disposition}/LICENSE +0 -0
- /package/node_modules/{content-disposition → @slack/bolt/node_modules/content-disposition}/README.md +0 -0
- /package/node_modules/{content-disposition → @slack/bolt/node_modules/content-disposition}/index.js +0 -0
- /package/node_modules/{content-disposition → @slack/bolt/node_modules/content-disposition}/package.json +0 -0
- /package/node_modules/{content-type → @slack/bolt/node_modules/content-type}/HISTORY.md +0 -0
- /package/node_modules/{content-type → @slack/bolt/node_modules/content-type}/LICENSE +0 -0
- /package/node_modules/{content-type → @slack/bolt/node_modules/content-type}/README.md +0 -0
- /package/node_modules/{content-type → @slack/bolt/node_modules/content-type}/index.js +0 -0
- /package/node_modules/{content-type → @slack/bolt/node_modules/content-type}/package.json +0 -0
- /package/node_modules/{cookie → @slack/bolt/node_modules/cookie}/LICENSE +0 -0
- /package/node_modules/{cookie → @slack/bolt/node_modules/cookie}/README.md +0 -0
- /package/node_modules/{cookie → @slack/bolt/node_modules/cookie}/SECURITY.md +0 -0
- /package/node_modules/{cookie → @slack/bolt/node_modules/cookie}/index.js +0 -0
- /package/node_modules/{cookie → @slack/bolt/node_modules/cookie}/package.json +0 -0
- /package/node_modules/{cookie-signature → @slack/bolt/node_modules/cookie-signature}/History.md +0 -0
- /package/node_modules/{cookie-signature → @slack/bolt/node_modules/cookie-signature}/LICENSE +0 -0
- /package/node_modules/{cookie-signature → @slack/bolt/node_modules/cookie-signature}/Readme.md +0 -0
- /package/node_modules/{cookie-signature → @slack/bolt/node_modules/cookie-signature}/index.js +0 -0
- /package/node_modules/{cookie-signature → @slack/bolt/node_modules/cookie-signature}/package.json +0 -0
- /package/node_modules/{debug → @slack/bolt/node_modules/debug}/LICENSE +0 -0
- /package/node_modules/{debug → @slack/bolt/node_modules/debug}/README.md +0 -0
- /package/node_modules/{debug → @slack/bolt/node_modules/debug}/package.json +0 -0
- /package/node_modules/{debug → @slack/bolt/node_modules/debug}/src/browser.js +0 -0
- /package/node_modules/{debug → @slack/bolt/node_modules/debug}/src/common.js +0 -0
- /package/node_modules/{debug → @slack/bolt/node_modules/debug}/src/index.js +0 -0
- /package/node_modules/{debug → @slack/bolt/node_modules/debug}/src/node.js +0 -0
- /package/node_modules/{depd → @slack/bolt/node_modules/depd}/History.md +0 -0
- /package/node_modules/{depd → @slack/bolt/node_modules/depd}/LICENSE +0 -0
- /package/node_modules/{depd → @slack/bolt/node_modules/depd}/Readme.md +0 -0
- /package/node_modules/{depd → @slack/bolt/node_modules/depd}/index.js +0 -0
- /package/node_modules/{depd → @slack/bolt/node_modules/depd}/lib/browser/index.js +0 -0
- /package/node_modules/{depd → @slack/bolt/node_modules/depd}/package.json +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/.eslintrc +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/.github/FUNDING.yml +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/.nycrc +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/CHANGELOG.md +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/LICENSE +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/README.md +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/get.d.ts +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/get.js +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/package.json +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/set.d.ts +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/set.js +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/test/get.js +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/test/index.js +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/test/set.js +0 -0
- /package/node_modules/{dunder-proto → @slack/bolt/node_modules/dunder-proto}/tsconfig.json +0 -0
- /package/node_modules/{ecdsa-sig-formatter → @slack/bolt/node_modules/ecdsa-sig-formatter}/CODEOWNERS +0 -0
- /package/node_modules/{ecdsa-sig-formatter → @slack/bolt/node_modules/ecdsa-sig-formatter}/LICENSE +0 -0
- /package/node_modules/{ecdsa-sig-formatter → @slack/bolt/node_modules/ecdsa-sig-formatter}/README.md +0 -0
- /package/node_modules/{ecdsa-sig-formatter → @slack/bolt/node_modules/ecdsa-sig-formatter}/package.json +0 -0
- /package/node_modules/{ecdsa-sig-formatter → @slack/bolt/node_modules/ecdsa-sig-formatter}/src/ecdsa-sig-formatter.d.ts +0 -0
- /package/node_modules/{ecdsa-sig-formatter → @slack/bolt/node_modules/ecdsa-sig-formatter}/src/ecdsa-sig-formatter.js +0 -0
- /package/node_modules/{ecdsa-sig-formatter → @slack/bolt/node_modules/ecdsa-sig-formatter}/src/param-bytes-for-alg.js +0 -0
- /package/node_modules/{ee-first → @slack/bolt/node_modules/ee-first}/LICENSE +0 -0
- /package/node_modules/{ee-first → @slack/bolt/node_modules/ee-first}/README.md +0 -0
- /package/node_modules/{ee-first → @slack/bolt/node_modules/ee-first}/index.js +0 -0
- /package/node_modules/{ee-first → @slack/bolt/node_modules/ee-first}/package.json +0 -0
- /package/node_modules/{encodeurl → @slack/bolt/node_modules/encodeurl}/LICENSE +0 -0
- /package/node_modules/{encodeurl → @slack/bolt/node_modules/encodeurl}/README.md +0 -0
- /package/node_modules/{encodeurl → @slack/bolt/node_modules/encodeurl}/index.js +0 -0
- /package/node_modules/{encodeurl → @slack/bolt/node_modules/encodeurl}/package.json +0 -0
- /package/node_modules/{es-define-property → @slack/bolt/node_modules/es-define-property}/.eslintrc +0 -0
- /package/node_modules/{es-define-property → @slack/bolt/node_modules/es-define-property}/.github/FUNDING.yml +0 -0
- /package/node_modules/{es-define-property → @slack/bolt/node_modules/es-define-property}/.nycrc +0 -0
- /package/node_modules/{es-define-property → @slack/bolt/node_modules/es-define-property}/CHANGELOG.md +0 -0
- /package/node_modules/{es-define-property → @slack/bolt/node_modules/es-define-property}/LICENSE +0 -0
- /package/node_modules/{es-define-property → @slack/bolt/node_modules/es-define-property}/README.md +0 -0
- /package/node_modules/{es-define-property → @slack/bolt/node_modules/es-define-property}/index.d.ts +0 -0
- /package/node_modules/{es-define-property → @slack/bolt/node_modules/es-define-property}/index.js +0 -0
- /package/node_modules/{es-define-property → @slack/bolt/node_modules/es-define-property}/package.json +0 -0
- /package/node_modules/{es-define-property → @slack/bolt/node_modules/es-define-property}/test/index.js +0 -0
- /package/node_modules/{es-define-property → @slack/bolt/node_modules/es-define-property}/tsconfig.json +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/.eslintrc +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/.github/FUNDING.yml +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/CHANGELOG.md +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/LICENSE +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/README.md +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/eval.d.ts +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/eval.js +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/index.d.ts +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/index.js +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/package.json +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/range.d.ts +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/range.js +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/ref.d.ts +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/ref.js +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/syntax.d.ts +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/syntax.js +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/test/index.js +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/tsconfig.json +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/type.d.ts +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/type.js +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/uri.d.ts +0 -0
- /package/node_modules/{es-errors → @slack/bolt/node_modules/es-errors}/uri.js +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/.eslintrc +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/.github/FUNDING.yml +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/CHANGELOG.md +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/LICENSE +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/README.md +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/RequireObjectCoercible.d.ts +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/RequireObjectCoercible.js +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/ToObject.d.ts +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/ToObject.js +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/index.d.ts +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/index.js +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/isObject.d.ts +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/isObject.js +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/package.json +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/test/index.js +0 -0
- /package/node_modules/{es-object-atoms → @slack/bolt/node_modules/es-object-atoms}/tsconfig.json +0 -0
- /package/node_modules/{escape-html → @slack/bolt/node_modules/escape-html}/LICENSE +0 -0
- /package/node_modules/{escape-html → @slack/bolt/node_modules/escape-html}/Readme.md +0 -0
- /package/node_modules/{escape-html → @slack/bolt/node_modules/escape-html}/index.js +0 -0
- /package/node_modules/{escape-html → @slack/bolt/node_modules/escape-html}/package.json +0 -0
- /package/node_modules/{etag → @slack/bolt/node_modules/etag}/HISTORY.md +0 -0
- /package/node_modules/{etag → @slack/bolt/node_modules/etag}/LICENSE +0 -0
- /package/node_modules/{etag → @slack/bolt/node_modules/etag}/README.md +0 -0
- /package/node_modules/{etag → @slack/bolt/node_modules/etag}/index.js +0 -0
- /package/node_modules/{etag → @slack/bolt/node_modules/etag}/package.json +0 -0
- /package/node_modules/{express → @slack/bolt/node_modules/express}/LICENSE +0 -0
- /package/node_modules/{express → @slack/bolt/node_modules/express}/Readme.md +0 -0
- /package/node_modules/{express → @slack/bolt/node_modules/express}/index.js +0 -0
- /package/node_modules/{express → @slack/bolt/node_modules/express}/lib/application.js +0 -0
- /package/node_modules/{express → @slack/bolt/node_modules/express}/lib/express.js +0 -0
- /package/node_modules/{express → @slack/bolt/node_modules/express}/lib/request.js +0 -0
- /package/node_modules/{express → @slack/bolt/node_modules/express}/lib/response.js +0 -0
- /package/node_modules/{express → @slack/bolt/node_modules/express}/lib/utils.js +0 -0
- /package/node_modules/{express → @slack/bolt/node_modules/express}/lib/view.js +0 -0
- /package/node_modules/{express → @slack/bolt/node_modules/express}/package.json +0 -0
- /package/node_modules/{finalhandler → @slack/bolt/node_modules/finalhandler}/HISTORY.md +0 -0
- /package/node_modules/{finalhandler → @slack/bolt/node_modules/finalhandler}/LICENSE +0 -0
- /package/node_modules/{finalhandler → @slack/bolt/node_modules/finalhandler}/README.md +0 -0
- /package/node_modules/{finalhandler → @slack/bolt/node_modules/finalhandler}/index.js +0 -0
- /package/node_modules/{finalhandler → @slack/bolt/node_modules/finalhandler}/package.json +0 -0
- /package/node_modules/{forwarded → @slack/bolt/node_modules/forwarded}/HISTORY.md +0 -0
- /package/node_modules/{forwarded → @slack/bolt/node_modules/forwarded}/LICENSE +0 -0
- /package/node_modules/{forwarded → @slack/bolt/node_modules/forwarded}/README.md +0 -0
- /package/node_modules/{forwarded → @slack/bolt/node_modules/forwarded}/index.js +0 -0
- /package/node_modules/{forwarded → @slack/bolt/node_modules/forwarded}/package.json +0 -0
- /package/node_modules/{fresh → @slack/bolt/node_modules/fresh}/HISTORY.md +0 -0
- /package/node_modules/{fresh → @slack/bolt/node_modules/fresh}/LICENSE +0 -0
- /package/node_modules/{fresh → @slack/bolt/node_modules/fresh}/README.md +0 -0
- /package/node_modules/{fresh → @slack/bolt/node_modules/fresh}/index.js +0 -0
- /package/node_modules/{fresh → @slack/bolt/node_modules/fresh}/package.json +0 -0
- /package/node_modules/{function-bind → @slack/bolt/node_modules/function-bind}/.eslintrc +0 -0
- /package/node_modules/{function-bind → @slack/bolt/node_modules/function-bind}/.github/FUNDING.yml +0 -0
- /package/node_modules/{function-bind → @slack/bolt/node_modules/function-bind}/.github/SECURITY.md +0 -0
- /package/node_modules/{function-bind → @slack/bolt/node_modules/function-bind}/.nycrc +0 -0
- /package/node_modules/{function-bind → @slack/bolt/node_modules/function-bind}/CHANGELOG.md +0 -0
- /package/node_modules/{function-bind → @slack/bolt/node_modules/function-bind}/LICENSE +0 -0
- /package/node_modules/{function-bind → @slack/bolt/node_modules/function-bind}/README.md +0 -0
- /package/node_modules/{function-bind → @slack/bolt/node_modules/function-bind}/implementation.js +0 -0
- /package/node_modules/{function-bind → @slack/bolt/node_modules/function-bind}/index.js +0 -0
- /package/node_modules/{function-bind → @slack/bolt/node_modules/function-bind}/package.json +0 -0
- /package/node_modules/{function-bind → @slack/bolt/node_modules/function-bind}/test/.eslintrc +0 -0
- /package/node_modules/{function-bind → @slack/bolt/node_modules/function-bind}/test/index.js +0 -0
- /package/node_modules/{get-intrinsic → @slack/bolt/node_modules/get-intrinsic}/.eslintrc +0 -0
- /package/node_modules/{get-intrinsic → @slack/bolt/node_modules/get-intrinsic}/.github/FUNDING.yml +0 -0
- /package/node_modules/{es-set-tostringtag → @slack/bolt/node_modules/get-intrinsic}/.nycrc +0 -0
- /package/node_modules/{get-intrinsic → @slack/bolt/node_modules/get-intrinsic}/CHANGELOG.md +0 -0
- /package/node_modules/{get-intrinsic → @slack/bolt/node_modules/get-intrinsic}/LICENSE +0 -0
- /package/node_modules/{get-intrinsic → @slack/bolt/node_modules/get-intrinsic}/README.md +0 -0
- /package/node_modules/{get-intrinsic → @slack/bolt/node_modules/get-intrinsic}/index.js +0 -0
- /package/node_modules/{get-intrinsic → @slack/bolt/node_modules/get-intrinsic}/package.json +0 -0
- /package/node_modules/{get-intrinsic → @slack/bolt/node_modules/get-intrinsic}/test/GetIntrinsic.js +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/.eslintrc +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/.github/FUNDING.yml +0 -0
- /package/node_modules/{get-intrinsic → @slack/bolt/node_modules/get-proto}/.nycrc +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/CHANGELOG.md +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/LICENSE +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/Object.getPrototypeOf.d.ts +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/Object.getPrototypeOf.js +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/README.md +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/Reflect.getPrototypeOf.d.ts +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/Reflect.getPrototypeOf.js +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/index.d.ts +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/index.js +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/package.json +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/test/index.js +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/get-proto}/tsconfig.json +0 -0
- /package/node_modules/{gopd → @slack/bolt/node_modules/gopd}/.eslintrc +0 -0
- /package/node_modules/{gopd → @slack/bolt/node_modules/gopd}/.github/FUNDING.yml +0 -0
- /package/node_modules/{gopd → @slack/bolt/node_modules/gopd}/CHANGELOG.md +0 -0
- /package/node_modules/{gopd → @slack/bolt/node_modules/gopd}/LICENSE +0 -0
- /package/node_modules/{gopd → @slack/bolt/node_modules/gopd}/README.md +0 -0
- /package/node_modules/{gopd → @slack/bolt/node_modules/gopd}/gOPD.d.ts +0 -0
- /package/node_modules/{gopd → @slack/bolt/node_modules/gopd}/gOPD.js +0 -0
- /package/node_modules/{gopd → @slack/bolt/node_modules/gopd}/index.d.ts +0 -0
- /package/node_modules/{gopd → @slack/bolt/node_modules/gopd}/index.js +0 -0
- /package/node_modules/{gopd → @slack/bolt/node_modules/gopd}/package.json +0 -0
- /package/node_modules/{gopd → @slack/bolt/node_modules/gopd}/test/index.js +0 -0
- /package/node_modules/{es-set-tostringtag → @slack/bolt/node_modules/gopd}/tsconfig.json +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/.eslintrc +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/.github/FUNDING.yml +0 -0
- /package/node_modules/{get-proto → @slack/bolt/node_modules/has-symbols}/.nycrc +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/CHANGELOG.md +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/LICENSE +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/README.md +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/index.d.ts +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/index.js +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/package.json +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/shams.d.ts +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/shams.js +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/test/index.js +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/test/shams/core-js.js +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/test/shams/get-own-property-symbols.js +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/test/tests.js +0 -0
- /package/node_modules/{has-symbols → @slack/bolt/node_modules/has-symbols}/tsconfig.json +0 -0
- /package/node_modules/{hasown → @slack/bolt/node_modules/hasown}/.github/FUNDING.yml +0 -0
- /package/node_modules/{has-tostringtag → @slack/bolt/node_modules/hasown}/.nycrc +0 -0
- /package/node_modules/{hasown → @slack/bolt/node_modules/hasown}/CHANGELOG.md +0 -0
- /package/node_modules/{hasown → @slack/bolt/node_modules/hasown}/LICENSE +0 -0
- /package/node_modules/{hasown → @slack/bolt/node_modules/hasown}/README.md +0 -0
- /package/node_modules/{hasown → @slack/bolt/node_modules/hasown}/eslint.config.mjs +0 -0
- /package/node_modules/{hasown → @slack/bolt/node_modules/hasown}/index.d.ts +0 -0
- /package/node_modules/{hasown → @slack/bolt/node_modules/hasown}/index.js +0 -0
- /package/node_modules/{hasown → @slack/bolt/node_modules/hasown}/package.json +0 -0
- /package/node_modules/{hasown → @slack/bolt/node_modules/hasown}/tsconfig.json +0 -0
- /package/node_modules/{http-errors → @slack/bolt/node_modules/http-errors}/HISTORY.md +0 -0
- /package/node_modules/{http-errors → @slack/bolt/node_modules/http-errors}/LICENSE +0 -0
- /package/node_modules/{http-errors → @slack/bolt/node_modules/http-errors}/README.md +0 -0
- /package/node_modules/{http-errors → @slack/bolt/node_modules/http-errors}/index.js +0 -0
- /package/node_modules/{http-errors → @slack/bolt/node_modules/http-errors}/package.json +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/LICENSE +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/README.md +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/dbcs-codec.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/dbcs-data.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/index.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/internal.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/sbcs-codec.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/sbcs-data-generated.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/sbcs-data.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/tables/big5-added.json +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/tables/cp936.json +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/tables/cp949.json +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/tables/cp950.json +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/tables/eucjp.json +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/tables/gb18030-ranges.json +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/tables/gbk-added.json +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/tables/shiftjis.json +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/utf16.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/utf32.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/encodings/utf7.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/lib/bom-handling.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/lib/helpers/merge-exports.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/lib/index.d.ts +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/lib/index.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/lib/streams.js +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/package.json +0 -0
- /package/node_modules/{iconv-lite → @slack/bolt/node_modules/iconv-lite}/types/encodings.d.ts +0 -0
- /package/node_modules/{inherits → @slack/bolt/node_modules/inherits}/LICENSE +0 -0
- /package/node_modules/{inherits → @slack/bolt/node_modules/inherits}/README.md +0 -0
- /package/node_modules/{inherits → @slack/bolt/node_modules/inherits}/inherits.js +0 -0
- /package/node_modules/{inherits → @slack/bolt/node_modules/inherits}/inherits_browser.js +0 -0
- /package/node_modules/{inherits → @slack/bolt/node_modules/inherits}/package.json +0 -0
- /package/node_modules/{ipaddr.js → @slack/bolt/node_modules/ipaddr.js}/LICENSE +0 -0
- /package/node_modules/{ipaddr.js → @slack/bolt/node_modules/ipaddr.js}/README.md +0 -0
- /package/node_modules/{ipaddr.js → @slack/bolt/node_modules/ipaddr.js}/ipaddr.min.js +0 -0
- /package/node_modules/{ipaddr.js → @slack/bolt/node_modules/ipaddr.js}/lib/ipaddr.js +0 -0
- /package/node_modules/{ipaddr.js → @slack/bolt/node_modules/ipaddr.js}/lib/ipaddr.js.d.ts +0 -0
- /package/node_modules/{ipaddr.js → @slack/bolt/node_modules/ipaddr.js}/package.json +0 -0
- /package/node_modules/{is-promise → @slack/bolt/node_modules/is-promise}/LICENSE +0 -0
- /package/node_modules/{is-promise → @slack/bolt/node_modules/is-promise}/index.d.ts +0 -0
- /package/node_modules/{is-promise → @slack/bolt/node_modules/is-promise}/index.js +0 -0
- /package/node_modules/{is-promise → @slack/bolt/node_modules/is-promise}/index.mjs +0 -0
- /package/node_modules/{is-promise → @slack/bolt/node_modules/is-promise}/package.json +0 -0
- /package/node_modules/{is-promise → @slack/bolt/node_modules/is-promise}/readme.md +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/LICENSE +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/README.md +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/decode.js +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/index.js +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/lib/JsonWebTokenError.js +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/lib/NotBeforeError.js +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/lib/TokenExpiredError.js +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/lib/asymmetricKeyDetailsSupported.js +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/lib/psSupported.js +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/lib/rsaPssKeyDetailsSupported.js +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/lib/timespan.js +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/lib/validateAsymmetricKey.js +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/package.json +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/sign.js +0 -0
- /package/node_modules/{jsonwebtoken → @slack/bolt/node_modules/jsonwebtoken}/verify.js +0 -0
- /package/node_modules/{jwa → @slack/bolt/node_modules/jwa}/LICENSE +0 -0
- /package/node_modules/{jwa → @slack/bolt/node_modules/jwa}/README.md +0 -0
- /package/node_modules/{jwa → @slack/bolt/node_modules/jwa}/index.js +0 -0
- /package/node_modules/{jwa → @slack/bolt/node_modules/jwa}/opslevel.yml +0 -0
- /package/node_modules/{jwa → @slack/bolt/node_modules/jwa}/package.json +0 -0
- /package/node_modules/{jws → @slack/bolt/node_modules/jws}/CHANGELOG.md +0 -0
- /package/node_modules/{jws → @slack/bolt/node_modules/jws}/LICENSE +0 -0
- /package/node_modules/{jws → @slack/bolt/node_modules/jws}/index.js +0 -0
- /package/node_modules/{jws → @slack/bolt/node_modules/jws}/lib/data-stream.js +0 -0
- /package/node_modules/{jws → @slack/bolt/node_modules/jws}/lib/sign-stream.js +0 -0
- /package/node_modules/{jws → @slack/bolt/node_modules/jws}/lib/tostring.js +0 -0
- /package/node_modules/{jws → @slack/bolt/node_modules/jws}/lib/verify-stream.js +0 -0
- /package/node_modules/{jws → @slack/bolt/node_modules/jws}/opslevel.yml +0 -0
- /package/node_modules/{jws → @slack/bolt/node_modules/jws}/package.json +0 -0
- /package/node_modules/{jws → @slack/bolt/node_modules/jws}/readme.md +0 -0
- /package/node_modules/{lodash.includes → @slack/bolt/node_modules/lodash.includes}/LICENSE +0 -0
- /package/node_modules/{lodash.includes → @slack/bolt/node_modules/lodash.includes}/README.md +0 -0
- /package/node_modules/{lodash.includes → @slack/bolt/node_modules/lodash.includes}/index.js +0 -0
- /package/node_modules/{lodash.includes → @slack/bolt/node_modules/lodash.includes}/package.json +0 -0
- /package/node_modules/{lodash.isboolean → @slack/bolt/node_modules/lodash.isboolean}/LICENSE +0 -0
- /package/node_modules/{lodash.isboolean → @slack/bolt/node_modules/lodash.isboolean}/README.md +0 -0
- /package/node_modules/{lodash.isboolean → @slack/bolt/node_modules/lodash.isboolean}/index.js +0 -0
- /package/node_modules/{lodash.isboolean → @slack/bolt/node_modules/lodash.isboolean}/package.json +0 -0
- /package/node_modules/{lodash.isinteger → @slack/bolt/node_modules/lodash.isinteger}/LICENSE +0 -0
- /package/node_modules/{lodash.isinteger → @slack/bolt/node_modules/lodash.isinteger}/README.md +0 -0
- /package/node_modules/{lodash.isinteger → @slack/bolt/node_modules/lodash.isinteger}/index.js +0 -0
- /package/node_modules/{lodash.isinteger → @slack/bolt/node_modules/lodash.isinteger}/package.json +0 -0
- /package/node_modules/{lodash.isnumber → @slack/bolt/node_modules/lodash.isnumber}/LICENSE +0 -0
- /package/node_modules/{lodash.isnumber → @slack/bolt/node_modules/lodash.isnumber}/README.md +0 -0
- /package/node_modules/{lodash.isnumber → @slack/bolt/node_modules/lodash.isnumber}/index.js +0 -0
- /package/node_modules/{lodash.isnumber → @slack/bolt/node_modules/lodash.isnumber}/package.json +0 -0
- /package/node_modules/{lodash.isplainobject → @slack/bolt/node_modules/lodash.isplainobject}/LICENSE +0 -0
- /package/node_modules/{lodash.isplainobject → @slack/bolt/node_modules/lodash.isplainobject}/README.md +0 -0
- /package/node_modules/{lodash.isplainobject → @slack/bolt/node_modules/lodash.isplainobject}/index.js +0 -0
- /package/node_modules/{lodash.isplainobject → @slack/bolt/node_modules/lodash.isplainobject}/package.json +0 -0
- /package/node_modules/{lodash.isstring → @slack/bolt/node_modules/lodash.isstring}/LICENSE +0 -0
- /package/node_modules/{lodash.isstring → @slack/bolt/node_modules/lodash.isstring}/README.md +0 -0
- /package/node_modules/{lodash.isstring → @slack/bolt/node_modules/lodash.isstring}/index.js +0 -0
- /package/node_modules/{lodash.isstring → @slack/bolt/node_modules/lodash.isstring}/package.json +0 -0
- /package/node_modules/{lodash.once → @slack/bolt/node_modules/lodash.once}/LICENSE +0 -0
- /package/node_modules/{lodash.once → @slack/bolt/node_modules/lodash.once}/README.md +0 -0
- /package/node_modules/{lodash.once → @slack/bolt/node_modules/lodash.once}/index.js +0 -0
- /package/node_modules/{lodash.once → @slack/bolt/node_modules/lodash.once}/package.json +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/.eslintrc +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/.github/FUNDING.yml +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/CHANGELOG.md +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/LICENSE +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/README.md +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/abs.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/abs.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/constants/maxArrayLength.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/constants/maxArrayLength.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/constants/maxSafeInteger.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/constants/maxSafeInteger.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/constants/maxValue.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/constants/maxValue.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/floor.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/floor.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/isFinite.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/isFinite.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/isInteger.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/isInteger.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/isNaN.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/isNaN.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/isNegativeZero.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/isNegativeZero.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/max.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/max.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/min.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/min.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/mod.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/mod.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/package.json +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/pow.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/pow.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/round.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/round.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/sign.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/sign.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/test/index.js +0 -0
- /package/node_modules/{math-intrinsics → @slack/bolt/node_modules/math-intrinsics}/tsconfig.json +0 -0
- /package/node_modules/{media-typer → @slack/bolt/node_modules/media-typer}/HISTORY.md +0 -0
- /package/node_modules/{media-typer → @slack/bolt/node_modules/media-typer}/LICENSE +0 -0
- /package/node_modules/{merge-descriptors → @slack/bolt/node_modules/merge-descriptors}/index.d.ts +0 -0
- /package/node_modules/{merge-descriptors → @slack/bolt/node_modules/merge-descriptors}/index.js +0 -0
- /package/node_modules/{merge-descriptors → @slack/bolt/node_modules/merge-descriptors}/license +0 -0
- /package/node_modules/{merge-descriptors → @slack/bolt/node_modules/merge-descriptors}/package.json +0 -0
- /package/node_modules/{merge-descriptors → @slack/bolt/node_modules/merge-descriptors}/readme.md +0 -0
- /package/node_modules/{mime-db → @slack/bolt/node_modules/mime-db}/HISTORY.md +0 -0
- /package/node_modules/{form-data → @slack/bolt}/node_modules/mime-db/LICENSE +0 -0
- /package/node_modules/{mime-db → @slack/bolt/node_modules/mime-db}/README.md +0 -0
- /package/node_modules/{mime-db → @slack/bolt/node_modules/mime-db}/db.json +0 -0
- /package/node_modules/{form-data → @slack/bolt}/node_modules/mime-db/index.js +0 -0
- /package/node_modules/{mime-db → @slack/bolt/node_modules/mime-db}/package.json +0 -0
- /package/node_modules/{mime-types → @slack/bolt/node_modules/mime-types}/HISTORY.md +0 -0
- /package/node_modules/{form-data → @slack/bolt}/node_modules/mime-types/LICENSE +0 -0
- /package/node_modules/{mime-types → @slack/bolt/node_modules/mime-types}/README.md +0 -0
- /package/node_modules/{mime-types → @slack/bolt/node_modules/mime-types}/index.js +0 -0
- /package/node_modules/{mime-types → @slack/bolt/node_modules/mime-types}/mimeScore.js +0 -0
- /package/node_modules/{mime-types → @slack/bolt/node_modules/mime-types}/package.json +0 -0
- /package/node_modules/{ms → @slack/bolt/node_modules/ms}/index.js +0 -0
- /package/node_modules/{ms → @slack/bolt/node_modules/ms}/license.md +0 -0
- /package/node_modules/{ms → @slack/bolt/node_modules/ms}/package.json +0 -0
- /package/node_modules/{ms → @slack/bolt/node_modules/ms}/readme.md +0 -0
- /package/node_modules/{negotiator → @slack/bolt/node_modules/negotiator}/HISTORY.md +0 -0
- /package/node_modules/{negotiator → @slack/bolt/node_modules/negotiator}/LICENSE +0 -0
- /package/node_modules/{negotiator → @slack/bolt/node_modules/negotiator}/README.md +0 -0
- /package/node_modules/{negotiator → @slack/bolt/node_modules/negotiator}/index.js +0 -0
- /package/node_modules/{negotiator → @slack/bolt/node_modules/negotiator}/lib/charset.js +0 -0
- /package/node_modules/{negotiator → @slack/bolt/node_modules/negotiator}/lib/encoding.js +0 -0
- /package/node_modules/{negotiator → @slack/bolt/node_modules/negotiator}/lib/language.js +0 -0
- /package/node_modules/{negotiator → @slack/bolt/node_modules/negotiator}/lib/mediaType.js +0 -0
- /package/node_modules/{negotiator → @slack/bolt/node_modules/negotiator}/package.json +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/.eslintrc +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/.github/FUNDING.yml +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/.nycrc +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/CHANGELOG.md +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/LICENSE +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/example/all.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/example/circular.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/example/fn.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/example/inspect.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/index.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/package-support.json +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/package.json +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/readme.markdown +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/bigint.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/browser/dom.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/circular.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/deep.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/element.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/err.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/fakes.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/fn.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/global.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/has.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/holes.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/indent-option.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/inspect.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/lowbyte.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/number.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/quoteStyle.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/toStringTag.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/undef.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test/values.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/test-core-js.js +0 -0
- /package/node_modules/{object-inspect → @slack/bolt/node_modules/object-inspect}/util.inspect.js +0 -0
- /package/node_modules/{on-finished → @slack/bolt/node_modules/on-finished}/HISTORY.md +0 -0
- /package/node_modules/{on-finished → @slack/bolt/node_modules/on-finished}/LICENSE +0 -0
- /package/node_modules/{on-finished → @slack/bolt/node_modules/on-finished}/README.md +0 -0
- /package/node_modules/{on-finished → @slack/bolt/node_modules/on-finished}/index.js +0 -0
- /package/node_modules/{on-finished → @slack/bolt/node_modules/on-finished}/package.json +0 -0
- /package/node_modules/{once → @slack/bolt/node_modules/once}/LICENSE +0 -0
- /package/node_modules/{once → @slack/bolt/node_modules/once}/README.md +0 -0
- /package/node_modules/{once → @slack/bolt/node_modules/once}/once.js +0 -0
- /package/node_modules/{once → @slack/bolt/node_modules/once}/package.json +0 -0
- /package/node_modules/{parseurl → @slack/bolt/node_modules/parseurl}/HISTORY.md +0 -0
- /package/node_modules/{parseurl → @slack/bolt/node_modules/parseurl}/LICENSE +0 -0
- /package/node_modules/{parseurl → @slack/bolt/node_modules/parseurl}/README.md +0 -0
- /package/node_modules/{parseurl → @slack/bolt/node_modules/parseurl}/index.js +0 -0
- /package/node_modules/{parseurl → @slack/bolt/node_modules/parseurl}/package.json +0 -0
- /package/node_modules/{path-to-regexp → @slack/bolt/node_modules/path-to-regexp}/LICENSE +0 -0
- /package/node_modules/{path-to-regexp → @slack/bolt/node_modules/path-to-regexp}/Readme.md +0 -0
- /package/node_modules/{path-to-regexp → @slack/bolt/node_modules/path-to-regexp}/dist/index.d.ts +0 -0
- /package/node_modules/{path-to-regexp → @slack/bolt/node_modules/path-to-regexp}/dist/index.js +0 -0
- /package/node_modules/{path-to-regexp → @slack/bolt/node_modules/path-to-regexp}/dist/index.js.map +0 -0
- /package/node_modules/{path-to-regexp → @slack/bolt/node_modules/path-to-regexp}/package.json +0 -0
- /package/node_modules/{proxy-addr → @slack/bolt/node_modules/proxy-addr}/HISTORY.md +0 -0
- /package/node_modules/{proxy-addr → @slack/bolt/node_modules/proxy-addr}/LICENSE +0 -0
- /package/node_modules/{proxy-addr → @slack/bolt/node_modules/proxy-addr}/README.md +0 -0
- /package/node_modules/{proxy-addr → @slack/bolt/node_modules/proxy-addr}/index.js +0 -0
- /package/node_modules/{proxy-addr → @slack/bolt/node_modules/proxy-addr}/package.json +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/.editorconfig +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/.github/FUNDING.yml +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/.github/SECURITY.md +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/.github/THREAT_MODEL.md +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/.nycrc +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/CHANGELOG.md +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/LICENSE.md +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/README.md +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/dist/qs.js +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/eslint.config.mjs +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/lib/formats.js +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/lib/index.js +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/lib/parse.js +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/lib/stringify.js +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/lib/utils.js +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/package.json +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/test/empty-keys-cases.js +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/test/parse.js +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/test/stringify.js +0 -0
- /package/node_modules/{qs → @slack/bolt/node_modules/qs}/test/utils.js +0 -0
- /package/node_modules/{range-parser → @slack/bolt/node_modules/range-parser}/HISTORY.md +0 -0
- /package/node_modules/{range-parser → @slack/bolt/node_modules/range-parser}/LICENSE +0 -0
- /package/node_modules/{range-parser → @slack/bolt/node_modules/range-parser}/README.md +0 -0
- /package/node_modules/{range-parser → @slack/bolt/node_modules/range-parser}/index.js +0 -0
- /package/node_modules/{range-parser → @slack/bolt/node_modules/range-parser}/package.json +0 -0
- /package/node_modules/{raw-body → @slack/bolt/node_modules/raw-body}/LICENSE +0 -0
- /package/node_modules/{raw-body → @slack/bolt/node_modules/raw-body}/README.md +0 -0
- /package/node_modules/{raw-body → @slack/bolt/node_modules/raw-body}/index.d.ts +0 -0
- /package/node_modules/{raw-body → @slack/bolt/node_modules/raw-body}/index.js +0 -0
- /package/node_modules/{raw-body → @slack/bolt/node_modules/raw-body}/package.json +0 -0
- /package/node_modules/{router → @slack/bolt/node_modules/router}/HISTORY.md +0 -0
- /package/node_modules/{router → @slack/bolt/node_modules/router}/LICENSE +0 -0
- /package/node_modules/{router → @slack/bolt/node_modules/router}/README.md +0 -0
- /package/node_modules/{router → @slack/bolt/node_modules/router}/index.js +0 -0
- /package/node_modules/{router → @slack/bolt/node_modules/router}/lib/layer.js +0 -0
- /package/node_modules/{router → @slack/bolt/node_modules/router}/lib/route.js +0 -0
- /package/node_modules/{router → @slack/bolt/node_modules/router}/package.json +0 -0
- /package/node_modules/{safe-buffer → @slack/bolt/node_modules/safe-buffer}/LICENSE +0 -0
- /package/node_modules/{safe-buffer → @slack/bolt/node_modules/safe-buffer}/README.md +0 -0
- /package/node_modules/{safe-buffer → @slack/bolt/node_modules/safe-buffer}/index.d.ts +0 -0
- /package/node_modules/{safe-buffer → @slack/bolt/node_modules/safe-buffer}/index.js +0 -0
- /package/node_modules/{safe-buffer → @slack/bolt/node_modules/safe-buffer}/package.json +0 -0
- /package/node_modules/{safer-buffer → @slack/bolt/node_modules/safer-buffer}/LICENSE +0 -0
- /package/node_modules/{safer-buffer → @slack/bolt/node_modules/safer-buffer}/Porting-Buffer.md +0 -0
- /package/node_modules/{safer-buffer → @slack/bolt/node_modules/safer-buffer}/Readme.md +0 -0
- /package/node_modules/{safer-buffer → @slack/bolt/node_modules/safer-buffer}/dangerous.js +0 -0
- /package/node_modules/{safer-buffer → @slack/bolt/node_modules/safer-buffer}/package.json +0 -0
- /package/node_modules/{safer-buffer → @slack/bolt/node_modules/safer-buffer}/safer.js +0 -0
- /package/node_modules/{safer-buffer → @slack/bolt/node_modules/safer-buffer}/tests.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/LICENSE +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/README.md +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/bin/semver.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/classes/comparator.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/classes/index.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/classes/range.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/classes/semver.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/clean.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/cmp.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/coerce.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/compare-build.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/compare-loose.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/compare.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/diff.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/eq.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/gt.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/gte.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/inc.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/lt.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/lte.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/major.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/minor.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/neq.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/parse.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/patch.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/prerelease.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/rcompare.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/rsort.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/satisfies.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/sort.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/truncate.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/functions/valid.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/index.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/internal/constants.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/internal/debug.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/internal/identifiers.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/internal/lrucache.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/internal/parse-options.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/internal/re.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/package.json +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/preload.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/range.bnf +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/ranges/gtr.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/ranges/intersects.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/ranges/ltr.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/ranges/max-satisfying.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/ranges/min-satisfying.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/ranges/min-version.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/ranges/outside.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/ranges/simplify.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/ranges/subset.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/ranges/to-comparators.js +0 -0
- /package/node_modules/{semver → @slack/bolt/node_modules/semver}/ranges/valid.js +0 -0
- /package/node_modules/{send → @slack/bolt/node_modules/send}/LICENSE +0 -0
- /package/node_modules/{send → @slack/bolt/node_modules/send}/README.md +0 -0
- /package/node_modules/{send → @slack/bolt/node_modules/send}/index.js +0 -0
- /package/node_modules/{send → @slack/bolt/node_modules/send}/package.json +0 -0
- /package/node_modules/{serve-static → @slack/bolt/node_modules/serve-static}/LICENSE +0 -0
- /package/node_modules/{serve-static → @slack/bolt/node_modules/serve-static}/README.md +0 -0
- /package/node_modules/{serve-static → @slack/bolt/node_modules/serve-static}/index.js +0 -0
- /package/node_modules/{serve-static → @slack/bolt/node_modules/serve-static}/package.json +0 -0
- /package/node_modules/{setprototypeof → @slack/bolt/node_modules/setprototypeof}/LICENSE +0 -0
- /package/node_modules/{setprototypeof → @slack/bolt/node_modules/setprototypeof}/README.md +0 -0
- /package/node_modules/{setprototypeof → @slack/bolt/node_modules/setprototypeof}/index.d.ts +0 -0
- /package/node_modules/{setprototypeof → @slack/bolt/node_modules/setprototypeof}/index.js +0 -0
- /package/node_modules/{setprototypeof → @slack/bolt/node_modules/setprototypeof}/package.json +0 -0
- /package/node_modules/{setprototypeof → @slack/bolt/node_modules/setprototypeof}/test/index.js +0 -0
- /package/node_modules/{side-channel → @slack/bolt/node_modules/side-channel}/.editorconfig +0 -0
- /package/node_modules/{side-channel → @slack/bolt/node_modules/side-channel}/.eslintrc +0 -0
- /package/node_modules/{side-channel → @slack/bolt/node_modules/side-channel}/.github/FUNDING.yml +0 -0
- /package/node_modules/{side-channel-weakmap → @slack/bolt/node_modules/side-channel}/.nycrc +0 -0
- /package/node_modules/{side-channel → @slack/bolt/node_modules/side-channel}/CHANGELOG.md +0 -0
- /package/node_modules/{side-channel → @slack/bolt/node_modules/side-channel}/LICENSE +0 -0
- /package/node_modules/{side-channel → @slack/bolt/node_modules/side-channel}/README.md +0 -0
- /package/node_modules/{side-channel → @slack/bolt/node_modules/side-channel}/index.d.ts +0 -0
- /package/node_modules/{side-channel → @slack/bolt/node_modules/side-channel}/index.js +0 -0
- /package/node_modules/{side-channel → @slack/bolt/node_modules/side-channel}/package.json +0 -0
- /package/node_modules/{side-channel → @slack/bolt/node_modules/side-channel}/test/index.js +0 -0
- /package/node_modules/{side-channel-weakmap → @slack/bolt/node_modules/side-channel}/tsconfig.json +0 -0
- /package/node_modules/{side-channel-list → @slack/bolt/node_modules/side-channel-list}/.editorconfig +0 -0
- /package/node_modules/{side-channel-list → @slack/bolt/node_modules/side-channel-list}/.eslintrc +0 -0
- /package/node_modules/{side-channel-list → @slack/bolt/node_modules/side-channel-list}/.github/FUNDING.yml +0 -0
- /package/node_modules/{hasown → @slack/bolt/node_modules/side-channel-list}/.nycrc +0 -0
- /package/node_modules/{side-channel-list → @slack/bolt/node_modules/side-channel-list}/CHANGELOG.md +0 -0
- /package/node_modules/{side-channel-list → @slack/bolt/node_modules/side-channel-list}/LICENSE +0 -0
- /package/node_modules/{side-channel-list → @slack/bolt/node_modules/side-channel-list}/README.md +0 -0
- /package/node_modules/{side-channel-list → @slack/bolt/node_modules/side-channel-list}/index.d.ts +0 -0
- /package/node_modules/{side-channel-list → @slack/bolt/node_modules/side-channel-list}/index.js +0 -0
- /package/node_modules/{side-channel-list → @slack/bolt/node_modules/side-channel-list}/list.d.ts +0 -0
- /package/node_modules/{side-channel-list → @slack/bolt/node_modules/side-channel-list}/package.json +0 -0
- /package/node_modules/{side-channel-list → @slack/bolt/node_modules/side-channel-list}/test/index.js +0 -0
- /package/node_modules/{gopd → @slack/bolt/node_modules/side-channel-list}/tsconfig.json +0 -0
- /package/node_modules/{side-channel-map → @slack/bolt/node_modules/side-channel-map}/.editorconfig +0 -0
- /package/node_modules/{side-channel-map → @slack/bolt/node_modules/side-channel-map}/.eslintrc +0 -0
- /package/node_modules/{side-channel-map → @slack/bolt/node_modules/side-channel-map}/.github/FUNDING.yml +0 -0
- /package/node_modules/{side-channel-list → @slack/bolt/node_modules/side-channel-map}/.nycrc +0 -0
- /package/node_modules/{side-channel-map → @slack/bolt/node_modules/side-channel-map}/CHANGELOG.md +0 -0
- /package/node_modules/{side-channel-map → @slack/bolt/node_modules/side-channel-map}/LICENSE +0 -0
- /package/node_modules/{side-channel-map → @slack/bolt/node_modules/side-channel-map}/README.md +0 -0
- /package/node_modules/{side-channel-map → @slack/bolt/node_modules/side-channel-map}/index.d.ts +0 -0
- /package/node_modules/{side-channel-map → @slack/bolt/node_modules/side-channel-map}/index.js +0 -0
- /package/node_modules/{side-channel-map → @slack/bolt/node_modules/side-channel-map}/package.json +0 -0
- /package/node_modules/{side-channel-map → @slack/bolt/node_modules/side-channel-map}/test/index.js +0 -0
- /package/node_modules/{side-channel-list → @slack/bolt/node_modules/side-channel-map}/tsconfig.json +0 -0
- /package/node_modules/{side-channel-weakmap → @slack/bolt/node_modules/side-channel-weakmap}/.editorconfig +0 -0
- /package/node_modules/{side-channel-weakmap → @slack/bolt/node_modules/side-channel-weakmap}/.eslintrc +0 -0
- /package/node_modules/{side-channel-weakmap → @slack/bolt/node_modules/side-channel-weakmap}/.github/FUNDING.yml +0 -0
- /package/node_modules/{side-channel-map → @slack/bolt/node_modules/side-channel-weakmap}/.nycrc +0 -0
- /package/node_modules/{side-channel-weakmap → @slack/bolt/node_modules/side-channel-weakmap}/CHANGELOG.md +0 -0
- /package/node_modules/{side-channel-weakmap → @slack/bolt/node_modules/side-channel-weakmap}/LICENSE +0 -0
- /package/node_modules/{side-channel-weakmap → @slack/bolt/node_modules/side-channel-weakmap}/README.md +0 -0
- /package/node_modules/{side-channel-weakmap → @slack/bolt/node_modules/side-channel-weakmap}/index.d.ts +0 -0
- /package/node_modules/{side-channel-weakmap → @slack/bolt/node_modules/side-channel-weakmap}/index.js +0 -0
- /package/node_modules/{side-channel-weakmap → @slack/bolt/node_modules/side-channel-weakmap}/package.json +0 -0
- /package/node_modules/{side-channel-weakmap → @slack/bolt/node_modules/side-channel-weakmap}/test/index.js +0 -0
- /package/node_modules/{side-channel-map → @slack/bolt/node_modules/side-channel-weakmap}/tsconfig.json +0 -0
- /package/node_modules/{statuses → @slack/bolt/node_modules/statuses}/HISTORY.md +0 -0
- /package/node_modules/{statuses → @slack/bolt/node_modules/statuses}/LICENSE +0 -0
- /package/node_modules/{statuses → @slack/bolt/node_modules/statuses}/README.md +0 -0
- /package/node_modules/{statuses → @slack/bolt/node_modules/statuses}/codes.json +0 -0
- /package/node_modules/{statuses → @slack/bolt/node_modules/statuses}/index.js +0 -0
- /package/node_modules/{statuses → @slack/bolt/node_modules/statuses}/package.json +0 -0
- /package/node_modules/{toidentifier → @slack/bolt/node_modules/toidentifier}/HISTORY.md +0 -0
- /package/node_modules/{toidentifier → @slack/bolt/node_modules/toidentifier}/LICENSE +0 -0
- /package/node_modules/{toidentifier → @slack/bolt/node_modules/toidentifier}/README.md +0 -0
- /package/node_modules/{toidentifier → @slack/bolt/node_modules/toidentifier}/index.js +0 -0
- /package/node_modules/{toidentifier → @slack/bolt/node_modules/toidentifier}/package.json +0 -0
- /package/node_modules/{tsscmp → @slack/bolt/node_modules/tsscmp}/.travis.yml +0 -0
- /package/node_modules/{tsscmp → @slack/bolt/node_modules/tsscmp}/LICENSE +0 -0
- /package/node_modules/{tsscmp → @slack/bolt/node_modules/tsscmp}/README.md +0 -0
- /package/node_modules/{tsscmp → @slack/bolt/node_modules/tsscmp}/appveyor.yml +0 -0
- /package/node_modules/{tsscmp → @slack/bolt/node_modules/tsscmp}/lib/index.js +0 -0
- /package/node_modules/{tsscmp → @slack/bolt/node_modules/tsscmp}/package.json +0 -0
- /package/node_modules/{tsscmp → @slack/bolt/node_modules/tsscmp}/test/benchmark/index.js +0 -0
- /package/node_modules/{tsscmp → @slack/bolt/node_modules/tsscmp}/test/unit/index.js +0 -0
- /package/node_modules/{type-is → @slack/bolt/node_modules/type-is}/HISTORY.md +0 -0
- /package/node_modules/{type-is → @slack/bolt/node_modules/type-is}/LICENSE +0 -0
- /package/node_modules/{type-is → @slack/bolt/node_modules/type-is}/README.md +0 -0
- /package/node_modules/{type-is → @slack/bolt/node_modules/type-is}/index.js +0 -0
- /package/node_modules/{type-is → @slack/bolt/node_modules/type-is}/node_modules/content-type/LICENSE +0 -0
- /package/node_modules/{type-is → @slack/bolt/node_modules/type-is}/node_modules/content-type/README.md +0 -0
- /package/node_modules/{type-is → @slack/bolt/node_modules/type-is}/node_modules/content-type/dist/index.d.ts +0 -0
- /package/node_modules/{type-is → @slack/bolt/node_modules/type-is}/node_modules/content-type/dist/index.js +0 -0
- /package/node_modules/{type-is → @slack/bolt/node_modules/type-is}/node_modules/content-type/dist/index.js.map +0 -0
- /package/node_modules/{type-is → @slack/bolt/node_modules/type-is}/node_modules/content-type/package.json +0 -0
- /package/node_modules/{type-is → @slack/bolt/node_modules/type-is}/package.json +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/LICENSE +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/README.md +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/agent.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/api.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/balanced-pool.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/cache-interceptor.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/cache.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/client-stats.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/client.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/connector.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/content-type.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/cookies.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/diagnostics-channel.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/dispatcher.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/dispatcher1-wrapper.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/env-http-proxy-agent.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/errors.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/eventsource.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/fetch.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/formdata.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/global-dispatcher.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/global-origin.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/h2c-client.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/handlers.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/header.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/index.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/interceptors.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/mock-agent.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/mock-call-history.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/mock-client.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/mock-errors.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/mock-interceptor.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/mock-pool.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/package.json +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/patch.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/pool-stats.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/pool.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/proxy-agent.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/readable.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/retry-agent.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/retry-handler.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/round-robin-pool.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/snapshot-agent.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/socks5-proxy-agent.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/util.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/utility.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/webidl.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/bolt/node_modules/undici-types}/websocket.d.ts +0 -0
- /package/node_modules/{unpipe → @slack/bolt/node_modules/unpipe}/HISTORY.md +0 -0
- /package/node_modules/{unpipe → @slack/bolt/node_modules/unpipe}/LICENSE +0 -0
- /package/node_modules/{unpipe → @slack/bolt/node_modules/unpipe}/README.md +0 -0
- /package/node_modules/{unpipe → @slack/bolt/node_modules/unpipe}/index.js +0 -0
- /package/node_modules/{unpipe → @slack/bolt/node_modules/unpipe}/package.json +0 -0
- /package/node_modules/{vary → @slack/bolt/node_modules/vary}/HISTORY.md +0 -0
- /package/node_modules/{vary → @slack/bolt/node_modules/vary}/LICENSE +0 -0
- /package/node_modules/{vary → @slack/bolt/node_modules/vary}/README.md +0 -0
- /package/node_modules/{vary → @slack/bolt/node_modules/vary}/index.js +0 -0
- /package/node_modules/{vary → @slack/bolt/node_modules/vary}/package.json +0 -0
- /package/node_modules/{wrappy → @slack/bolt/node_modules/wrappy}/LICENSE +0 -0
- /package/node_modules/{wrappy → @slack/bolt/node_modules/wrappy}/README.md +0 -0
- /package/node_modules/{wrappy → @slack/bolt/node_modules/wrappy}/package.json +0 -0
- /package/node_modules/{wrappy → @slack/bolt/node_modules/wrappy}/wrappy.js +0 -0
- /package/node_modules/{@types/retry → @slack/socket-mode/node_modules/@types/node}/LICENSE +0 -0
- /package/node_modules/{eventemitter3 → @slack/socket-mode/node_modules/eventemitter3}/LICENSE +0 -0
- /package/node_modules/{eventemitter3 → @slack/socket-mode/node_modules/eventemitter3}/README.md +0 -0
- /package/node_modules/{eventemitter3 → @slack/socket-mode/node_modules/eventemitter3}/dist/eventemitter3.esm.js +0 -0
- /package/node_modules/{eventemitter3 → @slack/socket-mode/node_modules/eventemitter3}/dist/eventemitter3.esm.min.js +0 -0
- /package/node_modules/{eventemitter3 → @slack/socket-mode/node_modules/eventemitter3}/dist/eventemitter3.esm.min.js.map +0 -0
- /package/node_modules/{eventemitter3 → @slack/socket-mode/node_modules/eventemitter3}/dist/eventemitter3.umd.js +0 -0
- /package/node_modules/{eventemitter3 → @slack/socket-mode/node_modules/eventemitter3}/dist/eventemitter3.umd.min.js +0 -0
- /package/node_modules/{eventemitter3 → @slack/socket-mode/node_modules/eventemitter3}/dist/eventemitter3.umd.min.js.map +0 -0
- /package/node_modules/{eventemitter3 → @slack/socket-mode/node_modules/eventemitter3}/index.d.ts +0 -0
- /package/node_modules/{eventemitter3 → @slack/socket-mode/node_modules/eventemitter3}/index.js +0 -0
- /package/node_modules/{eventemitter3 → @slack/socket-mode/node_modules/eventemitter3}/index.mjs +0 -0
- /package/node_modules/{eventemitter3 → @slack/socket-mode/node_modules/eventemitter3}/package.json +0 -0
- /package/node_modules/{@types/ws → @slack/web-api/node_modules/@types/node}/LICENSE +0 -0
- /package/node_modules/{p-queue → @slack/web-api}/node_modules/eventemitter3/LICENSE +0 -0
- /package/node_modules/{p-queue → @slack/web-api}/node_modules/eventemitter3/index.js +0 -0
- /package/node_modules/{p-finally → @slack/web-api/node_modules/p-finally}/index.js +0 -0
- /package/node_modules/{p-finally → @slack/web-api/node_modules/p-finally}/license +0 -0
- /package/node_modules/{p-finally → @slack/web-api/node_modules/p-finally}/package.json +0 -0
- /package/node_modules/{p-finally → @slack/web-api/node_modules/p-finally}/readme.md +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/dist/index.d.ts +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/dist/index.js +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/dist/lower-bound.d.ts +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/dist/lower-bound.js +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/dist/options.d.ts +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/dist/options.js +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/dist/priority-queue.d.ts +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/dist/priority-queue.js +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/dist/queue.d.ts +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/dist/queue.js +0 -0
- /package/node_modules/{is-stream → @slack/web-api/node_modules/p-queue}/license +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/node_modules/eventemitter3/README.md +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/node_modules/eventemitter3/index.d.ts +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/node_modules/eventemitter3/package.json +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/node_modules/eventemitter3/umd/eventemitter3.js +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/node_modules/eventemitter3/umd/eventemitter3.min.js +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/node_modules/eventemitter3/umd/eventemitter3.min.js.map +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/package.json +0 -0
- /package/node_modules/{p-queue → @slack/web-api/node_modules/p-queue}/readme.md +0 -0
- /package/node_modules/{p-retry → @slack/web-api/node_modules/p-retry}/index.d.ts +0 -0
- /package/node_modules/{p-retry → @slack/web-api/node_modules/p-retry}/index.js +0 -0
- /package/node_modules/{p-retry → @slack/web-api/node_modules/p-retry}/license +0 -0
- /package/node_modules/{p-retry → @slack/web-api/node_modules/p-retry}/package.json +0 -0
- /package/node_modules/{p-retry → @slack/web-api/node_modules/p-retry}/readme.md +0 -0
- /package/node_modules/{p-timeout → @slack/web-api/node_modules/p-timeout}/index.d.ts +0 -0
- /package/node_modules/{p-timeout → @slack/web-api/node_modules/p-timeout}/index.js +0 -0
- /package/node_modules/{p-timeout → @slack/web-api/node_modules/p-timeout}/license +0 -0
- /package/node_modules/{p-timeout → @slack/web-api/node_modules/p-timeout}/package.json +0 -0
- /package/node_modules/{p-timeout → @slack/web-api/node_modules/p-timeout}/readme.md +0 -0
- /package/node_modules/{retry → @slack/web-api/node_modules/retry}/License +0 -0
- /package/node_modules/{retry → @slack/web-api/node_modules/retry}/README.md +0 -0
- /package/node_modules/{retry → @slack/web-api/node_modules/retry}/example/dns.js +0 -0
- /package/node_modules/{retry → @slack/web-api/node_modules/retry}/example/stop.js +0 -0
- /package/node_modules/{retry → @slack/web-api/node_modules/retry}/index.js +0 -0
- /package/node_modules/{retry → @slack/web-api/node_modules/retry}/lib/retry.js +0 -0
- /package/node_modules/{retry → @slack/web-api/node_modules/retry}/lib/retry_operation.js +0 -0
- /package/node_modules/{retry → @slack/web-api/node_modules/retry}/package.json +0 -0
- /package/node_modules/{p-queue → get-east-asian-width}/license +0 -0
|
@@ -0,0 +1,1362 @@
|
|
|
1
|
+
declare module "node:child_process" {
|
|
2
|
+
import { NonSharedBuffer } from "node:buffer";
|
|
3
|
+
import * as dgram from "node:dgram";
|
|
4
|
+
import { Abortable, EventEmitter, InternalEventEmitter } from "node:events";
|
|
5
|
+
import * as net from "node:net";
|
|
6
|
+
import { Readable, Stream, Writable } from "node:stream";
|
|
7
|
+
import { URL } from "node:url";
|
|
8
|
+
type Serializable = string | object | number | boolean | bigint;
|
|
9
|
+
type SendHandle = net.Socket | net.Server | dgram.Socket | undefined;
|
|
10
|
+
interface ChildProcessEventMap {
|
|
11
|
+
"close": [code: number | null, signal: NodeJS.Signals | null];
|
|
12
|
+
"disconnect": [];
|
|
13
|
+
"error": [err: Error];
|
|
14
|
+
"exit": [code: number | null, signal: NodeJS.Signals | null];
|
|
15
|
+
"message": [message: Serializable, sendHandle: SendHandle];
|
|
16
|
+
"spawn": [];
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Instances of the `ChildProcess` represent spawned child processes.
|
|
20
|
+
*
|
|
21
|
+
* Instances of `ChildProcess` are not intended to be created directly. Rather,
|
|
22
|
+
* use the {@link spawn}, {@link exec},{@link execFile}, or {@link fork} methods to create
|
|
23
|
+
* instances of `ChildProcess`.
|
|
24
|
+
* @since v2.2.0
|
|
25
|
+
*/
|
|
26
|
+
class ChildProcess implements EventEmitter {
|
|
27
|
+
/**
|
|
28
|
+
* A `Writable Stream` that represents the child process's `stdin`.
|
|
29
|
+
*
|
|
30
|
+
* If a child process waits to read all of its input, the child will not continue
|
|
31
|
+
* until this stream has been closed via `end()`.
|
|
32
|
+
*
|
|
33
|
+
* If the child was spawned with `stdio[0]` set to anything other than `'pipe'`,
|
|
34
|
+
* then this will be `null`.
|
|
35
|
+
*
|
|
36
|
+
* `subprocess.stdin` is an alias for `subprocess.stdio[0]`. Both properties will
|
|
37
|
+
* refer to the same value.
|
|
38
|
+
*
|
|
39
|
+
* The `subprocess.stdin` property can be `null` or `undefined` if the child process could not be successfully spawned.
|
|
40
|
+
* @since v0.1.90
|
|
41
|
+
*/
|
|
42
|
+
stdin: Writable | null;
|
|
43
|
+
/**
|
|
44
|
+
* A `Readable Stream` that represents the child process's `stdout`.
|
|
45
|
+
*
|
|
46
|
+
* If the child was spawned with `stdio[1]` set to anything other than `'pipe'`,
|
|
47
|
+
* then this will be `null`.
|
|
48
|
+
*
|
|
49
|
+
* `subprocess.stdout` is an alias for `subprocess.stdio[1]`. Both properties will
|
|
50
|
+
* refer to the same value.
|
|
51
|
+
*
|
|
52
|
+
* ```js
|
|
53
|
+
* import { spawn } from 'node:child_process';
|
|
54
|
+
*
|
|
55
|
+
* const subprocess = spawn('ls');
|
|
56
|
+
*
|
|
57
|
+
* subprocess.stdout.on('data', (data) => {
|
|
58
|
+
* console.log(`Received chunk ${data}`);
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* The `subprocess.stdout` property can be `null` or `undefined` if the child process could not be successfully spawned.
|
|
63
|
+
* @since v0.1.90
|
|
64
|
+
*/
|
|
65
|
+
stdout: Readable | null;
|
|
66
|
+
/**
|
|
67
|
+
* A `Readable Stream` that represents the child process's `stderr`.
|
|
68
|
+
*
|
|
69
|
+
* If the child was spawned with `stdio[2]` set to anything other than `'pipe'`,
|
|
70
|
+
* then this will be `null`.
|
|
71
|
+
*
|
|
72
|
+
* `subprocess.stderr` is an alias for `subprocess.stdio[2]`. Both properties will
|
|
73
|
+
* refer to the same value.
|
|
74
|
+
*
|
|
75
|
+
* The `subprocess.stderr` property can be `null` or `undefined` if the child process could not be successfully spawned.
|
|
76
|
+
* @since v0.1.90
|
|
77
|
+
*/
|
|
78
|
+
stderr: Readable | null;
|
|
79
|
+
/**
|
|
80
|
+
* The `subprocess.channel` property is a reference to the child's IPC channel. If
|
|
81
|
+
* no IPC channel exists, this property is `undefined`.
|
|
82
|
+
* @since v7.1.0
|
|
83
|
+
*/
|
|
84
|
+
readonly channel?: Control | null;
|
|
85
|
+
/**
|
|
86
|
+
* A sparse array of pipes to the child process, corresponding with positions in
|
|
87
|
+
* the `stdio` option passed to {@link spawn} that have been set
|
|
88
|
+
* to the value `'pipe'`. `subprocess.stdio[0]`, `subprocess.stdio[1]`, and `subprocess.stdio[2]` are also available as `subprocess.stdin`, `subprocess.stdout`, and `subprocess.stderr`,
|
|
89
|
+
* respectively.
|
|
90
|
+
*
|
|
91
|
+
* In the following example, only the child's fd `1` (stdout) is configured as a
|
|
92
|
+
* pipe, so only the parent's `subprocess.stdio[1]` is a stream, all other values
|
|
93
|
+
* in the array are `null`.
|
|
94
|
+
*
|
|
95
|
+
* ```js
|
|
96
|
+
* import assert from 'node:assert';
|
|
97
|
+
* import fs from 'node:fs';
|
|
98
|
+
* import child_process from 'node:child_process';
|
|
99
|
+
*
|
|
100
|
+
* const subprocess = child_process.spawn('ls', {
|
|
101
|
+
* stdio: [
|
|
102
|
+
* 0, // Use parent's stdin for child.
|
|
103
|
+
* 'pipe', // Pipe child's stdout to parent.
|
|
104
|
+
* fs.openSync('err.out', 'w'), // Direct child's stderr to a file.
|
|
105
|
+
* ],
|
|
106
|
+
* });
|
|
107
|
+
*
|
|
108
|
+
* assert.strictEqual(subprocess.stdio[0], null);
|
|
109
|
+
* assert.strictEqual(subprocess.stdio[0], subprocess.stdin);
|
|
110
|
+
*
|
|
111
|
+
* assert(subprocess.stdout);
|
|
112
|
+
* assert.strictEqual(subprocess.stdio[1], subprocess.stdout);
|
|
113
|
+
*
|
|
114
|
+
* assert.strictEqual(subprocess.stdio[2], null);
|
|
115
|
+
* assert.strictEqual(subprocess.stdio[2], subprocess.stderr);
|
|
116
|
+
* ```
|
|
117
|
+
*
|
|
118
|
+
* The `subprocess.stdio` property can be `undefined` if the child process could
|
|
119
|
+
* not be successfully spawned.
|
|
120
|
+
* @since v0.7.10
|
|
121
|
+
*/
|
|
122
|
+
readonly stdio: [
|
|
123
|
+
Writable | null,
|
|
124
|
+
// stdin
|
|
125
|
+
Readable | null,
|
|
126
|
+
// stdout
|
|
127
|
+
Readable | null,
|
|
128
|
+
// stderr
|
|
129
|
+
Readable | Writable | null | undefined,
|
|
130
|
+
// extra
|
|
131
|
+
Readable | Writable | null | undefined, // extra
|
|
132
|
+
];
|
|
133
|
+
/**
|
|
134
|
+
* The `subprocess.killed` property indicates whether the child process
|
|
135
|
+
* successfully received a signal from `subprocess.kill()`. The `killed` property
|
|
136
|
+
* does not indicate that the child process has been terminated.
|
|
137
|
+
* @since v0.5.10
|
|
138
|
+
*/
|
|
139
|
+
readonly killed: boolean;
|
|
140
|
+
/**
|
|
141
|
+
* Returns the process identifier (PID) of the child process. If the child process
|
|
142
|
+
* fails to spawn due to errors, then the value is `undefined` and `error` is
|
|
143
|
+
* emitted.
|
|
144
|
+
*
|
|
145
|
+
* ```js
|
|
146
|
+
* import { spawn } from 'node:child_process';
|
|
147
|
+
* const grep = spawn('grep', ['ssh']);
|
|
148
|
+
*
|
|
149
|
+
* console.log(`Spawned child pid: ${grep.pid}`);
|
|
150
|
+
* grep.stdin.end();
|
|
151
|
+
* ```
|
|
152
|
+
* @since v0.1.90
|
|
153
|
+
*/
|
|
154
|
+
readonly pid?: number | undefined;
|
|
155
|
+
/**
|
|
156
|
+
* The `subprocess.connected` property indicates whether it is still possible to
|
|
157
|
+
* send and receive messages from a child process. When `subprocess.connected` is `false`, it is no longer possible to send or receive messages.
|
|
158
|
+
* @since v0.7.2
|
|
159
|
+
*/
|
|
160
|
+
readonly connected: boolean;
|
|
161
|
+
/**
|
|
162
|
+
* The `subprocess.exitCode` property indicates the exit code of the child process.
|
|
163
|
+
* If the child process is still running, the field will be `null`.
|
|
164
|
+
*
|
|
165
|
+
* When the child process is terminated by a signal, `subprocess.exitCode` will be
|
|
166
|
+
* `null` and `subprocess.signalCode` will be set. To get the corresponding
|
|
167
|
+
* POSIX exit code, use
|
|
168
|
+
* `util.convertProcessSignalToExitCode(subprocess.signalCode)`.
|
|
169
|
+
*/
|
|
170
|
+
readonly exitCode: number | null;
|
|
171
|
+
/**
|
|
172
|
+
* The `subprocess.signalCode` property indicates the signal received by
|
|
173
|
+
* the child process if any, else `null`.
|
|
174
|
+
*/
|
|
175
|
+
readonly signalCode: NodeJS.Signals | null;
|
|
176
|
+
/**
|
|
177
|
+
* The `subprocess.spawnargs` property represents the full list of command-line
|
|
178
|
+
* arguments the child process was launched with.
|
|
179
|
+
*/
|
|
180
|
+
readonly spawnargs: string[];
|
|
181
|
+
/**
|
|
182
|
+
* The `subprocess.spawnfile` property indicates the executable file name of
|
|
183
|
+
* the child process that is launched.
|
|
184
|
+
*
|
|
185
|
+
* For {@link fork}, its value will be equal to `process.execPath`.
|
|
186
|
+
* For {@link spawn}, its value will be the name of
|
|
187
|
+
* the executable file.
|
|
188
|
+
* For {@link exec}, its value will be the name of the shell
|
|
189
|
+
* in which the child process is launched.
|
|
190
|
+
*/
|
|
191
|
+
readonly spawnfile: string;
|
|
192
|
+
/**
|
|
193
|
+
* The `subprocess.kill()` method sends a signal to the child process. If no
|
|
194
|
+
* argument is given, the process will be sent the `'SIGTERM'` signal. See [`signal(7)`](http://man7.org/linux/man-pages/man7/signal.7.html) for a list of available signals. This function
|
|
195
|
+
* returns `true` if [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) succeeds, and `false` otherwise.
|
|
196
|
+
*
|
|
197
|
+
* ```js
|
|
198
|
+
* import { spawn } from 'node:child_process';
|
|
199
|
+
* const grep = spawn('grep', ['ssh']);
|
|
200
|
+
*
|
|
201
|
+
* grep.on('close', (code, signal) => {
|
|
202
|
+
* console.log(
|
|
203
|
+
* `child process terminated due to receipt of signal ${signal}`);
|
|
204
|
+
* });
|
|
205
|
+
*
|
|
206
|
+
* // Send SIGHUP to process.
|
|
207
|
+
* grep.kill('SIGHUP');
|
|
208
|
+
* ```
|
|
209
|
+
*
|
|
210
|
+
* The `ChildProcess` object may emit an `'error'` event if the signal
|
|
211
|
+
* cannot be delivered. Sending a signal to a child process that has already exited
|
|
212
|
+
* is not an error but may have unforeseen consequences. Specifically, if the
|
|
213
|
+
* process identifier (PID) has been reassigned to another process, the signal will
|
|
214
|
+
* be delivered to that process instead which can have unexpected results.
|
|
215
|
+
*
|
|
216
|
+
* While the function is called `kill`, the signal delivered to the child process
|
|
217
|
+
* may not actually terminate the process.
|
|
218
|
+
*
|
|
219
|
+
* See [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for reference.
|
|
220
|
+
*
|
|
221
|
+
* On Windows, where POSIX signals do not exist, the `signal` argument will be
|
|
222
|
+
* ignored, and the process will be killed forcefully and abruptly (similar to `'SIGKILL'`).
|
|
223
|
+
* See `Signal Events` for more details.
|
|
224
|
+
*
|
|
225
|
+
* On Linux, child processes of child processes will not be terminated
|
|
226
|
+
* when attempting to kill their parent. This is likely to happen when running a
|
|
227
|
+
* new process in a shell or with the use of the `shell` option of `ChildProcess`:
|
|
228
|
+
*
|
|
229
|
+
* ```js
|
|
230
|
+
* 'use strict';
|
|
231
|
+
* import { spawn } from 'node:child_process';
|
|
232
|
+
*
|
|
233
|
+
* const subprocess = spawn(
|
|
234
|
+
* 'sh',
|
|
235
|
+
* [
|
|
236
|
+
* '-c',
|
|
237
|
+
* `node -e "setInterval(() => {
|
|
238
|
+
* console.log(process.pid, 'is alive')
|
|
239
|
+
* }, 500);"`,
|
|
240
|
+
* ], {
|
|
241
|
+
* stdio: ['inherit', 'inherit', 'inherit'],
|
|
242
|
+
* },
|
|
243
|
+
* );
|
|
244
|
+
*
|
|
245
|
+
* setTimeout(() => {
|
|
246
|
+
* subprocess.kill(); // Does not terminate the Node.js process in the shell.
|
|
247
|
+
* }, 2000);
|
|
248
|
+
* ```
|
|
249
|
+
* @since v0.1.90
|
|
250
|
+
*/
|
|
251
|
+
kill(signal?: NodeJS.Signals | number): boolean;
|
|
252
|
+
/**
|
|
253
|
+
* Calls {@link ChildProcess.kill} with `'SIGTERM'`.
|
|
254
|
+
* @since v20.5.0
|
|
255
|
+
*/
|
|
256
|
+
[Symbol.dispose](): void;
|
|
257
|
+
/**
|
|
258
|
+
* When an IPC channel has been established between the parent and child (
|
|
259
|
+
* i.e. when using {@link fork}), the `subprocess.send()` method can
|
|
260
|
+
* be used to send messages to the child process. When the child process is a
|
|
261
|
+
* Node.js instance, these messages can be received via the `'message'` event.
|
|
262
|
+
*
|
|
263
|
+
* The message goes through serialization and parsing. The resulting
|
|
264
|
+
* message might not be the same as what is originally sent.
|
|
265
|
+
*
|
|
266
|
+
* For example, in the parent script:
|
|
267
|
+
*
|
|
268
|
+
* ```js
|
|
269
|
+
* import cp from 'node:child_process';
|
|
270
|
+
* const n = cp.fork(`${__dirname}/sub.js`);
|
|
271
|
+
*
|
|
272
|
+
* n.on('message', (m) => {
|
|
273
|
+
* console.log('PARENT got message:', m);
|
|
274
|
+
* });
|
|
275
|
+
*
|
|
276
|
+
* // Causes the child to print: CHILD got message: { hello: 'world' }
|
|
277
|
+
* n.send({ hello: 'world' });
|
|
278
|
+
* ```
|
|
279
|
+
*
|
|
280
|
+
* And then the child script, `'sub.js'` might look like this:
|
|
281
|
+
*
|
|
282
|
+
* ```js
|
|
283
|
+
* process.on('message', (m) => {
|
|
284
|
+
* console.log('CHILD got message:', m);
|
|
285
|
+
* });
|
|
286
|
+
*
|
|
287
|
+
* // Causes the parent to print: PARENT got message: { foo: 'bar', baz: null }
|
|
288
|
+
* process.send({ foo: 'bar', baz: NaN });
|
|
289
|
+
* ```
|
|
290
|
+
*
|
|
291
|
+
* Child Node.js processes will have a `process.send()` method of their own
|
|
292
|
+
* that allows the child to send messages back to the parent.
|
|
293
|
+
*
|
|
294
|
+
* There is a special case when sending a `{cmd: 'NODE_foo'}` message. Messages
|
|
295
|
+
* containing a `NODE_` prefix in the `cmd` property are reserved for use within
|
|
296
|
+
* Node.js core and will not be emitted in the child's `'message'` event. Rather, such messages are emitted using the `'internalMessage'` event and are consumed internally by Node.js.
|
|
297
|
+
* Applications should avoid using such messages or listening for `'internalMessage'` events as it is subject to change without notice.
|
|
298
|
+
*
|
|
299
|
+
* The optional `sendHandle` argument that may be passed to `subprocess.send()` is
|
|
300
|
+
* for passing a TCP server or socket object to the child process. The child will
|
|
301
|
+
* receive the object as the second argument passed to the callback function
|
|
302
|
+
* registered on the `'message'` event. Any data that is received and buffered in
|
|
303
|
+
* the socket will not be sent to the child. Sending IPC sockets is not supported on Windows.
|
|
304
|
+
*
|
|
305
|
+
* The optional `callback` is a function that is invoked after the message is
|
|
306
|
+
* sent but before the child may have received it. The function is called with a
|
|
307
|
+
* single argument: `null` on success, or an `Error` object on failure.
|
|
308
|
+
*
|
|
309
|
+
* If no `callback` function is provided and the message cannot be sent, an `'error'` event will be emitted by the `ChildProcess` object. This can
|
|
310
|
+
* happen, for instance, when the child process has already exited.
|
|
311
|
+
*
|
|
312
|
+
* `subprocess.send()` will return `false` if the channel has closed or when the
|
|
313
|
+
* backlog of unsent messages exceeds a threshold that makes it unwise to send
|
|
314
|
+
* more. Otherwise, the method returns `true`. The `callback` function can be
|
|
315
|
+
* used to implement flow control.
|
|
316
|
+
*
|
|
317
|
+
* #### Example: sending a server object
|
|
318
|
+
*
|
|
319
|
+
* The `sendHandle` argument can be used, for instance, to pass the handle of
|
|
320
|
+
* a TCP server object to the child process as illustrated in the example below:
|
|
321
|
+
*
|
|
322
|
+
* ```js
|
|
323
|
+
* import { createServer } from 'node:net';
|
|
324
|
+
* import { fork } from 'node:child_process';
|
|
325
|
+
* const subprocess = fork('subprocess.js');
|
|
326
|
+
*
|
|
327
|
+
* // Open up the server object and send the handle.
|
|
328
|
+
* const server = createServer();
|
|
329
|
+
* server.on('connection', (socket) => {
|
|
330
|
+
* socket.end('handled by parent');
|
|
331
|
+
* });
|
|
332
|
+
* server.listen(1337, () => {
|
|
333
|
+
* subprocess.send('server', server);
|
|
334
|
+
* });
|
|
335
|
+
* ```
|
|
336
|
+
*
|
|
337
|
+
* The child would then receive the server object as:
|
|
338
|
+
*
|
|
339
|
+
* ```js
|
|
340
|
+
* process.on('message', (m, server) => {
|
|
341
|
+
* if (m === 'server') {
|
|
342
|
+
* server.on('connection', (socket) => {
|
|
343
|
+
* socket.end('handled by child');
|
|
344
|
+
* });
|
|
345
|
+
* }
|
|
346
|
+
* });
|
|
347
|
+
* ```
|
|
348
|
+
*
|
|
349
|
+
* Once the server is now shared between the parent and child, some connections
|
|
350
|
+
* can be handled by the parent and some by the child.
|
|
351
|
+
*
|
|
352
|
+
* While the example above uses a server created using the `node:net` module, `node:dgram` module servers use exactly the same workflow with the exceptions of
|
|
353
|
+
* listening on a `'message'` event instead of `'connection'` and using `server.bind()` instead of `server.listen()`. This is, however, only
|
|
354
|
+
* supported on Unix platforms.
|
|
355
|
+
*
|
|
356
|
+
* #### Example: sending a socket object
|
|
357
|
+
*
|
|
358
|
+
* Similarly, the `sendHandler` argument can be used to pass the handle of a
|
|
359
|
+
* socket to the child process. The example below spawns two children that each
|
|
360
|
+
* handle connections with "normal" or "special" priority:
|
|
361
|
+
*
|
|
362
|
+
* ```js
|
|
363
|
+
* import { createServer } from 'node:net';
|
|
364
|
+
* import { fork } from 'node:child_process';
|
|
365
|
+
* const normal = fork('subprocess.js', ['normal']);
|
|
366
|
+
* const special = fork('subprocess.js', ['special']);
|
|
367
|
+
*
|
|
368
|
+
* // Open up the server and send sockets to child. Use pauseOnConnect to prevent
|
|
369
|
+
* // the sockets from being read before they are sent to the child process.
|
|
370
|
+
* const server = createServer({ pauseOnConnect: true });
|
|
371
|
+
* server.on('connection', (socket) => {
|
|
372
|
+
*
|
|
373
|
+
* // If this is special priority...
|
|
374
|
+
* if (socket.remoteAddress === '74.125.127.100') {
|
|
375
|
+
* special.send('socket', socket);
|
|
376
|
+
* return;
|
|
377
|
+
* }
|
|
378
|
+
* // This is normal priority.
|
|
379
|
+
* normal.send('socket', socket);
|
|
380
|
+
* });
|
|
381
|
+
* server.listen(1337);
|
|
382
|
+
* ```
|
|
383
|
+
*
|
|
384
|
+
* The `subprocess.js` would receive the socket handle as the second argument
|
|
385
|
+
* passed to the event callback function:
|
|
386
|
+
*
|
|
387
|
+
* ```js
|
|
388
|
+
* process.on('message', (m, socket) => {
|
|
389
|
+
* if (m === 'socket') {
|
|
390
|
+
* if (socket) {
|
|
391
|
+
* // Check that the client socket exists.
|
|
392
|
+
* // It is possible for the socket to be closed between the time it is
|
|
393
|
+
* // sent and the time it is received in the child process.
|
|
394
|
+
* socket.end(`Request handled with ${process.argv[2]} priority`);
|
|
395
|
+
* }
|
|
396
|
+
* }
|
|
397
|
+
* });
|
|
398
|
+
* ```
|
|
399
|
+
*
|
|
400
|
+
* Do not use `.maxConnections` on a socket that has been passed to a subprocess.
|
|
401
|
+
* The parent cannot track when the socket is destroyed.
|
|
402
|
+
*
|
|
403
|
+
* Any `'message'` handlers in the subprocess should verify that `socket` exists,
|
|
404
|
+
* as the connection may have been closed during the time it takes to send the
|
|
405
|
+
* connection to the child.
|
|
406
|
+
* @since v0.5.9
|
|
407
|
+
* @param sendHandle `undefined`, or a [`net.Socket`](https://nodejs.org/docs/latest-v26.x/api/net.html#class-netsocket), [`net.Server`](https://nodejs.org/docs/latest-v26.x/api/net.html#class-netserver), or [`dgram.Socket`](https://nodejs.org/docs/latest-v26.x/api/dgram.html#class-dgramsocket) object.
|
|
408
|
+
* @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties:
|
|
409
|
+
*/
|
|
410
|
+
send(message: Serializable, callback?: (error: Error | null) => void): boolean;
|
|
411
|
+
send(message: Serializable, sendHandle?: SendHandle, callback?: (error: Error | null) => void): boolean;
|
|
412
|
+
send(
|
|
413
|
+
message: Serializable,
|
|
414
|
+
sendHandle?: SendHandle,
|
|
415
|
+
options?: MessageOptions,
|
|
416
|
+
callback?: (error: Error | null) => void,
|
|
417
|
+
): boolean;
|
|
418
|
+
/**
|
|
419
|
+
* Closes the IPC channel between parent and child, allowing the child to exit
|
|
420
|
+
* gracefully once there are no other connections keeping it alive. After calling
|
|
421
|
+
* this method the `subprocess.connected` and `process.connected` properties in
|
|
422
|
+
* both the parent and child (respectively) will be set to `false`, and it will be
|
|
423
|
+
* no longer possible to pass messages between the processes.
|
|
424
|
+
*
|
|
425
|
+
* The `'disconnect'` event will be emitted when there are no messages in the
|
|
426
|
+
* process of being received. This will most often be triggered immediately after
|
|
427
|
+
* calling `subprocess.disconnect()`.
|
|
428
|
+
*
|
|
429
|
+
* When the child process is a Node.js instance (e.g. spawned using {@link fork}), the `process.disconnect()` method can be invoked
|
|
430
|
+
* within the child process to close the IPC channel as well.
|
|
431
|
+
* @since v0.7.2
|
|
432
|
+
*/
|
|
433
|
+
disconnect(): void;
|
|
434
|
+
/**
|
|
435
|
+
* By default, the parent will wait for the detached child to exit. To prevent the
|
|
436
|
+
* parent from waiting for a given `subprocess` to exit, use the `subprocess.unref()` method. Doing so will cause the parent's event loop to not
|
|
437
|
+
* include the child in its reference count, allowing the parent to exit
|
|
438
|
+
* independently of the child, unless there is an established IPC channel between
|
|
439
|
+
* the child and the parent.
|
|
440
|
+
*
|
|
441
|
+
* ```js
|
|
442
|
+
* import { spawn } from 'node:child_process';
|
|
443
|
+
*
|
|
444
|
+
* const subprocess = spawn(process.argv[0], ['child_program.js'], {
|
|
445
|
+
* detached: true,
|
|
446
|
+
* stdio: 'ignore',
|
|
447
|
+
* });
|
|
448
|
+
*
|
|
449
|
+
* subprocess.unref();
|
|
450
|
+
* ```
|
|
451
|
+
* @since v0.7.10
|
|
452
|
+
*/
|
|
453
|
+
unref(): void;
|
|
454
|
+
/**
|
|
455
|
+
* Calling `subprocess.ref()` after making a call to `subprocess.unref()` will
|
|
456
|
+
* restore the removed reference count for the child process, forcing the parent
|
|
457
|
+
* to wait for the child to exit before exiting itself.
|
|
458
|
+
*
|
|
459
|
+
* ```js
|
|
460
|
+
* import { spawn } from 'node:child_process';
|
|
461
|
+
*
|
|
462
|
+
* const subprocess = spawn(process.argv[0], ['child_program.js'], {
|
|
463
|
+
* detached: true,
|
|
464
|
+
* stdio: 'ignore',
|
|
465
|
+
* });
|
|
466
|
+
*
|
|
467
|
+
* subprocess.unref();
|
|
468
|
+
* subprocess.ref();
|
|
469
|
+
* ```
|
|
470
|
+
* @since v0.7.10
|
|
471
|
+
*/
|
|
472
|
+
ref(): void;
|
|
473
|
+
}
|
|
474
|
+
interface ChildProcess extends InternalEventEmitter<ChildProcessEventMap> {}
|
|
475
|
+
// return this object when stdio option is undefined or not specified
|
|
476
|
+
interface ChildProcessWithoutNullStreams extends ChildProcess {
|
|
477
|
+
stdin: Writable;
|
|
478
|
+
stdout: Readable;
|
|
479
|
+
stderr: Readable;
|
|
480
|
+
readonly stdio: [
|
|
481
|
+
Writable,
|
|
482
|
+
Readable,
|
|
483
|
+
Readable,
|
|
484
|
+
// stderr
|
|
485
|
+
Readable | Writable | null | undefined,
|
|
486
|
+
// extra, no modification
|
|
487
|
+
Readable | Writable | null | undefined, // extra, no modification
|
|
488
|
+
];
|
|
489
|
+
}
|
|
490
|
+
// return this object when stdio option is a tuple of 3
|
|
491
|
+
interface ChildProcessByStdio<I extends null | Writable, O extends null | Readable, E extends null | Readable>
|
|
492
|
+
extends ChildProcess
|
|
493
|
+
{
|
|
494
|
+
stdin: I;
|
|
495
|
+
stdout: O;
|
|
496
|
+
stderr: E;
|
|
497
|
+
readonly stdio: [
|
|
498
|
+
I,
|
|
499
|
+
O,
|
|
500
|
+
E,
|
|
501
|
+
Readable | Writable | null | undefined,
|
|
502
|
+
// extra, no modification
|
|
503
|
+
Readable | Writable | null | undefined, // extra, no modification
|
|
504
|
+
];
|
|
505
|
+
}
|
|
506
|
+
interface Control extends EventEmitter {
|
|
507
|
+
ref(): void;
|
|
508
|
+
unref(): void;
|
|
509
|
+
}
|
|
510
|
+
interface MessageOptions {
|
|
511
|
+
keepOpen?: boolean | undefined;
|
|
512
|
+
}
|
|
513
|
+
type IOType = "overlapped" | "pipe" | "ignore" | "inherit";
|
|
514
|
+
type StdioOptions = IOType | Array<IOType | "ipc" | Stream | number | null | undefined>;
|
|
515
|
+
type SerializationType = "json" | "advanced";
|
|
516
|
+
interface MessagingOptions extends Abortable {
|
|
517
|
+
/**
|
|
518
|
+
* Specify the kind of serialization used for sending messages between processes.
|
|
519
|
+
* @default 'json'
|
|
520
|
+
*/
|
|
521
|
+
serialization?: SerializationType | undefined;
|
|
522
|
+
/**
|
|
523
|
+
* The signal value to be used when the spawned process will be killed by the abort signal.
|
|
524
|
+
* @default 'SIGTERM'
|
|
525
|
+
*/
|
|
526
|
+
killSignal?: NodeJS.Signals | number | undefined;
|
|
527
|
+
/**
|
|
528
|
+
* In milliseconds the maximum amount of time the process is allowed to run.
|
|
529
|
+
*/
|
|
530
|
+
timeout?: number | undefined;
|
|
531
|
+
}
|
|
532
|
+
interface ProcessEnvOptions {
|
|
533
|
+
uid?: number | undefined;
|
|
534
|
+
gid?: number | undefined;
|
|
535
|
+
cwd?: string | URL | undefined;
|
|
536
|
+
env?: NodeJS.ProcessEnv | undefined;
|
|
537
|
+
}
|
|
538
|
+
interface CommonOptions extends ProcessEnvOptions {
|
|
539
|
+
/**
|
|
540
|
+
* @default false
|
|
541
|
+
*/
|
|
542
|
+
windowsHide?: boolean | undefined;
|
|
543
|
+
/**
|
|
544
|
+
* @default 0
|
|
545
|
+
*/
|
|
546
|
+
timeout?: number | undefined;
|
|
547
|
+
}
|
|
548
|
+
interface CommonSpawnOptions extends CommonOptions, MessagingOptions, Abortable {
|
|
549
|
+
argv0?: string | undefined;
|
|
550
|
+
/**
|
|
551
|
+
* Can be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings.
|
|
552
|
+
* If passed as an array, the first element is used for `stdin`, the second for
|
|
553
|
+
* `stdout`, and the third for `stderr`. A fourth element can be used to
|
|
554
|
+
* specify the `stdio` behavior beyond the standard streams. See
|
|
555
|
+
* {@link ChildProcess.stdio} for more information.
|
|
556
|
+
*
|
|
557
|
+
* @default 'pipe'
|
|
558
|
+
*/
|
|
559
|
+
stdio?: StdioOptions | undefined;
|
|
560
|
+
shell?: boolean | string | undefined;
|
|
561
|
+
windowsVerbatimArguments?: boolean | undefined;
|
|
562
|
+
}
|
|
563
|
+
interface SpawnOptions extends CommonSpawnOptions {
|
|
564
|
+
detached?: boolean | undefined;
|
|
565
|
+
}
|
|
566
|
+
interface SpawnOptionsWithoutStdio extends SpawnOptions {
|
|
567
|
+
stdio?: StdioPipeNamed | StdioPipe[] | undefined;
|
|
568
|
+
}
|
|
569
|
+
type StdioNull = "inherit" | "ignore" | Stream;
|
|
570
|
+
type StdioPipeNamed = "pipe" | "overlapped";
|
|
571
|
+
type StdioPipe = undefined | null | StdioPipeNamed;
|
|
572
|
+
interface SpawnOptionsWithStdioTuple<
|
|
573
|
+
Stdin extends StdioNull | StdioPipe,
|
|
574
|
+
Stdout extends StdioNull | StdioPipe,
|
|
575
|
+
Stderr extends StdioNull | StdioPipe,
|
|
576
|
+
> extends SpawnOptions {
|
|
577
|
+
stdio: [Stdin, Stdout, Stderr];
|
|
578
|
+
}
|
|
579
|
+
/**
|
|
580
|
+
* The `child_process.spawn()` method spawns a new process using the given `command`, with command-line arguments in `args`. If omitted, `args` defaults
|
|
581
|
+
* to an empty array.
|
|
582
|
+
*
|
|
583
|
+
* **If the `shell` option is enabled, do not pass unsanitized user input to this**
|
|
584
|
+
* **function. Any input containing shell metacharacters may be used to trigger**
|
|
585
|
+
* **arbitrary command execution.**
|
|
586
|
+
*
|
|
587
|
+
* A third argument may be used to specify additional options, with these defaults:
|
|
588
|
+
*
|
|
589
|
+
* ```js
|
|
590
|
+
* const defaults = {
|
|
591
|
+
* cwd: undefined,
|
|
592
|
+
* env: process.env,
|
|
593
|
+
* };
|
|
594
|
+
* ```
|
|
595
|
+
*
|
|
596
|
+
* Use `cwd` to specify the working directory from which the process is spawned.
|
|
597
|
+
* If not given, the default is to inherit the current working directory. If given,
|
|
598
|
+
* but the path does not exist, the child process emits an `ENOENT` error
|
|
599
|
+
* and exits immediately. `ENOENT` is also emitted when the command
|
|
600
|
+
* does not exist.
|
|
601
|
+
*
|
|
602
|
+
* Use `env` to specify environment variables that will be visible to the new
|
|
603
|
+
* process, the default is `process.env`.
|
|
604
|
+
*
|
|
605
|
+
* `undefined` values in `env` will be ignored.
|
|
606
|
+
*
|
|
607
|
+
* Example of running `ls -lh /usr`, capturing `stdout`, `stderr`, and the
|
|
608
|
+
* exit code:
|
|
609
|
+
*
|
|
610
|
+
* ```js
|
|
611
|
+
* import { spawn } from 'node:child_process';
|
|
612
|
+
* import { once } from 'node:events';
|
|
613
|
+
* const ls = spawn('ls', ['-lh', '/usr']);
|
|
614
|
+
*
|
|
615
|
+
* ls.stdout.on('data', (data) => {
|
|
616
|
+
* console.log(`stdout: ${data}`);
|
|
617
|
+
* });
|
|
618
|
+
*
|
|
619
|
+
* ls.stderr.on('data', (data) => {
|
|
620
|
+
* console.error(`stderr: ${data}`);
|
|
621
|
+
* });
|
|
622
|
+
*
|
|
623
|
+
* const [code] = await once(ls, 'close');
|
|
624
|
+
* console.log(`child process exited with code ${code}`);
|
|
625
|
+
* ```
|
|
626
|
+
*
|
|
627
|
+
* Example: A very elaborate way to run `ps ax | grep ssh`
|
|
628
|
+
*
|
|
629
|
+
* ```js
|
|
630
|
+
* import { spawn } from 'node:child_process';
|
|
631
|
+
* const ps = spawn('ps', ['ax']);
|
|
632
|
+
* const grep = spawn('grep', ['ssh']);
|
|
633
|
+
*
|
|
634
|
+
* ps.stdout.on('data', (data) => {
|
|
635
|
+
* grep.stdin.write(data);
|
|
636
|
+
* });
|
|
637
|
+
*
|
|
638
|
+
* ps.stderr.on('data', (data) => {
|
|
639
|
+
* console.error(`ps stderr: ${data}`);
|
|
640
|
+
* });
|
|
641
|
+
*
|
|
642
|
+
* ps.on('close', (code) => {
|
|
643
|
+
* if (code !== 0) {
|
|
644
|
+
* console.log(`ps process exited with code ${code}`);
|
|
645
|
+
* }
|
|
646
|
+
* grep.stdin.end();
|
|
647
|
+
* });
|
|
648
|
+
*
|
|
649
|
+
* grep.stdout.on('data', (data) => {
|
|
650
|
+
* console.log(data.toString());
|
|
651
|
+
* });
|
|
652
|
+
*
|
|
653
|
+
* grep.stderr.on('data', (data) => {
|
|
654
|
+
* console.error(`grep stderr: ${data}`);
|
|
655
|
+
* });
|
|
656
|
+
*
|
|
657
|
+
* grep.on('close', (code) => {
|
|
658
|
+
* if (code !== 0) {
|
|
659
|
+
* console.log(`grep process exited with code ${code}`);
|
|
660
|
+
* }
|
|
661
|
+
* });
|
|
662
|
+
* ```
|
|
663
|
+
*
|
|
664
|
+
* Example of checking for failed `spawn`:
|
|
665
|
+
*
|
|
666
|
+
* ```js
|
|
667
|
+
* import { spawn } from 'node:child_process';
|
|
668
|
+
* const subprocess = spawn('bad_command');
|
|
669
|
+
*
|
|
670
|
+
* subprocess.on('error', (err) => {
|
|
671
|
+
* console.error('Failed to start subprocess.');
|
|
672
|
+
* });
|
|
673
|
+
* ```
|
|
674
|
+
*
|
|
675
|
+
* Certain platforms (macOS, Linux) will use the value of `argv[0]` for the process
|
|
676
|
+
* title while others (Windows, SunOS) will use `command`.
|
|
677
|
+
*
|
|
678
|
+
* Node.js overwrites `argv[0]` with `process.execPath` on startup, so `process.argv[0]` in a Node.js child process will not match the `argv0` parameter passed to `spawn` from the parent. Retrieve
|
|
679
|
+
* it with the `process.argv0` property instead.
|
|
680
|
+
*
|
|
681
|
+
* If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except
|
|
682
|
+
* the error passed to the callback will be an `AbortError`:
|
|
683
|
+
*
|
|
684
|
+
* ```js
|
|
685
|
+
* import { spawn } from 'node:child_process';
|
|
686
|
+
* const controller = new AbortController();
|
|
687
|
+
* const { signal } = controller;
|
|
688
|
+
* const grep = spawn('grep', ['ssh'], { signal });
|
|
689
|
+
* grep.on('error', (err) => {
|
|
690
|
+
* // This will be called with err being an AbortError if the controller aborts
|
|
691
|
+
* });
|
|
692
|
+
* controller.abort(); // Stops the child process
|
|
693
|
+
* ```
|
|
694
|
+
* @since v0.1.90
|
|
695
|
+
* @param command The command to run.
|
|
696
|
+
* @param args List of string arguments.
|
|
697
|
+
*/
|
|
698
|
+
function spawn(command: string, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams;
|
|
699
|
+
function spawn(
|
|
700
|
+
command: string,
|
|
701
|
+
options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioPipe>,
|
|
702
|
+
): ChildProcessByStdio<Writable, Readable, Readable>;
|
|
703
|
+
function spawn(
|
|
704
|
+
command: string,
|
|
705
|
+
options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioNull>,
|
|
706
|
+
): ChildProcessByStdio<Writable, Readable, null>;
|
|
707
|
+
function spawn(
|
|
708
|
+
command: string,
|
|
709
|
+
options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioPipe>,
|
|
710
|
+
): ChildProcessByStdio<Writable, null, Readable>;
|
|
711
|
+
function spawn(
|
|
712
|
+
command: string,
|
|
713
|
+
options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioPipe>,
|
|
714
|
+
): ChildProcessByStdio<null, Readable, Readable>;
|
|
715
|
+
function spawn(
|
|
716
|
+
command: string,
|
|
717
|
+
options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioNull>,
|
|
718
|
+
): ChildProcessByStdio<Writable, null, null>;
|
|
719
|
+
function spawn(
|
|
720
|
+
command: string,
|
|
721
|
+
options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioNull>,
|
|
722
|
+
): ChildProcessByStdio<null, Readable, null>;
|
|
723
|
+
function spawn(
|
|
724
|
+
command: string,
|
|
725
|
+
options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioPipe>,
|
|
726
|
+
): ChildProcessByStdio<null, null, Readable>;
|
|
727
|
+
function spawn(
|
|
728
|
+
command: string,
|
|
729
|
+
options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioNull>,
|
|
730
|
+
): ChildProcessByStdio<null, null, null>;
|
|
731
|
+
function spawn(command: string, options: SpawnOptions): ChildProcess;
|
|
732
|
+
// overloads of spawn with 'args'
|
|
733
|
+
function spawn(
|
|
734
|
+
command: string,
|
|
735
|
+
args?: readonly string[],
|
|
736
|
+
options?: SpawnOptionsWithoutStdio,
|
|
737
|
+
): ChildProcessWithoutNullStreams;
|
|
738
|
+
function spawn(
|
|
739
|
+
command: string,
|
|
740
|
+
args: readonly string[],
|
|
741
|
+
options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioPipe>,
|
|
742
|
+
): ChildProcessByStdio<Writable, Readable, Readable>;
|
|
743
|
+
function spawn(
|
|
744
|
+
command: string,
|
|
745
|
+
args: readonly string[],
|
|
746
|
+
options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioNull>,
|
|
747
|
+
): ChildProcessByStdio<Writable, Readable, null>;
|
|
748
|
+
function spawn(
|
|
749
|
+
command: string,
|
|
750
|
+
args: readonly string[],
|
|
751
|
+
options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioPipe>,
|
|
752
|
+
): ChildProcessByStdio<Writable, null, Readable>;
|
|
753
|
+
function spawn(
|
|
754
|
+
command: string,
|
|
755
|
+
args: readonly string[],
|
|
756
|
+
options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioPipe>,
|
|
757
|
+
): ChildProcessByStdio<null, Readable, Readable>;
|
|
758
|
+
function spawn(
|
|
759
|
+
command: string,
|
|
760
|
+
args: readonly string[],
|
|
761
|
+
options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioNull>,
|
|
762
|
+
): ChildProcessByStdio<Writable, null, null>;
|
|
763
|
+
function spawn(
|
|
764
|
+
command: string,
|
|
765
|
+
args: readonly string[],
|
|
766
|
+
options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioNull>,
|
|
767
|
+
): ChildProcessByStdio<null, Readable, null>;
|
|
768
|
+
function spawn(
|
|
769
|
+
command: string,
|
|
770
|
+
args: readonly string[],
|
|
771
|
+
options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioPipe>,
|
|
772
|
+
): ChildProcessByStdio<null, null, Readable>;
|
|
773
|
+
function spawn(
|
|
774
|
+
command: string,
|
|
775
|
+
args: readonly string[],
|
|
776
|
+
options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioNull>,
|
|
777
|
+
): ChildProcessByStdio<null, null, null>;
|
|
778
|
+
function spawn(command: string, args: readonly string[], options: SpawnOptions): ChildProcess;
|
|
779
|
+
interface ExecOptions extends CommonOptions {
|
|
780
|
+
shell?: string | undefined;
|
|
781
|
+
signal?: AbortSignal | undefined;
|
|
782
|
+
maxBuffer?: number | undefined;
|
|
783
|
+
killSignal?: NodeJS.Signals | number | undefined;
|
|
784
|
+
encoding?: string | null | undefined;
|
|
785
|
+
}
|
|
786
|
+
interface ExecOptionsWithStringEncoding extends ExecOptions {
|
|
787
|
+
encoding?: BufferEncoding | undefined;
|
|
788
|
+
}
|
|
789
|
+
interface ExecOptionsWithBufferEncoding extends ExecOptions {
|
|
790
|
+
encoding: "buffer" | null;
|
|
791
|
+
}
|
|
792
|
+
interface ExecException extends Omit<NodeJS.ErrnoException, "code"> {
|
|
793
|
+
cmd: string;
|
|
794
|
+
code?: number | string;
|
|
795
|
+
killed?: boolean;
|
|
796
|
+
signal?: NodeJS.Signals;
|
|
797
|
+
stdout?: string | NonSharedBuffer;
|
|
798
|
+
stderr?: string | NonSharedBuffer;
|
|
799
|
+
}
|
|
800
|
+
/**
|
|
801
|
+
* Spawns a shell then executes the `command` within that shell, buffering any
|
|
802
|
+
* generated output. The `command` string passed to the exec function is processed
|
|
803
|
+
* directly by the shell and special characters (vary based on [shell](https://en.wikipedia.org/wiki/List_of_command-line_interpreters))
|
|
804
|
+
* need to be dealt with accordingly:
|
|
805
|
+
*
|
|
806
|
+
* ```js
|
|
807
|
+
* import { exec } from 'node:child_process';
|
|
808
|
+
*
|
|
809
|
+
* exec('"/path/to/test file/test.sh" arg1 arg2');
|
|
810
|
+
* // Double quotes are used so that the space in the path is not interpreted as
|
|
811
|
+
* // a delimiter of multiple arguments.
|
|
812
|
+
*
|
|
813
|
+
* exec('echo "The \\$HOME variable is $HOME"');
|
|
814
|
+
* // The $HOME variable is escaped in the first instance, but not in the second.
|
|
815
|
+
* ```
|
|
816
|
+
*
|
|
817
|
+
* **Never pass unsanitized user input to this function. Any input containing shell**
|
|
818
|
+
* **metacharacters may be used to trigger arbitrary command execution.**
|
|
819
|
+
*
|
|
820
|
+
* If a `callback` function is provided, it is called with the arguments `(error, stdout, stderr)`. On success, `error` will be `null`. On error, `error` will be an instance of `Error`. The
|
|
821
|
+
* `error.code` property will be
|
|
822
|
+
* the exit code of the process. By convention, any exit code other than `0` indicates an error. `error.signal` will be the signal that terminated the
|
|
823
|
+
* process.
|
|
824
|
+
*
|
|
825
|
+
* The `stdout` and `stderr` arguments passed to the callback will contain the
|
|
826
|
+
* stdout and stderr output of the child process. By default, Node.js will decode
|
|
827
|
+
* the output as UTF-8 and pass strings to the callback. The `encoding` option
|
|
828
|
+
* can be used to specify the character encoding used to decode the stdout and
|
|
829
|
+
* stderr output. If `encoding` is `'buffer'`, or an unrecognized character
|
|
830
|
+
* encoding, `Buffer` objects will be passed to the callback instead.
|
|
831
|
+
*
|
|
832
|
+
* ```js
|
|
833
|
+
* import { exec } from 'node:child_process';
|
|
834
|
+
* exec('cat *.js missing_file | wc -l', (error, stdout, stderr) => {
|
|
835
|
+
* if (error) {
|
|
836
|
+
* console.error(`exec error: ${error}`);
|
|
837
|
+
* return;
|
|
838
|
+
* }
|
|
839
|
+
* console.log(`stdout: ${stdout}`);
|
|
840
|
+
* console.error(`stderr: ${stderr}`);
|
|
841
|
+
* });
|
|
842
|
+
* ```
|
|
843
|
+
*
|
|
844
|
+
* If `timeout` is greater than `0`, the parent will send the signal
|
|
845
|
+
* identified by the `killSignal` property (the default is `'SIGTERM'`) if the
|
|
846
|
+
* child runs longer than `timeout` milliseconds.
|
|
847
|
+
*
|
|
848
|
+
* Unlike the [`exec(3)`](http://man7.org/linux/man-pages/man3/exec.3.html) POSIX system call, `child_process.exec()` does not replace
|
|
849
|
+
* the existing process and uses a shell to execute the command.
|
|
850
|
+
*
|
|
851
|
+
* If this method is invoked as its `util.promisify()` ed version, it returns
|
|
852
|
+
* a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned `ChildProcess` instance is attached to the `Promise` as a `child` property. In
|
|
853
|
+
* case of an error (including any error resulting in an exit code other than 0), a
|
|
854
|
+
* rejected promise is returned, with the same `error` object given in the
|
|
855
|
+
* callback, but with two additional properties `stdout` and `stderr`.
|
|
856
|
+
*
|
|
857
|
+
* ```js
|
|
858
|
+
* import util from 'node:util';
|
|
859
|
+
* import child_process from 'node:child_process';
|
|
860
|
+
* const exec = util.promisify(child_process.exec);
|
|
861
|
+
*
|
|
862
|
+
* async function lsExample() {
|
|
863
|
+
* const { stdout, stderr } = await exec('ls');
|
|
864
|
+
* console.log('stdout:', stdout);
|
|
865
|
+
* console.error('stderr:', stderr);
|
|
866
|
+
* }
|
|
867
|
+
* lsExample();
|
|
868
|
+
* ```
|
|
869
|
+
*
|
|
870
|
+
* If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except
|
|
871
|
+
* the error passed to the callback will be an `AbortError`:
|
|
872
|
+
*
|
|
873
|
+
* ```js
|
|
874
|
+
* import { exec } from 'node:child_process';
|
|
875
|
+
* const controller = new AbortController();
|
|
876
|
+
* const { signal } = controller;
|
|
877
|
+
* const child = exec('grep ssh', { signal }, (error) => {
|
|
878
|
+
* console.error(error); // an AbortError
|
|
879
|
+
* });
|
|
880
|
+
* controller.abort();
|
|
881
|
+
* ```
|
|
882
|
+
* @since v0.1.90
|
|
883
|
+
* @param command The command to run, with space-separated arguments.
|
|
884
|
+
* @param callback called with the output when process terminates.
|
|
885
|
+
*/
|
|
886
|
+
function exec(
|
|
887
|
+
command: string,
|
|
888
|
+
callback?: (error: ExecException | null, stdout: string, stderr: string) => void,
|
|
889
|
+
): ChildProcess;
|
|
890
|
+
// `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`.
|
|
891
|
+
function exec(
|
|
892
|
+
command: string,
|
|
893
|
+
options: ExecOptionsWithBufferEncoding,
|
|
894
|
+
callback?: (error: ExecException | null, stdout: NonSharedBuffer, stderr: NonSharedBuffer) => void,
|
|
895
|
+
): ChildProcess;
|
|
896
|
+
// `options` with well-known or absent `encoding` means stdout/stderr are definitely `string`.
|
|
897
|
+
function exec(
|
|
898
|
+
command: string,
|
|
899
|
+
options: ExecOptionsWithStringEncoding,
|
|
900
|
+
callback?: (error: ExecException | null, stdout: string, stderr: string) => void,
|
|
901
|
+
): ChildProcess;
|
|
902
|
+
// fallback if nothing else matches. Worst case is always `string | Buffer`.
|
|
903
|
+
function exec(
|
|
904
|
+
command: string,
|
|
905
|
+
options: ExecOptions | undefined | null,
|
|
906
|
+
callback?: (
|
|
907
|
+
error: ExecException | null,
|
|
908
|
+
stdout: string | NonSharedBuffer,
|
|
909
|
+
stderr: string | NonSharedBuffer,
|
|
910
|
+
) => void,
|
|
911
|
+
): ChildProcess;
|
|
912
|
+
interface PromiseWithChild<T> extends Promise<T> {
|
|
913
|
+
child: ChildProcess;
|
|
914
|
+
}
|
|
915
|
+
namespace exec {
|
|
916
|
+
function __promisify__(command: string): PromiseWithChild<{
|
|
917
|
+
stdout: string;
|
|
918
|
+
stderr: string;
|
|
919
|
+
}>;
|
|
920
|
+
function __promisify__(
|
|
921
|
+
command: string,
|
|
922
|
+
options: ExecOptionsWithBufferEncoding,
|
|
923
|
+
): PromiseWithChild<{
|
|
924
|
+
stdout: NonSharedBuffer;
|
|
925
|
+
stderr: NonSharedBuffer;
|
|
926
|
+
}>;
|
|
927
|
+
function __promisify__(
|
|
928
|
+
command: string,
|
|
929
|
+
options: ExecOptionsWithStringEncoding,
|
|
930
|
+
): PromiseWithChild<{
|
|
931
|
+
stdout: string;
|
|
932
|
+
stderr: string;
|
|
933
|
+
}>;
|
|
934
|
+
function __promisify__(
|
|
935
|
+
command: string,
|
|
936
|
+
options: ExecOptions | undefined | null,
|
|
937
|
+
): PromiseWithChild<{
|
|
938
|
+
stdout: string | NonSharedBuffer;
|
|
939
|
+
stderr: string | NonSharedBuffer;
|
|
940
|
+
}>;
|
|
941
|
+
}
|
|
942
|
+
interface ExecFileOptions extends CommonOptions, Abortable {
|
|
943
|
+
maxBuffer?: number | undefined;
|
|
944
|
+
killSignal?: NodeJS.Signals | number | undefined;
|
|
945
|
+
windowsVerbatimArguments?: boolean | undefined;
|
|
946
|
+
shell?: boolean | string | undefined;
|
|
947
|
+
signal?: AbortSignal | undefined;
|
|
948
|
+
encoding?: string | null | undefined;
|
|
949
|
+
}
|
|
950
|
+
interface ExecFileOptionsWithStringEncoding extends ExecFileOptions {
|
|
951
|
+
encoding?: BufferEncoding | undefined;
|
|
952
|
+
}
|
|
953
|
+
interface ExecFileOptionsWithBufferEncoding extends ExecFileOptions {
|
|
954
|
+
encoding: "buffer" | null;
|
|
955
|
+
}
|
|
956
|
+
/** @deprecated Use `ExecFileOptions` instead. */
|
|
957
|
+
interface ExecFileOptionsWithOtherEncoding extends ExecFileOptions {}
|
|
958
|
+
/**
|
|
959
|
+
* The `child_process.execFile()` function is similar to {@link exec} except that it does not spawn a shell by default. Rather, the specified
|
|
960
|
+
* executable `file` is spawned directly as a new process making it slightly more
|
|
961
|
+
* efficient than {@link exec}.
|
|
962
|
+
*
|
|
963
|
+
* The same options as {@link exec} are supported. Since a shell is
|
|
964
|
+
* not spawned, behaviors such as I/O redirection and file globbing are not
|
|
965
|
+
* supported.
|
|
966
|
+
*
|
|
967
|
+
* ```js
|
|
968
|
+
* import { execFile } from 'node:child_process';
|
|
969
|
+
* const child = execFile('node', ['--version'], (error, stdout, stderr) => {
|
|
970
|
+
* if (error) {
|
|
971
|
+
* throw error;
|
|
972
|
+
* }
|
|
973
|
+
* console.log(stdout);
|
|
974
|
+
* });
|
|
975
|
+
* ```
|
|
976
|
+
*
|
|
977
|
+
* The `stdout` and `stderr` arguments passed to the callback will contain the
|
|
978
|
+
* stdout and stderr output of the child process. By default, Node.js will decode
|
|
979
|
+
* the output as UTF-8 and pass strings to the callback. The `encoding` option
|
|
980
|
+
* can be used to specify the character encoding used to decode the stdout and
|
|
981
|
+
* stderr output. If `encoding` is `'buffer'`, or an unrecognized character
|
|
982
|
+
* encoding, `Buffer` objects will be passed to the callback instead.
|
|
983
|
+
*
|
|
984
|
+
* If this method is invoked as its `util.promisify()` ed version, it returns
|
|
985
|
+
* a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned `ChildProcess` instance is attached to the `Promise` as a `child` property. In
|
|
986
|
+
* case of an error (including any error resulting in an exit code other than 0), a
|
|
987
|
+
* rejected promise is returned, with the same `error` object given in the
|
|
988
|
+
* callback, but with two additional properties `stdout` and `stderr`.
|
|
989
|
+
*
|
|
990
|
+
* ```js
|
|
991
|
+
* import util from 'node:util';
|
|
992
|
+
* import child_process from 'node:child_process';
|
|
993
|
+
* const execFile = util.promisify(child_process.execFile);
|
|
994
|
+
* async function getVersion() {
|
|
995
|
+
* const { stdout } = await execFile('node', ['--version']);
|
|
996
|
+
* console.log(stdout);
|
|
997
|
+
* }
|
|
998
|
+
* getVersion();
|
|
999
|
+
* ```
|
|
1000
|
+
*
|
|
1001
|
+
* **If the `shell` option is enabled, do not pass unsanitized user input to this**
|
|
1002
|
+
* **function. Any input containing shell metacharacters may be used to trigger**
|
|
1003
|
+
* **arbitrary command execution.**
|
|
1004
|
+
*
|
|
1005
|
+
* If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except
|
|
1006
|
+
* the error passed to the callback will be an `AbortError`:
|
|
1007
|
+
*
|
|
1008
|
+
* ```js
|
|
1009
|
+
* import { execFile } from 'node:child_process';
|
|
1010
|
+
* const controller = new AbortController();
|
|
1011
|
+
* const { signal } = controller;
|
|
1012
|
+
* const child = execFile('node', ['--version'], { signal }, (error) => {
|
|
1013
|
+
* console.error(error); // an AbortError
|
|
1014
|
+
* });
|
|
1015
|
+
* controller.abort();
|
|
1016
|
+
* ```
|
|
1017
|
+
* @since v0.1.91
|
|
1018
|
+
* @param file The name or path of the executable file to run.
|
|
1019
|
+
* @param args List of string arguments.
|
|
1020
|
+
* @param callback Called with the output when process terminates.
|
|
1021
|
+
*/
|
|
1022
|
+
// no `options` definitely means stdout/stderr are `string`.
|
|
1023
|
+
function execFile(
|
|
1024
|
+
file: string,
|
|
1025
|
+
callback?: (error: ExecException | null, stdout: string, stderr: string) => void,
|
|
1026
|
+
): ChildProcess;
|
|
1027
|
+
function execFile(
|
|
1028
|
+
file: string,
|
|
1029
|
+
args: readonly string[] | undefined | null,
|
|
1030
|
+
callback?: (error: ExecException | null, stdout: string, stderr: string) => void,
|
|
1031
|
+
): ChildProcess;
|
|
1032
|
+
// `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`.
|
|
1033
|
+
function execFile(
|
|
1034
|
+
file: string,
|
|
1035
|
+
options: ExecFileOptionsWithBufferEncoding,
|
|
1036
|
+
callback?: (error: ExecException | null, stdout: NonSharedBuffer, stderr: NonSharedBuffer) => void,
|
|
1037
|
+
): ChildProcess;
|
|
1038
|
+
function execFile(
|
|
1039
|
+
file: string,
|
|
1040
|
+
args: readonly string[] | undefined | null,
|
|
1041
|
+
options: ExecFileOptionsWithBufferEncoding,
|
|
1042
|
+
callback?: (error: ExecException | null, stdout: NonSharedBuffer, stderr: NonSharedBuffer) => void,
|
|
1043
|
+
): ChildProcess;
|
|
1044
|
+
// `options` with well-known or absent `encoding` means stdout/stderr are definitely `string`.
|
|
1045
|
+
function execFile(
|
|
1046
|
+
file: string,
|
|
1047
|
+
options: ExecFileOptionsWithStringEncoding,
|
|
1048
|
+
callback?: (error: ExecException | null, stdout: string, stderr: string) => void,
|
|
1049
|
+
): ChildProcess;
|
|
1050
|
+
function execFile(
|
|
1051
|
+
file: string,
|
|
1052
|
+
args: readonly string[] | undefined | null,
|
|
1053
|
+
options: ExecFileOptionsWithStringEncoding,
|
|
1054
|
+
callback?: (error: ExecException | null, stdout: string, stderr: string) => void,
|
|
1055
|
+
): ChildProcess;
|
|
1056
|
+
// fallback if nothing else matches. Worst case is always `string | Buffer`.
|
|
1057
|
+
function execFile(
|
|
1058
|
+
file: string,
|
|
1059
|
+
options: ExecFileOptions | undefined | null,
|
|
1060
|
+
callback:
|
|
1061
|
+
| ((
|
|
1062
|
+
error: ExecException | null,
|
|
1063
|
+
stdout: string | NonSharedBuffer,
|
|
1064
|
+
stderr: string | NonSharedBuffer,
|
|
1065
|
+
) => void)
|
|
1066
|
+
| undefined
|
|
1067
|
+
| null,
|
|
1068
|
+
): ChildProcess;
|
|
1069
|
+
function execFile(
|
|
1070
|
+
file: string,
|
|
1071
|
+
args: readonly string[] | undefined | null,
|
|
1072
|
+
options: ExecFileOptions | undefined | null,
|
|
1073
|
+
callback:
|
|
1074
|
+
| ((
|
|
1075
|
+
error: ExecException | null,
|
|
1076
|
+
stdout: string | NonSharedBuffer,
|
|
1077
|
+
stderr: string | NonSharedBuffer,
|
|
1078
|
+
) => void)
|
|
1079
|
+
| undefined
|
|
1080
|
+
| null,
|
|
1081
|
+
): ChildProcess;
|
|
1082
|
+
namespace execFile {
|
|
1083
|
+
function __promisify__(file: string): PromiseWithChild<{
|
|
1084
|
+
stdout: string;
|
|
1085
|
+
stderr: string;
|
|
1086
|
+
}>;
|
|
1087
|
+
function __promisify__(
|
|
1088
|
+
file: string,
|
|
1089
|
+
args: readonly string[] | undefined | null,
|
|
1090
|
+
): PromiseWithChild<{
|
|
1091
|
+
stdout: string;
|
|
1092
|
+
stderr: string;
|
|
1093
|
+
}>;
|
|
1094
|
+
function __promisify__(
|
|
1095
|
+
file: string,
|
|
1096
|
+
options: ExecFileOptionsWithBufferEncoding,
|
|
1097
|
+
): PromiseWithChild<{
|
|
1098
|
+
stdout: NonSharedBuffer;
|
|
1099
|
+
stderr: NonSharedBuffer;
|
|
1100
|
+
}>;
|
|
1101
|
+
function __promisify__(
|
|
1102
|
+
file: string,
|
|
1103
|
+
args: readonly string[] | undefined | null,
|
|
1104
|
+
options: ExecFileOptionsWithBufferEncoding,
|
|
1105
|
+
): PromiseWithChild<{
|
|
1106
|
+
stdout: NonSharedBuffer;
|
|
1107
|
+
stderr: NonSharedBuffer;
|
|
1108
|
+
}>;
|
|
1109
|
+
function __promisify__(
|
|
1110
|
+
file: string,
|
|
1111
|
+
options: ExecFileOptionsWithStringEncoding,
|
|
1112
|
+
): PromiseWithChild<{
|
|
1113
|
+
stdout: string;
|
|
1114
|
+
stderr: string;
|
|
1115
|
+
}>;
|
|
1116
|
+
function __promisify__(
|
|
1117
|
+
file: string,
|
|
1118
|
+
args: readonly string[] | undefined | null,
|
|
1119
|
+
options: ExecFileOptionsWithStringEncoding,
|
|
1120
|
+
): PromiseWithChild<{
|
|
1121
|
+
stdout: string;
|
|
1122
|
+
stderr: string;
|
|
1123
|
+
}>;
|
|
1124
|
+
function __promisify__(
|
|
1125
|
+
file: string,
|
|
1126
|
+
options: ExecFileOptions | undefined | null,
|
|
1127
|
+
): PromiseWithChild<{
|
|
1128
|
+
stdout: string | NonSharedBuffer;
|
|
1129
|
+
stderr: string | NonSharedBuffer;
|
|
1130
|
+
}>;
|
|
1131
|
+
function __promisify__(
|
|
1132
|
+
file: string,
|
|
1133
|
+
args: readonly string[] | undefined | null,
|
|
1134
|
+
options: ExecFileOptions | undefined | null,
|
|
1135
|
+
): PromiseWithChild<{
|
|
1136
|
+
stdout: string | NonSharedBuffer;
|
|
1137
|
+
stderr: string | NonSharedBuffer;
|
|
1138
|
+
}>;
|
|
1139
|
+
}
|
|
1140
|
+
interface ForkOptions extends ProcessEnvOptions, MessagingOptions, Abortable {
|
|
1141
|
+
execPath?: string | undefined;
|
|
1142
|
+
execArgv?: string[] | undefined;
|
|
1143
|
+
silent?: boolean | undefined;
|
|
1144
|
+
/**
|
|
1145
|
+
* Can be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings.
|
|
1146
|
+
* If passed as an array, the first element is used for `stdin`, the second for
|
|
1147
|
+
* `stdout`, and the third for `stderr`. A fourth element can be used to
|
|
1148
|
+
* specify the `stdio` behavior beyond the standard streams. See
|
|
1149
|
+
* {@link ChildProcess.stdio} for more information.
|
|
1150
|
+
*
|
|
1151
|
+
* @default 'pipe'
|
|
1152
|
+
*/
|
|
1153
|
+
stdio?: StdioOptions | undefined;
|
|
1154
|
+
detached?: boolean | undefined;
|
|
1155
|
+
windowsVerbatimArguments?: boolean | undefined;
|
|
1156
|
+
}
|
|
1157
|
+
/**
|
|
1158
|
+
* The `child_process.fork()` method is a special case of {@link spawn} used specifically to spawn new Node.js processes.
|
|
1159
|
+
* Like {@link spawn}, a `ChildProcess` object is returned. The
|
|
1160
|
+
* returned `ChildProcess` will have an additional communication channel
|
|
1161
|
+
* built-in that allows messages to be passed back and forth between the parent and
|
|
1162
|
+
* child. See `subprocess.send()` for details.
|
|
1163
|
+
*
|
|
1164
|
+
* Keep in mind that spawned Node.js child processes are
|
|
1165
|
+
* independent of the parent with exception of the IPC communication channel
|
|
1166
|
+
* that is established between the two. Each process has its own memory, with
|
|
1167
|
+
* their own V8 instances. Because of the additional resource allocations
|
|
1168
|
+
* required, spawning a large number of child Node.js processes is not
|
|
1169
|
+
* recommended.
|
|
1170
|
+
*
|
|
1171
|
+
* By default, `child_process.fork()` will spawn new Node.js instances using the `process.execPath` of the parent process. The `execPath` property in the `options` object allows for an alternative
|
|
1172
|
+
* execution path to be used.
|
|
1173
|
+
*
|
|
1174
|
+
* Node.js processes launched with a custom `execPath` will communicate with the
|
|
1175
|
+
* parent process using the file descriptor (fd) identified using the
|
|
1176
|
+
* environment variable `NODE_CHANNEL_FD` on the child process.
|
|
1177
|
+
*
|
|
1178
|
+
* Unlike the [`fork(2)`](http://man7.org/linux/man-pages/man2/fork.2.html) POSIX system call, `child_process.fork()` does not clone the
|
|
1179
|
+
* current process.
|
|
1180
|
+
*
|
|
1181
|
+
* The `shell` option available in {@link spawn} is not supported by `child_process.fork()` and will be ignored if set.
|
|
1182
|
+
*
|
|
1183
|
+
* If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except
|
|
1184
|
+
* the error passed to the callback will be an `AbortError`:
|
|
1185
|
+
*
|
|
1186
|
+
* ```js
|
|
1187
|
+
* if (process.argv[2] === 'child') {
|
|
1188
|
+
* setTimeout(() => {
|
|
1189
|
+
* console.log(`Hello from ${process.argv[2]}!`);
|
|
1190
|
+
* }, 1_000);
|
|
1191
|
+
* } else {
|
|
1192
|
+
* import { fork } from 'node:child_process';
|
|
1193
|
+
* const controller = new AbortController();
|
|
1194
|
+
* const { signal } = controller;
|
|
1195
|
+
* const child = fork(__filename, ['child'], { signal });
|
|
1196
|
+
* child.on('error', (err) => {
|
|
1197
|
+
* // This will be called with err being an AbortError if the controller aborts
|
|
1198
|
+
* });
|
|
1199
|
+
* controller.abort(); // Stops the child process
|
|
1200
|
+
* }
|
|
1201
|
+
* ```
|
|
1202
|
+
* @since v0.5.0
|
|
1203
|
+
* @param modulePath The module to run in the child.
|
|
1204
|
+
* @param args List of string arguments.
|
|
1205
|
+
*/
|
|
1206
|
+
function fork(modulePath: string | URL, options?: ForkOptions): ChildProcess;
|
|
1207
|
+
function fork(modulePath: string | URL, args?: readonly string[], options?: ForkOptions): ChildProcess;
|
|
1208
|
+
interface SpawnSyncOptions extends CommonSpawnOptions {
|
|
1209
|
+
input?: string | NodeJS.ArrayBufferView | undefined;
|
|
1210
|
+
maxBuffer?: number | undefined;
|
|
1211
|
+
encoding?: BufferEncoding | "buffer" | null | undefined;
|
|
1212
|
+
}
|
|
1213
|
+
interface SpawnSyncOptionsWithStringEncoding extends SpawnSyncOptions {
|
|
1214
|
+
encoding: BufferEncoding;
|
|
1215
|
+
}
|
|
1216
|
+
interface SpawnSyncOptionsWithBufferEncoding extends SpawnSyncOptions {
|
|
1217
|
+
encoding?: "buffer" | null | undefined;
|
|
1218
|
+
}
|
|
1219
|
+
interface SpawnSyncReturns<T> {
|
|
1220
|
+
pid: number;
|
|
1221
|
+
output: Array<T | null>;
|
|
1222
|
+
stdout: T;
|
|
1223
|
+
stderr: T;
|
|
1224
|
+
status: number | null;
|
|
1225
|
+
signal: NodeJS.Signals | null;
|
|
1226
|
+
error?: Error;
|
|
1227
|
+
}
|
|
1228
|
+
/**
|
|
1229
|
+
* The `child_process.spawnSync()` method is generally identical to {@link spawn} with the exception that the function will not return
|
|
1230
|
+
* until the child process has fully closed. When a timeout has been encountered
|
|
1231
|
+
* and `killSignal` is sent, the method won't return until the process has
|
|
1232
|
+
* completely exited. If the process intercepts and handles the `SIGTERM` signal
|
|
1233
|
+
* and doesn't exit, the parent process will wait until the child process has
|
|
1234
|
+
* exited.
|
|
1235
|
+
*
|
|
1236
|
+
* **If the `shell` option is enabled, do not pass unsanitized user input to this**
|
|
1237
|
+
* **function. Any input containing shell metacharacters may be used to trigger**
|
|
1238
|
+
* **arbitrary command execution.**
|
|
1239
|
+
* @since v0.11.12
|
|
1240
|
+
* @param command The command to run.
|
|
1241
|
+
* @param args List of string arguments.
|
|
1242
|
+
*/
|
|
1243
|
+
function spawnSync(command: string): SpawnSyncReturns<NonSharedBuffer>;
|
|
1244
|
+
function spawnSync(command: string, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns<string>;
|
|
1245
|
+
function spawnSync(command: string, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns<NonSharedBuffer>;
|
|
1246
|
+
function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns<string | NonSharedBuffer>;
|
|
1247
|
+
function spawnSync(command: string, args: readonly string[]): SpawnSyncReturns<NonSharedBuffer>;
|
|
1248
|
+
function spawnSync(
|
|
1249
|
+
command: string,
|
|
1250
|
+
args: readonly string[],
|
|
1251
|
+
options: SpawnSyncOptionsWithStringEncoding,
|
|
1252
|
+
): SpawnSyncReturns<string>;
|
|
1253
|
+
function spawnSync(
|
|
1254
|
+
command: string,
|
|
1255
|
+
args: readonly string[],
|
|
1256
|
+
options: SpawnSyncOptionsWithBufferEncoding,
|
|
1257
|
+
): SpawnSyncReturns<NonSharedBuffer>;
|
|
1258
|
+
function spawnSync(
|
|
1259
|
+
command: string,
|
|
1260
|
+
args?: readonly string[],
|
|
1261
|
+
options?: SpawnSyncOptions,
|
|
1262
|
+
): SpawnSyncReturns<string | NonSharedBuffer>;
|
|
1263
|
+
interface CommonExecOptions extends CommonOptions {
|
|
1264
|
+
input?: string | NodeJS.ArrayBufferView | undefined;
|
|
1265
|
+
/**
|
|
1266
|
+
* Can be set to 'pipe', 'inherit, or 'ignore', or an array of these strings.
|
|
1267
|
+
* If passed as an array, the first element is used for `stdin`, the second for
|
|
1268
|
+
* `stdout`, and the third for `stderr`. A fourth element can be used to
|
|
1269
|
+
* specify the `stdio` behavior beyond the standard streams. See
|
|
1270
|
+
* {@link ChildProcess.stdio} for more information.
|
|
1271
|
+
*
|
|
1272
|
+
* @default 'pipe'
|
|
1273
|
+
*/
|
|
1274
|
+
stdio?: StdioOptions | undefined;
|
|
1275
|
+
killSignal?: NodeJS.Signals | number | undefined;
|
|
1276
|
+
maxBuffer?: number | undefined;
|
|
1277
|
+
encoding?: BufferEncoding | "buffer" | null | undefined;
|
|
1278
|
+
}
|
|
1279
|
+
interface ExecSyncOptions extends CommonExecOptions {
|
|
1280
|
+
shell?: string | undefined;
|
|
1281
|
+
}
|
|
1282
|
+
interface ExecSyncOptionsWithStringEncoding extends ExecSyncOptions {
|
|
1283
|
+
encoding: BufferEncoding;
|
|
1284
|
+
}
|
|
1285
|
+
interface ExecSyncOptionsWithBufferEncoding extends ExecSyncOptions {
|
|
1286
|
+
encoding?: "buffer" | null | undefined;
|
|
1287
|
+
}
|
|
1288
|
+
/**
|
|
1289
|
+
* The `child_process.execSync()` method is generally identical to {@link exec} with the exception that the method will not return
|
|
1290
|
+
* until the child process has fully closed. When a timeout has been encountered
|
|
1291
|
+
* and `killSignal` is sent, the method won't return until the process has
|
|
1292
|
+
* completely exited. If the child process intercepts and handles the `SIGTERM` signal and doesn't exit, the parent process will wait until the child process
|
|
1293
|
+
* has exited.
|
|
1294
|
+
*
|
|
1295
|
+
* If the process times out or has a non-zero exit code, this method will throw.
|
|
1296
|
+
* The `Error` object will contain the entire result from {@link spawnSync}.
|
|
1297
|
+
*
|
|
1298
|
+
* **Never pass unsanitized user input to this function. Any input containing shell**
|
|
1299
|
+
* **metacharacters may be used to trigger arbitrary command execution.**
|
|
1300
|
+
* @since v0.11.12
|
|
1301
|
+
* @param command The command to run.
|
|
1302
|
+
* @return The stdout from the command.
|
|
1303
|
+
*/
|
|
1304
|
+
function execSync(command: string): NonSharedBuffer;
|
|
1305
|
+
function execSync(command: string, options: ExecSyncOptionsWithStringEncoding): string;
|
|
1306
|
+
function execSync(command: string, options: ExecSyncOptionsWithBufferEncoding): NonSharedBuffer;
|
|
1307
|
+
function execSync(command: string, options?: ExecSyncOptions): string | NonSharedBuffer;
|
|
1308
|
+
interface ExecFileSyncOptions extends CommonExecOptions {
|
|
1309
|
+
shell?: boolean | string | undefined;
|
|
1310
|
+
}
|
|
1311
|
+
interface ExecFileSyncOptionsWithStringEncoding extends ExecFileSyncOptions {
|
|
1312
|
+
encoding: BufferEncoding;
|
|
1313
|
+
}
|
|
1314
|
+
interface ExecFileSyncOptionsWithBufferEncoding extends ExecFileSyncOptions {
|
|
1315
|
+
encoding?: "buffer" | null | undefined; // specify `null`.
|
|
1316
|
+
}
|
|
1317
|
+
/**
|
|
1318
|
+
* The `child_process.execFileSync()` method is generally identical to {@link execFile} with the exception that the method will not
|
|
1319
|
+
* return until the child process has fully closed. When a timeout has been
|
|
1320
|
+
* encountered and `killSignal` is sent, the method won't return until the process
|
|
1321
|
+
* has completely exited.
|
|
1322
|
+
*
|
|
1323
|
+
* If the child process intercepts and handles the `SIGTERM` signal and
|
|
1324
|
+
* does not exit, the parent process will still wait until the child process has
|
|
1325
|
+
* exited.
|
|
1326
|
+
*
|
|
1327
|
+
* If the process times out or has a non-zero exit code, this method will throw an `Error` that will include the full result of the underlying {@link spawnSync}.
|
|
1328
|
+
*
|
|
1329
|
+
* **If the `shell` option is enabled, do not pass unsanitized user input to this**
|
|
1330
|
+
* **function. Any input containing shell metacharacters may be used to trigger**
|
|
1331
|
+
* **arbitrary command execution.**
|
|
1332
|
+
* @since v0.11.12
|
|
1333
|
+
* @param file The name or path of the executable file to run.
|
|
1334
|
+
* @param args List of string arguments.
|
|
1335
|
+
* @return The stdout from the command.
|
|
1336
|
+
*/
|
|
1337
|
+
function execFileSync(file: string): NonSharedBuffer;
|
|
1338
|
+
function execFileSync(file: string, options: ExecFileSyncOptionsWithStringEncoding): string;
|
|
1339
|
+
function execFileSync(file: string, options: ExecFileSyncOptionsWithBufferEncoding): NonSharedBuffer;
|
|
1340
|
+
function execFileSync(file: string, options?: ExecFileSyncOptions): string | NonSharedBuffer;
|
|
1341
|
+
function execFileSync(file: string, args: readonly string[]): NonSharedBuffer;
|
|
1342
|
+
function execFileSync(
|
|
1343
|
+
file: string,
|
|
1344
|
+
args: readonly string[],
|
|
1345
|
+
options: ExecFileSyncOptionsWithStringEncoding,
|
|
1346
|
+
): string;
|
|
1347
|
+
function execFileSync(
|
|
1348
|
+
file: string,
|
|
1349
|
+
args: readonly string[],
|
|
1350
|
+
options: ExecFileSyncOptionsWithBufferEncoding,
|
|
1351
|
+
): NonSharedBuffer;
|
|
1352
|
+
function execFileSync(
|
|
1353
|
+
file: string,
|
|
1354
|
+
args?: readonly string[],
|
|
1355
|
+
options?: ExecFileSyncOptions,
|
|
1356
|
+
): string | NonSharedBuffer;
|
|
1357
|
+
/** @deprecated This deprecated alias will be removed in a future version. Use `ExecException` instead. */
|
|
1358
|
+
interface ExecFileException extends ExecException {}
|
|
1359
|
+
}
|
|
1360
|
+
declare module "child_process" {
|
|
1361
|
+
export * from "node:child_process";
|
|
1362
|
+
}
|