cdk-ecr-deployment 2.5.6 → 2.5.22
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 +5 -4
- package/.jsii +673 -21
- package/.jsii.tabl.json +1 -0
- package/.projenrc.ts +100 -0
- package/API.md +4 -4
- package/README.md +4 -4
- package/lambda/go.mod +2 -5
- package/lambda/go.sum +39 -14
- package/lib/index.d.ts +7 -65
- package/lib/index.js +7 -45
- package/node_modules/@sindresorhus/is/dist/index.d.ts +12 -7
- package/node_modules/@sindresorhus/is/dist/index.js +9 -4
- package/node_modules/@sindresorhus/is/dist/types.d.ts +1 -0
- package/node_modules/@sindresorhus/is/package.json +1 -1
- package/node_modules/@sindresorhus/is/readme.md +25 -7
- package/node_modules/@types/cacheable-request/README.md +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +135 -75
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +67 -38
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +226 -104
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +87 -58
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +29 -29
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +888 -256
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +16 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +60 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +52 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +27 -18
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dom-events.d.ts +126 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +6 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +166 -93
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +169 -70
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +301 -126
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +22 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +453 -125
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +74 -46
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +103 -53
- package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +6 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +20 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +6 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +114 -22
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +36 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +15 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +37 -26
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +96 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +95 -82
- package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +145 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +51 -175
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +21 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +2 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +983 -824
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +1154 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +26 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +127 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +149 -50
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +30 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +972 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +530 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +2354 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +1395 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +414 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +412 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +3969 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +414 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +668 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dom-events.d.ts +126 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +724 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +1189 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +4044 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +303 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +1724 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +2129 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +441 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +2748 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +116 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +888 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +477 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +638 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/process.d.ts +1494 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +145 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +526 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +1392 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +1154 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +215 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +1119 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +901 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +2052 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +894 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +152 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +693 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +11 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +66 -56
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +528 -70
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +271 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +421 -34
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +15 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +81 -37
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +11 -11
- package/node_modules/@types/cacheable-request/package.json +5 -5
- package/node_modules/@types/keyv/README.md +1 -1
- package/node_modules/@types/keyv/index.d.ts +16 -3
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +135 -75
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +67 -38
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +226 -104
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +87 -58
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +29 -29
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +888 -256
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +16 -16
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +60 -21
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +52 -8
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +27 -18
- package/node_modules/@types/keyv/node_modules/@types/node/dom-events.d.ts +126 -0
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +6 -5
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +166 -93
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +169 -70
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +301 -126
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +22 -13
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +453 -125
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +74 -46
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +103 -53
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +6 -2
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +20 -16
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +6 -4
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +114 -22
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +36 -14
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +15 -3
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +37 -26
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +96 -15
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +95 -82
- package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +145 -0
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +51 -175
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +21 -21
- package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +2 -14
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +983 -824
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +1154 -0
- package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +26 -1
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +127 -6
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +149 -50
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +30 -9
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +972 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +530 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +2354 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +1395 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +414 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +412 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +3969 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +414 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +668 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dom-events.d.ts +126 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +724 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +1189 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +4044 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +303 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +1724 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +2129 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +441 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +2748 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +116 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +888 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +477 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +638 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/process.d.ts +1494 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +145 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +526 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +1392 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +1154 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +215 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +1119 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +901 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +2052 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +894 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +152 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +693 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +11 -7
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +66 -56
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +528 -70
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +271 -14
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +421 -34
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +15 -21
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +81 -37
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +11 -11
- package/node_modules/@types/keyv/package.json +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +135 -75
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +67 -38
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +226 -104
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +87 -58
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +29 -29
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +888 -256
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +16 -16
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +60 -21
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +52 -8
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +27 -18
- package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +126 -0
- package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +6 -5
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +166 -93
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +169 -70
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +301 -126
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +22 -13
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +453 -125
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +74 -46
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +103 -53
- package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +6 -2
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +20 -16
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +6 -4
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +114 -22
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +36 -14
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +15 -3
- package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +37 -26
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +96 -15
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +95 -82
- package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +145 -0
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +51 -175
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +21 -21
- package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +2 -14
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +983 -824
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +1154 -0
- package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +26 -1
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +127 -6
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +149 -50
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +30 -9
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +972 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +530 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +2354 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +1395 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +414 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +412 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +3969 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +414 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +668 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dom-events.d.ts +126 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +724 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +1189 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +4044 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +303 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +1724 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +2129 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +441 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +2748 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +116 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +888 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +477 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +638 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/process.d.ts +1494 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +145 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +526 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +1392 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +1154 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +215 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +1119 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +901 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +2052 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +894 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +152 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +693 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +11 -7
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +66 -56
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +528 -70
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +271 -14
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +421 -34
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +15 -21
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +81 -37
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +11 -11
- package/node_modules/cacheable-request/package.json +1 -1
- package/node_modules/clone-response/node_modules/mimic-response/index.js +32 -0
- package/node_modules/{get-stream → clone-response/node_modules/mimic-response}/license +1 -1
- package/node_modules/clone-response/node_modules/mimic-response/package.json +37 -0
- package/node_modules/clone-response/node_modules/mimic-response/readme.md +54 -0
- package/node_modules/clone-response/package.json +3 -6
- package/node_modules/got/dist/source/as-promise/index.js +1 -0
- package/node_modules/got/package.json +2 -1
- package/node_modules/http-cache-semantics/index.js +4 -3
- package/node_modules/http-cache-semantics/package.json +2 -8
- package/node_modules/keyv/README.md +141 -5
- package/node_modules/keyv/package.json +56 -50
- package/node_modules/keyv/src/index.d.ts +116 -0
- package/node_modules/keyv/src/index.js +179 -24
- package/node_modules/mimic-response/index.js +58 -13
- package/node_modules/mimic-response/license +1 -1
- package/node_modules/mimic-response/package.json +40 -35
- package/node_modules/mimic-response/readme.md +33 -9
- package/node_modules/responselike/package.json +3 -2
- package/package.json +54 -25
- package/rosetta/default.ts-fixture +17 -0
- package/changelog.md +0 -2
- package/node_modules/decompress-response/node_modules/mimic-response/index.js +0 -77
- package/node_modules/decompress-response/node_modules/mimic-response/package.json +0 -42
- package/node_modules/decompress-response/node_modules/mimic-response/readme.md +0 -78
- package/node_modules/keyv/.nyc_output/37411020-4142-4b08-b825-343ba2427bf7.json +0 -1
- package/node_modules/keyv/.nyc_output/cd79f2de-c8b8-4493-bc15-b2bde28efa4b.json +0 -1
- package/node_modules/keyv/.nyc_output/processinfo/37411020-4142-4b08-b825-343ba2427bf7.json +0 -1
- package/node_modules/keyv/.nyc_output/processinfo/cd79f2de-c8b8-4493-bc15-b2bde28efa4b.json +0 -1
- package/node_modules/keyv/.nyc_output/processinfo/index.json +0 -1
- package/node_modules/keyv/test/test.js +0 -132
- package/node_modules/keyv/test/testdb.sqlite +0 -0
- package/releasetag.txt +0 -1
- package/version.txt +0 -1
- /package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/buffer-stream.js +0 -0
- /package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/index.d.ts +0 -0
- /package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/index.js +0 -0
- /package/node_modules/{decompress-response/node_modules/mimic-response → cacheable-request/node_modules/get-stream}/license +0 -0
- /package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/package.json +0 -0
- /package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/readme.md +0 -0
- /package/node_modules/{decompress-response/node_modules/mimic-response → mimic-response}/index.d.ts +0 -0
|
@@ -0,0 +1,441 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a
|
|
3
|
+
* separate module.
|
|
4
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/https.js)
|
|
5
|
+
*/
|
|
6
|
+
declare module 'https' {
|
|
7
|
+
import { Duplex } from 'node:stream';
|
|
8
|
+
import * as tls from 'node:tls';
|
|
9
|
+
import * as http from 'node:http';
|
|
10
|
+
import { URL } from 'node:url';
|
|
11
|
+
type ServerOptions<
|
|
12
|
+
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
13
|
+
Response extends typeof http.ServerResponse = typeof http.ServerResponse,
|
|
14
|
+
> = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions<Request, Response>;
|
|
15
|
+
type RequestOptions = http.RequestOptions &
|
|
16
|
+
tls.SecureContextOptions & {
|
|
17
|
+
checkServerIdentity?: typeof tls.checkServerIdentity | undefined;
|
|
18
|
+
rejectUnauthorized?: boolean | undefined; // Defaults to true
|
|
19
|
+
servername?: string | undefined; // SNI TLS Extension
|
|
20
|
+
};
|
|
21
|
+
interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions {
|
|
22
|
+
rejectUnauthorized?: boolean | undefined;
|
|
23
|
+
maxCachedSessions?: number | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* An `Agent` object for HTTPS similar to `http.Agent`. See {@link request} for more information.
|
|
27
|
+
* @since v0.4.5
|
|
28
|
+
*/
|
|
29
|
+
class Agent extends http.Agent {
|
|
30
|
+
constructor(options?: AgentOptions);
|
|
31
|
+
options: AgentOptions;
|
|
32
|
+
}
|
|
33
|
+
interface Server<
|
|
34
|
+
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
35
|
+
Response extends typeof http.ServerResponse = typeof http.ServerResponse,
|
|
36
|
+
> extends http.Server<Request, Response> {}
|
|
37
|
+
/**
|
|
38
|
+
* See `http.Server` for more information.
|
|
39
|
+
* @since v0.3.4
|
|
40
|
+
*/
|
|
41
|
+
class Server<
|
|
42
|
+
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
43
|
+
Response extends typeof http.ServerResponse = typeof http.ServerResponse,
|
|
44
|
+
> extends tls.Server {
|
|
45
|
+
constructor(requestListener?: http.RequestListener<Request, Response>);
|
|
46
|
+
constructor(
|
|
47
|
+
options: ServerOptions<Request, Response>,
|
|
48
|
+
requestListener?: http.RequestListener<Request, Response>,
|
|
49
|
+
);
|
|
50
|
+
/**
|
|
51
|
+
* Closes all connections connected to this server.
|
|
52
|
+
* @since v18.2.0
|
|
53
|
+
*/
|
|
54
|
+
closeAllConnections(): void;
|
|
55
|
+
/**
|
|
56
|
+
* Closes all connections connected to this server which are not sending a request or waiting for a response.
|
|
57
|
+
* @since v18.2.0
|
|
58
|
+
*/
|
|
59
|
+
closeIdleConnections(): void;
|
|
60
|
+
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
61
|
+
addListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
|
|
62
|
+
addListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this;
|
|
63
|
+
addListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this;
|
|
64
|
+
addListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this;
|
|
65
|
+
addListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
|
|
66
|
+
addListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
|
|
67
|
+
addListener(event: 'close', listener: () => void): this;
|
|
68
|
+
addListener(event: 'connection', listener: (socket: Duplex) => void): this;
|
|
69
|
+
addListener(event: 'error', listener: (err: Error) => void): this;
|
|
70
|
+
addListener(event: 'listening', listener: () => void): this;
|
|
71
|
+
addListener(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this;
|
|
72
|
+
addListener(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this;
|
|
73
|
+
addListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
|
|
74
|
+
addListener(event: 'connect', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
75
|
+
addListener(event: 'request', listener: http.RequestListener<Request, Response>): this;
|
|
76
|
+
addListener(event: 'upgrade', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
77
|
+
emit(event: string, ...args: any[]): boolean;
|
|
78
|
+
emit(event: 'keylog', line: Buffer, tlsSocket: tls.TLSSocket): boolean;
|
|
79
|
+
emit(event: 'newSession', sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void): boolean;
|
|
80
|
+
emit(event: 'OCSPRequest', certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void): boolean;
|
|
81
|
+
emit(event: 'resumeSession', sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean;
|
|
82
|
+
emit(event: 'secureConnection', tlsSocket: tls.TLSSocket): boolean;
|
|
83
|
+
emit(event: 'tlsClientError', err: Error, tlsSocket: tls.TLSSocket): boolean;
|
|
84
|
+
emit(event: 'close'): boolean;
|
|
85
|
+
emit(event: 'connection', socket: Duplex): boolean;
|
|
86
|
+
emit(event: 'error', err: Error): boolean;
|
|
87
|
+
emit(event: 'listening'): boolean;
|
|
88
|
+
emit(
|
|
89
|
+
event: 'checkContinue',
|
|
90
|
+
req: InstanceType<Request>,
|
|
91
|
+
res: InstanceType<Response> & {
|
|
92
|
+
req: InstanceType<Request>;
|
|
93
|
+
}
|
|
94
|
+
): boolean;
|
|
95
|
+
emit(
|
|
96
|
+
event: 'checkExpectation',
|
|
97
|
+
req: InstanceType<Request>,
|
|
98
|
+
res: InstanceType<Response> & {
|
|
99
|
+
req: InstanceType<Request>;
|
|
100
|
+
}
|
|
101
|
+
): boolean;
|
|
102
|
+
emit(event: 'clientError', err: Error, socket: Duplex): boolean;
|
|
103
|
+
emit(event: 'connect', req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
|
|
104
|
+
emit(
|
|
105
|
+
event: 'request',
|
|
106
|
+
req: InstanceType<Request>,
|
|
107
|
+
res: InstanceType<Response> & {
|
|
108
|
+
req: InstanceType<Request>;
|
|
109
|
+
}
|
|
110
|
+
): boolean;
|
|
111
|
+
emit(event: 'upgrade', req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
|
|
112
|
+
on(event: string, listener: (...args: any[]) => void): this;
|
|
113
|
+
on(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
|
|
114
|
+
on(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this;
|
|
115
|
+
on(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this;
|
|
116
|
+
on(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this;
|
|
117
|
+
on(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
|
|
118
|
+
on(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
|
|
119
|
+
on(event: 'close', listener: () => void): this;
|
|
120
|
+
on(event: 'connection', listener: (socket: Duplex) => void): this;
|
|
121
|
+
on(event: 'error', listener: (err: Error) => void): this;
|
|
122
|
+
on(event: 'listening', listener: () => void): this;
|
|
123
|
+
on(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this;
|
|
124
|
+
on(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this;
|
|
125
|
+
on(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
|
|
126
|
+
on(event: 'connect', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
127
|
+
on(event: 'request', listener: http.RequestListener<Request, Response>): this;
|
|
128
|
+
on(event: 'upgrade', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
129
|
+
once(event: string, listener: (...args: any[]) => void): this;
|
|
130
|
+
once(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
|
|
131
|
+
once(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this;
|
|
132
|
+
once(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this;
|
|
133
|
+
once(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this;
|
|
134
|
+
once(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
|
|
135
|
+
once(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
|
|
136
|
+
once(event: 'close', listener: () => void): this;
|
|
137
|
+
once(event: 'connection', listener: (socket: Duplex) => void): this;
|
|
138
|
+
once(event: 'error', listener: (err: Error) => void): this;
|
|
139
|
+
once(event: 'listening', listener: () => void): this;
|
|
140
|
+
once(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this;
|
|
141
|
+
once(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this;
|
|
142
|
+
once(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
|
|
143
|
+
once(event: 'connect', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
144
|
+
once(event: 'request', listener: http.RequestListener<Request, Response>): this;
|
|
145
|
+
once(event: 'upgrade', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
146
|
+
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
147
|
+
prependListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
|
|
148
|
+
prependListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this;
|
|
149
|
+
prependListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this;
|
|
150
|
+
prependListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this;
|
|
151
|
+
prependListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
|
|
152
|
+
prependListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
|
|
153
|
+
prependListener(event: 'close', listener: () => void): this;
|
|
154
|
+
prependListener(event: 'connection', listener: (socket: Duplex) => void): this;
|
|
155
|
+
prependListener(event: 'error', listener: (err: Error) => void): this;
|
|
156
|
+
prependListener(event: 'listening', listener: () => void): this;
|
|
157
|
+
prependListener(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this;
|
|
158
|
+
prependListener(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this;
|
|
159
|
+
prependListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
|
|
160
|
+
prependListener(event: 'connect', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
161
|
+
prependListener(event: 'request', listener: http.RequestListener<Request, Response>): this;
|
|
162
|
+
prependListener(event: 'upgrade', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
163
|
+
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
164
|
+
prependOnceListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
|
|
165
|
+
prependOnceListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this;
|
|
166
|
+
prependOnceListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this;
|
|
167
|
+
prependOnceListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this;
|
|
168
|
+
prependOnceListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
|
|
169
|
+
prependOnceListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
|
|
170
|
+
prependOnceListener(event: 'close', listener: () => void): this;
|
|
171
|
+
prependOnceListener(event: 'connection', listener: (socket: Duplex) => void): this;
|
|
172
|
+
prependOnceListener(event: 'error', listener: (err: Error) => void): this;
|
|
173
|
+
prependOnceListener(event: 'listening', listener: () => void): this;
|
|
174
|
+
prependOnceListener(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this;
|
|
175
|
+
prependOnceListener(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this;
|
|
176
|
+
prependOnceListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
|
|
177
|
+
prependOnceListener(event: 'connect', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
178
|
+
prependOnceListener(event: 'request', listener: http.RequestListener<Request, Response>): this;
|
|
179
|
+
prependOnceListener(event: 'upgrade', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* ```js
|
|
183
|
+
* // curl -k https://localhost:8000/
|
|
184
|
+
* const https = require('node:https');
|
|
185
|
+
* const fs = require('node:fs');
|
|
186
|
+
*
|
|
187
|
+
* const options = {
|
|
188
|
+
* key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'),
|
|
189
|
+
* cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'),
|
|
190
|
+
* };
|
|
191
|
+
*
|
|
192
|
+
* https.createServer(options, (req, res) => {
|
|
193
|
+
* res.writeHead(200);
|
|
194
|
+
* res.end('hello world\n');
|
|
195
|
+
* }).listen(8000);
|
|
196
|
+
* ```
|
|
197
|
+
*
|
|
198
|
+
* Or
|
|
199
|
+
*
|
|
200
|
+
* ```js
|
|
201
|
+
* const https = require('node:https');
|
|
202
|
+
* const fs = require('node:fs');
|
|
203
|
+
*
|
|
204
|
+
* const options = {
|
|
205
|
+
* pfx: fs.readFileSync('test/fixtures/test_cert.pfx'),
|
|
206
|
+
* passphrase: 'sample',
|
|
207
|
+
* };
|
|
208
|
+
*
|
|
209
|
+
* https.createServer(options, (req, res) => {
|
|
210
|
+
* res.writeHead(200);
|
|
211
|
+
* res.end('hello world\n');
|
|
212
|
+
* }).listen(8000);
|
|
213
|
+
* ```
|
|
214
|
+
* @since v0.3.4
|
|
215
|
+
* @param options Accepts `options` from `createServer`, `createSecureContext` and `createServer`.
|
|
216
|
+
* @param requestListener A listener to be added to the `'request'` event.
|
|
217
|
+
*/
|
|
218
|
+
function createServer<
|
|
219
|
+
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
220
|
+
Response extends typeof http.ServerResponse = typeof http.ServerResponse,
|
|
221
|
+
>(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>;
|
|
222
|
+
function createServer<
|
|
223
|
+
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
224
|
+
Response extends typeof http.ServerResponse = typeof http.ServerResponse,
|
|
225
|
+
>(
|
|
226
|
+
options: ServerOptions<Request, Response>,
|
|
227
|
+
requestListener?: http.RequestListener<Request, Response>,
|
|
228
|
+
): Server<Request, Response>;
|
|
229
|
+
/**
|
|
230
|
+
* Makes a request to a secure web server.
|
|
231
|
+
*
|
|
232
|
+
* The following additional `options` from `tls.connect()` are also accepted:`ca`, `cert`, `ciphers`, `clientCertEngine`, `crl`, `dhparam`, `ecdhCurve`,`honorCipherOrder`, `key`, `passphrase`,
|
|
233
|
+
* `pfx`, `rejectUnauthorized`,`secureOptions`, `secureProtocol`, `servername`, `sessionIdContext`,`highWaterMark`.
|
|
234
|
+
*
|
|
235
|
+
* `options` can be an object, a string, or a `URL` object. If `options` is a
|
|
236
|
+
* string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object.
|
|
237
|
+
*
|
|
238
|
+
* `https.request()` returns an instance of the `http.ClientRequest` class. The `ClientRequest` instance is a writable stream. If one needs to
|
|
239
|
+
* upload a file with a POST request, then write to the `ClientRequest` object.
|
|
240
|
+
*
|
|
241
|
+
* ```js
|
|
242
|
+
* const https = require('node:https');
|
|
243
|
+
*
|
|
244
|
+
* const options = {
|
|
245
|
+
* hostname: 'encrypted.google.com',
|
|
246
|
+
* port: 443,
|
|
247
|
+
* path: '/',
|
|
248
|
+
* method: 'GET',
|
|
249
|
+
* };
|
|
250
|
+
*
|
|
251
|
+
* const req = https.request(options, (res) => {
|
|
252
|
+
* console.log('statusCode:', res.statusCode);
|
|
253
|
+
* console.log('headers:', res.headers);
|
|
254
|
+
*
|
|
255
|
+
* res.on('data', (d) => {
|
|
256
|
+
* process.stdout.write(d);
|
|
257
|
+
* });
|
|
258
|
+
* });
|
|
259
|
+
*
|
|
260
|
+
* req.on('error', (e) => {
|
|
261
|
+
* console.error(e);
|
|
262
|
+
* });
|
|
263
|
+
* req.end();
|
|
264
|
+
* ```
|
|
265
|
+
*
|
|
266
|
+
* Example using options from `tls.connect()`:
|
|
267
|
+
*
|
|
268
|
+
* ```js
|
|
269
|
+
* const options = {
|
|
270
|
+
* hostname: 'encrypted.google.com',
|
|
271
|
+
* port: 443,
|
|
272
|
+
* path: '/',
|
|
273
|
+
* method: 'GET',
|
|
274
|
+
* key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'),
|
|
275
|
+
* cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'),
|
|
276
|
+
* };
|
|
277
|
+
* options.agent = new https.Agent(options);
|
|
278
|
+
*
|
|
279
|
+
* const req = https.request(options, (res) => {
|
|
280
|
+
* // ...
|
|
281
|
+
* });
|
|
282
|
+
* ```
|
|
283
|
+
*
|
|
284
|
+
* Alternatively, opt out of connection pooling by not using an `Agent`.
|
|
285
|
+
*
|
|
286
|
+
* ```js
|
|
287
|
+
* const options = {
|
|
288
|
+
* hostname: 'encrypted.google.com',
|
|
289
|
+
* port: 443,
|
|
290
|
+
* path: '/',
|
|
291
|
+
* method: 'GET',
|
|
292
|
+
* key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'),
|
|
293
|
+
* cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'),
|
|
294
|
+
* agent: false,
|
|
295
|
+
* };
|
|
296
|
+
*
|
|
297
|
+
* const req = https.request(options, (res) => {
|
|
298
|
+
* // ...
|
|
299
|
+
* });
|
|
300
|
+
* ```
|
|
301
|
+
*
|
|
302
|
+
* Example using a `URL` as `options`:
|
|
303
|
+
*
|
|
304
|
+
* ```js
|
|
305
|
+
* const options = new URL('https://abc:xyz@example.com');
|
|
306
|
+
*
|
|
307
|
+
* const req = https.request(options, (res) => {
|
|
308
|
+
* // ...
|
|
309
|
+
* });
|
|
310
|
+
* ```
|
|
311
|
+
*
|
|
312
|
+
* Example pinning on certificate fingerprint, or the public key (similar to`pin-sha256`):
|
|
313
|
+
*
|
|
314
|
+
* ```js
|
|
315
|
+
* const tls = require('node:tls');
|
|
316
|
+
* const https = require('node:https');
|
|
317
|
+
* const crypto = require('node:crypto');
|
|
318
|
+
*
|
|
319
|
+
* function sha256(s) {
|
|
320
|
+
* return crypto.createHash('sha256').update(s).digest('base64');
|
|
321
|
+
* }
|
|
322
|
+
* const options = {
|
|
323
|
+
* hostname: 'github.com',
|
|
324
|
+
* port: 443,
|
|
325
|
+
* path: '/',
|
|
326
|
+
* method: 'GET',
|
|
327
|
+
* checkServerIdentity: function(host, cert) {
|
|
328
|
+
* // Make sure the certificate is issued to the host we are connected to
|
|
329
|
+
* const err = tls.checkServerIdentity(host, cert);
|
|
330
|
+
* if (err) {
|
|
331
|
+
* return err;
|
|
332
|
+
* }
|
|
333
|
+
*
|
|
334
|
+
* // Pin the public key, similar to HPKP pin-sha256 pinning
|
|
335
|
+
* const pubkey256 = 'pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU=';
|
|
336
|
+
* if (sha256(cert.pubkey) !== pubkey256) {
|
|
337
|
+
* const msg = 'Certificate verification error: ' +
|
|
338
|
+
* `The public key of '${cert.subject.CN}' ` +
|
|
339
|
+
* 'does not match our pinned fingerprint';
|
|
340
|
+
* return new Error(msg);
|
|
341
|
+
* }
|
|
342
|
+
*
|
|
343
|
+
* // Pin the exact certificate, rather than the pub key
|
|
344
|
+
* const cert256 = '25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:' +
|
|
345
|
+
* 'D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16';
|
|
346
|
+
* if (cert.fingerprint256 !== cert256) {
|
|
347
|
+
* const msg = 'Certificate verification error: ' +
|
|
348
|
+
* `The certificate of '${cert.subject.CN}' ` +
|
|
349
|
+
* 'does not match our pinned fingerprint';
|
|
350
|
+
* return new Error(msg);
|
|
351
|
+
* }
|
|
352
|
+
*
|
|
353
|
+
* // This loop is informational only.
|
|
354
|
+
* // Print the certificate and public key fingerprints of all certs in the
|
|
355
|
+
* // chain. Its common to pin the public key of the issuer on the public
|
|
356
|
+
* // internet, while pinning the public key of the service in sensitive
|
|
357
|
+
* // environments.
|
|
358
|
+
* do {
|
|
359
|
+
* console.log('Subject Common Name:', cert.subject.CN);
|
|
360
|
+
* console.log(' Certificate SHA256 fingerprint:', cert.fingerprint256);
|
|
361
|
+
*
|
|
362
|
+
* hash = crypto.createHash('sha256');
|
|
363
|
+
* console.log(' Public key ping-sha256:', sha256(cert.pubkey));
|
|
364
|
+
*
|
|
365
|
+
* lastprint256 = cert.fingerprint256;
|
|
366
|
+
* cert = cert.issuerCertificate;
|
|
367
|
+
* } while (cert.fingerprint256 !== lastprint256);
|
|
368
|
+
*
|
|
369
|
+
* },
|
|
370
|
+
* };
|
|
371
|
+
*
|
|
372
|
+
* options.agent = new https.Agent(options);
|
|
373
|
+
* const req = https.request(options, (res) => {
|
|
374
|
+
* console.log('All OK. Server matched our pinned cert or public key');
|
|
375
|
+
* console.log('statusCode:', res.statusCode);
|
|
376
|
+
* // Print the HPKP values
|
|
377
|
+
* console.log('headers:', res.headers['public-key-pins']);
|
|
378
|
+
*
|
|
379
|
+
* res.on('data', (d) => {});
|
|
380
|
+
* });
|
|
381
|
+
*
|
|
382
|
+
* req.on('error', (e) => {
|
|
383
|
+
* console.error(e.message);
|
|
384
|
+
* });
|
|
385
|
+
* req.end();
|
|
386
|
+
* ```
|
|
387
|
+
*
|
|
388
|
+
* Outputs for example:
|
|
389
|
+
*
|
|
390
|
+
* ```text
|
|
391
|
+
* Subject Common Name: github.com
|
|
392
|
+
* Certificate SHA256 fingerprint: 25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16
|
|
393
|
+
* Public key ping-sha256: pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU=
|
|
394
|
+
* Subject Common Name: DigiCert SHA2 Extended Validation Server CA
|
|
395
|
+
* Certificate SHA256 fingerprint: 40:3E:06:2A:26:53:05:91:13:28:5B:AF:80:A0:D4:AE:42:2C:84:8C:9F:78:FA:D0:1F:C9:4B:C5:B8:7F:EF:1A
|
|
396
|
+
* Public key ping-sha256: RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho=
|
|
397
|
+
* Subject Common Name: DigiCert High Assurance EV Root CA
|
|
398
|
+
* Certificate SHA256 fingerprint: 74:31:E5:F4:C3:C1:CE:46:90:77:4F:0B:61:E0:54:40:88:3B:A9:A0:1E:D0:0B:A6:AB:D7:80:6E:D3:B1:18:CF
|
|
399
|
+
* Public key ping-sha256: WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=
|
|
400
|
+
* All OK. Server matched our pinned cert or public key
|
|
401
|
+
* statusCode: 200
|
|
402
|
+
* headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; pin-sha256="RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho=";
|
|
403
|
+
* pin-sha256="k2v657xBsOVe1PQRwOsHsw3bsGT2VzIqz5K+59sNQws="; pin-sha256="K87oWBWM9UZfyddvDfoxL+8lpNyoUB2ptGtn0fv6G2Q="; pin-sha256="IQBnNBEiFuhj+8x6X8XLgh01V9Ic5/V3IRQLNFFc7v4=";
|
|
404
|
+
* pin-sha256="iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0="; pin-sha256="LvRiGEjRqfzurezaWuj8Wie2gyHMrW5Q06LspMnox7A="; includeSubDomains
|
|
405
|
+
* ```
|
|
406
|
+
* @since v0.3.6
|
|
407
|
+
* @param options Accepts all `options` from `request`, with some differences in default values:
|
|
408
|
+
*/
|
|
409
|
+
function request(options: RequestOptions | string | URL, callback?: (res: http.IncomingMessage) => void): http.ClientRequest;
|
|
410
|
+
function request(url: string | URL, options: RequestOptions, callback?: (res: http.IncomingMessage) => void): http.ClientRequest;
|
|
411
|
+
/**
|
|
412
|
+
* Like `http.get()` but for HTTPS.
|
|
413
|
+
*
|
|
414
|
+
* `options` can be an object, a string, or a `URL` object. If `options` is a
|
|
415
|
+
* string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object.
|
|
416
|
+
*
|
|
417
|
+
* ```js
|
|
418
|
+
* const https = require('node:https');
|
|
419
|
+
*
|
|
420
|
+
* https.get('https://encrypted.google.com/', (res) => {
|
|
421
|
+
* console.log('statusCode:', res.statusCode);
|
|
422
|
+
* console.log('headers:', res.headers);
|
|
423
|
+
*
|
|
424
|
+
* res.on('data', (d) => {
|
|
425
|
+
* process.stdout.write(d);
|
|
426
|
+
* });
|
|
427
|
+
*
|
|
428
|
+
* }).on('error', (e) => {
|
|
429
|
+
* console.error(e);
|
|
430
|
+
* });
|
|
431
|
+
* ```
|
|
432
|
+
* @since v0.3.6
|
|
433
|
+
* @param options Accepts the same `options` as {@link request}, with the `method` always set to `GET`.
|
|
434
|
+
*/
|
|
435
|
+
function get(options: RequestOptions | string | URL, callback?: (res: http.IncomingMessage) => void): http.ClientRequest;
|
|
436
|
+
function get(url: string | URL, options: RequestOptions, callback?: (res: http.IncomingMessage) => void): http.ClientRequest;
|
|
437
|
+
let globalAgent: Agent;
|
|
438
|
+
}
|
|
439
|
+
declare module 'node:https' {
|
|
440
|
+
export * from 'https';
|
|
441
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* License for programmatically and manually incorporated
|
|
3
|
+
* documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc
|
|
4
|
+
*
|
|
5
|
+
* Copyright Node.js contributors. All rights reserved.
|
|
6
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
* of this software and associated documentation files (the "Software"), to
|
|
8
|
+
* deal in the Software without restriction, including without limitation the
|
|
9
|
+
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
10
|
+
* sell copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
* furnished to do so, subject to the following conditions:
|
|
12
|
+
*
|
|
13
|
+
* The above copyright notice and this permission notice shall be included in
|
|
14
|
+
* all copies or substantial portions of the Software.
|
|
15
|
+
*
|
|
16
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
21
|
+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
22
|
+
* IN THE SOFTWARE.
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
// NOTE: These definitions support NodeJS and TypeScript 4.8 and earlier.
|
|
26
|
+
|
|
27
|
+
// Reference required types from the default lib:
|
|
28
|
+
/// <reference lib="es2020" />
|
|
29
|
+
/// <reference lib="esnext.asynciterable" />
|
|
30
|
+
/// <reference lib="esnext.intl" />
|
|
31
|
+
/// <reference lib="esnext.bigint" />
|
|
32
|
+
|
|
33
|
+
// Base definitions for all NodeJS modules that are not specific to any version of TypeScript:
|
|
34
|
+
/// <reference path="assert.d.ts" />
|
|
35
|
+
/// <reference path="assert/strict.d.ts" />
|
|
36
|
+
/// <reference path="globals.d.ts" />
|
|
37
|
+
/// <reference path="async_hooks.d.ts" />
|
|
38
|
+
/// <reference path="buffer.d.ts" />
|
|
39
|
+
/// <reference path="child_process.d.ts" />
|
|
40
|
+
/// <reference path="cluster.d.ts" />
|
|
41
|
+
/// <reference path="console.d.ts" />
|
|
42
|
+
/// <reference path="constants.d.ts" />
|
|
43
|
+
/// <reference path="crypto.d.ts" />
|
|
44
|
+
/// <reference path="dgram.d.ts" />
|
|
45
|
+
/// <reference path="diagnostics_channel.d.ts" />
|
|
46
|
+
/// <reference path="dns.d.ts" />
|
|
47
|
+
/// <reference path="dns/promises.d.ts" />
|
|
48
|
+
/// <reference path="dns/promises.d.ts" />
|
|
49
|
+
/// <reference path="domain.d.ts" />
|
|
50
|
+
/// <reference path="dom-events.d.ts" />
|
|
51
|
+
/// <reference path="events.d.ts" />
|
|
52
|
+
/// <reference path="fs.d.ts" />
|
|
53
|
+
/// <reference path="fs/promises.d.ts" />
|
|
54
|
+
/// <reference path="http.d.ts" />
|
|
55
|
+
/// <reference path="http2.d.ts" />
|
|
56
|
+
/// <reference path="https.d.ts" />
|
|
57
|
+
/// <reference path="inspector.d.ts" />
|
|
58
|
+
/// <reference path="module.d.ts" />
|
|
59
|
+
/// <reference path="net.d.ts" />
|
|
60
|
+
/// <reference path="os.d.ts" />
|
|
61
|
+
/// <reference path="path.d.ts" />
|
|
62
|
+
/// <reference path="perf_hooks.d.ts" />
|
|
63
|
+
/// <reference path="process.d.ts" />
|
|
64
|
+
/// <reference path="punycode.d.ts" />
|
|
65
|
+
/// <reference path="querystring.d.ts" />
|
|
66
|
+
/// <reference path="readline.d.ts" />
|
|
67
|
+
/// <reference path="readline/promises.d.ts" />
|
|
68
|
+
/// <reference path="repl.d.ts" />
|
|
69
|
+
/// <reference path="stream.d.ts" />
|
|
70
|
+
/// <reference path="stream/promises.d.ts" />
|
|
71
|
+
/// <reference path="stream/consumers.d.ts" />
|
|
72
|
+
/// <reference path="stream/web.d.ts" />
|
|
73
|
+
/// <reference path="string_decoder.d.ts" />
|
|
74
|
+
/// <reference path="test.d.ts" />
|
|
75
|
+
/// <reference path="timers.d.ts" />
|
|
76
|
+
/// <reference path="timers/promises.d.ts" />
|
|
77
|
+
/// <reference path="tls.d.ts" />
|
|
78
|
+
/// <reference path="trace_events.d.ts" />
|
|
79
|
+
/// <reference path="tty.d.ts" />
|
|
80
|
+
/// <reference path="url.d.ts" />
|
|
81
|
+
/// <reference path="util.d.ts" />
|
|
82
|
+
/// <reference path="v8.d.ts" />
|
|
83
|
+
/// <reference path="vm.d.ts" />
|
|
84
|
+
/// <reference path="wasi.d.ts" />
|
|
85
|
+
/// <reference path="worker_threads.d.ts" />
|
|
86
|
+
/// <reference path="zlib.d.ts" />
|
|
87
|
+
|
|
88
|
+
/// <reference path="globals.global.d.ts" />
|