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,220 @@
|
|
1
|
+
// These types are not exported, and are only used internally
|
2
|
+
|
3
|
+
/**
|
4
|
+
* Take in an unknown value and return one that is of type T
|
5
|
+
*/
|
6
|
+
type Converter<T> = (object: unknown) => T
|
7
|
+
|
8
|
+
type SequenceConverter<T> = (object: unknown) => T[]
|
9
|
+
|
10
|
+
type RecordConverter<K extends string, V> = (object: unknown) => Record<K, V>
|
11
|
+
|
12
|
+
interface ConvertToIntOpts {
|
13
|
+
clamp?: boolean
|
14
|
+
enforceRange?: boolean
|
15
|
+
}
|
16
|
+
|
17
|
+
interface WebidlErrors {
|
18
|
+
exception (opts: { header: string, message: string }): TypeError
|
19
|
+
/**
|
20
|
+
* @description Throw an error when conversion from one type to another has failed
|
21
|
+
*/
|
22
|
+
conversionFailed (opts: {
|
23
|
+
prefix: string
|
24
|
+
argument: string
|
25
|
+
types: string[]
|
26
|
+
}): TypeError
|
27
|
+
/**
|
28
|
+
* @description Throw an error when an invalid argument is provided
|
29
|
+
*/
|
30
|
+
invalidArgument (opts: {
|
31
|
+
prefix: string
|
32
|
+
value: string
|
33
|
+
type: string
|
34
|
+
}): TypeError
|
35
|
+
}
|
36
|
+
|
37
|
+
interface WebidlUtil {
|
38
|
+
/**
|
39
|
+
* @see https://tc39.es/ecma262/#sec-ecmascript-data-types-and-values
|
40
|
+
*/
|
41
|
+
Type (object: unknown):
|
42
|
+
| 'Undefined'
|
43
|
+
| 'Boolean'
|
44
|
+
| 'String'
|
45
|
+
| 'Symbol'
|
46
|
+
| 'Number'
|
47
|
+
| 'BigInt'
|
48
|
+
| 'Null'
|
49
|
+
| 'Object'
|
50
|
+
|
51
|
+
/**
|
52
|
+
* @see https://webidl.spec.whatwg.org/#abstract-opdef-converttoint
|
53
|
+
*/
|
54
|
+
ConvertToInt (
|
55
|
+
V: unknown,
|
56
|
+
bitLength: number,
|
57
|
+
signedness: 'signed' | 'unsigned',
|
58
|
+
opts?: ConvertToIntOpts
|
59
|
+
): number
|
60
|
+
|
61
|
+
/**
|
62
|
+
* @see https://webidl.spec.whatwg.org/#abstract-opdef-converttoint
|
63
|
+
*/
|
64
|
+
IntegerPart (N: number): number
|
65
|
+
}
|
66
|
+
|
67
|
+
interface WebidlConverters {
|
68
|
+
/**
|
69
|
+
* @see https://webidl.spec.whatwg.org/#es-DOMString
|
70
|
+
*/
|
71
|
+
DOMString (V: unknown, opts?: {
|
72
|
+
legacyNullToEmptyString: boolean
|
73
|
+
}): string
|
74
|
+
|
75
|
+
/**
|
76
|
+
* @see https://webidl.spec.whatwg.org/#es-ByteString
|
77
|
+
*/
|
78
|
+
ByteString (V: unknown): string
|
79
|
+
|
80
|
+
/**
|
81
|
+
* @see https://webidl.spec.whatwg.org/#es-USVString
|
82
|
+
*/
|
83
|
+
USVString (V: unknown): string
|
84
|
+
|
85
|
+
/**
|
86
|
+
* @see https://webidl.spec.whatwg.org/#es-boolean
|
87
|
+
*/
|
88
|
+
boolean (V: unknown): boolean
|
89
|
+
|
90
|
+
/**
|
91
|
+
* @see https://webidl.spec.whatwg.org/#es-any
|
92
|
+
*/
|
93
|
+
any <Value>(V: Value): Value
|
94
|
+
|
95
|
+
/**
|
96
|
+
* @see https://webidl.spec.whatwg.org/#es-long-long
|
97
|
+
*/
|
98
|
+
['long long'] (V: unknown): number
|
99
|
+
|
100
|
+
/**
|
101
|
+
* @see https://webidl.spec.whatwg.org/#es-unsigned-long-long
|
102
|
+
*/
|
103
|
+
['unsigned long long'] (V: unknown): number
|
104
|
+
|
105
|
+
/**
|
106
|
+
* @see https://webidl.spec.whatwg.org/#es-unsigned-long
|
107
|
+
*/
|
108
|
+
['unsigned long'] (V: unknown): number
|
109
|
+
|
110
|
+
/**
|
111
|
+
* @see https://webidl.spec.whatwg.org/#es-unsigned-short
|
112
|
+
*/
|
113
|
+
['unsigned short'] (V: unknown, opts?: ConvertToIntOpts): number
|
114
|
+
|
115
|
+
/**
|
116
|
+
* @see https://webidl.spec.whatwg.org/#idl-ArrayBuffer
|
117
|
+
*/
|
118
|
+
ArrayBuffer (V: unknown): ArrayBufferLike
|
119
|
+
ArrayBuffer (V: unknown, opts: { allowShared: false }): ArrayBuffer
|
120
|
+
|
121
|
+
/**
|
122
|
+
* @see https://webidl.spec.whatwg.org/#es-buffer-source-types
|
123
|
+
*/
|
124
|
+
TypedArray (
|
125
|
+
V: unknown,
|
126
|
+
TypedArray: NodeJS.TypedArray | ArrayBufferLike
|
127
|
+
): NodeJS.TypedArray | ArrayBufferLike
|
128
|
+
TypedArray (
|
129
|
+
V: unknown,
|
130
|
+
TypedArray: NodeJS.TypedArray | ArrayBufferLike,
|
131
|
+
opts?: { allowShared: false }
|
132
|
+
): NodeJS.TypedArray | ArrayBuffer
|
133
|
+
|
134
|
+
/**
|
135
|
+
* @see https://webidl.spec.whatwg.org/#es-buffer-source-types
|
136
|
+
*/
|
137
|
+
DataView (V: unknown, opts?: { allowShared: boolean }): DataView
|
138
|
+
|
139
|
+
/**
|
140
|
+
* @see https://webidl.spec.whatwg.org/#BufferSource
|
141
|
+
*/
|
142
|
+
BufferSource (
|
143
|
+
V: unknown,
|
144
|
+
opts?: { allowShared: boolean }
|
145
|
+
): NodeJS.TypedArray | ArrayBufferLike | DataView
|
146
|
+
|
147
|
+
['sequence<ByteString>']: SequenceConverter<string>
|
148
|
+
|
149
|
+
['sequence<sequence<ByteString>>']: SequenceConverter<string[]>
|
150
|
+
|
151
|
+
['record<ByteString, ByteString>']: RecordConverter<string, string>
|
152
|
+
|
153
|
+
[Key: string]: (...args: any[]) => unknown
|
154
|
+
}
|
155
|
+
|
156
|
+
export interface Webidl {
|
157
|
+
errors: WebidlErrors
|
158
|
+
util: WebidlUtil
|
159
|
+
converters: WebidlConverters
|
160
|
+
|
161
|
+
/**
|
162
|
+
* @description Performs a brand-check on {@param V} to ensure it is a
|
163
|
+
* {@param cls} object.
|
164
|
+
*/
|
165
|
+
brandCheck <Interface>(V: unknown, cls: Interface, opts?: { strict?: boolean }): asserts V is Interface
|
166
|
+
|
167
|
+
/**
|
168
|
+
* @see https://webidl.spec.whatwg.org/#es-sequence
|
169
|
+
* @description Convert a value, V, to a WebIDL sequence type.
|
170
|
+
*/
|
171
|
+
sequenceConverter <Type>(C: Converter<Type>): SequenceConverter<Type>
|
172
|
+
|
173
|
+
illegalConstructor (): never
|
174
|
+
|
175
|
+
/**
|
176
|
+
* @see https://webidl.spec.whatwg.org/#es-to-record
|
177
|
+
* @description Convert a value, V, to a WebIDL record type.
|
178
|
+
*/
|
179
|
+
recordConverter <K extends string, V>(
|
180
|
+
keyConverter: Converter<K>,
|
181
|
+
valueConverter: Converter<V>
|
182
|
+
): RecordConverter<K, V>
|
183
|
+
|
184
|
+
/**
|
185
|
+
* Similar to {@link Webidl.brandCheck} but allows skipping the check if third party
|
186
|
+
* interfaces are allowed.
|
187
|
+
*/
|
188
|
+
interfaceConverter <Interface>(cls: Interface): (
|
189
|
+
V: unknown,
|
190
|
+
opts?: { strict: boolean }
|
191
|
+
) => asserts V is typeof cls
|
192
|
+
|
193
|
+
// TODO(@KhafraDev): a type could likely be implemented that can infer the return type
|
194
|
+
// from the converters given?
|
195
|
+
/**
|
196
|
+
* Converts a value, V, to a WebIDL dictionary types. Allows limiting which keys are
|
197
|
+
* allowed, values allowed, optional and required keys. Auto converts the value to
|
198
|
+
* a type given a converter.
|
199
|
+
*/
|
200
|
+
dictionaryConverter (converters: {
|
201
|
+
key: string,
|
202
|
+
defaultValue?: unknown,
|
203
|
+
required?: boolean,
|
204
|
+
converter: (...args: unknown[]) => unknown,
|
205
|
+
allowedValues?: unknown[]
|
206
|
+
}[]): (V: unknown) => Record<string, unknown>
|
207
|
+
|
208
|
+
/**
|
209
|
+
* @see https://webidl.spec.whatwg.org/#idl-nullable-type
|
210
|
+
* @description allows a type, V, to be null
|
211
|
+
*/
|
212
|
+
nullableConverter <T>(
|
213
|
+
converter: Converter<T>
|
214
|
+
): (V: unknown) => ReturnType<typeof converter> | null
|
215
|
+
|
216
|
+
argumentLengthCheck (args: { length: number }, min: number, context: {
|
217
|
+
header: string
|
218
|
+
message?: string
|
219
|
+
}): void
|
220
|
+
}
|
@@ -0,0 +1,131 @@
|
|
1
|
+
/// <reference types="node" />
|
2
|
+
|
3
|
+
import type { Blob } from 'buffer'
|
4
|
+
import type { MessagePort } from 'worker_threads'
|
5
|
+
import {
|
6
|
+
EventTarget,
|
7
|
+
Event,
|
8
|
+
EventInit,
|
9
|
+
EventListenerOptions,
|
10
|
+
AddEventListenerOptions,
|
11
|
+
EventListenerOrEventListenerObject
|
12
|
+
} from './patch'
|
13
|
+
import Dispatcher from './dispatcher'
|
14
|
+
import { HeadersInit } from './fetch'
|
15
|
+
|
16
|
+
export type BinaryType = 'blob' | 'arraybuffer'
|
17
|
+
|
18
|
+
interface WebSocketEventMap {
|
19
|
+
close: CloseEvent
|
20
|
+
error: Event
|
21
|
+
message: MessageEvent
|
22
|
+
open: Event
|
23
|
+
}
|
24
|
+
|
25
|
+
interface WebSocket extends EventTarget {
|
26
|
+
binaryType: BinaryType
|
27
|
+
|
28
|
+
readonly bufferedAmount: number
|
29
|
+
readonly extensions: string
|
30
|
+
|
31
|
+
onclose: ((this: WebSocket, ev: WebSocketEventMap['close']) => any) | null
|
32
|
+
onerror: ((this: WebSocket, ev: WebSocketEventMap['error']) => any) | null
|
33
|
+
onmessage: ((this: WebSocket, ev: WebSocketEventMap['message']) => any) | null
|
34
|
+
onopen: ((this: WebSocket, ev: WebSocketEventMap['open']) => any) | null
|
35
|
+
|
36
|
+
readonly protocol: string
|
37
|
+
readonly readyState: number
|
38
|
+
readonly url: string
|
39
|
+
|
40
|
+
close(code?: number, reason?: string): void
|
41
|
+
send(data: string | ArrayBufferLike | Blob | ArrayBufferView): void
|
42
|
+
|
43
|
+
readonly CLOSED: number
|
44
|
+
readonly CLOSING: number
|
45
|
+
readonly CONNECTING: number
|
46
|
+
readonly OPEN: number
|
47
|
+
|
48
|
+
addEventListener<K extends keyof WebSocketEventMap>(
|
49
|
+
type: K,
|
50
|
+
listener: (this: WebSocket, ev: WebSocketEventMap[K]) => any,
|
51
|
+
options?: boolean | AddEventListenerOptions
|
52
|
+
): void
|
53
|
+
addEventListener(
|
54
|
+
type: string,
|
55
|
+
listener: EventListenerOrEventListenerObject,
|
56
|
+
options?: boolean | AddEventListenerOptions
|
57
|
+
): void
|
58
|
+
removeEventListener<K extends keyof WebSocketEventMap>(
|
59
|
+
type: K,
|
60
|
+
listener: (this: WebSocket, ev: WebSocketEventMap[K]) => any,
|
61
|
+
options?: boolean | EventListenerOptions
|
62
|
+
): void
|
63
|
+
removeEventListener(
|
64
|
+
type: string,
|
65
|
+
listener: EventListenerOrEventListenerObject,
|
66
|
+
options?: boolean | EventListenerOptions
|
67
|
+
): void
|
68
|
+
}
|
69
|
+
|
70
|
+
export declare const WebSocket: {
|
71
|
+
prototype: WebSocket
|
72
|
+
new (url: string | URL, protocols?: string | string[] | WebSocketInit): WebSocket
|
73
|
+
readonly CLOSED: number
|
74
|
+
readonly CLOSING: number
|
75
|
+
readonly CONNECTING: number
|
76
|
+
readonly OPEN: number
|
77
|
+
}
|
78
|
+
|
79
|
+
interface CloseEventInit extends EventInit {
|
80
|
+
code?: number
|
81
|
+
reason?: string
|
82
|
+
wasClean?: boolean
|
83
|
+
}
|
84
|
+
|
85
|
+
interface CloseEvent extends Event {
|
86
|
+
readonly code: number
|
87
|
+
readonly reason: string
|
88
|
+
readonly wasClean: boolean
|
89
|
+
}
|
90
|
+
|
91
|
+
export declare const CloseEvent: {
|
92
|
+
prototype: CloseEvent
|
93
|
+
new (type: string, eventInitDict?: CloseEventInit): CloseEvent
|
94
|
+
}
|
95
|
+
|
96
|
+
interface MessageEventInit<T = any> extends EventInit {
|
97
|
+
data?: T
|
98
|
+
lastEventId?: string
|
99
|
+
origin?: string
|
100
|
+
ports?: (typeof MessagePort)[]
|
101
|
+
source?: typeof MessagePort | null
|
102
|
+
}
|
103
|
+
|
104
|
+
interface MessageEvent<T = any> extends Event {
|
105
|
+
readonly data: T
|
106
|
+
readonly lastEventId: string
|
107
|
+
readonly origin: string
|
108
|
+
readonly ports: ReadonlyArray<typeof MessagePort>
|
109
|
+
readonly source: typeof MessagePort | null
|
110
|
+
initMessageEvent(
|
111
|
+
type: string,
|
112
|
+
bubbles?: boolean,
|
113
|
+
cancelable?: boolean,
|
114
|
+
data?: any,
|
115
|
+
origin?: string,
|
116
|
+
lastEventId?: string,
|
117
|
+
source?: typeof MessagePort | null,
|
118
|
+
ports?: (typeof MessagePort)[]
|
119
|
+
): void;
|
120
|
+
}
|
121
|
+
|
122
|
+
export declare const MessageEvent: {
|
123
|
+
prototype: MessageEvent
|
124
|
+
new<T>(type: string, eventInitDict?: MessageEventInit<T>): MessageEvent<T>
|
125
|
+
}
|
126
|
+
|
127
|
+
interface WebSocketInit {
|
128
|
+
protocols?: string | string[],
|
129
|
+
dispatcher?: Dispatcher,
|
130
|
+
headers?: HeadersInit
|
131
|
+
}
|
@@ -0,0 +1,107 @@
|
|
1
|
+
{
|
2
|
+
"name": "5.3",
|
3
|
+
"lockfileVersion": 3,
|
4
|
+
"requires": true,
|
5
|
+
"packages": {
|
6
|
+
"": {
|
7
|
+
"dependencies": {
|
8
|
+
"types-registry": "^0.1.683"
|
9
|
+
},
|
10
|
+
"devDependencies": {
|
11
|
+
"@types/node-fetch": "^2.6.9"
|
12
|
+
}
|
13
|
+
},
|
14
|
+
"node_modules/@types/node": {
|
15
|
+
"version": "20.10.4",
|
16
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.4.tgz",
|
17
|
+
"integrity": "sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==",
|
18
|
+
"dev": true,
|
19
|
+
"dependencies": {
|
20
|
+
"undici-types": "~5.26.4"
|
21
|
+
}
|
22
|
+
},
|
23
|
+
"node_modules/@types/node-fetch": {
|
24
|
+
"version": "2.6.9",
|
25
|
+
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.9.tgz",
|
26
|
+
"integrity": "sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA==",
|
27
|
+
"dev": true,
|
28
|
+
"dependencies": {
|
29
|
+
"@types/node": "*",
|
30
|
+
"form-data": "^4.0.0"
|
31
|
+
}
|
32
|
+
},
|
33
|
+
"node_modules/asynckit": {
|
34
|
+
"version": "0.4.0",
|
35
|
+
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
36
|
+
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
37
|
+
"dev": true
|
38
|
+
},
|
39
|
+
"node_modules/combined-stream": {
|
40
|
+
"version": "1.0.8",
|
41
|
+
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
42
|
+
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
43
|
+
"dev": true,
|
44
|
+
"dependencies": {
|
45
|
+
"delayed-stream": "~1.0.0"
|
46
|
+
},
|
47
|
+
"engines": {
|
48
|
+
"node": ">= 0.8"
|
49
|
+
}
|
50
|
+
},
|
51
|
+
"node_modules/delayed-stream": {
|
52
|
+
"version": "1.0.0",
|
53
|
+
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
54
|
+
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
55
|
+
"dev": true,
|
56
|
+
"engines": {
|
57
|
+
"node": ">=0.4.0"
|
58
|
+
}
|
59
|
+
},
|
60
|
+
"node_modules/form-data": {
|
61
|
+
"version": "4.0.0",
|
62
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
63
|
+
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
64
|
+
"dev": true,
|
65
|
+
"dependencies": {
|
66
|
+
"asynckit": "^0.4.0",
|
67
|
+
"combined-stream": "^1.0.8",
|
68
|
+
"mime-types": "^2.1.12"
|
69
|
+
},
|
70
|
+
"engines": {
|
71
|
+
"node": ">= 6"
|
72
|
+
}
|
73
|
+
},
|
74
|
+
"node_modules/mime-db": {
|
75
|
+
"version": "1.52.0",
|
76
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
77
|
+
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
78
|
+
"dev": true,
|
79
|
+
"engines": {
|
80
|
+
"node": ">= 0.6"
|
81
|
+
}
|
82
|
+
},
|
83
|
+
"node_modules/mime-types": {
|
84
|
+
"version": "2.1.35",
|
85
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
86
|
+
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
87
|
+
"dev": true,
|
88
|
+
"dependencies": {
|
89
|
+
"mime-db": "1.52.0"
|
90
|
+
},
|
91
|
+
"engines": {
|
92
|
+
"node": ">= 0.6"
|
93
|
+
}
|
94
|
+
},
|
95
|
+
"node_modules/types-registry": {
|
96
|
+
"version": "0.1.683",
|
97
|
+
"resolved": "https://registry.npmjs.org/types-registry/-/types-registry-0.1.683.tgz",
|
98
|
+
"integrity": "sha512-XcbiXpnMOE7z1iomyKg7jH8XLHSVUsIiJIrZZDJqALOsspsqpmTd7UAkurgELZRuhA4lCTe2SdfhQbIYgBTpFw=="
|
99
|
+
},
|
100
|
+
"node_modules/undici-types": {
|
101
|
+
"version": "5.26.5",
|
102
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
103
|
+
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
104
|
+
"dev": true
|
105
|
+
}
|
106
|
+
}
|
107
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"private":true,"dependencies":{"types-registry":"^0.1.683"},"devDependencies":{"@types/node-fetch":"^2.6.9"}}
|
@@ -0,0 +1,115 @@
|
|
1
|
+
{
|
2
|
+
"name": "5.4",
|
3
|
+
"lockfileVersion": 3,
|
4
|
+
"requires": true,
|
5
|
+
"packages": {
|
6
|
+
"node_modules/@types/body-parser": {
|
7
|
+
"version": "1.19.5",
|
8
|
+
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
|
9
|
+
"integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
|
10
|
+
"dev": true,
|
11
|
+
"dependencies": {
|
12
|
+
"@types/connect": "*",
|
13
|
+
"@types/node": "*"
|
14
|
+
}
|
15
|
+
},
|
16
|
+
"node_modules/@types/connect": {
|
17
|
+
"version": "3.4.38",
|
18
|
+
"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
|
19
|
+
"integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
|
20
|
+
"dev": true,
|
21
|
+
"dependencies": {
|
22
|
+
"@types/node": "*"
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"node_modules/@types/express": {
|
26
|
+
"version": "4.17.21",
|
27
|
+
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
|
28
|
+
"integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
|
29
|
+
"dev": true,
|
30
|
+
"dependencies": {
|
31
|
+
"@types/body-parser": "*",
|
32
|
+
"@types/express-serve-static-core": "^4.17.33",
|
33
|
+
"@types/qs": "*",
|
34
|
+
"@types/serve-static": "*"
|
35
|
+
}
|
36
|
+
},
|
37
|
+
"node_modules/@types/express-serve-static-core": {
|
38
|
+
"version": "4.19.3",
|
39
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.3.tgz",
|
40
|
+
"integrity": "sha512-KOzM7MhcBFlmnlr/fzISFF5vGWVSvN6fTd4T+ExOt08bA/dA5kpSzY52nMsI1KDFmUREpJelPYyuslLRSjjgCg==",
|
41
|
+
"dev": true,
|
42
|
+
"dependencies": {
|
43
|
+
"@types/node": "*",
|
44
|
+
"@types/qs": "*",
|
45
|
+
"@types/range-parser": "*",
|
46
|
+
"@types/send": "*"
|
47
|
+
}
|
48
|
+
},
|
49
|
+
"node_modules/@types/http-errors": {
|
50
|
+
"version": "2.0.4",
|
51
|
+
"resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
|
52
|
+
"integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
|
53
|
+
"dev": true
|
54
|
+
},
|
55
|
+
"node_modules/@types/mime": {
|
56
|
+
"version": "1.3.5",
|
57
|
+
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
|
58
|
+
"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
|
59
|
+
"dev": true
|
60
|
+
},
|
61
|
+
"node_modules/@types/node": {
|
62
|
+
"version": "20.14.2",
|
63
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz",
|
64
|
+
"integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==",
|
65
|
+
"dev": true,
|
66
|
+
"dependencies": {
|
67
|
+
"undici-types": "~5.26.4"
|
68
|
+
}
|
69
|
+
},
|
70
|
+
"node_modules/@types/qs": {
|
71
|
+
"version": "6.9.15",
|
72
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz",
|
73
|
+
"integrity": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==",
|
74
|
+
"dev": true
|
75
|
+
},
|
76
|
+
"node_modules/@types/range-parser": {
|
77
|
+
"version": "1.2.7",
|
78
|
+
"resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
|
79
|
+
"integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
|
80
|
+
"dev": true
|
81
|
+
},
|
82
|
+
"node_modules/@types/send": {
|
83
|
+
"version": "0.17.4",
|
84
|
+
"resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
|
85
|
+
"integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
|
86
|
+
"dev": true,
|
87
|
+
"dependencies": {
|
88
|
+
"@types/mime": "^1",
|
89
|
+
"@types/node": "*"
|
90
|
+
}
|
91
|
+
},
|
92
|
+
"node_modules/@types/serve-static": {
|
93
|
+
"version": "1.15.7",
|
94
|
+
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz",
|
95
|
+
"integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
|
96
|
+
"dev": true,
|
97
|
+
"dependencies": {
|
98
|
+
"@types/http-errors": "*",
|
99
|
+
"@types/node": "*",
|
100
|
+
"@types/send": "*"
|
101
|
+
}
|
102
|
+
},
|
103
|
+
"node_modules/types-registry": {
|
104
|
+
"version": "0.1.685",
|
105
|
+
"resolved": "https://registry.npmjs.org/types-registry/-/types-registry-0.1.685.tgz",
|
106
|
+
"integrity": "sha512-dC3Nqu/q2Ey8Jj/YV0plEub0oycMiu3VaAf+tf8X5uhtiRS4iF1BubY5cra1LIaKr+fTblxQvoVAYIPeVj1A9g=="
|
107
|
+
},
|
108
|
+
"node_modules/undici-types": {
|
109
|
+
"version": "5.26.5",
|
110
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
111
|
+
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
112
|
+
"dev": true
|
113
|
+
}
|
114
|
+
}
|
115
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) Microsoft Corporation.
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# Installation
|
2
|
+
> `npm install --save @types/body-parser`
|
3
|
+
|
4
|
+
# Summary
|
5
|
+
This package contains type definitions for body-parser (https://github.com/expressjs/body-parser).
|
6
|
+
|
7
|
+
# Details
|
8
|
+
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/body-parser.
|
9
|
+
|
10
|
+
### Additional Details
|
11
|
+
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
|
12
|
+
* Dependencies: [@types/connect](https://npmjs.com/package/@types/connect), [@types/node](https://npmjs.com/package/@types/node)
|
13
|
+
|
14
|
+
# Credits
|
15
|
+
These definitions were written by [Santi Albo](https://github.com/santialbo), [Vilic Vane](https://github.com/vilic), [Jonathan Häberle](https://github.com/dreampulse), [Gevik Babakhani](https://github.com/blendsdk), [Tomasz Łaziuk](https://github.com/tlaziuk), [Jason Walton](https://github.com/jwalton), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).
|