cloudstructs 0.6.38 → 0.6.40
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/.jsii +6 -9
- package/API.md +3847 -687
- package/assets/slack-app/provider.lambda/index.js +6 -10
- package/assets/slack-textract/detect.lambda/index.js +19 -14
- package/assets/ssl-server-test/analyze.lambda/index.js +6 -10
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +4 -4
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/index.js +7 -3
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/index.js +7 -3
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/index.js +7 -3
- package/lib/slack-app/manifest.js +3 -3
- package/lib/slack-app/provider.js +9 -9
- package/lib/slack-app/provider.lambda.d.ts +1 -1
- package/lib/slack-app/provider.lambda.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/events.lambda.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/detect.lambda.d.ts +5 -3
- package/lib/slack-textract/detect.lambda.js +2 -2
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +9 -9
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/state-machine-cr-provider/runtime/index.js +6 -6
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +3 -3
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +48 -24
- package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +15 -6
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +43 -35
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +262 -122
- package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +107 -89
- package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +17 -14
- package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +12 -11
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +746 -268
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +81 -45
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +28 -25
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +203 -62
- package/node_modules/@slack/logger/node_modules/@types/node/dom-events.d.ts +67 -71
- package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +64 -8
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +103 -73
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +560 -315
- package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +76 -20
- package/node_modules/@slack/logger/node_modules/@types/node/globals.global.d.ts +0 -0
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +359 -195
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +628 -376
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +221 -112
- package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +178 -10
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +143 -93
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +8 -8
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +6 -4
- package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +13 -13
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +19 -18
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +166 -128
- package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +14 -4
- package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +12 -7
- package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +69 -56
- package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +67 -61
- package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +56 -15
- package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +40 -20
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +490 -219
- package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +8 -8
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +129 -209
- package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +23 -8
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +151 -71
- package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/console.d.ts +17 -14
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/events.d.ts +15 -7
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http.d.ts +359 -195
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/https.d.ts +221 -112
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/module.d.ts +178 -10
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/net.d.ts +143 -93
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/os.d.ts +8 -8
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/path.d.ts +13 -13
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/process.d.ts +166 -128
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +131 -211
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/url.d.ts +26 -14
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/util.d.ts +189 -119
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
- package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +10 -10
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +26 -14
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +189 -119
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +52 -45
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +83 -85
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +9 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +48 -24
- package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +15 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +43 -35
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +262 -122
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +107 -89
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +17 -14
- package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +12 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +746 -268
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +81 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +28 -25
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +203 -62
- package/node_modules/@slack/web-api/node_modules/@types/node/dom-events.d.ts +67 -71
- package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +64 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +103 -73
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +560 -315
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +76 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.global.d.ts +0 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +359 -195
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +628 -376
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +221 -112
- package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +178 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +143 -93
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +8 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +6 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +13 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +19 -18
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +166 -128
- package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +14 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +12 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +69 -56
- package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +67 -61
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/promises.d.ts +56 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +40 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +490 -219
- package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +8 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +129 -209
- package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +23 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +151 -71
- package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/console.d.ts +17 -14
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/events.d.ts +15 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http.d.ts +359 -195
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/https.d.ts +221 -112
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/module.d.ts +178 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/net.d.ts +143 -93
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/os.d.ts +8 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/path.d.ts +13 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/process.d.ts +166 -128
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +131 -211
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/url.d.ts +26 -14
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/util.d.ts +189 -119
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +10 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +26 -14
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +189 -119
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +52 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +83 -85
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +9 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +48 -24
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +15 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +43 -35
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +262 -122
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +107 -89
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +12 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +746 -268
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +81 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +28 -25
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +203 -62
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dom-events.d.ts +67 -71
- package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +64 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +103 -73
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +560 -315
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +76 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.global.d.ts +0 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +359 -195
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +628 -376
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +221 -112
- package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +178 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +143 -93
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +8 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +6 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +13 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +19 -18
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +166 -128
- package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +14 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +12 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +69 -56
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +67 -61
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/promises.d.ts +56 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +40 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +490 -219
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +8 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +129 -209
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +23 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +151 -71
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +17 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +15 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +359 -195
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +221 -112
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +178 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +143 -93
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +8 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +13 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/process.d.ts +166 -128
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +131 -211
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +26 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +189 -119
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +10 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +26 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +189 -119
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +52 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +83 -85
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +9 -9
- package/node_modules/@types/http-cache-semantics/LICENSE +0 -0
- package/node_modules/@types/http-cache-semantics/README.md +1 -1
- package/node_modules/@types/http-cache-semantics/index.d.ts +1 -1
- package/node_modules/@types/http-cache-semantics/package.json +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/README.md +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/assert/strict.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +48 -24
- package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +15 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +43 -35
- package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +262 -122
- package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +107 -89
- package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +17 -14
- package/node_modules/@types/is-stream/node_modules/@types/node/constants.d.ts +12 -11
- package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +746 -268
- package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +81 -45
- package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +28 -25
- package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +203 -62
- package/node_modules/@types/is-stream/node_modules/@types/node/dom-events.d.ts +67 -71
- package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +64 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +103 -73
- package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +560 -315
- package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +76 -20
- package/node_modules/@types/is-stream/node_modules/@types/node/globals.global.d.ts +0 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +359 -195
- package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +628 -376
- package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +221 -112
- package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +178 -10
- package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +143 -93
- package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +8 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/package.json +6 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +13 -13
- package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +19 -18
- package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +166 -128
- package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +14 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +12 -7
- package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +69 -56
- package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +67 -61
- package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@types/is-stream/node_modules/@types/node/stream/promises.d.ts +56 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +40 -20
- package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +490 -219
- package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +8 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +129 -209
- package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +23 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +151 -71
- package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/console.d.ts +17 -14
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/events.d.ts +15 -7
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http.d.ts +359 -195
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/https.d.ts +221 -112
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/module.d.ts +178 -10
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/net.d.ts +143 -93
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/os.d.ts +8 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/path.d.ts +13 -13
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/process.d.ts +166 -128
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +131 -211
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/url.d.ts +26 -14
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/util.d.ts +189 -119
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
- package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +10 -10
- package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +26 -14
- package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +189 -119
- package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +52 -45
- package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +83 -85
- package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +9 -9
- package/node_modules/@types/keyv/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +48 -24
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +15 -6
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +43 -35
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +262 -122
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +107 -89
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -14
- package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +12 -11
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +746 -268
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +81 -45
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +28 -25
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +203 -62
- package/node_modules/@types/keyv/node_modules/@types/node/dom-events.d.ts +67 -71
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +64 -8
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +103 -73
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +560 -315
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +76 -20
- package/node_modules/@types/keyv/node_modules/@types/node/globals.global.d.ts +0 -0
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +359 -195
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +628 -376
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +221 -112
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +178 -10
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +143 -93
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +8 -8
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +6 -4
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +13 -13
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +19 -18
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +166 -128
- package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +14 -4
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +12 -7
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +69 -56
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +67 -61
- package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@types/keyv/node_modules/@types/node/stream/promises.d.ts +56 -15
- package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +40 -20
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +490 -219
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +8 -8
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +129 -209
- package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +23 -8
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +151 -71
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +17 -14
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +15 -7
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +359 -195
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +221 -112
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +178 -10
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +143 -93
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +8 -8
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +13 -13
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/process.d.ts +166 -128
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +131 -211
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +26 -14
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +189 -119
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +10 -10
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +26 -14
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +189 -119
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +52 -45
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +83 -85
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +9 -9
- package/node_modules/@types/responselike/LICENSE +21 -21
- package/node_modules/@types/responselike/README.md +44 -6
- package/node_modules/@types/responselike/index.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +48 -24
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +15 -6
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +43 -35
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +262 -122
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +107 -89
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -14
- package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +12 -11
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +746 -268
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +81 -45
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +28 -25
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +203 -62
- package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +67 -71
- package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +64 -8
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +103 -73
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +560 -315
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +76 -20
- package/node_modules/@types/responselike/node_modules/@types/node/globals.global.d.ts +0 -0
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +359 -195
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +628 -376
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +221 -112
- package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +178 -10
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +143 -93
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +8 -8
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +6 -4
- package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +13 -13
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +19 -18
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +166 -128
- package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +14 -4
- package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +12 -7
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +69 -56
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +67 -61
- package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@types/responselike/node_modules/@types/node/stream/promises.d.ts +56 -15
- package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +40 -20
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +490 -219
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +8 -8
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +129 -209
- package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +23 -8
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +151 -71
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +17 -14
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +15 -7
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +359 -195
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +221 -112
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +178 -10
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +143 -93
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +8 -8
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +13 -13
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/process.d.ts +166 -128
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +131 -211
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +26 -14
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +189 -119
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +10 -10
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +26 -14
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +189 -119
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +52 -45
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +83 -85
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +9 -9
- package/node_modules/@types/responselike/package.json +7 -5
- package/node_modules/follow-redirects/index.js +16 -4
- package/node_modules/follow-redirects/package.json +2 -3
- package/node_modules/keyv/package.json +4 -4
- package/node_modules/keyv/src/index.js +6 -11
- package/node_modules/undici-types/README.md +6 -0
- package/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/undici-types/client.d.ts +97 -0
- package/node_modules/undici-types/connector.d.ts +33 -0
- package/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/node_modules/undici-types/errors.d.ts +128 -0
- package/node_modules/undici-types/fetch.d.ts +209 -0
- package/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/undici-types/formdata.d.ts +108 -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/handlers.d.ts +9 -0
- package/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/undici-types/index.d.ts +57 -0
- package/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/undici-types/package.json +55 -0
- package/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/undici-types/pool.d.ts +28 -0
- package/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/node_modules/undici-types/readable.d.ts +61 -0
- package/node_modules/undici-types/webidl.d.ts +220 -0
- package/node_modules/undici-types/websocket.d.ts +131 -0
- package/package.json +26 -30
- package/node_modules/combined-stream/yarn.lock +0 -17
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
* ```
|
|
35
35
|
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/events.js)
|
|
36
36
|
*/
|
|
37
|
-
declare module
|
|
37
|
+
declare module "events" {
|
|
38
38
|
// NOTE: This class is in the docs but is **not actually exported** by Node.
|
|
39
39
|
// If https://github.com/nodejs/node/issues/39903 gets resolved and Node
|
|
40
40
|
// actually starts exporting the class, uncomment below.
|
|
@@ -85,7 +85,7 @@ declare module 'events' {
|
|
|
85
85
|
listener: (...args: any[]) => void,
|
|
86
86
|
opts?: {
|
|
87
87
|
once: boolean;
|
|
88
|
-
}
|
|
88
|
+
},
|
|
89
89
|
): any;
|
|
90
90
|
}
|
|
91
91
|
interface StaticEventEmitterOptions {
|
|
@@ -186,7 +186,11 @@ declare module 'events' {
|
|
|
186
186
|
* ```
|
|
187
187
|
* @since v11.13.0, v10.16.0
|
|
188
188
|
*/
|
|
189
|
-
static once(
|
|
189
|
+
static once(
|
|
190
|
+
emitter: _NodeEventTarget,
|
|
191
|
+
eventName: string | symbol,
|
|
192
|
+
options?: StaticEventEmitterOptions,
|
|
193
|
+
): Promise<any[]>;
|
|
190
194
|
static once(emitter: _DOMEventTarget, eventName: string, options?: StaticEventEmitterOptions): Promise<any[]>;
|
|
191
195
|
/**
|
|
192
196
|
* ```js
|
|
@@ -247,7 +251,11 @@ declare module 'events' {
|
|
|
247
251
|
* @param eventName The name of the event being listened for
|
|
248
252
|
* @return that iterates `eventName` events emitted by the `emitter`
|
|
249
253
|
*/
|
|
250
|
-
static on(
|
|
254
|
+
static on(
|
|
255
|
+
emitter: NodeJS.EventEmitter,
|
|
256
|
+
eventName: string,
|
|
257
|
+
options?: StaticEventEmitterOptions,
|
|
258
|
+
): AsyncIterableIterator<any>;
|
|
251
259
|
/**
|
|
252
260
|
* A class method that returns the number of listeners for the given `eventName`registered on the given `emitter`.
|
|
253
261
|
*
|
|
@@ -433,7 +441,7 @@ declare module 'events' {
|
|
|
433
441
|
*/
|
|
434
442
|
static defaultMaxListeners: number;
|
|
435
443
|
}
|
|
436
|
-
import internal = require(
|
|
444
|
+
import internal = require("node:events");
|
|
437
445
|
namespace EventEmitter {
|
|
438
446
|
// Should just be `export { EventEmitter }`, but that doesn't work in TypeScript 3.4
|
|
439
447
|
export { internal as EventEmitter };
|
|
@@ -782,7 +790,7 @@ declare module 'events' {
|
|
|
782
790
|
}
|
|
783
791
|
export = EventEmitter;
|
|
784
792
|
}
|
|
785
|
-
declare module
|
|
786
|
-
import events = require(
|
|
793
|
+
declare module "node:events" {
|
|
794
|
+
import events = require("events");
|
|
787
795
|
export = events;
|
|
788
796
|
}
|
package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
* concurrent modifications on the same file or data corruption may occur.
|
|
9
9
|
* @since v10.0.0
|
|
10
10
|
*/
|
|
11
|
-
declare module
|
|
12
|
-
import { Abortable } from
|
|
13
|
-
import { Stream } from
|
|
14
|
-
import { ReadableStream } from
|
|
11
|
+
declare module "fs/promises" {
|
|
12
|
+
import { Abortable } from "node:events";
|
|
13
|
+
import { Stream } from "node:stream";
|
|
14
|
+
import { ReadableStream } from "node:stream/web";
|
|
15
15
|
import {
|
|
16
16
|
BigIntStats,
|
|
17
17
|
BigIntStatsFs,
|
|
@@ -30,8 +30,8 @@ declare module 'fs/promises' {
|
|
|
30
30
|
ReadVResult,
|
|
31
31
|
RmDirOptions,
|
|
32
32
|
RmOptions,
|
|
33
|
-
StatOptions,
|
|
34
33
|
StatFsOptions,
|
|
34
|
+
StatOptions,
|
|
35
35
|
Stats,
|
|
36
36
|
StatsFs,
|
|
37
37
|
TimeLike,
|
|
@@ -39,8 +39,8 @@ declare module 'fs/promises' {
|
|
|
39
39
|
WatchOptions,
|
|
40
40
|
WriteStream,
|
|
41
41
|
WriteVResult,
|
|
42
|
-
} from
|
|
43
|
-
import { Interface as ReadlineInterface } from
|
|
42
|
+
} from "node:fs";
|
|
43
|
+
import { Interface as ReadlineInterface } from "node:readline";
|
|
44
44
|
interface FileChangeInfo<T extends string | Buffer> {
|
|
45
45
|
eventType: WatchEventType;
|
|
46
46
|
filename: T | null;
|
|
@@ -81,13 +81,14 @@ declare module 'fs/promises' {
|
|
|
81
81
|
autoClose?: boolean | undefined;
|
|
82
82
|
emitClose?: boolean | undefined;
|
|
83
83
|
start?: number | undefined;
|
|
84
|
+
highWaterMark?: number | undefined;
|
|
84
85
|
}
|
|
85
86
|
interface ReadableWebStreamOptions {
|
|
86
87
|
/**
|
|
87
88
|
* Whether to open a normal or a `'bytes'` stream.
|
|
88
89
|
* @since v20.0.0
|
|
89
90
|
*/
|
|
90
|
-
type?:
|
|
91
|
+
type?: "bytes" | undefined;
|
|
91
92
|
}
|
|
92
93
|
// TODO: Add `EventEmitter` close
|
|
93
94
|
interface FileHandle {
|
|
@@ -104,7 +105,10 @@ declare module 'fs/promises' {
|
|
|
104
105
|
* @since v10.0.0
|
|
105
106
|
* @return Fulfills with `undefined` upon success.
|
|
106
107
|
*/
|
|
107
|
-
appendFile(
|
|
108
|
+
appendFile(
|
|
109
|
+
data: string | Uint8Array,
|
|
110
|
+
options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null,
|
|
111
|
+
): Promise<void>;
|
|
108
112
|
/**
|
|
109
113
|
* Changes the ownership of the file. A wrapper for [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html).
|
|
110
114
|
* @since v10.0.0
|
|
@@ -221,7 +225,12 @@ declare module 'fs/promises' {
|
|
|
221
225
|
* integer, the current file position will remain unchanged.
|
|
222
226
|
* @return Fulfills upon success with an object with two properties:
|
|
223
227
|
*/
|
|
224
|
-
read<T extends NodeJS.ArrayBufferView>(
|
|
228
|
+
read<T extends NodeJS.ArrayBufferView>(
|
|
229
|
+
buffer: T,
|
|
230
|
+
offset?: number | null,
|
|
231
|
+
length?: number | null,
|
|
232
|
+
position?: number | null,
|
|
233
|
+
): Promise<FileReadResult<T>>;
|
|
225
234
|
read<T extends NodeJS.ArrayBufferView = Buffer>(options?: FileReadOptions<T>): Promise<FileReadResult<T>>;
|
|
226
235
|
/**
|
|
227
236
|
* Returns a `ReadableStream` that may be used to read the files data.
|
|
@@ -266,7 +275,7 @@ declare module 'fs/promises' {
|
|
|
266
275
|
options?: {
|
|
267
276
|
encoding?: null | undefined;
|
|
268
277
|
flag?: OpenMode | undefined;
|
|
269
|
-
} | null
|
|
278
|
+
} | null,
|
|
270
279
|
): Promise<Buffer>;
|
|
271
280
|
/**
|
|
272
281
|
* Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically.
|
|
@@ -277,10 +286,10 @@ declare module 'fs/promises' {
|
|
|
277
286
|
readFile(
|
|
278
287
|
options:
|
|
279
288
|
| {
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
| BufferEncoding
|
|
289
|
+
encoding: BufferEncoding;
|
|
290
|
+
flag?: OpenMode | undefined;
|
|
291
|
+
}
|
|
292
|
+
| BufferEncoding,
|
|
284
293
|
): Promise<string>;
|
|
285
294
|
/**
|
|
286
295
|
* Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically.
|
|
@@ -291,10 +300,10 @@ declare module 'fs/promises' {
|
|
|
291
300
|
readFile(
|
|
292
301
|
options?:
|
|
293
302
|
| (ObjectEncodingOptions & {
|
|
294
|
-
|
|
295
|
-
|
|
303
|
+
flag?: OpenMode | undefined;
|
|
304
|
+
})
|
|
296
305
|
| BufferEncoding
|
|
297
|
-
| null
|
|
306
|
+
| null,
|
|
298
307
|
): Promise<string | Buffer>;
|
|
299
308
|
/**
|
|
300
309
|
* Convenience method to create a `readline` interface and stream over the file.
|
|
@@ -319,12 +328,12 @@ declare module 'fs/promises' {
|
|
|
319
328
|
stat(
|
|
320
329
|
opts?: StatOptions & {
|
|
321
330
|
bigint?: false | undefined;
|
|
322
|
-
}
|
|
331
|
+
},
|
|
323
332
|
): Promise<Stats>;
|
|
324
333
|
stat(
|
|
325
334
|
opts: StatOptions & {
|
|
326
335
|
bigint: true;
|
|
327
|
-
}
|
|
336
|
+
},
|
|
328
337
|
): Promise<BigIntStats>;
|
|
329
338
|
stat(opts?: StatOptions): Promise<Stats | BigIntStats>;
|
|
330
339
|
/**
|
|
@@ -379,7 +388,10 @@ declare module 'fs/promises' {
|
|
|
379
388
|
* beginning of the file.
|
|
380
389
|
* @since v10.0.0
|
|
381
390
|
*/
|
|
382
|
-
writeFile(
|
|
391
|
+
writeFile(
|
|
392
|
+
data: string | Uint8Array,
|
|
393
|
+
options?: (ObjectEncodingOptions & FlagAndOpenMode & Abortable) | BufferEncoding | null,
|
|
394
|
+
): Promise<void>;
|
|
383
395
|
/**
|
|
384
396
|
* Write `buffer` to the file.
|
|
385
397
|
*
|
|
@@ -402,7 +414,7 @@ declare module 'fs/promises' {
|
|
|
402
414
|
buffer: TBuffer,
|
|
403
415
|
offset?: number | null,
|
|
404
416
|
length?: number | null,
|
|
405
|
-
position?: number | null
|
|
417
|
+
position?: number | null,
|
|
406
418
|
): Promise<{
|
|
407
419
|
bytesWritten: number;
|
|
408
420
|
buffer: TBuffer;
|
|
@@ -410,7 +422,7 @@ declare module 'fs/promises' {
|
|
|
410
422
|
write(
|
|
411
423
|
data: string,
|
|
412
424
|
position?: number | null,
|
|
413
|
-
encoding?: BufferEncoding | null
|
|
425
|
+
encoding?: BufferEncoding | null,
|
|
414
426
|
): Promise<{
|
|
415
427
|
bytesWritten: number;
|
|
416
428
|
buffer: string;
|
|
@@ -601,7 +613,7 @@ declare module 'fs/promises' {
|
|
|
601
613
|
path: PathLike,
|
|
602
614
|
options: MakeDirectoryOptions & {
|
|
603
615
|
recursive: true;
|
|
604
|
-
}
|
|
616
|
+
},
|
|
605
617
|
): Promise<string | undefined>;
|
|
606
618
|
/**
|
|
607
619
|
* Asynchronous mkdir(2) - create a directory.
|
|
@@ -614,9 +626,9 @@ declare module 'fs/promises' {
|
|
|
614
626
|
options?:
|
|
615
627
|
| Mode
|
|
616
628
|
| (MakeDirectoryOptions & {
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
| null
|
|
629
|
+
recursive?: false | undefined;
|
|
630
|
+
})
|
|
631
|
+
| null,
|
|
620
632
|
): Promise<void>;
|
|
621
633
|
/**
|
|
622
634
|
* Asynchronous mkdir(2) - create a directory.
|
|
@@ -653,11 +665,11 @@ declare module 'fs/promises' {
|
|
|
653
665
|
path: PathLike,
|
|
654
666
|
options?:
|
|
655
667
|
| (ObjectEncodingOptions & {
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
668
|
+
withFileTypes?: false | undefined;
|
|
669
|
+
recursive?: boolean | undefined;
|
|
670
|
+
})
|
|
659
671
|
| BufferEncoding
|
|
660
|
-
| null
|
|
672
|
+
| null,
|
|
661
673
|
): Promise<string[]>;
|
|
662
674
|
/**
|
|
663
675
|
* Asynchronous readdir(3) - read a directory.
|
|
@@ -668,11 +680,11 @@ declare module 'fs/promises' {
|
|
|
668
680
|
path: PathLike,
|
|
669
681
|
options:
|
|
670
682
|
| {
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
|
683
|
+
encoding: "buffer";
|
|
684
|
+
withFileTypes?: false | undefined;
|
|
685
|
+
recursive?: boolean | undefined;
|
|
686
|
+
}
|
|
687
|
+
| "buffer",
|
|
676
688
|
): Promise<Buffer[]>;
|
|
677
689
|
/**
|
|
678
690
|
* Asynchronous readdir(3) - read a directory.
|
|
@@ -683,11 +695,11 @@ declare module 'fs/promises' {
|
|
|
683
695
|
path: PathLike,
|
|
684
696
|
options?:
|
|
685
697
|
| (ObjectEncodingOptions & {
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
698
|
+
withFileTypes?: false | undefined;
|
|
699
|
+
recursive?: boolean | undefined;
|
|
700
|
+
})
|
|
689
701
|
| BufferEncoding
|
|
690
|
-
| null
|
|
702
|
+
| null,
|
|
691
703
|
): Promise<string[] | Buffer[]>;
|
|
692
704
|
/**
|
|
693
705
|
* Asynchronous readdir(3) - read a directory.
|
|
@@ -699,7 +711,7 @@ declare module 'fs/promises' {
|
|
|
699
711
|
options: ObjectEncodingOptions & {
|
|
700
712
|
withFileTypes: true;
|
|
701
713
|
recursive?: boolean | undefined;
|
|
702
|
-
}
|
|
714
|
+
},
|
|
703
715
|
): Promise<Dirent[]>;
|
|
704
716
|
/**
|
|
705
717
|
* Reads the contents of the symbolic link referred to by `path`. See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more detail. The promise is
|
|
@@ -750,13 +762,13 @@ declare module 'fs/promises' {
|
|
|
750
762
|
path: PathLike,
|
|
751
763
|
opts?: StatOptions & {
|
|
752
764
|
bigint?: false | undefined;
|
|
753
|
-
}
|
|
765
|
+
},
|
|
754
766
|
): Promise<Stats>;
|
|
755
767
|
function lstat(
|
|
756
768
|
path: PathLike,
|
|
757
769
|
opts: StatOptions & {
|
|
758
770
|
bigint: true;
|
|
759
|
-
}
|
|
771
|
+
},
|
|
760
772
|
): Promise<BigIntStats>;
|
|
761
773
|
function lstat(path: PathLike, opts?: StatOptions): Promise<Stats | BigIntStats>;
|
|
762
774
|
/**
|
|
@@ -767,13 +779,13 @@ declare module 'fs/promises' {
|
|
|
767
779
|
path: PathLike,
|
|
768
780
|
opts?: StatOptions & {
|
|
769
781
|
bigint?: false | undefined;
|
|
770
|
-
}
|
|
782
|
+
},
|
|
771
783
|
): Promise<Stats>;
|
|
772
784
|
function stat(
|
|
773
785
|
path: PathLike,
|
|
774
786
|
opts: StatOptions & {
|
|
775
787
|
bigint: true;
|
|
776
|
-
}
|
|
788
|
+
},
|
|
777
789
|
): Promise<BigIntStats>;
|
|
778
790
|
function stat(path: PathLike, opts?: StatOptions): Promise<Stats | BigIntStats>;
|
|
779
791
|
/**
|
|
@@ -784,13 +796,13 @@ declare module 'fs/promises' {
|
|
|
784
796
|
path: PathLike,
|
|
785
797
|
opts?: StatFsOptions & {
|
|
786
798
|
bigint?: false | undefined;
|
|
787
|
-
}
|
|
799
|
+
},
|
|
788
800
|
): Promise<StatsFs>;
|
|
789
801
|
function statfs(
|
|
790
802
|
path: PathLike,
|
|
791
803
|
opts: StatFsOptions & {
|
|
792
804
|
bigint: true;
|
|
793
|
-
}
|
|
805
|
+
},
|
|
794
806
|
): Promise<BigIntStatsFs>;
|
|
795
807
|
function statfs(path: PathLike, opts?: StatFsOptions): Promise<StatsFs | BigIntStatsFs>;
|
|
796
808
|
/**
|
|
@@ -881,7 +893,10 @@ declare module 'fs/promises' {
|
|
|
881
893
|
* @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
882
894
|
* @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
|
|
883
895
|
*/
|
|
884
|
-
function realpath(
|
|
896
|
+
function realpath(
|
|
897
|
+
path: PathLike,
|
|
898
|
+
options?: ObjectEncodingOptions | BufferEncoding | null,
|
|
899
|
+
): Promise<string | Buffer>;
|
|
885
900
|
/**
|
|
886
901
|
* Creates a unique temporary directory. A unique directory name is generated by
|
|
887
902
|
* appending six random characters to the end of the provided `prefix`. Due to
|
|
@@ -976,14 +991,19 @@ declare module 'fs/promises' {
|
|
|
976
991
|
*/
|
|
977
992
|
function writeFile(
|
|
978
993
|
file: PathLike | FileHandle,
|
|
979
|
-
data:
|
|
994
|
+
data:
|
|
995
|
+
| string
|
|
996
|
+
| NodeJS.ArrayBufferView
|
|
997
|
+
| Iterable<string | NodeJS.ArrayBufferView>
|
|
998
|
+
| AsyncIterable<string | NodeJS.ArrayBufferView>
|
|
999
|
+
| Stream,
|
|
980
1000
|
options?:
|
|
981
1001
|
| (ObjectEncodingOptions & {
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
1002
|
+
mode?: Mode | undefined;
|
|
1003
|
+
flag?: OpenMode | undefined;
|
|
1004
|
+
} & Abortable)
|
|
985
1005
|
| BufferEncoding
|
|
986
|
-
| null
|
|
1006
|
+
| null,
|
|
987
1007
|
): Promise<void>;
|
|
988
1008
|
/**
|
|
989
1009
|
* Asynchronously append data to a file, creating the file if it does not yet
|
|
@@ -999,7 +1019,11 @@ declare module 'fs/promises' {
|
|
|
999
1019
|
* @param path filename or {FileHandle}
|
|
1000
1020
|
* @return Fulfills with `undefined` upon success.
|
|
1001
1021
|
*/
|
|
1002
|
-
function appendFile(
|
|
1022
|
+
function appendFile(
|
|
1023
|
+
path: PathLike | FileHandle,
|
|
1024
|
+
data: string | Uint8Array,
|
|
1025
|
+
options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null,
|
|
1026
|
+
): Promise<void>;
|
|
1003
1027
|
/**
|
|
1004
1028
|
* Asynchronously reads the entire contents of a file.
|
|
1005
1029
|
*
|
|
@@ -1060,10 +1084,10 @@ declare module 'fs/promises' {
|
|
|
1060
1084
|
path: PathLike | FileHandle,
|
|
1061
1085
|
options?:
|
|
1062
1086
|
| ({
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
| null
|
|
1087
|
+
encoding?: null | undefined;
|
|
1088
|
+
flag?: OpenMode | undefined;
|
|
1089
|
+
} & Abortable)
|
|
1090
|
+
| null,
|
|
1067
1091
|
): Promise<Buffer>;
|
|
1068
1092
|
/**
|
|
1069
1093
|
* Asynchronously reads the entire contents of a file.
|
|
@@ -1076,10 +1100,10 @@ declare module 'fs/promises' {
|
|
|
1076
1100
|
path: PathLike | FileHandle,
|
|
1077
1101
|
options:
|
|
1078
1102
|
| ({
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
| BufferEncoding
|
|
1103
|
+
encoding: BufferEncoding;
|
|
1104
|
+
flag?: OpenMode | undefined;
|
|
1105
|
+
} & Abortable)
|
|
1106
|
+
| BufferEncoding,
|
|
1083
1107
|
): Promise<string>;
|
|
1084
1108
|
/**
|
|
1085
1109
|
* Asynchronously reads the entire contents of a file.
|
|
@@ -1091,12 +1115,15 @@ declare module 'fs/promises' {
|
|
|
1091
1115
|
function readFile(
|
|
1092
1116
|
path: PathLike | FileHandle,
|
|
1093
1117
|
options?:
|
|
1094
|
-
| (
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1118
|
+
| (
|
|
1119
|
+
& ObjectEncodingOptions
|
|
1120
|
+
& Abortable
|
|
1121
|
+
& {
|
|
1122
|
+
flag?: OpenMode | undefined;
|
|
1123
|
+
}
|
|
1124
|
+
)
|
|
1098
1125
|
| BufferEncoding
|
|
1099
|
-
| null
|
|
1126
|
+
| null,
|
|
1100
1127
|
): Promise<string | Buffer>;
|
|
1101
1128
|
/**
|
|
1102
1129
|
* Asynchronously open a directory for iterative scanning. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for more detail.
|
|
@@ -1161,9 +1188,9 @@ declare module 'fs/promises' {
|
|
|
1161
1188
|
filename: PathLike,
|
|
1162
1189
|
options:
|
|
1163
1190
|
| (WatchOptions & {
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
|
1191
|
+
encoding: "buffer";
|
|
1192
|
+
})
|
|
1193
|
+
| "buffer",
|
|
1167
1194
|
): AsyncIterable<FileChangeInfo<Buffer>>;
|
|
1168
1195
|
/**
|
|
1169
1196
|
* Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`.
|
|
@@ -1182,7 +1209,10 @@ declare module 'fs/promises' {
|
|
|
1182
1209
|
* If `persistent` is not supplied, the default of `true` is used.
|
|
1183
1210
|
* If `recursive` is not supplied, the default of `false` is used.
|
|
1184
1211
|
*/
|
|
1185
|
-
function watch(
|
|
1212
|
+
function watch(
|
|
1213
|
+
filename: PathLike,
|
|
1214
|
+
options: WatchOptions | string,
|
|
1215
|
+
): AsyncIterable<FileChangeInfo<string>> | AsyncIterable<FileChangeInfo<Buffer>>;
|
|
1186
1216
|
/**
|
|
1187
1217
|
* Asynchronously copies the entire directory structure from `src` to `dest`,
|
|
1188
1218
|
* including subdirectories and files.
|
|
@@ -1197,6 +1227,6 @@ declare module 'fs/promises' {
|
|
|
1197
1227
|
*/
|
|
1198
1228
|
function cp(source: string | URL, destination: string | URL, opts?: CopyOptions): Promise<void>;
|
|
1199
1229
|
}
|
|
1200
|
-
declare module
|
|
1201
|
-
export * from
|
|
1230
|
+
declare module "node:fs/promises" {
|
|
1231
|
+
export * from "fs/promises";
|
|
1202
1232
|
}
|