cdk-ecr-deployment 2.5.29 → 2.5.31
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/.gitattributes +1 -1
- package/.jsii +129 -27
- package/.jsii.tabl.json +1 -1
- package/.projenrc.ts +3 -1
- package/API.md +2 -0
- package/lambda/install.js +7 -6
- package/lib/index.d.ts +10 -0
- package/lib/index.js +6 -5
- 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 +4 -5
- 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 +267 -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 +755 -269
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +86 -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 +127 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +115 -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 +96 -18
- 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 +629 -377
- 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 +0 -46
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +2 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +195 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +154 -93
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +9 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +88 -95
- 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 +498 -218
- 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 +398 -170
- 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 +34 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +162 -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 +267 -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 +755 -269
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +86 -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 +79 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +117 -74
- 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 +96 -18
- 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 +629 -377
- 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 +2 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +195 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +154 -93
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +9 -9
- 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 +1162 -853
- 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 +398 -170
- 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 +34 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +162 -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 +40 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +263 -129
- 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 +40 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +263 -129
- 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 -2
- package/node_modules/@types/http-cache-semantics/index.d.ts +1 -6
- package/node_modules/@types/http-cache-semantics/package.json +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +4 -5
- 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 +267 -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 +755 -269
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +86 -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 +127 -7
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +115 -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 +96 -18
- 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 +629 -377
- 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 +0 -46
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +2 -3
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +195 -14
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +154 -93
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +9 -9
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +88 -95
- 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 +498 -218
- 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 +398 -170
- 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 +34 -9
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +162 -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 +267 -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 +755 -269
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +86 -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 +79 -7
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +117 -74
- 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 +96 -18
- 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 +629 -377
- 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 +2 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +195 -14
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +154 -93
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +9 -9
- 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 +1162 -853
- 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 +398 -170
- 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 +34 -9
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +162 -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 +40 -14
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +263 -129
- 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 +40 -14
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +263 -129
- 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 +39 -7
- package/node_modules/@types/responselike/index.d.ts +3 -8
- package/node_modules/@types/responselike/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +4 -5
- 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 +267 -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 +755 -269
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +86 -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 +127 -7
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +115 -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 +96 -18
- 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 +629 -377
- 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 +0 -46
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +2 -3
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +195 -14
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +154 -93
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +9 -9
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +88 -95
- 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 +498 -218
- 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 +398 -170
- 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 +34 -9
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +162 -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 +267 -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 +755 -269
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +86 -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 +79 -7
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +117 -74
- 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 +96 -18
- 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 +629 -377
- 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 +2 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +195 -14
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +154 -93
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +9 -9
- 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 +1162 -853
- 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 +398 -170
- 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 +34 -9
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +162 -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 +40 -14
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +263 -129
- 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 +40 -14
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +263 -129
- 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 +9 -7
- package/node_modules/keyv/README.md +2 -0
- package/node_modules/keyv/package.json +13 -14
- package/node_modules/keyv/src/index.d.ts +6 -10
- package/node_modules/keyv/src/index.js +7 -12
- 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 +34 -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 +63 -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 +10 -11
- /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/buffer-stream.js +0 -0
- /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/index.d.ts +0 -0
- /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/index.js +0 -0
- /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/license +0 -0
- /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/package.json +0 -0
- /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/readme.md +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare module
|
|
2
|
-
import path = require(
|
|
1
|
+
declare module "path/posix" {
|
|
2
|
+
import path = require("path");
|
|
3
3
|
export = path;
|
|
4
4
|
}
|
|
5
|
-
declare module
|
|
6
|
-
import path = require(
|
|
5
|
+
declare module "path/win32" {
|
|
6
|
+
import path = require("path");
|
|
7
7
|
export = path;
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
@@ -15,7 +15,7 @@ declare module 'path/win32' {
|
|
|
15
15
|
* ```
|
|
16
16
|
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/path.js)
|
|
17
17
|
*/
|
|
18
|
-
declare module
|
|
18
|
+
declare module "path" {
|
|
19
19
|
namespace path {
|
|
20
20
|
/**
|
|
21
21
|
* A parsed path object generated by path.parse() or consumed by path.format().
|
|
@@ -137,11 +137,11 @@ declare module 'path' {
|
|
|
137
137
|
/**
|
|
138
138
|
* The platform-specific file separator. '\\' or '/'.
|
|
139
139
|
*/
|
|
140
|
-
readonly sep:
|
|
140
|
+
readonly sep: "\\" | "/";
|
|
141
141
|
/**
|
|
142
142
|
* The platform-specific file delimiter. ';' or ':'.
|
|
143
143
|
*/
|
|
144
|
-
readonly delimiter:
|
|
144
|
+
readonly delimiter: ";" | ":";
|
|
145
145
|
/**
|
|
146
146
|
* Returns an object from a path string - the opposite of format().
|
|
147
147
|
*
|
|
@@ -177,15 +177,15 @@ declare module 'path' {
|
|
|
177
177
|
const path: path.PlatformPath;
|
|
178
178
|
export = path;
|
|
179
179
|
}
|
|
180
|
-
declare module
|
|
181
|
-
import path = require(
|
|
180
|
+
declare module "node:path" {
|
|
181
|
+
import path = require("path");
|
|
182
182
|
export = path;
|
|
183
183
|
}
|
|
184
|
-
declare module
|
|
185
|
-
import path = require(
|
|
184
|
+
declare module "node:path/posix" {
|
|
185
|
+
import path = require("path/posix");
|
|
186
186
|
export = path;
|
|
187
187
|
}
|
|
188
|
-
declare module
|
|
189
|
-
import path = require(
|
|
188
|
+
declare module "node:path/win32" {
|
|
189
|
+
import path = require("path/win32");
|
|
190
190
|
export = path;
|
|
191
191
|
}
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
* ```
|
|
30
30
|
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/perf_hooks.js)
|
|
31
31
|
*/
|
|
32
|
-
declare module
|
|
33
|
-
import { AsyncResource } from
|
|
34
|
-
type EntryType =
|
|
32
|
+
declare module "perf_hooks" {
|
|
33
|
+
import { AsyncResource } from "node:async_hooks";
|
|
34
|
+
type EntryType = "node" | "mark" | "measure" | "gc" | "function" | "http2" | "http";
|
|
35
35
|
interface NodeGCPerformanceDetail {
|
|
36
36
|
/**
|
|
37
37
|
* When `performanceEntry.entryType` is equal to 'gc', `the performance.kind` property identifies
|
|
@@ -95,7 +95,7 @@ declare module 'perf_hooks' {
|
|
|
95
95
|
*/
|
|
96
96
|
class PerformanceMark extends PerformanceEntry {
|
|
97
97
|
readonly duration: 0;
|
|
98
|
-
readonly entryType:
|
|
98
|
+
readonly entryType: "mark";
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Exposes measures created via the `Performance.measure()` method.
|
|
@@ -104,7 +104,7 @@ declare module 'perf_hooks' {
|
|
|
104
104
|
* @since v18.2.0, v16.17.0
|
|
105
105
|
*/
|
|
106
106
|
class PerformanceMeasure extends PerformanceEntry {
|
|
107
|
-
readonly entryType:
|
|
107
|
+
readonly entryType: "measure";
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
110
|
* _This property is an extension by Node.js. It is not available in Web browsers._
|
|
@@ -166,7 +166,10 @@ declare module 'perf_hooks' {
|
|
|
166
166
|
* @param util1 The result of a previous call to eventLoopUtilization()
|
|
167
167
|
* @param util2 The result of a previous call to eventLoopUtilization() prior to util1
|
|
168
168
|
*/
|
|
169
|
-
type EventLoopUtilityFunction = (
|
|
169
|
+
type EventLoopUtilityFunction = (
|
|
170
|
+
util1?: EventLoopUtilization,
|
|
171
|
+
util2?: EventLoopUtilization,
|
|
172
|
+
) => EventLoopUtilization;
|
|
170
173
|
interface MarkOptions {
|
|
171
174
|
/**
|
|
172
175
|
* Additional optional detail to include with the mark.
|
|
@@ -321,7 +324,6 @@ declare module 'perf_hooks' {
|
|
|
321
324
|
* * }
|
|
322
325
|
* * ]
|
|
323
326
|
*
|
|
324
|
-
*
|
|
325
327
|
* performance.clearMarks();
|
|
326
328
|
* performance.clearMeasures();
|
|
327
329
|
* observer.disconnect();
|
|
@@ -458,13 +460,13 @@ declare module 'perf_hooks' {
|
|
|
458
460
|
observe(
|
|
459
461
|
options:
|
|
460
462
|
| {
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
463
|
+
entryTypes: ReadonlyArray<EntryType>;
|
|
464
|
+
buffered?: boolean | undefined;
|
|
465
|
+
}
|
|
464
466
|
| {
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
467
|
+
type: EntryType;
|
|
468
|
+
buffered?: boolean | undefined;
|
|
469
|
+
},
|
|
468
470
|
): void;
|
|
469
471
|
}
|
|
470
472
|
namespace constants {
|
|
@@ -618,7 +620,7 @@ declare module 'perf_hooks' {
|
|
|
618
620
|
* @since v15.9.0, v14.18.0
|
|
619
621
|
*/
|
|
620
622
|
function createHistogram(options?: CreateHistogramOptions): RecordableHistogram;
|
|
621
|
-
import { performance as _performance } from
|
|
623
|
+
import { performance as _performance } from "perf_hooks";
|
|
622
624
|
global {
|
|
623
625
|
/**
|
|
624
626
|
* `performance` is a global reference for `require('perf_hooks').performance`
|
|
@@ -628,11 +630,10 @@ declare module 'perf_hooks' {
|
|
|
628
630
|
var performance: typeof globalThis extends {
|
|
629
631
|
onmessage: any;
|
|
630
632
|
performance: infer T;
|
|
631
|
-
}
|
|
632
|
-
? T
|
|
633
|
+
} ? T
|
|
633
634
|
: typeof _performance;
|
|
634
635
|
}
|
|
635
636
|
}
|
|
636
|
-
declare module
|
|
637
|
-
export * from
|
|
637
|
+
declare module "node:perf_hooks" {
|
|
638
|
+
export * from "perf_hooks";
|
|
638
639
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare module
|
|
2
|
-
import * as tty from
|
|
3
|
-
import { Worker } from
|
|
1
|
+
declare module "process" {
|
|
2
|
+
import * as tty from "node:tty";
|
|
3
|
+
import { Worker } from "node:worker_threads";
|
|
4
4
|
global {
|
|
5
5
|
var process: NodeJS.Process;
|
|
6
6
|
namespace NodeJS {
|
|
@@ -48,48 +48,70 @@ declare module 'process' {
|
|
|
48
48
|
modules: string;
|
|
49
49
|
openssl: string;
|
|
50
50
|
}
|
|
51
|
-
type Platform =
|
|
52
|
-
|
|
51
|
+
type Platform =
|
|
52
|
+
| "aix"
|
|
53
|
+
| "android"
|
|
54
|
+
| "darwin"
|
|
55
|
+
| "freebsd"
|
|
56
|
+
| "haiku"
|
|
57
|
+
| "linux"
|
|
58
|
+
| "openbsd"
|
|
59
|
+
| "sunos"
|
|
60
|
+
| "win32"
|
|
61
|
+
| "cygwin"
|
|
62
|
+
| "netbsd";
|
|
63
|
+
type Architecture =
|
|
64
|
+
| "arm"
|
|
65
|
+
| "arm64"
|
|
66
|
+
| "ia32"
|
|
67
|
+
| "mips"
|
|
68
|
+
| "mipsel"
|
|
69
|
+
| "ppc"
|
|
70
|
+
| "ppc64"
|
|
71
|
+
| "riscv64"
|
|
72
|
+
| "s390"
|
|
73
|
+
| "s390x"
|
|
74
|
+
| "x64";
|
|
53
75
|
type Signals =
|
|
54
|
-
|
|
|
55
|
-
|
|
|
56
|
-
|
|
|
57
|
-
|
|
|
58
|
-
|
|
|
59
|
-
|
|
|
60
|
-
|
|
|
61
|
-
|
|
|
62
|
-
|
|
|
63
|
-
|
|
|
64
|
-
|
|
|
65
|
-
|
|
|
66
|
-
|
|
|
67
|
-
|
|
|
68
|
-
|
|
|
69
|
-
|
|
|
70
|
-
|
|
|
71
|
-
|
|
|
72
|
-
|
|
|
73
|
-
|
|
|
74
|
-
|
|
|
75
|
-
|
|
|
76
|
-
|
|
|
77
|
-
|
|
|
78
|
-
|
|
|
79
|
-
|
|
|
80
|
-
|
|
|
81
|
-
|
|
|
82
|
-
|
|
|
83
|
-
|
|
|
84
|
-
|
|
|
85
|
-
|
|
|
86
|
-
|
|
|
87
|
-
|
|
|
88
|
-
|
|
|
89
|
-
|
|
|
90
|
-
|
|
|
91
|
-
type UncaughtExceptionOrigin =
|
|
92
|
-
type MultipleResolveType =
|
|
76
|
+
| "SIGABRT"
|
|
77
|
+
| "SIGALRM"
|
|
78
|
+
| "SIGBUS"
|
|
79
|
+
| "SIGCHLD"
|
|
80
|
+
| "SIGCONT"
|
|
81
|
+
| "SIGFPE"
|
|
82
|
+
| "SIGHUP"
|
|
83
|
+
| "SIGILL"
|
|
84
|
+
| "SIGINT"
|
|
85
|
+
| "SIGIO"
|
|
86
|
+
| "SIGIOT"
|
|
87
|
+
| "SIGKILL"
|
|
88
|
+
| "SIGPIPE"
|
|
89
|
+
| "SIGPOLL"
|
|
90
|
+
| "SIGPROF"
|
|
91
|
+
| "SIGPWR"
|
|
92
|
+
| "SIGQUIT"
|
|
93
|
+
| "SIGSEGV"
|
|
94
|
+
| "SIGSTKFLT"
|
|
95
|
+
| "SIGSTOP"
|
|
96
|
+
| "SIGSYS"
|
|
97
|
+
| "SIGTERM"
|
|
98
|
+
| "SIGTRAP"
|
|
99
|
+
| "SIGTSTP"
|
|
100
|
+
| "SIGTTIN"
|
|
101
|
+
| "SIGTTOU"
|
|
102
|
+
| "SIGUNUSED"
|
|
103
|
+
| "SIGURG"
|
|
104
|
+
| "SIGUSR1"
|
|
105
|
+
| "SIGUSR2"
|
|
106
|
+
| "SIGVTALRM"
|
|
107
|
+
| "SIGWINCH"
|
|
108
|
+
| "SIGXCPU"
|
|
109
|
+
| "SIGXFSZ"
|
|
110
|
+
| "SIGBREAK"
|
|
111
|
+
| "SIGLOST"
|
|
112
|
+
| "SIGINFO";
|
|
113
|
+
type UncaughtExceptionOrigin = "uncaughtException" | "unhandledRejection";
|
|
114
|
+
type MultipleResolveType = "resolve" | "reject";
|
|
93
115
|
type BeforeExitListener = (code: number) => void;
|
|
94
116
|
type DisconnectListener = () => void;
|
|
95
117
|
type ExitListener = (code: number) => void;
|
|
@@ -103,7 +125,11 @@ declare module 'process' {
|
|
|
103
125
|
type WarningListener = (warning: Error) => void;
|
|
104
126
|
type MessageListener = (message: unknown, sendHandle: unknown) => void;
|
|
105
127
|
type SignalsListener = (signal: Signals) => void;
|
|
106
|
-
type MultipleResolveListener = (
|
|
128
|
+
type MultipleResolveListener = (
|
|
129
|
+
type: MultipleResolveType,
|
|
130
|
+
promise: Promise<unknown>,
|
|
131
|
+
value: unknown,
|
|
132
|
+
) => void;
|
|
107
133
|
type WorkerListener = (worker: Worker) => void;
|
|
108
134
|
interface Socket extends ReadWriteStream {
|
|
109
135
|
isTTY?: true | undefined;
|
|
@@ -546,7 +572,8 @@ declare module 'process' {
|
|
|
546
572
|
* parent thread's `process.env`, or whatever was specified as the `env` option
|
|
547
573
|
* to the `Worker` constructor. Changes to `process.env` will not be visible
|
|
548
574
|
* across `Worker` threads, and only the main thread can make changes that
|
|
549
|
-
* are visible to the operating system or to native add-ons.
|
|
575
|
+
* are visible to the operating system or to native add-ons. On Windows, a copy of`process.env` on a `Worker` instance operates in a case-sensitive manner
|
|
576
|
+
* unlike the main thread.
|
|
550
577
|
* @since v0.1.27
|
|
551
578
|
*/
|
|
552
579
|
env: ProcessEnv;
|
|
@@ -869,6 +896,12 @@ declare module 'process' {
|
|
|
869
896
|
* @since v9.3.0
|
|
870
897
|
*/
|
|
871
898
|
hasUncaughtExceptionCaptureCallback(): boolean;
|
|
899
|
+
/**
|
|
900
|
+
* The `process.sourceMapsEnabled` property returns whether the [Source Map v3](https://sourcemaps.info/spec.html) support for stack traces is enabled.
|
|
901
|
+
* @since v20.7.0
|
|
902
|
+
* @experimental
|
|
903
|
+
*/
|
|
904
|
+
readonly sourceMapsEnabled: boolean;
|
|
872
905
|
/**
|
|
873
906
|
* The `process.version` property contains the Node.js version string.
|
|
874
907
|
*
|
|
@@ -1042,7 +1075,7 @@ declare module 'process' {
|
|
|
1042
1075
|
title: string;
|
|
1043
1076
|
/**
|
|
1044
1077
|
* The operating system CPU architecture for which the Node.js binary was compiled.
|
|
1045
|
-
* Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,`'mipsel'`, `'ppc'`,`'ppc64'`, `'s390'`, `'s390x'`, and `'x64'`.
|
|
1078
|
+
* Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,`'mipsel'`, `'ppc'`,`'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`, and `'x64'`.
|
|
1046
1079
|
*
|
|
1047
1080
|
* ```js
|
|
1048
1081
|
* import { arch } from 'node:process';
|
|
@@ -1275,7 +1308,7 @@ declare module 'process' {
|
|
|
1275
1308
|
* If Node.js is spawned with an IPC channel, the `process.send()` method can be
|
|
1276
1309
|
* used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object.
|
|
1277
1310
|
*
|
|
1278
|
-
* If Node.js was not spawned with an IPC channel, `process.send` will be`undefined`.
|
|
1311
|
+
* If Node.js was not spawned with an IPC channel, `process.send` will be `undefined`.
|
|
1279
1312
|
*
|
|
1280
1313
|
* The message goes through serialization and parsing. The resulting message might
|
|
1281
1314
|
* not be the same as what is originally sent.
|
|
@@ -1288,7 +1321,7 @@ declare module 'process' {
|
|
|
1288
1321
|
options?: {
|
|
1289
1322
|
swallowErrors?: boolean | undefined;
|
|
1290
1323
|
},
|
|
1291
|
-
callback?: (error: Error | null) => void
|
|
1324
|
+
callback?: (error: Error | null) => void,
|
|
1292
1325
|
): boolean;
|
|
1293
1326
|
/**
|
|
1294
1327
|
* If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.disconnect()` method will close the
|
|
@@ -1397,98 +1430,103 @@ declare module 'process' {
|
|
|
1397
1430
|
*/
|
|
1398
1431
|
traceDeprecation: boolean;
|
|
1399
1432
|
/* EventEmitter */
|
|
1400
|
-
addListener(event:
|
|
1401
|
-
addListener(event:
|
|
1402
|
-
addListener(event:
|
|
1403
|
-
addListener(event:
|
|
1404
|
-
addListener(event:
|
|
1405
|
-
addListener(event:
|
|
1406
|
-
addListener(event:
|
|
1407
|
-
addListener(event:
|
|
1408
|
-
addListener(event:
|
|
1433
|
+
addListener(event: "beforeExit", listener: BeforeExitListener): this;
|
|
1434
|
+
addListener(event: "disconnect", listener: DisconnectListener): this;
|
|
1435
|
+
addListener(event: "exit", listener: ExitListener): this;
|
|
1436
|
+
addListener(event: "rejectionHandled", listener: RejectionHandledListener): this;
|
|
1437
|
+
addListener(event: "uncaughtException", listener: UncaughtExceptionListener): this;
|
|
1438
|
+
addListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
|
|
1439
|
+
addListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
|
|
1440
|
+
addListener(event: "warning", listener: WarningListener): this;
|
|
1441
|
+
addListener(event: "message", listener: MessageListener): this;
|
|
1409
1442
|
addListener(event: Signals, listener: SignalsListener): this;
|
|
1410
|
-
addListener(event:
|
|
1411
|
-
addListener(event:
|
|
1412
|
-
emit(event:
|
|
1413
|
-
emit(event:
|
|
1414
|
-
emit(event:
|
|
1415
|
-
emit(event:
|
|
1416
|
-
emit(event:
|
|
1417
|
-
emit(event:
|
|
1418
|
-
emit(event:
|
|
1419
|
-
emit(event:
|
|
1420
|
-
emit(event:
|
|
1443
|
+
addListener(event: "multipleResolves", listener: MultipleResolveListener): this;
|
|
1444
|
+
addListener(event: "worker", listener: WorkerListener): this;
|
|
1445
|
+
emit(event: "beforeExit", code: number): boolean;
|
|
1446
|
+
emit(event: "disconnect"): boolean;
|
|
1447
|
+
emit(event: "exit", code: number): boolean;
|
|
1448
|
+
emit(event: "rejectionHandled", promise: Promise<unknown>): boolean;
|
|
1449
|
+
emit(event: "uncaughtException", error: Error): boolean;
|
|
1450
|
+
emit(event: "uncaughtExceptionMonitor", error: Error): boolean;
|
|
1451
|
+
emit(event: "unhandledRejection", reason: unknown, promise: Promise<unknown>): boolean;
|
|
1452
|
+
emit(event: "warning", warning: Error): boolean;
|
|
1453
|
+
emit(event: "message", message: unknown, sendHandle: unknown): this;
|
|
1421
1454
|
emit(event: Signals, signal?: Signals): boolean;
|
|
1422
|
-
emit(
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
on(event:
|
|
1430
|
-
on(event:
|
|
1431
|
-
on(event:
|
|
1432
|
-
on(event:
|
|
1455
|
+
emit(
|
|
1456
|
+
event: "multipleResolves",
|
|
1457
|
+
type: MultipleResolveType,
|
|
1458
|
+
promise: Promise<unknown>,
|
|
1459
|
+
value: unknown,
|
|
1460
|
+
): this;
|
|
1461
|
+
emit(event: "worker", listener: WorkerListener): this;
|
|
1462
|
+
on(event: "beforeExit", listener: BeforeExitListener): this;
|
|
1463
|
+
on(event: "disconnect", listener: DisconnectListener): this;
|
|
1464
|
+
on(event: "exit", listener: ExitListener): this;
|
|
1465
|
+
on(event: "rejectionHandled", listener: RejectionHandledListener): this;
|
|
1466
|
+
on(event: "uncaughtException", listener: UncaughtExceptionListener): this;
|
|
1467
|
+
on(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
|
|
1468
|
+
on(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
|
|
1469
|
+
on(event: "warning", listener: WarningListener): this;
|
|
1470
|
+
on(event: "message", listener: MessageListener): this;
|
|
1433
1471
|
on(event: Signals, listener: SignalsListener): this;
|
|
1434
|
-
on(event:
|
|
1435
|
-
on(event:
|
|
1472
|
+
on(event: "multipleResolves", listener: MultipleResolveListener): this;
|
|
1473
|
+
on(event: "worker", listener: WorkerListener): this;
|
|
1436
1474
|
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1437
|
-
once(event:
|
|
1438
|
-
once(event:
|
|
1439
|
-
once(event:
|
|
1440
|
-
once(event:
|
|
1441
|
-
once(event:
|
|
1442
|
-
once(event:
|
|
1443
|
-
once(event:
|
|
1444
|
-
once(event:
|
|
1445
|
-
once(event:
|
|
1475
|
+
once(event: "beforeExit", listener: BeforeExitListener): this;
|
|
1476
|
+
once(event: "disconnect", listener: DisconnectListener): this;
|
|
1477
|
+
once(event: "exit", listener: ExitListener): this;
|
|
1478
|
+
once(event: "rejectionHandled", listener: RejectionHandledListener): this;
|
|
1479
|
+
once(event: "uncaughtException", listener: UncaughtExceptionListener): this;
|
|
1480
|
+
once(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
|
|
1481
|
+
once(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
|
|
1482
|
+
once(event: "warning", listener: WarningListener): this;
|
|
1483
|
+
once(event: "message", listener: MessageListener): this;
|
|
1446
1484
|
once(event: Signals, listener: SignalsListener): this;
|
|
1447
|
-
once(event:
|
|
1448
|
-
once(event:
|
|
1485
|
+
once(event: "multipleResolves", listener: MultipleResolveListener): this;
|
|
1486
|
+
once(event: "worker", listener: WorkerListener): this;
|
|
1449
1487
|
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
1450
|
-
prependListener(event:
|
|
1451
|
-
prependListener(event:
|
|
1452
|
-
prependListener(event:
|
|
1453
|
-
prependListener(event:
|
|
1454
|
-
prependListener(event:
|
|
1455
|
-
prependListener(event:
|
|
1456
|
-
prependListener(event:
|
|
1457
|
-
prependListener(event:
|
|
1458
|
-
prependListener(event:
|
|
1488
|
+
prependListener(event: "beforeExit", listener: BeforeExitListener): this;
|
|
1489
|
+
prependListener(event: "disconnect", listener: DisconnectListener): this;
|
|
1490
|
+
prependListener(event: "exit", listener: ExitListener): this;
|
|
1491
|
+
prependListener(event: "rejectionHandled", listener: RejectionHandledListener): this;
|
|
1492
|
+
prependListener(event: "uncaughtException", listener: UncaughtExceptionListener): this;
|
|
1493
|
+
prependListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
|
|
1494
|
+
prependListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
|
|
1495
|
+
prependListener(event: "warning", listener: WarningListener): this;
|
|
1496
|
+
prependListener(event: "message", listener: MessageListener): this;
|
|
1459
1497
|
prependListener(event: Signals, listener: SignalsListener): this;
|
|
1460
|
-
prependListener(event:
|
|
1461
|
-
prependListener(event:
|
|
1462
|
-
prependOnceListener(event:
|
|
1463
|
-
prependOnceListener(event:
|
|
1464
|
-
prependOnceListener(event:
|
|
1465
|
-
prependOnceListener(event:
|
|
1466
|
-
prependOnceListener(event:
|
|
1467
|
-
prependOnceListener(event:
|
|
1468
|
-
prependOnceListener(event:
|
|
1469
|
-
prependOnceListener(event:
|
|
1470
|
-
prependOnceListener(event:
|
|
1498
|
+
prependListener(event: "multipleResolves", listener: MultipleResolveListener): this;
|
|
1499
|
+
prependListener(event: "worker", listener: WorkerListener): this;
|
|
1500
|
+
prependOnceListener(event: "beforeExit", listener: BeforeExitListener): this;
|
|
1501
|
+
prependOnceListener(event: "disconnect", listener: DisconnectListener): this;
|
|
1502
|
+
prependOnceListener(event: "exit", listener: ExitListener): this;
|
|
1503
|
+
prependOnceListener(event: "rejectionHandled", listener: RejectionHandledListener): this;
|
|
1504
|
+
prependOnceListener(event: "uncaughtException", listener: UncaughtExceptionListener): this;
|
|
1505
|
+
prependOnceListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
|
|
1506
|
+
prependOnceListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
|
|
1507
|
+
prependOnceListener(event: "warning", listener: WarningListener): this;
|
|
1508
|
+
prependOnceListener(event: "message", listener: MessageListener): this;
|
|
1471
1509
|
prependOnceListener(event: Signals, listener: SignalsListener): this;
|
|
1472
|
-
prependOnceListener(event:
|
|
1473
|
-
prependOnceListener(event:
|
|
1474
|
-
listeners(event:
|
|
1475
|
-
listeners(event:
|
|
1476
|
-
listeners(event:
|
|
1477
|
-
listeners(event:
|
|
1478
|
-
listeners(event:
|
|
1479
|
-
listeners(event:
|
|
1480
|
-
listeners(event:
|
|
1481
|
-
listeners(event:
|
|
1482
|
-
listeners(event:
|
|
1510
|
+
prependOnceListener(event: "multipleResolves", listener: MultipleResolveListener): this;
|
|
1511
|
+
prependOnceListener(event: "worker", listener: WorkerListener): this;
|
|
1512
|
+
listeners(event: "beforeExit"): BeforeExitListener[];
|
|
1513
|
+
listeners(event: "disconnect"): DisconnectListener[];
|
|
1514
|
+
listeners(event: "exit"): ExitListener[];
|
|
1515
|
+
listeners(event: "rejectionHandled"): RejectionHandledListener[];
|
|
1516
|
+
listeners(event: "uncaughtException"): UncaughtExceptionListener[];
|
|
1517
|
+
listeners(event: "uncaughtExceptionMonitor"): UncaughtExceptionListener[];
|
|
1518
|
+
listeners(event: "unhandledRejection"): UnhandledRejectionListener[];
|
|
1519
|
+
listeners(event: "warning"): WarningListener[];
|
|
1520
|
+
listeners(event: "message"): MessageListener[];
|
|
1483
1521
|
listeners(event: Signals): SignalsListener[];
|
|
1484
|
-
listeners(event:
|
|
1485
|
-
listeners(event:
|
|
1522
|
+
listeners(event: "multipleResolves"): MultipleResolveListener[];
|
|
1523
|
+
listeners(event: "worker"): WorkerListener[];
|
|
1486
1524
|
}
|
|
1487
1525
|
}
|
|
1488
1526
|
}
|
|
1489
1527
|
export = process;
|
|
1490
1528
|
}
|
|
1491
|
-
declare module
|
|
1492
|
-
import process = require(
|
|
1529
|
+
declare module "node:process" {
|
|
1530
|
+
import process = require("process");
|
|
1493
1531
|
export = process;
|
|
1494
1532
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
* @deprecated Since v7.0.0 - Deprecated
|
|
27
27
|
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/punycode.js)
|
|
28
28
|
*/
|
|
29
|
-
declare module
|
|
29
|
+
declare module "punycode" {
|
|
30
30
|
/**
|
|
31
31
|
* The `punycode.decode()` method converts a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only
|
|
32
32
|
* characters to the equivalent string of Unicode codepoints.
|
|
@@ -112,6 +112,6 @@ declare module 'punycode' {
|
|
|
112
112
|
*/
|
|
113
113
|
const version: string;
|
|
114
114
|
}
|
|
115
|
-
declare module
|
|
116
|
-
export * from
|
|
115
|
+
declare module "node:punycode" {
|
|
116
|
+
export * from "punycode";
|
|
117
117
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* when compatibility with browser code is desirable.
|
|
12
12
|
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/querystring.js)
|
|
13
13
|
*/
|
|
14
|
-
declare module
|
|
14
|
+
declare module "querystring" {
|
|
15
15
|
interface StringifyOptions {
|
|
16
16
|
encodeURIComponent?: ((str: string) => string) | undefined;
|
|
17
17
|
}
|
|
@@ -20,7 +20,17 @@ declare module 'querystring' {
|
|
|
20
20
|
decodeURIComponent?: ((str: string) => string) | undefined;
|
|
21
21
|
}
|
|
22
22
|
interface ParsedUrlQuery extends NodeJS.Dict<string | string[]> {}
|
|
23
|
-
interface ParsedUrlQueryInput extends
|
|
23
|
+
interface ParsedUrlQueryInput extends
|
|
24
|
+
NodeJS.Dict<
|
|
25
|
+
| string
|
|
26
|
+
| number
|
|
27
|
+
| boolean
|
|
28
|
+
| ReadonlyArray<string>
|
|
29
|
+
| ReadonlyArray<number>
|
|
30
|
+
| ReadonlyArray<boolean>
|
|
31
|
+
| null
|
|
32
|
+
>
|
|
33
|
+
{}
|
|
24
34
|
/**
|
|
25
35
|
* The `querystring.stringify()` method produces a URL query string from a
|
|
26
36
|
* given `obj` by iterating through the object's "own properties".
|
|
@@ -126,6 +136,6 @@ declare module 'querystring' {
|
|
|
126
136
|
*/
|
|
127
137
|
function unescape(str: string): string;
|
|
128
138
|
}
|
|
129
|
-
declare module
|
|
130
|
-
export * from
|
|
139
|
+
declare module "node:querystring" {
|
|
140
|
+
export * from "querystring";
|
|
131
141
|
}
|
package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* @since v17.0.0
|
|
3
3
|
* @experimental
|
|
4
4
|
*/
|
|
5
|
-
declare module
|
|
6
|
-
import { Interface as _Interface, ReadLineOptions
|
|
7
|
-
import { Abortable } from
|
|
5
|
+
declare module "readline/promises" {
|
|
6
|
+
import { AsyncCompleter, Completer, Direction, Interface as _Interface, ReadLineOptions } from "node:readline";
|
|
7
|
+
import { Abortable } from "node:events";
|
|
8
8
|
/**
|
|
9
9
|
* Instances of the `readlinePromises.Interface` class are constructed using the`readlinePromises.createInterface()` method. Every instance is associated with a
|
|
10
10
|
* single `input` `Readable` stream and a single `output` `Writable` stream.
|
|
@@ -61,7 +61,7 @@ declare module 'readline/promises' {
|
|
|
61
61
|
stream: NodeJS.WritableStream,
|
|
62
62
|
options?: {
|
|
63
63
|
autoCommit?: boolean;
|
|
64
|
-
}
|
|
64
|
+
},
|
|
65
65
|
);
|
|
66
66
|
/**
|
|
67
67
|
* The `rl.clearLine()` method adds to the internal list of pending action an
|
|
@@ -137,9 +137,14 @@ declare module 'readline/promises' {
|
|
|
137
137
|
* (`process.stdout` does this automatically when it is a TTY).
|
|
138
138
|
* @since v17.0.0
|
|
139
139
|
*/
|
|
140
|
-
function createInterface(
|
|
140
|
+
function createInterface(
|
|
141
|
+
input: NodeJS.ReadableStream,
|
|
142
|
+
output?: NodeJS.WritableStream,
|
|
143
|
+
completer?: Completer | AsyncCompleter,
|
|
144
|
+
terminal?: boolean,
|
|
145
|
+
): Interface;
|
|
141
146
|
function createInterface(options: ReadLineOptions): Interface;
|
|
142
147
|
}
|
|
143
|
-
declare module
|
|
144
|
-
export * from
|
|
148
|
+
declare module "node:readline/promises" {
|
|
149
|
+
export * from "readline/promises";
|
|
145
150
|
}
|