rahad-all-downloader 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/.cache/nix/binary-cache-v6.sqlite +0 -0
- package/.cache/nix/binary-cache-v6.sqlite-journal +0 -0
- package/.cache/replit/__replit_disk_meta.json +1 -0
- package/.cache/replit/modules/nodejs-20.res +1 -0
- package/.cache/replit/modules/replit.res +1 -0
- package/.cache/replit/modules.stamp +0 -0
- package/.cache/replit/nix/env.json +1 -0
- package/.cache/typescript/5.0/node_modules/.package-lock.json +12 -0
- package/.cache/typescript/5.0/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.0/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.0/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.0/package-lock.json +17 -0
- package/.cache/typescript/5.0/package.json +1 -0
- package/.cache/typescript/5.3/node_modules/.package-lock.json +99 -0
- package/.cache/typescript/5.3/node_modules/@types/node/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/node/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/.cache/typescript/5.3/node_modules/@types/node/assert.d.ts +996 -0
- package/.cache/typescript/5.3/node_modules/@types/node/async_hooks.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/buffer.d.ts +2362 -0
- package/.cache/typescript/5.3/node_modules/@types/node/child_process.d.ts +1540 -0
- package/.cache/typescript/5.3/node_modules/@types/node/cluster.d.ts +432 -0
- package/.cache/typescript/5.3/node_modules/@types/node/console.d.ts +415 -0
- package/.cache/typescript/5.3/node_modules/@types/node/constants.d.ts +19 -0
- package/.cache/typescript/5.3/node_modules/@types/node/crypto.d.ts +4456 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dgram.d.ts +586 -0
- package/.cache/typescript/5.3/node_modules/@types/node/diagnostics_channel.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dns/promises.d.ts +425 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dns.d.ts +809 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dom-events.d.ts +122 -0
- package/.cache/typescript/5.3/node_modules/@types/node/domain.d.ts +170 -0
- package/.cache/typescript/5.3/node_modules/@types/node/events.d.ts +879 -0
- package/.cache/typescript/5.3/node_modules/@types/node/fs/promises.d.ts +1239 -0
- package/.cache/typescript/5.3/node_modules/@types/node/fs.d.ts +4291 -0
- package/.cache/typescript/5.3/node_modules/@types/node/globals.d.ts +385 -0
- package/.cache/typescript/5.3/node_modules/@types/node/globals.global.d.ts +1 -0
- package/.cache/typescript/5.3/node_modules/@types/node/http.d.ts +1888 -0
- package/.cache/typescript/5.3/node_modules/@types/node/http2.d.ts +2382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/https.d.ts +550 -0
- package/.cache/typescript/5.3/node_modules/@types/node/index.d.ts +88 -0
- package/.cache/typescript/5.3/node_modules/@types/node/inspector.d.ts +2747 -0
- package/.cache/typescript/5.3/node_modules/@types/node/module.d.ts +301 -0
- package/.cache/typescript/5.3/node_modules/@types/node/net.d.ts +949 -0
- package/.cache/typescript/5.3/node_modules/@types/node/os.d.ts +478 -0
- package/.cache/typescript/5.3/node_modules/@types/node/package.json +230 -0
- package/.cache/typescript/5.3/node_modules/@types/node/path.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/perf_hooks.d.ts +639 -0
- package/.cache/typescript/5.3/node_modules/@types/node/process.d.ts +1539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/punycode.d.ts +117 -0
- package/.cache/typescript/5.3/node_modules/@types/node/querystring.d.ts +141 -0
- package/.cache/typescript/5.3/node_modules/@types/node/readline/promises.d.ts +150 -0
- package/.cache/typescript/5.3/node_modules/@types/node/readline.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/repl.d.ts +430 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream/promises.d.ts +83 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream/web.d.ts +350 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream.d.ts +1701 -0
- package/.cache/typescript/5.3/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.3/node_modules/@types/node/test.d.ts +1382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/.cache/typescript/5.3/node_modules/@types/node/timers.d.ts +240 -0
- package/.cache/typescript/5.3/node_modules/@types/node/tls.d.ts +1210 -0
- package/.cache/typescript/5.3/node_modules/@types/node/trace_events.d.ts +182 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert.d.ts +996 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/async_hooks.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/buffer.d.ts +2362 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/child_process.d.ts +1540 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/cluster.d.ts +432 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/console.d.ts +415 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/constants.d.ts +19 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/crypto.d.ts +4455 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dgram.d.ts +586 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns/promises.d.ts +425 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns.d.ts +809 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dom-events.d.ts +122 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/events.d.ts +879 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs/promises.d.ts +1239 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs.d.ts +4291 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.d.ts +385 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http.d.ts +1888 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http2.d.ts +2382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/https.d.ts +550 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/inspector.d.ts +2747 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/module.d.ts +301 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/net.d.ts +949 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/os.d.ts +478 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/perf_hooks.d.ts +639 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/process.d.ts +1539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/querystring.d.ts +141 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline/promises.d.ts +150 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/repl.d.ts +430 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/promises.d.ts +83 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/web.d.ts +350 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream.d.ts +1701 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/test.d.ts +1382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers.d.ts +240 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tls.d.ts +1210 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/url.d.ts +927 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/util.d.ts +2183 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/vm.d.ts +903 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/wasi.d.ts +158 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/worker_threads.d.ts +691 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/.cache/typescript/5.3/node_modules/@types/node/tty.d.ts +208 -0
- package/.cache/typescript/5.3/node_modules/@types/node/url.d.ts +927 -0
- package/.cache/typescript/5.3/node_modules/@types/node/util.d.ts +2183 -0
- package/.cache/typescript/5.3/node_modules/@types/node/v8.d.ts +635 -0
- package/.cache/typescript/5.3/node_modules/@types/node/vm.d.ts +903 -0
- package/.cache/typescript/5.3/node_modules/@types/node/wasi.d.ts +158 -0
- package/.cache/typescript/5.3/node_modules/@types/node/worker_threads.d.ts +691 -0
- package/.cache/typescript/5.3/node_modules/@types/node/zlib.d.ts +517 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/externals.d.ts +32 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/index.d.ts +214 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/package.json +83 -0
- package/.cache/typescript/5.3/node_modules/asynckit/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/asynckit/README.md +233 -0
- package/.cache/typescript/5.3/node_modules/asynckit/bench.js +76 -0
- package/.cache/typescript/5.3/node_modules/asynckit/index.js +6 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/abort.js +29 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/async.js +34 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/defer.js +26 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/iterate.js +75 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/state.js +37 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/streamify.js +141 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/terminator.js +29 -0
- package/.cache/typescript/5.3/node_modules/asynckit/package.json +63 -0
- package/.cache/typescript/5.3/node_modules/asynckit/parallel.js +43 -0
- package/.cache/typescript/5.3/node_modules/asynckit/serial.js +17 -0
- package/.cache/typescript/5.3/node_modules/asynckit/serialOrdered.js +75 -0
- package/.cache/typescript/5.3/node_modules/asynckit/stream.js +21 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/License +19 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/Readme.md +138 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/lib/combined_stream.js +208 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/package.json +25 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/yarn.lock +17 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/License +19 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/Makefile +7 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/Readme.md +141 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/package.json +27 -0
- package/.cache/typescript/5.3/node_modules/form-data/License +19 -0
- package/.cache/typescript/5.3/node_modules/form-data/README.md.bak +358 -0
- package/.cache/typescript/5.3/node_modules/form-data/Readme.md +358 -0
- package/.cache/typescript/5.3/node_modules/form-data/index.d.ts +62 -0
- package/.cache/typescript/5.3/node_modules/form-data/lib/browser.js +2 -0
- package/.cache/typescript/5.3/node_modules/form-data/lib/form_data.js +501 -0
- package/.cache/typescript/5.3/node_modules/form-data/lib/populate.js +10 -0
- package/.cache/typescript/5.3/node_modules/form-data/package.json +68 -0
- package/.cache/typescript/5.3/node_modules/mime-db/HISTORY.md +507 -0
- package/.cache/typescript/5.3/node_modules/mime-db/LICENSE +23 -0
- package/.cache/typescript/5.3/node_modules/mime-db/README.md +100 -0
- package/.cache/typescript/5.3/node_modules/mime-db/db.json +8519 -0
- package/.cache/typescript/5.3/node_modules/mime-db/index.js +12 -0
- package/.cache/typescript/5.3/node_modules/mime-db/package.json +60 -0
- package/.cache/typescript/5.3/node_modules/mime-types/HISTORY.md +397 -0
- package/.cache/typescript/5.3/node_modules/mime-types/LICENSE +23 -0
- package/.cache/typescript/5.3/node_modules/mime-types/README.md +113 -0
- package/.cache/typescript/5.3/node_modules/mime-types/index.js +188 -0
- package/.cache/typescript/5.3/node_modules/mime-types/package.json +44 -0
- package/.cache/typescript/5.3/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.3/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.3/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.3/node_modules/undici-types/README.md +6 -0
- package/.cache/typescript/5.3/node_modules/undici-types/agent.d.ts +31 -0
- package/.cache/typescript/5.3/node_modules/undici-types/api.d.ts +43 -0
- package/.cache/typescript/5.3/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/.cache/typescript/5.3/node_modules/undici-types/cache.d.ts +36 -0
- package/.cache/typescript/5.3/node_modules/undici-types/client.d.ts +97 -0
- package/.cache/typescript/5.3/node_modules/undici-types/connector.d.ts +34 -0
- package/.cache/typescript/5.3/node_modules/undici-types/content-type.d.ts +21 -0
- package/.cache/typescript/5.3/node_modules/undici-types/cookies.d.ts +28 -0
- package/.cache/typescript/5.3/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/.cache/typescript/5.3/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/.cache/typescript/5.3/node_modules/undici-types/errors.d.ts +128 -0
- package/.cache/typescript/5.3/node_modules/undici-types/fetch.d.ts +209 -0
- package/.cache/typescript/5.3/node_modules/undici-types/file.d.ts +39 -0
- package/.cache/typescript/5.3/node_modules/undici-types/filereader.d.ts +54 -0
- package/.cache/typescript/5.3/node_modules/undici-types/formdata.d.ts +108 -0
- package/.cache/typescript/5.3/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/.cache/typescript/5.3/node_modules/undici-types/global-origin.d.ts +7 -0
- package/.cache/typescript/5.3/node_modules/undici-types/handlers.d.ts +9 -0
- package/.cache/typescript/5.3/node_modules/undici-types/header.d.ts +4 -0
- package/.cache/typescript/5.3/node_modules/undici-types/index.d.ts +63 -0
- package/.cache/typescript/5.3/node_modules/undici-types/interceptors.d.ts +5 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-client.d.ts +25 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/.cache/typescript/5.3/node_modules/undici-types/package.json +55 -0
- package/.cache/typescript/5.3/node_modules/undici-types/patch.d.ts +71 -0
- package/.cache/typescript/5.3/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/.cache/typescript/5.3/node_modules/undici-types/pool.d.ts +28 -0
- package/.cache/typescript/5.3/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/.cache/typescript/5.3/node_modules/undici-types/readable.d.ts +61 -0
- package/.cache/typescript/5.3/node_modules/undici-types/webidl.d.ts +220 -0
- package/.cache/typescript/5.3/node_modules/undici-types/websocket.d.ts +131 -0
- package/.cache/typescript/5.3/package-lock.json +107 -0
- package/.cache/typescript/5.3/package.json +1 -0
- package/.cache/typescript/5.4/node_modules/.package-lock.json +115 -0
- package/.cache/typescript/5.4/node_modules/@types/body-parser/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/body-parser/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/body-parser/index.d.ts +95 -0
- package/.cache/typescript/5.4/node_modules/@types/body-parser/package.json +58 -0
- package/.cache/typescript/5.4/node_modules/@types/connect/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/connect/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/connect/index.d.ts +91 -0
- package/.cache/typescript/5.4/node_modules/@types/connect/package.json +32 -0
- package/.cache/typescript/5.4/node_modules/@types/express/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/express/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/express/index.d.ts +128 -0
- package/.cache/typescript/5.4/node_modules/@types/express/package.json +45 -0
- package/.cache/typescript/5.4/node_modules/@types/express-serve-static-core/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/express-serve-static-core/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/express-serve-static-core/index.d.ts +1295 -0
- package/.cache/typescript/5.4/node_modules/@types/express-serve-static-core/package.json +50 -0
- package/.cache/typescript/5.4/node_modules/@types/http-errors/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/http-errors/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/http-errors/index.d.ts +77 -0
- package/.cache/typescript/5.4/node_modules/@types/http-errors/package.json +30 -0
- package/.cache/typescript/5.4/node_modules/@types/mime/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/mime/Mime.d.ts +10 -0
- package/.cache/typescript/5.4/node_modules/@types/mime/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/mime/index.d.ts +31 -0
- package/.cache/typescript/5.4/node_modules/@types/mime/lite.d.ts +7 -0
- package/.cache/typescript/5.4/node_modules/@types/mime/package.json +30 -0
- package/.cache/typescript/5.4/node_modules/@types/node/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/node/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/.cache/typescript/5.4/node_modules/@types/node/assert.d.ts +1040 -0
- package/.cache/typescript/5.4/node_modules/@types/node/async_hooks.d.ts +541 -0
- package/.cache/typescript/5.4/node_modules/@types/node/buffer.d.ts +2363 -0
- package/.cache/typescript/5.4/node_modules/@types/node/child_process.d.ts +1544 -0
- package/.cache/typescript/5.4/node_modules/@types/node/cluster.d.ts +578 -0
- package/.cache/typescript/5.4/node_modules/@types/node/console.d.ts +452 -0
- package/.cache/typescript/5.4/node_modules/@types/node/constants.d.ts +19 -0
- package/.cache/typescript/5.4/node_modules/@types/node/crypto.d.ts +4523 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dgram.d.ts +596 -0
- package/.cache/typescript/5.4/node_modules/@types/node/diagnostics_channel.d.ts +554 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dns/promises.d.ts +474 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dns.d.ts +864 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dom-events.d.ts +124 -0
- package/.cache/typescript/5.4/node_modules/@types/node/domain.d.ts +170 -0
- package/.cache/typescript/5.4/node_modules/@types/node/events.d.ts +909 -0
- package/.cache/typescript/5.4/node_modules/@types/node/fs/promises.d.ts +1245 -0
- package/.cache/typescript/5.4/node_modules/@types/node/fs.d.ts +4317 -0
- package/.cache/typescript/5.4/node_modules/@types/node/globals.d.ts +411 -0
- package/.cache/typescript/5.4/node_modules/@types/node/globals.global.d.ts +1 -0
- package/.cache/typescript/5.4/node_modules/@types/node/http.d.ts +1908 -0
- package/.cache/typescript/5.4/node_modules/@types/node/http2.d.ts +2418 -0
- package/.cache/typescript/5.4/node_modules/@types/node/https.d.ts +550 -0
- package/.cache/typescript/5.4/node_modules/@types/node/index.d.ts +89 -0
- package/.cache/typescript/5.4/node_modules/@types/node/inspector.d.ts +2746 -0
- package/.cache/typescript/5.4/node_modules/@types/node/module.d.ts +315 -0
- package/.cache/typescript/5.4/node_modules/@types/node/net.d.ts +999 -0
- package/.cache/typescript/5.4/node_modules/@types/node/os.d.ts +495 -0
- package/.cache/typescript/5.4/node_modules/@types/node/package.json +217 -0
- package/.cache/typescript/5.4/node_modules/@types/node/path.d.ts +191 -0
- package/.cache/typescript/5.4/node_modules/@types/node/perf_hooks.d.ts +905 -0
- package/.cache/typescript/5.4/node_modules/@types/node/process.d.ts +1754 -0
- package/.cache/typescript/5.4/node_modules/@types/node/punycode.d.ts +117 -0
- package/.cache/typescript/5.4/node_modules/@types/node/querystring.d.ts +153 -0
- package/.cache/typescript/5.4/node_modules/@types/node/readline/promises.d.ts +150 -0
- package/.cache/typescript/5.4/node_modules/@types/node/readline.d.ts +540 -0
- package/.cache/typescript/5.4/node_modules/@types/node/repl.d.ts +430 -0
- package/.cache/typescript/5.4/node_modules/@types/node/sea.d.ts +153 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream/promises.d.ts +83 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream/web.d.ts +367 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream.d.ts +1707 -0
- package/.cache/typescript/5.4/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.4/node_modules/@types/node/test.d.ts +1718 -0
- package/.cache/typescript/5.4/node_modules/@types/node/timers/promises.d.ts +97 -0
- package/.cache/typescript/5.4/node_modules/@types/node/timers.d.ts +240 -0
- package/.cache/typescript/5.4/node_modules/@types/node/tls.d.ts +1217 -0
- package/.cache/typescript/5.4/node_modules/@types/node/trace_events.d.ts +197 -0
- package/.cache/typescript/5.4/node_modules/@types/node/tty.d.ts +208 -0
- package/.cache/typescript/5.4/node_modules/@types/node/url.d.ts +952 -0
- package/.cache/typescript/5.4/node_modules/@types/node/util.d.ts +2292 -0
- package/.cache/typescript/5.4/node_modules/@types/node/v8.d.ts +808 -0
- package/.cache/typescript/5.4/node_modules/@types/node/vm.d.ts +924 -0
- package/.cache/typescript/5.4/node_modules/@types/node/wasi.d.ts +181 -0
- package/.cache/typescript/5.4/node_modules/@types/node/worker_threads.d.ts +691 -0
- package/.cache/typescript/5.4/node_modules/@types/node/zlib.d.ts +530 -0
- package/.cache/typescript/5.4/node_modules/@types/qs/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/qs/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/qs/index.d.ts +79 -0
- package/.cache/typescript/5.4/node_modules/@types/qs/package.json +65 -0
- package/.cache/typescript/5.4/node_modules/@types/range-parser/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/range-parser/README.md +53 -0
- package/.cache/typescript/5.4/node_modules/@types/range-parser/index.d.ts +34 -0
- package/.cache/typescript/5.4/node_modules/@types/range-parser/package.json +25 -0
- package/.cache/typescript/5.4/node_modules/@types/send/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/send/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/send/index.d.ts +225 -0
- package/.cache/typescript/5.4/node_modules/@types/send/package.json +33 -0
- package/.cache/typescript/5.4/node_modules/@types/serve-static/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/serve-static/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/serve-static/index.d.ts +107 -0
- package/.cache/typescript/5.4/node_modules/@types/serve-static/package.json +39 -0
- package/.cache/typescript/5.4/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.4/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.4/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.4/node_modules/undici-types/README.md +6 -0
- package/.cache/typescript/5.4/node_modules/undici-types/agent.d.ts +31 -0
- package/.cache/typescript/5.4/node_modules/undici-types/api.d.ts +43 -0
- package/.cache/typescript/5.4/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/.cache/typescript/5.4/node_modules/undici-types/cache.d.ts +36 -0
- package/.cache/typescript/5.4/node_modules/undici-types/client.d.ts +97 -0
- package/.cache/typescript/5.4/node_modules/undici-types/connector.d.ts +34 -0
- package/.cache/typescript/5.4/node_modules/undici-types/content-type.d.ts +21 -0
- package/.cache/typescript/5.4/node_modules/undici-types/cookies.d.ts +28 -0
- package/.cache/typescript/5.4/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/.cache/typescript/5.4/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/.cache/typescript/5.4/node_modules/undici-types/errors.d.ts +128 -0
- package/.cache/typescript/5.4/node_modules/undici-types/fetch.d.ts +209 -0
- package/.cache/typescript/5.4/node_modules/undici-types/file.d.ts +39 -0
- package/.cache/typescript/5.4/node_modules/undici-types/filereader.d.ts +54 -0
- package/.cache/typescript/5.4/node_modules/undici-types/formdata.d.ts +108 -0
- package/.cache/typescript/5.4/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/.cache/typescript/5.4/node_modules/undici-types/global-origin.d.ts +7 -0
- package/.cache/typescript/5.4/node_modules/undici-types/handlers.d.ts +9 -0
- package/.cache/typescript/5.4/node_modules/undici-types/header.d.ts +4 -0
- package/.cache/typescript/5.4/node_modules/undici-types/index.d.ts +63 -0
- package/.cache/typescript/5.4/node_modules/undici-types/interceptors.d.ts +5 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-client.d.ts +25 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/.cache/typescript/5.4/node_modules/undici-types/package.json +55 -0
- package/.cache/typescript/5.4/node_modules/undici-types/patch.d.ts +71 -0
- package/.cache/typescript/5.4/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/.cache/typescript/5.4/node_modules/undici-types/pool.d.ts +28 -0
- package/.cache/typescript/5.4/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/.cache/typescript/5.4/node_modules/undici-types/readable.d.ts +61 -0
- package/.cache/typescript/5.4/node_modules/undici-types/webidl.d.ts +220 -0
- package/.cache/typescript/5.4/node_modules/undici-types/websocket.d.ts +131 -0
- package/.cache/typescript/5.4/package-lock.json +124 -0
- package/.cache/typescript/5.4/package.json +1 -0
- package/.replit +21 -0
- package/.upm/store.json +1 -0
- package/README.md +71 -0
- package/index.js +1 -0
- package/package.json +40 -0
- package/replit.nix +3 -0
@@ -0,0 +1,50 @@
|
|
1
|
+
import Agent from './agent'
|
2
|
+
import Dispatcher from './dispatcher'
|
3
|
+
import { Interceptable, MockInterceptor } from './mock-interceptor'
|
4
|
+
import MockDispatch = MockInterceptor.MockDispatch;
|
5
|
+
|
6
|
+
export default MockAgent
|
7
|
+
|
8
|
+
interface PendingInterceptor extends MockDispatch {
|
9
|
+
origin: string;
|
10
|
+
}
|
11
|
+
|
12
|
+
/** A mocked Agent class that implements the Agent API. It allows one to intercept HTTP requests made through undici and return mocked responses instead. */
|
13
|
+
declare class MockAgent<TMockAgentOptions extends MockAgent.Options = MockAgent.Options> extends Dispatcher {
|
14
|
+
constructor(options?: MockAgent.Options)
|
15
|
+
/** Creates and retrieves mock Dispatcher instances which can then be used to intercept HTTP requests. If the number of connections on the mock agent is set to 1, a MockClient instance is returned. Otherwise a MockPool instance is returned. */
|
16
|
+
get<TInterceptable extends Interceptable>(origin: string): TInterceptable;
|
17
|
+
get<TInterceptable extends Interceptable>(origin: RegExp): TInterceptable;
|
18
|
+
get<TInterceptable extends Interceptable>(origin: ((origin: string) => boolean)): TInterceptable;
|
19
|
+
/** Dispatches a mocked request. */
|
20
|
+
dispatch(options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandlers): boolean;
|
21
|
+
/** Closes the mock agent and waits for registered mock pools and clients to also close before resolving. */
|
22
|
+
close(): Promise<void>;
|
23
|
+
/** Disables mocking in MockAgent. */
|
24
|
+
deactivate(): void;
|
25
|
+
/** Enables mocking in a MockAgent instance. When instantiated, a MockAgent is automatically activated. Therefore, this method is only effective after `MockAgent.deactivate` has been called. */
|
26
|
+
activate(): void;
|
27
|
+
/** Define host matchers so only matching requests that aren't intercepted by the mock dispatchers will be attempted. */
|
28
|
+
enableNetConnect(): void;
|
29
|
+
enableNetConnect(host: string): void;
|
30
|
+
enableNetConnect(host: RegExp): void;
|
31
|
+
enableNetConnect(host: ((host: string) => boolean)): void;
|
32
|
+
/** Causes all requests to throw when requests are not matched in a MockAgent intercept. */
|
33
|
+
disableNetConnect(): void;
|
34
|
+
pendingInterceptors(): PendingInterceptor[];
|
35
|
+
assertNoPendingInterceptors(options?: {
|
36
|
+
pendingInterceptorsFormatter?: PendingInterceptorsFormatter;
|
37
|
+
}): void;
|
38
|
+
}
|
39
|
+
|
40
|
+
interface PendingInterceptorsFormatter {
|
41
|
+
format(pendingInterceptors: readonly PendingInterceptor[]): string;
|
42
|
+
}
|
43
|
+
|
44
|
+
declare namespace MockAgent {
|
45
|
+
/** MockAgent options. */
|
46
|
+
export interface Options extends Agent.Options {
|
47
|
+
/** A custom agent to be encapsulated by the MockAgent. */
|
48
|
+
agent?: Agent;
|
49
|
+
}
|
50
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import Client from './client'
|
2
|
+
import Dispatcher from './dispatcher'
|
3
|
+
import MockAgent from './mock-agent'
|
4
|
+
import { MockInterceptor, Interceptable } from './mock-interceptor'
|
5
|
+
|
6
|
+
export default MockClient
|
7
|
+
|
8
|
+
/** MockClient extends the Client API and allows one to mock requests. */
|
9
|
+
declare class MockClient extends Client implements Interceptable {
|
10
|
+
constructor(origin: string, options: MockClient.Options);
|
11
|
+
/** Intercepts any matching requests that use the same origin as this mock client. */
|
12
|
+
intercept(options: MockInterceptor.Options): MockInterceptor;
|
13
|
+
/** Dispatches a mocked request. */
|
14
|
+
dispatch(options: Dispatcher.DispatchOptions, handlers: Dispatcher.DispatchHandlers): boolean;
|
15
|
+
/** Closes the mock client and gracefully waits for enqueued requests to complete. */
|
16
|
+
close(): Promise<void>;
|
17
|
+
}
|
18
|
+
|
19
|
+
declare namespace MockClient {
|
20
|
+
/** MockClient options. */
|
21
|
+
export interface Options extends Client.Options {
|
22
|
+
/** The agent to associate this MockClient with. */
|
23
|
+
agent: MockAgent;
|
24
|
+
}
|
25
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import Errors from './errors'
|
2
|
+
|
3
|
+
export default MockErrors
|
4
|
+
|
5
|
+
declare namespace MockErrors {
|
6
|
+
/** The request does not match any registered mock dispatches. */
|
7
|
+
export class MockNotMatchedError extends Errors.UndiciError {
|
8
|
+
constructor(message?: string);
|
9
|
+
name: 'MockNotMatchedError';
|
10
|
+
code: 'UND_MOCK_ERR_MOCK_NOT_MATCHED';
|
11
|
+
}
|
12
|
+
}
|
@@ -0,0 +1,93 @@
|
|
1
|
+
import { IncomingHttpHeaders } from './header'
|
2
|
+
import Dispatcher from './dispatcher';
|
3
|
+
import { BodyInit, Headers } from './fetch'
|
4
|
+
|
5
|
+
export {
|
6
|
+
Interceptable,
|
7
|
+
MockInterceptor,
|
8
|
+
MockScope
|
9
|
+
}
|
10
|
+
|
11
|
+
/** The scope associated with a mock dispatch. */
|
12
|
+
declare class MockScope<TData extends object = object> {
|
13
|
+
constructor(mockDispatch: MockInterceptor.MockDispatch<TData>);
|
14
|
+
/** Delay a reply by a set amount of time in ms. */
|
15
|
+
delay(waitInMs: number): MockScope<TData>;
|
16
|
+
/** Persist the defined mock data for the associated reply. It will return the defined mock data indefinitely. */
|
17
|
+
persist(): MockScope<TData>;
|
18
|
+
/** Define a reply for a set amount of matching requests. */
|
19
|
+
times(repeatTimes: number): MockScope<TData>;
|
20
|
+
}
|
21
|
+
|
22
|
+
/** The interceptor for a Mock. */
|
23
|
+
declare class MockInterceptor {
|
24
|
+
constructor(options: MockInterceptor.Options, mockDispatches: MockInterceptor.MockDispatch[]);
|
25
|
+
/** Mock an undici request with the defined reply. */
|
26
|
+
reply<TData extends object = object>(replyOptionsCallback: MockInterceptor.MockReplyOptionsCallback<TData>): MockScope<TData>;
|
27
|
+
reply<TData extends object = object>(
|
28
|
+
statusCode: number,
|
29
|
+
data?: TData | Buffer | string | MockInterceptor.MockResponseDataHandler<TData>,
|
30
|
+
responseOptions?: MockInterceptor.MockResponseOptions
|
31
|
+
): MockScope<TData>;
|
32
|
+
/** Mock an undici request by throwing the defined reply error. */
|
33
|
+
replyWithError<TError extends Error = Error>(error: TError): MockScope;
|
34
|
+
/** Set default reply headers on the interceptor for subsequent mocked replies. */
|
35
|
+
defaultReplyHeaders(headers: IncomingHttpHeaders): MockInterceptor;
|
36
|
+
/** Set default reply trailers on the interceptor for subsequent mocked replies. */
|
37
|
+
defaultReplyTrailers(trailers: Record<string, string>): MockInterceptor;
|
38
|
+
/** Set automatically calculated content-length header on subsequent mocked replies. */
|
39
|
+
replyContentLength(): MockInterceptor;
|
40
|
+
}
|
41
|
+
|
42
|
+
declare namespace MockInterceptor {
|
43
|
+
/** MockInterceptor options. */
|
44
|
+
export interface Options {
|
45
|
+
/** Path to intercept on. */
|
46
|
+
path: string | RegExp | ((path: string) => boolean);
|
47
|
+
/** Method to intercept on. Defaults to GET. */
|
48
|
+
method?: string | RegExp | ((method: string) => boolean);
|
49
|
+
/** Body to intercept on. */
|
50
|
+
body?: string | RegExp | ((body: string) => boolean);
|
51
|
+
/** Headers to intercept on. */
|
52
|
+
headers?: Record<string, string | RegExp | ((body: string) => boolean)> | ((headers: Record<string, string>) => boolean);
|
53
|
+
/** Query params to intercept on */
|
54
|
+
query?: Record<string, any>;
|
55
|
+
}
|
56
|
+
export interface MockDispatch<TData extends object = object, TError extends Error = Error> extends Options {
|
57
|
+
times: number | null;
|
58
|
+
persist: boolean;
|
59
|
+
consumed: boolean;
|
60
|
+
data: MockDispatchData<TData, TError>;
|
61
|
+
}
|
62
|
+
export interface MockDispatchData<TData extends object = object, TError extends Error = Error> extends MockResponseOptions {
|
63
|
+
error: TError | null;
|
64
|
+
statusCode?: number;
|
65
|
+
data?: TData | string;
|
66
|
+
}
|
67
|
+
export interface MockResponseOptions {
|
68
|
+
headers?: IncomingHttpHeaders;
|
69
|
+
trailers?: Record<string, string>;
|
70
|
+
}
|
71
|
+
|
72
|
+
export interface MockResponseCallbackOptions {
|
73
|
+
path: string;
|
74
|
+
origin: string;
|
75
|
+
method: string;
|
76
|
+
body?: BodyInit | Dispatcher.DispatchOptions['body'];
|
77
|
+
headers: Headers | Record<string, string>;
|
78
|
+
maxRedirections: number;
|
79
|
+
}
|
80
|
+
|
81
|
+
export type MockResponseDataHandler<TData extends object = object> = (
|
82
|
+
opts: MockResponseCallbackOptions
|
83
|
+
) => TData | Buffer | string;
|
84
|
+
|
85
|
+
export type MockReplyOptionsCallback<TData extends object = object> = (
|
86
|
+
opts: MockResponseCallbackOptions
|
87
|
+
) => { statusCode: number, data?: TData | Buffer | string, responseOptions?: MockResponseOptions }
|
88
|
+
}
|
89
|
+
|
90
|
+
interface Interceptable extends Dispatcher {
|
91
|
+
/** Intercepts any matching requests that use the same origin as this mock client. */
|
92
|
+
intercept(options: MockInterceptor.Options): MockInterceptor;
|
93
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import Pool from './pool'
|
2
|
+
import MockAgent from './mock-agent'
|
3
|
+
import { Interceptable, MockInterceptor } from './mock-interceptor'
|
4
|
+
import Dispatcher from './dispatcher'
|
5
|
+
|
6
|
+
export default MockPool
|
7
|
+
|
8
|
+
/** MockPool extends the Pool API and allows one to mock requests. */
|
9
|
+
declare class MockPool extends Pool implements Interceptable {
|
10
|
+
constructor(origin: string, options: MockPool.Options);
|
11
|
+
/** Intercepts any matching requests that use the same origin as this mock pool. */
|
12
|
+
intercept(options: MockInterceptor.Options): MockInterceptor;
|
13
|
+
/** Dispatches a mocked request. */
|
14
|
+
dispatch(options: Dispatcher.DispatchOptions, handlers: Dispatcher.DispatchHandlers): boolean;
|
15
|
+
/** Closes the mock pool and gracefully waits for enqueued requests to complete. */
|
16
|
+
close(): Promise<void>;
|
17
|
+
}
|
18
|
+
|
19
|
+
declare namespace MockPool {
|
20
|
+
/** MockPool options. */
|
21
|
+
export interface Options extends Pool.Options {
|
22
|
+
/** The agent to associate this MockPool with. */
|
23
|
+
agent: MockAgent;
|
24
|
+
}
|
25
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
{
|
2
|
+
"name": "undici-types",
|
3
|
+
"version": "5.26.5",
|
4
|
+
"description": "A stand-alone types package for Undici",
|
5
|
+
"homepage": "https://undici.nodejs.org",
|
6
|
+
"bugs": {
|
7
|
+
"url": "https://github.com/nodejs/undici/issues"
|
8
|
+
},
|
9
|
+
"repository": {
|
10
|
+
"type": "git",
|
11
|
+
"url": "git+https://github.com/nodejs/undici.git"
|
12
|
+
},
|
13
|
+
"license": "MIT",
|
14
|
+
"types": "index.d.ts",
|
15
|
+
"files": [
|
16
|
+
"*.d.ts"
|
17
|
+
],
|
18
|
+
"contributors": [
|
19
|
+
{
|
20
|
+
"name": "Daniele Belardi",
|
21
|
+
"url": "https://github.com/dnlup",
|
22
|
+
"author": true
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"name": "Ethan Arrowood",
|
26
|
+
"url": "https://github.com/ethan-arrowood",
|
27
|
+
"author": true
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"name": "Matteo Collina",
|
31
|
+
"url": "https://github.com/mcollina",
|
32
|
+
"author": true
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"name": "Matthew Aitken",
|
36
|
+
"url": "https://github.com/KhafraDev",
|
37
|
+
"author": true
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"name": "Robert Nagy",
|
41
|
+
"url": "https://github.com/ronag",
|
42
|
+
"author": true
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"name": "Szymon Marczak",
|
46
|
+
"url": "https://github.com/szmarczak",
|
47
|
+
"author": true
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"name": "Tomas Della Vedova",
|
51
|
+
"url": "https://github.com/delvedor",
|
52
|
+
"author": true
|
53
|
+
}
|
54
|
+
]
|
55
|
+
}
|
@@ -0,0 +1,71 @@
|
|
1
|
+
/// <reference types="node" />
|
2
|
+
|
3
|
+
// See https://github.com/nodejs/undici/issues/1740
|
4
|
+
|
5
|
+
export type DOMException = typeof globalThis extends { DOMException: infer T }
|
6
|
+
? T
|
7
|
+
: any
|
8
|
+
|
9
|
+
export type EventTarget = typeof globalThis extends { EventTarget: infer T }
|
10
|
+
? T
|
11
|
+
: {
|
12
|
+
addEventListener(
|
13
|
+
type: string,
|
14
|
+
listener: any,
|
15
|
+
options?: any,
|
16
|
+
): void
|
17
|
+
dispatchEvent(event: Event): boolean
|
18
|
+
removeEventListener(
|
19
|
+
type: string,
|
20
|
+
listener: any,
|
21
|
+
options?: any | boolean,
|
22
|
+
): void
|
23
|
+
}
|
24
|
+
|
25
|
+
export type Event = typeof globalThis extends { Event: infer T }
|
26
|
+
? T
|
27
|
+
: {
|
28
|
+
readonly bubbles: boolean
|
29
|
+
cancelBubble: () => void
|
30
|
+
readonly cancelable: boolean
|
31
|
+
readonly composed: boolean
|
32
|
+
composedPath(): [EventTarget?]
|
33
|
+
readonly currentTarget: EventTarget | null
|
34
|
+
readonly defaultPrevented: boolean
|
35
|
+
readonly eventPhase: 0 | 2
|
36
|
+
readonly isTrusted: boolean
|
37
|
+
preventDefault(): void
|
38
|
+
returnValue: boolean
|
39
|
+
readonly srcElement: EventTarget | null
|
40
|
+
stopImmediatePropagation(): void
|
41
|
+
stopPropagation(): void
|
42
|
+
readonly target: EventTarget | null
|
43
|
+
readonly timeStamp: number
|
44
|
+
readonly type: string
|
45
|
+
}
|
46
|
+
|
47
|
+
export interface EventInit {
|
48
|
+
bubbles?: boolean
|
49
|
+
cancelable?: boolean
|
50
|
+
composed?: boolean
|
51
|
+
}
|
52
|
+
|
53
|
+
export interface EventListenerOptions {
|
54
|
+
capture?: boolean
|
55
|
+
}
|
56
|
+
|
57
|
+
export interface AddEventListenerOptions extends EventListenerOptions {
|
58
|
+
once?: boolean
|
59
|
+
passive?: boolean
|
60
|
+
signal?: AbortSignal
|
61
|
+
}
|
62
|
+
|
63
|
+
export type EventListenerOrEventListenerObject = EventListener | EventListenerObject
|
64
|
+
|
65
|
+
export interface EventListenerObject {
|
66
|
+
handleEvent (object: Event): void
|
67
|
+
}
|
68
|
+
|
69
|
+
export interface EventListener {
|
70
|
+
(evt: Event): void
|
71
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import Pool from "./pool"
|
2
|
+
|
3
|
+
export default PoolStats
|
4
|
+
|
5
|
+
declare class PoolStats {
|
6
|
+
constructor(pool: Pool);
|
7
|
+
/** Number of open socket connections in this pool. */
|
8
|
+
connected: number;
|
9
|
+
/** Number of open socket connections in this pool that do not have an active request. */
|
10
|
+
free: number;
|
11
|
+
/** Number of pending requests across all clients in this pool. */
|
12
|
+
pending: number;
|
13
|
+
/** Number of queued requests across all clients in this pool. */
|
14
|
+
queued: number;
|
15
|
+
/** Number of currently active requests across all clients in this pool. */
|
16
|
+
running: number;
|
17
|
+
/** Number of active, pending, or queued requests across all clients in this pool. */
|
18
|
+
size: number;
|
19
|
+
}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import Client from './client'
|
2
|
+
import TPoolStats from './pool-stats'
|
3
|
+
import { URL } from 'url'
|
4
|
+
import Dispatcher from "./dispatcher";
|
5
|
+
|
6
|
+
export default Pool
|
7
|
+
|
8
|
+
declare class Pool extends Dispatcher {
|
9
|
+
constructor(url: string | URL, options?: Pool.Options)
|
10
|
+
/** `true` after `pool.close()` has been called. */
|
11
|
+
closed: boolean;
|
12
|
+
/** `true` after `pool.destroyed()` has been called or `pool.close()` has been called and the pool shutdown has completed. */
|
13
|
+
destroyed: boolean;
|
14
|
+
/** Aggregate stats for a Pool. */
|
15
|
+
readonly stats: TPoolStats;
|
16
|
+
}
|
17
|
+
|
18
|
+
declare namespace Pool {
|
19
|
+
export type PoolStats = TPoolStats;
|
20
|
+
export interface Options extends Client.Options {
|
21
|
+
/** Default: `(origin, opts) => new Client(origin, opts)`. */
|
22
|
+
factory?(origin: URL, opts: object): Dispatcher;
|
23
|
+
/** The max number of clients to create. `null` if no limit. Default `null`. */
|
24
|
+
connections?: number | null;
|
25
|
+
|
26
|
+
interceptors?: { Pool?: readonly Dispatcher.DispatchInterceptor[] } & Client.Options["interceptors"]
|
27
|
+
}
|
28
|
+
}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import Agent from './agent'
|
2
|
+
import buildConnector from './connector';
|
3
|
+
import Client from './client'
|
4
|
+
import Dispatcher from './dispatcher'
|
5
|
+
import { IncomingHttpHeaders } from './header'
|
6
|
+
import Pool from './pool'
|
7
|
+
|
8
|
+
export default ProxyAgent
|
9
|
+
|
10
|
+
declare class ProxyAgent extends Dispatcher {
|
11
|
+
constructor(options: ProxyAgent.Options | string)
|
12
|
+
|
13
|
+
dispatch(options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandlers): boolean;
|
14
|
+
close(): Promise<void>;
|
15
|
+
}
|
16
|
+
|
17
|
+
declare namespace ProxyAgent {
|
18
|
+
export interface Options extends Agent.Options {
|
19
|
+
uri: string;
|
20
|
+
/**
|
21
|
+
* @deprecated use opts.token
|
22
|
+
*/
|
23
|
+
auth?: string;
|
24
|
+
token?: string;
|
25
|
+
headers?: IncomingHttpHeaders;
|
26
|
+
requestTls?: buildConnector.BuildOptions;
|
27
|
+
proxyTls?: buildConnector.BuildOptions;
|
28
|
+
clientFactory?(origin: URL, opts: object): Dispatcher;
|
29
|
+
}
|
30
|
+
}
|
@@ -0,0 +1,61 @@
|
|
1
|
+
import { Readable } from "stream";
|
2
|
+
import { Blob } from 'buffer'
|
3
|
+
|
4
|
+
export default BodyReadable
|
5
|
+
|
6
|
+
declare class BodyReadable extends Readable {
|
7
|
+
constructor(
|
8
|
+
resume?: (this: Readable, size: number) => void | null,
|
9
|
+
abort?: () => void | null,
|
10
|
+
contentType?: string
|
11
|
+
)
|
12
|
+
|
13
|
+
/** Consumes and returns the body as a string
|
14
|
+
* https://fetch.spec.whatwg.org/#dom-body-text
|
15
|
+
*/
|
16
|
+
text(): Promise<string>
|
17
|
+
|
18
|
+
/** Consumes and returns the body as a JavaScript Object
|
19
|
+
* https://fetch.spec.whatwg.org/#dom-body-json
|
20
|
+
*/
|
21
|
+
json(): Promise<unknown>
|
22
|
+
|
23
|
+
/** Consumes and returns the body as a Blob
|
24
|
+
* https://fetch.spec.whatwg.org/#dom-body-blob
|
25
|
+
*/
|
26
|
+
blob(): Promise<Blob>
|
27
|
+
|
28
|
+
/** Consumes and returns the body as an ArrayBuffer
|
29
|
+
* https://fetch.spec.whatwg.org/#dom-body-arraybuffer
|
30
|
+
*/
|
31
|
+
arrayBuffer(): Promise<ArrayBuffer>
|
32
|
+
|
33
|
+
/** Not implemented
|
34
|
+
*
|
35
|
+
* https://fetch.spec.whatwg.org/#dom-body-formdata
|
36
|
+
*/
|
37
|
+
formData(): Promise<never>
|
38
|
+
|
39
|
+
/** Returns true if the body is not null and the body has been consumed
|
40
|
+
*
|
41
|
+
* Otherwise, returns false
|
42
|
+
*
|
43
|
+
* https://fetch.spec.whatwg.org/#dom-body-bodyused
|
44
|
+
*/
|
45
|
+
readonly bodyUsed: boolean
|
46
|
+
|
47
|
+
/** Throws on node 16.6.0
|
48
|
+
*
|
49
|
+
* If body is null, it should return null as the body
|
50
|
+
*
|
51
|
+
* If body is not null, should return the body as a ReadableStream
|
52
|
+
*
|
53
|
+
* https://fetch.spec.whatwg.org/#dom-body-body
|
54
|
+
*/
|
55
|
+
readonly body: never | undefined
|
56
|
+
|
57
|
+
/** Dumps the response body by reading `limit` number of bytes.
|
58
|
+
* @param opts.limit Number of bytes to read (optional) - Default: 262144
|
59
|
+
*/
|
60
|
+
dump(opts?: { limit: number }): Promise<void>
|
61
|
+
}
|