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,219 +1,209 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "20.
|
|
4
|
-
"description": "TypeScript definitions for
|
|
3
|
+
"version": "20.9.0",
|
|
4
|
+
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Microsoft TypeScript",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"name": "DefinitelyTyped",
|
|
15
|
-
"url": "https://github.com/DefinitelyTyped",
|
|
16
|
-
"githubUsername": "DefinitelyTyped"
|
|
10
|
+
"githubUsername": "Microsoft",
|
|
11
|
+
"url": "https://github.com/Microsoft"
|
|
17
12
|
},
|
|
18
13
|
{
|
|
19
14
|
"name": "Alberto Schiabel",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
15
|
+
"githubUsername": "jkomyno",
|
|
16
|
+
"url": "https://github.com/jkomyno"
|
|
22
17
|
},
|
|
23
18
|
{
|
|
24
19
|
"name": "Alvis HT Tang",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
20
|
+
"githubUsername": "alvis",
|
|
21
|
+
"url": "https://github.com/alvis"
|
|
27
22
|
},
|
|
28
23
|
{
|
|
29
24
|
"name": "Andrew Makarov",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
25
|
+
"githubUsername": "r3nya",
|
|
26
|
+
"url": "https://github.com/r3nya"
|
|
32
27
|
},
|
|
33
28
|
{
|
|
34
29
|
"name": "Benjamin Toueg",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
30
|
+
"githubUsername": "btoueg",
|
|
31
|
+
"url": "https://github.com/btoueg"
|
|
37
32
|
},
|
|
38
33
|
{
|
|
39
34
|
"name": "Chigozirim C.",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
35
|
+
"githubUsername": "smac89",
|
|
36
|
+
"url": "https://github.com/smac89"
|
|
42
37
|
},
|
|
43
38
|
{
|
|
44
39
|
"name": "David Junger",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
40
|
+
"githubUsername": "touffy",
|
|
41
|
+
"url": "https://github.com/touffy"
|
|
47
42
|
},
|
|
48
43
|
{
|
|
49
44
|
"name": "Deividas Bakanas",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
45
|
+
"githubUsername": "DeividasBakanas",
|
|
46
|
+
"url": "https://github.com/DeividasBakanas"
|
|
52
47
|
},
|
|
53
48
|
{
|
|
54
49
|
"name": "Eugene Y. Q. Shen",
|
|
55
|
-
"
|
|
56
|
-
"
|
|
50
|
+
"githubUsername": "eyqs",
|
|
51
|
+
"url": "https://github.com/eyqs"
|
|
57
52
|
},
|
|
58
53
|
{
|
|
59
54
|
"name": "Hannes Magnusson",
|
|
60
|
-
"
|
|
61
|
-
"
|
|
55
|
+
"githubUsername": "Hannes-Magnusson-CK",
|
|
56
|
+
"url": "https://github.com/Hannes-Magnusson-CK"
|
|
62
57
|
},
|
|
63
58
|
{
|
|
64
59
|
"name": "Huw",
|
|
65
|
-
"
|
|
66
|
-
"
|
|
60
|
+
"githubUsername": "hoo29",
|
|
61
|
+
"url": "https://github.com/hoo29"
|
|
67
62
|
},
|
|
68
63
|
{
|
|
69
64
|
"name": "Kelvin Jin",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
65
|
+
"githubUsername": "kjin",
|
|
66
|
+
"url": "https://github.com/kjin"
|
|
72
67
|
},
|
|
73
68
|
{
|
|
74
69
|
"name": "Klaus Meinhardt",
|
|
75
|
-
"
|
|
76
|
-
"
|
|
70
|
+
"githubUsername": "ajafff",
|
|
71
|
+
"url": "https://github.com/ajafff"
|
|
77
72
|
},
|
|
78
73
|
{
|
|
79
74
|
"name": "Lishude",
|
|
80
|
-
"
|
|
81
|
-
"
|
|
75
|
+
"githubUsername": "islishude",
|
|
76
|
+
"url": "https://github.com/islishude"
|
|
82
77
|
},
|
|
83
78
|
{
|
|
84
79
|
"name": "Mariusz Wiktorczyk",
|
|
85
|
-
"
|
|
86
|
-
"
|
|
80
|
+
"githubUsername": "mwiktorczyk",
|
|
81
|
+
"url": "https://github.com/mwiktorczyk"
|
|
87
82
|
},
|
|
88
83
|
{
|
|
89
84
|
"name": "Mohsen Azimi",
|
|
90
|
-
"
|
|
91
|
-
"
|
|
85
|
+
"githubUsername": "mohsen1",
|
|
86
|
+
"url": "https://github.com/mohsen1"
|
|
92
87
|
},
|
|
93
88
|
{
|
|
94
89
|
"name": "Nicolas Even",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
90
|
+
"githubUsername": "n-e",
|
|
91
|
+
"url": "https://github.com/n-e"
|
|
97
92
|
},
|
|
98
93
|
{
|
|
99
94
|
"name": "Nikita Galkin",
|
|
100
|
-
"
|
|
101
|
-
"
|
|
95
|
+
"githubUsername": "galkin",
|
|
96
|
+
"url": "https://github.com/galkin"
|
|
102
97
|
},
|
|
103
98
|
{
|
|
104
99
|
"name": "Parambir Singh",
|
|
105
|
-
"
|
|
106
|
-
"
|
|
100
|
+
"githubUsername": "parambirs",
|
|
101
|
+
"url": "https://github.com/parambirs"
|
|
107
102
|
},
|
|
108
103
|
{
|
|
109
104
|
"name": "Sebastian Silbermann",
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"name": "Simon Schick",
|
|
115
|
-
"url": "https://github.com/SimonSchick",
|
|
116
|
-
"githubUsername": "SimonSchick"
|
|
105
|
+
"githubUsername": "eps1lon",
|
|
106
|
+
"url": "https://github.com/eps1lon"
|
|
117
107
|
},
|
|
118
108
|
{
|
|
119
109
|
"name": "Thomas den Hollander",
|
|
120
|
-
"
|
|
121
|
-
"
|
|
110
|
+
"githubUsername": "ThomasdenH",
|
|
111
|
+
"url": "https://github.com/ThomasdenH"
|
|
122
112
|
},
|
|
123
113
|
{
|
|
124
114
|
"name": "Wilco Bakker",
|
|
125
|
-
"
|
|
126
|
-
"
|
|
115
|
+
"githubUsername": "WilcoBakker",
|
|
116
|
+
"url": "https://github.com/WilcoBakker"
|
|
127
117
|
},
|
|
128
118
|
{
|
|
129
119
|
"name": "wwwy3y3",
|
|
130
|
-
"
|
|
131
|
-
"
|
|
120
|
+
"githubUsername": "wwwy3y3",
|
|
121
|
+
"url": "https://github.com/wwwy3y3"
|
|
132
122
|
},
|
|
133
123
|
{
|
|
134
124
|
"name": "Samuel Ainsworth",
|
|
135
|
-
"
|
|
136
|
-
"
|
|
125
|
+
"githubUsername": "samuela",
|
|
126
|
+
"url": "https://github.com/samuela"
|
|
137
127
|
},
|
|
138
128
|
{
|
|
139
129
|
"name": "Kyle Uehlein",
|
|
140
|
-
"
|
|
141
|
-
"
|
|
130
|
+
"githubUsername": "kuehlein",
|
|
131
|
+
"url": "https://github.com/kuehlein"
|
|
142
132
|
},
|
|
143
133
|
{
|
|
144
134
|
"name": "Thanik Bhongbhibhat",
|
|
145
|
-
"
|
|
146
|
-
"
|
|
135
|
+
"githubUsername": "bhongy",
|
|
136
|
+
"url": "https://github.com/bhongy"
|
|
147
137
|
},
|
|
148
138
|
{
|
|
149
139
|
"name": "Marcin Kopacz",
|
|
150
|
-
"
|
|
151
|
-
"
|
|
140
|
+
"githubUsername": "chyzwar",
|
|
141
|
+
"url": "https://github.com/chyzwar"
|
|
152
142
|
},
|
|
153
143
|
{
|
|
154
144
|
"name": "Trivikram Kamat",
|
|
155
|
-
"
|
|
156
|
-
"
|
|
145
|
+
"githubUsername": "trivikr",
|
|
146
|
+
"url": "https://github.com/trivikr"
|
|
157
147
|
},
|
|
158
148
|
{
|
|
159
149
|
"name": "Junxiao Shi",
|
|
160
|
-
"
|
|
161
|
-
"
|
|
150
|
+
"githubUsername": "yoursunny",
|
|
151
|
+
"url": "https://github.com/yoursunny"
|
|
162
152
|
},
|
|
163
153
|
{
|
|
164
154
|
"name": "Ilia Baryshnikov",
|
|
165
|
-
"
|
|
166
|
-
"
|
|
155
|
+
"githubUsername": "qwelias",
|
|
156
|
+
"url": "https://github.com/qwelias"
|
|
167
157
|
},
|
|
168
158
|
{
|
|
169
159
|
"name": "ExE Boss",
|
|
170
|
-
"
|
|
171
|
-
"
|
|
160
|
+
"githubUsername": "ExE-Boss",
|
|
161
|
+
"url": "https://github.com/ExE-Boss"
|
|
172
162
|
},
|
|
173
163
|
{
|
|
174
164
|
"name": "Piotr Błażejewicz",
|
|
175
|
-
"
|
|
176
|
-
"
|
|
165
|
+
"githubUsername": "peterblazejewicz",
|
|
166
|
+
"url": "https://github.com/peterblazejewicz"
|
|
177
167
|
},
|
|
178
168
|
{
|
|
179
169
|
"name": "Anna Henningsen",
|
|
180
|
-
"
|
|
181
|
-
"
|
|
170
|
+
"githubUsername": "addaleax",
|
|
171
|
+
"url": "https://github.com/addaleax"
|
|
182
172
|
},
|
|
183
173
|
{
|
|
184
174
|
"name": "Victor Perin",
|
|
185
|
-
"
|
|
186
|
-
"
|
|
175
|
+
"githubUsername": "victorperin",
|
|
176
|
+
"url": "https://github.com/victorperin"
|
|
187
177
|
},
|
|
188
178
|
{
|
|
189
179
|
"name": "Yongsheng Zhang",
|
|
190
|
-
"
|
|
191
|
-
"
|
|
180
|
+
"githubUsername": "ZYSzys",
|
|
181
|
+
"url": "https://github.com/ZYSzys"
|
|
192
182
|
},
|
|
193
183
|
{
|
|
194
184
|
"name": "NodeJS Contributors",
|
|
195
|
-
"
|
|
196
|
-
"
|
|
185
|
+
"githubUsername": "NodeJS",
|
|
186
|
+
"url": "https://github.com/NodeJS"
|
|
197
187
|
},
|
|
198
188
|
{
|
|
199
189
|
"name": "Linus Unnebäck",
|
|
200
|
-
"
|
|
201
|
-
"
|
|
190
|
+
"githubUsername": "LinusU",
|
|
191
|
+
"url": "https://github.com/LinusU"
|
|
202
192
|
},
|
|
203
193
|
{
|
|
204
194
|
"name": "wafuwafu13",
|
|
205
|
-
"
|
|
206
|
-
"
|
|
195
|
+
"githubUsername": "wafuwafu13",
|
|
196
|
+
"url": "https://github.com/wafuwafu13"
|
|
207
197
|
},
|
|
208
198
|
{
|
|
209
199
|
"name": "Matteo Collina",
|
|
210
|
-
"
|
|
211
|
-
"
|
|
200
|
+
"githubUsername": "mcollina",
|
|
201
|
+
"url": "https://github.com/mcollina"
|
|
212
202
|
},
|
|
213
203
|
{
|
|
214
204
|
"name": "Dmitry Semigradsky",
|
|
215
|
-
"
|
|
216
|
-
"
|
|
205
|
+
"githubUsername": "Semigradsky",
|
|
206
|
+
"url": "https://github.com/Semigradsky"
|
|
217
207
|
}
|
|
218
208
|
],
|
|
219
209
|
"main": "",
|
|
@@ -231,7 +221,10 @@
|
|
|
231
221
|
"directory": "types/node"
|
|
232
222
|
},
|
|
233
223
|
"scripts": {},
|
|
234
|
-
"dependencies": {
|
|
235
|
-
|
|
236
|
-
|
|
224
|
+
"dependencies": {
|
|
225
|
+
"undici-types": "~5.26.4"
|
|
226
|
+
},
|
|
227
|
+
"typesPublisherContentHash": "a1b366d7b3bf1afaa88e038010565763e234c0e5fa8044db8b0d7c44995bfbf8",
|
|
228
|
+
"typeScriptVersion": "4.5",
|
|
229
|
+
"nonNpm": true
|
|
237
230
|
}
|
|
@@ -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" | "dns" | "net";
|
|
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
|
}
|