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,415 @@
|
|
1
|
+
/**
|
2
|
+
* The `node:console` module provides a simple debugging console that is similar to
|
3
|
+
* the JavaScript console mechanism provided by web browsers.
|
4
|
+
*
|
5
|
+
* The module exports two specific components:
|
6
|
+
*
|
7
|
+
* * A `Console` class with methods such as `console.log()`, `console.error()`, and`console.warn()` that can be used to write to any Node.js stream.
|
8
|
+
* * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('node:console')`.
|
9
|
+
*
|
10
|
+
* _**Warning**_: The global console object's methods are neither consistently
|
11
|
+
* synchronous like the browser APIs they resemble, nor are they consistently
|
12
|
+
* asynchronous like all other Node.js streams. See the `note on process I/O` for
|
13
|
+
* more information.
|
14
|
+
*
|
15
|
+
* Example using the global `console`:
|
16
|
+
*
|
17
|
+
* ```js
|
18
|
+
* console.log('hello world');
|
19
|
+
* // Prints: hello world, to stdout
|
20
|
+
* console.log('hello %s', 'world');
|
21
|
+
* // Prints: hello world, to stdout
|
22
|
+
* console.error(new Error('Whoops, something bad happened'));
|
23
|
+
* // Prints error message and stack trace to stderr:
|
24
|
+
* // Error: Whoops, something bad happened
|
25
|
+
* // at [eval]:5:15
|
26
|
+
* // at Script.runInThisContext (node:vm:132:18)
|
27
|
+
* // at Object.runInThisContext (node:vm:309:38)
|
28
|
+
* // at node:internal/process/execution:77:19
|
29
|
+
* // at [eval]-wrapper:6:22
|
30
|
+
* // at evalScript (node:internal/process/execution:76:60)
|
31
|
+
* // at node:internal/main/eval_string:23:3
|
32
|
+
*
|
33
|
+
* const name = 'Will Robinson';
|
34
|
+
* console.warn(`Danger ${name}! Danger!`);
|
35
|
+
* // Prints: Danger Will Robinson! Danger!, to stderr
|
36
|
+
* ```
|
37
|
+
*
|
38
|
+
* Example using the `Console` class:
|
39
|
+
*
|
40
|
+
* ```js
|
41
|
+
* const out = getStreamSomehow();
|
42
|
+
* const err = getStreamSomehow();
|
43
|
+
* const myConsole = new console.Console(out, err);
|
44
|
+
*
|
45
|
+
* myConsole.log('hello world');
|
46
|
+
* // Prints: hello world, to out
|
47
|
+
* myConsole.log('hello %s', 'world');
|
48
|
+
* // Prints: hello world, to out
|
49
|
+
* myConsole.error(new Error('Whoops, something bad happened'));
|
50
|
+
* // Prints: [Error: Whoops, something bad happened], to err
|
51
|
+
*
|
52
|
+
* const name = 'Will Robinson';
|
53
|
+
* myConsole.warn(`Danger ${name}! Danger!`);
|
54
|
+
* // Prints: Danger Will Robinson! Danger!, to err
|
55
|
+
* ```
|
56
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/console.js)
|
57
|
+
*/
|
58
|
+
declare module "console" {
|
59
|
+
import console = require("node:console");
|
60
|
+
export = console;
|
61
|
+
}
|
62
|
+
declare module "node:console" {
|
63
|
+
import { InspectOptions } from "node:util";
|
64
|
+
global {
|
65
|
+
// This needs to be global to avoid TS2403 in case lib.dom.d.ts is present in the same build
|
66
|
+
interface Console {
|
67
|
+
Console: console.ConsoleConstructor;
|
68
|
+
/**
|
69
|
+
* `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only
|
70
|
+
* writes a message and does not otherwise affect execution. The output always
|
71
|
+
* starts with `"Assertion failed"`. If provided, `message` is formatted using `util.format()`.
|
72
|
+
*
|
73
|
+
* If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens.
|
74
|
+
*
|
75
|
+
* ```js
|
76
|
+
* console.assert(true, 'does nothing');
|
77
|
+
*
|
78
|
+
* console.assert(false, 'Whoops %s work', 'didn\'t');
|
79
|
+
* // Assertion failed: Whoops didn't work
|
80
|
+
*
|
81
|
+
* console.assert();
|
82
|
+
* // Assertion failed
|
83
|
+
* ```
|
84
|
+
* @since v0.1.101
|
85
|
+
* @param value The value tested for being truthy.
|
86
|
+
* @param message All arguments besides `value` are used as error message.
|
87
|
+
*/
|
88
|
+
assert(value: any, message?: string, ...optionalParams: any[]): void;
|
89
|
+
/**
|
90
|
+
* When `stdout` is a TTY, calling `console.clear()` will attempt to clear the
|
91
|
+
* TTY. When `stdout` is not a TTY, this method does nothing.
|
92
|
+
*
|
93
|
+
* The specific operation of `console.clear()` can vary across operating systems
|
94
|
+
* and terminal types. For most Linux operating systems, `console.clear()`operates similarly to the `clear` shell command. On Windows, `console.clear()`will clear only the output in the
|
95
|
+
* current terminal viewport for the Node.js
|
96
|
+
* binary.
|
97
|
+
* @since v8.3.0
|
98
|
+
*/
|
99
|
+
clear(): void;
|
100
|
+
/**
|
101
|
+
* Maintains an internal counter specific to `label` and outputs to `stdout` the
|
102
|
+
* number of times `console.count()` has been called with the given `label`.
|
103
|
+
*
|
104
|
+
* ```js
|
105
|
+
* > console.count()
|
106
|
+
* default: 1
|
107
|
+
* undefined
|
108
|
+
* > console.count('default')
|
109
|
+
* default: 2
|
110
|
+
* undefined
|
111
|
+
* > console.count('abc')
|
112
|
+
* abc: 1
|
113
|
+
* undefined
|
114
|
+
* > console.count('xyz')
|
115
|
+
* xyz: 1
|
116
|
+
* undefined
|
117
|
+
* > console.count('abc')
|
118
|
+
* abc: 2
|
119
|
+
* undefined
|
120
|
+
* > console.count()
|
121
|
+
* default: 3
|
122
|
+
* undefined
|
123
|
+
* >
|
124
|
+
* ```
|
125
|
+
* @since v8.3.0
|
126
|
+
* @param [label='default'] The display label for the counter.
|
127
|
+
*/
|
128
|
+
count(label?: string): void;
|
129
|
+
/**
|
130
|
+
* Resets the internal counter specific to `label`.
|
131
|
+
*
|
132
|
+
* ```js
|
133
|
+
* > console.count('abc');
|
134
|
+
* abc: 1
|
135
|
+
* undefined
|
136
|
+
* > console.countReset('abc');
|
137
|
+
* undefined
|
138
|
+
* > console.count('abc');
|
139
|
+
* abc: 1
|
140
|
+
* undefined
|
141
|
+
* >
|
142
|
+
* ```
|
143
|
+
* @since v8.3.0
|
144
|
+
* @param [label='default'] The display label for the counter.
|
145
|
+
*/
|
146
|
+
countReset(label?: string): void;
|
147
|
+
/**
|
148
|
+
* The `console.debug()` function is an alias for {@link log}.
|
149
|
+
* @since v8.0.0
|
150
|
+
*/
|
151
|
+
debug(message?: any, ...optionalParams: any[]): void;
|
152
|
+
/**
|
153
|
+
* Uses `util.inspect()` on `obj` and prints the resulting string to `stdout`.
|
154
|
+
* This function bypasses any custom `inspect()` function defined on `obj`.
|
155
|
+
* @since v0.1.101
|
156
|
+
*/
|
157
|
+
dir(obj: any, options?: InspectOptions): void;
|
158
|
+
/**
|
159
|
+
* This method calls `console.log()` passing it the arguments received.
|
160
|
+
* This method does not produce any XML formatting.
|
161
|
+
* @since v8.0.0
|
162
|
+
*/
|
163
|
+
dirxml(...data: any[]): void;
|
164
|
+
/**
|
165
|
+
* Prints to `stderr` with newline. Multiple arguments can be passed, with the
|
166
|
+
* first used as the primary message and all additional used as substitution
|
167
|
+
* values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`).
|
168
|
+
*
|
169
|
+
* ```js
|
170
|
+
* const code = 5;
|
171
|
+
* console.error('error #%d', code);
|
172
|
+
* // Prints: error #5, to stderr
|
173
|
+
* console.error('error', code);
|
174
|
+
* // Prints: error 5, to stderr
|
175
|
+
* ```
|
176
|
+
*
|
177
|
+
* If formatting elements (e.g. `%d`) are not found in the first string then `util.inspect()` is called on each argument and the resulting string
|
178
|
+
* values are concatenated. See `util.format()` for more information.
|
179
|
+
* @since v0.1.100
|
180
|
+
*/
|
181
|
+
error(message?: any, ...optionalParams: any[]): void;
|
182
|
+
/**
|
183
|
+
* Increases indentation of subsequent lines by spaces for `groupIndentation`length.
|
184
|
+
*
|
185
|
+
* If one or more `label`s are provided, those are printed first without the
|
186
|
+
* additional indentation.
|
187
|
+
* @since v8.5.0
|
188
|
+
*/
|
189
|
+
group(...label: any[]): void;
|
190
|
+
/**
|
191
|
+
* An alias for {@link group}.
|
192
|
+
* @since v8.5.0
|
193
|
+
*/
|
194
|
+
groupCollapsed(...label: any[]): void;
|
195
|
+
/**
|
196
|
+
* Decreases indentation of subsequent lines by spaces for `groupIndentation`length.
|
197
|
+
* @since v8.5.0
|
198
|
+
*/
|
199
|
+
groupEnd(): void;
|
200
|
+
/**
|
201
|
+
* The `console.info()` function is an alias for {@link log}.
|
202
|
+
* @since v0.1.100
|
203
|
+
*/
|
204
|
+
info(message?: any, ...optionalParams: any[]): void;
|
205
|
+
/**
|
206
|
+
* Prints to `stdout` with newline. Multiple arguments can be passed, with the
|
207
|
+
* first used as the primary message and all additional used as substitution
|
208
|
+
* values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`).
|
209
|
+
*
|
210
|
+
* ```js
|
211
|
+
* const count = 5;
|
212
|
+
* console.log('count: %d', count);
|
213
|
+
* // Prints: count: 5, to stdout
|
214
|
+
* console.log('count:', count);
|
215
|
+
* // Prints: count: 5, to stdout
|
216
|
+
* ```
|
217
|
+
*
|
218
|
+
* See `util.format()` for more information.
|
219
|
+
* @since v0.1.100
|
220
|
+
*/
|
221
|
+
log(message?: any, ...optionalParams: any[]): void;
|
222
|
+
/**
|
223
|
+
* Try to construct a table with the columns of the properties of `tabularData`(or use `properties`) and rows of `tabularData` and log it. Falls back to just
|
224
|
+
* logging the argument if it can't be parsed as tabular.
|
225
|
+
*
|
226
|
+
* ```js
|
227
|
+
* // These can't be parsed as tabular data
|
228
|
+
* console.table(Symbol());
|
229
|
+
* // Symbol()
|
230
|
+
*
|
231
|
+
* console.table(undefined);
|
232
|
+
* // undefined
|
233
|
+
*
|
234
|
+
* console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }]);
|
235
|
+
* // ┌─────────┬─────┬─────┐
|
236
|
+
* // │ (index) │ a │ b │
|
237
|
+
* // ├─────────┼─────┼─────┤
|
238
|
+
* // │ 0 │ 1 │ 'Y' │
|
239
|
+
* // │ 1 │ 'Z' │ 2 │
|
240
|
+
* // └─────────┴─────┴─────┘
|
241
|
+
*
|
242
|
+
* console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }], ['a']);
|
243
|
+
* // ┌─────────┬─────┐
|
244
|
+
* // │ (index) │ a │
|
245
|
+
* // ├─────────┼─────┤
|
246
|
+
* // │ 0 │ 1 │
|
247
|
+
* // │ 1 │ 'Z' │
|
248
|
+
* // └─────────┴─────┘
|
249
|
+
* ```
|
250
|
+
* @since v10.0.0
|
251
|
+
* @param properties Alternate properties for constructing the table.
|
252
|
+
*/
|
253
|
+
table(tabularData: any, properties?: readonly string[]): void;
|
254
|
+
/**
|
255
|
+
* Starts a timer that can be used to compute the duration of an operation. Timers
|
256
|
+
* are identified by a unique `label`. Use the same `label` when calling {@link timeEnd} to stop the timer and output the elapsed time in
|
257
|
+
* suitable time units to `stdout`. For example, if the elapsed
|
258
|
+
* time is 3869ms, `console.timeEnd()` displays "3.869s".
|
259
|
+
* @since v0.1.104
|
260
|
+
* @param [label='default']
|
261
|
+
*/
|
262
|
+
time(label?: string): void;
|
263
|
+
/**
|
264
|
+
* Stops a timer that was previously started by calling {@link time} and
|
265
|
+
* prints the result to `stdout`:
|
266
|
+
*
|
267
|
+
* ```js
|
268
|
+
* console.time('bunch-of-stuff');
|
269
|
+
* // Do a bunch of stuff.
|
270
|
+
* console.timeEnd('bunch-of-stuff');
|
271
|
+
* // Prints: bunch-of-stuff: 225.438ms
|
272
|
+
* ```
|
273
|
+
* @since v0.1.104
|
274
|
+
* @param [label='default']
|
275
|
+
*/
|
276
|
+
timeEnd(label?: string): void;
|
277
|
+
/**
|
278
|
+
* For a timer that was previously started by calling {@link time}, prints
|
279
|
+
* the elapsed time and other `data` arguments to `stdout`:
|
280
|
+
*
|
281
|
+
* ```js
|
282
|
+
* console.time('process');
|
283
|
+
* const value = expensiveProcess1(); // Returns 42
|
284
|
+
* console.timeLog('process', value);
|
285
|
+
* // Prints "process: 365.227ms 42".
|
286
|
+
* doExpensiveProcess2(value);
|
287
|
+
* console.timeEnd('process');
|
288
|
+
* ```
|
289
|
+
* @since v10.7.0
|
290
|
+
* @param [label='default']
|
291
|
+
*/
|
292
|
+
timeLog(label?: string, ...data: any[]): void;
|
293
|
+
/**
|
294
|
+
* Prints to `stderr` the string `'Trace: '`, followed by the `util.format()` formatted message and stack trace to the current position in the code.
|
295
|
+
*
|
296
|
+
* ```js
|
297
|
+
* console.trace('Show me');
|
298
|
+
* // Prints: (stack trace will vary based on where trace is called)
|
299
|
+
* // Trace: Show me
|
300
|
+
* // at repl:2:9
|
301
|
+
* // at REPLServer.defaultEval (repl.js:248:27)
|
302
|
+
* // at bound (domain.js:287:14)
|
303
|
+
* // at REPLServer.runBound [as eval] (domain.js:300:12)
|
304
|
+
* // at REPLServer.<anonymous> (repl.js:412:12)
|
305
|
+
* // at emitOne (events.js:82:20)
|
306
|
+
* // at REPLServer.emit (events.js:169:7)
|
307
|
+
* // at REPLServer.Interface._onLine (readline.js:210:10)
|
308
|
+
* // at REPLServer.Interface._line (readline.js:549:8)
|
309
|
+
* // at REPLServer.Interface._ttyWrite (readline.js:826:14)
|
310
|
+
* ```
|
311
|
+
* @since v0.1.104
|
312
|
+
*/
|
313
|
+
trace(message?: any, ...optionalParams: any[]): void;
|
314
|
+
/**
|
315
|
+
* The `console.warn()` function is an alias for {@link error}.
|
316
|
+
* @since v0.1.100
|
317
|
+
*/
|
318
|
+
warn(message?: any, ...optionalParams: any[]): void;
|
319
|
+
// --- Inspector mode only ---
|
320
|
+
/**
|
321
|
+
* This method does not display anything unless used in the inspector.
|
322
|
+
* Starts a JavaScript CPU profile with an optional label.
|
323
|
+
*/
|
324
|
+
profile(label?: string): void;
|
325
|
+
/**
|
326
|
+
* This method does not display anything unless used in the inspector.
|
327
|
+
* Stops the current JavaScript CPU profiling session if one has been started and prints the report to the Profiles panel of the inspector.
|
328
|
+
*/
|
329
|
+
profileEnd(label?: string): void;
|
330
|
+
/**
|
331
|
+
* This method does not display anything unless used in the inspector.
|
332
|
+
* Adds an event with the label `label` to the Timeline panel of the inspector.
|
333
|
+
*/
|
334
|
+
timeStamp(label?: string): void;
|
335
|
+
}
|
336
|
+
/**
|
337
|
+
* The `console` module provides a simple debugging console that is similar to the
|
338
|
+
* JavaScript console mechanism provided by web browsers.
|
339
|
+
*
|
340
|
+
* The module exports two specific components:
|
341
|
+
*
|
342
|
+
* * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream.
|
343
|
+
* * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`.
|
344
|
+
*
|
345
|
+
* _**Warning**_: The global console object's methods are neither consistently
|
346
|
+
* synchronous like the browser APIs they resemble, nor are they consistently
|
347
|
+
* asynchronous like all other Node.js streams. See the `note on process I/O` for
|
348
|
+
* more information.
|
349
|
+
*
|
350
|
+
* Example using the global `console`:
|
351
|
+
*
|
352
|
+
* ```js
|
353
|
+
* console.log('hello world');
|
354
|
+
* // Prints: hello world, to stdout
|
355
|
+
* console.log('hello %s', 'world');
|
356
|
+
* // Prints: hello world, to stdout
|
357
|
+
* console.error(new Error('Whoops, something bad happened'));
|
358
|
+
* // Prints error message and stack trace to stderr:
|
359
|
+
* // Error: Whoops, something bad happened
|
360
|
+
* // at [eval]:5:15
|
361
|
+
* // at Script.runInThisContext (node:vm:132:18)
|
362
|
+
* // at Object.runInThisContext (node:vm:309:38)
|
363
|
+
* // at node:internal/process/execution:77:19
|
364
|
+
* // at [eval]-wrapper:6:22
|
365
|
+
* // at evalScript (node:internal/process/execution:76:60)
|
366
|
+
* // at node:internal/main/eval_string:23:3
|
367
|
+
*
|
368
|
+
* const name = 'Will Robinson';
|
369
|
+
* console.warn(`Danger ${name}! Danger!`);
|
370
|
+
* // Prints: Danger Will Robinson! Danger!, to stderr
|
371
|
+
* ```
|
372
|
+
*
|
373
|
+
* Example using the `Console` class:
|
374
|
+
*
|
375
|
+
* ```js
|
376
|
+
* const out = getStreamSomehow();
|
377
|
+
* const err = getStreamSomehow();
|
378
|
+
* const myConsole = new console.Console(out, err);
|
379
|
+
*
|
380
|
+
* myConsole.log('hello world');
|
381
|
+
* // Prints: hello world, to out
|
382
|
+
* myConsole.log('hello %s', 'world');
|
383
|
+
* // Prints: hello world, to out
|
384
|
+
* myConsole.error(new Error('Whoops, something bad happened'));
|
385
|
+
* // Prints: [Error: Whoops, something bad happened], to err
|
386
|
+
*
|
387
|
+
* const name = 'Will Robinson';
|
388
|
+
* myConsole.warn(`Danger ${name}! Danger!`);
|
389
|
+
* // Prints: Danger Will Robinson! Danger!, to err
|
390
|
+
* ```
|
391
|
+
* @see [source](https://github.com/nodejs/node/blob/v16.4.2/lib/console.js)
|
392
|
+
*/
|
393
|
+
namespace console {
|
394
|
+
interface ConsoleConstructorOptions {
|
395
|
+
stdout: NodeJS.WritableStream;
|
396
|
+
stderr?: NodeJS.WritableStream | undefined;
|
397
|
+
ignoreErrors?: boolean | undefined;
|
398
|
+
colorMode?: boolean | "auto" | undefined;
|
399
|
+
inspectOptions?: InspectOptions | undefined;
|
400
|
+
/**
|
401
|
+
* Set group indentation
|
402
|
+
* @default 2
|
403
|
+
*/
|
404
|
+
groupIndentation?: number | undefined;
|
405
|
+
}
|
406
|
+
interface ConsoleConstructor {
|
407
|
+
prototype: Console;
|
408
|
+
new(stdout: NodeJS.WritableStream, stderr?: NodeJS.WritableStream, ignoreErrors?: boolean): Console;
|
409
|
+
new(options: ConsoleConstructorOptions): Console;
|
410
|
+
}
|
411
|
+
}
|
412
|
+
var console: Console;
|
413
|
+
}
|
414
|
+
export = globalThis.console;
|
415
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
/** @deprecated since v6.3.0 - use constants property exposed by the relevant module instead. */
|
2
|
+
declare module "constants" {
|
3
|
+
import { constants as osConstants, SignalConstants } from "node:os";
|
4
|
+
import { constants as cryptoConstants } from "node:crypto";
|
5
|
+
import { constants as fsConstants } from "node:fs";
|
6
|
+
|
7
|
+
const exp:
|
8
|
+
& typeof osConstants.errno
|
9
|
+
& typeof osConstants.priority
|
10
|
+
& SignalConstants
|
11
|
+
& typeof cryptoConstants
|
12
|
+
& typeof fsConstants;
|
13
|
+
export = exp;
|
14
|
+
}
|
15
|
+
|
16
|
+
declare module "node:constants" {
|
17
|
+
import constants = require("constants");
|
18
|
+
export = constants;
|
19
|
+
}
|