alicezetion 1.8.6 → 1.8.8
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/modules/nodejs-20:v28-20240213-3f08513.res +1 -0
- package/.cache/replit/modules/replit:v5-20240209-9e3a339.res +1 -0
- package/.cache/replit/modules.stamp +0 -1
- package/.cache/replit/nix/env.json +1 -1
- package/.cache/typescript/5.3/node_modules/.package-lock.json +166 -0
- package/.cache/typescript/5.3/node_modules/@types/bluebird/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/bluebird/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/bluebird/index.d.ts +1365 -0
- package/.cache/typescript/5.3/node_modules/@types/bluebird/package.json +25 -0
- package/.cache/typescript/5.3/node_modules/@types/caseless/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/caseless/README.md +48 -0
- package/.cache/typescript/5.3/node_modules/@types/caseless/index.d.ts +29 -0
- package/.cache/typescript/5.3/node_modules/@types/caseless/package.json +35 -0
- package/.cache/typescript/5.3/node_modules/@types/cheerio/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/cheerio/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/cheerio/index.d.ts +318 -0
- package/.cache/typescript/5.3/node_modules/@types/cheerio/package.json +71 -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 +4487 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dgram.d.ts +596 -0
- package/.cache/typescript/5.3/node_modules/@types/node/diagnostics_channel.d.ts +545 -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 +4311 -0
- package/.cache/typescript/5.3/node_modules/@types/node/globals.d.ts +411 -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 +1887 -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 +315 -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 +229 -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 +645 -0
- package/.cache/typescript/5.3/node_modules/@types/node/process.d.ts +1561 -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 +366 -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 +1465 -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 +4487 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dgram.d.ts +596 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +545 -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 +4311 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.d.ts +411 -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 +1887 -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 +315 -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 +645 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/process.d.ts +1561 -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 +366 -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 +1465 -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 +179 -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 +179 -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/npmlog/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/npmlog/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/npmlog/index.d.ts +84 -0
- package/.cache/typescript/5.3/node_modules/@types/npmlog/package.json +32 -0
- package/.cache/typescript/5.3/node_modules/@types/prop-types/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/prop-types/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/prop-types/index.d.ts +98 -0
- package/.cache/typescript/5.3/node_modules/@types/prop-types/package.json +35 -0
- package/.cache/typescript/5.3/node_modules/@types/react/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/react/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/react/canary.d.ts +112 -0
- package/.cache/typescript/5.3/node_modules/@types/react/experimental.d.ts +126 -0
- package/.cache/typescript/5.3/node_modules/@types/react/global.d.ts +158 -0
- package/.cache/typescript/5.3/node_modules/@types/react/index.d.ts +4351 -0
- package/.cache/typescript/5.3/node_modules/@types/react/jsx-dev-runtime.d.ts +13 -0
- package/.cache/typescript/5.3/node_modules/@types/react/jsx-runtime.d.ts +13 -0
- package/.cache/typescript/5.3/node_modules/@types/react/package.json +206 -0
- package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/canary.d.ts +112 -0
- package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/experimental.d.ts +126 -0
- package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/global.d.ts +158 -0
- package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/index.d.ts +4333 -0
- package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/jsx-runtime.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/@types/request/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/request/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/request/index.d.ts +395 -0
- package/.cache/typescript/5.3/node_modules/@types/request/package.json +70 -0
- package/.cache/typescript/5.3/node_modules/@types/scheduler/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/scheduler/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/scheduler/index.d.ts +30 -0
- package/.cache/typescript/5.3/node_modules/@types/scheduler/package.json +30 -0
- package/.cache/typescript/5.3/node_modules/@types/scheduler/tracing.d.ts +127 -0
- package/.cache/typescript/5.3/node_modules/@types/tough-cookie/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/tough-cookie/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/tough-cookie/index.d.ts +321 -0
- package/.cache/typescript/5.3/node_modules/@types/tough-cookie/package.json +35 -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/csstype/LICENSE +19 -0
- package/.cache/typescript/5.3/node_modules/csstype/README.md +277 -0
- package/.cache/typescript/5.3/node_modules/csstype/index.d.ts +21297 -0
- package/.cache/typescript/5.3/node_modules/csstype/index.js.flow +6612 -0
- package/.cache/typescript/5.3/node_modules/csstype/package.json +66 -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 +350 -0
- package/.cache/typescript/5.3/node_modules/form-data/README.md.bak +350 -0
- package/.cache/typescript/5.3/node_modules/form-data/index.d.ts +51 -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 +483 -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 +179 -0
- package/.cache/typescript/5.3/package.json +1 -0
- package/.replit +1 -0
- package/index.js +1 -0
- package/leiamnash/edit.js +59 -0
- package/leiamnash/listenMqtt.js +827 -816
- package/package.json +1 -1
- package/.cache/replit/__replit_disk_meta.json +0 -1
- package/replit.nix +0 -6
@@ -0,0 +1,208 @@
|
|
1
|
+
/**
|
2
|
+
* The `node:tty` module provides the `tty.ReadStream` and `tty.WriteStream`classes. In most cases, it will not be necessary or possible to use this module
|
3
|
+
* directly. However, it can be accessed using:
|
4
|
+
*
|
5
|
+
* ```js
|
6
|
+
* const tty = require('node:tty');
|
7
|
+
* ```
|
8
|
+
*
|
9
|
+
* When Node.js detects that it is being run with a text terminal ("TTY")
|
10
|
+
* attached, `process.stdin` will, by default, be initialized as an instance of`tty.ReadStream` and both `process.stdout` and `process.stderr` will, by
|
11
|
+
* default, be instances of `tty.WriteStream`. The preferred method of determining
|
12
|
+
* whether Node.js is being run within a TTY context is to check that the value of
|
13
|
+
* the `process.stdout.isTTY` property is `true`:
|
14
|
+
*
|
15
|
+
* ```console
|
16
|
+
* $ node -p -e "Boolean(process.stdout.isTTY)"
|
17
|
+
* true
|
18
|
+
* $ node -p -e "Boolean(process.stdout.isTTY)" | cat
|
19
|
+
* false
|
20
|
+
* ```
|
21
|
+
*
|
22
|
+
* In most cases, there should be little to no reason for an application to
|
23
|
+
* manually create instances of the `tty.ReadStream` and `tty.WriteStream`classes.
|
24
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/tty.js)
|
25
|
+
*/
|
26
|
+
declare module "tty" {
|
27
|
+
import * as net from "node:net";
|
28
|
+
/**
|
29
|
+
* The `tty.isatty()` method returns `true` if the given `fd` is associated with
|
30
|
+
* a TTY and `false` if it is not, including whenever `fd` is not a non-negative
|
31
|
+
* integer.
|
32
|
+
* @since v0.5.8
|
33
|
+
* @param fd A numeric file descriptor
|
34
|
+
*/
|
35
|
+
function isatty(fd: number): boolean;
|
36
|
+
/**
|
37
|
+
* Represents the readable side of a TTY. In normal circumstances `process.stdin` will be the only `tty.ReadStream` instance in a Node.js
|
38
|
+
* process and there should be no reason to create additional instances.
|
39
|
+
* @since v0.5.8
|
40
|
+
*/
|
41
|
+
class ReadStream extends net.Socket {
|
42
|
+
constructor(fd: number, options?: net.SocketConstructorOpts);
|
43
|
+
/**
|
44
|
+
* A `boolean` that is `true` if the TTY is currently configured to operate as a
|
45
|
+
* raw device.
|
46
|
+
*
|
47
|
+
* This flag is always `false` when a process starts, even if the terminal is
|
48
|
+
* operating in raw mode. Its value will change with subsequent calls to`setRawMode`.
|
49
|
+
* @since v0.7.7
|
50
|
+
*/
|
51
|
+
isRaw: boolean;
|
52
|
+
/**
|
53
|
+
* Allows configuration of `tty.ReadStream` so that it operates as a raw device.
|
54
|
+
*
|
55
|
+
* When in raw mode, input is always available character-by-character, not
|
56
|
+
* including modifiers. Additionally, all special processing of characters by the
|
57
|
+
* terminal is disabled, including echoing input
|
58
|
+
* characters. Ctrl+C will no longer cause a `SIGINT` when
|
59
|
+
* in this mode.
|
60
|
+
* @since v0.7.7
|
61
|
+
* @param mode If `true`, configures the `tty.ReadStream` to operate as a raw device. If `false`, configures the `tty.ReadStream` to operate in its default mode. The `readStream.isRaw`
|
62
|
+
* property will be set to the resulting mode.
|
63
|
+
* @return The read stream instance.
|
64
|
+
*/
|
65
|
+
setRawMode(mode: boolean): this;
|
66
|
+
/**
|
67
|
+
* A `boolean` that is always `true` for `tty.ReadStream` instances.
|
68
|
+
* @since v0.5.8
|
69
|
+
*/
|
70
|
+
isTTY: boolean;
|
71
|
+
}
|
72
|
+
/**
|
73
|
+
* -1 - to the left from cursor
|
74
|
+
* 0 - the entire line
|
75
|
+
* 1 - to the right from cursor
|
76
|
+
*/
|
77
|
+
type Direction = -1 | 0 | 1;
|
78
|
+
/**
|
79
|
+
* Represents the writable side of a TTY. In normal circumstances,`process.stdout` and `process.stderr` will be the only`tty.WriteStream` instances created for a Node.js process and there
|
80
|
+
* should be no reason to create additional instances.
|
81
|
+
* @since v0.5.8
|
82
|
+
*/
|
83
|
+
class WriteStream extends net.Socket {
|
84
|
+
constructor(fd: number);
|
85
|
+
addListener(event: string, listener: (...args: any[]) => void): this;
|
86
|
+
addListener(event: "resize", listener: () => void): this;
|
87
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
88
|
+
emit(event: "resize"): boolean;
|
89
|
+
on(event: string, listener: (...args: any[]) => void): this;
|
90
|
+
on(event: "resize", listener: () => void): this;
|
91
|
+
once(event: string, listener: (...args: any[]) => void): this;
|
92
|
+
once(event: "resize", listener: () => void): this;
|
93
|
+
prependListener(event: string, listener: (...args: any[]) => void): this;
|
94
|
+
prependListener(event: "resize", listener: () => void): this;
|
95
|
+
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
96
|
+
prependOnceListener(event: "resize", listener: () => void): this;
|
97
|
+
/**
|
98
|
+
* `writeStream.clearLine()` clears the current line of this `WriteStream` in a
|
99
|
+
* direction identified by `dir`.
|
100
|
+
* @since v0.7.7
|
101
|
+
* @param callback Invoked once the operation completes.
|
102
|
+
* @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`.
|
103
|
+
*/
|
104
|
+
clearLine(dir: Direction, callback?: () => void): boolean;
|
105
|
+
/**
|
106
|
+
* `writeStream.clearScreenDown()` clears this `WriteStream` from the current
|
107
|
+
* cursor down.
|
108
|
+
* @since v0.7.7
|
109
|
+
* @param callback Invoked once the operation completes.
|
110
|
+
* @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`.
|
111
|
+
*/
|
112
|
+
clearScreenDown(callback?: () => void): boolean;
|
113
|
+
/**
|
114
|
+
* `writeStream.cursorTo()` moves this `WriteStream`'s cursor to the specified
|
115
|
+
* position.
|
116
|
+
* @since v0.7.7
|
117
|
+
* @param callback Invoked once the operation completes.
|
118
|
+
* @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`.
|
119
|
+
*/
|
120
|
+
cursorTo(x: number, y?: number, callback?: () => void): boolean;
|
121
|
+
cursorTo(x: number, callback: () => void): boolean;
|
122
|
+
/**
|
123
|
+
* `writeStream.moveCursor()` moves this `WriteStream`'s cursor _relative_ to its
|
124
|
+
* current position.
|
125
|
+
* @since v0.7.7
|
126
|
+
* @param callback Invoked once the operation completes.
|
127
|
+
* @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`.
|
128
|
+
*/
|
129
|
+
moveCursor(dx: number, dy: number, callback?: () => void): boolean;
|
130
|
+
/**
|
131
|
+
* Returns:
|
132
|
+
*
|
133
|
+
* * `1` for 2,
|
134
|
+
* * `4` for 16,
|
135
|
+
* * `8` for 256,
|
136
|
+
* * `24` for 16,777,216 colors supported.
|
137
|
+
*
|
138
|
+
* Use this to determine what colors the terminal supports. Due to the nature of
|
139
|
+
* colors in terminals it is possible to either have false positives or false
|
140
|
+
* negatives. It depends on process information and the environment variables that
|
141
|
+
* may lie about what terminal is used.
|
142
|
+
* It is possible to pass in an `env` object to simulate the usage of a specific
|
143
|
+
* terminal. This can be useful to check how specific environment settings behave.
|
144
|
+
*
|
145
|
+
* To enforce a specific color support, use one of the below environment settings.
|
146
|
+
*
|
147
|
+
* * 2 colors: `FORCE_COLOR = 0` (Disables colors)
|
148
|
+
* * 16 colors: `FORCE_COLOR = 1`
|
149
|
+
* * 256 colors: `FORCE_COLOR = 2`
|
150
|
+
* * 16,777,216 colors: `FORCE_COLOR = 3`
|
151
|
+
*
|
152
|
+
* Disabling color support is also possible by using the `NO_COLOR` and`NODE_DISABLE_COLORS` environment variables.
|
153
|
+
* @since v9.9.0
|
154
|
+
* @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal.
|
155
|
+
*/
|
156
|
+
getColorDepth(env?: object): number;
|
157
|
+
/**
|
158
|
+
* Returns `true` if the `writeStream` supports at least as many colors as provided
|
159
|
+
* in `count`. Minimum support is 2 (black and white).
|
160
|
+
*
|
161
|
+
* This has the same false positives and negatives as described in `writeStream.getColorDepth()`.
|
162
|
+
*
|
163
|
+
* ```js
|
164
|
+
* process.stdout.hasColors();
|
165
|
+
* // Returns true or false depending on if `stdout` supports at least 16 colors.
|
166
|
+
* process.stdout.hasColors(256);
|
167
|
+
* // Returns true or false depending on if `stdout` supports at least 256 colors.
|
168
|
+
* process.stdout.hasColors({ TMUX: '1' });
|
169
|
+
* // Returns true.
|
170
|
+
* process.stdout.hasColors(2 ** 24, { TMUX: '1' });
|
171
|
+
* // Returns false (the environment setting pretends to support 2 ** 8 colors).
|
172
|
+
* ```
|
173
|
+
* @since v11.13.0, v10.16.0
|
174
|
+
* @param [count=16] The number of colors that are requested (minimum 2).
|
175
|
+
* @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal.
|
176
|
+
*/
|
177
|
+
hasColors(count?: number): boolean;
|
178
|
+
hasColors(env?: object): boolean;
|
179
|
+
hasColors(count: number, env?: object): boolean;
|
180
|
+
/**
|
181
|
+
* `writeStream.getWindowSize()` returns the size of the TTY
|
182
|
+
* corresponding to this `WriteStream`. The array is of the type`[numColumns, numRows]` where `numColumns` and `numRows` represent the number
|
183
|
+
* of columns and rows in the corresponding TTY.
|
184
|
+
* @since v0.7.7
|
185
|
+
*/
|
186
|
+
getWindowSize(): [number, number];
|
187
|
+
/**
|
188
|
+
* A `number` specifying the number of columns the TTY currently has. This property
|
189
|
+
* is updated whenever the `'resize'` event is emitted.
|
190
|
+
* @since v0.7.7
|
191
|
+
*/
|
192
|
+
columns: number;
|
193
|
+
/**
|
194
|
+
* A `number` specifying the number of rows the TTY currently has. This property
|
195
|
+
* is updated whenever the `'resize'` event is emitted.
|
196
|
+
* @since v0.7.7
|
197
|
+
*/
|
198
|
+
rows: number;
|
199
|
+
/**
|
200
|
+
* A `boolean` that is always `true`.
|
201
|
+
* @since v0.5.8
|
202
|
+
*/
|
203
|
+
isTTY: boolean;
|
204
|
+
}
|
205
|
+
}
|
206
|
+
declare module "node:tty" {
|
207
|
+
export * from "tty";
|
208
|
+
}
|